@charset "UTF-8";
/*ゴシック*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*明朝*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Hanken+Grotesk:wght@400;500&family=Roboto:wght@100;200&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");

.sp-only {
  display: none;
}

@media screen and (min-width: 757px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (min-width: 757px) {
  .pc-only {
    display: none;
  }
}

#natural {
  width: 100%;
  background-color: #ebebe5;
  margin: 0 auto;
  overflow-x: hidden;
}

@media screen and (max-width: 756px) {
  #natural {
    min-width: inherit;
  }
}

#natural ul {
  list-style: none;
}

#natural body {
  line-height: 1;
}
body{
  background-color:#EBEBE5;
}

#natural article,
#natural aside,
#natural details,
#natural figcaption,
#natural figure,
#natural footer,
#natural header,
#natural hgroup,
#natural menu,
#natural nav,
#natural section {
  display: block;
}

#natural nav ul {
  list-style: none;
}

#natural blockquote,
#natural q {
  quotes: none;
}

#natural blockquote:before,
#natural blockquote:after,
#natural q:before,
#natural q:after {
  content: "";
  content: none;
}

#natural a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#natural ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

#natural mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

#natural del {
  text-decoration: line-through;
}

#natural abbr[title],
#natural dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

#natural table {
  border-collapse: collapse;
  border-spacing: 0;
}

#natural hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

#natural input,
#natural select {
  vertical-align: middle;
}

@media screen and (min-width: 757px) {
  #natural a.opac:hover {
    opacity: 0.8;
    transition: 0.3s ease;
  }
}

/* section.top（PC）→ override.css */
@media screen and (max-width: 756px) {
  #natural section.top {
    min-height: inherit;
    min-width: inherit;
    margin: 0 auto 6.9333333333vw;
    padding-top: 0.8vw;
  }
}

/* section.top .inner（PC）→ override.css */
@media screen and (max-width: 756px) {
  #natural section.top .inner {
    width: 100%;
  }
}

#natural section.top .inner .title-01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 77px;
  text-align: center;
  color: #ca0000;
  background: #fff;
  padding: 10px;
  display: block;
}

@media screen and (max-width: 756px) {
  #natural section.top .inner .title-01 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    background: #fff;
    padding: 0 1vw;
    overflow: hidden;
    white-space: nowrap;
    font-size: 7.5vw;
    line-height: 16.5vw;
    text-align: center;
    color: #ca0000;
  }
}

#natural section.top .inner .title-02 {
  /* ゴシック */
  font-family: "Noto Sans JP", sans-serif;
  /* 明朝 */
  /* font-family: 'Noto Serif JP', serif;  明朝 */
  /* fontの線の太さ */
  font-weight: 900;
  font-size: 77px;
  text-align: center;
  color: #fff;
  background: #ca0000;
  padding: 10px 5px;
  border: solid 5px #fff;
  display: block;
}

@media screen and (max-width: 756px) {
  #natural section.top .inner .title-02 {
    padding: 0;
    border: 0;
    font-size: 7.5vw;
    line-height: 16.5vw;
    text-align: center;
    color: #fff;
    background: #ca0000;
  }
}

/* section.top .mv（PC）→ override.css */
@media screen and (max-width: 756px) {
  #natural section.top .inner .mv {
    margin: 0 auto;
  }
}

#natural section.top .inner .date-bg {
  background: #fff;
  margin-top: 30px;
  padding: 0 10px;
}

@media screen and (max-width: 756px) {
  #natural section.top .inner .date-bg {
    margin-top: 0;
    padding: 1.7786666667vw 0;
  }
}

#natural section.top .inner .date-01 {
  /* ゴシック */
  font-family: "Noto Sans JP", sans-serif;
  /* 明朝 */
  font-weight: 900;
  /* fontの線の太さ */
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 756px) {
  #natural section.top .inner .date-01 {
    /* fontの線の太さ */
    font-weight: 700;
    font-size: 7.5vw;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
  }
}

#natural section.top .inner .date-02 {
  font-family: "Noto Sans JP", sans-serif;
  /* ゴシック */
  /* font-family: 'Noto Serif JP', serif;  明朝 */
  font-weight: 900;
  /* fontの線の太さ */
  font-size: 70px;
  line-height: 90px;
  text-align: center;
  color: #ca0000;
  margin: -10px 0 50px 0;
  display: block;
}

@media screen and (max-width: 756px) {
  #natural section.top .inner .date-02 {
    font-weight: 700;
    font-size: 7.5vw;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #ca0000;
    line-height: normal;
    margin: 0;
  }
}

#natural section.top .inner .date-02 .date-small {
  font-size: 50px;
}

@media screen and (max-width: 756px) {
  #natural section.top .inner .date-02 .date-small {
    font-size: 0.8em;
    letter-spacing: -0.1em;
  }
}

#natural section.main-contents {
  padding-bottom: 60px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents {
    width: 100%;
    padding: 0 0 6vw;
  }
}

#natural section.main-contents .inner {
  width: 100%;
  padding: 0 60px;
  /* max-width: 1310px; */
  /* 目印0121 */
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner {
    padding: 0 2.6666666667vw;
    box-sizing: border-box;
  }
}



#natural section.main-contents .inner .cnt01 {
  background: #fff;
  padding: 50px 25px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 {
    padding: 8vw 2.6666666667vw;
  }
}

@media screen and (max-width: 756px) {
  #natural div#ticket {
    padding: 8vw 2.6666666667vw;
  }
}

#natural section.main-contents .inner .cnt01 .info-title {
  font-family: "Noto Sans JP", sans-serif;
  /* ゴシック */
  /* font-family: 'Noto Serif JP', serif;  明朝 */
  font-weight: 700;
  /* fontの線の太さ */
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  color: #ca0000;
  margin: 0 auto 50px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .info-title {
    width: 100%;
    margin: 0 auto 8vw;
    font-size: 6vw;
    line-height: 8.4vw;
    text-align: center;
    color: #ca0000;
  }
}

