@charset "utf-8";

/*
*********************************************************
campaign-contents
*********************************************************
*/
#special-contents {
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Zen Old Mincho', serif;
  font-feature-settings: "palt"1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  #special-contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root #special-contents img {
    image-rendering: auto;
  }
}

#special-contents .maximg {
  width: 100%;
  height: auto
}

#special-contents picture,
#special-contents picture img {
  width: 100%;
  height: auto;
  display: block;
}

.print-only,
.plan-print-only {
  display: none;
}

.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  width: calc(100% - 16px);
  overflow: visible;
}

@media (max-width: 768px) {

  .inner-xs-wrap2,
  .inner-xs-wrap,
  .inner-s-wrap,
  .inner-wrap {
    width: 100%;
  }
}

#special-contents summary {
  list-style: none;
}

#special-contents details>summary::-webkit-details-marker {
  display: none;
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv .kv-photo {
  position: relative;
  padding-top: 8.056%;
  /* 116px / 1440px */
  background-color: #000;
}

#section-kv .kv-photo .kv-text {
  position: absolute;
  top: 9.548%;
  /* 55px / 576px */
  left: -0.40%;
  /* -4px / 1440px */
  width: 68.47%;
  /* 986px / 1440px */
}

#section-kv .h1-wrap {
  background-color: #000;
  margin: 0 auto;
  padding: var(--size32) var(--size16);
}

#section-kv .h1-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

#section-kv .h1-wrap-inner .kv-logo {
  width: 100%;
  max-width: 448px;
}

#section-kv .h1-wrap-inner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  padding-top: var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-kv .kv-photo {
    padding-top: 35%;
  }

  #section-kv .kv-photo .kv-text {
    top: 5%;
    left: 0%;
    width: 76.5%;
  }

  #section-kv .h1-wrap {
    margin: 0 auto;
    padding: var(--size32) var(--size16);
  }

  #section-kv .h1-wrap-inner {
    width: 100%;
    max-width: inherit;
  }

  #section-kv .h1-wrap-inner .kv-logo {
    max-width: 90%;
  }

  #section-kv .h1-wrap-inner h1 {
    font-size: 5vw;
    line-height: 1.6;
    text-align: center;
    padding-top: var(--size16);
  }
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: var(--size48) var(--size16);
}

#section-greeting .greeting-text {
  position: relative;
  text-align: center;
  font-size: min(2.2vw, 1.8rem);
  font-weight: 400;
  line-height: 2.8;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-greeting {
    margin: 0 auto;
    padding: var(--size32) 0;
  }

  #section-greeting .greeting-text {
    font-size: 4.2vw;
    line-height: 2.2;
    letter-spacing: -0.03em;
    padding: 0;
  }
}

/*
*********************************************************
#section-navigation
*********************************************************
*/
#section-navigation {
  max-width: 770px;
  margin: 0 auto;
}

#section-navigation #navigation>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
}

#section-navigation #navigation>ul>li {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}

/* リンクあり行 */
#section-navigation #navigation>ul>li>a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
  padding: var(--size16) var(--size24);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

#section-navigation #navigation>ul>li>a:hover {
  background-color: #f2f2f2;
  opacity: 0.6;
}

/* Coming Soon 行 */
#section-navigation #navigation>ul>li.is-coming {
  padding: var(--size16) var(--size24);
}

/* 日付 */
#section-navigation .nav-date {
  flex: 0 0 72px;
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

/* 右ブロック（badge + title + subtitle） */
#section-navigation .nav-right {
  display: flex;
  align-items: center;
  flex: 1;
  gap: var(--size24);
}

/* バッジエリア */
#section-navigation .nav-badge-wrap {
  flex: 0 0 116px;
  display: flex;
  align-items: center;
}

/* NEW バッジ（coming-labelと幅を揃える） */
#section-navigation .nav-new-badge {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fc0015;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 3px 12px;
}

/* Coming Soon バッジ（nav-new-badgeと幅を揃える） */
#section-navigation .coming-label {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #e5e5e5;
  font-family: 'Figtree', sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 3px 10px;
}

