@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.en {
  font-family: "Cormorant Unicase", serif;
}

.bg_gra {
  background: linear-gradient(94deg, rgba(182, 234, 251, 0.8), rgba(255, 192, 221, 0.35));
}
@media screen and (max-width: 1210px) {
  .bg_gra {
    background: linear-gradient(91deg, rgba(182, 234, 251, 0.8), rgba(255, 192, 221, 0.35));
  }
}

.ttl_gra {
  background: -webkit-gradient(linear, left top, right top, from(#00b5db), to(#ea70a6));
  background: linear-gradient(to right, #00b5db, #ea70a6);
}

.normal_gra {
  background: -webkit-gradient(linear, left top, right top, from(#11b1d2), to(#8b91cb));
  background: linear-gradient(to right, #11b1d2, #8b91cb);
}

.txt_gra {
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1210px) {
  .sp,
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 1210px) {
  .sp,
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.textS {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.textL {
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .textL {
    letter-spacing: 0.03em;
    font-size: 1.143em;
    line-height: 1.7;
  }
}

.textB {
  font-size: 1.5em;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1210px) {
  .textB {
    font-size: 1.25em;
    line-height: 1.8;
  }
}
.textB.headline {
  font-size: 1.5em;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 1210px) {
  .textB.headline {
    text-align: left;
    font-size: 1.25em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .textB.headline {
    font-size: 1.42857em;
    line-height: 1;
  }
}
.textB.headline::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 28px;
  position: relative;
  margin-right: 10px;
  background: url(../images/ico_diamond.svg) no-repeat center center/100%;
}
@media screen and (max-width: 1210px) {
  .textB.headline::before {
    text-align: left;
    height: 19px;
    margin-right: 4px;
    width: 12px;
    font-size: 1.25em;
    line-height: 1;
  }
}
.textB.hl_ja {
  width: 287px;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  position: relative;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .textB.hl_ja {
    width: 183px;
  }
}
.textB.hl_ja .mincho {
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .textB.hl_ja .mincho {
    font-size: 16px;
  }
}
.textB.hl_ja::after, .textB.hl_ja::before {
  z-index: 1;
  content: "";
  height: 24px;
  width: 100px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .textB.hl_ja::after, .textB.hl_ja::before {
    height: 4px;
    width: 65px;
  }
}
.textB.hl_ja::before {
  left: 0;
  background: url(../images/deco_left.svg) no-repeat center center/100%;
}
@media screen and (max-width: 767px) {
  .textB.hl_ja::before {
    background: url(../images/deco_left-sp.svg) no-repeat center center/100%;
  }
}
.textB.hl_ja::after {
  right: 0;
  background: url(../images/deco_right.svg) no-repeat center center/100%;
}
@media screen and (max-width: 767px) {
  .textB.hl_ja::after {
    background: url(../images/deco_right-sp.svg) no-repeat center center/100%;
  }
}
.textB.hl_ja_sns::after, .textB.hl_ja_sns::before {
  height: 7px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .textB.hl_ja_sns::after, .textB.hl_ja_sns::before {
    height: 4px;
    width: 50px;
  }
}
.textB.hl_ja_sns::before {
  background: url(../images/deco_left-sns.svg) no-repeat center center/100%;
}
@media screen and (max-width: 767px) {
  .textB.hl_ja_sns::before {
    background: url(../images/deco_left-sns-sp.svg) no-repeat center center/100%;
  }
}
.textB.hl_ja_sns::after {
  background: url(../images/deco_right-sns.svg) no-repeat center center/100%;
}
@media screen and (max-width: 767px) {
  .textB.hl_ja_sns::after {
    background: url(../images/deco_right-sns-sp.svg) no-repeat center center/100%;
  }
}

.hl_en {
  font-size: 5.5em;
  line-height: 1;
  width: 287px;
  margin: auto;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hl_en {
    font-size: 4em;
    line-height: 1;
    width: 183px;
  }
}

.hl_border {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 24px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1210px) {
  .hl_border {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}

.ttl_sub {
  margin-bottom: 80px;
}
@media screen and (max-width: 1210px) {
  .ttl_sub {
    margin-bottom: 56px;
  }
}

html {
  width: 100%;
}

body {
  font: 400 16px/2 "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #1b0202;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}

a {
  text-decoration: none;
  color: #1b0202;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.list_2box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.list_2box .left,
.list_2box .right,
.list_2box dl,
.list_2box .insta {
  width: 46%;
}

.list_sns {
  width: 128px;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .list_sns {
    margin: 20px auto 0 0;
  }
}
.list_sns li {
  width: 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.list_sns li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
}
.list_sns li a img {
  width: 32px;
  border-radius: 50%;
}

.btn_normal {
  border-radius: 84px;
  max-width: 300px;
  width: 100%;
  line-height: 72px;
  color: #ffffff;
  padding: 0 20px;
  margin: 72px auto 0;
  background: #00b5db;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #00b5db;
}
@media screen and (max-width: 1210px) {
  .btn_normal {
    border-radius: 64px;
    line-height: 64px;
    margin: 24px auto 0;
  }
}
.btn_normal .arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: #00b5db;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  right: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
}
.btn_normal .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/arrow_white.svg) no-repeat center center/100%;
}
.btn_normal:hover {
  background: #ffffff;
  color: #00b5db;
}

.btn_under {
  text-decoration: underline !important;
}

.btn_insta {
  position: relative;
  display: block;
  text-align: right;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_insta:hover {
  color: #ea70a6;
}
.btn_insta::before {
  content: "";
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico_insta.svg) no-repeat center center/100%;
  margin-right: 10px;
}
@media screen and (max-width: 1210px) {
  .btn_insta::before {
    width: 24px;
    height: 24px;
  }
}

.btn_pink {
  line-height: 52px;
  border-radius: 48px;
  border: 1px solid #ea70a6;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ea70a6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1210px) {
  .btn_pink {
    line-height: 48px;
  }
}
.btn_pink .arrow {
  position: absolute;
  right: 16px;
  border-radius: 50%;
  width: 30px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 30px;
  background: url(../images/arrow_pink.svg) transparent no-repeat center center/10px;
}
.btn_pink:hover {
  background: #ea70a6;
  color: #ffffff;
}
.btn_pink:hover .arrow {
  background: url(../images/arrow_pink.svg) #ffffff no-repeat center center/10px;
}

a.disabled {
  color: #808080 !important;
  pointer-events: none;
  background-clip: inherit !important;
  background: transparent;
}

#loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  width: 100%;
  height: 100svh;
  background: #ffffff;
  z-index: 9999;
}

#loading-overlay.hidden {
  opacity: 0; /* 透明にして見えなくする */
  visibility: hidden; /* イベントを受け付けなくする */
}

.header {
  height: 104px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.header .logo {
  width: 144px;
  display: block;
  margin: 18px 0 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 80px;
    z-index: 999;
    margin: 24px 0 0 20px;
  }
}
.header .gnav {
  width: 620px;
  position: absolute;
  right: 40px;
  top: 20px;
  border-radius: 64px;
  background: rgba(85, 140, 188, 0.3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 21px 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1210px) {
  .header .gnav {
    padding: 80px 30px;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    border-radius: 0;
    background: linear-gradient(120deg, #dcf4fd, #f9e7f6);
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav {
    height: 100svh;
    max-width: 100%;
  }
}
@media screen and (max-width: 1210px) {
  .header .gnav.is-open {
    visibility: visible; /* 表示 */
    opacity: 1; /* 不透明 */
  }
}
.header .gnav .list_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1210px) {
  .header .gnav .list_flex {
    display: block;
  }
}
.header .gnav .list_flex li {
  font-size: 1.125em;
  line-height: 1;
}
@media screen and (max-width: 1210px) {
  .header .gnav .list_flex li {
    font-size: 2.25em;
    padding: 10px 0;
  }
}
.header .gnav .list_flex li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1210px) {
  .header .gnav .list_flex li a {
    -webkit-background-clip: text !important;
            background-clip: text !important;
    color: transparent !important;
    background: -webkit-gradient(linear, left top, right top, from(#11b1d2), to(#8b91cb));
    background: linear-gradient(to right, #11b1d2, #8b91cb);
    display: inline-block;
  }
}
@media screen and (max-width: 1210px) {
  .header .gnav .list_flex li a::after {
    content: attr(data-ja);
    display: inline-block;
    margin-left: 10px;
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    -webkit-background-clip: text !important;
            background-clip: text !important;
    color: transparent !important;
    background: -webkit-gradient(linear, left top, right top, from(#11b1d2), to(#8b91cb));
    background: linear-gradient(to right, #11b1d2, #8b91cb);
  }
}
.header .gnav .list_flex li a:hover {
  color: #00b5db;
}
@media screen and (max-width: 1210px) {
  .header .gnav .list_flex li a.disabled,
  .header .gnav .list_flex li a.disabled::after {
    color: #808080 !important;
    pointer-events: none;
    background-clip: inherit !important;
    background: transparent;
  }
}
.header .gnav .list_sns {
  display: none;
}
@media screen and (max-width: 1210px) {
  .header .gnav .list_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ハンバーガーボタンのコンテナ */
.hamburger-button {
  /* 円の形状 */
  width: 48px; /* 円の直径 */
  height: 48px; /* 円の直径 */
  border-radius: 50%; /* 完全な円にする */
  background-color: #ffffff; /* 白い背景 */
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08); /* 影で立体感を出す */
  z-index: 5;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  position: fixed;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 1210px) {
  .hamburger-button {
    display: block;
  }
}

.hamburger-button:hover {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); /* ホバー時に影を濃くする */
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); /* 少し上に持ち上げる */
}

/* ハンバーガーアイコン（中央の線） */
.hamburger-icon {
  display: block; /* ブロック要素にして幅と高さを設定 */
  width: 15px; /* 横線の幅 */
  margin: auto;
  height: 1px; /* 横線の高さ */
  background-color: #0d0d0d; /* 横線の色 */
  position: relative; /* 擬似要素の基準位置 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 線の色の変化を滑らかに */
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  /* 上の線 */
  /* 下の線 */
}
.hamburger-icon::before {
  content: ""; /* 擬似要素にはcontentが必要 */
  position: absolute;
  width: 100%; /* 親（.hamburger-icon）と同じ幅 */
  height: 100%; /* 親（.hamburger-icon）と同じ高さ */
  background-color: #333;
  top: -6px; /* 中央の線から12px上に配置 */
  left: 0;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.hamburger-icon::after {
  content: ""; /* 擬似要素にはcontentが必要 */
  position: absolute;
  width: 100%; /* 親（.hamburger-icon）と同じ幅 */
  height: 100%; /* 親（.hamburger-icon）と同じ高さ */
  background-color: #333;
  top: 6px; /* 中央の線から12px下に配置 */
  left: 0;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}

.hamburger-button.is-active .hamburger-icon {
  background-color: transparent; /* 中央の線を透明にする */
}

.hamburger-button.is-active .hamburger-icon::before {
  top: 0; /* 中央に移動 */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* 45度回転 */
}

.hamburger-button.is-active .hamburger-icon::after {
  top: 0; /* 中央に移動 */
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /* -45度回転 */
}

.footer {
  background: #e8f5ff;
  padding: 143px 110px;
  margin-top: 150px;
}
@media screen and (max-width: 1210px) {
  .footer {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
    padding: 40px 20px 100px;
  }
}
.footer_inner {
  max-width: 1128px;
  width: 100%;
  margin: auto;
}
.footer_inner .logo {
  width: 166px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_inner .logo {
    width: 112px;
  }
}
.footer_inner .box_link {
  max-width: 552px;
  width: 100%;
}
.footer_inner .box_link .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_inner .box_link .menu {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner .box_link .menu li {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner .box_link .menu li:last-child {
    width: 100%;
  }
}
.footer_inner .box_link .menu li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer_inner .box_link .menu li a:hover {
  color: #00b5db;
}
.footer_inner .box_link .menu li a span {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer_inner .box_link .menu li a span {
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner .box_link .menu li a .en {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #00b5db;
  }
}
.footer_inner .box_link .menu li a .caption {
  font-size: 0.8125em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .footer_inner .box_link .menu li a .caption {
    margin-top: 0px;
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner .box_link .menu li a.disabled .en,
  .footer_inner .box_link .menu li a.disabled .caption {
    color: #808080 !important;
    pointer-events: none;
    background-clip: inherit !important;
    background: transparent;
    display: inline-block;
  }
}
.footer_inner .list_bnr {
  max-width: 836px;
  width: 100%;
  margin: 64px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_inner .list_bnr {
    display: block;
    margin: 40px auto 0;
  }
}
.footer_inner .list_bnr li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .footer_inner .list_bnr li {
    width: 100%;
    margin-top: 12px;
    margin-right: 0;
  }
}
.footer_inner .list_bnr li:last-child {
  margin-right: 0;
}
.footer_inner .list_bnr li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer_inner .list_bnr li a:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.footer_inner .list_bnr li a img {
  display: block;
  width: 100%;
}
.footer_inner .list_sns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer_inner .list_sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.footer_inner .list_sns li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer_inner .list_sns li {
    margin-left: 0px;
    margin-right: 20px;
  }
}
.footer_inner .list_sns li a:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.footer_inner_bottom {
  border-top: 1px solid #dcdcdc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 56px auto 0px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_inner_bottom {
    display: block;
    margin: 40px auto 0px;
  }
}
.footer_inner_bottom small {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_inner_bottom small {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner_bottom .list_flex {
    margin: auto;
    width: 220px;
    text-align: center;
    margin-top: 10px;
  }
}
.footer_inner_bottom .ico_arrow {
  font-size: 0.75em;
  display: block;
  padding-right: 18px;
  margin-left: 20px;
  background: url(../images/arrow_black.svg) no-repeat right center/10px;
}
@media screen and (max-width: 767px) {
  .footer_inner_bottom .ico_arrow {
    margin: 0 5px;
  }
}

.inner_wide1328 {
  width: calc(100% - 112px);
  max-width: 1440px;
  margin: 144px auto 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1210px) {
  .inner_wide1328 {
    padding: 0px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner_wide1328 {
    padding: 0px 20px;
    margin: 74px auto 0;
  }
}
.inner_wide1328 .inner {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 64px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6));
  padding: 144px 100px;
}
@media screen and (max-width: 1210px) {
  .inner_wide1328 .inner {
    border-radius: 24px;
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .inner_wide1328 .inner {
    padding: 80px 20px;
  }
}

.inner_wide1128 {
  width: calc(100% - 88px);
  max-width: 1304px;
  margin: 144px auto 0;
  padding: 0 88px;
  z-index: 2;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 64px;
}
@media screen and (max-width: 1210px) {
  .inner_wide1128 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .inner_wide1128 {
    padding: 0 30px;
  }
}

.inner_wide860 {
  width: calc(100% - 60px);
  max-width: 980px;
  margin: 72px auto 0;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .inner_wide860 {
    padding: 0;
    margin: 54px auto 0;
  }
}

.container .intro .kv {
  max-width: 1200px;
  margin: auto;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .container .intro .kv {
    padding-top: 100px;
  }
}
.container .intro .kv .ttl {
  text-align: center;
  position: relative;
}
.container .intro .kv .ttl .kv_ttl {
  font-size: 3.5em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1210px) {
  .container .intro .kv .ttl .kv_ttl {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .container .intro .kv .ttl .kv_ttl {
    font-size: 2em;
  }
}
.container .intro .kv .ttl .kv_ttl span {
  position: relative;
  display: inline-block;
}
.container .intro .kv .ttl .kv_ttl span .txt_gra {
  z-index: 2;
  display: inline-block;
  position: relative;
}
.container .intro .kv .ttl .kv_ttl span .shadow {
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  display: inline-block;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.container .intro .kv .ttl .kv_ttl span .shadow::after {
  content: "台湾ドラマ";
  -webkit-text-stroke: 16px rgb(255, 255, 255); /* 白い2pxのフチ */
  -webkit-filter: blur(5px);
          filter: blur(5px);
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  display: inline-block;
}
.container .intro .kv .ttl .kv_ttl .bottom .shadow::after {
  content: "『秘密關係 Secret Lover』";
}
.container .intro .kv .ttl .kv_ttl,
.container .intro .kv .ttl .textL {
  display: inline-block;
}
.container .intro .kv .ttl .textL {
  margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
  .container .intro .kv .ttl .textL {
    font-size: 14px;
    margin: 10px auto 40px;
  }
}
.container .intro .kv .ttl .textL::after {
  content: "原作：こめおかしぐ『イッて終わりなわけがない！』";
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-text-stroke: 16px rgb(255, 255, 255); /* 白い2pxのフチ */
  -webkit-filter: blur(5px);
          filter: blur(5px);
  font-family: "Shippori Mincho", serif;
  z-index: -2;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0.85em;
  margin: auto;
  color: #ffffff;
}
.container .intro .kv img {
  border-radius: 46px;
}
.container .intro .bg_white {
  max-width: 860px;
  width: 100%;
  margin: 100px auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1210px) {
  .container .intro .bg_white {
    margin: 64px auto;
  }
}
.container .intro .bg_white .inner {
  max-width: 100%;
  margin: auto;
}
.container .intro .bg_white .inner h2 {
  margin-bottom: 30px;
}
.container .intro .bg_white .inner ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 1210px) {
  .container .intro .bg_white .inner ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}
.container .intro .bg_white .inner ul li.textC {
  text-align: center;
}
@media screen and (max-width: 1210px) {
  .container .intro .btn_normal {
    margin-top: 56px;
  }
}
.container .intro .inner_wide860 .inner {
  max-width: 460px;
  margin: auto;
}
.container .intro .list_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .container .intro .list_data dl {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .container .intro .list_data dl .first {
    width: 54px;
  }
}
.container .intro .list_data dl dl {
  margin-right: 10px;
}
.container .intro .list_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .container .intro .list_flex {
    display: block;
  }
}
.container .intro .list_flex .left {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .container .intro .list_flex .left {
    width: 100%;
  }
}
.container .intro .list_flex .right {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .container .intro .list_flex .right {
    width: 100%;
    margin-top: 54px;
  }
}
.container .movie .box_border {
  border: 1px solid #dcdcdc;
  border-radius: 24px;
  overflow: hidden;
}
.container .movie .box_border .list_flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_border.info {
    border: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 1210px) {
  .container .movie .box_border.info .list_flex {
    display: block;
  }
}
@media screen and (max-width: 1210px) {
  .container .movie .box_border.info .list_flex .img,
  .container .movie .box_border.info .list_flex .txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container .movie .box_border.info .list_flex .img,
  .container .movie .box_border.info .list_flex .txt {
    text-align: left;
  }
}
@media screen and (max-width: 1210px) {
  .container .movie .box_border.info .list_flex .img {
    max-width: 470px;
    width: 100%;
    margin: auto;
    border-radius: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container .movie .box_border.info .list_flex .img {
    margin-bottom: 24px;
  }
}
.container .movie .box_border .hl_border {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .container .movie .box_border .hl_border {
    font-size: 1.429em;
    margin-bottom: 20px;
  }
}
.container .movie .box_border .img {
  display: block;
  width: 40%;
}
.container .movie .box_border .txt {
  width: 60%;
  background: url(../images/movie_bg.svg) no-repeat center 95%/100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_border .txt {
    background: inherit;
  }
}
@media screen and (max-width: 767px) {
  .container .movie .box_border .txt {
    display: block;
  }
}
.container .movie .box_border .txt .btn_normal {
  margin: 72px 0 0;
}
.container .movie .box_coment {
  margin: 144px 0;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_coment {
    display: block;
    margin: 80px 0;
  }
}
@media screen and (max-width: 1210px) {
  .container .movie .box_coment .left,
  .container .movie .box_coment .right {
    width: 100%;
  }
}
@media screen and (max-width: 1210px) {
  .container .movie .box_coment .right {
    margin-top: 60px;
  }
}
.container .movie .box_coment .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .movie .box_coment .bubble {
  position: relative;
  background-color: #d3f0f9;
  border-radius: 15px;
  padding: 20px 10px 20px 36px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_coment .bubble {
    padding: 10px 1px 10px 14px;
    border-radius: 12px;
  }
}
.container .movie .box_coment .bubble::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #d3f0f9;
}
.container .movie .box_coment .bubble::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solidrgba(211, 240, 249, 1); /* 本体ボーダーと同じ色 */
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .container .movie .box_coment .bubble .headline {
    font-size: 18px;
  }
}
.container .movie .box_coment .main {
  position: relative;
}
.container .movie .box_coment .main img {
  display: block;
  border-radius: 24px;
}
.container .movie .box_coment .main .bg_white {
  position: absolute;
  right: 0;
  bottom: 12px;
}
.container .movie .box_coment .main .bg_white p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container .movie .box_coment .main .bg_white p span {
  line-height: 1;
  background: #ffffff;
  display: inline-block;
  text-align: right;
  margin: 5px 0 0 auto;
  padding: 5px;
}
.container .movie .box_coment .btn_under {
  margin: 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .container .movie .box_coment .btn_under {
    margin: 15px 0;
  }
}
.container .movie .box_ticket .box_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .container .movie .box_ticket .box_info {
    display: block;
  }
}
.container .movie .box_ticket .box_info .img {
  display: block;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .container .movie .box_ticket .box_info .img {
    width: 100%;
    margin: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .container .movie .box_ticket .box_info .txt {
    width: 100%;
  }
}
.container .movie .box_ticket .box_info .txt .textB {
  margin: 0 0 40px 0;
  text-align: left;
}
.container .movie .box_ticket .box_border {
  padding: 64px;
  margin-top: 88px;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_ticket .box_border {
    margin-top: 32px;
    padding: 32px;
  }
}
@media screen and (max-width: 1210px) {
  .container .movie .box_ticket .box_border {
    padding: 32px 30px;
  }
}
.container .movie .box_ticket .box_border .textL {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.container .movie .box_ticket .box_border .list_2box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_ticket .box_border .list_2box {
    display: block;
  }
}
.container .movie .box_ticket .box_border .list_2box a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.container .movie .box_ticket .box_border .list_2box a:hover {
  color: #00b5db;
}
.container .movie .box_ticket .box_border .list_2box dl {
  margin: 14px 0;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_ticket .box_border .list_2box dl {
    width: 100%;
    word-break: break-all;
  }
}
.container .movie .box_ticket .box_border .list_2box dl .border {
  border-left: 2px solid #00b5db;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1210px) {
  .container .movie .box_ticket .box_border .list_2box dl .border {
    line-height: 1.8;
  }
}
.container .movie .box_ticket .box_border .list_2box dl dd {
  line-height: 1.7;
}
.container .movie .box_ticket .box_border .list_2box dl:last-child {
  margin-bottom: 0;
}
.container .sns .list_3box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1210px) {
  .container .sns .list_3box {
    display: block;
  }
}
.container .sns .list_3box li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 1210px) {
  .container .sns .list_3box li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.container .sns .list_3box li .headline {
  margin-bottom: 32px;
}
@media screen and (max-width: 1210px) {
  .container .sns .list_3box li .headline {
    margin-bottom: 24px;
  }
}
.container .sns .list_3box li:last-child {
  margin-right: 0%;
}
@media screen and (max-width: 1210px) {
  .container .sns .list_3box li:last-child {
    margin-bottom: 0px;
  }
}
.container .sns .list_3box li .instagram-media {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container .video .list_2box {
    display: block;
  }
}
.container .video .list_2box li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .container .video .list_2box li {
    width: 100%;
    margin-bottom: 56px;
  }
}
.container .video .list_2box li:first-child, .container .video .list_2box li:nth-child(2) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .container .video .list_2box li:first-child, .container .video .list_2box li:nth-child(2) {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .container .video .list_2box li:last-child {
    margin-bottom: 0px;
  }
}
.container .video .list_2box li .headline {
  margin-bottom: 32px;
}
@media screen and (max-width: 1210px) {
  .container .video .list_2box li .headline {
    margin-bottom: 24px;
  }
}
.container .video .list_2box li .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.container .video .list_2box li .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .comic .box_link {
  max-width: 953px;
  margin: auto;
}
.container .comic .box_link .lsit_comic li {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .lsit_comic li {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .lsit_comic li:first-child {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .lsit_comic .left,
  .container .comic .box_link .lsit_comic .right {
    width: 100%;
  }
}
.container .comic .box_link .hl_border {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .hl_border {
    margin-bottom: 32px;
    display: block;
    width: 100%;
  }
}
.container .comic .box_link .left {
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .left {
    margin-bottom: 32px;
  }
}
.container .comic .box_link .btn_group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .btn_group {
    margin-top: 16px;
  }
}
.container .comic .box_link .btn_group a {
  width: 48%;
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 76px;
  margin: 8px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .btn_group a {
    width: 49%;
    margin: 5px 0;
    background: #ffffff;
    overflow: hidden;
  }
}
.container .comic .box_link .btn_group a:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.container .comic .box_link .btn_group a img {
  display: block;
  border-radius: 76px;
}
@media screen and (max-width: 767px) {
  .container .comic .box_link .btn_group a img {
    height: 48px;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
  }
}
.container .comic .box_coment {
  max-width: 953px;
  margin: 88px auto 0;
}
@media screen and (max-width: 1210px) {
  .container .comic .box_coment .headline {
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1210px) {
  .container .comic .box_coment .headline::before {
    height: 29px;
  }
}
.container .comic .box_coment .list_sns {
  margin: 5px auto 0 0;
}
.container .comic .box_coment .list_sns li {
  margin-right: 10px;
}
.container .comic .box_coment .btn_normal.plus {
  max-width: 450px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1210px) {
  .container .comic .box_coment .btn_normal.plus {
    width: 100%;
    line-height: 1.4;
    padding: 16px 20px;
  }
}
.container .comic .box_coment .btn_normal.plus .arrow::after {
  background: url(../images/ico_plus.svg) no-repeat center center/100%;
}
.container .comic .box_coment .btn_normal.plus:hover {
  background: #ffffff;
}
.container .comic .box_coment .btn_under {
  text-align: center;
  color: #ea70a6;
  display: block;
  margin-top: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1210px) {
  .container .comic .box_coment .btn_under {
    margin-top: 24px;
  }
}
.container .comic .box_coment .btn_under:hover {
  color: #00b5db;
}
.container .comic .box_coment .btn_under.blue {
  color: #00b5db;
}
.container .comic .box_coment .btn_under.blue:hover {
  color: #ea70a6;
}
.container .comic .box_coment .list_flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .container .comic .box_coment .list_flex {
    display: block;
    margin-top: 0px;
  }
}
.container .comic .box_coment .list_flex .img {
  width: 208px;
  display: block;
}
@media screen and (max-width: 767px) {
  .container .comic .box_coment .list_flex .img {
    width: 320px;
    position: relative;
    z-index: 2;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .container .comic .box_coment .list_flex .img .sns-inner {
    padding-left: 20px;
  }
}
.container .comic .box_coment .list_flex .img .sns-inner .list_sns li a:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .container .comic .box_coment .list_flex .img img {
    width: 140px;
    display: block;
  }
}
.container .comic .box_coment .list_flex .img .list_sns {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .container .comic .box_coment .list_flex .img .list_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.container .comic .box_coment .list_flex .txt {
  width: calc(100% - 208px);
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container .comic .box_coment .list_flex .txt {
    width: 100%;
    padding-left: 0px;
  }
}
.container .comic .box_coment .list_flex .bubble {
  width: 100%;
  position: relative;
  background: #ffffff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-radius: 2em; /* More pronounced rounding */
  padding: 42px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .container .comic .box_coment .list_flex .bubble {
    padding: 24px;
    margin-top: 20px;
  }
}
.container .comic .box_coment .list_flex .bubble .textL {
  line-height: 2;
}

/* モーダルの背景（オーバーレイ） */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media screen and (max-width: 1210px) {
  .modal {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 0px;
  }
}
.modal .modal-content {
  background-color: #fff;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: relative;
  -webkit-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
  /* キーフレームでアニメーションの動きを定義 */
}
.modal .modal-content .attention {
  position: absolute;
  left: 20px;
  color: #ffffff;
  top: -34px;
  font-size: 12px;
  -webkit-animation: softBlink 2s infinite alternate ease-in-out;
          animation: softBlink 2s infinite alternate ease-in-out;
}
.modal .modal-content .attention .arrow {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
}
@-webkit-keyframes softBlink {
  0% {
    opacity: 1; /* 開始時：完全に表示 */
  }
  50% {
    opacity: 0.3; /* 中間点：少し透明になる */
  }
  100% {
    opacity: 1; /* 終了時：完全に表示に戻る */
  }
}
@keyframes softBlink {
  0% {
    opacity: 1; /* 開始時：完全に表示 */
  }
  50% {
    opacity: 0.3; /* 中間点：少し透明になる */
  }
  100% {
    opacity: 1; /* 終了時：完全に表示に戻る */
  }
}

/* 閉じるボタン */
.close-button {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .close-button {
    right: 10px;
  }
}
.close-button::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: url(../images/ico_close.svg) no-repeat center center/11px;
  width: 11px;
  height: 11px;
}

.close-button:hover,
.close-button:focus {
  cursor: pointer;
}

/* モーダル表示時のアニメーション */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Swiperコンテナのスタイル */
.swiper {
  width: auto; /* スライダーの幅を調整 */
  height: 80svh;
  margin: 0 auto; /* 中央寄せ */
}
@media screen and (max-width: 1210px) {
  .swiper {
    padding: 0 40px;
    height: 65svh;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    padding: 0 40px;
    height: auto;
  }
}
.swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 画像を中央に配置するためにFlexboxを使用 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.swiper .swiper-slide img {
  width: auto;
  margin: auto;
  height: 100%;
  display: block; /* 画像の下の余白をなくす */
}
@media screen and (max-width: 767px) {
  .swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent !important; /* 矢印の色を青に */
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #00b5db;
  width: 48px !important;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 48px !important;
  text-shadow: inherit; /* 影で視認性向上 */
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: block;
}

.swiper-button-prev {
  right: 20px !important;
  left: inherit !important;
}
@media screen and (max-width: 1210px) {
  .swiper-button-prev {
    display: none !important;
  }
}
.swiper-button-prev::after {
  background: url(../images/arrow_slider_right.svg) no-repeat center center/12px;
}

.swiper-button-next {
  right: auto !important;
  left: 20px !important;
}
@media screen and (max-width: 1210px) {
  .swiper-button-next {
    display: none !important;
  }
}
.swiper-button-next::after {
  background: url(../images/arrow_slider_left.svg) no-repeat center center/12px;
}