#natural section.main-contents .inner .cnt01 .info-text {
  font-family: "Noto Sans JP", sans-serif;
  /* ゴシック */
  /* font-family: 'Noto Serif JP', serif;  明朝 */
  font-weight: 500;
  /* fontの線の太さ */
  font-size: 36px;
  line-height: 56px;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .info-text {
    width: 100%;
    margin: 0 auto 8vw;
    font-size: 5.6250133333vw;
    line-height: 7.8749866667vw;
    text-align: left;
  }
}

#natural section.main-contents .inner .cnt01 .info-text .coler-01 {
  color: #ca0000;
  font-weight: bold;
}

#natural section.main-contents .inner .cnt01 .info-text .color-02 {
  color: #000000;
  font-weight: bold;
  text-align: center !important;
}

#natural section.main-contents .inner .cnt01 .img-1-border {
  margin-bottom: 50px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .img-1-border {
    margin-bottom: 5.3333333333vw;
  }
}

#natural section.main-contents .inner .cnt01 .img-1-border img {
  max-width: 860px;
  width: 100%;
  /* max1280px */
  height: auto;
  border: solid 5px #ca0000;
  /* 枠線をつける */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  /* 影をつける */
  box-sizing: border-box;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .img-1-border img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    box-shadow: inherit;
  }
}

#natural section.main-contents .inner .cnt01 .img-1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .img-1 {
    margin-bottom: 5.3333333333vw;
  }
}

#natural section.main-contents .inner .cnt01 .img-1 img {
  max-width: 860px;
  width: 100%;
  /* max1280px */
  height: auto;
  /* 枠線をつける */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  /* 影をつける */
  box-sizing: border-box;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .img-1 img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    box-shadow: inherit;
  }
}

#natural section.main-contents .inner .cnt01 ul.img-2-border {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 20px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 ul.img-2-border {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#natural section.main-contents .inner .cnt01 ul.img-2-border img {
  width: 100%;
  height: auto;
  border: solid 5px #ca0000;
  /* 枠線をつける */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  /* 影をつける */
  box-sizing: border-box;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 ul.img-2-border img {
    box-shadow: inherit;
  }
}

#natural section.main-contents .inner .cnt01 ul.img-2-border li {
  width: calc((100% - 25px) / 2);
  margin: 0px 0 50px 0px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 ul.img-2-border li {
    width: 100%;
    margin: 0 0 5.3333333333vw 0;
  }
}

#natural section.main-contents .inner .cnt01 ul.img-2 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 20px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 ul.img-2 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#natural section.main-contents .inner .cnt01 ul.img-2 img {
  width: 100%;
  height: auto;
  /* 枠線をつける */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  /* 影をつける */
  box-sizing: border-box;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 ul.img-2 img {
    box-shadow: inherit;
  }
}

#natural section.main-contents .inner .cnt01 ul.img-2 li {
  width: calc((100% - 25px) / 2);
  margin: 0px 0 50px 0px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 ul.img-2 li {
    width: 100%;
    margin: 0 0 5.3333333333vw 0;
  }
}

@media screen and (max-width: 756px) {

  #natural section.main-contents .inner .cnt01 .youtube-box,
  #natural section.main-contents .inner .cnt01 .youtube-box-border {
    width: 100%;
  }
}

#natural section.main-contents .inner .cnt01 .info-btn {
  font-family: "Noto Sans JP", sans-serif;
  /*ゴシック */
  /*font-family: 'Noto Serif JP', serif;*/
  /* 明朝 */
  margin-bottom: 30px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .info-btn {
    margin: 5.3333333333vw auto;
  }
}

#natural section.main-contents .inner .cnt01 .info-btn a {
  width: 90%;
  max-width: 860px;
  margin: 0 auto 0.5em;
  padding: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  background: #000;
  display: block;
  box-sizing: border-box;
  position: relative;
  border-radius: 100vw;
  font-size: 36px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .info-btn a {
    padding: 4vw;
    font-size: 4.8vw;
  }
}

#natural section.main-contents .inner .cnt01 .info-btn .small {
  font-family: "Noto Sans JP", sans-serif;
  /*ゴシック */
  /*font-family: 'Noto Serif JP', serif;*/
  /* 明朝 */
  color: #000;
  font-size: 24px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .cnt01 .info-btn .small {
    font-size: 3.6vw;
  }
}

#natural section.main-contents .inner .copyright {
  font-family: "Noto Sans JP", sans-serif;
  /*ゴシック */
  /*font-family: 'Noto Serif JP', serif;*/
  /* 明朝 */
  color: #000;
  display: block;
  margin: 30px;
  font-size: 16px;
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .inner .copyright {
    font-size: 4vw;
    margin: 8vw;
  }
}

#natural section.main-contents .youtube-box {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  /* 枠線をつける */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  /* 影をつける */
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .youtube-box {
    max-width: inherit;
    width: 92%;
    margin-bottom: 5vh;
    box-shadow: inherit;
  }
}

#natural section.main-contents .youtube-box .youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#natural section.main-contents .youtube-box .youtube-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#natural section.main-contents .youtube-box-border {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  border: solid 5px #ca0000;
  /* 枠線をつける */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  /* 影をつける */
}

@media screen and (max-width: 756px) {
  #natural section.main-contents .youtube-box-border {
    width: 92%;
    max-width: inherit;
    margin-bottom: 5vh;
    box-shadow: inherit;
  }
}

#natural section.main-contents .youtube-box-border .youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#natural section.main-contents .youtube-box-border .youtube-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#natural section.main-contents .mb1 {
  margin-bottom: 1rem;
}

#natural section.main-contents .mb20 {
  margin-bottom: 20px;
}

#natural section.main-contents .mb30 {
  margin-bottom: 30px;
}

#natural section.main-contents .mb50 {
  margin-bottom: 50px;
}

/*=====footer[s]=====*/
.foot_info {
  width: 100%;
  margin: 0;
  background: #fff;
}

.foot_info .info_midashi--ch1 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #f0027f;
}

.foot_info .info_midashi--ch2 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #00a0c6;
}

.foot_info .foot_info-box {
  /* min-width: 100%; */
  /* max-width: 1280px; */
  width: 100%;
  padding: 0 60px;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
  /* padding: 10px 0px 30px; */
}

