@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
* {
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: #322E2B;
}

.page-wrap p,
.page-wrap div,
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6,
.page-wrap ul,
.page-wrap li,
.page-wrap dl,
.page-wrap dt,
.page-wrap dd,
.page-wrap body {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt" on;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  font-feature-settings: "palt";
}

.page-wrap .mincho {
  font-family: VideoJS, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
}

.page-wrap p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  list-style: none;
}

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
}

.page-wrap a:hover img {
  opacity: 0.8;
}

/*----------------------------*/
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/*----------------------------*/
/* ▼PC▼ */
#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}

#globalsp_navigation,
#globalsp_footer {
  display: none;
}

.sp_only {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ▼Smartphone▼ */
@media screen and (max-width: 812px) {
  #mbs_common_footerwrap,
  #mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
  #globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
    font-size: 16px;
  }
  body {
    min-width: 100% !important;
  }
  .page-wrap {
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
}
/* ▲Smartphone▲ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.common-abg-wrap__footer {
  padding: 20px 0;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* --- スクロール固定 (CSSのみ) --- */
body:has(#menu-toggle:checked) {
  overflow: hidden;
}

.page-wrap {
  /* ==========================================
           基本設定 (共通)
        ========================================== */
  /* --- メニュー制御用の隠しチェックボックス --- */
}
.page-wrap #menu-toggle {
  display: none;
}
.page-wrap {
  /* ==========================================
           デスクトップ用スタイル (デフォルト)
        ========================================== */
  /* --- ヘッダー --- */
}
.page-wrap .l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  position: sticky;
  top: 0;
  background: transparent;
  backdrop-filter: none;
  z-index: 1100;
}
.page-wrap .l-header-logo {
  color: #FF2300;
  font-weight: 900;
  line-height: 1;
  padding-left: 16px;
}
.page-wrap .l-header-logo a {
  display: block;
}
.page-wrap .l-header-logo img {
  height: 124px;
  width: auto;
  display: block;
}
.page-wrap {
  /* --- デスクトップ：ナビゲーション (横並び) --- */
}
.page-wrap .l-header-nav {
  position: static;
  width: -moz-max-content;
  width: max-content;
  background: #FF2300;
  padding: 12px 32px;
  border-radius: 999px 0 0 999px;
  box-shadow: none;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  margin: 0 0 0 auto;
}
.page-wrap .l-header-nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-wrap .l-header-nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}
.page-wrap {
  /* PCではモバイル用ボタンとオーバーレイを隠す */
}
.page-wrap .l-header-menu-btn,
.page-wrap .l-header-overlay {
  display: none !important;
}
.page-wrap {
  /* ==========================================
           モバイル用スタイル (1023px以下)
        ========================================== */
}
@media screen and (max-width: 784px) {
  .page-wrap {
    /* --- ヘッダーの切り替え --- */
  }
  .page-wrap .l-header {
    padding: 0px 8px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(25px);
  }
  .page-wrap .l-header-logo {
    padding-left: 0;
  }
  .page-wrap .l-header-logo img {
    height: 60px;
    width: auto;
  }
  .page-wrap {
    /* メニューが開いている時はヘッダーを最前面に */
  }
  .page-wrap body:has(#menu-toggle:checked) .l-header {
    z-index: 1100;
  }
  .page-wrap {
    /* --- モバイル：メニューボタンを表示 --- */
  }
  .page-wrap .l-header-menu-btn {
    display: flex !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #0082FF;
    border-radius: 50%;
    gap: 4px;
    background: white;
    position: relative;
    z-index: 1105;
    transition: 0.3s;
  }
  .page-wrap .l-header-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #FF2300;
    transition: transform 0.3s, opacity 0.3s;
  }
  .page-wrap {
    /* チェック時：三本線を×印に変形 */
  }
  .page-wrap #menu-toggle:checked ~ .l-header .l-header-menu-btn span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .page-wrap #menu-toggle:checked ~ .l-header .l-header-menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .page-wrap #menu-toggle:checked ~ .l-header .l-header-menu-btn span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .page-wrap {
    /* --- モバイル：背景オーバーレイ (すりガラス) --- */
  }
  .page-wrap .l-header-overlay {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  .page-wrap {
    /* --- モバイル：ナビゲーション (ポップアップ) --- */
  }
  .page-wrap .l-header-nav {
    position: absolute;
    top: 60px;
    right: 0;
    width: 240px;
    background: #FF2300;
    z-index: 1101;
    padding: 20px 0;
    border-radius: 0 0 0 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 0;
    /* アニメーション：右上起点で拡大 */
    transform-origin: top right;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    /* 閉じるときは弾ませない (標準的な ease-out) */
    transition: transform 0.25s ease-out, opacity 0.2s, visibility 0.25s;
  }
  .page-wrap .l-header-nav ul {
    flex-direction: column;
    gap: 0;
  }
  .page-wrap .l-header-nav ul li a {
    padding: 12px 24px;
    text-align: right;
    font-size: 16px;
  }
  .page-wrap {
    /* チェック時の表示切り替え */
  }
  .page-wrap #menu-toggle:checked ~ .l-header-overlay {
    opacity: 1;
    visibility: visible;
  }
  .page-wrap #menu-toggle:checked ~ .l-header .l-header-nav {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
  }
}