/* タイトル（（２）subtitleの開始地点を揃えるため固定幅） */
#section-navigation .nav-title {
  flex: 0 0 240px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1a1a1a;
}

/* サブタイトル */
#section-navigation .nav-subtitle {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
}

/* 矢印 */
#section-navigation .nav-arrow {
  flex: 0 0 26px;
}

#section-navigation .nav-arrow img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-navigation {
    padding: 0 var(--size16);
  }

  /* （４）左=日付け、右=badge+title+subtitle の2カラムレイアウト */
  #section-navigation #navigation>ul>li>a,
  #section-navigation #navigation>ul>li.is-coming {
    padding: var(--size16) var(--size16) var(--size16) var(--size24);
    gap: var(--size24);
  }

  #section-navigation .nav-date {
    flex: 0 0 auto;
    font-size: 4vw;
    width: 13%;
  }

  #section-navigation .nav-right {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--size8);
  }

  #section-navigation .nav-badge-wrap {
    flex: 0 0 auto;
    width: 28vw;
  }

  #section-navigation .nav-badge-wrap:empty {
    display: none;
  }

  #section-navigation .nav-new-badge {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.5vw;
  }

  #section-navigation .coming-label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3vw;
  }

  #section-navigation .nav-title {
    flex: 0 0 auto;
    font-size: 5vw;
    line-height: 1.4;
  }

  #section-navigation .nav-subtitle {
    font-size: 3.5vw;
  }

  #section-navigation .nav-arrow {
    flex: 0 0 28px;
    align-self: center;
  }
}

@media (max-width: 360px) {

  #section-navigation #navigation>ul>li>a,
  #section-navigation #navigation>ul>li.is-coming {
    gap: var(--size16);
  }

  #section-navigation .nav-title {
    font-size: 4.8vw;
  }
}

/*
*********************************************************
#section-exhibition / #section-interview（共通）
*********************************************************
*/
#section-exhibition,
#section-campaign {
  max-width: 940px;
  margin: 0 auto;
}

#section-exhibition,
#section-campaign {
  margin-top: calc(64px - 16px) !important;
  padding-top: 16px;
}

#section-interview {
  max-width: 100%;
  margin: 0 auto;
}

#section-interview {
  margin-top: calc(64px - 16px) !important;
  padding-top: 16px;
}

#section-interview .interview-inner {
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 var(--size8) var(--size32);
}

#section-movie {
  overflow: hidden;
  max-width: 100%;
  background-color: #f2f2f2;
  padding: var(--size48) var(--size8) var(--size32);
}

/* スクロールアンカー：固定ヘッダー(115px) + 上余白(16px) = 131px
   ※ window.scrollTo を使うと無効になるため JS での上書き禁止 */
#movie {
  scroll-margin-top: 131px;
}

#section-movie .movie-inner {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
}

.page-btm-row {
  margin-top: 0 !important;
}

/* --------------------- h2-wrap --------------------  */
#section-exhibition .h2-wrap {
  text-align: center;
  padding: 0 0 var(--size40);
}

#section-interview .h2-wrap,
#section-movie .h2-wrap,
#section-campaign .h2-wrap {
  text-align: center;
  padding: 0 0 var(--size40);
}

#section-exhibition .h2-wrap .exhibition-category,
#section-interview .h2-wrap .interview-category,
#section-movie .h2-wrap .movie-category,
#section-campaign .h2-wrap .campaign-category {
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  margin-bottom: var(--size8);
}

#section-exhibition .h2-wrap h2,
#section-interview .h2-wrap h2 {
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}

