@charset "utf-8";

@font-face {
  font-family: 'Source Han Sans JP';
  font-style: normal;
  font-weight: 400;
  src:
    local('Source Han Sans JP'),
    local('SourceHanSansJP-Regular'),
    url('/common/fonts/SourceHanSansJP-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Source Han Sans JP';
  font-style: normal;
  font-weight: 500;
  src:
    local('Source Han Sans JP Medium'),
    local('SourceHanSansJP-Medium'),
    url('/common/fonts/SourceHanSansJP-Medium.woff2') format('woff2');
  font-display: swap;
}

:root {
  --font-source-han: 'Source Han Sans JP', sans-seri;
}

/* =======================================
  スクロールアクション
======================================= */
.hide {
  opacity: 0;
  transition: all .6s ease;
}

 .hide.show,
 .hide .show {
  opacity: 1;
}

.first-show {
  opacity: 0;
  animation: FirstFadeInUp 1.5s ease 0.5s forwards;
}

.fade01 {
  opacity: 0;
  transform: translateY(0);
}

.fade01.show {
  opacity: 1;
  transform: translateY(50px);
  transition: all .6s ease;
  animation: FadeInUp 0.6s ease-out forwards;;
  color: var(--white);
}

@keyframes FirstFadeInUp {
  to {
    opacity: 1;
  }
}

@keyframes FadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   temp-tieup_contents
======================================== */
#temp-tieup_contents .header {
  background: none;
  backdrop-filter: none;
  position: absolute;
  width: 100%;

  .header__promoted {
    background: #E7E7E7;
    color: #212121;
    padding: 4px 8px;
    margin-inline: 32px 0;
    font-family: var(--font-figtree);
    font-weight: 500;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
    border-radius: 50px;
  }
}

/* ========================================
   共通スタイル
======================================== */
.footer {
  background: #fff;
}

.footer__logo img {
  width: 200px;
}

.footer__main {
  .footer__inner {
    display: grid;
    grid-template-columns: 200px auto auto;
  }
}

.header__main {
  position: relative;
}

.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 56px 12px;
  height: 65px;
  z-index: 1000;
  pointer-events: none;
  transition: opacity 0.4s ease;

  .header__fixed-inner {
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .header__nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .header__nav-links {
    display: inline-flex;
    opacity: 0;
    transform: translateY(10px) translateZ(0);
    transition: 
      opacity 0.3s ease 0s, 
      transform 0.3s ease 0s; 
  }
}

.header.is-passed {
  .header__main {
    display: none;
  }

  .header__fixed {
    pointer-events: auto;
    opacity: 1;

    .header__nav-links {
      opacity: 1;
      transform: translateY(0) translateZ(0);

      transition:
        opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s,
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
    }
  }
}

.header__box-inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}


section {
  position: relative;
  padding:120px 0;
}

section.odd,
div.odd {
  background-color: rgba(0, 0, 0, 0.05);
}

.section__title {
  font-family: var(--font-figtree);
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: -32px;
  /* 縦書き（回転） */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  white-space: nowrap;
}

.section__title::before {
  content: "—";
  display: inline-block;
  margin-right: 8px;
}

.inner {
  width: 1082px;
  margin:0 auto;
  position: relative;
}

.inner__box {
  width: 810px;
  margin:0 auto;
}

.button__wrap {
  text-align: right;
}

.button {
  min-width: 200px;
  display: inline-block;
  padding: 6.5px 24px;
  color: #212121;
  text-decoration: none;
  border-radius: 4px;
  font-family: var(--font-noto-sans);
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  border:solid 1px #212121;
  border-radius: 50px;
}

.buttonl__icon {
  position: relative;
  top: 4px;
  margin-left: 3px;
}

.button:hover {
}

.content {
  padding:0 0 129px;
}

