@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a:visited {
  color: #333;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

body {
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.section img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

.section .sp-block {
  display: block !important;
}

.section .pc-block {
  display: none !important;
}

.section .sp-inline {
  display: inline !important;
}

.section .pc-inline {
  display: none !important;
}

.section .sp350-block {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .section .sp-block {
    display: none !important;
  }
  .section .pc-block {
    display: block !important;
  }
  .section .sp-inline {
    display: none !important;
  }
  .section .pc-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 350px) {
  .section .sp350-block {
    display: block !important;
  }
}
header {
  position: relative;
}

html {
  height: -webkit-fill-available;
  scroll-behavior: auto; /* 二重スムース防止 */
}

html,
body {
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  html:not(.is-container-scroll) body {
    scrollbar-gutter: stable; /* ← both-edges を付けない */
  }
}
/* ===== ベース（どの環境でも）===== */
#scrollRoot {
  min-height: 100%;
} /* 中身が短い時の保険 */
/* ===== iOS（内部スクロールに切替）===== */
html.is-container-scroll,
html.is-container-scroll body {
  height: 100%;
  overflow: hidden; /* ← window 側のスクロールを止める（二重防止） */
}

html.is-container-scroll #scrollRoot {
  position: fixed; /* ← 画面に貼り付ける */
  inset: 0; /* ← 全画面をカバー */
  overflow-y: auto; /* ← ここがスクロールする */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /* ← iOS の慣性スクロール */
  overscroll-behavior-y: contain; /* ← ラバーバンド連鎖を止める（ジャンプ軽減） */
  -webkit-transform: none !important;
          transform: none !important; /* ← sticky殺しの transform を排除 */
  will-change: auto; /* ← 過度な promote を避ける */
}

body {
  --col-base-red: #8e1e13;
  --col-base-black: #000;
  --col-transp-red: #8e1e1326;
  --col-transp-white: #ffffff33;
  --col-light-yellow-gray: #f2f0e6;
  --col-light-brown: #ecd7c2;
  --col-light-beige: #e1d9c9;
  --col-brown: #9d7c4c;
  --col-light-yellow: #f7f5eb;
  --col-light-gray: #dddddd;
  --col-black-brown: #231815;
  --col-green-luup: #33aaa3;
  --col-dark-blue: #10205e;
  --col-gray: #9e9e9e;
  --col-gray-blue: #8f939b;
  background-color: #fff;
  min-height: -webkit-fill-available;
}

.footer {
  position: relative;
  z-index: 15;
}
.footer .s-paegtop {
  display: none;
}
.footer footer .s-footer-links {
  background-color: #fff;
}
.footer .s-footer {
  margin-top: 0;
}

.zenmin {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
}

header,
.section,
.remodal {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: normal;
  color: var(--col-base-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .regular,
.section .regular,
.remodal .regular {
  font-weight: 400;
}
header .medium,
.section .medium,
.remodal .medium {
  font-weight: 500;
}
header .semibold,
.section .semibold,
.remodal .semibold {
  font-weight: 600;
}
header .bold,
.section .bold,
.remodal .bold {
  font-weight: 600;
}

.section *,
.section *::after,
.section *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section a:hover {
  text-decoration: none;
}

.section {
  /* 共通見出し下部破線ベース */
  /* ／ 共通見出し下部破線ベース */
  /* 共通ボタンベース */
  /* 共通ボタンベース */
  /* ずれラップ */
  /* ／ ずれラップ */
}
.section .content_wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.section .common_underline {
  --pd-btm: 10;
  --mg-btm: 32;
  --col-underline: var(--col-base-black);
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.16em;
  padding-bottom: calc(var(--pd-btm) * 1px + 4px);
  margin: 0 auto calc(var(--mg-btm) * 1px) 0;
}
.section .common_underline .sub {
  font-size: 16px;
  display: block;
}
.section .common_underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, var(--col-underline), var(--col-underline) 1px, transparent 1px, transparent 2px);
  background-size: 3px 4px;
}
.section a.common_btn_base {
  --key-color: var(--col-base-red);
  background-color: var(--key-color);
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 17px 0;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
.section a.common_btn_base .text_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  padding-right: 28px;
  position: relative;
}
.section a.common_btn_base .text_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_blankwindow.svg);
          mask-image: url(../_img/icon_blankwindow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.section a.common_btn_base:hover {
  background-color: #fff;
  color: var(--key-color);
}
.section a.common_btn_base:hover .text_wrap::after {
  background: var(--key-color);
}
.section a.common_btn_base.blue {
  --key-color: var(--col-dark-blue);
  border: solid 1px #fff;
  padding: 16px 0;
}
.section a.common_btn_base.brown {
  --key-color: var(--col-brown);
}
.section a.common_btn_base.download {
  border: solid 1px var(--key-color);
  padding: 16px 0;
}
.section a.common_btn_base.download .text_wrap {
  padding-right: 28px;
}
.section a.common_btn_base.download .text_wrap::after {
  -webkit-mask-image: url(../_img/icon_download.svg);
          mask-image: url(../_img/icon_download.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.section a.common_btn_base.comingsoon, .section a.common_btn_base.end {
  --key-color: var(--col-gray);
  pointer-events: none;
}
.section a.common_btn_base.comingsoon .text_wrap, .section a.common_btn_base.end .text_wrap {
  padding: 0;
}
.section a.common_btn_base.comingsoon .text_wrap::after, .section a.common_btn_base.end .text_wrap::after {
  display: none;
}
.section .common_zure_wrap {
  margin-inline: calc(-1 * var(--pd-left)) calc(-1 * var(--pd-left) + 11px);
  margin-inline: calc(-1 * var(--pd-left)) -13px;
  padding: 0 22px;
}

:root {
  /*両側の共通padding*/
  --pd-left: 24px;
  --pd-right: 72px;
}

.hidden_wrap {
  overflow: hidden;
}

/*下部バナーエリア*/
#banner-sec {
  padding: 0 16px;
  z-index: 10;
  position: relative;
}
#banner-sec .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  padding: 60px 24px 80px;
}
#banner-sec .wrap a {
  max-width: 100%;
  background: #fff;
}
#banner-sec .wrap a img {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#banner-sec .wrap a:hover {
  opacity: 1;
  background: var(--col-orange);
}
#banner-sec .wrap a:hover img {
  opacity: 0.6;
}