#section-movie .h2-wrap h2,
#section-campaign .h2-wrap h2 {
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #1a1a1a;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {

  #section-exhibition,
  #section-interview,
  #section-movie,
  #section-campaign {
    max-width: 100%;
  }

  #section-exhibition,
  #section-campaign {
    margin-top: calc(var(--size48) - 16px) !important;
    padding-right: var(--size16);
    padding-left: var(--size16);
  }

  #section-interview {
    margin-top: calc(var(--size48) - 16px) !important;
  }

  #section-interview .interview-inner {
    max-width: inherit;
    margin: 0 auto;
    padding: 0 var(--size16) var(--size8);
  }

  #section-movie {
    padding: var(--size40) var(--size16) var(--size16);
  }

  #section-movie .movie-inner {
    max-width: inherit;
    margin: 0 auto;
  }

  #section-movie .movie-content-wrap+.movie-content-wrap {
    border-top: none !important;
  }

  #section-exhibition .h2-wrap .exhibition-category,
  #section-interview .h2-wrap .interview-category,
  #section-movie .h2-wrap .movie-category,
  #section-campaign .h2-wrap .campaign-category {
    font-size: 5.1vw;
  }

  /* --------------------- h2-wrap --------------------  */
  #section-exhibition .h2-wrap,
  #section-interview .h2-wrap,
  #section-movie .h2-wrap,
  #section-campaign .h2-wrap {
    padding: 0 0 var(--size32);
  }

  #section-exhibition .h2-wrap h2,
  #section-interview .h2-wrap h2,
  #section-movie .h2-wrap h2,
  #section-campaign .h2-wrap h2 {
    font-size: 7.7vw;
  }

  #section-interview .h2-wrap h2 {
    letter-spacing: -0.06em;
  }

  #section-movie .h2-wrap h2 {
    font-size: 7.7vw;
    letter-spacing: -0.08em;
  }
}

@media (min-width: 600px) and (max-width: 768px) {

  #section-exhibition .h2-wrap .exhibition-category,
  #section-interview .h2-wrap .interview-category,
  #section-movie .h2-wrap .movie-category,
  #section-campaign .h2-wrap .campaign-category {
    font-size: 2.6rem;
  }

  #section-exhibition .h2-wrap h2,
  #section-interview .h2-wrap h2,
  #section-movie .h2-wrap h2,
  #section-campaign .h2-wrap h2 {
    font-size: 5rem;
  }
}

/*
*********************************************************
#section-exhibition
*********************************************************
*/
/* --------------------- photo-wrap --------------------  */
#section-exhibition .photo-wrap {
  max-width: 450px;
  margin: 0 auto;
}

/* --------------------- h3-wrap --------------------  */
#section-exhibition .h3-wrap {
  text-align: center;
  padding: var(--size24) 0 var(--size40);
}

#section-exhibition .h3-wrap h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2;
}

/* --------------------- schedule-wrap --------------------  */
#section-exhibition .acc-wrap.nml-acc-wrap {
  border-top: none;
  border-bottom: none;
}

#section-exhibition .acc-wrap.nml-acc-wrap .trigger {
  background-color: #fff;
  position: relative;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  padding: 0 0 var(--size24);
}

#section-exhibition .acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: 0;
}

#section-exhibition .acc-wrap.nml-acc-wrap p.text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: var(--size16) 0;
}

/* --------------------- schedule-table --------------------  */
#section-exhibition .schedule-wrap {
  margin: 0 auto;
}

#section-exhibition .schedule-table {
  width: 100%;
  max-width: 940px;
  border-collapse: collapse;
  font-size: 1.6rem;
  border: 1px solid #000;
  margin: 0 auto;
}

#section-exhibition .schedule-table tr+tr {
  border-top: 1px solid #000;
}

#section-exhibition .schedule-table th {
  width: 45%;
  max-width: 423px;
  background-color: #f0f0f0;
  font-weight: 700;
  text-align: left;
  padding: var(--size24) 0 var(--size24) var(--size40);
}

#section-exhibition .schedule-table td {
  letter-spacing: 0.1em;
  padding: var(--size24) 0 var(--size24) var(--size48);
}

#section-exhibition .schedule-note {
  width: 100%;
  max-width: 940px;
  margin: var(--size8) auto 0;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}

@media (min-width: 769px) and (max-width: 859px) {
  #section-exhibition .schedule-table {
    font-size: 1.8vw;
  }
}

/* --------------------- inquiry-wrap --------------------  */
#section-exhibition .inquiry-wrap {
  background-color: #f2f2f2;
  border-radius: var(--size8);
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-top: var(--size40);
  padding: var(--size24) var(--size16);
}

