@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 {
  text-decoration: none;
}

a:link {
  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 {
  min-height: -webkit-fill-available;
}

body {
  background-color: var(--col-bg-base);
  min-height: -webkit-fill-available;
  --col-black: #696969;
  --col-black-bg: #0b0a05;
  --col-text-link: #1600d7;
  --col-green-ash: #566c56;
  --col-green-ash-light: #677b67;
  --col-pink: #d9406b;
  --col-gray-light: #d7d7d7;
  --col-bg-base: #f3f5f3;
  --col-gray: #828282;
}

.all_wrap {
  overflow: clip;
}

.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;
}

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

.zenmin {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.zenmin.bold,
.zenmin .bold {
  font-weight: 700;
}
.zenmin.black,
.zenmin .black {
  font-weight: 900;
}

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

header,
.section {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: normal;
  color: var(--col-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .regular,
.section .regular {
  font-weight: 400;
}
header .medium,
.section .medium {
  font-weight: 500;
}
header .semibold,
.section .semibold {
  font-weight: 600;
}
header .bold,
.section .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 {
  padding-inline: 16px;
  /* 共通ボタンベース */
  /* 共通ボタンベース */
}
.section .content_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sr_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*共通ロゴ*/
header {
  background-color: transparent;
}
header.l-header-wrap {
  z-index: 100;
  position: absolute;
  width: 100%;
}
header.l-header-wrap div {
  margin: 8px 12px 8px;
  text-align: left;
  width: calc(100% - 24px);
  line-height: 1;
}
header.l-header-wrap div img {
  height: auto;
  vertical-align: bottom;
  margin-left: 0;
  max-width: 48px;
}

/*／ 共通ロゴ*/
/* 下部バナーエリア*/
#banner-sec {
  padding: 0 16px;
  z-index: 10;
  background: var(--col-bg-base);
  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-inline: 0;
}
#mainvisual .wrap {
  display: grid;
  aspect-ratio: 375/550;
}
@media (min-width: 769px) {
  #mainvisual .wrap {
    aspect-ratio: 1400/800;
  }
}
#mainvisual .wrap > * {
  grid-area: 1/1;
}
#mainvisual figure {
  position: relative;
}
#mainvisual figure figcaption {
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  left: 8px;
  right: 48px;
  bottom: 8px;
  text-align: left;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.8));
}
#mainvisual .mv_img02 {
  opacity: 0;
  -webkit-animation-name: opacity_mv;
          animation-name: opacity_mv;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes opacity_mv {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity_mv {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#mainvisual h2 {
  position: relative;
  z-index: 3;
}

/* ／ MV */
.alert {
  display: block;
  background-color: #b80000;
  position: relative;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px;
  text-align: center;
}
@media (min-width: 769px) {
  .alert {
    font-size: 15px;
  }
}

/* 固定ナビ */
main.wrap_clip {
  position: relative;
}

#nav-sec {
  position: fixed;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  margin: auto;
  overflow: visible;
  z-index: 1000;
}
#nav-sec nav {
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
  height: 0;
}
#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: 50px;
  height: 50px;
  pointer-events: auto;
  cursor: pointer;
  margin: 10px 10px 0 auto;
}
#nav-sec nav label > .icon {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background: var(--col-black-bg);
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#nav-sec nav label > .icon span {
  position: absolute;
  top: 21px;
  left: 14px;
  display: block;
  width: 22px;
  height: 1.5px;
  background: #fff;
  -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: auto;
  bottom: 21px;
}
@media (any-hover: hover) {
  #nav-sec nav label:hover > .icon {
    background: var(--col-bg-base);
  }
  #nav-sec nav label:hover > .icon span {
    background: var(--col-black-bg);
  }
}
#nav-sec nav input + label + .menu {
  z-index: 1;
  width: 235px;
  height: 100lvh;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(235px);
          transform: translateX(235px);
  -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;
  background-color: transparent;
  position: relative;
}
#nav-sec nav input:checked + label > .icon span {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-sec nav input:checked + label > .icon span:nth-of-type(2) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nav-sec nav input:checked + label + .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background-color: var(--col-green-ash);
  -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;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding-inline: 16px;
  margin-top: -60px;
}
#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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  margin: auto;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-top: solid var(--col-gray-light) 1px;
  background: transparent;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media (any-hover: hover) {
  #nav-sec nav .menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#nav-sec a.for_plan {
  width: 100%;
  height: 60px;
  border: solid 1px var(--col-bg-base);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--col-green-ash);
  background: var(--col-bg-base);
  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: 16px;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#nav-sec a.for_plan::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--col-green-ash);
  -webkit-mask-image: url(../_img/icon_newwiondow.svg);
          mask-image: url(../_img/icon_newwiondow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media (any-hover: hover) {
  #nav-sec a.for_plan:hover {
    color: #fff;
    background: var(--col-green-ash-light);
  }
  #nav-sec a.for_plan:hover::after {
    background: #fff;
  }
}
#nav-sec .bnr {
  width: 50px;
  position: absolute;
  top: 40px;
  right: 0;
  display: grid;
  gap: 4px;
  margin: 4px 0 0;
}
#nav-sec .bnr a.for_plan {
  display: none;
}
#nav-sec .bnr a.for_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--col-black-bg);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 0;
  -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::before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_top.svg);
          mask-image: url(../_img/icon_arrow_top.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media (any-hover: hover) {
  #nav-sec .bnr a.for_top:hover {
    background: var(--col-bg-base);
    color: var(--col-black-bg);
  }
  #nav-sec .bnr a.for_top:hover::before {
    background: var(--col-black-bg);
  }
}

/*／ 固定ナビ */
/* 固定バナー */
.fixed_bnr {
  z-index: 999;
  position: fixed;
  bottom: 70px;
  right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 240px;
  background-color: var(--col-black-bg);
  padding-left: 14px;
  -webkit-box-shadow: 0 2.5px 8.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 8.5px rgba(0, 0, 0, 0.15);
}
.fixed_bnr a.link {
  outline: solid 1px #cfdfcf;
  outline-offset: -1px;
  display: block;
  width: 226px;
  position: relative;
}
.fixed_bnr a.link img {
  display: block;
  width: 100%;
  height: auto;
}
.fixed_bnr a.link::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (any-hover: hover) {
  .fixed_bnr a.link:hover::after {
    opacity: 0.2;
  }
}
.fixed_bnr::before, .fixed_bnr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5px;
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  rotate: 45deg;
  z-index: 5;
}
.fixed_bnr::after {
  rotate: -45deg;
}
.fixed_bnr #fixed_radio {
  display: none;
}
.fixed_bnr #fixed_radio + label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 80px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media (any-hover: hover) {
  .fixed_bnr #fixed_radio + label:hover {
    background: var(--col-green-ash);
  }
}
.fixed_bnr:has(#fixed_radio:checked) {
  display: none;
}

