@charset "UTF-8";
/* ーーーーー リセット系 ーーーーー */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

a {
  text-decoration: none;
}

li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  list-style: none;
}

img {
  width: 100%;
}

:root {
  --pink01: #e85298;
  --black01: #000000;
  --key01: #565656;
  --grey01: #7D7D7D;
  --darkblue01: #2f2376;
}

/* ーーーーー リセット系ここまで ーーーーー */
div,
p,
span {
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
div .gothic01,
p .gothic01,
span .gothic01 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  background: #0b1020;
}

.all_wrap {
  position: relative;
}

.sectionArea {
  min-height: 100vh;
  display: grid;
  place-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: transparent;
  overflow-x: hidden;
  position: relative;
}
.sectionArea.is-active .content_inner {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .sectionArea.contentsPart {
    display: block;
    padding-top: 100px;
  }
}
.sectionArea.Area02 {
  place-items: start center;
}
@media screen and (max-width: 768px) {
  .sectionArea#sort {
    padding-bottom: 80px;
  }
}
.sectionArea .content_inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
}
.sectionArea .content_inner.wide100 {
  max-width: inherit;
  width: 100%;
  padding: 0;
}
.sectionArea .lead01 {
  color: rgb(101, 101, 101);
  font-size: 20px;
}

#KV {
  --bg: #ffffff;
}

#rogo {
  --bg: #ffffff;
}

#id {
  --bg: #ffffff;
}

#intro {
  --bg: #e8f0ff;
}

#photo01 {
  --bg: white;
}

#sort {
  --bg: #fffff7;
}

#cast {
  --bg: white;
}

#contents01 {
  --bg: #ee0979;
}

#contents02 {
  --bg: #0d8e83;
}

#contents03 {
  --bg: #12168c;
}

#contents04 {
  --bg: #738007;
}

#contents05 {
  --bg: #3166cf;
}

#contents06 {
  --bg: #760478;
}

#contents07 {
  --bg: #2e9d18;
}

#contents08 {
  --bg: #30288f;
}

#contents09 {
  --bg: #E85298;
}

#contents10 {
  --bg: #9317d1;
}

#MC {
  --bg: #ffffff;
}

#production {
  --bg: #ffffff;
}

footer {
  background-color: var(--black01);
  padding: 20px 0;
  z-index: 1;
  position: relative;
}
footer .copyright {
  font-size: 12px;
  line-height: 1.6;
  color: white;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}

/* BL 補助 */
html.bl-no-smooth {
  scroll-behavior: auto !important;
}

.bl-locked {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.sideBysideWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sideByside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  width: 100%;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .sideByside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.sideByside .leftSide {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .sideByside .leftSide {
    width: 100%;
  }
}
.sideByside .rightSide {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .sideByside .rightSide {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

html,
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

/* =============================
   ハンバーガーメニュー
   ============================= */
.sp-header-nav_box_ham {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 40px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

/* アイコン部分 */
.btn-trigger {
  position: relative;
  width: 34px;
  height: 24px;
}

/* 3本線のベース */
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--key01);
  border-radius: 2px;
}

/* 3本線の初期位置（pxベースで固定） */
.btn-trigger span:nth-of-type(1) {
  top: 4px;
}

.btn-trigger span:nth-of-type(2) {
  top: 11px;
}

.btn-trigger span:nth-of-type(3) {
  top: 18px;
}

#js-ham.is-white .btn-trigger span {
  background-color: white;
}
#js-ham.is-white .btn-trigger.is-open span {
  background-color: var(--key01);
}

/* =============================
   閉じている状態（is-open なし）のアニメ
   → バツから戻って三本線になる用
   ============================= */
/* 初期は「三本線状態」で止めたいので、
   アニメはあってもなくてもOK。滑らかに戻す用。 */
#btn07 span:nth-of-type(1) {
  -webkit-animation: btn07-close-bar01 0.75s forwards;
          animation: btn07-close-bar01 0.75s forwards;
}

#btn07 span:nth-of-type(3) {
  -webkit-animation: btn07-close-bar03 0.75s forwards;
          animation: btn07-close-bar03 0.75s forwards;
}