#section-exhibition .inquiry-wrap h4.inquiry-text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

#section-exhibition .inquiry-wrap .inquiry-detail p.inquiry-tel {
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  margin-top: var(--size8);
}

#section-exhibition .inquiry-wrap .inquiry-detail p.inquiry-time {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: var(--size8);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {

  /* --------------------- h3-wrap --------------------  */
  #section-exhibition .h3-wrap {
    padding: var(--size24) 0 var(--size32);
  }

  #section-exhibition .h3-wrap h3 {
    font-size: 4.2vw;
    line-height: 2.2;
    letter-spacing: -0.02em;
  }

  /* --------------------- acc-wrap --------------------  */
  #section-exhibition .acc-wrap.nml-acc-wrap .trigger {
    font-size: 5vw;
    padding: 0 0 var(--size8);
  }

  #section-exhibition .nml-toggle-icn::after {
    width: 2px;
    height: 24px;
    right: 22px;
    top: calc(50% - 12px);
    transition: var(--transition);
    border: none;
  }

  #section-exhibition .nml-toggle-icn::before {
    width: 24px;
    height: 2px;
    right: 11px;
    left: auto;
    top: calc(50% - 1px);
  }

  #section-exhibition .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: 0 0 var(--size32);
  }

  #section-exhibition .acc-wrap.nml-acc-wrap p.text {
    font-size: 3.4vw;
  }

  #section-exhibition .acc-wrap.nml-acc-wrap .trigger:hover {
    background-color: transparent;
    opacity: 0.8;
  }

  /* --------------------- schedule-table --------------------  */
  #section-exhibition .schedule-wrap {
    margin: 0 auto;
  }

  #section-exhibition .schedule-table {
    max-width: inherit;
    font-size: 4.0vw;
  }

  #section-exhibition .schedule-table tr {
    display: flex;
    flex-direction: column;
  }

  #section-exhibition .schedule-table th,
  #section-exhibition .schedule-table td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 12px var(--size8) 12px var(--size16);
  }

  #section-exhibition .schedule-table td {
    border-top: none;
  }

  /* --------------------- inquiry-wrap --------------------  */
  #section-exhibition .inquiry-wrap {
    margin-top: 0;
    padding: var(--size24) var(--size8);
  }

  #section-exhibition .inquiry-wrap h4.inquiry-text {
    font-size: 3.4vw;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }

  #section-exhibition .inquiry-wrap .inquiry-detail p.inquiry-tel {
    font-size: 6vw;
    margin-top: var(--size16);
  }

  #section-exhibition .inquiry-wrap .inquiry-detail p.inquiry-time {
    font-size: 3.4vw;
    margin-top: var(--size16);
  }
}

@media (max-width: 320px) {
  #section-exhibition .inquiry-wrap h4.inquiry-text {
    letter-spacing: -0.02em;
  }
}

/*
*********************************************************
#section-interview
*********************************************************
*/
#section-interview-design-accessory {
  margin-top: calc(32px - 16px) !important;
  padding-top: 16px;
}

/* --------------------- interview-content-wrap --------------------  */
#section-interview .interview-content-wrap {
  display: flex;
  align-items: center;
  gap: var(--size64);
  margin-bottom: var(--size32);
}

/* vol2＆vol3対応  */
#section-interview .interview-content-wrap.design {
  margin-bottom: var(--size48);
}

/* vol2＆vol3対応  */
#section-interview .interview-content-wrap.accessory {
  margin-bottom: var(--size32);
}

#section-interview .interview-content-wrap .photo-wrap {
  flex: 0 1 470px;
  max-width: 470px;
}

#section-interview .interview-content-wrap .text-wrap {
  flex: 1;
}

#section-interview .interview-content-wrap .interview-h3 {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: var(--size24);
}

#section-interview .interview-content-wrap .interview-text {
  font-size: 1.4rem;
  line-height: 2.2;
  text-align: justify;
  margin-bottom: var(--size32);
}