/* MV */
#mainvisual {
  padding: 0;
  background-color: #eee;
  position: relative;
  /* ← SP/PCの速度係数（後述JSが読む）。数値小さいほど“速く終わる”体感 */
  --mv-speed-sp: 0.3;
  --mv-speed-pc: 0.6;
  /* カバー用 color（トップ／ボトム） RGBA チャンネルを変数化 */
  --cover-color-top-r: 0;
  --cover-color-top-g: 0;
  --cover-color-top-b: 0;
  --cover-color-top-a: 0;
  --cover-color-top: rgba(var(--cover-color-top-r), var(--cover-color-top-g), var(--cover-color-top-b), var(--cover-color-top-a));
  --cover-color-bottom-r: 0;
  --cover-color-bottom-g: 0;
  --cover-color-bottom-b: 0;
  --cover-color-bottom-a: 0;
  --cover-color-bottom: rgba(var(--cover-color-bottom-r), var(--cover-color-bottom-g), var(--cover-color-bottom-b), var(--cover-color-bottom-a));
  /* 画像ブラー値（px換算は使用箇所で *1px ） */
  --blur-img: 0;
  /* リード／ナビは “初期は見えない状態から入ってくる” 想定 */
  --blur-lead: 10;
  --blur-nav: 10;
  /* 透明度：タイトルは最初1、リード/ナビは0からスタート */
  --transp-title: 1;
  --transp-lead: 0;
  --transp-nav: 0;
  --title-exit-shift: 0;
  --lead-in-y: 0;
}
#mainvisual .mv_pin .mv_bg {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  display: block;
  overflow: hidden;
}
#mainvisual .mv_pin .mv_bg img {
  -webkit-transform: scale(1.1333333333);
          transform: scale(1.1333333333);
  -webkit-filter: blur(calc(var(--blur-img) * 1px));
          filter: blur(calc(var(--blur-img) * 1px));
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100lvh;
}
@media screen and (min-width: 769px) {
  #mainvisual .mv_pin .mv_bg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#mainvisual .mv_pin .mv_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--cover-color-top)), to(var(--cover-color-bottom)));
  background-image: linear-gradient(180deg, var(--cover-color-top), var(--cover-color-bottom));
}
#mainvisual .mv_pin .title_wrap {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
  margin-top: -100lvh;
  opacity: var(--transp-title);
}
#mainvisual .mv_pin .title_wrap .title {
  position: absolute;
  top: 33.9165545087lvh;
  right: 6.4%;
  width: 48.2666666667%;
}
#mainvisual .mv_pin .wrap {
  margin-top: 33.3lvh;
  position: relative;
  z-index: 5;
  width: 100%;
}
#mainvisual .mv_pin .lead_wrap,
#mainvisual .mv_pin .lead_wrap_clone {
  width: 100%;
  min-height: 100lvh;
  display: grid;
  place-content: center;
  gap: 32px;
  color: #fff;
}
#mainvisual .mv_pin .lead_wrap .lead_title,
#mainvisual .mv_pin .lead_wrap_clone .lead_title {
  font-size: 28px;
  letter-spacing: 0.16em;
  opacity: 0; /* ハンドオフで本物を1にする */
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transform: translate3d(0, var(--title-exit-shift, 0px), 0);
          transform: translate3d(0, var(--title-exit-shift, 0px), 0);
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#mainvisual .mv_pin .lead_wrap .lead,
#mainvisual .mv_pin .lead_wrap_clone .lead {
  font-size: 15px;
  line-height: 2;
  -webkit-transform: translateY(var(--lead-in-y, 0px)) translateZ(0);
          transform: translateY(var(--lead-in-y, 0px)) translateZ(0);
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: var(--transp-lead, 1);
  -webkit-filter: blur(calc(var(--blur-lead, 0) * 1px));
          filter: blur(calc(var(--blur-lead, 0) * 1px));
}
#mainvisual .mv_pin .lead_wrap_clone {
  position: fixed;
  inset: 0;
  z-index: 6; /* MV内オーバーレイより高く（必要なら 8〜10 に） */
  pointer-events: none; /* クリックを素通りさせる */
}
#mainvisual .mv_pin .lead_wrap_clone .lead {
  opacity: 0;
  -webkit-filter: none !important;
          filter: none !important;
}
#mainvisual .mv_pin .lead_wrap.is-title-live .lead_title {
  opacity: 1 !important;
}
#mainvisual .mv_pin .nav_wrap {
  width: 100%;
  min-height: 100lvh;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  padding: 0 40px;
  opacity: var(--transp-nav);
  -webkit-filter: blur(calc(var(--blur-nav) * 1px));
          filter: blur(calc(var(--blur-nav) * 1px));
}
#mainvisual .mv_pin .nav_wrap ul {
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6px;
  max-width: 580px;
  margin-inline: auto;
}
#mainvisual .mv_pin .nav_wrap ul li {
  width: 100%;
}
#mainvisual .mv_pin .nav_wrap ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 10px 16px;
  border-bottom: 1px solid #fff;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#mainvisual .mv_pin .nav_wrap ul li a .sub {
  font-size: 12px;
  letter-spacing: normal;
  display: block;
}
#mainvisual .mv_pin .nav_wrap ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow.svg);
          mask-image: url(../_img/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#mainvisual .mv_pin .nav_wrap ul li a.sub_category {
  font-size: 14px;
}
#mainvisual .mv_pin .nav_wrap ul li a.sub_category::after {
  -webkit-mask-image: url(../_img/icon_arrow_mini.svg);
          mask-image: url(../_img/icon_arrow_mini.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#mainvisual .mv_pin .nav_wrap ul li a:hover {
  background: var(--col-transp-white);
}
#mainvisual .mv_pin .nav_wrap ul li.half {
  width: calc((100% - 8px) / 2);
  margin-top: 16px;
}
#mainvisual .mv_pin .nav_wrap ul + p {
  grid-row: 3/4;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: -4px;
}
#mainvisual .mv_pin .nav_wrap ul + p a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  padding: 2px 4px 2px;
  margin: -2px -4px -2px;
  border-radius: 2px;
  text-indent: 0;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#mainvisual .mv_pin .nav_wrap ul + p a:hover {
  background: var(--col-transp-white);
}

/* ／ MV */
/* MV内header */
#mainvisual .title_wrap .logo {
  width: 100%;
  padding: 8px 12px;
}
#mainvisual .title_wrap .logo > a {
  display: block;
  width: 48px;
}
#mainvisual.step1_end .title_wrap .logo > a, #mainvisual.step1_end .title_wrap .logo > a * {
  pointer-events: none !important;
}

/* ／ MV内header */
/* 固定ナビ */
/*
body:has(#nav-sec nav input:checked) {
  // overflow: hidden;
}*/
.wrap_clip {
  overflow: clip;
  position: relative;
}

#nav-sec {
  position: fixed;
  padding: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: auto;
  overflow: visible;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
  will-change: opacity;
  /*menu下部ボタンとナビボタン下部共通化*/
}
#nav-sec.is-active {
  opacity: 1;
}
#nav-sec nav {
  position: absolute;
  right: 0;
  overflow: visible;
  height: 0;
  /* 親だけ current（子は current なし）
  .menu li:has(> a.current):not(:has(> ul a.current)) > a {
  } */
  /* 親＋子の両方 current（子がどれか active）時の親 */
  /*#mapと#enjoyの同時currentを避ける*/
  /*#planと#enjoyの同時currentを避ける*/
}
#nav-sec nav input {
  display: none;
}
#nav-sec nav label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 100;
  width: 48px;
  height: 48px;
  pointer-events: auto;
  cursor: pointer;
  margin: -1px 0 0 auto;
  padding: 0;
}
#nav-sec nav label > .icon {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 48px;
  height: 48px;
  background: #fff;
}
#nav-sec nav label > .icon span {
  position: absolute;
  top: 17px;
  left: 12px;
  display: block;
  width: 24px;
  height: 2px;
  background: var(--col-black-brown);
  -webkit-transition: opacity 0.1s ease-in, top 0.3s ease-in, bottom 0.3s ease-in, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s ease-in, top 0.3s ease-in, bottom 0.3s ease-in, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s ease-in, top 0.3s ease-in, bottom 0.3s ease-in;
  transition: transform 0.3s ease-in-out, opacity 0.1s ease-in, top 0.3s ease-in, bottom 0.3s ease-in, -webkit-transform 0.3s ease-in-out;
}
#nav-sec nav label > .icon span:nth-of-type(2) {
  top: calc(50% - 1px);
}
#nav-sec nav label > .icon span:nth-of-type(3) {
  top: auto;
  bottom: 17px;
}
@media (hover: hover) {
  #nav-sec nav label:hover > .icon {
    background: var(--col-black-brown);
  }
  #nav-sec nav label:hover > .icon span {
    background: #fff;
  }
}
#nav-sec nav input + label + .menu {
  z-index: 1;
  width: 270px;
  height: 110vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
  -webkit-transition: visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  padding: 60px 16px 0;
  margin-top: -48px;
  background-color: transparent;
  position: relative;
}
#nav-sec nav input:checked + label > .icon span {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#nav-sec nav input:checked + label > .icon span:nth-child(2) {
  opacity: 0;
  top: calc(50% - 1px);
  -webkit-transform: none;
          transform: none;
}
#nav-sec nav input:checked + label > .icon span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
}
#nav-sec nav input:checked + label + .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background-color: #fff;
  -webkit-transition: visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in-out, background 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#nav-sec nav .menu {
  position: relative;
}
#nav-sec nav .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#nav-sec nav .menu ul li a {
  pointer-events: all;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 68px;
  padding: 0 16px;
  margin: auto;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  color: var(--col-base-black);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: solid var(--col-light-gray) 1px;
}
#nav-sec nav .menu ul li a .sub {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}
#nav-sec nav .menu ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background: var(--col-base-red);
  -webkit-mask-image: url(../_img/icon_arrow.svg);
          mask-image: url(../_img/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#nav-sec nav .menu ul li a:hover {
  color: var(--col-base-red);
  background-color: var(--col-transp-red);
}
#nav-sec nav .menu ul li a.current {
  color: var(--col-base-red);
}
#nav-sec nav .menu ul li a.sub_category {
  font-size: 14px;
  height: 48px;
}
#nav-sec nav .menu ul li a.sub_category::after {
  -webkit-mask-image: url(../_img/icon_arrow_mini.svg);
          mask-image: url(../_img/icon_arrow_mini.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#nav-sec nav .menu ul li.sub_category_top {
  margin-top: 16px;
}
#nav-sec nav .menu li:has(> a.current):has(> ul a.current) > a {
  color: var(--col-base-black);
}
#nav-sec nav .menu li:has(> a.current):has(> ul a.current) > a:hover {
  color: var(--col-base-red);
}
#nav-sec nav .menu:has(a[href="#enjoy"].current) a[href="#map"].current {
  color: var(--col-base-black);
}
#nav-sec nav .menu:has(a[href="#enjoy"].current) a[href="#map"].current:hover {
  color: var(--col-base-red);
}
#nav-sec nav .menu:has(a[href="#enjoy"].current) a[href="#plan"].current {
  color: var(--col-base-black);
}
#nav-sec nav .menu:has(a[href="#enjoy"].current) a[href="#plan"].current:hover {
  color: var(--col-base-red);
}
#nav-sec a.for_plan {
  position: relative;
  background: var(--col-base-red);
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 38.5px 17px 18.5px;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  margin-top: 32px;
}
#nav-sec a.for_plan::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 18.5px;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_blankwindow.svg);
          mask-image: url(../_img/icon_blankwindow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#nav-sec a.for_plan:hover {
  background: var(--col-transp-red);
  color: var(--col-base-red);
}
#nav-sec a.for_plan:hover::after {
  background: var(--col-base-red);
}
#nav-sec .bnr {
  width: 48px;
  position: absolute;
  top: 50px;
  right: 0;
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
}
#nav-sec .bnr a.for_plan {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 16px 0 40px;
  margin-top: 0;
}
#nav-sec .bnr a.for_plan::after {
  top: auto;
  right: auto;
  bottom: 15px;
  left: calc(50% - 10px);
}
#nav-sec .bnr a.for_plan:hover {
  background: #fff;
}
#nav-sec .bnr a.for_top {
  position: relative;
  background: var(--col-base-black);
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 24px 0 10px;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
#nav-sec .bnr a.for_top::after {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(50% - 7.5px);
  display: block;
  width: 15px;
  height: 9px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_mini_top.svg);
          mask-image: url(../_img/icon_arrow_mini_top.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#nav-sec .bnr a.for_top:hover {
  background: #fff;
  color: var(--col-base-black);
}
#nav-sec .bnr a.for_top:hover::after {
  background: var(--col-base-black);
}