@-webkit-keyframes btn07-close-bar01 {
  0% {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 4px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes btn07-close-bar01 {
  0% {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 4px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes btn07-close-bar03 {
  0% {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 18px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes btn07-close-bar03 {
  0% {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 18px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* 中央線は閉じているとき不透明 */
#btn07 span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}

/* =============================
   開くとき（is-open 付いたとき）
   三本線 → 中央に集まって → バツ
   ============================= */
#btn07.is-open span:nth-of-type(1) {
  -webkit-animation: btn07-open-bar01 0.75s forwards;
          animation: btn07-open-bar01 0.75s forwards;
}

#btn07.is-open span:nth-of-type(3) {
  -webkit-animation: btn07-open-bar03 0.75s forwards;
          animation: btn07-open-bar03 0.75s forwards;
}

@-webkit-keyframes btn07-open-bar01 {
  0% {
    top: 4px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 真ん中に集まる */
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    /* クロス */
  }
}

@keyframes btn07-open-bar01 {
  0% {
    top: 4px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 真ん中に集まる */
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    /* クロス */
  }
}
@-webkit-keyframes btn07-open-bar03 {
  0% {
    top: 18px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 真ん中に集まる */
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    /* クロス */
  }
}
@keyframes btn07-open-bar03 {
  0% {
    top: 18px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 真ん中に集まる */
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    /* クロス */
  }
}
/* is-open 中央線は消える */
#btn07.is-open span:nth-of-type(2) {
  opacity: 0;
}

/* =============================
   ナビ本体
   ============================= */
.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: 0vh;
  right: -200vw;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100%;
  z-index: 7;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list {
    width: 100%;
  }
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  padding: 10% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
  padding-top: 115px;
  position: relative;
  /* まずは超うすいグレーをベースカラーとして指定（フォールバック用） */
  background-color: #f7f7f7;
  border-radius: 0 0 0 8px;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box {
    border-radius: 0px 0 0 8px;
  }
}

/* メニュー開いたとき */
.nav-opened {
  top: 0;
  right: 0;
}

.sp-nav_nav-list_box_list {
  display: inline-block;
}
.sp-nav_nav-list_box_list.margin {
  margin-top: 30px;
}

.sp-nav_nav-list_box_list a {
  color: var(--key01);
  font-size: 16px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list a {
    font-size: 12px;
  }
}
.sp-nav_nav-list_box_list a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* ボタンを最前面に持ってくる用 */
.is-z {
  z-index: 20;
}

.sp-nav_nav-list_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_inner {
    width: auto;
    row-gap: 20px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.top_btn .link {
  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;
}
.top_btn .link .txt {
  font-size: 10px;
  color: black;
}
.top_btn .link .arrow {
  width: 13px;
}

#KV {
  /* ★最後に「ふわっと」グラデに変わる用 */
}
#KV .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#KV .txtAnimation02.is-grad p {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #E18194), color-stop(37.95%, #7467A5), color-stop(74.38%, #65A1CF));
  background: linear-gradient(90deg, #E18194 1.52%, #7467A5 37.95%, #65A1CF 74.38%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.txtAnimation01_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txtAnimation01 {
  display: inline-block;
}
.txtAnimation01 .text-lines {
  display: grid;
  gap: 50px;
}
.txtAnimation01 .text-lines .line-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txtAnimation01 .text-lines .line-block {
    text-align: left;
  }
}
.txtAnimation01 .text-lines .line {
  color: var(--darkblue01);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .txtAnimation01 .text-lines .line {
    font-size: 18px;
  }
}
.txtAnimation01 .text-lines .line.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.txtAnimation02_wrap {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .txtAnimation02_wrap {
    width: 100%;
  }
}

.txtAnimation02 {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
  /* ===== ベースタイポ ===== */
  /* a：見た目 */
  /* ===== アニメ対象の初期状態（要素） ===== */
  /* ===== 1文字（span）初期オフセット：transform ONLY ===== */
  /* ex1：右下 → 中央 */
  /* ex2：左 → 中央 */
  /* スクラブル用ダミー文字 */
  /* ===== JS無効時のフェールセーフ ===== */
}
.txtAnimation02 .txtAnimation02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txtAnimation02 .txtAnimation02_inner .txt_grey {
  color: #7d7d7d !important;
  font-weight: 900;
}
.txtAnimation02 p {
  margin: 0;
  padding: 0;
  font-size: min(7vw, 76px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgb(180, 180, 180);
  -webkit-transition: color 1.2s ease, opacity 1.2s ease;
  transition: color 1.2s ease, opacity 1.2s ease;
}
@media screen and (max-width: 768px) {
  .txtAnimation02 p {
    font-size: min(10vw, 60px);
  }
}
.txtAnimation02 p.desc {
  padding: 1rem;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  opacity: 0;
  -webkit-transition: opacity 1.5s 2s ease;
  transition: opacity 1.5s 2s ease;
}
.txtAnimation02 a {
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #222;
  letter-spacing: 0.15rem;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.txtAnimation02 a:hover {
  color: #888;
}
.txtAnimation02 .ex1,
.txtAnimation02 .ex2 {
  opacity: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  will-change: transform, opacity, color;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.txtAnimation02 .ex1 span[data-split-char],
.txtAnimation02 .ex2 span[data-split-char] {
  font-weight: 900;
  position: relative;
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}
.txtAnimation02 .ex1 span {
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
}
.txtAnimation02 .ex2 span {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.txtAnimation02 .ex1 span,
.txtAnimation02 .ex2 span,
.txtAnimation02 .ex3 span {
  font-weight: 900;
  white-space: nowrap;
}
.txtAnimation02 .dud {
  opacity: 0.4;
  display: inline-block;
}
html.no-js .txtAnimation02 .ex1,
html.no-js .txtAnimation02 .ex2,
html.no-js .txtAnimation02 .desc {
  font-weight: 900;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
html.no-js .txtAnimation02 .desc {
  display: inline-block;
}

/* ========= ユーザーが動きを減らす設定のとき =========
   ※ FOUC対策優先：初期は隠す（JSが表示制御）
   → “reduce でも最初から見せたい”場合は言ってくれたら分岐作る */
@media (prefers-reduced-motion: reduce) {
  .txtAnimation02 .ex1,
  .txtAnimation02 .ex2,
  .txtAnimation02 .desc {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .txtAnimation02 .ex1 span,
  .txtAnimation02 .ex2 span {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.txtAnimation03 .slide {
  -webkit-animation: slideAnime 2s ease forwards;
          animation: slideAnime 2s ease forwards;
}
@-webkit-keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.txtAnimation03 .txt1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.txtAnimation03 .txt2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.txtAnimation03 .txt3 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.txtAnimation03 .txt4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.txtAnimation03 .txt5 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.WM_rogo_anime_Box {
  width: 80px;
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .WM_rogo_anime_Box {
    width: 60px;
  }
}
.WM_rogo_anime_Box video {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

#TOP {
  width: 100%;
  height: 100vh;
}

.bgMovie {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
.bgMovie img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.WM_rogo00_anime {
  width: 300px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .WM_rogo00_anime {
    width: 266px;
  }
}
.WM_rogo00_anime .flip_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.phrases_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.phrases {
  display: none;
}

#introArea {
  position: relative;
}

#bgCanvasArea {
  background: transparent !important;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

#introArea.is-active #bgCanvasArea {
  opacity: 1;
}

canvas {
  background: transparent !important;
}

.sectionArea#intro {
  position: relative;
  overflow: hidden;
}

#bubbleCanvasArea {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: transparent !important;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 0;
}

#bubbleCanvasArea.is-visible {
  opacity: 1;
}

.sectionArea#intro .content_inner {
  position: relative;
  z-index: 1;
}

/* [Concept] 全体 */
.concept-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: -100px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .concept-title {
    top: -60px;
  }
}

.js-concept {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .js-concept {
    margin-bottom: 20px;
  }
}

/* 1文字ずつ */
.js-concept-char {
  display: inline-block;
  position: relative;
  --concept-y: 0em;
  -webkit-transform: translateY(var(--concept-y));
          transform: translateY(var(--concept-y));
}

.js-concept span {
  display: inline-block;
  position: relative;
  will-change: transform;
  color: var(--darkblue01);
  text-align: center;
  font-size: 16px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", serif;
}
@media screen and (max-width: 768px) {
  .js-concept span {
    font-size: 14px;
  }
}

/* JS環境では最初は見せない（FOUC防止） */
html.js #KV .txtAnimation02 {
  opacity: 0;
}

/* TextScramble版：is-ready になったら行は見せる（opacity:0 を殺す） */
html.js #KV .txtAnimation02.is-ready .ex1,
html.js #KV .txtAnimation02.is-ready .ex2,
html.js #KV .txtAnimation02.is-ready .ex3 {
  opacity: 1 !important;
}

.sectionArea {
  position: relative;
}

.sectionArea,
.sectionArea .content_inner,
.videoWrap {
  min-width: 0;
}

.videoWrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.sectionArea.is-pinned .videoWrap {
  width: 100%;
  max-width: min(900px, 92vw);
}

.videoContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 16/12;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .videoContainer {
    aspect-ratio: 16/9;
    border-radius: 8px;
  }
}

@supports not (aspect-ratio: 16/9) {
  .videoContainer {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.videoContainer iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.separateArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .separateArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.separateArea .leftSide {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .separateArea .leftSide {
    width: 100%;
  }
}
.separateArea .rightSide {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .separateArea .rightSide {
    width: 100%;
  }
}

.exWrap {
  color: white;
  display: block;
  width: 100%;
}
.exWrap .vol {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .exWrap .vol {
    font-size: 15px;
  }
}
.exWrap .title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .exWrap .title {
    font-size: 22px;
  }
}
.exWrap .name {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .exWrap .name {
    font-size: 17px;
  }
}
.exWrap .ex {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: white;
  width: 100%;
}

.youtube_link_wrap {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.youtube_link_wrap .link {
  line-height: 1;
  padding-left: 1em;
  text-indent: -1em;
}
.youtube_link_wrap .ex {
  display: inline;
  position: relative;
  line-height: 1;
  padding-left: 14px;
}
.youtube_link_wrap .ex::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-image: url("../image/link_arrow01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.youtube_link_wrap a:hover .ex::before {
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
}

.little_txt {
  font-size: 85%;
}

.enCredit_wrap {
  position: relative;
  bottom: 0%;
  right: 0%;
  padding-top: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .enCredit_wrap {
    padding-top: 30px;
  }
}
.enCredit_wrap.credit02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .enCredit_wrap.credit02 {
    padding-top: 0px;
    margin-bottom: -20px;
  }
}
.enCredit_wrap.credit02.credit03 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .enCredit_wrap.credit02.credit03 {
    margin-bottom: 15px;
  }
}
.enCredit_wrap .enCredit {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 70px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .enCredit_wrap .enCredit {
    font-size: min(10vw, 40px);
  }
}
.enCredit_wrap .enCredit.credit02 {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #E18194), color-stop(37.95%, #7467A5), color-stop(74.38%, #65A1CF));
  background: linear-gradient(90deg, #E18194 1.52%, #7467A5 37.95%, #65A1CF 74.38%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}

.credit02_inner {
  max-width: 800px;
  width: 100%;
}

.js_slideIn {
  will-change: transform, opacity, filter;
}

.profilePhoto {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profilePhoto {
    width: 60%;
    margin: 0 auto 0px;
  }
}
.profilePhoto.PO_rogo {
  width: 80%;
  margin: 0 auto 0px;
  border-radius: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .profilePhoto.PO_rogo {
    width: 40%;
    margin: 0 auto 40px;
  }
}

.logo-link-icon {
  position: absolute;
  font-size: 23px;
  bottom: -20px;
  right: -20px;
  -webkit-animation: logoIconFloat 1.4s ease-in-out infinite alternate;
          animation: logoIconFloat 1.4s ease-in-out infinite alternate;
  will-change: transform;
  color: black;
}
@media screen and (max-width: 768px) {
  .logo-link-icon {
    font-size: 18px;
    bottom: -20px;
    right: -20px;
  }
}

/* ぐるっと回るようにフワフワ */
@-webkit-keyframes logoIconFloat {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translate(-8px, -10px);
            transform: translate(-8px, -10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.9;
  }
}
@keyframes logoIconFloat {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translate(-8px, -10px);
            transform: translate(-8px, -10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
  /* ぐるっと回るようにフワフワ */
  @-webkit-keyframes logoIconFloat {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.9;
    }
    50% {
      -webkit-transform: translate(-6px, -8px);
              transform: translate(-6px, -8px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.9;
    }
  }
  @keyframes logoIconFloat {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.9;
    }
    50% {
      -webkit-transform: translate(-6px, -8px);
              transform: translate(-6px, -8px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.9;
    }
  }
}
.profileBox {
  margin-top: 0%;
}
@media screen and (max-width: 768px) {
  .profileBox {
    margin-top: 0%;
  }
}
.profileBox .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profileBox .name_wrap {
    margin-bottom: 20px;
  }
}
.profileBox .name_wrap .position {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .profileBox .name_wrap .position {
    text-align: center;
  }
}
.profileBox .name_wrap .name {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .profileBox .name_wrap .name {
    text-align: center;
  }
}
.profileBox .name_wrap .name .little {
  font-size: 73%;
}
.profileBox .ex {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .profileBox .ex {
    font-size: 14px;
  }
}

/* 最初の状態：少し下＋透明 */
.js_floating01,
.js_floating02,
.js_floating03 {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
}

#WebGL-output {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#waveBG {
  position: relative;
}

#wave {
  position: fixed;
  left: 0;
  top: 20%;
  width: 100vmax;
  height: 100vmax;
  pointer-events: none;
  z-index: 0;
  /* ← ここ追加：初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
}

.coverflowSection {
  position: relative;
}

/* ---- layout ---- */
.circleRingSlider-scene,
.circleRingSlider-a3d {
  display: grid;
}

.circleRingSlider-scene {
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  -webkit-perspective: 900px;
          perspective: 900px;
}

.circleRingSlider-a3d {
  place-self: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  --n: 12;
  --r: 320px;
  --dur: 32s;
}

/* ---- cards ---- */
.circleRingSlider-card {
  grid-area: 1/1;
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  --ba: calc(360deg / var(--n));
  -webkit-transform: rotateY(calc(var(--i) * var(--ba))) translateZ(var(--r));
          transform: rotateY(calc(var(--i) * var(--ba))) translateZ(var(--r));
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform, filter, opacity;
  opacity: 0.6;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.22, 0.8, 0.3, 1), -webkit-filter 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.22, 0.8, 0.3, 1), -webkit-filter 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 0.8, 0.3, 1), filter 0.5s ease, opacity 0.2s ease;
  transition: transform 0.6s cubic-bezier(0.22, 0.8, 0.3, 1), filter 0.5s ease, opacity 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.22, 0.8, 0.3, 1), -webkit-filter 0.5s ease;
}