@media (min-width: 769px) and (max-width: 920px) {
  #section-interview .interview-content-wrap .interview-h3 {
    font-size: 2.8rem;
    margin-bottom: var(--size16);
  }

  #section-interview .interview-content-wrap .interview-text br {
    display: none;
  }

  #section-interview .interview-content-wrap .interview-text {
    margin-bottom: var(--size16);
  }
}

/* --------------------- information-wrap --------------------  */
#special-contents .interview-btn-wrap {}

#special-contents .interview-btn-wrap .btn {
  background-color: #3d4a66;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  min-height: 60px;
  width: 310px;
  margin: 0;
  position: relative;
}

#special-contents .interview-btn-wrap .btn::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------- information-wrap --------------------  */
#section-interview .information-wrap {
  border: 1px solid #000;
  outline: 1px solid #000;
  outline-offset: -5px;
  text-align: center;
  padding: var(--size16) var(--size16);
  margin: 0 0 var(--size64);
}

#section-interview .information-wrap h2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-interview-design-accessory {
    margin-top: calc(48px - 16px) !important;
    padding-top: 16px;
  }

  /* --------------------- photo-wrap --------------------  */
  #section-exhibition .photo-wrap {
    max-width: 75%;
    margin: 0 auto;
  }

  /* --------------------- interview-content-wrap --------------------  */
  #section-interview .interview-content-wrap {
    width: 100%;
    flex-direction: column;
    gap: var(--size32);
    margin-bottom: 0;
  }

  #section-interview .interview-content-wrap .photo-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #section-interview .interview-content-wrap .text-wrap {
    width: 100%;
  }

  #section-interview .interview-content-wrap .interview-h3 {
    font-size: 2.8rem;
    margin-bottom: var(--size16);
  }

  #section-interview .interview-content-wrap .interview-text {
    font-size: 4.0vw;
    line-height: 2.2;
    margin-bottom: 0;
  }

  /* --------------------- interview-btn-wrap --------------------  */
  #special-contents .interview-btn-wrap {
    padding: var(--size24) var(--size8) 0;
  }

  /* vol2＆vol3対応  */
  #special-contents .interview-btn-wrap.development-concept {
    margin-bottom: var(--size32);
  }

  #special-contents .interview-btn-wrap .btn {
    font-size: 1.8rem;
    min-height: var(--size64);
    width: 100%;
    margin: 0;
  }

  /* --------------------- information-wrap --------------------  */
  #section-interview .information-wrap {
    padding: var(--size16);
    margin-bottom: var(--size32);
  }

  #section-interview .information-wrap h2 {
    font-size: 4.2vw;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-interview .interview-content-wrap .interview-h3 {
    font-size: 4rem;
  }

  #special-contents .interview-btn-wrap .btn {
    font-size: 2.4rem;
  }
}

/*
*********************************************************
#section-movie
*********************************************************
*/
/* --------------------- movie-content-wrap --------------------  */
#section-movie .movie-content-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: var(--size24);
}

#section-movie .movie-content-wrap .photo-wrap {
  flex: 0 0 50%;
  max-width: 380px;
}

#section-movie .movie-content-wrap .text-wrap {
  flex: 1;
}

#section-movie .movie-content-wrap .movie-ttl-interview,
#section-movie .movie-content-wrap .movie-ttl-movie {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: var(--size16);
}

#section-movie .movie-content-wrap .movie-text {
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 0;
}

/* interview-content-wrap 間の横罫線 */
#section-movie .movie-content-wrap+.movie-content-wrap {
  padding-top: var(--size24);
}