/*／ 固定ナビ */
/* 固定タイトル設置用 */
#titleStage {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0; /* MVより下に重ねたいなら 0〜、上に出したいなら大きく */
}
#titleStage .slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  isolation: isolate;
  will-change: opacity, transform;
}
#titleStage .slide[data-for=campaign] {
  z-index: 2;
}
#titleStage .slide[data-for=plan] {
  z-index: 1;
}
#titleStage.is-front-plan .slide[data-for=campaign] {
  z-index: 1;
}
#titleStage.is-front-plan .slide[data-for=plan] {
  z-index: 2;
}
#titleStage .slideContent {
  display: grid;
  place-items: center;
}
#titleStage .slideContent .fixed_title_wrap {
  display: grid;
  place-content: center;
  place-items: center;
  --scale-fixed-bg-img: 1;
  --scale-fixed-bg-img-active: 1.2;
  --transY-fixed-bg-img: 0;
  --transY-fixed-bg-img-active: 200;
}
#titleStage .slideContent .fixed_title_wrap > * {
  grid-area: 1/1;
}
#titleStage .slideContent .fixed_title_wrap .fixed_bg {
  display: block;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 100lvh;
}
#titleStage .slideContent .fixed_title_wrap .fixed_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100lvh;
  -webkit-transform: scale(var(--scale-fixed-bg-img)) translateY(calc(var(--transY-fixed-bg-img) * 1px * -1));
          transform: scale(var(--scale-fixed-bg-img)) translateY(calc(var(--transY-fixed-bg-img) * 1px * -1));
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
#titleStage .slideContent .fixed_title_wrap .fixed_title {
  color: #fff;
  position: relative;
  z-index: 10;
}
#titleStage .slideContent .fixed_title_wrap .campaign_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  direction: rtl;
  gap: 10px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  padding-top: 2px;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}
#titleStage .slideContent .fixed_title_wrap .campaign_title > span {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: end;
  margin-top: -2px;
}
#titleStage .slideContent .fixed_title_wrap .plan_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  direction: rtl;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.19em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}

html.remodal-is-locked #titleStage {
  display: none;
}

/* ／ 固定タイトル設置用 */
/* 固定タイトル設置用アニメーション用 */
/*
body {
  // campaign用

  #titleStage {
    .fixed_title_wrap {
      background-color: #000;
      .campaign_bg {
        //直接imgは別でコントロールしてるのでその親
        scale: 1.25;
        opacity: 0.5;
        will-change: scale, opacity;
        transition: all 0.6s ease-in-out;
        transition-delay: 0.3s;
      }
      .campaign_title {
        transform: translateY(20px);
        opacity: 0;
        will-change: transform, opacity;
        transition: all 0.6s ease-in;
        transition-delay: 0.6s;
      }
    }
  }
  &:has(#campaign.active) {
    #titleStage {
      .fixed_title_wrap {
        .campaign_bg {
          opacity: 1;
          scale: 1;
        }
        .campaign_title {
          opacity: 1;
          transform: translateY(0);
        }
      }
    }
  }
  // plan用
  #titleStage {
    .plan_bg {
      //直接imgは別でコントロールしてるのでその親
      scale: 1.25;
      opacity: 0.5;
      will-change: scale, opacity;
      transition: all 0.6s ease-in-out;
      transition-delay: 0.3s;
    }
    .plan_title {
      transform: translateY(20px);
      opacity: 0;
      will-change: transform, opacity;
      transition: all 0.6s ease-in;
      transition-delay: 0.6s;
    }
  }
  &:has(#plan.active) {
    #titleStage {
      .plan_bg {
        opacity: 1;
        scale: 1;
      }
      .plan_title {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }

}
    */
/* ／ 固定タイトル設置用アニメ用 */
/* 共用 #campaign #plan */
#campaign.has-stage-title,
#plan.has-stage-title {
  padding: 0;
  display: flow-root;
}
#campaign.has-stage-title .section-inner,
#plan.has-stage-title .section-inner {
  margin-top: 150lvh;
  padding-left: var(--pd-left);
  padding-right: var(--pd-right);
}
#campaign.has-stage-title .section-inner .js-sec-title,
#plan.has-stage-title .section-inner .js-sec-title {
  display: none;
}

/* ／ 共用 #campaign #plan */
/* 東福寺について */
#campaign .section-inner {
  background: var(--col-light-yellow-gray);
}
#campaign .section-inner .content_wrap {
  padding-block: 40px 60px;
}
#campaign .section-inner .content_wrap .main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#campaign .section-inner .content_wrap .main_content .lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
#campaign .section-inner .content_wrap .sub_content {
  margin: 40px auto 0;
  padding: 14px;
  background: var(--col-light-brown);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#campaign .section-inner .content_wrap .sub_content .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: left;
}
#campaign .section-inner .content_wrap .sub_content .text_wrap .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.16;
}
#campaign .section-inner .content_wrap .sub_content .text_wrap .lead {
  font-size: 12px;
  line-height: 1.8;
}

/* ／ 東福寺について */
/* リスト共通 */
.common_plan_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 4px;
  margin-inline: calc(-1 * var(--pd-left)) -13px;
}
.common_plan_list_wrap > li {
  background: var(--col-light-yellow);
  width: calc((100% - 4px) / 2);
  text-align: left;
  padding: 0 12px 12px;
  position: relative;
}
.common_plan_list_wrap > li .plan_img {
  margin-inline: -12px;
  aspect-ratio: 156/203;
  display: block;
  position: relative;
}
.common_plan_list_wrap > li .plan_img > figure {
  aspect-ratio: 156/203;
  display: block;
  position: relative;
}
.common_plan_list_wrap > li .plan_img figcaption {
  position: absolute;
  font-weight: 500;
  bottom: 4px;
  right: 6px;
  font-size: 9px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0, 0, 0), -1px 1px 3px rgb(0, 0, 0), -1px -1px 3px rgb(0, 0, 0), 1px -1px 3px rgb(0, 0, 0), 1px 1px 4px rgb(0, 0, 0), -1px 1px 4px rgb(0, 0, 0), -1px -1px 4px rgb(0, 0, 0), 1px -1px 4px rgb(0, 0, 0);
}
.common_plan_list_wrap > li .plan_img figcaption.kome {
  text-indent: -1em;
  padding-left: 1em;
}
.common_plan_list_wrap > li .plan_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: inherit;
}
.common_plan_list_wrap > li .plan_img .icon {
  position: absolute;
  bottom: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 2px;
  overflow: clip;
}
.common_plan_list_wrap > li .plan_title {
  font-size: 14px;
  line-height: 1.6;
  margin-block: 12px 8px;
  padding-bottom: 7px;
  border-bottom: solid 1px var(--col-light-gray);
}
.common_plan_list_wrap > li .plan_title .plan_place {
  display: block;
  font-size: 11px;
}
.common_plan_list_wrap > li .plan_schedule {
  position: relative;
  padding-left: 17px;
  font-size: 10px;
  line-height: 1.6;
}
.common_plan_list_wrap > li .plan_schedule span {
  display: inline-block;
}
.common_plan_list_wrap > li .plan_schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 18px;
  background: var(--col-base-black);
  -webkit-mask-image: url(../_img/icon_calendar.svg);
          mask-image: url(../_img/icon_calendar.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.common_plan_list_wrap > li a.plan_link {
  font-size: 12px;
  line-height: 1.6;
  color: var(--col-base-red);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  margin: 12px -4px 0;
  padding: 0 21px 0 4px;
}
.common_plan_list_wrap > li a.plan_link:hover {
  background-color: var(--col-transp-red);
}
.common_plan_list_wrap > li a.plan_link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.common_plan_list_wrap > li a.plan_link .plan_link_inner {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common_plan_list_wrap > li a.plan_link .plan_link_inner::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: -17px;
  display: block;
  width: 13px;
  height: 13px;
  background: var(--col-base-red);
  -webkit-mask-image: url(../_img/icon_blankwindow_mini.svg);
          mask-image: url(../_img/icon_blankwindow_mini.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* ／ リスト共通 */
/* 秋の東福寺をめぐる */
#plan {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
#plan .section-inner {
  padding-bottom: 0 !important;
  width: 100%;
  background-color: var(--col-light-beige);
}
#plan .section-inner .content_wrap {
  padding-block: 40px 240px;
  position: relative;
}
#plan .section-inner .content_wrap::after {
  content: "";
  position: absolute;
  bottom: -50lvh;
  left: calc(-50vw + 50%);
  display: block;
  width: 100%;
  height: 50lvh;
  background: var(--col-light-beige);
}
#plan .section-inner .content_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  --pd-btm: 16;
  --mg-btm: 40;
  --col-underline: var(--col-brown);
}
#plan .section-inner .content_wrap .title::after {
  width: calc(100% - 0.7em);
}
#plan .section-inner .content_wrap .title .sp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plan .section-inner .content_wrap .btn_wrap {
  margin-block: 40px 60px;
}
#plan .section-inner .content_wrap .alert_wrap {
  padding: 24px 0 0;
  margin-right: calc((var(--pd-right) - 24px) * -1);
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
#plan .section-inner .content_wrap .alert_wrap > p {
  padding-left: 1em;
  text-indent: -1em;
}