/* 内部画像 */
.circleRingSlider-card img {
  width: 100%;
  aspect-ratio: 7/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* ---- credit 表示（カード下スミ文字） ---- */
.credit {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
.credit .ja {
  font-size: 80%;
  font-weight: 400;
}

/* 数字部分 */
.credit .num {
  font-weight: 700;
  margin-right: 4px;
}

/* frontカードだけ表示 */
.circleRingSlider-card.is-front {
  opacity: 1;
  cursor: pointer;
}
.circleRingSlider-card.is-front::after {
  content: "→";
  position: absolute;
  right: -15px;
  top: -15px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: black;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.circleRingSlider-card.is-front .credit {
  opacity: 1;
}

/* ---- tone animation ---- */
/* @keyframes circleRingSlider-tone {

  0%,
  100% {
    filter: grayscale(0) saturate(1) brightness(1);
    opacity: 1;
  }

  50% {
    filter: grayscale(1) saturate(.2) brightness(.78);
    opacity: .55;
  }
} */
/* ---- responsive ---- */
@media (max-width: 768px) {
  .circleRingSlider-a3d {
    --r: 210px;
  }
  .circleRingSlider-card {
    width: 86px;
  }
  .credit {
    font-size: 9px;
  }
}
/* ---- reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .circleRingSlider-a3d {
    --dur: 128s;
  }
}
/* =========================
   Modal
========================= */
.circleRingSlider-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.circleRingSlider-modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.circleRingSlider-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.circleRingSlider-modal__card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(64vw, 360px);
  aspect-ratio: 7/10;
  -webkit-transform: translate(-50%, -50%) scale(0.92);
          transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  -webkit-transition: opacity 0.22s ease, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, -webkit-transform 0.22s ease;
  transition: transform 0.22s ease, opacity 0.22s ease;
  transition: transform 0.22s ease, opacity 0.22s ease, -webkit-transform 0.22s ease;
}

.circleRingSlider-modal.is-show .circleRingSlider-modal__card {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.circleRingSlider-modal__close {
  position: absolute;
  top: -42px;
  right: -17px;
  width: 32px;
  cursor: pointer;
  z-index: 10;
}

.circleRingSlider-modal__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  display: block;
}

.circleRingSlider-modal__label {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: min(4.8vw, 20px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.2;
  bottom: -62px;
}
.circleRingSlider-modal__label .ja {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 80%;
}

/* =========================
   Circle Controller
========================= */
.circle-controller {
  width: 100%;
  padding: 28px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circle-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: min(720px, 88vw);
  height: 2px;
  border-radius: 999px;
  background: #2b2b2b;
  outline: none;
  cursor: pointer;
}

.circle-range::-webkit-slider-runnable-track,
.circle-range::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: #2b2b2b;
}

.circle-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: 0;
          transform: 0;
  -webkit-transition: -webkit-transform 0.18s ease;
  transition: -webkit-transform 0.18s ease;
  transition: transform 0.18s ease;
  transition: transform 0.18s ease, -webkit-transform 0.18s ease;
}

.circle-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  -moz-transition: transform 0.18s ease;
  transition: transform 0.18s ease;
}