@media (min-width: 769px) and (max-width: 920px) {
  #section-movie .movie-content-wrap .movie-text br {
    display: none;
  }

  #section-movie .movie-content-wrap .movie-text {
    margin-bottom: var(--size16);
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-movie {
    max-width: 100%;
    padding: var(--size40) var(--size16) var(--size48);
  }

  #section-movie .movie-inner {
    max-width: 100%;
  }

  /* --------------------- photo-wrap --------------------  */
  #section-movie .photo-wrap {
    max-width: 100%;
    margin: 0 auto;
  }

  /* --------------------- movie-content-wrap --------------------  */
  #section-movie .movie-content-wrap {
    width: 100%;
    flex-direction: column;
    gap: var(--size24);
    padding: 0 var(--size16);
    margin-bottom: 0;
  }

  #section-movie .movie-content-wrap+.movie-content-wrap {
    border-top: none;
    padding-top: var(--size40);
  }

  #section-movie .movie-content-wrap .photo-wrap {
    max-width: inherit;
  }

  #section-movie .movie-content-wrap .movie-text {
    font-size: 3.4vw;
  }

  #section-movie .movie-content-wrap .text-wrap {
    width: 100%;
  }

  #section-movie .movie-content-wrap .movie-ttl-interview,
  #section-movie .movie-content-wrap .movie-ttl-movie {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: var(--size16);
  }

  #section-movie .movie-content-wrap .movie-text {
    font-size: 3.6vw;
    line-height: 2;
    margin-bottom: 0;
  }

  #section-movie.movie-movie .movie-content-wrap .movie-text {
    font-size: 3.7vw;
    line-height: 2;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {

  #section-movie .movie-content-wrap .movie-ttl-interview,
  #section-movie .movie-content-wrap .movie-ttl-movie {
    font-size: 4rem;
  }
}

@media (max-width: 344px) {
  #section-movie .movie-content-wrap {
    padding: 0 var(--size24);
  }

  #section-movie .movie-content-wrap .movie-text {
    font-size: 3.4vw;
  }

  #section-movie.movie-area .movie-content-wrap .movie-text br {
    display: none;
  }
}

/*
*********************************************************
modal
*********************************************************
*/
.modal-overlay {
  display: none;
  /* JS が display:flex で開く */
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9000;
  opacity: 1;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 100px 20px 20px;
  /* top: 60px(閉じるボタン) + 20px余白 */
}

/*
*********************************************************
video modal
*********************************************************
*/
#section-movie .impression-thumb--playable {
  position: relative;
}

#section-movie .impression-play-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}

#section-movie .impression-play-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}

#section-movie .impression-play-btn:hover img,
#section-movie .impression-play-btn:focus-visible img {
  opacity: 0.78;
}

/* 再生アイコン */
#section-movie .impression-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#section-movie .impression-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(/special/1/levorg-layback-wagon/images/btn-play.webp) 50% 50% no-repeat;
  width: 100%;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  transition: transform 0.2s ease, filter 0.2s ease;
}

#section-movie .impression-play-icon::after {
  content: none;
}

/* --- video modal window --- */
.impression-modal-wrap {
  position: relative;
  /* 縦幅が狭い場合、動画が見切れないよう幅を制限する
     100vh - padding-top(100px) - padding-bottom(20px) - closeボタン高さ(60px) - 余裕(20px) = 200px
     その高さに収まる16:9の幅 = (100vh - 200px) * 16/9 */
  width: min(80%, calc((100vh - 200px) * 16 / 9));
}

.impression-modal-win {
  width: 100%;
  background: transparent;
  overflow: visible;
  border-radius: 0;
}

.impression-modal-wrap .modal-close {
  position: absolute;
  top: -60px;
  left: calc(100% + 8px);
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.impression-modal-wrap .modal-close::before,
.impression-modal-wrap .modal-close::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: #fff;
}

.impression-modal-wrap .modal-close::before {
  transform: rotate(45deg);
}

.impression-modal-wrap .modal-close::after {
  transform: rotate(-45deg);
}

.impression-modal-body {
  line-height: 0;
}

.impression-modal-body .video_area {
  width: 100%;
}

.impression-video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

/* コントロールバーの初期display:noneを上書き（hover/unhoverの挙動はBrightcoveに委譲） */
.impression-video-player .vjs-control-bar {
  display: flex !important;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  .impression-modal-wrap {
    width: 96vw;
    padding-top: 48px;
    /* closeボタン分の空間 */
  }

  .impression-modal-wrap .modal-close {
    top: 4px;
    /* padding-top内に配置 */
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .impression-modal-wrap .modal-close::before,
  .impression-modal-wrap .modal-close::after {
    width: 40px;
  }

  .modal-overlay {
    padding: 20px 12px 140px;
    /* bottom:140 = top:20 + 差120 → 中央から60px上にシフト（closeボタン40px+20px） */
    align-items: center;
  }

  #section-movie .impression-play-icon::before {
    background-size: 40%;
  }
}