/*／ 固定バナー */
#top {
  background: var(--col-bg-base);
  padding-block: 100px 80px;
  position: relative;
}
#top .content_wrap {
  position: relative;
}
#top .lead_wrap {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 16px;
  padding: 0 0 100px;
}
#top .lead_wrap p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#top .lead_wrap.animation {
  opacity: 0;
}
#top .lead_wrap.animation.is-active {
  -webkit-animation-name: fade_slide;
          animation-name: fade_slide;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes fade_slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#top .nav_area {
  position: relative;
}
#top .nav_area::before, #top .nav_area::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--col-gray-light);
}
#top .nav_area::before {
  display: none;
}
#top .catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
}
#top .catch > span {
  display: inline-block;
}
#top nav ul {
  background-color: var(--col-bg-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top nav ul li {
  border-top: 1px solid var(--col-black);
}
#top nav ul li:last-child {
  border-bottom: 1px solid var(--col-black);
}
#top nav ul a {
  width: 100%;
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  color: var(--col-black);
}
#top nav ul a .sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
#top nav ul a .sub,
#top nav ul a .main {
  display: block;
  letter-spacing: 0em;
  -webkit-transition: letter-spacing 1s ease, color 0.2s ease-in, margin-right 0.2s ease-in;
  transition: letter-spacing 1s ease, color 0.2s ease-in, margin-right 0.2s ease-in;
}
#top nav ul a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -1px;
  display: block;
  width: 7px;
  height: 58px;
  background: url(../_img/top_nav_arrow-sp.svg) center center no-repeat;
  background-size: contain;
}
#top nav ul a .main {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px 0.5em;
}
@media (any-hover: hover) {
  #top nav ul a:hover {
    color: #000;
  }
  #top nav ul a:hover .sub,
  #top nav ul a:hover .main {
    letter-spacing: 0.12em;
    color: var(--col-green-ash);
  }
}
#top .notes {
  margin: 24px auto 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#top .notes .text_link {
  color: var(--col-text-link);
  text-decoration: underline;
  text-underline-offset: 0.1em;
  display: inline-block;
  margin: -1px -4px;
  padding: 1px 4px;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
@media (any-hover: hover) {
  #top .notes .text_link:hover {
    background: var(--col-text-link);
    color: #fff;
    text-decoration: none;
  }
}

/* 共通 gsap stack */
.stack {
  position: relative;
  min-height: 100svh; /* iOS Safari対策 */
  min-height: 100dvh; /* iOS Safari対策 */
}

/* アンカー移動中だけ stack の sticky を無効化（stack内アンカー用） */
html.is-anchor-jump [data-stack-sticky] {
  position: relative !important;
  top: 0 !important;
}

/* ／共通 gsap stack */
/* 共通 */
hgroup.title_wrap {
  position: relative;
}
hgroup.title_wrap .title_layout {
  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;
  gap: 0;
  white-space: nowrap;
  margin-bottom: 32px;
}
hgroup.title_wrap .title_layout .left_bottom_block {
  display: contents;
}
hgroup.title_wrap .title_layout .sub {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
}
hgroup.title_wrap .title_layout .label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
hgroup.title_wrap .title_layout .label > span {
  padding: 8px;
  background: var(--col-green-ash);
}
hgroup.title_wrap .title_layout .label > span.pink_label {
  background: var(--col-pink);
}
hgroup.title_wrap .title_layout .title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 40px;
  line-height: 1.5;
  text-align: left;
}
hgroup.title_wrap .title_layout .title span {
  display: contents;
}
#daigo hgroup.title_wrap .title_layout .sub, #toji hgroup.title_wrap .title_layout .sub,
#daigo hgroup.title_wrap .title_layout .title,
#toji hgroup.title_wrap .title_layout .title {
  color: #fff;
}
hgroup.title_wrap .title_img {
  display: block;
  width: calc(100% + 32px);
  margin-inline: -16px;
  aspect-ratio: 375/220;
}
hgroup.title_wrap .title_img img {
  aspect-ratio: 375/220;
  display: block;
}
hgroup.title_wrap + .lead_wrap {
  width: 100%;
  text-align: left;
  padding: 40px 0;
}
hgroup.title_wrap + .lead_wrap .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}
hgroup.title_wrap + .lead_wrap .lead {
  font-size: 18px;
  line-height: 1.8;
}
hgroup.title_wrap + .lead_wrap .kome {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 24px;
}

.pickup_title {
  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: 16px;
}
.pickup_title > span {
  border: solid 1px var(--col-black);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding: 8px 14px;
}
@media screen and (min-width: 769px) {
  .pickup_title > span {
    font-size: 22px;
    white-space: nowrap;
  }
}
.pickup_title > img {
  width: 99px;
}

.exp_notes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .exp_notes {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 24px;
  }
}
.exp_notes dt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  white-space: nowrap;
}
.exp_notes dd {
  font-size: 12px;
  line-height: 1.8;
  white-space: nowrap;
}
.exp_notes dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.exp_notes dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.exp_notes dd ul li img {
  width: 25px;
}
.exp_notes.timezone dd ul {
  gap: 6px;
}
.exp_notes.timezone dd ul li {
  gap: 4px;
}

ul.plan_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: 32px;
}
@media screen and (min-width: 769px) {
  ul.plan_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 24px;
  }
  ul.plan_list li {
    width: calc((100% - 48px) / 3);
  }
}
ul.plan_list a.plan_link {
  color: var(--col-black);
}
ul.plan_list a.plan_link .plan_img_wrap {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  ul.plan_list a.plan_link .plan_img_wrap {
    margin-bottom: 16px;
  }
}
ul.plan_list a.plan_link .plan_img_wrap figure {
  position: relative;
  overflow: clip;
  aspect-ratio: 384/254;
}
ul.plan_list a.plan_link .plan_img_wrap figure figcaption {
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  left: 8px;
  right: 48px;
  bottom: 8px;
  text-align: left;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.8));
}
ul.plan_list a.plan_link .plan_img_wrap figure::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
ul.plan_list a.plan_link .plan_img_wrap .plan_arrow {
  display: block;
  background: var(--col-green-ash);
  border: solid 1px var(--col-green-ash);
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  z-index: 10;
  -webkit-transition: background 0.2s ease-in, border-color 0.2s ease-in;
  transition: background 0.2s ease-in, border-color 0.2s ease-in;
}
ul.plan_list a.plan_link .plan_img_wrap .plan_arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_right_short.svg);
          mask-image: url(../_img/icon_arrow_right_short.svg);
  -webkit-mask-size: 16px 5px;
          mask-size: 16px 5px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