.circle-range:hover::-webkit-slider-thumb,
.circle-range:hover::-moz-range-thumb {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.circle-range:active::-webkit-slider-thumb,
.circle-range:active::-moz-range-thumb {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* =========================
   Front Label（中央表示）
========================= */
.circleRingSlider-front-label {
  position: absolute;
  left: 50%;
  top: 88%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #000;
  pointer-events: none;
}

.card_link {
  cursor: pointer;
}

html.is-lock {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

body {
  padding-right: var(--sbw, 0px);
}

#cast {
  position: relative;
  z-index: 1;
}
#cast .content_inner {
  max-width: inherit;
  width: 100%;
  padding: 0 15px;
  padding: 0;
}

#sort {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #sort {
    padding-top: 40px;
  }
}
#sort .CAST-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
#sort .archive {
  width: min(1200px, 100% - 40px);
  margin: 0 auto;
  padding: 56px 0 80px;
}
#sort .archive_head {
  margin-bottom: 40px;
}
#sort .archive_title {
  margin: 0 0 8px;
  font-size: 40px;
  line-height: 1.2;
}
#sort .archive_lead {
  margin: 0 0 24px;
  color: #666;
  font-size: 15px;
}
#sort .filter_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #sort .filter_area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    margin-bottom: 15px;
  }
}
#sort .filter_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #222;
  background: #fff;
  color: #222;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  #sort .filter_btn {
    padding: 7px 10px;
    font-size: min(3.3vw, 11px);
  }
}
#sort .filter_btn:hover {
  background: #222;
  color: #fff;
}
#sort .filter_btn.is-active {
  background: #222;
  color: #fff;
}
#sort .card_list_Box_All {
  border-radius: 20px;
  border: 1px solid rgb(190, 190, 190);
  padding: 0 5px;
  overflow: hidden;
}
#sort .card_list_Box {
  max-height: 50vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf transparent;
  padding: 30px 2%;
}
@media screen and (max-width: 768px) {
  #sort .card_list_Box {
    padding: 20px 3%;
  }
}
#sort .card_list_Box::-webkit-scrollbar {
  width: 6px;
}
#sort .card_list_Box::-webkit-scrollbar-track {
  background: transparent;
}
#sort .card_list_Box::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 999px;
}
#sort .card_list_Box::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5;
}
#sort .card_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1300px) {
  #sort .card_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #sort .card_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
#sort .card_list .link {
  color: black;
}
#sort .card {
  background: #fff;
  border-radius: 10px;
  padding: 20px 8%;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  #sort .card {
    padding: 10px 6%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
#sort .card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background: #3b3a3a;
  color: white;
}
#sort .card:hover .card_credit_wrap {
  color: white;
}
#sort .card:hover .card_title {
  color: white;
}
#sort .card:hover .card_tag {
  background-color: white;
  color: black;
}
#sort .card_credit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #sort .card_credit_wrap {
    gap: 6px;
    margin-bottom: 7px;
  }
}
#sort .card_tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#sort .card_tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: #efefef;
  font-size: 11px;
  font-weight: 700;
}
#sort .card_number {
  font-size: 14px;
}
#sort .card_title {
  margin: 0 0 3px;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #sort .card_title {
    font-size: 15px;
  }
}
#sort .card_title .number {
  font-size: 80%;
}
#sort .card_text {
  margin: 0;
  font-size: 14px;
  color: #555;
}
#sort .card.is-hidden {
  display: none;
}
#sort .no_result {
  margin-top: 32px;
  font-size: 15px;
  color: #666;
}
/*# sourceMappingURL=style.css.map */