/*
*********************************************************
newsletter-btn-wrap （fixedBottomBtn共通スタイル）
*********************************************************
*/
#special-contents .newsletter-btn-wrap {
  font-size: 2.2rem;
  margin: 0 auto;
  padding: var(--size64) 0 0;
}

#special-contents .newsletter-btn-wrap .btn-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: var(--size32);
}

#special-contents .newsletter-btn-wrap .btn-note {
  font-size: 1.4rem;
  text-align: center;
  padding-top: var(--size16);
}

#special-contents .btn {
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  width: 376px;
  max-width: 100%;
  border-radius: 100vw;
  margin: 0 auto;
}

#special-contents .btn:hover {
  color: #fff;
  opacity: .7;
}

#special-contents a[target="_blank"]:after {
  top: 0;
  width: 17px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #special-contents .newsletter-btn-wrap {
    font-size: 2.2rem;
    margin: 0 auto;
    padding: var(--size32) var(--size16) 0;
  }

  #special-contents .newsletter-btn-wrap .btn-ttl {
    font-size: 4.4vw;
    line-height: 2.2;
    margin-bottom: var(--size16);
  }

  #special-contents .btn {
    min-height: var(--size64);
    width: calc(100% - var(--size16));
  }

  #special-contents .newsletter-btn-wrap .btn-note {
    font-size: 3vw;
    padding-top: 10px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #special-contents .btn {
    font-size: 2.4rem;
  }
}

/*
**************************************************
  fixed-menu
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, bottom 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

#fixedBottomBtn.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fixedBottomBtn .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 12px var(--size8);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0 !important;
}

#fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  font-size: 1.8rem;
  min-height: 60px;
  color: var(--white);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

@media (min-width: 769px) and (max-width: 1133px) {
  #fixedBottomBtn .btn-wrap-container {
    padding: var(--size8) var(--size8) max(var(--size16), env(safe-area-inset-bottom));
  }
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-wrap: nowrap;
    gap: var(--size8);
    padding: 8px 0;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap {
    max-width: 375px;
  }

  #fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
    font-size: 1.6rem;
    min-height: var(--size24);
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 353px) {
  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 0.8rem;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    padding: var(--size8) 0 max(var(--size8), env(safe-area-inset-bottom));
  }
}

/*
***********************************************************
#section-campaign
***********************************************************
*/
#section-campaign .bnr {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-bottom: var(--size32);
}

#section-campaign .bnr:nth-child(3) {
  margin-bottom: 0;
}

#section-campaign .bnr:hover {
  opacity: 0.8;
}

/*
***********************************************************
side-button
***********************************************************
*/
.side-button {
  pointer-events: none;
  position: fixed;
  top: 63vh; /* 1920×1080基準(560px÷1080px≈52%) ウィンドウ高さに比例 */
  right: var(--size32);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 100;
}



.side-button.show {
  opacity: 1;
  pointer-events: auto;
}

.side-button .side-button-inner {
  position: relative;
  max-width: 300px;
  width: 300px;
  margin-block: 0;
  transition: opacity 0.3s ease;
}

.side-button .side-button-inner:hover {
  opacity: .9;
}

.side-button .side-button-inner .btn-close {
  position: absolute;
  top: -8px;
  right: var(--size8);
  width: 48px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-size: 0;
  transform: translate(50%, -30%);
  cursor: pointer;
  border: none;
}

.side-button .side-button-inner .btn-close::before,
.side-button .side-button-inner .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #00205B;
}

.side-button .side-button-inner .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.side-button .side-button-inner .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------------------------------------------  */
/* ---------- ウィンドウ高さ 1500px 以上 ----------  */
/* ---------------------------------------------  */
/* 37.6vw + h1-wrap padding(32px) = h1-wrap-inner相当位置 */
@media (min-height: 1200px) and (min-width: 769px) {
  .side-button {
    top: calc(39vw + 32px);
  }
}