/* ／ 秋の東福寺をめぐる */
/* MAP */
#map {
  background-color: var(--col-light-yellow);
  margin-right: calc(-1 * var(--pd-right));
  padding: 0 24px 40px;
}
#map .map_title {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.16em;
  padding: 24px 16px;
  background: var(--col-brown);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}
#map .map_lead {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-right: 72px;
  margin-bottom: 12px;
}
#map picture.map_img {
  display: block;
  position: relative;
  margin: 0 -24px;
  aspect-ratio: 860/860;
}
#map picture.map_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: inherit;
}

/* ／ MAP */
/* 秋の京都を楽しむ */
#enjoy .red_bg {
  background: var(--col-base-red);
  padding: 60px 0;
}
#enjoy .beige_bg {
  background: var(--col-light-yellow-gray);
  padding: 60px 0;
}
#enjoy .white_bg {
  background: #fff;
  padding: 60px 0;
}
#enjoy .content_wrap.enjoy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#enjoy .content_wrap.enjoy_wrap .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
#enjoy .content_wrap.enjoy_wrap .title_wrap .title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: -0.2em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  direction: rtl;
  z-index: 10;
}
#enjoy .content_wrap.enjoy_wrap .title_wrap .title_img {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#enjoy .content_wrap.enjoy_wrap .lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-left: var(--pd-left);
  padding-right: var(--pd-right);
  text-align: left;
  color: #fff;
}
#enjoy .content_wrap.enjoy_wrap .lead_wrap .lead {
  font-size: 16px;
  line-height: 2;
}
#enjoy .content_wrap.enjoy_wrap .lead_wrap .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#enjoy .content_wrap.enjoy_wrap .lead_wrap .link_wrap li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 13px 16px;
  border-bottom: solid 1px #fff;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  position: relative;
}
#enjoy .content_wrap.enjoy_wrap .lead_wrap .link_wrap li a:hover {
  background: var(--col-transp-white);
}
#enjoy .content_wrap.enjoy_wrap .lead_wrap .link_wrap li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_mini.svg);
          mask-image: url(../_img/icon_arrow_mini.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#enjoy .content_wrap#plan_set_inner {
  padding-inline: var(--pd-left) var(--pd-right);
}
#enjoy .content_wrap#sp_event_inner {
  padding-inline: var(--pd-left) var(--pd-right);
}
#enjoy .content_wrap#sp_event_inner .title {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-align: left;
  color: var(--col-base-red);
  margin-bottom: 40px;
}
#enjoy .content_wrap#plan_set_inner .title_wrap .title {
  --mg-btm: 32;
  --col-underline: var(--col-base-red);
}
#enjoy .content_wrap#plan_set_inner .title_wrap .title_lead {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-bottom: 40px;
}
#enjoy .content_wrap#plan_set_inner .icon_example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 30px;
  width: calc(100% + var(--pd-left) + 13px);
  font-size: 14px;
  line-height: 1.8;
  margin-left: calc(var(--pd-left) * -1);
  margin-right: -13px;
  margin-bottom: 16px;
  border: solid 1px var(--col-base-red);
  border-inline: none;
  padding: 8px 0;
}
#enjoy .content_wrap#plan_set_inner .icon_example li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#enjoy .content_wrap#plan_set_inner .icon_example li img {
  width: 30px;
}
#enjoy .content_wrap#plan_set_inner .common_plan_list_wrap > li {
  background: #fff;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap {
  margin-block: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.4;
  color: var(--col-base-red);
  margin: auto;
  position: relative;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop::before, #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: -12px;
  display: block;
  width: 1px;
  height: 18px;
  background: var(--col-base-red);
  rotate: -30deg;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop::after {
  left: auto;
  right: -12px;
  rotate: 30deg;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn {
  position: relative;
  width: 100%;
  background: #fff;
  border: solid 2px var(--col-base-red);
  padding: 16px;
  color: var(--col-base-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn .bold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  font-size: 18px;
  line-height: 1.4;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn .regular {
  font-size: 14px;
  line-height: 1.4;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background: var(--col-base-red);
  -webkit-mask-image: url(../_img/icon_blankwindow.svg);
          mask-image: url(../_img/icon_blankwindow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn:hover {
  background: var(--col-base-red);
  color: #fff;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn:hover::after {
  background: #fff;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: var(--col-brown);
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -5px;
  padding: 20px 20px 48px;
  position: relative;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in, outline 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in, outline 0.2s ease-in;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: calc(50% - 16px);
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_coupon.svg);
          mask-image: url(../_img/icon_arrow_coupon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 12px;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .heijitsu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  line-height: 1.4;
  border: solid 1px #fff;
  padding: 0px 7px;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap > span {
  width: 100%;
  height: auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  font-size: 0;
  margin: auto;
  transition: background 0.2s ease-in;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap .title01 {
  aspect-ratio: 139/21;
  max-width: 139px;
  -webkit-mask-image: url(../_img/coupon_bnr_title01.svg);
          mask-image: url(../_img/coupon_bnr_title01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap .title02 {
  aspect-ratio: 200/21;
  max-width: 200px;
  -webkit-mask-image: url(../_img/coupon_bnr_title02.svg);
          mask-image: url(../_img/coupon_bnr_title02.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1.4;
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover {
  background: #fff;
  color: var(--col-brown);
  outline-color: var(--col-brown);
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover::after {
  background: var(--col-brown);
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover .heijitsu {
  border-color: var(--col-brown);
}
#enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover .title_wrap > span {
  background: var(--col-brown);
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup {
  margin-block: 40px 0;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap .bnr_pop {
  color: var(--col-base-black);
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap .bnr_pop::before, #enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap .bnr_pop::after {
  background: var(--col-base-black);
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap a.bnr_btn {
  border: solid 2px var(--col-green-luup);
  padding: 10px;
  color: var(--col-green-luup);
  gap: 7px;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap a.bnr_btn .bold {
  font-size: 16px;
  line-height: 1.1;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap a.bnr_btn::after {
  background: var(--col-green-luup);
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap a.bnr_btn:hover {
  background: var(--col-green-luup);
  color: #fff;
}
#enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap a.bnr_btn:hover::after {
  background: #fff;
}
#enjoy .content_wrap#sp_event_inner {
  padding-inline: var(--pd-left) 48px;
}
#enjoy .content_wrap#sp_event_inner .event_wrap {
  width: calc(100% + 24px);
  margin-left: calc(-1 * var(--pd-left));
  padding: 30px 24px 40px;
}
#enjoy .content_wrap#sp_event_inner .event_wrap .inner_title + .lead {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-bottom: 40px;
}
#enjoy .content_wrap#sp_event_inner .event_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#enjoy .content_wrap#sp_event_inner #lightup {
  background: var(--col-dark-blue) url(../_img/lightup_bg-sp@2x.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
}
#enjoy .content_wrap#sp_event_inner #lightup .inner_title {
  color: #fff;
  --col-underline: #c79f34;
}
#enjoy .content_wrap#sp_event_inner #lightup .inner_title + .lead {
  color: #fff;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 40px;
  -webkit-filter: drop-shadow(0px 0px 14px #0c1e5c);
          filter: drop-shadow(0px 0px 14px #0c1e5c);
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .img_wrap figure.img {
  position: relative;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .img_wrap figure.img figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 9px;
  line-height: 1;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .img_wrap .img_name {
  margin-top: 8px;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow {
  width: 38px;
  height: 38px;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-prev, #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-next {
  left: 0;
  z-index: 10;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-prev::before, #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  -webkit-mask-image: url(../_img/icon_slick_arrow_right.svg);
          mask-image: url(../_img/icon_slick_arrow_right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-prev.slick-disabled, #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-next.slick-disabled {
  pointer-events: none;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-prev.slick-disabled::before, #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-next.slick-disabled::before {
  opacity: 0.5;
}
@media (hover: hover) {
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-prev:hover::before, #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-next:hover::before {
    background: var(--col-base-red);
  }
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-prev {
  scale: -1 1;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  margin-bottom: 5.5px;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li button:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: calc(infinity * 1px);
  top: calc(50% - 2.5px);
  left: calc(50% - 2.5px);
  background: #fff;
  opacity: 0.5;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
#enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#enjoy .content_wrap#sp_event_inner #tokyo_sta {
  margin-top: 40px;
  background: var(--col-light-yellow-gray);
}
#enjoy .content_wrap#sp_event_inner #tokyo_sta .inner_title {
  color: var(--col-base-black);
  --col-underline: var(--col-base-red);
}
#enjoy .content_wrap#sp_event_inner #hankei {
  margin-top: 40px;
  padding-bottom: 0;
}
#enjoy .content_wrap#sp_event_inner #hankei .inner_title {
  color: var(--col-base-black);
  --col-underline: var(--col-base-red);
}
#enjoy .content_wrap#sp_event_inner #hankei .inner_title + .lead {
  margin-bottom: 8px;
}
#enjoy .content_wrap#sp_event_inner #hankei .inner_title + .lead + a.link {
  font-size: 14px;
  line-height: 2;
  color: var(--col-base-red);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 34px 0 4px;
  margin: 0 -4px;
  margin-bottom: 32px;
  border-bottom: solid 1px var(--col-base-red);
  position: relative;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#enjoy .content_wrap#sp_event_inner #hankei .inner_title + .lead + a.link::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: var(--col-base-red);
  display: block;
  -webkit-mask-image: url(../_img/icon_blankwindow.svg);
          mask-image: url(../_img/icon_blankwindow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#enjoy .content_wrap#sp_event_inner #hankei .inner_title + .lead + a.link:hover {
  background: var(--col-transp-red);
}
#enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
#enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .img_wrap > picture {
  width: 50%;
}
#enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .img_wrap > picture:nth-child(2) {
  outline: 1px solid var(--col-light-gray);
}
#enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .lead_wrap .lead {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
#enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap {
  background: var(--col-light-yellow-gray);
  border-radius: 8px;
  margin: 40px auto 0;
  padding: 24px 16px;
  color: var(--col-base-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
#enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap > figure {
  width: 100px;
  margin: auto;
  display: block;
  overflow: clip;
  border-radius: calc(infinity * 1px);
  -webkit-box-shadow: 2.7px 2.7px 10.7px rgba(0, 0, 0, 0.25);
          box-shadow: 2.7px 2.7px 10.7px rgba(0, 0, 0, 0.25);
}
#enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap .sticker_lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  line-height: 1.8;
}
#enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap .sticker_lead_wrap .sticker_title {
  font-size: 20px;
  border-bottom: solid 2px var(--col-base-red);
}
#enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap .sticker_lead_wrap .sticker_notes {
  margin-top: 16px;
}
#enjoy .content_wrap#sp_event_inner .autumn_info_wrap {
  margin-top: 60px;
}
#enjoy .content_wrap#sp_event_inner #autumn_info {
  background: #bbb;
  width: calc(100% + 48px + 24px);
  height: 480px;
  margin-right: -48px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#enjoy .content_wrap#sp_event_inner #autumn_info .bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#enjoy .content_wrap#sp_event_inner #autumn_info .bg_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#enjoy .content_wrap#sp_event_inner #autumn_info .autumun_title_wrap {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
#enjoy .content_wrap#sp_event_inner #autumn_info .autumun_title_wrap .inner_title {
  font-size: 24px;
  list-style: 1.5;
  color: #fff;
}
#enjoy .content_wrap#sp_event_inner #autumn_info .autumun_title_wrap .btn {
  display: block;
  background-color: #fff;
  width: 272px;
  height: 56px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--col-base-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px var(--col-base-red);
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
#enjoy .content_wrap#sp_event_inner #autumn_info .autumun_title_wrap .btn:hover {
  color: #fff;
  background: var(--col-base-red);
  border-color: #fff;
}

/* ／ 秋の京都を楽しむ */
#cm {
  background: var(--col-light-yellow-gray);
  padding: 60px 24px 80px;
}
#cm .title {
  color: var(--col-base-black);
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1;
  margin: 0 auto 24px;
}
#cm .title2nd {
  font-size: 18px;
  margin-bottom: 8px;
}
#cm .youtube_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
#cm .youtube_wrap .title2nd {
  color: var(--col-base-red);
}
#cm .youtube_wrap .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link {
  cursor: pointer;
}
#cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link picture {
  position: relative;
  display: block;
}
#cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link picture::before, #cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link picture::after {
  content: "";
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  display: block;
  width: 64px;
  height: 64px;
}
#cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link picture::before {
  border: solid 1px #fff;
  border-radius: calc(infinity * 1px);
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
#cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link picture::after {
  background: #fff;
  -webkit-mask-image: url(../_img/icon_youtube_play.svg);
          mask-image: url(../_img/icon_youtube_play.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link picture:hover::before {
  border-color: var(--col-base-red);
}
#cm .youtube_wrap .inner_wrap .inner_wrap2 a.youtube_link picture:hover::after {
  background: var(--col-base-red);
}
#cm .youtube_wrap .list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#cm .youtube_wrap .list li a {
  display: block;
  width: 200px;
  height: 44px;
  border: solid 1px var(--col-base-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#cm .youtube_wrap .list li a > span {
  display: block;
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--col-base-red);
}
#cm .youtube_wrap .list li a > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--col-base-red);
  -webkit-mask-image: url(../_img/icon_spot.svg);
          mask-image: url(../_img/icon_spot.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#cm .youtube_wrap .list li a:hover {
  background: var(--col-transp-red);
}
#cm .poster_wrap {
  padding-top: 40px;
}
#cm .poster_wrap .title2nd {
  margin-bottom: 16px;
}
#cm .poster_wrap .lead_wrap {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: left;
  padding-right: 32px;
}
#cm .poster_wrap .lead_wrap p {
  font-size: 15px;
  line-height: 1.6;
}
#cm .poster_wrap .lead_wrap p:nth-child(2) {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
#cm .poster_wrap .lead_wrap > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  color: var(--col-base-red);
  display: block;
  margin: -2px 16px -2px -4px;
  padding: 2px 24px 2px 4px;
  position: relative;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#cm .poster_wrap .lead_wrap > a:hover {
  background: var(--col-transp-red);
}
#cm .poster_wrap .lead_wrap > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--col-base-red);
  -webkit-mask-image: url(../_img/icon_arrow_next.svg);
          mask-image: url(../_img/icon_arrow_next.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

/* おすすめ情報 */
#recommend {
  background: #fff;
  padding: 60px 24px 60px;
}
#recommend .content_wrap .title {
  color: var(--col-base-black);
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1;
  margin: 0 auto 24px;
}
#recommend .content_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#recommend .content_wrap .list a figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.6;
}
#recommend .content_wrap .list a figure picture {
  overflow: hidden;
  aspect-ratio: 295/171;
}
#recommend .content_wrap .list a figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#recommend .content_wrap .list a figure figcaption {
  text-align: left;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#recommend .content_wrap .list a:hover picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#recommend .content_wrap .list a:hover figcaption {
  color: var(--col-base-red);
}