ul.plan_list a.plan_link .plan_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: solid 1px var(--col-gray-light);
}
ul.plan_list a.plan_link .plan_title_wrap .plan_title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
ul.plan_list a.plan_link .plan_title_wrap .plan_icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
ul.plan_list a.plan_link .plan_title_wrap .plan_icon_wrap li {
  width: 24px;
}
@media screen and (min-width: 769px) {
  ul.plan_list a.plan_link .plan_title_wrap .plan_icon_wrap li {
    width: 30px;
  }
}
ul.plan_list a.plan_link .plan_lead {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
ul.plan_list a.plan_link dl.plan_calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
ul.plan_list a.plan_link dl.plan_calender dt {
  width: 22px;
  position: relative;
}
ul.plan_list a.plan_link dl.plan_calender dt::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: var(--col-green-ash);
  -webkit-mask-image: url(../_img/icon_calendar.svg);
          mask-image: url(../_img/icon_calendar.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px auto;
          mask-size: 24px auto;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
ul.plan_list a.plan_link dl.plan_calender dd {
  width: calc(100% - 22px - 8px);
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
ul.plan_list a.plan_link dl.plan_calender dd .kome {
  font-size: 12px;
}
ul.plan_list a.plan_link dl.plan_calender + .kome {
  text-align: left;
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-top: 4px;
}
ul.plan_list a.plan_link dl.plan_calender + .kome + .kome {
  text-align: left;
  display: block;
  font-weight: 400;
  font-size: 12px;
}
@media (any-hover: hover) {
  ul.plan_list a.plan_link:hover .plan_img_wrap figure::after {
    opacity: 0.3;
  }
  ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow {
    background: #fff;
  }
  ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow::after {
    background: var(--col-green-ash);
  }
}

.btn {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  border: solid 2px var(--col-green-ash);
  background: var(--col-green-ash);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_right_middle.svg);
          mask-image: url(../_img/icon_arrow_right_middle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media (any-hover: hover) {
  .btn:hover {
    background: transparent;
    color: var(--col-green-ash);
  }
  .btn:hover::after {
    background: var(--col-green-ash);
  }
}
@media screen and (min-width: 769px) {
  .btn {
    height: 80px;
    padding: 0 24px;
    font-size: 20px;
  }
  .btn::after {
    width: 32px;
    height: 6px;
    -webkit-mask-image: url(../_img/icon_arrow_right.svg);
            mask-image: url(../_img/icon_arrow_right.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .btn.center_btn {
    max-width: 384px;
  }
}
@media (any-hover: hover) {
  .btn.hover_white:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }
  .btn.hover_white:hover::after {
    background: #fff;
  }
}
.btn.yellow {
  --col-yellow: #ffbe58;
  background: var(--col-yellow);
  border-color: var(--col-yellow);
  color: var(--col-green-ash);
}
.btn.yellow::after {
  background: var(--col-green-ash);
}
@media (any-hover: hover) {
  .btn.yellow:hover {
    background: transparent;
    color: var(--col-yellow);
  }
  .btn.yellow:hover::after {
    background: var(--col-yellow);
  }
}
@media (any-hover: hover) {
  .btn.sakura:hover {
    background: var(--col-bg-base);
  }
}

.section.stack.common {
  padding-block: 80px 0;
}
@media screen and (min-width: 769px) {
  .section.stack.common {
    padding-block: 0;
  }
}
.section.stack.common .content_wrap {
  padding-bottom: 160px;
}
@media screen and (min-width: 769px) {
  .section.stack.common .content_wrap {
    padding-bottom: 240px;
  }
}

.wrap_half {
  --gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
@media (min-width: 769px) {
  .wrap_half {
    -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;
  }
  .wrap_half > * {
    width: calc((100% - var(--gap)) / 2);
  }
}

.details_wrap {
  --col-dt: #bbb;
  --col-dd: #ddd;
  --color: var(--col-black);
  font-size: 15px;
}
@media (min-width: 769px) {
  .details_wrap {
    font-size: 16px;
  }
}
.details_wrap dl.details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 0;
  color: var(--color);
}
@media (min-width: 769px) {
  .details_wrap dl.details {
    gap: 4px 0;
  }
}
.details_wrap dl.details > dt {
  background: var(--col-dt);
  padding: 6px;
  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: 114px;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 769px) {
  .details_wrap dl.details > dt {
    width: 128px;
  }
}
.details_wrap dl.details > dd {
  background: var(--col-dd);
  padding: 6px 8px;
  text-align: left;
  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;
  width: calc(100% - 114px);
  line-height: 1.5;
}
@media (min-width: 769px) {
  .details_wrap dl.details > dd {
    padding: 8px 16px;
    width: calc(100% - 128px);
  }
}
.details_wrap dl.details + p {
  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: 12px;
  line-height: 1.8;
  margin-top: 12px;
}
@media (min-width: 769px) {
  .details_wrap dl.details + p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1em;
  }
}

/* ／ 共通  */
#tokuhai {
  background: var(--col-bg-base);
}
#tokuhai .pickup_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: 24px;
  margin-bottom: 32px;
}
#tokuhai .pickup_title_wrap .exp_notes_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: 12px;
}
#tokuhai .plan_list {
  margin-bottom: 40px;
}

#daigo {
  background: #2d2d2d;
  color: #fff;
}
#daigo .details_wrap {
  --col-dt: #4b4b4b;
  --col-dd: #3b3b3b;
  --color: #fff;
}
#daigo .details_wrap dl.details > dt {
  width: 95px;
  line-height: 1.2;
}
#daigo .details_wrap dl.details > dd {
  width: calc(100% - 95px);
}
#daigo .details_wrap dt.important {
  padding: 4px 4px 12px;
  background: #655656;
  line-height: 1.2;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#daigo .details_wrap dt.important .balloon {
  padding: 4px;
  background: #ffc6c6;
  color: #2d2d2d;
  font-size: 10px;
  border-radius: 4px;
  position: relative;
  font-weight: 500;
}
#daigo .details_wrap dt.important .balloon em {
  font-style: normal;
  font-weight: 700;
}
#daigo .details_wrap dt.important .balloon::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: calc(50% - 4px);
  display: block;
  background: #ffc6c6;
  height: 6px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#daigo .details_wrap dt.important + dd {
  background: #4c3f3f;
}
#daigo .details_wrap .title_ticket {
  margin: 16px auto 8px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
  padding-left: 8px;
  border-left: solid 1px var(--col-gray-light);
}
#daigo dl.details:has(.important) > dd {
  padding-block: 12px;
}
#daigo dl.details_week {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.2;
}
#daigo dl.details_week > dd {
  position: relative;
}
#daigo dl.details_week > dd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  display: block;
  width: 1px;
  height: auto;
  background: var(--col-gray);
}
#daigo dl.details_price {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0px 1em;
}
#daigo .wrap_half {
  --gap: 40px;
}
#daigo .wrap_half .right_wrap {
  display: grid;
  gap: 32px;
}
#daigo .colabo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
#daigo .colabo h4 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  padding: 8px;
  border: solid 1px var(--col-gray);
  border-left: none;
  border-right: none;
}
#daigo .colabo .colabo_img {
  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: 34px;
}
#daigo .colabo .colabo_img .naked {
  width: calc(0.6654545455 * (100% - 68px));
}
#daigo .colabo .colabo_img .x {
  width: calc(0.1236363636 * (100% - 68px));
}
#daigo .colabo .colabo_img .souda {
  width: calc(0.2072727273 * (100% - 68px));
}
#daigo .naked_details {
  border: solid 1px var(--col-gray);
  margin-top: 40px;
  padding: 32px 16px;
  display: grid;
  gap: 24px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
#daigo .naked_details .naked {
  width: 62.9737609329%;
  margin: auto;
}

#toji {
  background: #34477e;
  color: #fff;
}
#toji .details_wrap {
  --col-dt: #4a62a7;
  --col-dd: #3f5490;
  --color: #fff;
}

#sightseeing {
  background: var(--col-bg-base);
}
#sightseeing .pickup_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: 24px;
}
#sightseeing .pickup_wrap + .pickup_wrap {
  margin-top: 80px;
}
#sightseeing .pickup_inner {
  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;
}
#sightseeing .pickup_inner .exp_notes_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: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px var(--col-gray);
}
#sightseeing .pickup_inner .exp_notes_wrap .sub_title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
#sightseeing .btn_wrap {
  margin-top: 80px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sightseeing .btn_wrap .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  gap: 16px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
#sightseeing .btn_wrap .catch::before, #sightseeing .btn_wrap .catch::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../_img/sightseeing_title_deco.svg) center center no-repeat;
  background-size: contain;
}
#sightseeing .btn_wrap .catch::after {
  scale: -1 1;
}

#flower {
  background: #ffeeee;
}
#flower .details_wrap {
  --col-dt: #ffc6c6;
  --col-dd: #ffe1e1;
}
@media screen and (min-width: 769px) {
  #flower ul.plan_list li {
    width: 100%;
  }
}
#flower ul.plan_list a.plan_link .plan_img_wrap .plan_arrow {
  background: var(--col-pink);
  border: solid 1px var(--col-pink);
}
#flower ul.plan_list a.plan_link .plan_img_wrap figure {
  aspect-ratio: 588/254;
}
@media (any-hover: hover) {
  #flower ul.plan_list a.plan_link:hover .plan_img_wrap figure::after {
    opacity: 0.3;
  }
  #flower ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow {
    background: #ffeeee;
    border-color: #ffeeee;
  }
  #flower ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow::after {
    background: var(--col-pink);
  }
}
#flower ul.event_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: 8px;
  margin: 40px auto;
  width: 100%;
}
#flower ul.event_list > li {
  background: #ffe1e1;
  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;
  padding: 16px;
}
#flower ul.event_list > li figure {
  position: relative;
  aspect-ratio: 256/145;
}
#flower ul.event_list > li figure figcaption {
  position: absolute;
  right: 6.5px;
  bottom: 2.5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