@media (max-width: 756px) {
  .foot_info .foot_info-box {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}

.foot_info .foot_info-box p {
  margin: 10px auto 0;
  line-height: 25px;
}

/*=====footer[e]=====*/


/* ── natunatu コンポーネントスタイル（旧 override.css）── */
/* 共通CSS（/ch/css/style.css）の html { min-width: 970px } を打ち消す */
html {
  min-width: 0;
}

/* ── Figma 基準幅 1440px、拡大上限 1280px ──
 * 757px〜1280px は一様縮小。1280px 以上は max-width で上限固定。
 * cqw 非対応環境は --natu-w（min(100vw, 1280px)）で代替。
 * cqw 対応環境は @supports で上書き。詳細: docs/cqw-fallback.md
 */
@media screen and (min-width: 757px) {
  #natural {
    --natu-w: min(100vw, 1280px);
    max-width: 1280px;
    margin-inline: auto;
    width: 100%;
  }

  /* ── 背景（PC）── */
  #natural .hero-area {
    /* background-image: none; */
    background-image: url("../img/bg-hero.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }


  #natural .main {
    background-color: #ebebe5;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  /* ── ファーストビュー ── */
  #natural section.top {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }

  #natural section.top .top-inner {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: calc(16 / 1440 * var(--natu-w));
    padding: calc(120 / 1440 * var(--natu-w)) calc(192 / 1440 * var(--natu-w)) 0;
  }

  #natural .fv-layout {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(9 / 1440 * var(--natu-w));
    width: 100%;
  }

  #natural .fv-main {
    display: flex;
    align-items: flex-start;
    gap: calc(8 / 1440 * var(--natu-w));
    width: 100%;
  }

  #natural .fv-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(6 / 1440 * var(--natu-w));
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(618.7318725585938 / 1440 * var(--natu-w));
  }

  #natural .fv-title {
    width: 100%;
    border-radius: calc(8 / 1440 * var(--natu-w));
    overflow: hidden;
  }

  #natural .fv-title img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 609 / 426;
    object-fit: contain;
    object-position: left center;
  }

  #natural .fv-head {
    display: flex;
    align-items: center;
    gap: calc(40 / 1440 * var(--natu-w));
  }

  #natural .fv-logo {
    flex-shrink: 0;
    width: calc(345 / 1440 * var(--natu-w));
  }

  #natural .fv-logo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 345 / 146;
    object-fit: contain;
  }

  #natural .fv-date-badge {
    position: relative;
    flex-shrink: 0;
    width: calc(199 / 1440 * var(--natu-w));
    height: calc(199 / 1440 * var(--natu-w));
    aspect-ratio: 1 / 1;
  }

  #natural .fv-date-badge__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #natural .fv-date-badge__dates {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 1440 * var(--natu-w));
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1;
  }

  #natural .fv-date-badge__entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(4 / 1440 * var(--natu-w));
  }

  #natural .fv-date-badge p {
    margin: 0;
  }

  #natural .fv-date-badge__label,
  #natural .fv-date-badge__date {
    font-size: calc(24 / 1440 * var(--natu-w));
    font-weight: 500;
    color:#EBEBE5;
  }

  #natural .fv-date-badge__divider {
    display: block;
    width: calc(15 / 1440 * var(--natu-w));
    height: calc(1 / 1440 * var(--natu-w));
  }

  #natural .fv-kv {
    flex-shrink: 0;
    width: calc(427 / 1440 * var(--natu-w));
    border-radius: calc(8 / 1440 * var(--natu-w));
    overflow: hidden;
  }

  #natural .fv-kv img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 427 / 640;
    object-fit: cover;
  }

  #natural .fv-footer {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(20 / 1440 * var(--natu-w));
    width: 100%;
    min-height: calc(77 / 1440 * var(--natu-w));
    padding: calc(16 / 1440 * var(--natu-w)) calc(40 / 1440 * var(--natu-w));
    border: 1px solid #84a3b7;
    border-radius: 9999px;
    background-color: #EBEBE5;
  }

  #natural .fv-footer__logo {
    display: block;
    width: calc(77.45671081542969 / 1440 * var(--natu-w));
    height: calc(45 / 1440 * var(--natu-w));
    object-fit: contain;
    object-position: left center;
  }

  #natural .fv-date-badge__mark {
    display: none;
  }

  #natural .fv-footer__text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  #natural .fv-footer__date,
  #natural .fv-footer__time {
    margin: 0;
    font-family: "BIZ UDPMincho", "Yu Mincho", serif;
    font-size: calc(31.175891876220703 / 1440 * var(--natu-w));
    font-weight: 700;
    line-height: 1.4;
    color: #84a3b7;
  }

  /* ── リード文 ── */
  #natural section.copy {
    margin-top: 80px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }

  #natural section.copy .copy-inner {
    padding-bottom: calc(120 / 1440 * var(--natu-w));
  }

  #natural section.copy p {
    margin: 0;
    font-family: "BIZ UDPMincho", "Yu Mincho", "YuMincho", serif;
    font-size: calc(21.184890747070312 / 1440 * var(--natu-w));
    font-weight: 400;
    line-height: 1.8;
    color: #202020;
  }