/* ---------------------------------------------  */
/* ------- タブレット横向き 769px〜1024px --------  */
/* ---------------------------------------------  */
@media (min-width: 769px) and (max-width: 1024px) {
  .side-button {
    top: auto;
    bottom: 120px;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */

@media (min-width: 600px) and (max-width: 768px) {
  .side-button {
    width: 14vw!important;
  }
  .side-button .side-button-inner {
            bottom: 20px!important;
    }
}

@media (max-width: 768px) {
  .side-button {
    top: auto; /* ベースの top: 63vh を無効化 */
    width: 16.5vw;
    right: var(--size8);
    bottom: 0;
    padding: 0;
    margin: 0;
  }

  .side-button .side-button-inner {
    max-width: none;
    width: 100%;
    margin: auto 0 90px auto;
    padding: 0;
  }

  .side-button .side-button-inner a {
    display: block;
    margin: 0;
    padding: 0;
  }

  .side-button .side-button-inner img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }

  .side-button .side-button-inner .btn-close {
    width: 40%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -70%);
  }

  .side-button .side-button-inner .btn-close::before,
  .side-button .side-button-inner .btn-close::after {
    height: 1px;
  }
}

/*
***********************************************************
SNS注意喚起のお知らせ
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
#special-contents .sns-caution {
  max-width: 940px;
}

#special-contents .content-mb {
  margin-bottom: 0 !important;
}

#special-contents .sns-caution .movie-area .movie-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}

#special-contents .sns-caution .movie-area .movie-txt {
  text-align: justify !important;
  letter-spacing: 0.04em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #special-contents .sns-caution .movie-area {
    margin-top: var(--size32);
  }

  #special-contents .sns-caution .movie-area {
    margin-left: var(--size16);
    margin-right: var(--size16);
  }
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.footer.footer-simple {
  margin-top: 0;
}

/*
*********************************************************
return-btn-wrap
*********************************************************
*/
#special-contents .return-btn-wrap {
  margin: 0 auto;
  padding: var(--size64) 0;
  text-align: center;
}

#special-contents .return-btn-wrap .btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

#special-contents .return-btn-wrap .btn:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  #special-contents .return-btn-wrap {
    padding: var(--size48) var(--size16);
  }
}

/*
***********************************************************
PRINT
***********************************************************
*/
#special-contents img.pr-img {
  display: none !important;
}

/* ===================================================== */
/*   共通 印刷スタイル */
/* ===================================================== */
@media print {

  /* 背景色・背景画像を印刷する */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* 非表示にする要素（SP・PC共通） */
  #fixedBottomBtn,
  .btn-page-top,
  #section-video,
  .modal-overlay {
    display: none !important;
  }

  /* リンクのhref表示を無効化 */
  a[href]::after {
    content: none !important;
  }

  /* section-kv */
  #section-kv .kv-photo {
    position: relative;
    background-color: #000;
  }

  #section-kv .kv-photo picture {
    position: static;
  }

  #section-kv .kv-photo picture img {
    display: block;
    width: 100%;
    height: auto !important;
    position: static;
  }

  #section-kv .kv-photo .kv-text {
    position: absolute;
    top: 5%;
    left: 0%;
    width: 76% !important;
  }

  .side-button {
    display: none !important;
  }
}

/* ===================================================== */
/*   SP 印刷スタイル */
/* ===================================================== */
@media print and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  /* 全体 */
  #special-contents img {
    max-width: 100% !important;
    height: auto !important;
  }

  #section-kv .kv-photo .kv-text {
    display: none !important;
    z-index: -1;
  }
}

/* ===================================================== */
/*   PC 印刷スタイル */
/* ===================================================== */
@media print and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }

  /* 全体 */
  #special-contents {
    max-width: 100%;
  }

  #special-contents img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 769px) {
  .ionmall-heading {
    margin-top: var(--size48);
  }
}