#flower ul.event_list > li .event_details {
  text-align: left;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#flower ul.event_list > li .event_details .event_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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: var(--col-pink);
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
#flower ul.event_list > li .event_details .event_title > span {
  font-size: 15px;
  padding: 4px 12px;
  background: var(--col-pink);
  color: #fff;
}
#flower ul.event_list > li .event_details .lead {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}
#flower ul.event_list > li .event_details ul.lead {
  margin-bottom: -8px;
}
#flower ul.event_list > li .event_details ul.lead li {
  text-indent: -1em;
  padding-left: 1em;
}
#flower ul.event_list > li .event_details ul.kome {
  font-size: 12px;
  line-height: 1.8;
}
#flower .artist_wrap {
  border: solid 1px #ffc6c6;
  background: #fff;
  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: 16px;
  padding: 16px;
}
#flower .artist_wrap > figure {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 38.8349514563%;
}
#flower .artist_wrap .details {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#flower .artist_wrap .details h4 {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  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;
}
#flower .artist_wrap .details h4 .name {
  font-size: 24px;
}
#flower .artist_wrap .details h4 .name .en {
  display: inline;
  margin-left: 0.5em;
  font-size: 14px;
}
#flower .artist_wrap .details > p {
  text-align: left;
  line-height: 1.8;
}

#map,
#sustainable,
#recommend {
  position: relative;
  z-index: 300;
}

/* MAP */
#map {
  background: var(--col-bg-base);
  position: relative;
  padding-block: 80px;
}
#map .content_wrap {
  position: relative;
  display: grid;
  gap: 24px;
}
#map .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
#map .icon_list_outer {
  border: solid 1px var(--col-gray-light);
  padding: 8px;
  display: grid;
  place-items: center;
}
#map .icon_list_outer .icon_list_wrap {
  display: grid;
  gap: 4px;
}
#map .icon_list_outer .icon_list_wrap .icon_list_set1 {
  display: grid;
  gap: 4px;
}
#map ul.icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.8;
  gap: 4px 22px;
}
#map ul.icon_list.sp-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#map ul.icon_list .icon {
  width: 18px;
}
#map ul.icon_list > li {
  position: relative;
}
#map ul.icon_list > li::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: -11px;
  display: block;
  width: 1px;
  height: 18px;
  background: var(--col-gray-light);
}
#map ul.icon_list > li:last-child::after {
  display: none;
}
#map ul.icon_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#map ul.icon_list dl.tokuhai {
  gap: 12px;
}
#map ul.icon_list dl dt {
  font-weight: 700;
}
#map ul.tokuhai_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 12px;
}
#map ul.tokuhai_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 4px;
}
#map .map_area {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 1000/828;
  border: 1px solid #fff;
}
@media (min-width: 769px) {
  #map .map_area {
    border: 2px solid #fff;
  }
}
#map .map_area input#map_check {
  display: none;
}
#map .map_area input#map_check + label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  display: block;
  width: 42px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: var(--col-pink);
  border-radius: 50%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border: solid 1px var(--col-pink);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
#map .map_area input#map_check + label > .zoom_icon {
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  -webkit-mask-image: url(../_img/icon_zoomin.svg);
          mask-image: url(../_img/icon_zoomin.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background 0.2s ease-in;
}
#map .map_area input#map_check + label > span.zoomin {
  display: block;
}
#map .map_area input#map_check + label > span.zoomout {
  display: none;
}
@media (any-hover: hover) {
  #map .map_area input#map_check + label:hover {
    background: #fff;
    color: var(--col-pink);
  }
  #map .map_area input#map_check + label:hover > .zoom_icon {
    background: var(--col-pink);
  }
}
@media (min-width: 769px) {
  #map .map_area input#map_check + label {
    display: none;
  }
}
#map .map_area input#map_check:checked + label > .zoom_icon {
  -webkit-mask-image: url(../_img/icon_zoomout.svg);
          mask-image: url(../_img/icon_zoomout.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#map .map_area input#map_check:checked + label > span.zoomin {
  display: none;
}
#map .map_area input#map_check:checked + label > span.zoomout {
  display: block;
}
#map .map_wrap {
  --maxW: 1000;
  --maxH: 828;
  max-width: calc(var(--maxW) * 1px);
  position: relative;
  margin: 0 auto 0;
}
#map .map_wrap .map_img {
  display: block;
}
#map .map_wrap .spot {
  --pinW: 20;
  --pinH: 33;
  position: absolute;
  width: calc(var(--pinW) / var(--maxW) * 100%);
  height: calc(var(--pinH) / var(--maxH) * 100%);
  left: calc(var(--pinX) / var(--maxW) * 100%);
  top: calc((var(--pinY) - 250) / var(--maxH) * 100%);
}
#map .map_wrap .spot > .pin {
  -webkit-animation-name: popupEnd;
          animation-name: popupEnd;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: 10;
  position: relative;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