/* ========================================
   インデックス
======================================== */
.index {
  width: 100%;

  &:empty {
    margin-bottom: 120px;
  }

  .index__title {
    font-family: var(--font-source-han);
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
  }

  .index__text {
    font-family: var(--font-source-han);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0%;
  }
}

/* ========================================
   キービジュアル
======================================== */

.kv  {
  position: relative;
  overflow: hidden;
  height: 50vw;
}

.kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/common/crea/images/v1/icon/mv_loader.gif") center no-repeat;
  pointer-events: none;
  background-size: cover;
}

.kv__image {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.kv__video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.kv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50% , -50% );
  object-position: center 22% ;
}

.kv__video:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100% ;
  height: 100% ;
  background-color: rgba(0, 0, 0, 0.2);
}

.kv__content {
  width: 100% ;
  position: absolute;
  left:0;
  right:0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  margin:auto;
}

.kv__content:before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

.kv__content__inner {
  width: 39.6vw;
  margin: 0 0 0 10.39vw; 
  padding:0 0 4.68vw;
}

.kv__content a {
  display: block;
}

.kv__content__box {
  display: flex;
  flex-direction: column;
  gap: 2.19vw;
}

.kv__content .kv__title {
  margin: 0 ;
  font-family: var(--font-noto-sans);
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: 2.343vw;
  line-height: 1.6;
}

