@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: 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: 940px;
  margin: 0 auto;
}

#section-navigation #navigation>ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  gap: var(--size48);
  margin: 0;
  padding: 0;
  list-style: none;
}

#section-navigation #navigation>ul>li {
  flex: 1 1 0;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-align: center;
  padding: var(--size16);
}

#section-navigation #navigation>ul>li>a {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  padding: var(--size16);
  -webkit-transition: opacity 2s, background-color .2s;
  transition: opacity 2s, background-color .2s;
}

#section-navigation #navigation>ul>li>a:hover {
  opacity: 0.8;
  background-color: #f1f1f1;
}

/* NEW アイコン */
#section-navigation #navigation>ul>li.has-new-icon {
  position: relative;
}

#section-navigation .nav-new-icon {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 70px;
  height: auto;
  display: block;
  z-index: 1;
}

/* # カテゴリラベル */
#section-navigation .nav-category {
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

#section-navigation .nav-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1a1a1a;
  margin-top: var(--size8);
}

#section-navigation .nav-arrow {
  display: block;
  width: 56px;
  margin-top: var(--size32);
  flex-shrink: 0;
}

#section-navigation .nav-arrow img {
  width: 100%;
  height: auto;
  display: block;
}

/* Coming Soon バッジ */
#section-navigation .nav-coming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  width: 100%;
  margin-top: var(--size8);
  padding: var(--size8) var(--size16);
}

#section-navigation .coming-label {
  color: #333;
  font-family: 'Figtree', sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#section-navigation .coming-date {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

#section-navigation .coming-date .date-amp {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  display: inline-block;
  width: 1em;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 969px) {
  #section-navigation .nav-title {
    font-size: 2.4vw;
  }

  #section-navigation .coming-date {
    font-size: 2.8vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-navigation {
    padding: 0 var(--size16);
  }

  #section-navigation #navigation>ul {
    flex-direction: column;
    gap: var(--size32);
  }

  #section-navigation #navigation>ul>li {
    flex: 0 0 auto;
    width: 100%;
    padding: var(--size24);
  }

  #section-navigation #navigation>ul>li>a {
    position: static;
    padding: 0;
  }

  #section-navigation #navigation>ul>li>a:hover {
    opacity: 0.8;
    background-color: transparent;
  }

  #section-navigation .nav-category {
    font-size: 4vw;
  }

  #section-navigation .nav-title {
    font-size: 7vw;
  }

  #section-navigation .nav-arrow {
    width: 20%;
    margin-top: var(--size24);
  }

  #section-navigation .nav-coming {
    margin-top: var(--size16);
    padding: var(--size16);
  }

  #section-navigation .coming-label {
    font-size: 5vw;
    font-weight: 300;
  }

  #section-navigation .coming-date {
    color: #666;
    font-size: 12vw;
  }

  #section-navigation .coming-date .date-amp {
    font-size: 8vw;
    width: 1em;
  }

  #section-navigation .nav-new-icon {
    top: -18px;
    right: -10px;
    width: 20%;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-navigation .nav-new-icon {
    top: -28px;
    right: -12px;
    width: 16%;
  }
}

/*
*********************************************************
#section-exhibition / #section-interview（共通）
*********************************************************
*/
#section-exhibition,
#section-interview {
  max-width: 940px;
  margin: 0 auto;
}

#section-exhibition {
  margin-top: calc(var(--size64) - 16px) !important;
  padding-top: 16px;
}

#section-interview {
  margin-top: calc(40px - 16px) !important;
  padding-top: 16px;
}

/* --------------------- h2-wrap --------------------  */
#section-exhibition .h2-wrap {
  text-align: center;
  padding: 0 0 var(--size40);
}

#section-interview .h2-wrap {
  text-align: center;
  padding: 0 0 var(--size48);
}

#section-exhibition .h2-wrap .exhibition-category,
#section-interview .h2-wrap .interview-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;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {

  #section-exhibition,
  #section-interview {
    max-width: 100%;
  }

  #section-exhibition {
    margin-top: calc(var(--size48) - 16px) !important;
    padding: 0 var(--size16);
  }

  #section-interview {
    margin-top: calc(var(--size48) - 16px) !important;
    padding: 0 var(--size16);
  }

  /* --------------------- h2-wrap --------------------  */
  #section-exhibition .h2-wrap,
  #section-interview .h2-wrap {
    padding: 0 0 var(--size32);
  }

  #section-exhibition .h2-wrap h2,
  #section-interview .h2-wrap h2 {
    font-size: 3.2rem;
  }

  #section-interview .h2-wrap h2 {
    letter-spacing: -0.02em;
  }
}

@media (min-width: 600px) and (max-width: 768px) {

  #section-exhibition .h2-wrap .exhibition-category,
  #section-interview .h2-wrap .interview-category {
    font-size: 2.6rem;
  }

  #section-exhibition .h2-wrap h2,
  #section-interview .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;
}

#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);
}

@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: 16px;
  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
*********************************************************
*/
/* --------------------- interview-content-wrap --------------------  */
#section-interview .interview-content-wrap {
  display: flex;
  align-items: center;
  gap: var(--size64);
  margin-bottom: var(--size40);
}

#section-interview .interview-content-wrap .photo-wrap {
  flex: 0 0 50%;
  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-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-bottom: var(--size40);
}

#section-interview .information-wrap h2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {

  /* --------------------- photo-wrap --------------------  */
  #section-exhibition .photo-wrap {
    max-width: 60%;
    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.2vw;
    line-height: 2.2;
    margin-bottom: 0;
  }

  /* --------------------- interview-btn-wrap --------------------  */
  #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;
  }
}

/*
*********************************************************
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(--size8);
}

#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: inherit;
  }

  #special-contents .newsletter-btn-wrap .btn-note {
    font-size: 3vw;
    padding-top: var(--size8);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #special-contents .btn {
    font-size: 2.4rem;
  }
}

/*
**************************************************
  fixedBottomBtn
**************************************************
*/
#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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  padding: var(--size8);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 376px;
  margin-top: 0 !important;
}

#fixedBottomBtn .btn-wrap-container .btn-note {
  font-size: 1.4rem;
  text-align: center;
  padding-top: var(--size8);
}

@media (min-width: 769px) and (max-width: 1133px) {
  #fixedBottomBtn .btn-wrap-container {
    padding: var(--size8) var(--size8) max(var(--size8), env(safe-area-inset-bottom));
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: var(--size8);
    padding: var(--size8) 0;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap {
    width: calc(100% - var(--size8));
    max-width: inherit;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn {
    width: calc(100% - var(--size8));
  }

  #fixedBottomBtn .btn-wrap-container .btn-note {
    font-size: 3vw;
    padding-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    padding: var(--size8) 0 max(var(--size8), env(safe-area-inset-bottom));
  }
}

/*
***********************************************************
SNS注意喚起のお知らせ
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
#special-contents .sns-caution {
  max-width: 940px;
}

#special-contents .content-mb {
  margin-bottom: 0 !important;
}

#special-contents .sns-caution .notice-area .notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}

#special-contents .sns-caution .notice-area .notice-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 .notice-area {
    margin-top: var(--size32);
  }

  #special-contents .sns-caution .notice-area {
    margin-left: var(--size16);
    margin-right: var(--size16);
  }
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.footer.footer-simple {
  margin-top: 0;
}

/*
***********************************************************
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;
  }
}

/* ===================================================== */
/*   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;
  }
}