#natural .copy-x-link {
    position: relative;
    color: #FF0000;
    text-decoration: underline;
  }
  @media (hover: hover) and (pointer: fine) {
    #natural .copy-x-link:hover::before,
    #natural .copy-x-link:focus-visible::before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      top: calc(100% + 4px);
      left: 50%;
      z-index: 1000;
      display: block;
      width: calc(165 / 1440 * var(--natu-w));
      height: calc(75 / 1440 * var(--natu-w));
      background: url("../img/X_button.png") no-repeat center / contain;
      transform: translateX(-50%);
      pointer-events: none;
    }
  }


  /* ── スケジュール ── */
  #natural section.schedule {
    background-color: #637c8c;
    padding-bottom: calc(120 / 1440 * var(--natu-w));
    border-radius: 32px;
    overflow: hidden;
  }

  #natural section.schedule .schedule-inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-top: calc(120 / 1440 * var(--natu-w));
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #natural .schedule-heading {
    position: relative;
    width: calc(324 / 1440 * var(--natu-w));
    height: calc(48 / 1440 * var(--natu-w));
    margin: 0 0 calc(92 / 1440 * var(--natu-w));
    align-self: flex-start;
    margin-left: calc((1440 - 1056) / 2 / 1440 * var(--natu-w));
  }

  #natural .schedule-heading__en {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: calc(47.91389083862305 / 1440 * var(--natu-w));
    font-weight: 100;
    line-height: 1;
    color: #ebebe5;
  }

  #natural .schedule-heading__ja {
    position: absolute;
    top: calc(23 / 1440 * var(--natu-w));
    left: calc(246 / 1440 * var(--natu-w));
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(18 / 1440 * var(--natu-w));
    font-weight: 500;
    line-height: 1;
    color: #ebebe5;
  }

  #natural .schedule-list {
    width: calc(1056 / 1440 * var(--natu-w));
    display: flex;
    flex-direction: column;
    gap: calc(80 / 1440 * var(--natu-w));
  }

  #natural .schedule-group {
    display: flex;
    flex-direction: column;
  }

  #natural .schedule-group__badge {
    display:flex;
    align-items:center;
    justify-content: space-between;
    line-height: 0;
  }

  #natural .schedule-group__badge img {
    display: block;
    width: auto;
    height: calc(29 / 1440 * var(--natu-w));
  }

  #natural .schedule-group__rows {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 1440 * var(--natu-w));
  }

  #natural .schedule-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(24 / 1440 * var(--natu-w));
    padding-top: calc(16 / 1440 * var(--natu-w));
    padding-bottom: calc(16 / 1440 * var(--natu-w));
    border-top: 1px solid #ebebe5;
    border-bottom: 1px solid #ebebe5;
  }

  #natural .schedule-row+.schedule-row {
    border-top: none;
  }

  #natural .schedule-row__time {
    flex-shrink: 0;
    margin: 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #ebebe5;
  }

  #natural .schedule-row__time-date {
    font-size: calc(36 / 1440 * var(--natu-w));
  }

  #natural .schedule-row__time-detail {
    font-size: calc(22 / 1440 * var(--natu-w));
  }

  #natural .schedule-row__desc {
    margin: 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: calc(20 / 1440 * var(--natu-w));
    font-weight: 400;
    line-height: 1;
    color: #ebebe5;
    text-align: right;
  }

  #natural .schedule-btn-wrap {
    width: calc(1056 / 1440 * var(--natu-w));
    margin: calc(92 / 1440 * var(--natu-w)) 0 120px;
    text-align: center;
  }

  #natural .schedule-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(8 / 1440 * var(--natu-w));
    width: calc(300 / 1440 * var(--natu-w));
    height: calc(67 / 1440 * var(--natu-w));
    border: 1px solid #ebebe5;
    border-radius: 800px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(16 / 1440 * var(--natu-w));
    font-weight: 500;
    line-height: 1;
    color: #ebebe5;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  #natural .schedule-btn:hover {
    opacity: 0.8;
  }

  #natural .schedule-btn__icon {
    display: inline-block;
    width: calc(25 / 1440 * var(--natu-w));
    height: calc(25 / 1440 * var(--natu-w));
    background: url("../img/schedule-btn_arrow.svg") center / calc(10.8 / 1440 * var(--natu-w)) calc(15.6 / 1440 * var(--natu-w)) no-repeat;
  }

  /* ── 番組詳細（PROGRAM）── */
  #natural section.program {
    padding: calc(120 / 1440 * var(--natu-w)) 0;
    background-image: url("../img/bg-program.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  #natural section.program .program-inner {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: calc(16 / 1440 * var(--natu-w));
    row-gap: calc(60 / 1440 * var(--natu-w));
    width: 100%;
    padding-inline: calc(192 / 1440 * var(--natu-w));
  }

  #natural .program-heading {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(8 / 1440 * var(--natu-w));
  }

  #natural .program-heading__en {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: calc(47.91389083862305 / 1440 * var(--natu-w));
    font-weight: 100;
    line-height: 1;
    color: #84a3b7;
  }

  #natural .program-heading__ja {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(18 / 1440 * var(--natu-w));
    font-weight: 400;
    line-height: 1;
    color: #84a3b7;
  }

  #natural .program-list {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: calc(288 / 1440 * var(--natu-w));
    width: 100%;
  }

  #natural section.program>.program-inner>.program-list {
    position: relative;
    z-index: 1;
  }

  #natural .program-live {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    grid-column: 1 / -1;
    margin-top: calc(-160 / 1440 * var(--natu-w));
    margin-inline: calc(-192 / 1440 * var(--natu-w));
    min-height: calc(2464 / 1440 * var(--natu-w));
    padding-top: calc(680 / 1440 * var(--natu-w));
    padding-bottom: calc(120 / 1440 * var(--natu-w));
    padding-inline: calc(192 / 1440 * var(--natu-w));
    background-image: url("../img/bg_program_live.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  #natural .program-live .program-card__title,
  #natural .program-live .program-card__desc {
    color: #ebebe5;
  }

  #natural .program-live .program-card__btn {
    border-color: #92C6D2;
    color: #92C6D2;
  }

  #natural .program-list:not(.program-live *) .program-card__btn {
    background-color: #EBEBE5;
  }

  #natural .program-live .program-card__btn-icon {
    /* filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(169%) hue-rotate(22deg) brightness(104%) contrast(92%); */
  }

  #natural .program-card {
    position: relative;
    width: 100%;
  }

  #natural .program-card__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: calc(16 / 1440 * var(--natu-w));
    align-items: start;
    width: 100%;
  }

  #natural .program-card__inner>.program-card__copy,
  #natural .program-card__inner>.program-card__media {
    grid-row: 1;
    align-self: start;
  }

  #natural .program-card--text-first .program-card__copy {
    grid-column: 2 / 6;
  }

  #natural .program-card--text-first .program-card__media {
    grid-column: 7 / -1;
    width: 100%;
  }

  #natural .program-card--text-first .program-card__date {
    left: calc(188 / 1440 * var(--natu-w));
    right: auto;
  }

  #natural .program-card--image-first .program-card__media {
    grid-column: 1 / 7;
    width: 100%;
  }

  #natural .program-card--image-first .program-card__copy {
    grid-column: 8 / 12;
  }

  #natural .program-card__date {
    position: absolute;
    z-index: 1;
    top: calc(-184 / 1440 * var(--natu-w));
    width: calc(420 / 1440 * var(--natu-w));
    aspect-ratio: 157 / 57;
    margin: 0;
    line-height: 0;
    pointer-events: none;
  }

  #natural .program-card--image-first .program-card__date {
    left: calc(-72 / 1440 * var(--natu-w));
    right: auto;
  }

  #natural .program-card__date img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 157 / 57;
  }

  #natural .program-card__title {
    position: relative;
    z-index: 2;
    margin: 0 0 calc(48 / 1440 * var(--natu-w));
    font-family: "Hanken Grotesk", sans-serif;
    font-size: calc(24 / 1440 * var(--natu-w));
    font-weight: 500;
    line-height: 1.4;
    color: #202020;
  }

  #natural .program-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(21 / 1440 * var(--natu-w));
    padding-top: calc(48 / 1440 * var(--natu-w));
  }

  #natural .program-card__media {
    position: relative;
    width: 100%;
    line-height: 0;
  }

  #natural .program-card--tall .program-card__media {
    width: 100%;
    justify-self: start;
  }

  #natural .program-card--image-first.program-card--tall .program-card__media {
    justify-self: start;
  }

  #natural .program-card__photo {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: calc(416 / 1440 * var(--natu-w));
    object-fit: cover;
    background-color: #ccc;
    border-radius: calc(8 / 1440 * 100vw);
  }

  #natural .program-card--text-first .program-card__photo,
  #natural .program-card--image-first .program-card__photo {
    height: auto;
    object-fit: contain;
  }

  #natural .program-card--tall .program-card__photo {
    height: auto;
  }

  #natural .program-card__desc {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-family: "YuGothic", "Yu Gothic", "Hiragino Sans", sans-serif;
    font-size: calc(14 / 1440 * var(--natu-w));
    font-weight: 500;
    line-height: calc(26 / 14);
    color: #333;
    text-align: justify;
  }

  #natural .program-card__btn-wrap {
    margin: calc(8 / 1440 * var(--natu-w)) 0 0;
    line-height: 0;
  }

  #natural .program-card__btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(18 / 1440 * var(--natu-w));
    min-width: calc(280 / 1440 * var(--natu-w));
    padding: calc(20 / 1440 * var(--natu-w)) calc(40 / 1440 * var(--natu-w));
    border: 1px solid #92c6d2;
    border-radius: 800px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(16 / 1440 * var(--natu-w));
    font-weight: 500;
    line-height: 1;
    color: #92c6d2;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  #natural .program-card__btn:hover {
    opacity: 0.8;
  }

  #natural .program-card__btn-icon {
    display: inline-block;
    flex-shrink: 0;
    width: calc(16 / 1440 * var(--natu-w));
    height: calc(16 / 1440 * var(--natu-w));
    background: url("../img/program-btn_arrow.svg") center / contain no-repeat;
    /* filter: brightness(0) saturate(100%) invert(72%) sepia(18%) saturate(742%) hue-rotate(152deg) brightness(92%) contrast(88%); */
  }

  /* ── 下段コンテンツ ── */
  #natural section.main-contents {
    background-color: transparent;
  }

  #natural section.main-contents .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }

  #natural section.main-contents .content-lower {
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
  }

  /* cqw 対応環境: コンテナ基準で上書き（非対応時は上記 --natu-w ベースを使用） */
  @supports (width: 1cqw) {
    #natural {
      container-type: inline-size;
    }

    #natural section.top .top-inner {
      padding: calc(120 / 1440 * 100cqw) calc(192 / 1440 * 100cqw) 0;
      column-gap: calc(16 / 1440 * 100cqw);
    }

    #natural .fv-layout {
      gap: calc(9 / 1440 * 100cqw);
    }

    #natural .fv-main {
      gap: calc(8 / 1440 * 100cqw);
    }

    #natural .fv-left {
      gap: calc(6 / 1440 * 100cqw);
      max-width: calc(618.7318725585938 / 1440 * 100cqw);
    }

    #natural .fv-title {
      width:100%;
      border-radius: calc(8 / 1440 * 100cqw);
    }

    #natural .fv-head {
      gap: calc(40 / 1440 * 100cqw);
    }

    #natural .fv-logo {
      width: calc(345 / 1440 * 100cqw);
    }

    #natural .fv-date-badge {
      width: calc(199 / 1440 * 100cqw);
      height: calc(199 / 1440 * 100cqw);
    }

    #natural .fv-date-badge__dates {
      gap: calc(4 / 1440 * 100cqw);
    }

    #natural .fv-date-badge__entry {
      gap: calc(4 / 1440 * 100cqw);
    }

    #natural .fv-date-badge__label,
    #natural .fv-date-badge__date {
      font-size: calc(24.177207946777344 / 1440 * 100cqw);
    }

    #natural .fv-date-badge__divider {
      width: 2px;
      height: auto;
    }

    #natural .fv-kv {
      width: calc(427 / 1440 * 100cqw);
      border-radius: calc(8 / 1440 * 100cqw);
    }

    #natural .fv-footer {
      gap: calc(20 / 1440 * 100cqw);
      min-height: calc(77 / 1440 * 100cqw);
      padding: calc(16 / 1440 * 100cqw) calc(40 / 1440 * 100cqw);
      background-color: #EBEBE5;
    }

    #natural .fv-footer__logo {
      width: calc(77.45671081542969 / 1440 * 100cqw);
      height: calc(45 / 1440 * 100cqw);
    }

    #natural .fv-footer__date,
    #natural .fv-footer__time {
      font-size: calc(31.175891876220703 / 1440 * 100cqw);
    }

    #natural section.copy .copy-inner {
      padding-bottom: calc(120 / 1440 * 100cqw);
    }

    #natural section.copy p {
      font-size: calc(21.184890747070312 / 1440 * 100cqw);
    }

    #natural section.schedule {
      padding-bottom: calc(120 / 1440 * 100cqw);
    }

    #natural section.schedule .schedule-inner {
      padding-top: calc(120 / 1440 * 100cqw);
    }

    #natural .schedule-heading {
      width: calc(324 / 1440 * 100cqw);
      height: calc(48 / 1440 * 100cqw);
      margin: 0 0 calc(92 / 1440 * 100cqw);
      margin-left: calc((1440 - 1056) / 2 / 1440 * 100cqw);
    }

    #natural .schedule-heading__en {
      font-size: calc(47.91389083862305 / 1440 * 100cqw);
    }

    #natural .schedule-heading__ja {
      top: calc(23 / 1440 * 100cqw);
      left: calc(246 / 1440 * 100cqw);
      font-size: calc(18 / 1440 * 100cqw);
    }

    #natural .schedule-list {
      width: calc(1056 / 1440 * 100cqw);
      gap: calc(80 / 1440 * 100cqw);
    }

    #natural .schedule-group__badge img {
      height: calc(29 / 1440 * 100cqw);
    }

    #natural .schedule-group__rows {
      gap: calc(16 / 1440 * 100cqw);
    }

    #natural .schedule-row {
      gap: calc(24 / 1440 * 100cqw);
      padding-top: calc(16 / 1440 * 100cqw);
      padding-bottom: calc(16 / 1440 * 100cqw);
    }

    #natural .schedule-row__time-date {
      font-size: calc(36 / 1440 * 100cqw);
    }

    #natural .schedule-row__time-detail {
      font-size: calc(22 / 1440 * 100cqw);
    }

    #natural .schedule-row__desc {
      font-size: calc(20 / 1440 * 100cqw);
    }

    #natural .schedule-btn-wrap {
      width: calc(1056 / 1440 * 100cqw);
      margin: calc(92 / 1440 * 100cqw) 0 120px;
    }

    #natural .schedule-btn {
      gap: calc(8 / 1440 * 100cqw);
      width: calc(300 / 1440 * 100cqw);
      height: calc(67 / 1440 * 100cqw);
      font-size: calc(16 / 1440 * 100cqw);
    }

    #natural .schedule-btn__icon {
      width: calc(24 / 1440 * 100cqw);
      height: calc(24 / 1440 * 100cqw);
      background-size: calc(10 / 1440 * 100cqw) calc(16 / 1440 * 100cqw);
    }

    #natural section.program {
      padding: calc(120 / 1440 * 100cqw) 0;
    }

    #natural section.program .program-inner {
      column-gap: calc(16 / 1440 * 100cqw);
      row-gap: calc(60 / 1440 * 100cqw);
      padding-inline: calc(192 / 1440 * 100cqw);
    }

    #natural .program-heading {
      gap: calc(8 / 1440 * 100cqw);
    }

    #natural .program-heading__en {
      font-size: calc(47.91389083862305 / 1440 * 100cqw);
    }

    #natural .program-heading__ja {
      font-size: calc(18 / 1440 * 100cqw);
    }

    #natural .program-list {
      gap: calc(288 / 1440 * 100cqw);
    }

    #natural .program-live {
      margin-top: calc(-160 / 1440 * 100cqw);
      margin-inline: calc(-192 / 1440 * 100cqw);
      min-height: calc(2464 / 1440 * 100cqw);
      padding-top: calc(680 / 1440 * 100cqw);
      padding-bottom: calc(120 / 1440 * 100cqw);
      padding-inline: calc(192 / 1440 * 100cqw);
    }

    #natural .program-card__inner {
      column-gap: calc(16 / 1440 * 100cqw);
    }

    #natural .program-card__date {
      top: calc(-184 / 1440 * 100cqw);
      width: calc(420 / 1440 * 100cqw);
      aspect-ratio: 157 / 57;
    }

    #natural .program-card__date img {
      aspect-ratio: 157 / 57;
    }

    #natural .program-card--text-first .program-card__date {
      left: calc(188 / 1440 * 100cqw);
      right: auto;
    }

    #natural .program-card--image-first .program-card__date {
      left: calc(-72 / 1440 * 100cqw);
    }

    #natural .program-card__title {
      margin-bottom: calc(48 / 1440 * 100cqw);
      font-size: calc(24 / 1440 * 100cqw);
      max-width: none;
    }

    #natural .program-card__copy {
      gap: calc(21 / 1440 * 100cqw);
      padding-top: calc(48 / 1440 * 100cqw);
    }

    #natural .program-card__media {
      width: 100%;
    }

    #natural .program-card--tall .program-card__media {
      width: 100%;
    }

    #natural .program-card__photo {
      height: calc(416 / 1440 * 100cqw);
    }

    #natural .program-card--text-first .program-card__photo,
    #natural .program-card--image-first .program-card__photo {
      height: auto;
    }

    #natural .program-card--tall .program-card__photo {
      height: auto;
    }

    #natural .program-card__desc {
      max-width: 100%;
      font-size: calc(14 / 1440 * 100cqw);
    }

    #natural .program-card__btn-wrap {
      margin-top: calc(8 / 1440 * 100cqw);
    }

    #natural .program-card__btn {
      gap: calc(18 / 1440 * 100cqw);
      min-width: calc(280 / 1440 * 100cqw);
      padding: calc(20 / 1440 * 100cqw) calc(40 / 1440 * 100cqw);
      font-size: calc(16 / 1440 * 100cqw);
    }

    #natural .program-card__btn-icon {
      width: calc(16 / 1440 * 100cqw);
      height: calc(16 / 1440 * 100cqw);
    }
  }
}