.kv__content .kv__text {
  margin: 0 ;
  font-family: var(--font-noto-sans);
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

/* ========================================
   image-text-vertical
======================================== */

.image-text-vertical {
  width: 100% ;

  .inner__box {
    width: auto;
    padding: 0;
  }
}

.image-text-vertical__title {
  font-family: var(--font-source-han);
  font-weight: 500;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

.image-text-vertical__container {
  margin: 0 auto;
  display: flex;
  gap: 63px;
  align-items: center;
}

.image-text-vertical__container.reverse {
  flex-direction: row-reverse;
}

.image-text-vertical__image-wrapper {
  overflow: hidden;
}

.image-text-vertical__image {
  width: 542px;
  display: block;
}

.image-text-vertical__content {
  flex: 1;
  padding: 0;
}

.image-text-vertical__heading {
  font-family: var(--font-source-han);
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

.image-text-vertical__text {
  font-family: var(--font-source-han);
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.image-text-vertical__text p {
  margin: 0;
}

.image-text-vertical__caption {
  font-family: var(--font-noto-sans);
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #6d6d6d;
  margin-bottom: 20px;
}

.image-text-vertical__caption p {
  margin: 0;
}

/* ========================================
   image-text-horizontal
======================================== */

.image-text-horizontal {
  width: 100%;
}

.image-text-horizontal__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.image-text-horizontal__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.image-text-horizontal__container.right {
  flex-direction: row-reverse;
}

.image-text-horizontal__image-wrapper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.image-text-horizontal__image {
  width: 100%;
  height: auto;
  display: block;
}

.image-text-horizontal__content {
  flex: 1;
  width: 100%;
  padding: 0;
}

.image-text-horizontal__heading {
  font-family: var(--font-source-han);
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.image-text-horizontal__text {
  font-family: var(--font-source-han);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.image-text-horizontal__text p {
  margin: 0;
}

.image-text-horizontal__caption {
  font-family: var(--font-noto-sans);
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #6d6d6d;
}

.image-text-horizontal__caption p {
  margin: 0;
}

.image-text-horizontal__button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-weight: bold;
}

.image-text-horizontal__button:hover {
  background-color: #555;
}

/* ========================================
   video 
======================================== */

.video {
  width: 100%;
}

.video__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.video__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.video__player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__content {
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video__heading {
  font-family: var(--font-source-han);
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}

.video__text {
  font-family: var(--font-source-han);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.video__text p {
  margin: 0;
}

.video__caption {
  font-family: var(--font-noto-sans);
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #6d6d6d;
  margin-bottom: 24px;
}

.video__caption p {
  margin: 0;
}

/* サムネ */
.video__thumbnail {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* 再生ボタン */
.video__play {
  position: absolute;
  margin: auto;
  inset: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: all 0.25s ease;
}

.video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video__thumbnail:hover .video__play {
  opacity: 0.6;
}

/* ========================================
   carousel
======================================== */

.carousel {
  width: 100%;
}

.carousel__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.carousel__heading {
  font-family: var(--font-source-han);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.carousel__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ========================================
   ポップアップ
======================================== */

.carousel__button {
  color: #212121;
  box-shadow: none;
}

.carousel__button svg{
  filter: none;
  stroke-width: 2px;
}

.fancybox__button--close {
  display: block;
  width: 33px;
  height: 20px;
  margin: 15px 30px 0 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;

  svg {
    display: none;
  }

  /* ☓アイコン */
  &::before,
  &::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: var(--color-black);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50%;
  }

  &::before {
    rotate: 30deg;
  }

  &::after {
    rotate: -30deg;
  }
}

.fancybox__content {
  position: relative;
  max-width: 858px;

  .fancybox__counter {
    position: absolute;
    top: -35px;
    right: 0;
    min-width: auto;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.fancybox__toolbar {
  background: none;
}

.fancybox__backdrop {
  background: rgb(255, 255, 255, .8);
  backdrop-filter: blur(40px);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #212121;
  border-width: 2px;
}

.fancybox__caption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #212121;
}

.fancybox-caption__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #212121;
}

.fancybox-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 12px 0 8px;
  color: #212121;
}

.fancybox-detail {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #212121;
}

.fancybox-btn {
  text-align: right;
}

.fancybox-btn a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  border-radius: 9999px;
  border: solid 1px #212121;
  color: #212121;
  font-size: 12px;
  font-weight: bold !important;
  line-height: 1;
  padding: 6.5px 24px;
}

/* ========================================
   gallery 
======================================== */

.gallery {
  width: 100%;
}

.gallery__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.gallery__heading {
  font-family: var(--font-source-han);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}

.gallery-caption {
  font-family: var(--font-noto-sans);
  width: var(--content-inner-left-width);
}

.gallery-caption .article-carousel__btn-wrap {
  margin-top: 8px;
}

.gallery-caption__text {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 8px;
  color:#6D6D6D;
}

.gallery-caption__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 24px;
}

.gallery-caption__detail {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 16px;
}

.article-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.article-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* アニメーション */
.article-gallery__item {
  opacity: 0;
  transform: translateY(40px);
  transition: 
    opacity .8s ease,
    transform .8s cubic-bezier(.22,1,.36,1);
}

.article-gallery__item.show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   parallax
======================================== */
.index > .parallax__bg:last-child,
.index > .parallax__video-wrap:last-child,
.index > .odd:last-child {
  margin-bottom: 120px;
}

.parallax__bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax__img {
  width: 100%;
  padding: calc(100vh - 85px) 0 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.parallax__video-wrap {
  width: 100%;
  padding: calc(100vh - 85px) 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.parallax__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  object-position: center 22% ;
}

/* ========================================
   matome
======================================== */

.matome {
  width: 100%;
  padding: 60px 20px;
}

.matome__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.matome__swiper {
  max-width: 1200px;
  margin: 0 auto 30px;
}

.matome__swiper.hide {
  display: none;
}

.matome__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.matome__item {
  flex-shrink: 0;
}

.matome__link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.3s;
}

.matome__link:hover {
  opacity: 0.8;
}

.matome__image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.matome__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matome__item-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

.matome__date {
  font-size: 0.875rem;
  color: #999;
  margin: 0;
}

.matome__more-button {
  text-align: center;
}

.matome__more-button.hide {
  display: none;
}

.matome__more-link {
  display: inline-block;
  padding: 12px 40px;
  border: 2px solid #333;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.matome__more-link:hover {
  background-color: #333;
  color: #fff;
}


/* ========================================
   credit
======================================== */
.credit {
  width: 820px;
  margin: 0 auto 0;
  font-size: 20px;
  font-size: 2.0rem;

  .box-normal,
  .box-thick,
  .box-color,
  .box-author {
    margin: 0 0 40px;
    padding: 56px;

    table {
      margin-top: 40px;
    }

    ul {
      margin-top: 40px;
    }

    li {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 180%;
    }

    a {
      color: #1c5dd6;
      font-size: inherit;
      text-decoration: none;
      font-feature-settings: "palt";
      word-break: break-all;

      &:hover {
        text-decoration: underline;
      }

      &[target="_blank"]::after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 3px;
        background-image: url(/common/crea/images/v1/icon/blank_blue.svg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        translate: 0 2px;
      }
    }

    .link-button:has(+ p) {
      margin-bottom: 20px;
    }

    .link-button a {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500;
      background: none;
      &::after {
        display: none;
      }

      &:hover {
        text-decoration: none;
      }
    }

    .box-image-left img {
      max-width: 200px;
      height: auto;
    }

    .box-text-right {
      float: right;
    }

    .box-title {
      margin-block: 40px;
      color: #212121;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.6;

      &:has(+ p) {
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
      }
    }

    .image-area {
      margin-top: 40px;

      > figcaption {
        margin-top: 12px;
        padding-top: 0;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
      }
    }

    .box-image-left {
      .image-area {
        margin-top: 0;
      }
    }

    > p:not([class]) {
      margin-top: 5px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.8;
    }

    .box-image-left {
      float: left;
      margin-bottom: 0;
    }

    .box-text-right {
      &:has(+ hr) {
        margin-bottom: 40px;
      }

      > *:first-child {
        margin-top: 0;
      }
    }

    &:not(:has(.box-image-left)):not(:has(.box-text-right)) {
      display: block;
    }

    > *:first-child {
      margin-top: 0 !important;
    }

    > *:last-child {
      margin-bottom: 0 !important;
    }
  }

  > *:first-child {
    margin-top: 0 !important;
  }

  > *:last-child {
    margin-bottom: 0 !important;
  }
}

/* .box-normal */
.credit .box-normal {
  border: 1px solid #e7e7e7;
}

/* .box-thick */
.box-thick {
  border: 1px solid #212121;

  &:has(+ p) {
    margin-bottom: 40px;
  }

  hr {
    border-color: #212121;
  }
}

/* .box-author */
.credit .box-author {
  background-color: #f6f6f6;
  border: none;

  p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
  }

  .box-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .box-image-left {
    width: 120px;
    height: 120px;
    border-radius: 50vh;
    overflow: hidden;

    img {
      width: 100%;
      object-fit: cover;
    }
  }

  .box-text-right {
    margin-bottom: 10px;
    font-weight: 500;

    .box-title {
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1.6rem;
  
      & + p {
        margin-top: 16px;
      }
    }

    a {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      color: #1c5dd6;

      em {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        display: inherit;
        color: #1c5dd6;
      }
    }

    .box-image-left + & {
      width: calc(100% - 120px - 40px);
    }
  }

  &.no-color {
    background-color: #fff;
    border: 1px solid #ccc;
  }

  .box-image-left .box-image-left img {
    max-width: 100px;
  }

  .box-bottom {
    float: right;
    width: calc(100% - 100px - 10px);
  }

  .box-bottom p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* .box-color */
.box-color {
  border: none;
  background-color: #f6f6f6;

  &.moon {
    background-color: #ffce00;

    p {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 1.7;
    }
  }

  &.member {
    background-color: #f6f6f6;
  }

  > *:first-child {
    margin-top: 0;
  }

  > *:last-child {
    margin-bottom: 0;
  }

  *:first-child {
    margin-top: 0;
  }
}

/* .column-box */
.column-box {
  display: flex;
  column-gap: 56px;
  margin-block: 40px;
  padding: 56px;
  border: 1px solid #212121;

  &.cf::before,
  &.cf::after {
    display: none;
  }

  .image {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    background: center center no-repeat;
    background-size: cover;
  }

  .text {
    display: flex;
    flex-direction: column;
    row-gap: 16px;

    .genre {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1;
      font-weight: 500;
    }

    .title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: 500;
    }

    .detail {
      > p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
      }
    }
  }
}

/* .box-magazine */
.credit .box-magazine {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;

  &.cf::before,
  &.cf::after {
    content: none;
  }

  .image-left {
    width: 300px;
    margin: 0;
  }

  .image-left .figure-center {
    margin-top: 0px;
  }

  .text-right {
    flex: 1;
    margin-block: 0;
  }

  .keyword {
    margin-top: 10px;
    clear: both;
    float: right;
    text-align: right;
  }

  .keyword p:last-child {
    margin-right: 0;
  }
}

/* .box-style1 */
.box-style1 {
  p {
    padding: 0;
    margin: 0;
  }

  table {
    padding: 0;
    margin: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------
.article-carousel
---------------------------------------------------------------------------------------------------------------------------- */
.article-carousel {
  display: grid;
  grid-template-columns: 1fr 85px;
  column-gap: 28px;
  margin-bottom: 0;
}
.article-carousel__column--main {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
.article-carousel__column--sub {
  grid-column: 1 / span 2;
  grid-row: 2;
  width: 100%;
}
.article-carousel__column--thumbnail {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.article-carousel__caption {
  color: #6d6d6d;
  font-size: 12px;
  line-height: 1.5;
}
.article-carousel__counter {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  height: 36px;
}
.article-carousel__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.article-carousel__detail {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.article-carousel__btn-wrap {
  text-align: right;
}
.article-carousel__btn {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  border-radius: 9999px;
  border: solid 1px #212121;
  color: #212121;
  font-size: 12px;
  font-weight: bold !important;
  line-height: 1;
  padding: 6.5px 24px;
}
.article-carousel__btn:hover {
  text-decoration: none !important;
}
.article-carousel__icon {
  width: auto !important;
  height: auto !important;
}
.article-carousel-main,
.article-carousel-main__item,
.article-carousel-sub,
.article-carousel-sub__item,
.article-carousel-thumbnail,
.article-carousel-thumbnail__item {
  margin: 0 !important;
}
.article-carousel-main__item {
  height: 0;
  overflow: hidden;
}
.article-carousel-main__item.swiper-slide-active {
  height: auto;
}
.article-carousel-main__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
  min-height: 350px;
}
.article-carousel-main__img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.article-carousel-sub__item {
  height: 0;
  overflow: hidden;
}
.article-carousel-sub__item.swiper-slide-active {
  height: auto;
}
.article-carousel-sub__content {
  padding-top: 24px;
}
.article-carousel-thumbnail {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
  height: calc(100% - 36px);
  overflow-y: scroll;
  scrollbar-width: none;
}
.article-carousel-thumbnail::-webkit-scrollbar {
  display: none;
}
.article-carousel-thumbnail__item.is-active {
  opacity: .2;
}
.article-carousel-thumbnail__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-carousel-thumbnail__img {
  object-fit: contain;
  width: 100% ;
}

/* ========================================
   q&a
======================================== */
.qa {
  margin: 0 ;
}

.qa *:first-child {
  margin-top: 0;
}

.qa dt {
  font-weight: 600;
  margin-top: 30px;
  margin-left: 20px;
  position: relative;
}

.qa dt::before {
  content: "Q ";
  color: #212121;
  position: absolute;
  left: -20px;
}

.qa dd {
  margin-top: 15px;
  margin-left: 20px;
  position: relative;
}

.qa dd::before {
  content: "A ";
  color: #212121;
  position: absolute;
  left: -20px;
}