#map .map_wrap .spot > .name {
  --nameW: 125;
  --nameH: 41;
  position: absolute;
  width: calc(var(--nameW) / var(--pinW) * 100%);
  height: calc(var(--nameH) / var(--pinH) * 100%);
  left: calc((var(--nameX) - var(--pinX)) / var(--pinW) * 100%);
  top: calc((var(--nameY) - var(--pinY)) / var(--pinH) * 100%);
  padding: 0 calc(6 / var(--pinW) * 100%);
  font-size: min(17px, 17 / var(--maxW) * (100vw - 32px));
  font-weight: 600;
  line-height: 1;
  color: var(--col-green-ash);
  --outline_w: min(1px, calc(1 / 375 * 100vw));
  outline: solid var(--outline_w) var(--col-green-ash);
  outline-offset: calc(var(--outline_w) * -1);
  background-color: #fff;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  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: min(2px, 0.5333333333vw);
}
#map .map_wrap .spot > .name .small {
  font-size: min(14px, 14 / var(--maxW) * 100vw);
}
#map .map_wrap .spot > .name > .icon {
  display: block;
  aspect-ratio: 1/1;
  width: calc(24 / var(--nameW) * 100%);
}
#map .map_wrap .spot > .name > .icon.svg {
  background: var(--col-green-ash);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#map .map_wrap .spot > .name > .icon.gosyuin {
  -webkit-mask-image: url(../_img/icon_gosyuin.svg);
          mask-image: url(../_img/icon_gosyuin.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#map .map_wrap .spot > .name > .icon.taiken {
  -webkit-mask-image: url(../_img/icon_taiken.svg);
          mask-image: url(../_img/icon_taiken.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#map .map_wrap .spot > .name > .icon.hananoma {
  -webkit-mask-image: url(../_img/icon_hananoma.svg);
          mask-image: url(../_img/icon_hananoma.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#map .map_wrap .spot > .name > .text {
  z-index: 2;
  position: relative;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (any-hover: hover) {
  #map .map_wrap .spot:hover {
    opacity: 1;
  }
  #map .map_wrap .spot:hover > .pin {
    -webkit-animation-name: popupStart;
            animation-name: popupStart;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  #map .map_wrap .spot:hover > .name {
    color: #fff;
    background: var(--col-green-ash);
  }
  #map .map_wrap .spot:hover > .name > .icon.svg {
    background: #fff;
  }
}
@-webkit-keyframes popupEnd {
  0% {
    -webkit-transform: translateZ(0) scale(1.3);
            transform: translateZ(0) scale(1.3);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@keyframes popupEnd {
  0% {
    -webkit-transform: translateZ(0) scale(1.3);
            transform: translateZ(0) scale(1.3);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
@-webkit-keyframes popupStart {
  0% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
  60% {
    -webkit-transform: translateZ(0) scale(1.6);
            transform: translateZ(0) scale(1.6);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1.3);
            transform: translateZ(0) scale(1.3);
  }
}
@keyframes popupStart {
  0% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
  60% {
    -webkit-transform: translateZ(0) scale(1.6);
            transform: translateZ(0) scale(1.6);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1.3);
            transform: translateZ(0) scale(1.3);
  }
}
#map .map_wrap .spot.spot01 {
  --pinX: 275.6769;
  --pinY: 355.0337;
}
#map .map_wrap .spot.spot01 .name {
  --nameX: 236.6291;
  --nameY: 310.6499;
}
#map .map_wrap .spot.spot02 {
  --pinX: 696.525;
  --pinY: 467.4263;
}
#map .map_wrap .spot.spot02 .name {
  --nameX: 600.9796;
  --nameY: 424.0334;
}
#map .map_wrap .spot.spot03 {
  --pinX: 482.9789;
  --pinY: 729.6759;
}
#map .map_wrap .spot.spot03 .name {
  --nameX: 430.3256;
  --nameY: 766.6244;
}
#map .map_wrap .spot.spot04 {
  --pinX: 705.2667;
  --pinY: 974.4422;
}
#map .map_wrap .spot.spot04 .name {
  --nameX: 727.3292;
  --nameY: 953.5742;
}
#map .map_wrap .spot.spot05 {
  --pinX: 902.8124;
  --pinY: 957.4415;
}
#map .map_wrap .spot.spot05 .name {
  white-space: nowrap;
  --nameX: 858.741;
  --nameY: 1000.0254;
  --nameW: 130;
}
#map .map_wrap .spot.spot06 {
  --pinX: 396.8112;
  --pinY: 398.7419;
}
#map .map_wrap .spot.spot06 .name {
  --nameX: 424.2863;
  --nameY: 399.9076;
  --nameW: 151;
}
#map .map_wrap .spot.spot07 {
  --pinX: 481.9939;
  --pinY: 957.897;
}
#map .map_wrap .spot.spot07 .name {
  --nameX: 396.1444;
  --nameY: 992.6659;
  --nameW: 125;
  --nameH: 41;
}
#map .map_wrap .spot.spot08 {
  --pinX: 761.7579;
  --pinY: 892.5497;
}
#map .map_wrap .spot.spot08 .name {
  --nameX: 719.962;
  --nameY: 848.6301;
}
#map .map_wrap .spot.spot09 {
  --pinX: 568.5779;
  --pinY: 524.7301;
}
#map .map_wrap .spot.spot09 .name {
  white-space: nowrap;
  --nameX: 480;
  --nameY: 560.5586;
  --nameW: 178;
}
#map .map_wrap .spot.spot10 {
  --pinX: 311.8923;
  --pinY: 419.9717;
}
#map .map_wrap .spot.spot10 .name {
  --nameX: 328.1532;
  --nameY: 447.9741;
  --nameW: 161;
}
#map .map_wrap .spot.spot11 {
  --pinX: 781.0837;
  --pinY: 432.9863;
}
#map .map_wrap .spot.spot11 .name {
  --nameX: 777.7866;
  --nameY: 388.1362;
  --nameW: 135;
}
#map .map_wrap .spot.spot12 {
  --pinX: 394.1777;
  --pinY: 336.2088;
}
#map .map_wrap .spot.spot12 .name {
  --nameX: 370.9401;
  --nameY: 290.0412;
}
#map .map_wrap .spot.spot13 {
  --pinX: 66.9803;
  --pinY: 471.6416;
}
#map .map_wrap .spot.spot13 .name {
  --nameX: 22.0969;
  --nameY: 510.7549;
  --nameW: 240;
}
#map .map_wrap .spot.spot14 {
  --pinX: 725.6976;
  --pinY: 498.1981;
}
#map .map_wrap .spot.spot14 .name {
  --nameX: 779.4141;
  --nameY: 481.4346;
  --nameW: 181;
  --nameH: 75;
  line-height: 1.2352941176;
}
#map .map_wrap .spot.spot15 {
  --pinX: 30.7648;
  --pinY: 407.9524;
}
#map .map_wrap .spot.spot15 .name {
  white-space: nowrap;
  line-height: 1.2;
  --nameX: 10;
  --nameY: 338;
  --nameW: 218;
  --nameH: 51;
}
#map .map_wrap .spot.spot16 {
  --pinX: 869.5709;
  --pinY: 890.5965;
}
#map .map_wrap .spot.spot16 .name {
  --nameX: 856.6383;
  --nameY: 836.0139;
}
#map .map_wrap .spot.spot17 {
  --pinX: 646.5727;
  --pinY: 74.052;
}
#map .map_wrap .spot.spot17 .name {
  --nameX: 512.7427;
  --nameY: 68.4751;
}
#map input#map_check:checked + label + .map_outer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#map input#map_check:checked + label + .map_outer* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#map input#map_check:checked + label + .map_outer img,
#map input#map_check:checked + label + .map_outer picture,
#map input#map_check:checked + label + .map_outer a {
  -webkit-user-drag: none;
  user-drag: none;
}
#map input#map_check:checked + label + .map_outer .map_wrap .spot > .name {
  font-size: min(34px, 17 / var(--maxW) * (100vw - 16px) * 2);
}
#map input#map_check:checked + label + .map_outer .map_wrap .spot > .name .small {
  font-size: min(28px, 14 / var(--maxW) * (100vw - 16px) * 2);
}
@media (min-width: 769px) {
  #map input#map_check:checked + label + .map_outer .map_wrap .spot > .name {
    font-size: min(17px, 17 / var(--maxW) * (100vw - 16px) * 1);
  }
  #map input#map_check:checked + label + .map_outer .map_wrap .spot > .name .small {
    font-size: min(14px, 14 / var(--maxW) * (100vw - 16px));
  }
}
#map .map_outer {
  display: block;
  width: 100%;
  aspect-ratio: 1000/828;
}
#map input#map_check + label + .map_outer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#map input#map_check + label + .map_outer .map_wrap {
  width: 100%;
}
#map input#map_check:checked + label + .map_outer {
  overflow: scroll;
  cursor: -webkit-grab;
  cursor: grab;
}
#map input#map_check:checked + label + .map_outer .map_wrap {
  width: 200%;
}
#map input#map_check:checked + label + .map_outer.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#map input#map_check:checked + label + .map_outer.is-dragging * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 769px) {
  #map input#map_check:checked + label + .map_outer {
    overflow: auto;
    cursor: auto;
  }
  #map input#map_check:checked + label + .map_outer .map_wrap {
    width: 100%;
  }
  #map input#map_check:checked + label + .map_outer.is-dragging {
    cursor: auto;
  }
  #map input#map_check:checked + label + .map_outer.is-dragging * {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }
}

/* ／ MAP */
/* サステナ */
#sustainable {
  background-color: #3c5943;
  color: #fff;
  padding-bottom: 80px;
}
#sustainable .content_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;
}
#sustainable .title {
  margin-inline: -16px;
}
#sustainable .title figure {
  aspect-ratio: 375/220;
}
#sustainable .lead {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #sustainable ul.plan_list li {
    width: 100%;
  }
}
#sustainable ul.plan_list a.plan_link {
  color: #fff;
}
#sustainable ul.plan_list a.plan_link .plan_img_wrap figure {
  aspect-ratio: 588/254;
}
#sustainable ul.plan_list a.plan_link .plan_img_wrap .plan_arrow {
  background: var(--col-pink);
  border: solid 1px var(--col-pink);
}
#sustainable ul.plan_list a.plan_link dl.plan_calender dt::after {
  background: #fff;
}
@media (any-hover: hover) {
  #sustainable ul.plan_list a.plan_link:hover .plan_img_wrap figure::after {
    opacity: 0.3;
  }
  #sustainable ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow {
    background: #ffeeee;
    border-color: #ffeeee;
  }
  #sustainable ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow::after {
    background: var(--col-pink);
  }
}