.l-article {
  background-image: url(../images/article-bg.png);
  background-repeat: repeat-y;
  background-position: center top -350px;
}
@media screen and (max-width: 784px) {
  .l-article {
    background-size: 150% auto;
    background-position: center top -25vw;
  }
}
@media screen and (max-width: 640px) {
  .l-article {
    background-size: 100% auto;
    background-position: center top -50vw;
    background-image: url(../images/article-bg-mobile.png);
  }
}

/*-------------------
 * component
 *-------------------*/
.page-wrap .c-banner {
  padding: 40px 32px;
  background-color: #FFFEE6;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-banner {
    padding: 40px 16px;
  }
}
.page-wrap .c-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 16px;
  max-width: 1384px;
  margin: 0 auto;
}
@media screen and (max-width: 918px) {
  .page-wrap .c-banner-list {
    max-width: 860px;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-banner-list {
    gap: 16px;
    max-width: 370px;
  }
}
.page-wrap .c-banner-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-wrap .c-banner-item a img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.page-wrap .c-banner-item a img:hover {
  opacity: 1;
  transform: scale(1.05);
}
.page-wrap .c-banner-item:nth-child(-n+4) {
  width: calc(25% - 12px);
  max-width: 280px;
}
@media screen and (max-width: 918px) {
  .page-wrap .c-banner-item {
    max-width: 370px;
  }
  .page-wrap .c-banner-item:nth-child(-n+4) {
    width: calc(50% - 8px);
    max-width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-banner-item {
    max-width: 362px;
  }
  .page-wrap .c-banner-item:nth-child(1), .page-wrap .c-banner-item:nth-child(2) {
    width: calc(50% - 8px);
  }
  .page-wrap .c-banner-item:nth-child(3), .page-wrap .c-banner-item:nth-child(4) {
    max-width: 370px;
    width: 100%;
  }
}
.page-wrap .c-banner-item__tver {
  max-width: 896px;
  margin: 0 auto;
}
@media screen and (max-width: 918px) {
  .page-wrap .c-banner-item__tver {
    max-width: 576px;
  }
}
.page-wrap .c-banner-item__tver a img {
  width: 100%;
}
.page-wrap .c-banner-item__tver a img:hover {
  transform: scale(1.03);
}

.page-wrap .c-next {
  position: relative;
  padding: 80px 32px;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-next {
    padding: 80px 16px;
  }
}
.page-wrap .c-next::after {
  position: absolute;
  content: "";
  background-image: url(../../2026/images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: auto;
  aspect-ratio: 412/205;
  bottom: 0;
  right: -20%;
  z-index: 1;
}
@media screen and (max-width: 784px) {
  .page-wrap .c-next::after {
    width: 38%;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-next::after {
    width: 40%;
  }
}
.page-wrap .c-next-wrap {
  max-width: 1186px;
  margin: 0 auto;
  z-index: 30;
  position: relative;
}
.page-wrap .c-next-inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  justify-content: center;
  grid-template-areas: "oa movie" "lineup movie" "guest movie";
  gap: 24px 32px;
  align-items: start;
}
@media screen and (max-width: 994px) {
  .page-wrap .c-next-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "oa" "movie" "lineup" "guest";
    gap: 32px;
  }
}
.page-wrap .c-next-oa {
  grid-area: oa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 300px;
  padding: 16px 0;
  background: #FF2300;
}
@media screen and (max-width: 994px) {
  .page-wrap .c-next-oa {
    width: auto;
  }
}
.page-wrap .c-next-oa__label {
  padding: 8px;
  color: #FFFFFF;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  border-radius: 100px;
  background-color: #FF8553;
}
.page-wrap .c-next-oa__date {
  color: #FFFFFF;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
}
.page-wrap .c-next-oa__time {
  color: #FFFFFF;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.page-wrap .c-next-movie {
  position: relative;
  grid-area: movie;
  flex-shrink: 0;
  aspect-ratio: 105/59;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 994px) {
  .page-wrap .c-next-movie {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-next-movie {
    aspect-ratio: 16/9;
    box-shadow: none;
  }
}
.page-wrap .c-next-movie__wrap {
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
}
.page-wrap .c-next-lineup {
  grid-area: lineup;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  width: 300px;
}
.page-wrap .c-next-lineup table {
  border-collapse: collapse;
  width: 100%;
}
.page-wrap .c-next-lineup tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6em;
  margin-bottom: 18px;
}
.page-wrap .c-next-lineup tr:last-child {
  margin-bottom: 0;
}
.page-wrap .c-next-lineup tr td {
  font-family: "IBM Plex Sans JP";
  color: #0082FF;
  font-size: 12px;
  font-weight: 600;
}
.page-wrap .c-next-lineup tr td:last-of-type {
  font-family: "IBM Plex Sans JP";
  color: #FF2300;
  font-size: 24px;
  font-weight: 700;
}
.page-wrap .c-next-guest {
  grid-area: guest;
  width: 300px;
}
@media screen and (max-width: 994px) {
  .page-wrap .c-next-guest {
    width: auto;
  }
}
.page-wrap .c-next-guest h3 {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 24px;
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 999px;
  background: #0082FF;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-next-guest h3 {
    font-weight: 600;
  }
}
.page-wrap .c-next-guest tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 1rem;
}
.page-wrap .c-next-guest tr {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3em;
}
.page-wrap .c-next-guest td {
  color: #322E2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.page-wrap .c-next-guest td:last-of-type {
  font-size: 12px;
}