/* ／ おすすめ情報 */
/* 下部注意書き*/
.notes.section {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin: auto;
  background-color: #fff;
  position: relative;
}
.notes.section::before, .notes.section::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.notes.section::after {
  top: auto;
  bottom: -1px;
}
.notes.section p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ／ 下部注意書き*/
/* 固定バナー */
.fixed_bnr_wrap {
  display: none;
}
.fixed_bnr_wrap.active {
  display: block;
}

.fixed_bnr_wrap {
  position: fixed;
  bottom: 20px;
  right: 32px;
  z-index: 1000;
  width: calc(100% - 64px);
  max-width: 311px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.fixed_bnr_wrap a {
  border: solid 1px #fff;
  background-color: #000;
  border-radius: 5px;
  display: block;
  -webkit-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  overflow: hidden;
}
.fixed_bnr_wrap a img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.fixed_bnr_wrap a:hover img {
  opacity: 0.75;
}
.fixed_bnr_wrap input[type=checkbox] {
  display: none;
}
.fixed_bnr_wrap input[type=checkbox] + label {
  cursor: pointer;
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.fixed_bnr_wrap input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_x_fixed_bnr.svg);
          mask-image: url(../_img/icon_x_fixed_bnr.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media (hover: hover) {
  .fixed_bnr_wrap input[type=checkbox] + label:hover {
    background: var(--col-base-red);
  }
}
.fixed_bnr_wrap:has(input:checked) {
  -webkit-transform: translateX(calc(32px + 100% + 10px));
          transform: translateX(calc(32px + 100% + 10px));
}

/* ／ 固定バナー */
/* モーダル*/
.remodal-wrapper {
  padding: 16px 16px 0;
}
.remodal-wrapper:has(.modal_cm) {
  padding: 0;
  overflow: hidden;
}

.remodal.section.modal_cm {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  pointer-events: none;
}
.remodal.section.modal_cm .wrap {
  width: 100%;
  height: calc(100vh - 188px);
  display: grid;
  place-items: center;
}
.remodal.section.modal_cm .wrap iframe,
.remodal.section.modal_cm .wrap .iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  background: transparent;
  pointer-events: all;
}
.remodal.section.modal_cm .wrap .close_btn {
  cursor: pointer;
  pointer-events: all;
  position: fixed;
  bottom: 0;
  left: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  background-color: var(--col-base-red);
  border-radius: 50%;
  font-size: 0;
  z-index: 100;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.remodal.section.modal_cm .wrap .close_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 5.5px);
  display: block;
  width: 11px;
  height: 11px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_x.svg);
          mask-image: url(../_img/icon_x.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.remodal.section.modal_cm .wrap .close_btn:hover {
  background-color: #fff;
}
.remodal.section.modal_cm .wrap .close_btn:hover::after {
  background: var(--col-base-red);
}

.remodal {
  max-width: 740px;
}

.remodal-wrapper .remodal#modal_tokyo_sta,
.remodal-wrapper .remodal#modal_coupon {
  -webkit-transform: none;
          transform: none;
}
.remodal-wrapper.remodal-is-closed .remodal#modal_tokyo_sta > .close_btn,
.remodal-wrapper.remodal-is-closed .remodal#modal_coupon > .close_btn {
  opacity: 0;
}
.remodal-wrapper.remodal-is-opened .remodal#modal_tokyo_sta > .close_btn,
.remodal-wrapper.remodal-is-opened .remodal#modal_coupon > .close_btn {
  opacity: 1;
}