@media screen and (min-width: 757px) {
  #natural section.copy .copy-inner {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 16px;
  }

  #natural section.copy .copy-inner>p {
    grid-column: 6 / 13;
  }
}

/* ── SP（757px未満）── */
@media screen and (max-width: 756px) {
  #natural section.top {
    max-width: none;
    margin-inline: 0;
  }

  #natural .hero-area {
    background-image: none;
  }

  #natural section.top .top-inner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
    display: block;
  }

  #natural .fv-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(14 / 390 * 100vw);
    width: 100%;
  }

  #natural .fv-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(10 / 390 * 100vw);
    width: 100%;
    padding: calc(10 / 390 * 100vw);
  }

  #natural .fv-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(10 / 390 * 100vw);
    width: 100%;
    max-width: none;
  }

  #natural .fv-head {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(42 / 390 * 100vw);
    width: 100%;
  }

  #natural .fv-title {
    order: 2;
    width: 100%;
    border-radius: calc(6 / 390 * 100vw);
    overflow: hidden;
  }
  #natural .fv-head {
      gap: 0;
    }

  #natural .fv-title img {
    display: block;
    width: 100%;
    object-position: center;
    height:auto;
  }

  #natural .fv-logo {
    flex-shrink: 0;
    width: calc(207 / 390 * 100vw);
  }

  #natural .fv-logo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 207 / 85;
    object-fit: contain;
  }

  #natural .fv-date-badge {
    position: relative;
    flex-shrink: 0;
    width: calc(115 / 390 * 100vw);
    height: calc(115 / 390 * 100vw);
    aspect-ratio: 1 / 1;
  }

  #natural .fv-date-badge__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #natural .fv-date-badge__mark {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(93 / 390 * 100vw);
    height: calc(93 / 390 * 100vw);
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
  }

  #natural .fv-date-badge__dates {
    display: none;
  }

  #natural .fv-kv {
    width: 100%;
    border-radius: calc(6 / 390 * 100vw);
    overflow: hidden;
  }

  #natural .fv-kv img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 540;
    object-fit: cover;
  }

  #natural .fv-footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: calc(365 / 390 * 100vw);
    min-height: calc(132 / 390 * 100vw);
    padding: calc(6 / 390 * 100vw) calc(25 / 390 * 100vw);
    border: none;
    border-radius: 0;
  }

  #natural .fv-footer__logo {
    display: block;
    width: calc(77.45671081542969 / 390 * 100vw);
    height: calc(45 / 390 * 100vw);
    object-fit: contain;
    object-position: center;
  }

  #natural .fv-footer__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  #natural .fv-footer__date,
  #natural .fv-footer__time {
    margin: 0;
    font-family: "BIZ UDPMincho", "Yu Mincho", serif;
    font-size: calc(28 / 390 * 100vw);
    font-weight: 700;
    line-height: 1.4;
    color: #84a3b7;
    text-align: center;
  }

  /* ── SP共通（Figma 390px 基準）── */
  #natural {
    max-width: none;
    padding: 0;
  }

  #natural .main {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(145 / 390 * 100vw);
    width: 100%;
    padding-bottom: calc(10 / 390 * 100vw);
  }

  #natural section.copy {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  #natural section.copy .copy-inner {
    box-sizing: border-box;
    width: calc(315 / 390 * 100vw);
    margin-inline: auto;
    padding: 0 0 calc(39 / 390 * 100vw);
  }

  #natural section.copy p {
    margin: 0;
    font-family: "BIZ UDPMincho", "Yu Mincho", serif;
    font-size: calc(12.222052574157715 / 390 * 100vw);
    font-weight: 400;
    line-height: 1.8;
    color: #202020;
  }

  #natural .copy-x-link {
    color: #FF0000;
  }

  #natural section.schedule {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: calc(56 / 390 * 100vw) 0;
    background-color: #637c8c;
    border-radius: calc(32 / 390 * 100vw);
    overflow: hidden;
  }

  #natural section.schedule .schedule-inner {
    box-sizing: border-box;
    width: calc(324 / 390 * 100vw);
    margin-inline: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #natural .schedule-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: calc(20 / 390 * 100vw);
    width: 100%;
    /* padding: 0 calc(10 / 390 * 100vw); */
    margin: 0 0 calc(69 / 390 * 100vw);
  }

  #natural .schedule-heading__en {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: calc(36 / 390 * 100vw);
    font-weight: 200;
    line-height: 1;
    color: #ebebe5;
  }

  #natural .schedule-heading__ja {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(18 / 390 * 100vw);
    font-weight: 400;
    line-height: 1;
    color: #ebebe5;
  }

  #natural .schedule-list {
    display: flex;
    flex-direction: column;
    gap: calc(40 / 390 * 100vw);
    width: 100%;
  }

  #natural .schedule-group {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #natural .schedule-group__badge {
    display:flex;
    align-items:center;
    justify-content: space-between;
    line-height: 0;
  }

  #natural .schedule-group__badge img {
    display: block;
    width: auto;
    height: calc(19 / 390 * 100vw);
  }

  #natural .schedule-group__rows {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #natural .schedule-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(4 / 390 * 100vw);;
    padding: calc(16 / 390 * 100vw) 0;
    border: none;
    border-top: 1px solid #ebebe5;
  }

  #natural .schedule-group__rows .schedule-row:last-child {
    border-bottom: 1px solid #ebebe5;
  }

  #natural .schedule-row+.schedule-row {
    border-top: 1px solid #ebebe5;
  }

  #natural .schedule-row__time {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: calc(8 / 390 * 100vw);
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #ebebe5;
  }

  #natural .schedule-row__time-date {
    font-size: calc(20 / 390 * 100vw);
  }

  #natural .schedule-row__time-detail {
    font-size: calc(14 / 390 * 100vw);
  }

  #natural .schedule-row__desc {
    margin: 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    line-height: 1.2;
    color: #ebebe5;
    text-align: left;
  }

  #natural .schedule-btn-wrap {
    width: 100%;
    margin-top: calc(51 / 390 * 100vw);
    text-align: center;
  }

  #natural .schedule-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(10 / 390 * 100vw);
    width: calc(300 / 390 * 100vw);
    height: calc(67 / 390 * 100vw);
    border: 1px solid #ebebe5;
    border-radius: 800px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    color: #ebebe5;
    text-decoration: none;
  }

  #natural .schedule-btn__icon {
    width: calc(21 / 390 * 100vw);
    height: calc(21 / 390 * 100vw);
    border: none;
    border-radius: 50%;
    background: url("../img/schedule-btn_arrow.svg") center / 60% no-repeat;
  }

  #natural section.program {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("../img/bg_program_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  #natural section.program .program-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(45 / 390 * 100vw);
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
  }

  #natural section.program>.program-inner>.program-list {
    position: relative;
    z-index: 1;
    width: calc(325 / 390 * 100vw);
  }

  #natural .program-live {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: calc(-40 / 390 * 100vw);
    margin-inline: calc(-32.5 / 390 * 100vw);
    min-height: calc(1379 / 390 * 100vw);
    padding: calc(212 / 390 * 100vw) calc(32.5 / 390 * 100vw) calc(48 / 390 * 100vw);
    background-image: url("../img/bg_program_live_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  #natural .program-live .program-card__title,
  #natural .program-live .program-card__desc {
    color: #ebebe5;
  }

  #natural .program-live .program-card__btn {
    border: 2px solid #92c6d2;
    
    color: #92c6d2;
  }

  #natural .program-live .program-card__btn-icon {
    filter: none;
  }

  #natural .program-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: calc(20 / 390 * 100vw);
    width: 100%;
    padding: 0 calc(10 / 390 * 100vw);
    margin: 0;
  }

  #natural .program-heading__en {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: calc(36 / 390 * 100vw);
    font-weight: 200;
    line-height: 1;
    color: #84a3b7;
  }

  #natural .program-heading__ja {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(18 / 390 * 100vw);
    font-weight: 400;
    line-height: 1;
    color: #84a3b7;
  }

  #natural .program-list {
    display: flex;
    flex-direction: column;
    gap: calc(28 / 390 * 100vw);
    width: 100%;
    margin: 0;
  }

  #natural .program-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: calc(28 / 390 * 100vw);
    width: 100%;
  }

  #natural .program-card__inner {
    display: contents;
  }

  #natural .program-card__media {
    position: relative;
    grid-row: 1;
    width: 100%;
    line-height: 0;
  }

  #natural .program-card__title {
    position: relative;
    z-index: 2;
    grid-row: 2;
    margin: calc(-18 / 390 * 100vw) 0 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: calc(20 / 390 * 100vw);
    font-weight: 500;
    line-height: 1;
    color: #202020;
  }

  #natural .program-card__copy {
    grid-row: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(22 / 390 * 100vw);
    width: 100%;
    min-width: 0;
    padding-top: 0;
  }

  #natural .program-card__date {
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: calc(-18 / 390 * 100vw);
    left: 0;
    width: calc(156 / 390 * 100vw);
    aspect-ratio: 156 / 56;
    margin: 0;
    line-height: 0;
    pointer-events: none;
  }

  #natural .program-card--text-first .program-card__date,
  #natural .program-card--image-first .program-card__date {
    left: 0;
    right: auto;
  }

  #natural .program-card__date img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 156 / 56;
  }

  #natural .program-card__photo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: calc(68 / 390 * 100vw);
    border-radius: calc(8 / 390 * 100vw);
    object-fit: cover;
  }

  #natural .program-card--tall .program-card__media {
    width: 100%;
    max-width: none;
    align-self: auto;
  }

  #natural .program-card--tall .program-card__photo {
    height: auto;
  }

  #natural .program-card--image-first.program-card--tall .program-card__media {
    align-self: auto;
  }

  #natural .program-card__desc {
    margin: 0;
    max-width: none;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    line-height: 1.87;
    color: #202020;
  }

  #natural .program-card__btn-wrap {
    margin: 0;
    width: 100%;
  }

  #natural .program-card__btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(18 / 390 * 100vw);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: calc(25 / 390 * 100vw) calc(97 / 390 * 100vw);
    border: 2px solid #92c6d2;
    border-radius: 800px;
    
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    line-height: 1;
    color: #92c6d2;
    text-decoration: none;
    white-space: nowrap;
  }

  #natural .program-list:not(.program-live *) .program-card__btn {
    background-color: #EBEBE5;
  }

  #natural .program-card__btn-icon {
    flex-shrink: 0;
    width: calc(16 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
    border: none;
    border-radius: 0;
    background: url("../img/program-btn_arrow.svg") center / contain no-repeat;
  }

  #natural section.main-contents .content-lower {
    width: 100%;
    height: auto;
  }
}