.page-wrap .c-pickup {
  position: relative;
  padding: 80px 0;
  background: #FFFEE6;
  overflow: clip;
}
.page-wrap .c-pickup::before {
  position: absolute;
  content: "";
  background-image: url(../../2026/images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: auto;
  top: 0;
  right: -20%;
  aspect-ratio: 412/205;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 784px) {
  .page-wrap .c-pickup::before {
    width: 38%;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup::before {
    width: 40%;
  }
}
.page-wrap .c-pickup::after {
  position: absolute;
  content: "";
  background-image: url(../../2026/images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: auto;
  bottom: 0;
  left: -20%;
  aspect-ratio: 412/205;
  z-index: 1;
}
@media screen and (max-width: 784px) {
  .page-wrap .c-pickup::after {
    width: 38%;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup::after {
    width: 40%;
  }
}
.page-wrap .c-pickup-bg__text {
  position: absolute;
  top: 80px;
  left: 0;
  display: flex;
  width: 100vw;
  overflow: hidden;
  z-index: 2;
}
.page-wrap .c-pickup-bg__text span {
  flex-shrink: 0;
  display: inline-block;
  padding-right: 2vw;
  white-space: nowrap;
  color: rgba(255, 105, 0, 0.1);
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  animation: marquee-scroll 30s linear infinite;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-bg__text span {
    font-size: 128px;
  }
}
.page-wrap .c-pickup-wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-wrap {
    padding: 0;
  }
}
.page-wrap .c-pickup-head {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 804px) {
  .page-wrap .c-pickup-head {
    max-width: 260px;
  }
}
.page-wrap .c-pickup-head img {
  width: 100%;
}
.page-wrap .c-pickup-text {
  margin: 28px auto 40px;
  color: #322E2B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 804px) {
  .page-wrap .c-pickup-text {
    margin: 16px auto 40px;
  }
}
.page-wrap .c-pickup-main {
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 804px) {
  .page-wrap .c-pickup-main {
    padding: 0 20px;
  }
}
.page-wrap .c-pickup-date {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 16px;
  background: #0082FF;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 804px) {
  .page-wrap .c-pickup-date {
    position: relative;
    width: 100%;
    align-self: stretch;
    padding: 12px 16px;
    background: #0082FF;
    backdrop-filter: blur(4.5px);
  }
}
.page-wrap .c-pickup-date dt {
  display: inline-block;
  padding: 8px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #0082FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.page-wrap .c-pickup-date dd {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.page-wrap .c-pickup-date dd span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  flex-shrink: 0;
}
.page-wrap .c-pickup-date dd h4 {
  color: #ffff78;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-box: trim-both cap alphabetic;
}
.page-wrap .c-pickup-thumb img {
  width: 100%;
  vertical-align: bottom;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 804px) {
  .page-wrap .c-pickup-thumb img {
    height: auto;
  }
}
.page-wrap .c-pickup-desc {
  position: absolute;
  display: flex;
  align-items: stretch;
  bottom: 0;
  right: 0;
  width: 400px;
  z-index: 10;
}
@media screen and (max-width: 804px) {
  .page-wrap .c-pickup-desc {
    position: relative;
    width: auto;
  }
}
.page-wrap .c-pickup-desc dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 16px;
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  background: #FF2300;
  color: #FFFFFF;
  font-size: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-desc dt {
    padding: 10px;
  }
}
.page-wrap .c-pickup-desc dt span {
  font-size: 20px;
  font-weight: 400;
  transform: translateY(10px);
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-desc dt span {
    transform: translateY(8px);
  }
}
.page-wrap .c-pickup-desc dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex: 1;
  padding: 16px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-desc dd {
    gap: 4px;
    padding: 12px;
  }
}
.page-wrap .c-pickup-desc dd h4 {
  color: #322E2B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.page-wrap .c-pickup-desc dd p {
  color: #322E2B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.page-wrap .c-pickup-desc dd p span {
  font-size: 12px;
}
.page-wrap .c-pickup-btn {
  text-align: center;
  margin: 20px 0;
}
.page-wrap .c-pickup-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding: 16px 8px 16px 20px;
  width: 240px;
  margin: 0 auto 40px;
  background: #0082FF;
  border-radius: 9999px;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.page-wrap .c-pickup-btn a:hover {
  opacity: 1;
  transform: scale(1.03);
}
.page-wrap .c-pickup-btn a .icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  font-size: 24px;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s ease-out;
}
.page-wrap .c-pickup-archive {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-archive {
    flex-direction: column;
  }
}
.page-wrap .c-pickup-archive__head {
  color: #FF2300;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  text-align: left;
  white-space: nowrap;
  margin-top: -32px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-archive__head {
    margin-top: 0;
    text-align: center;
  }
}
.page-wrap .c-pickup-archive__head span {
  font-size: 20px;
  line-height: 32px;
}
.page-wrap .c-pickup-archive__swiper {
  width: 100%;
  overflow: visible;
  clip-path: inset(0 -50% 0 0);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-pickup-archive__swiper {
    clip-path: none;
    padding: 0 16px;
  }
}
.page-wrap .c-pickup-archive__swiper-wrapper {
  width: 160px;
  align-items: flex-start;
}
.page-wrap .c-pickup-archive__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 160px;
  box-sizing: border-box;
}
.page-wrap .c-pickup-archive__card:hover .c-pickup-archive__card--thumb img {
  opacity: 1;
  transform: scale(1.2) translateZ(0);
}
.page-wrap .c-pickup-archive__card--media {
  position: relative;
  width: 100%;
  max-width: 160px;
}
.page-wrap .c-pickup-archive__card--thumb {
  display: block;
  position: relative;
  max-width: 160px;
  width: 100%;
  border-radius: 999px;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateZ(0);
  z-index: 1;
}
.page-wrap .c-pickup-archive__card--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.page-wrap .c-pickup-archive__card--date {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 999px;
  background: #ff2300;
  padding: 4px 16px;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  backface-visibility: hidden;
  z-index: 10;
}
.page-wrap .c-pickup-archive__card--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #322E2B;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-wrap .c-article-section {
  padding: 0 24px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-article-section {
    padding: 0 4px;
    margin-top: 40px;
  }
}
.page-wrap .c-article-body {
  max-width: 850px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  margin: 0 auto;
  padding: 40px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 56px 0;
}
@media screen and (max-width: 994px) {
  .page-wrap .c-article-body {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-article-body {
    padding: 24px 16px;
  }
}
.page-wrap .c-article-heading {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-article-heading {
    gap: 16px 0;
  }
}
.page-wrap .c-article-heading__label {
  text-box: trim-both cap alphabetic;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-color: #0082FF;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 24px;
  color: #FFFFFF;
  border-radius: 999px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-article-heading__label {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.page-wrap .c-article-heading__title {
  text-box: trim-both cap alphabetic;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #FF2300;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-article-heading__title {
    font-size: 32px;
  }
}
.page-wrap .c-article-heading__date {
  text-box: trim-both cap alphabetic;
  font-size: 14px;
}
.page-wrap .c-article-annotation {
  text-align: right;
  font-size: 14px;
  color: #888888;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
  padding: 0 0 0 1.2em;
  box-sizing: border-box;
  position: relative;
}
.page-wrap .c-article-annotation::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.page-wrap .c-controls {
  padding: 24px 10px;
}
.page-wrap .c-controls__wrap {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-controls__wrap {
    gap: 24px;
  }
}
.page-wrap .c-controls__pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  gap: 2px;
}
.page-wrap .c-controls__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FF8553;
  opacity: 1;
  border-radius: 999px;
}
.page-wrap .c-controls__pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  border-radius: 8px;
  background: #FF2300;
  border-radius: 999px;
}
.page-wrap .c-controls__nav {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-controls__nav {
    gap: 20px;
  }
}
.page-wrap .c-controls__nav-btn {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  background: transparent;
  border: 1px solid #FF2300;
  color: #FF2300;
  border-radius: 50%;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.page-wrap .c-controls__nav-btn:hover {
  opacity: 1;
  transform: scale(1.05) translateZ(0);
}
.page-wrap .c-controls__nav-btn::after {
  font-size: 1rem !important;
  font-weight: bold;
}
.page-wrap .c-controls__article {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
}
.page-wrap .c-controls__article .c-controls__nav-btn {
  background-color: #fff;
}

.page-wrap .c-bn {
  padding: 80px 0;
  overflow: clip;
}
.page-wrap .c-bn-decoration {
  position: relative;
}
.page-wrap .c-bn-decoration::before {
  position: absolute;
  content: "";
  background-image: url(../../2026/images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: auto;
  top: 0;
  left: -20%;
  aspect-ratio: 412/205;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 784px) {
  .page-wrap .c-bn-decoration::before {
    width: 38%;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-bn-decoration::before {
    width: 40%;
  }
}
.page-wrap .c-bn-head {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 0 10px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-bn-head {
    gap: 12px;
  }
}
.page-wrap .c-bn-head__sub {
  font-size: 16px;
  color: #FF2300;
  font-weight: 500;
  line-height: normal;
}
.page-wrap .c-bn-head__title {
  padding: 0;
  font-family: "LINE Seed JP_OTF", sans-serif !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #322E2B !important;
  background: rgba(255, 255, 255, 0);
  text-align: left;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-bn-head__title-article {
    font-size: 26px !important;
  }
}
.page-wrap .c-bn-bg {
  position: relative;
  background: #FFFFFF;
  border-top: 16px solid #FFFF78;
  border-bottom: 16px solid #FFFF78;
  z-index: 10;
}
.page-wrap .c-bn-swiper {
  max-width: 1080px;
  width: 100%;
  overflow: visible;
  clip-path: inset(0 -50% 0 -50%);
}
@media screen and (max-width: 640px) {
  .page-wrap .c-bn-swiper {
    clip-path: inset(0 0 0 0);
  }
}
.page-wrap .c-bn-swiper__wrapper {
  width: 316px;
}
.page-wrap .c-bn-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  width: 316px;
  height: 100% !important;
  background: #FFFFFF;
  padding: 24px;
  border-right: 8px solid #FFFF78;
  border-left: 8px solid #FFFF78;
  box-sizing: border-box;
}
.page-wrap .c-bn-card:hover .c-bn-card__thumb img {
  opacity: 1;
  transform: scale(1.1) translateZ(0);
}
.page-wrap .c-bn-card__unit {
  position: relative;
}
.page-wrap .c-bn-card__thumb {
  overflow: hidden;
  box-sizing: border-box;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.page-wrap .c-bn-card__thumb img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.page-wrap .c-bn-card__date {
  position: absolute;
  bottom: 0;
  padding: 4px 8px;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  border-radius: 0 12px 0 0;
  background: #FF2300;
  transform: translateX(0%) translateZ(0);
  backface-visibility: hidden;
}
.page-wrap .c-bn-card__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #322E2B;
  align-self: start;
  line-height: 1.5;
}
.page-wrap .swiper-slide {
  width: auto !important;
  height: auto !important;
  display: flex;
}

/*-------------------
 * project
 *-------------------*/
/* ヒーロー表示中はヘッダー非表示（index ページ限定） */
.is-hero-visible .index-page .l-header {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* ヒーロー通過後 — ヘッダー表示 */
.index-page .l-header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  /* 既存の transition を追加 */
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.p-index-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: opacity 0.6s ease;
}
.p-index-loading.is-loaded {
  opacity: 0;
  pointer-events: none;
}
.p-index-loading__icon {
  width: 80px;
}
.p-index-loading__icon svg {
  width: 100%;
  height: auto;
  display: block;
}
.p-index-loading__bar {
  --progress: 0%;
  width: 160px;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.p-index-loading__bar::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--progress);
  background-color: #0083ff;
  transition: width 0.2s ease;
}

.page-wrap .p-index-hero__main img, .page-wrap img.p-index-hero__main {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
@media print {
  .page-wrap .p-index-hero__main,
  .page-wrap .p-index-hero__main img,
  .page-wrap img.p-index-hero__main {
    display: none !important;
  }
}
@-moz-document url-prefix() {
  @media print {
    .page-wrap .p-index-hero__main,
    .page-wrap .p-index-hero__main img,
    .page-wrap img.p-index-hero__main {
      display: none !important;
    }
  }
}
.page-wrap .p-index-hero {
  position: relative;
  background-image: url(../../2026/images/kv-bg.webp);
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  .page-wrap .p-index-hero {
    background-image: url(../../2026/images/kv-bg_sp.webp);
  }
}
.page-wrap .p-index-hero__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.page-wrap .p-index-hero__copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-wrap .p-index-hero__main {
  position: relative;
  width: 100%;
}
.page-wrap .p-index-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.p-tameshite-article h2 {
  text-box: trim-both cap alphabetic;
  box-sizing: border-box;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-color: #0082FF;
  width: 100%;
  padding: 12px 24px;
  color: #FFFF78;
  border-radius: 999px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .p-tameshite-article h2 {
    font-size: 20px;
    padding: 12px 20px;
  }
}
.p-tameshite-article h2 span {
  display: inline-block;
}
.p-tameshite-article .c-description {
  margin: 32px 0 0 0;
}
.p-tameshite-article .c-mv {
  margin: 32px 0 0 0;
}
.p-tameshite-article .c-mv img {
  width: 100%;
  height: auto;
  display: block;
}
.p-tameshite-article .c-rank-list {
  margin: 48px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
.p-tameshite-article .c-rank-item {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  overflow: clip;
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-rows: 1fr max-content;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "c-rank-media c-rank-heading" "c-rank-media c-rank-desc";
}
@media screen and (max-width: 784px) {
  .p-tameshite-article .c-rank-item {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr max-content;
    grid-template-areas: "c-rank-media" "c-rank-heading" "c-rank-desc";
  }
}
.p-tameshite-article .c-rank-media {
  grid-area: c-rank-media;
  position: relative;
  min-height: 56.3%;
}
.p-tameshite-article .c-rank-media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-tameshite-article .c-rank-media p {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #FF2300;
  color: #FFFFFF;
  padding: 12px 24px 8px 8px;
  border-radius: 0 0 999px 0;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0;
}
.p-tameshite-article .c-rank-media p::first-letter {
  font-size: 32px;
}
.p-tameshite-article .c-rank-heading {
  grid-area: c-rank-heading;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
}
@media screen and (max-width: 784px) {
  .p-tameshite-article .c-rank-heading {
    padding: 16px 16px 32px 16px;
  }
}
.p-tameshite-article .c-rank-heading p:first-child {
  text-box: trim-both cap alphabetic;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 600;
  font-size: 14px;
  background-color: #0082FF;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px;
  color: #FFFFFF;
  border-radius: 999px;
}
.p-tameshite-article .c-rank-heading h3 {
  text-box: trim-both cap alphabetic;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.p-tameshite-article .c-rank-desc {
  grid-area: c-rank-desc;
  padding: 0 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
}
@media screen and (max-width: 784px) {
  .p-tameshite-article .c-rank-desc {
    padding: 0px 16px 24px 16px;
  }
}
.p-tameshite-article .c-rank-desc i {
  font-size: 14px;
  color: #888888;
  letter-spacing: 0;
  font-style: normal;
}
.p-tameshite-article .c-rank-price {
  text-box: trim-both cap alphabetic;
  font-size: 20px;
  font-weight: 500;
}
.p-tameshite-article .c-article-content > *:first-child {
  margin-top: 0 !important;
}
.p-tameshite-article .c-article-content > *:last-child {
  margin-bottom: 0 !important;
}

.p-featured-article h2 {
  text-box: trim-both cap alphabetic;
  box-sizing: border-box;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-color: #0082FF;
  width: 100%;
  padding: 12px 24px;
  color: #FFFF78;
  border-radius: 999px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .p-featured-article h2 {
    font-size: 20px;
    padding: 12px 20px;
  }
}
.p-featured-article h2 span {
  display: inline-block;
}
.p-featured-article .c-description {
  margin: 32px 0 0 0;
}
.p-featured-article .c-mv {
  margin: 32px 0 0 0;
}
.p-featured-article .c-mv img {
  width: 100%;
  height: auto;
  display: block;
}
.p-featured-article .c-list {
  margin: 48px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
.p-featured-article .c-list-item {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  overflow: clip;
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-rows: 1fr max-content;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "c-list-media c-list-heading" "c-list-media c-list-desc";
}
@media screen and (max-width: 784px) {
  .p-featured-article .c-list-item {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr max-content;
    grid-template-areas: "c-list-media" "c-list-heading" "c-list-desc";
  }
}
.p-featured-article .c-list-media {
  grid-area: c-list-media;
  position: relative;
  min-height: 56.3%;
}
.p-featured-article .c-list-media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-featured-article .c-list-media p {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #FF2300;
  color: #FFFFFF;
  padding: 12px 24px 8px 8px;
  border-radius: 0 0 999px 0;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0;
}
.p-featured-article .c-list-media p::first-letter {
  font-size: 32px;
}
.p-featured-article .c-list-heading {
  grid-area: c-list-heading;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
}
@media screen and (max-width: 784px) {
  .p-featured-article .c-list-heading {
    padding: 16px 16px 32px 16px;
  }
}
.p-featured-article .c-list-heading h3 {
  text-box: trim-both cap alphabetic;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #FF2300;
}
.p-featured-article .c-list-desc {
  grid-area: c-list-desc;
  padding: 0 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
}
@media screen and (max-width: 784px) {
  .p-featured-article .c-list-desc {
    padding: 0px 16px 24px 16px;
  }
}
.p-featured-article .c-list-desc i {
  font-size: 14px;
  line-height: 1.3;
  color: #888888;
  letter-spacing: 0;
  font-style: normal;
}
.p-featured-article .c-list-desc i.color-red {
  color: #e00404;
}
.p-featured-article .c-list-price {
  text-box: trim-both cap alphabetic;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.p-featured-article .c-article-content > *:first-child {
  margin-top: 0 !important;
}
.p-featured-article .c-article-content > *:last-child {
  margin-bottom: 0 !important;
}

.page-wrap .c-cast-body {
  gap: 48px 0 !important;
  max-width: 1200px !important;
}
@media screen and (max-width: 806px) {
  .page-wrap .c-cast-body {
    gap: 32px 0 !important;
  }
}
.page-wrap .c-cast-heading {
  font-size: 40px !important;
}
@media screen and (max-width: 806px) {
  .page-wrap .c-cast-heading {
    font-size: 32px !important;
  }
}
.page-wrap .c-cast-content {
  position: relative;
  padding: 40px 20px;
  border: 3px solid #0082FF;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 806px) {
  .page-wrap .c-cast-content {
    padding: 44px 12px 24px 12px;
    border-radius: 16px;
  }
}
.page-wrap .c-cast-content h2 {
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 20px;
  width: auto;
  color: #FFFFFF;
}
@media screen and (max-width: 806px) {
  .page-wrap .c-cast-content h2 {
    top: -14px;
    left: 12px;
    padding: 8px 16px;
    font-size: 18px !important;
  }
}
.page-wrap .c-cast-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-cast-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 806px) {
  .page-wrap .c-cast-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-cast-list li:last-of-type {
    grid-column: 1/-1;
    justify-self: center;
    width: 100%;
    max-width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1024px) and (max-width: 806px) {
  .page-wrap .c-cast-list li:last-of-type {
    max-width: calc((100% - 20px) / 2);
  }
}
.page-wrap .c-cast-photo {
  margin-bottom: 8px;
}
.page-wrap .c-cast-photo img {
  width: 100%;
  vertical-align: bottom;
}
.page-wrap .c-cast-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-wrap .c-cast-text__name {
  color: #322E2B;
  text-align: center;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 806px) {
  .page-wrap .c-cast-text__name {
    font-size: 18px;
  }
}
.page-wrap .c-cast-text__title {
  color: #322E2B;
  text-align: center;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 806px) {
  .page-wrap .c-cast-text__title {
    font-size: 12px;
  }
}
.page-wrap .c-cast-photo img, .page-wrap img.c-cast-photo {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
@media print {
  .page-wrap .c-cast-photo,
  .page-wrap .c-cast-photo img,
  .page-wrap img.c-cast-photo {
    display: none !important;
  }
}
@-moz-document url-prefix() {
  @media print {
    .page-wrap .c-cast-photo,
    .page-wrap .c-cast-photo img,
    .page-wrap img.c-cast-photo {
      display: none !important;
    }
  }
}

/*-------------------
 * object
 *-------------------*/
/* 要素全体が少し縮んだ状態からズームインして現れる
      カスタム属性名: data-aos="custom-zoom-in"
    */
/* 初期状態（画面外） */
[data-aos=custom-zoom-in] {
  opacity: 0;
  transform: scale(0.85) translateY(30px);
  transition-property: transform, opacity; /* アニメーションさせるプロパティ */
}

/* アニメーション状態（画面内に入った時） */
[data-aos=custom-zoom-in].aos-animate {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* 左から右へマスクが解けて画像が現れる
      カスタム属性名: data-aos="reveal-from-left"
    */
/* 初期状態（マスクで隠れている） */
[data-aos=reveal-from-left] {
  -webkit-mask-image: linear-gradient(to right, #000 40%, transparent 60%);
  mask-image: linear-gradient(to right, #000 40%, transparent 60%);
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  -webkit-mask-position: right center;
  mask-position: right center;
  transition-property: -webkit-mask-position, mask-position; /* アニメーションさせるプロパティ */
}

/* アニメーション状態（画面内に入った時） */
[data-aos=reveal-from-left].aos-animate {
  -webkit-mask-position: left center;
  mask-position: left center;
}/*# sourceMappingURL=style.css.map */