.remodal-wrapper:has(#modal_tokyo_sta, #modal_coupon) {
  padding-block: 30px 104px;
}

.remodal#modal_tokyo_sta,
.remodal#modal_coupon {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}
.remodal#modal_tokyo_sta .close_btn,
.remodal#modal_coupon .close_btn {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  pointer-events: all;
  position: fixed;
  bottom: 40px;
  left: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  background-color: var(--col-base-red);
  border: solid 1px var(--col-base-red);
  border-radius: 50%;
  font-size: 0;
  z-index: 100;
  -webkit-transition: opacity 0.01s ease-out, background 0.2s ease-in;
  transition: opacity 0.01s ease-out, background 0.2s ease-in;
}
.remodal#modal_tokyo_sta .close_btn::after,
.remodal#modal_coupon .close_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 5.5px);
  display: block;
  width: 11px;
  height: 11px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_x.svg);
          mask-image: url(../_img/icon_x.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.remodal#modal_tokyo_sta .close_btn:hover,
.remodal#modal_coupon .close_btn:hover {
  background-color: #fff;
}
.remodal#modal_tokyo_sta .close_btn:hover::after,
.remodal#modal_coupon .close_btn:hover::after {
  background: var(--col-base-red);
}
.remodal#modal_tokyo_sta .contents,
.remodal#modal_coupon .contents {
  width: 100%;
  height: auto;
  padding: 24px;
  background-color: #fff;
}
.remodal#modal_tokyo_sta .contents .close_btn,
.remodal#modal_coupon .contents .close_btn {
  display: none;
}
.remodal#modal_tokyo_sta .contents h2,
.remodal#modal_coupon .contents h2 {
  font-size: 24px;
}
.remodal#modal_tokyo_sta .contents .wrap,
.remodal#modal_coupon .contents .wrap {
  min-height: 200px;
}

.remodal#modal_coupon .contents {
  width: 100%;
  height: auto;
  padding: 24px 24px 44px;
  background-color: #fff;
}
.remodal#modal_coupon .contents .close_btn {
  display: none;
}
.remodal#modal_coupon .contents h3 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
}
.remodal#modal_coupon .contents h3 .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.remodal#modal_coupon .contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
  text-align: left;
}
.remodal#modal_coupon .contents .wrap h4 {
  color: var(--col-base-red);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: normal;
}
.remodal#modal_coupon .contents .wrap .kome {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  color: var(--col-gray-blue);
}
.remodal#modal_coupon .contents .wrap .detail_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  gap: 8px;
}
.remodal#modal_coupon .contents .wrap .detail_wrap dl dt h4 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: -4px;
}
.remodal#modal_coupon .contents .wrap .detail_wrap dl dd {
  line-height: 1.8;
}
.remodal#modal_coupon .contents .wrap .detail_wrap dl dd .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.remodal#modal_coupon .contents .wrap .detail_wrap dl dd .kome {
  margin-top: 4px;
}
.remodal#modal_coupon .contents .wrap .detail_wrap a.common_btn_base {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px;
  border: solid 1px var(--col-base-red);
  margin: 20px auto 0;
  max-width: 272px;
}
.remodal#modal_coupon .contents .wrap .target_items,
.remodal#modal_coupon .contents .wrap .howto {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.remodal#modal_coupon .contents .wrap .target_items::before,
.remodal#modal_coupon .contents .wrap .howto::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.remodal#modal_coupon .contents .wrap .target_items .kuromaru_lisi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 1.8;
}
.remodal#modal_coupon .contents .wrap .target_items .kuromaru_lisi li {
  position: relative;
  padding-left: 1em;
}
.remodal#modal_coupon .contents .wrap .target_items .kuromaru_lisi li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1.8em;
}
.remodal#modal_coupon .contents .wrap .target_items .kome {
  margin-top: -12px;
}
.remodal#modal_coupon .contents .wrap .howto .lead {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}
.remodal#modal_coupon .contents .wrap .howto .notes_title {
  color: var(--col-gray-blue);
  font-size: 14px;
  line-height: 1.6;
}
.remodal#modal_coupon .contents .wrap .howto .notes_list {
  margin: -8px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