/* ／ サステナ */
/* おすすめ情報 */
#recommend {
  background: var(--col-bg-base);
  padding-block: 80px 140px;
}
#recommend .content_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: 100px;
}
#recommend .sakura_wrap {
  display: grid;
  aspect-ratio: 343/200;
}
#recommend .sakura_wrap > * {
  grid-area: 1/1;
}
#recommend .sakura_wrap .sakura_bg {
  position: relative;
}
#recommend .sakura_wrap .sakura_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: #bb8aa0;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#recommend .sakura_wrap .inner {
  position: relative;
  z-index: 10;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: calc(100% - 26px);
  margin: auto;
}
#recommend .sakura_wrap .inner .title {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#recommend .sakura_wrap:has(.btn:hover) .sakura_bg::after {
  opacity: 0;
}
#recommend .sakura_wrap:has(.btn:hover) .inner .title {
  color: var(--col-pink);
}
#recommend .kyoto_wrap {
  display: grid;
  gap: 32px;
}
#recommend .kyoto_wrap .title {
  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: 22px;
  line-height: 1.8;
}
#recommend .kyoto_wrap .inner {
  display: grid;
  gap: 40px;
  margin: auto;
}
#recommend .kyoto_wrap .inner .list {
  display: grid;
  gap: 16px;
}
#recommend .kyoto_wrap .inner .list > li {
  max-width: 588px;
}
#recommend .kyoto_wrap .inner .list > li > a {
  display: block;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#recommend .kyoto_wrap .inner .list > li > a figure {
  display: grid;
  gap: 8px;
}
#recommend .kyoto_wrap .inner .list > li > a figure figcaption {
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  color: var(--col-black);
  font-weight: 700;
}
@media (any-hover: hover) {
  #recommend .kyoto_wrap .inner .list > li > a:hover {
    opacity: 0.5;
  }
}
#recommend .kyoto_wrap .inner .list + .notes {
  justify-self: end;
  margin-top: -24px;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}
#recommend .kyoto_wrap .inner .list_3 picture {
  display: block;
  aspect-ratio: 382/180;
}
#recommend .kyoto_wrap .inner .list_4 picture {
  display: block;
  aspect-ratio: 588/300;
}

/* ／ おすすめ情報 */
/* 下部注意書き*/
/* ／ 下部注意書き*/
.hanabira_animation_wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  --hanabira-scale: 1;
}

@media (max-width: 767px) {
  .hanabira_animation_wrap {
    --hanabira-scale: 0.5;
  }
}
.hanabira_animation_wrap.small {
  --hanabira-scale: calc(var(--hanabira-scale) * 0.5);
}

/* 花びら（img） */
.hanabira_animation_wrap img.hanabira {
  width: var(--size, 80px) !important;
  height: auto !important;
  max-width: none !important;
  display: block;
  will-change: transform;
  /* ★横揺れアニメだけ担当 */
  -webkit-animation: hanabira-sway var(--swayDur, 3.2s) ease-in-out infinite;
          animation: hanabira-sway var(--swayDur, 3.2s) ease-in-out infinite;
  -webkit-animation-delay: calc(var(--swayPhase, 0deg) * -0.01s);
          animation-delay: calc(var(--swayPhase, 0deg) * -0.01s); /* 雑に位相をずらす */
}

/* 左右にゆらゆら */
@-webkit-keyframes hanabira-sway {
  0% {
    -webkit-transform: translateX(calc(var(--swayAmp, 20px) * -1));
            transform: translateX(calc(var(--swayAmp, 20px) * -1));
  }
  50% {
    -webkit-transform: translateX(var(--swayAmp, 20px));
            transform: translateX(var(--swayAmp, 20px));
  }
  100% {
    -webkit-transform: translateX(calc(var(--swayAmp, 20px) * -1));
            transform: translateX(calc(var(--swayAmp, 20px) * -1));
  }
}
@keyframes hanabira-sway {
  0% {
    -webkit-transform: translateX(calc(var(--swayAmp, 20px) * -1));
            transform: translateX(calc(var(--swayAmp, 20px) * -1));
  }
  50% {
    -webkit-transform: translateX(var(--swayAmp, 20px));
            transform: translateX(var(--swayAmp, 20px));
  }
  100% {
    -webkit-transform: translateX(calc(var(--swayAmp, 20px) * -1));
            transform: translateX(calc(var(--swayAmp, 20px) * -1));
  }
}
.hanabira_outer {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  -webkit-animation: hanabira-float var(--dur, 12s) linear 1 both;
          animation: hanabira-float var(--dur, 12s) linear 1 both;
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
}