/* ==========================================================================
   SP（756px以下）でバッジの文字を表示させるための修正
   ========================================================================== */
@media screen and (max-width: 756px) {
  /* バッジ全体のサイズと位置の基準をSP用に定義 */
  #natural .fv-date-badge {
    position: relative !important;
    display: block;
    width: 120px; 
    height: 120px;
    margin: 0 auto; /* 中央寄せにする場合 */
  }

  /* pictureタグが文字を隠さないようにブロック化 */
  #natural .fv-date-badge picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* 背景画像を完全に文字の後ろに敷く */
  #natural .fv-date-badge__bg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    z-index: 1 !important; /* 画像を最背面へ */
  }

  /* 文字の入った要素をz-indexで確実に一番手前に引っ張り出す */
  #natural .fv-date-badge__dates {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;       /* DAY1とDAY3の間の隙間 */
    z-index: 999 !important; /* ★z-indexを大きな値にして強制的に一番手前にする */
  }

  /* 文字が画像に潰されないよう要素を正しく表示 */
  #natural .fv-date-badge__entry {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
  }

  /* 文字色やサイズがリセットされている場合の保険 */
  #natural .fv-date-badge__label,
  #natural .fv-date-badge__date {
    color: #EBEBE5 !important;
    margin: 0;
  }
  #natural .fv-date-badge__label {
    font-size: 14px; /* SP用のDAY1のサイズ */
    font-weight: bold;
  }
  #natural .fv-date-badge__date {
    font-size: 12px; /* SP用の日付のサイズ */
  }
  #natural .fv-date-badge__divider {
    display: block !important;
    width: 1px; /* 区切り線の横幅 */
    height: auto;
  }
}


/* 共通パーツ */
@media screen and (min-width: 757px) {
#natural section.main-contents .inner {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
}
}

@media screen and (max-width: 756px) {
#natural section.main-contents .inner {
        padding: 0 2.6666666667vw;
        box-sizing: border-box;
    }
}
}