/* ／ モーダル*/
/* アニメーション */
picture.animation {
  overflow: hidden;
  display: block;
}
picture.animation img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
picture.animation.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.animation.slide_in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.animation.slide_in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 768px;
  }
  .footer {
    z-index: 1000;
  }
  .footer .s-footer .inner {
    max-width: 1080px !important;
    width: 100% !important;
  }
  .footer .s-footer-links .inner {
    max-width: 1080px !important;
    width: 100% !important;
  }
  .section {
    /* 共通見出し下部破線ベース */
    /* ／ 共通見出し下部破線ベース */
    /* 共通ボタンベース */
    /* 共通ボタンベース */
    /* ずれラップ */
    /* ／ ずれラップ */
  }
  .section .common_underline {
    --pd-btm: 16;
    --mg-btm: 0;
    font-size: 30px;
    padding-bottom: calc(var(--pd-btm) * 1px + 8px);
  }
  .section .common_underline .sub {
    font-size: 24px;
  }
  .section .common_underline::after {
    height: 8px;
    background-image: linear-gradient(to right, var(--col-underline), var(--col-underline) 2px, transparent 2px, transparent 6px);
    background-size: 6px 8px;
  }
  .section a.common_btn_base {
    width: 336px;
    padding: 17px 0;
    margin: auto;
  }
  .section .common_zure_wrap {
    margin: auto;
    padding: 0;
  }
  :root {
    /*両側の共通padding*/
    --pd-left: 16px;
    --pd-right: 16px;
  }
  /*下部バナーエリア*/
  #banner-sec {
    padding-block: 80px 80px;
  }
  #banner-sec .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8px;
  }
  #banner-sec .wrap a {
    max-width: 245px;
  }
  /*MV*/
  #mainvisual .mv_pin .title_wrap .title {
    top: 28.375lvh;
    right: 11%;
    width: 17.7857142857%;
  }
  #mainvisual .mv_pin .lead_wrap,
  #mainvisual .mv_pin .lead_wrap_clone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13.6363636364vw;
  }
  /*／MV*/
  /* MV内header */
  /* ／ MV内header */
  /*固定ナビ*/
  /*／固定ナビ*/
  /* 固定タイトル設置用 */
  /* ／ 固定タイトル設置用 */
  /* 東福寺について */
  /* ／ 東福寺について */
  /* リスト共通 */
  /* ／ リスト共通 */
  /* 秋の東福寺をめぐる */
  /* ／ 秋の東福寺をめぐる */
  /* MAP */
  /* ／ MAP */
  /* 秋の京都を楽しむ */
  /* ／ 秋の京都を楽しむ */
  /* おすすめ情報 */
  /* ／ おすすめ情報 */
  /* 下部注意書き*/
  /* ／ 下部注意書き*/
  /* 固定バナー */
  /* ／ 固定バナー */
  /* モーダル*/
  /* ／ モーダル*/
  /* ／pc end */
}
@media screen and (min-width: 769px) and (min-width: 880px) {
  #mainvisual .mv_pin .lead_wrap,
  #mainvisual .mv_pin .lead_wrap_clone {
    gap: 180px;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual .mv_pin .lead_wrap .lead_title,
  #mainvisual .mv_pin .lead_wrap_clone .lead_title {
    font-size: 5.4545454545vw;
    letter-spacing: 0.16em;
  }
}
@media screen and (min-width: 769px) and (min-width: 880px) {
  #mainvisual .mv_pin .lead_wrap .lead_title,
  #mainvisual .mv_pin .lead_wrap_clone .lead_title {
    font-size: 48px;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual .mv_pin .lead_wrap .lead,
  #mainvisual .mv_pin .lead_wrap_clone .lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1040px) {
  #mainvisual .mv_pin .nav_wrap {
    padding: 0 0;
  }
  #mainvisual .mv_pin .nav_wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    gap: 32px 16px;
  }
  #mainvisual .mv_pin .nav_wrap ul li {
    width: calc((100% - 48px) / 4);
  }
  #mainvisual .mv_pin .nav_wrap ul li a {
    font-size: 20px;
  }
  #mainvisual .mv_pin .nav_wrap ul li a.sub_category {
    font-size: 16px;
  }
  #mainvisual .mv_pin .nav_wrap ul li.half {
    width: calc((100% - 48px) / 4);
    margin-top: 0;
  }
  #mainvisual .mv_pin .nav_wrap ul + p {
    -ms-flex-item-align: start;
        align-self: start;
    margin: auto;
    margin-top: 22.5lvh;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual .title_wrap .logo {
    max-width: 1080px;
    margin: auto;
    padding: 16px 12px;
  }
  #mainvisual .title_wrap .logo > a {
    width: 60px;
  }
  #nav-sec nav input + label + .menu {
    width: 304px;
    padding: 60px 24px 0;
  }
  #titleStage .slideContent .fixed_title_wrap h3.campaign_title {
    gap: 22px;
    font-size: 48px;
    padding-top: 4px;
  }
  #titleStage .slideContent .fixed_title_wrap h3.campaign_title > span {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-top: -4px;
  }
  #titleStage .slideContent .fixed_title_wrap h3.plan_title {
    gap: 24px;
    font-size: 48px;
    letter-spacing: 0.21em;
  }
  #campaign .section-inner .content_wrap {
    padding-block: 80px 120px;
    max-width: 936px;
  }
  #campaign .section-inner .content_wrap .main_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  #campaign .section-inner .content_wrap .main_content .title {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  #campaign .section-inner .content_wrap .main_content .lead_wrap {
    margin-top: 8px;
    gap: 32px;
    font-size: 16px;
  }
  #campaign .section-inner .content_wrap .sub_content {
    margin: 80px auto 0;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  #campaign .section-inner .content_wrap .sub_content picture {
    width: 39.6788990826%;
  }
  #campaign .section-inner .content_wrap .sub_content .text_wrap {
    width: 60.3211009174%;
  }
  #campaign .section-inner .content_wrap .sub_content .text_wrap .title {
    font-size: 24px;
  }
  #campaign .section-inner .content_wrap .sub_content .text_wrap .lead {
    font-size: 14px;
  }
  .common_plan_list_wrap {
    gap: 30px;
    margin-inline: auto;
  }
  .common_plan_list_wrap > li {
    width: calc((100% - 60px) / 3);
    padding: 0 16px 12px;
  }
  .common_plan_list_wrap > li .plan_img {
    margin-inline: -16px;
    aspect-ratio: 340/227;
  }
  .common_plan_list_wrap > li .plan_img > figure {
    aspect-ratio: 340/227;
  }
  .common_plan_list_wrap > li .plan_img figcaption {
    bottom: 6px;
    right: 8px;
    font-size: 10px;
  }
  .common_plan_list_wrap > li .plan_title {
    font-size: 16px;
  }
  .common_plan_list_wrap > li .plan_schedule {
    font-size: 12px;
  }
  .common_plan_list_wrap > li .plan_schedule span {
    display: inline-block;
  }
  .common_plan_list_wrap > li .plan_schedule::before {
    top: 1px;
  }
  #plan .section-inner .content_wrap {
    padding-block: 80px 320px;
  }
  #plan .section-inner .content_wrap .title::after {
    width: 100%;
  }
  #plan .section-inner .content_wrap .title .sp_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 769px) and (min-width: 900px) {
  #plan .section-inner .content_wrap .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  #plan .section-inner .content_wrap .btn_wrap {
    margin-block: 60px 120px;
  }
  #plan .section-inner .content_wrap .alert_wrap {
    padding: 40px 0 0;
    margin-right: 0;
    text-align: center;
  }
  #map {
    margin-right: auto;
    padding: 0 0 80px;
  }
  #map .map_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    max-width: 866px;
    margin: 0 auto 24px;
  }
  #map .map_title {
    font-size: 30px;
    line-height: 1.6;
    padding: 32px 0;
    width: 213px;
    margin-bottom: 32px;
  }
  #map .map_lead {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 40px;
  }
  #map picture.map_img {
    display: block;
    position: relative;
    max-width: 860px;
    margin-inline: auto;
  }
  #enjoy .red_bg {
    padding: 80px 16px 120px;
  }
  #enjoy .beige_bg {
    padding: 80px 16px 120px;
  }
  #enjoy .white_bg {
    padding: 80px 16px 120px;
  }
  #enjoy .content_wrap.enjoy_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
  #enjoy .content_wrap.enjoy_wrap .title_wrap {
    display: block;
    position: relative;
    width: calc(100% - 262px - 80px);
  }
  #enjoy .content_wrap.enjoy_wrap .title_wrap .title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 48px;
    letter-spacing: 0.2em;
    gap: 24px;
  }
  #enjoy .content_wrap.enjoy_wrap .title_wrap .title_img {
    margin-top: 92px;
    margin-left: 18.9701897019%;
    max-width: 80.216802168%;
  }
  #enjoy .content_wrap.enjoy_wrap .lead_wrap {
    width: 262px;
    gap: 60px;
    padding: 92px 0 0;
  }
  #enjoy .content_wrap.enjoy_wrap .lead_wrap .lead {
    line-height: 2.4;
  }
  #enjoy .content_wrap.enjoy_wrap .lead_wrap .link_wrap li a {
    padding: 10px 16px;
  }
  #enjoy .content_wrap#plan_set_inner {
    padding-inline: 0;
  }
  #enjoy .content_wrap#sp_event_inner {
    padding-inline: 0;
  }
  #enjoy .content_wrap#sp_event_inner .title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 80px;
  }
  #enjoy .content_wrap#plan_set_inner .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin: 0 auto 60px;
  }
  #enjoy .content_wrap#plan_set_inner .title_wrap .title {
    --mg-btm: 0;
    margin: 0;
  }
  #enjoy .content_wrap#plan_set_inner .title_wrap .title_lead {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    margin: 0;
  }
  #enjoy .content_wrap#plan_set_inner .icon_example {
    width: 100%;
    margin: 0 auto 30px;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap {
    margin-block: 60px 120px;
    gap: 84px;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap {
    gap: 24px;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop {
    font-size: 20px;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop::before, #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop::after {
    top: calc(50% - 10px);
    left: -16px;
    width: 2px;
    height: 20px;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap .bnr_pop::after {
    left: auto;
    right: -16px;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn {
    margin: auto;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn .bold {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em 10px;
    font-size: 24px;
    margin: auto;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap .bnr_wrap a.bnr_btn .regular {
    font-size: 16px;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn {
    padding: 24px;
    max-width: 806px;
    margin-inline: auto;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn::after {
    bottom: auto;
    top: calc(50% - 16px);
    left: auto;
    right: 46px;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    gap: 32px;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .heijitsu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: auto;
    margin: auto;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap > span {
    width: auto;
    height: auto;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap .title01 {
    aspect-ratio: 139/21;
    width: 153px;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .title_outer .title_wrap .title02 {
    aspect-ratio: 200/21;
    width: 221px;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn .lead_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 1.4;
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover {
    background: #fff;
    color: var(--col-brown);
    outline-color: var(--col-brown);
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover::after {
    background: var(--col-brown);
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover .heijitsu {
    border-color: var(--col-brown);
  }
  #enjoy .content_wrap#plan_set_inner .coupon_wrap a.coupon_btn:hover .title_wrap > span {
    background: var(--col-brown);
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap.luup {
    margin-block: 60px 0;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap a.bnr_btn {
    padding: 24px;
    gap: 12px;
  }
  #enjoy .content_wrap#plan_set_inner .btn_wrap.luup .bnr_wrap a.bnr_btn .bold {
    font-size: 24px;
    line-height: 1.4;
  }
  #enjoy .content_wrap#sp_event_inner {
    padding-inline: 0;
  }
  #enjoy .content_wrap#sp_event_inner .event_wrap {
    width: 100%;
    margin-left: auto;
    padding: 60px 40px;
  }
  #enjoy .content_wrap#sp_event_inner .event_wrap .inner_title {
    margin-inline: auto;
    margin-bottom: 40px;
  }
  #enjoy .content_wrap#sp_event_inner .event_wrap .inner_title + .lead {
    font-size: 16px;
    text-align: center;
  }
  #enjoy .content_wrap#sp_event_inner .event_wrap .btn_wrap {
    gap: 24px;
  }
  #enjoy .content_wrap#sp_event_inner #lightup {
    background: var(--col-dark-blue) url(../_img/lightup_bg.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .inner_title {
    margin-bottom: 32px;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer {
    max-width: 812px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    font-size: 20px;
    margin: 0 auto 60px;
    -webkit-filter: drop-shadow(0px 0px 20px #0c1e5c);
            filter: drop-shadow(0px 0px 20px #0c1e5c);
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .img_wrap {
    width: calc((100% - 24px) / 2);
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .img_wrap figure.img figcaption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 14px;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .img_wrap .img_name {
    margin-top: 12px;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-arrow {
    width: 54px;
    height: 54px;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots {
    gap: 0;
    margin-bottom: 13px;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li {
    width: 14px;
    height: 14px;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li button:before {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  #enjoy .content_wrap#sp_event_inner #lightup .img_wrap_outer .slick_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #enjoy .content_wrap#sp_event_inner #tokyo_sta {
    margin-top: 160px;
  }
  #enjoy .content_wrap#sp_event_inner #tokyo_sta .inner_title + .lead {
    margin-bottom: 60px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei {
    margin-top: 160px;
    padding: 0;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .inner_title {
    text-align: center;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .inner_title + .lead {
    margin-bottom: 8px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .inner_title + .lead + a.link {
    font-size: 16px;
    margin: 0 auto 40px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap {
    max-width: 936px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .img_wrap {
    width: calc(0.595890411 * (100% - 60px));
    gap: 7px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .lead_wrap {
    width: calc(0.404109589 * (100% - 60px));
  }
  #enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .lead_wrap .lead {
    font-size: 16px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .hankei_wrap .lead_wrap .btn_wrap .download {
    width: 100%;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap {
    border-radius: 32px;
    padding: 32px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 601px;
    margin: 60px auto 0;
    gap: 32px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap > figure {
    width: 150px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  }
  #enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap .sticker_lead_wrap {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap .sticker_lead_wrap .sticker_lead {
    text-align: left;
  }
  #enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap .sticker_lead_wrap .sticker_title {
    font-size: 24px;
    border-bottom: solid 2px var(--col-base-red);
  }
  #enjoy .content_wrap#sp_event_inner #hankei .sticker_wrap .sticker_lead_wrap .sticker_notes {
    font-size: 14px;
  }
  #enjoy .content_wrap#sp_event_inner .autumn_info_wrap {
    margin-top: 160px;
  }
  #enjoy .content_wrap#sp_event_inner #autumn_info {
    width: 100%;
    max-width: 936px;
    margin-inline: auto;
    height: 580px;
  }
  #enjoy .content_wrap#sp_event_inner #autumn_info .bg_img img {
    height: 580px;
  }
  #enjoy .content_wrap#sp_event_inner #autumn_info .autumun_title_wrap .inner_title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.2;
  }
  #enjoy .content_wrap#sp_event_inner #autumn_info .autumun_title_wrap .btn {
    width: 336px;
  }
  #cm {
    padding: 120px 0px 120px;
  }
  #cm .content_wrap {
    max-width: 800px;
  }
  #cm .title {
    font-size: 32px;
    line-height: 1.8;
    margin: 0 auto 40px;
  }
  #cm .title2nd {
    font-size: 24px;
    margin-bottom: 8px;
  }
  #cm .youtube_wrap {
    gap: 40px;
  }
  #cm .youtube_wrap .inner_wrap {
    gap: 32px;
  }
  #cm .youtube_wrap .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #cm .poster_wrap {
    padding-top: 80px;
  }
  #cm .poster_wrap .title2nd {
    margin-bottom: 40px;
  }
  #cm .poster_wrap .lead_wrap {
    margin: 32px auto 0;
  }
  #cm .poster_wrap .lead_wrap p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  #cm .poster_wrap .lead_wrap p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #recommend {
    padding: 120px 0;
  }
  #recommend .content_wrap .title {
    font-size: 32px;
    line-height: 1.8;
    margin: 0 auto 40px;
  }
  #recommend .content_wrap .list {
    max-width: 1004px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 32px;
  }
  #recommend .content_wrap .list li {
    width: calc((100% - 32px) / 2);
  }
  #recommend .content_wrap .list li a figure picture {
    aspect-ratio: 486/252;
  }
  .notes.section {
    text-align: right;
  }
  .notes.section p {
    max-width: 1004px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fixed_bnr_wrap {
    bottom: 30px;
    right: 30px;
    z-index: 100;
  }
  .fixed_bnr_wrap:has(input:checked) {
    -webkit-transform: translateX(calc(30px + 100% + 10px));
            transform: translateX(calc(30px + 100% + 10px));
  }
  .remodal-wrapper {
    padding: 16px 16px 0;
  }
  .remodal-wrapper:has(.modal_cm) {
    padding: 0;
  }
  .remodal.section.modal_cm {
    max-width: 1148px;
  }
  .remodal.section.modal_cm .wrap {
    width: 100%;
    height: auto;
  }
  .remodal.section.modal_cm .wrap .close_btn {
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    bottom: auto;
    left: auto;
    top: -65px;
    right: 0;
  }
  .remodal-wrapper .remodal#modal_tokyo_sta > .close_btn,
  .remodal-wrapper .remodal#modal_coupon > .close_btn {
    display: none !important;
  }
  .remodal-wrapper:has(#modal_tokyo_sta, #modal_coupon) {
    padding-block: 32px 32px;
  }
  .remodal#modal_tokyo_sta,
  .remodal#modal_coupon {
    max-width: 740px;
  }
  .remodal#modal_tokyo_sta .contents,
  .remodal#modal_coupon .contents {
    padding: 32px 40px;
  }
  .remodal#modal_tokyo_sta .contents .close_btn,
  .remodal#modal_coupon .contents .close_btn {
    opacity: 1;
    display: block;
    position: absolute;
    top: 12px;
    bottom: auto;
    left: auto;
    right: 10px;
  }
  .remodal#modal_tokyo_sta .contents h2,
  .remodal#modal_coupon .contents h2 {
    font-size: 30px;
  }
  .remodal#modal_tokyo_sta .contents .wrap,
  .remodal#modal_coupon .contents .wrap {
    min-height: 200px;
  }
  .remodal#modal_coupon .contents {
    padding: 32px 40px 56px;
  }
  .remodal#modal_coupon .contents h3 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .remodal#modal_coupon .contents h3 .title_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
  .remodal#modal_coupon .contents .wrap {
    gap: 49px;
  }
  .remodal#modal_coupon .contents .wrap .detail_wrap dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    gap: 8px 24px;
  }
  .remodal#modal_coupon .contents .wrap .detail_wrap dl dt {
    width: 6em;
  }
  .remodal#modal_coupon .contents .wrap .detail_wrap dl dt h4 {
    margin-bottom: auto;
  }
  .remodal#modal_coupon .contents .wrap .detail_wrap dl dd {
    width: calc(100% - 6em - 24px);
    line-height: 1.6;
  }
  .remodal#modal_coupon .contents .wrap .detail_wrap a.common_btn_base {
    margin: 24px auto 0;
  }
  .remodal#modal_coupon .contents .wrap .target_items::before,
  .remodal#modal_coupon .contents .wrap .howto::before {
    top: -24px;
  }
  .remodal#modal_coupon .contents .wrap .target_items .kuromaru_lisi {
    line-height: 1.6;
  }
  .remodal#modal_coupon .contents .wrap .target_items .kuromaru_lisi::before {
    line-height: 1.6;
  }
  .remodal#modal_coupon .contents .wrap .target_items .kome {
    margin-top: -8px;
  }
}/*# sourceMappingURL=style.css.map */