/* outer の縦移動＋回転 */
@-webkit-keyframes hanabira-float {
  0% {
    -webkit-transform: translate3d(var(--x, 0px), var(--startY, 0px), 0) rotate(var(--rot, 0deg));
            transform: translate3d(var(--x, 0px), var(--startY, 0px), 0) rotate(var(--rot, 0deg));
  }
  100% {
    -webkit-transform: translate3d(var(--x, 0px), var(--endY, -200px), 0) rotate(calc(var(--rot, 0deg) + 360deg));
            transform: translate3d(var(--x, 0px), var(--endY, -200px), 0) rotate(calc(var(--rot, 0deg) + 360deg));
  }
}
@keyframes hanabira-float {
  0% {
    -webkit-transform: translate3d(var(--x, 0px), var(--startY, 0px), 0) rotate(var(--rot, 0deg));
            transform: translate3d(var(--x, 0px), var(--startY, 0px), 0) rotate(var(--rot, 0deg));
  }
  100% {
    -webkit-transform: translate3d(var(--x, 0px), var(--endY, -200px), 0) rotate(calc(var(--rot, 0deg) + 360deg));
            transform: translate3d(var(--x, 0px), var(--endY, -200px), 0) rotate(calc(var(--rot, 0deg) + 360deg));
  }
}
@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;
  }
  /*共通ロゴ*/
  header.l-header-wrap div {
    width: 100%;
    max-width: 1080px;
    margin: 16px auto;
  }
  header.l-header-wrap div img {
    margin-left: 12px;
    max-width: 60px;
  }
  /*／共通ロゴ*/
  /* 下部バナーエリア*/
  #banner-sec {
    padding-block: 0 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;
    padding-top: 66px;
  }
  #banner-sec .wrap a {
    max-width: 245px;
  }
  /*／ 下部バナーエリア*/
  /*MV*/
  /*／MV*/
  /*固定ナビ*/
  #nav-sec {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50vh - 150px);
    height: 0px;
  }
  #nav-sec nav label {
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
  }
  #nav-sec nav label > .icon span {
    top: 18px;
    left: 12.5px;
    width: 15px;
    height: 1px;
  }
  #nav-sec nav label > .icon span:nth-of-type(2) {
    top: auto;
    bottom: 18px;
  }
  #nav-sec nav input:checked + label {
    position: fixed;
    top: 0;
    right: 0;
  }
  #nav-sec nav input + label + .menu {
    position: fixed;
    margin-top: 0;
    top: 0;
    right: 0;
  }
  #nav-sec .bnr {
    width: 40px;
  }
  #nav-sec .bnr a.for_plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40px;
    height: 212px;
    line-height: 1;
    letter-spacing: 0.1em;
    background: var(--col-green-ash);
    border: none;
    color: #fff;
  }
  #nav-sec .bnr a.for_plan > span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    line-height: 1;
  }
  #nav-sec .bnr a.for_plan::after {
    background: #fff;
  }
  /*／固定ナビ*/
  /* 固定バナー */
  /*／ 固定バナー */
  /* 共通 .title_wrap */
  /* ／ 共通 .title_wrap */
  /* MAP */
  /* ／ MAP */
  /* サステナ */
  /* ／ サステナ */
  /* おすすめ情報 */
  /* ／ おすすめ情報 */
  /* 下部注意書き*/
  /* ／ 下部注意書き*/
  /* 固定バナー */
  /* ／ 固定バナー */
  /* ／pc end */
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  #nav-sec .bnr a.for_plan:hover {
    background: var(--col-black-bg);
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  #nav-sec .bnr a.for_top {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 12px;
    bottom: auto;
    right: auto;
  }
  #nav-sec .bnr a.for_top::before {
    width: 9px;
    height: 5px;
  }
  .fixed_bnr {
    bottom: 32px;
    right: 0;
    width: 300px;
    padding-left: 17px;
    -webkit-box-shadow: 0 2.9px 10.7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2.9px 10.7px rgba(0, 0, 0, 0.15);
  }
  .fixed_bnr a.link {
    width: 283px;
  }
  .fixed_bnr::before, .fixed_bnr::after {
    left: 3.5px;
    width: 10px;
  }
  .fixed_bnr #fixed_radio {
    display: none;
  }
  .fixed_bnr #fixed_radio + label {
    width: 17px;
    height: 100px;
  }
  #top {
    padding-block: 110px 140px;
  }
  #top .lead_wrap {
    font-size: 18px;
    gap: 24px;
    padding: 0 0 110px;
  }
  #top .nav_area {
    padding-block: 120px;
  }
  #top .nav_area::before {
    display: block;
    top: 0;
    bottom: auto;
  }
  #top .nav_area::after {
    bottom: 0;
  }
  #top .catch {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #top nav {
    position: relative;
  }
  #top nav ul {
    width: 100%;
    max-width: 1132px;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
  }
  #top nav ul li {
    width: calc((100% - 12px) / 4);
    border-bottom: 1px solid var(--col-black);
  }
  #top nav ul li:nth-child(5), #top nav ul li:nth-child(6), #top nav ul li:nth-child(7), #top nav ul li:nth-child(8) {
    border-top: none;
    border-bottom: 1px solid var(--col-black);
  }
  #top nav ul a {
    height: 90px;
    font-size: 20px;
  }
  #top nav ul a::after {
    top: 3px;
    height: 82px;
    background: url(../_img/top_nav_arrow.svg) center center no-repeat;
    background-size: contain;
  }
  #top .notes {
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
  }
  hgroup.title_wrap {
    --bgcolor: #f3f5f3;
    --start-col: #dfe7df;
    --end-col: var(--col-pink);
    --delay: 0.2s;
    --blend: 5px;
  }
  #daigo hgroup.title_wrap {
    --bgcolor: #2d2d2d;
    --start-col: #3b3b3b;
    --end-col: #fff;
  }
  #toji hgroup.title_wrap {
    --bgcolor: #34477e;
    --start-col: #3f5490;
    --end-col: #fff;
  }
  #flower hgroup.title_wrap {
    --bgcolor: #ffeeee;
    --start-col: #f1cbcb;
  }
  hgroup.title_wrap .title_layout {
    position: absolute;
    inset: 0;
    margin-bottom: 0;
  }
  hgroup.title_wrap .title_layout .sub {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bgcolor);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 0;
    font-size: 40px;
    line-height: 1;
    padding: 8px;
  }
  hgroup.title_wrap .title_layout .sub .small {
    font-size: 32px;
  }
  hgroup.title_wrap .title_layout .left_bottom_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    position: absolute;
    top: calc(100% - 120px);
    left: 0;
  }
  hgroup.title_wrap .title_layout .label {
    font-size: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  hgroup.title_wrap .title_layout .label > span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  hgroup.title_wrap .title_layout .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    font-size: 64px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  hgroup.title_wrap .title_layout .title span {
    display: inline;
  }
  hgroup.title_wrap .title_layout .title > span {
    display: block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: var(--bgcolor);
    padding: 10px 8px;
  }
  hgroup.title_wrap .title_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 1400/650;
  }
  hgroup.title_wrap .title_img img {
    aspect-ratio: 1400/650;
    display: block;
  }
  hgroup.title_wrap .title_layout .sub span.gradation,
  hgroup.title_wrap .title_layout .title span.gradation {
    color: var(--start-col);
  }
  hgroup.title_wrap .title_layout .sub span.gradation.is-active,
  hgroup.title_wrap .title_layout .title span.gradation.is-active {
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 100% 200%;
    background-position: 0 100%;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: var(--delay);
            animation-delay: var(--delay);
    -webkit-animation-name: move, swap;
            animation-name: move, swap;
    -webkit-animation-duration: 2s, 2s;
            animation-duration: 2s, 2s;
    -webkit-animation-timing-function: linear, linear;
            animation-timing-function: linear, linear;
    -webkit-animation-direction: normal, normal;
            animation-direction: normal, normal;
    -webkit-animation-iteration-count: 1, 1;
            animation-iteration-count: 1, 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--end-col)), color-stop(50%, var(--end-col)), color-stop(50%, var(--start-col)), to(var(--start-col)));
    background-image: linear-gradient(to bottom, var(--end-col) 0%, var(--end-col) 50%, var(--start-col) 50%, var(--start-col) 100%);
  }
  @-webkit-keyframes move {
    to {
      background-position: 0 0;
    }
  }
  @keyframes move {
    to {
      background-position: 0 0;
    }
  }
  @-webkit-keyframes swap {
    0%, 100% {
      background-image: -webkit-gradient(linear, left top, left bottom, from(var(--end-col)), color-stop(50%, var(--end-col)), color-stop(50%, var(--start-col)), to(var(--start-col)));
      background-image: linear-gradient(to bottom, var(--end-col) 0%, var(--end-col) 50%, var(--start-col) 50%, var(--start-col) 100%);
    }
    1%, 99% {
      background-image: -webkit-gradient(linear, left top, left bottom, from(var(--end-col)), color-stop(var(--end-col)), color-stop(50%, color-mix(in srgb, var(--end-col), var(--start-col))), color-stop(var(--start-col)), to(var(--start-col)));
      background-image: linear-gradient(to bottom, var(--end-col) 0%, var(--end-col) calc(50% - var(--blend) / 2), color-mix(in srgb, var(--end-col), var(--start-col)) 50%, var(--start-col) calc(50% + var(--blend) / 2), var(--start-col) 100%);
    }
  }
  @keyframes swap {
    0%, 100% {
      background-image: -webkit-gradient(linear, left top, left bottom, from(var(--end-col)), color-stop(50%, var(--end-col)), color-stop(50%, var(--start-col)), to(var(--start-col)));
      background-image: linear-gradient(to bottom, var(--end-col) 0%, var(--end-col) 50%, var(--start-col) 50%, var(--start-col) 100%);
    }
    1%, 99% {
      background-image: -webkit-gradient(linear, left top, left bottom, from(var(--end-col)), color-stop(var(--end-col)), color-stop(50%, color-mix(in srgb, var(--end-col), var(--start-col))), color-stop(var(--start-col)), to(var(--start-col)));
      background-image: linear-gradient(to bottom, var(--end-col) 0%, var(--end-col) calc(50% - var(--blend) / 2), color-mix(in srgb, var(--end-col), var(--start-col)) 50%, var(--start-col) calc(50% + var(--blend) / 2), var(--start-col) 100%);
    }
  }
  hgroup.title_wrap + .lead_wrap {
    padding: 80px 0;
    display: grid;
    grid-template-columns: auto 65.6666666667%;
  }
  #daigo hgroup.title_wrap + .lead_wrap {
    padding-bottom: 100px;
  }
  hgroup.title_wrap + .lead_wrap > * {
    grid-column: 2/3;
  }
  hgroup.title_wrap + .lead_wrap .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #daigo hgroup.title_wrap + .lead_wrap .title {
    font-size: 22px;
  }
  #tokuhai .pickup_title_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    margin-bottom: 56px;
  }
  #tokuhai .pickup_title_wrap .exp_notes_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    gap: 0 56px;
  }
  #tokuhai .plan_list {
    margin-bottom: 80px;
  }
  #daigo .details_wrap dl.details > dt {
    width: 128px;
  }
  #daigo .details_wrap dl.details > dd {
    width: calc(100% - 128px);
  }
  #daigo .details_wrap dt.important .balloon {
    width: 100%;
  }
  #daigo .details_wrap dt.important .balloon em {
    font-size: 13px;
  }
  #daigo .details_wrap .title_ticket {
    font-size: 16px;
  }
  #daigo dl.details:has(.important) > dd {
    padding-block: 10px;
  }
  #daigo dl.details_week {
    gap: 12px 18px;
  }
  #daigo dl.details_week > dd::before {
    left: -9px;
  }
  #daigo dl.details_price {
    gap: 0px 2em;
  }
  #daigo .colabo h4 {
    font-size: 24px;
  }
  #daigo .colabo .colabo_img {
    max-width: 500px;
    width: 100%;
    margin: auto;
    gap: 50px;
  }
  #daigo .colabo .colabo_img .naked {
    width: calc(0.6675 * (100% - 100px));
  }
  #daigo .colabo .colabo_img .x {
    width: calc(0.125 * (100% - 100px));
  }
  #daigo .colabo .colabo_img .souda {
    width: calc(0.2075 * (100% - 100px));
  }
  #daigo .naked_details {
    margin-top: 100px;
    padding: 40px 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 56px;
  }
  #daigo .naked_details .naked {
    width: 217px;
    margin: auto;
  }
  #daigo .naked_details p {
    max-width: 750px;
  }
  #sightseeing .pickup_wrap + .pickup_wrap {
    margin-top: 100px;
  }
  #sightseeing .pickup_inner {
    gap: 64px;
  }
  #sightseeing .pickup_inner .exp_notes_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sightseeing .pickup_inner .exp_notes_wrap .sub_title {
    font-size: 32px;
  }
  #sightseeing .btn_wrap {
    margin-top: 100px;
  }
  #sightseeing .btn_wrap .catch {
    font-size: 20px;
    line-height: 1.8;
  }
  #flower ul.event_list {
    margin: 80px auto;
  }
  #flower ul.event_list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    padding: 24px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #flower ul.event_list > li figure {
    width: 256px;
  }
  #flower ul.event_list > li figure figcaption {
    right: 5px;
    bottom: 2px;
    font-size: 10px;
  }
  #flower ul.event_list > li .event_details {
    width: calc(100% - 256px - 32px);
  }
  #flower ul.event_list > li .event_details .event_title {
    -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;
    font-size: 24px;
  }
  #flower ul.plan_list a.plan_link .plan_title_wrap .plan_title {
    font-size: 16px;
    font-weight: 500;
  }
  #flower .artist_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
    padding: 24px 40px;
  }
  #flower .artist_wrap > figure {
    width: 200px;
  }
  #flower .artist_wrap .details {
    width: calc(100% - 200px - 56px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #flower .artist_wrap .details h4 {
    -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: 8px;
  }
  #flower .artist_wrap .details > p {
    text-align: left;
  }
  #map .content_wrap {
    gap: 40px;
  }
  #map .title {
    font-size: 64px;
  }
  #map .icon_list_outer {
    border: none;
    padding: 0;
  }
  #map .icon_list_outer .icon_list_wrap {
    justify-items: center;
    gap: 24px;
  }
  #map .icon_list_outer .icon_list_wrap .icon_list_set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
@media screen and (min-width: 769px) and (min-width: 880px) {
  #map .icon_list_outer .icon_list_wrap .icon_list_set1 {
    gap: 48px;
  }
}
@media screen and (min-width: 769px) {
  #map ul.icon_list {
    font-size: 14px;
    gap: 4px 24px;
  }
  #map ul.icon_list.sp-block {
    display: none !important;
  }
  #map ul.icon_list .icon {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (min-width: 880px) {
  #map ul.icon_list {
    font-size: 15px;
    gap: 4px 48px;
  }
  #map ul.icon_list .icon {
    width: 30px;
  }
}
@media screen and (min-width: 769px) {
  #map ul.icon_list > li {
    position: relative;
  }
  #map ul.icon_list > li::after {
    top: calc(50% - 12px);
    right: -12px;
    height: 24px;
  }
}
@media screen and (min-width: 769px) and (min-width: 800px) {
  #map ul.icon_list > li::after {
    right: -16px;
  }
}
@media screen and (min-width: 769px) and (min-width: 910px) {
  #map ul.icon_list > li::after {
    right: -24px;
  }
}
@media screen and (min-width: 769px) {
  #map ul.icon_list > li:last-child::after {
    display: none;
  }
  #map ul.icon_list > li:first-child::after {
    display: block;
  }
  #map ul.icon_list dl {
    gap: 12px;
  }
  #map ul.icon_list dl dt {
    white-space: nowrap;
  }
  #sustainable {
    padding-bottom: 140px;
  }
  #sustainable .content_wrap {
    gap: 80px;
  }
  #sustainable .title {
    margin-inline: calc(50% - 50vw);
  }
  #sustainable .title figure {
    aspect-ratio: 1400/650;
  }
  #sustainable .lead {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sustainable ul.plan_list li {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 769px) {
  #sustainable ul.plan_list a.plan_link {
    color: #fff;
  }
  #sustainable ul.plan_list a.plan_link .plan_img_wrap .plan_arrow {
    background: var(--col-pink);
    border: solid 1px var(--col-pink);
  }
  #sustainable ul.plan_list a.plan_link dl.plan_calender dt::after {
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  #sustainable ul.plan_list a.plan_link:hover .plan_img_wrap figure::after {
    opacity: 0.3;
  }
  #sustainable ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow {
    background: #ffeeee;
    border-color: #ffeeee;
  }
  #sustainable ul.plan_list a.plan_link:hover .plan_img_wrap .plan_arrow::after {
    background: var(--col-pink);
  }
}
@media screen and (min-width: 769px) {
  #recommend {
    padding-block: 140px 140px;
  }
  #recommend .content_wrap {
    gap: 140px;
  }
  #recommend .sakura_wrap {
    aspect-ratio: 1200/400;
  }
  #recommend .sakura_wrap .inner {
    gap: 32px;
    width: 100%;
  }
  #recommend .sakura_wrap .inner .title {
    font-size: 42px;
  }
  #recommend .kyoto_wrap .title {
    font-size: 32px;
  }
  #recommend .kyoto_wrap .inner {
    gap: 80px;
  }
  #recommend .kyoto_wrap .inner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recommend .kyoto_wrap .inner .list.list_3 {
    gap: 24px;
  }
  #recommend .kyoto_wrap .inner .list.list_3 li {
    width: 33.3%;
  }
  #recommend .kyoto_wrap .inner .list.list_4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
  #recommend .kyoto_wrap .inner .list.list_4 li {
    width: calc((100% - 32px) / 2);
  }
  #recommend .kyoto_wrap .inner .list > li > a figure {
    gap: 12px;
  }
  #recommend .kyoto_wrap .inner .list > li > a figure figcaption {
    font-size: 20px;
  }
  #recommend .kyoto_wrap .inner .list + .notes {
    margin-top: -48px;
  }
  #recommend .kyoto_wrap .inner .list + .notes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
  .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;
  }
}/*# sourceMappingURL=style.css.map */