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

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

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #111522;
  color: #ffffff;
}

::selection {
  background: #111522;
  color: #ffffff;
}

::-moz-selection {
  background: #111522;
  color: #ffffff;
}

figure img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes mv {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
#fv {
  position: relative;
  width: 100%;
  height: 6.3rem;
}
@media screen and (min-width: 768px) {
  #fv {
    height: 10.26rem;
  }
}
#fv .l-bg {
  max-width: unset;
  width: 100%;
  height: 4.39rem;
  position: absolute;
  top: -0.12rem;
  right: 0;
  background-image: url("../img/bg/fv_sp.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv .l-bg {
    width: 100%;
    height: 77.0833333333vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/bg/fv_pc.webp");
  }
}
#fv .l-container {
  position: relative;
  height: 100%;
}
#fv .c-btn--white {
  display: none;
}
@media screen and (min-width: 768px) {
  #fv .c-btn--white {
    display: flex;
    position: absolute;
    top: 1.03rem;
    right: -0.19rem;
    width: 3.12rem;
    height: 0.51rem;
    padding-right: 0.2rem;
  }
  #fv .c-btn--white::after {
    right: 0.24rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}
#fv .l-catch {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  position: absolute;
  z-index: 2;
  top: 0.79rem;
  right: 0.25rem;
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.14rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  text-shadow: 0 0 0.08rem #AC7000, 0 0 0.16rem #AC7000, 0 0 0.16rem #AC7000, 0 0 0.08rem #AC7000, 0 0 0.08rem #AC7000, 0 0 0.08rem #AC7000, 0 0 0.08rem #AC7000;
}
@media screen and (min-width: 768px) {
  #fv .l-catch {
    font-size: 0.28rem;
    line-height: 0.28rem;
    top: 2.1rem;
    gap: 0.18rem;
    letter-spacing: 0.2em;
  }
}
#fv .l-catch i {
  font-style: normal;
  position: relative;
  left: 0.05rem;
}
#fv .l-logo {
  position: absolute;
  top: 0.79rem;
  z-index: 3;
  left: -9;
  width: 1.7rem;
  height: 1.63rem;
  background-image: url("../img/common/logo_full.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv .l-logo {
    width: 3.05rem;
    height: 2.92rem;
    top: 1.53rem;
    left: 1.05rem;
  }
}
#fv .l-logo span {
  display: none;
}
#fv .l-info {
  position: absolute;
  left: 50%;
  bottom: 1.02rem;
  transform: translateX(-50%);
  width: calc(f / 100 * 1rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #fv .l-info {
    bottom: unset;
    top: 4.71rem;
    width: 5.1rem;
    left: 0.02rem;
    transform: unset;
  }
}
#fv .l-info__catch {
  text-align: center;
  position: relative;
  text-shadow: 0 0 0.08rem #111522, 0 0 0.08rem #111522, 0 0 0.08rem #111522, 0 0 0.08rem #111522, 0 0 0.08rem #111522, 0 0 0.08rem #111522, 0 0 0.08rem #111522;
}
#fv .l-info__catch span {
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.37rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  #fv .l-info__catch span {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
#fv .l-info__catch strong {
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  #fv .l-info__catch strong {
    font-size: 0.4rem;
    line-height: 0.58rem;
  }
}
#fv .l-info__date {
  position: relative;
  text-align: center;
  display: flex;
  gap: 0.16rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.16rem;
  margin-bottom: 0.05rem;
  text-shadow: 0 0 0.16rem #111522, 0 0 0.16rem #111522, 0 0 0.16rem #111522;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date {
    margin-top: 0.56rem;
    margin-bottom: 0rem;
  }
}
#fv .l-info__date--wrapper {
  display: flex;
  position: relative;
  padding-right: 0.22rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--wrapper {
    padding-right: 0.37rem;
  }
}
#fv .l-info__date--bar {
  width: 0.15rem;
  height: 0.015rem;
  background-color: white;
  flex: none;
  position: relative;
  top: -0.06rem;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--bar {
    width: 0.27rem;
    height: 0.025rem;
    top: -0.15rem;
  }
}
#fv .l-info__date--month {
  font-family: larken, serif;
  font-size: 0.26rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  width: 0.28rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--month {
    font-size: 0.48rem;
    line-height: 0.51rem;
    width: 0.52rem;
  }
}
#fv .l-info__date--month span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#fv .l-info__date--month span::after {
  content: "";
  width: 0.015rem;
  height: 0.41rem;
  position: absolute;
  bottom: -0.05rem;
  right: -0.01rem;
  transform: rotate(39.36deg);
  transform-origin: bottom left;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--month span::after {
    height: 0.73rem;
    right: 0;
    bottom: -0.06rem;
  }
}
#fv .l-info__date--year {
  font-family: larken, serif;
  font-size: 0.12rem;
  line-height: 0.13rem;
  letter-spacing: 0em;
  font-weight: 400;
  position: absolute;
  bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--year {
    font-size: 0.24rem;
    line-height: 0.25rem;
    bottom: 0.19rem;
  }
}
#fv .l-info__date--day {
  font-family: larken, serif;
  font-size: 0.53rem;
  line-height: 0.56rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-top: 0.08rem;
  margin-left: 0.16rem;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--day {
    font-size: 0.96rem;
    line-height: 1.02rem;
    padding-top: 0.23rem;
    margin-left: 0.23rem;
  }
}
#fv .l-info__date--week-day {
  font-family: larken, serif;
  font-size: 0.11rem;
  line-height: 0.15rem;
  letter-spacing: -0.1em;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  padding-top: 0.07rem;
  padding-bottom: 0.07rem;
  padding-right: 0.01rem;
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  text-shadow: 0 0 0.03rem #111522, 0 0 0.03rem #111522, 0 0 0.03rem #111522, 0 0 0.08rem #111522, 0 0 0.08rem #111522;
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--week-day {
    font-size: 0.16rem;
    line-height: 0.22rem;
    padding-top: 0.1rem;
    padding-bottom: 0.06rem;
    letter-spacing: 0.2em;
    bottom: 0.29rem;
  }
}
#fv .l-info__date--week-day::before {
  content: "";
  position: absolute;
  width: 0.11rem;
  height: 0.04rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 0.015rem solid white;
  border-bottom: unset;
  filter: drop-shadow(0 0 0.03rem #111522) drop-shadow(0 0 0.03rem #111522) drop-shadow(0 0 0.03rem #111522);
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--week-day::before {
    width: 0.2rem;
    height: 0.08rem;
  }
}
#fv .l-info__date--week-day::after {
  content: "";
  position: absolute;
  width: 0.11rem;
  height: 0.04rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 0.015rem solid white;
  border-top: unset;
  filter: drop-shadow(0 0 0.03rem #111522) drop-shadow(0 0 0.03rem #111522) drop-shadow(0 0 0.03rem #111522);
}
@media screen and (min-width: 768px) {
  #fv .l-info__date--week-day::after {
    width: 0.2rem;
    height: 0.08rem;
  }
}
#fv .l-info__time {
  padding-top: 0.03rem;
  padding-bottom: 0.05rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 0.015rem solid white;
  border-bottom: 0.015rem solid white;
  margin: auto;
  text-shadow: 0 0 0.03rem #111522, 0 0 0.03rem #111522, 0 0 0.03rem #111522, 0 0 0.08rem #111522, 0 0 0.08rem #111522;
}
@media screen and (min-width: 768px) {
  #fv .l-info__time {
    width: 4.2rem;
    font-size: 0.18rem;
    line-height: 0.29rem;
  }
}
@media screen and (min-width: 768px) {
  #fv .l-info__time small {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  #fv .l-info__time small i {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
}
#fv .l-info__time i {
  font-family: larken, serif;
  font-size: 0.13rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #fv .l-info__time i {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}

#concept #concept1 {
  padding-top: 3.44rem;
}
@media screen and (min-width: 768px) {
  #concept #concept1 {
    padding-top: 0.62rem;
  }
}
@media screen and (min-width: 768px) {
  #concept #concept1 .l-wrapper {
    margin-left: auto;
  }
}
#concept #concept2 {
  padding-top: 3.42rem;
  padding-bottom: 4.97rem;
}
@media screen and (min-width: 768px) {
  #concept #concept2 {
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }
}
#concept #concept-image1 {
  width: 8.18rem;
  height: 5.63rem;
  top: -1.72rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #concept #concept-image1 {
    width: 11.5rem;
    height: 7.91rem;
    left: -3.71rem;
    top: -1.58rem;
    transform: unset;
  }
}
#concept #concept-image1 div {
  background-image: url("../img/concept/concept1.webp");
}
#concept #concept-image2 {
  width: 6rem;
  height: 4.46rem;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #concept #concept-image2 {
    width: 7.29rem;
    height: 5.42rem;
    z-index: 3;
    left: unset;
    transform: unset;
    right: -2.85rem;
    top: 0rem;
  }
}
#concept #concept-image2 div {
  background-image: url("../img/concept/concept2.webp");
}
#concept #concept-image3 {
  width: 7.45rem;
  height: 4.54rem;
  bottom: 0.27rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #concept #concept-image3 {
    width: 11.5rem;
    height: 7.4rem;
    left: unset;
    transform: unset;
    right: -3.06rem;
    bottom: -0.59rem;
  }
}
#concept #concept-image3 div {
  background-image: url("../img/concept/concept3.webp");
}
#concept .l-container {
  position: relative;
}
#concept .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #concept .l-container .l-wrapper {
    width: 5.32rem;
  }
}
#concept .l-container .l-wrapper h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #concept .l-container .l-wrapper h3 {
    font-size: 0.28rem;
    line-height: 0.43rem;
    white-space: nowrap;
  }
}
#concept .l-container .l-wrapper p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #concept .l-container .l-wrapper p {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}

#guide {
  padding-bottom: 1.21rem;
}
@media screen and (min-width: 768px) {
  #guide {
    padding-bottom: 1.8rem;
  }
}
#guide .c-heading--twinkle {
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #guide .c-heading--twinkle {
    margin-bottom: 0.56rem;
  }
}
#guide .l-top {
  position: relative;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #guide .l-top {
    width: 7.42rem;
    margin: 0 auto 0.32rem;
  }
}
#guide .l-top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.24rem;
  width: 0.33rem;
  height: 0.75rem;
  background-image: url("../img/common/branch.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  #guide .l-top::before {
    width: 0.74rem;
    height: 1.67rem;
    left: -0.16rem;
    bottom: unset;
    top: -0.56rem;
  }
}
#guide .l-top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.24rem;
  width: 0.33rem;
  height: 0.75rem;
  background-image: url("../img/common/branch.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #guide .l-top::after {
    width: 0.74rem;
    height: 1.67rem;
    right: -0.16rem;
    bottom: unset;
    top: -0.56rem;
  }
}
#guide .l-date {
  font-family: larken, serif;
  font-size: 0.24rem;
  line-height: 0.25rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.16rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #guide .l-date {
    font-size: 0.4rem;
    line-height: 0.54rem;
    margin-bottom: 0.22rem;
  }
}
#guide .l-date small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guide .l-date small {
    font-size: 0.24rem;
    line-height: 0.54rem;
  }
}
#guide .l-date i {
  font-style: normal;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guide .l-date i {
    font-size: 0.26rem;
    line-height: 0.54rem;
  }
}
#guide .l-timetable {
  width: 2.98rem;
  margin: auto;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #guide .l-timetable {
    width: 4.65rem;
    margin-bottom: 0.32rem;
  }
}
#guide .l-timetable dl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#guide .l-timetable dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guide .l-timetable dl dt {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
}
#guide .l-timetable dl dd {
  font-family: larken, serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #guide .l-timetable dl dd {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#guide .l-info {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #guide .l-info {
    font-size: 0.17rem;
    line-height: 0.24rem;
  }
}
#guide .l-info dl {
  display: flex;
  white-space: nowrap;
}
#guide .l-table {
  width: 100%;
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #guide .l-table {
    width: 7.5rem;
    margin: 0 auto 1.2rem;
  }
}
#guide .l-table table {
  width: 100%;
}
#guide .l-table table td {
  border: 0.015rem solid white;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding-top: 0.05rem;
  padding-bottom: 0.07rem;
  width: 20%;
}
@media screen and (min-width: 768px) {
  #guide .l-table table td {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-top: 0.05rem;
    padding-bottom: 0.09rem;
  }
}
#guide .l-table table td small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.09rem;
  line-height: 0.11rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guide .l-table table td small {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
}
#guide .l-table table td b {
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  #guide .l-table table td b {
    font-size: 0.24rem;
  }
}
#guide .l-table table td:has(small) {
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
}
#guide .l-table table td[gray] {
  background-color: rgba(221, 216, 204, 0.75);
  color: black;
}
#guide .l-legend {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #guide .l-legend {
    gap: 0.09rem;
    width: 6.58rem;
    margin: 0 auto 0.3rem;
  }
}
#guide .l-legend div {
  display: flex;
  gap: 0.12rem;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guide .l-legend div {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#guide .l-legend div::before {
  content: "";
  display: block;
  width: 0.46rem;
  height: 0.14rem;
  border: 0.01rem solid #707070;
}
@media screen and (min-width: 768px) {
  #guide .l-legend div::before {
    width: 0.49rem;
    height: 0.22rem;
  }
}
#guide .l-legend--open::before {
  background-color: white;
}
@media screen and (min-width: 768px) {
  #guide .l-legend--open::before {
    width: 0.4rem !important;
  }
}
#guide .l-legend--sat {
  margin-left: -0.07rem;
}
@media screen and (min-width: 768px) {
  #guide .l-legend--sat {
    margin-left: -0.08rem;
  }
}
#guide .l-legend--sat::before {
  background-color: #B6D2F0;
}
@media screen and (min-width: 768px) {
  #guide .l-legend--sat::before {
    width: 0.4rem !important;
  }
}
#guide .l-legend--sun {
  margin-left: -0.07rem;
}
@media screen and (min-width: 768px) {
  #guide .l-legend--sun {
    margin-left: -0.08rem;
  }
}
#guide .l-legend--sun::before {
  background-color: #FCBDBD;
}
@media screen and (min-width: 768px) {
  #guide .l-legend--sun::before {
    width: 0.4rem !important;
  }
}
#guide .l-legend--special::before {
  background-color: #E8A123;
}
#guide .l-legend--closed::before {
  background-color: #9D9D9D;
}
#guide .l-calendar {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  align-items: flex-start;
  width: 2.97rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #guide .l-calendar {
    width: 6.58rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.39rem 0.26rem;
  }
}
#guide .l-calendar img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: nono;
     -moz-user-select: nono;
          user-select: nono;
}
@media screen and (min-width: 768px) {
  #guide .l-calendar img {
    width: 3.14rem;
  }
}

#map {
  padding-bottom: 1.19rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #map {
    padding-bottom: 2.15rem;
  }
}
#map .l-container {
  display: flex;
  gap: 0.12rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #map .l-container {
    padding-left: 1.13rem;
    gap: 0.14rem;
    align-items: center;
    margin-bottom: 0.2rem;
  }
}
#map .l-container .l-image {
  padding-top: 0.05rem;
  display: flex;
  gap: 0.04rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #map .l-container .l-image {
    padding-top: unset;
    gap: 0.14rem;
  }
}
#map .l-container .l-image img {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  flex: none;
  filter: drop-shadow(0 0 0.04rem #EABE6F) drop-shadow(0 0 0.02rem #EABE6F);
  width: 0.53rem;
  height: 0.53rem;
}
#map .l-container .l-desc {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #map .l-container .l-desc {
    gap: 0.02rem;
  }
}
#map .l-container .l-desc h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #map .l-container .l-desc h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
}
#map .l-container .l-desc p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #map .l-container .l-desc p {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
#map #map-wrapper {
  padding-bottom: 0.21rem;
}
@media screen and (min-width: 768px) {
  #map #map-wrapper {
    padding-bottom: unset;
    width: 9.95rem;
    margin: auto;
  }
}
#map #map-wrapper .simplebar-content {
  display: flex;
}
#map #map-wrapper .simplebar-content::before {
  content: "";
  width: 0.25rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #map #map-wrapper .simplebar-content::before {
    width: 0rem;
  }
}
#map #map-wrapper .simplebar-content::after {
  content: "";
  width: 0.25rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #map #map-wrapper .simplebar-content::after {
    width: 0rem;
  }
}
#map #map-image {
  max-width: unset;
  width: 8.7rem;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #map #map-image {
    width: 100%;
    margin-bottom: unset;
  }
}

#area {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  #area {
    padding-bottom: 2.05rem;
  }
}
#area #story1 {
  padding-top: 3.48rem;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  #area #story1 {
    padding-top: 1.6rem;
  }
}
#area #story1 .l-content {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #area #story1 .l-content {
    padding-bottom: 2rem;
  }
}
#area #story2 {
  padding-top: 3.64rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #area #story2 {
    padding-top: 2.64rem;
  }
}
#area #story3 {
  padding-top: 8.86rem;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  #area #story3 {
    padding-top: 3.04rem;
  }
}
#area #story3 .l-content {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #area #story3 .l-content {
    padding-bottom: 2rem;
  }
}
#area #story4 {
  padding-top: 4.83rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #area #story4 {
    padding-top: 3.12rem;
  }
}
#area #story4 .l-content {
  padding-bottom: 1.58rem;
}
@media screen and (min-width: 768px) {
  #area #story4 .l-content {
    padding-bottom: 2rem;
  }
}
#area #story5 {
  padding-top: 4.1rem;
}
@media screen and (min-width: 768px) {
  #area #story5 {
    padding-top: 2.64rem;
  }
}
#area #story5 .l-content {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #area #story5 .l-content {
    padding-bottom: 2rem;
  }
}
#area #area-image-1-1 {
  top: -0.39rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 4.71rem;
  background-image: url("../img/area/deco1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-1-1 {
    width: 10.85rem;
    height: 8.51rem;
    transform: unset;
    top: -1.01rem;
    left: -2.49rem;
  }
}
#area #area-image-1-2 {
  top: 8.65rem;
  right: 0;
  width: 2rem;
  height: 1.25rem;
  background-image: url("../img/area/deco2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-1-2 {
    top: 6.15rem;
    right: unset;
    left: 1.8rem;
    width: 4.35rem;
    height: 2.71rem;
    transform: scale(1.1);
  }
}
#area #area-image-2-1 {
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 4.77rem;
  background-image: url("../img/area/deco3.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-2-1 {
    width: 10.23rem;
    height: 8.13rem;
    transform: unset;
    top: -1.11rem;
    left: unset;
    right: -2.39rem;
  }
}
#area #area-image-2-2 {
  bottom: 0.12rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 5.83rem;
  height: 2.64rem;
  background-image: url("../img/area/deco4_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-2-2 {
    left: unset;
    background-image: url("../img/area/deco4_pc.webp");
    transform: unset;
    width: 9.16rem;
    height: 4.7rem;
    bottom: 1.39rem;
    right: -1.42rem;
  }
}
#area #area-image-2-3 {
  bottom: -0.42rem;
  right: -0.48rem;
  transform: translateY(100%);
  width: 5.45rem;
  height: 3.17rem;
  background-image: url("../img/area/deco5.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-2-3 {
    width: 9.36rem;
    height: 5.44rem;
    bottom: -1.7rem;
    right: -0.97rem;
    transform: unset;
  }
}
#area #area-image-2-4 {
  bottom: -2.35rem;
  right: 0rem;
  transform: translateY(100%);
  width: 1.2rem;
  height: 1.41rem;
  background-image: url("../img/area/deco6.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-2-4 {
    width: 2.36rem;
    height: 2.78rem;
    transform: scale(1.1);
    right: -0.55rem;
    bottom: -1.39rem;
  }
}
#area #area-image-3-1 {
  top: 4.03rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 4.83rem;
  background-image: url("../img/area/deco7.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-3-1 {
    width: 10.85rem;
    height: 8.73rem;
    transform: unset;
    top: 0.08rem;
    left: -2.81rem;
  }
}
#area #area-image-3-2 {
  top: 14.62rem;
  right: -0.25rem;
  width: 1.28rem;
  height: 1.25rem;
  background-image: url("../img/area/deco8.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-3-2 {
    top: 7.24rem;
    right: unset;
    left: 0;
    width: 3.2rem;
    height: 3.13rem;
    transform: scale(1.1);
  }
}
#area #area-image-4-1 {
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 4.83rem;
  background-image: url("../img/area/deco9.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-4-1 {
    width: 10.85rem;
    height: 8.73rem;
    transform: unset;
    top: -1.71rem;
    left: unset;
    right: -2.34rem;
  }
}
#area #area-image-4-2 {
  top: 10rem;
  right: 0rem;
  width: 2rem;
  height: 1.14rem;
  background-image: url("../img/area/deco10.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-4-2 {
    width: 4rem;
    height: 2.29rem;
    transform: scale(1.1);
    right: 1.85rem;
    bottom: unset;
    top: 6.1rem;
  }
}
@media screen and (min-width: 768px) {
  #area #area-image-5-1 {
    top: -2.01rem;
    right: 0.9rem;
    width: 9.6rem;
    height: 4.35rem;
    background-image: url("../img/area/deco11.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#area #area-image-5-2 {
  top: 0rem;
  left: calc(50% + 0.12rem);
  transform: translateX(-50%);
  width: 6rem;
  height: 4.6rem;
  background-image: url("../img/area/deco12.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-5-2 {
    width: 10.85rem;
    height: 8.31rem;
    transform: unset;
    top: -0.7rem;
    left: -2.87rem;
  }
}
#area #area-image-5-3 {
  top: 9.69rem;
  right: -0.33rem;
  width: 2rem;
  height: 1.36rem;
  background-image: url("../img/area/deco14.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area #area-image-5-3 {
    top: 6.24rem;
    right: unset;
    left: 0.48rem;
    width: 4rem;
    height: 2.73rem;
    transform: scale(1.1);
  }
}
#area .l-top {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.4rem;
  color: #DDD8CC;
}
@media screen and (min-width: 768px) {
  #area .l-top {
    margin-top: 0.64rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
#area .l-top b {
  font-weight: 700;
}
#area .l-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area .l-wrapper:nth-of-type(2n) .l-content {
    margin-left: unset;
  }
}
@media screen and (min-width: 768px) {
  #area .l-wrapper:nth-of-type(2n) .l-content .l-number {
    margin-left: unset;
  }
}
@media screen and (min-width: 768px) {
  #area .l-content {
    width: 6.56rem;
    margin-left: auto;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
#area .l-content .l-text {
  position: relative;
}
#area .l-content .l-text::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.81);
  filter: blur(0.31rem);
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.8rem);
}
@media screen and (min-width: 768px) {
  #area .l-content .l-text::before {
    top: calc(50% + 0.6rem);
    width: calc(100% + 0.8rem);
    height: calc(100% + 0rem);
  }
}
#area .l-content .l-text * {
  position: relative;
  z-index: 2;
}
#area .l-content .l-number {
  padding-bottom: 0.11rem;
  color: #AC7000;
  font-family: larken, serif;
  font-size: 0.29rem;
  line-height: 0.31rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-bottom: 0.015rem solid #AC7000;
  margin-left: auto;
  margin-bottom: 0.5rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #area .l-content .l-number {
    margin-left: auto;
    margin-right: 0.07rem;
    margin-bottom: 0.66rem;
  }
}
#area .l-content .l-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #area .l-content .l-heading {
    margin-bottom: 0.56rem;
  }
}
#area .l-content .l-heading::before {
  content: "";
  position: absolute;
  pointer-events: unset;
  width: 1.65rem;
  height: 0.67rem;
  left: 1.59rem;
  top: 0.36rem;
  background-image: url("../img/area/deco13.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area .l-content .l-heading::before {
    left: 2rem;
    top: 0.54rem;
  }
}
#area .l-content .l-heading.l-heading--camera strong {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#area .l-content .l-heading.l-heading--camera strong::after {
  content: "";
  width: 0.53rem;
  height: 0.53rem;
  transform: translateX(100%);
  background-image: url("../img/common/icon_camera.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -0.22rem;
  top: 0.29rem;
  filter: drop-shadow(0 0 0.04rem #EABE6F) drop-shadow(0 0 0.02rem #EABE6F);
}
#area .l-content .l-heading.l-heading--active strong {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#area .l-content .l-heading.l-heading--active strong::after {
  content: "";
  width: 0.53rem;
  height: 0.53rem;
  transform: translateX(100%);
  background-image: url("../img/common/icon_touch.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -0.22rem;
  top: 0.29rem;
  filter: drop-shadow(0 0 0.04rem #EABE6F) drop-shadow(0 0 0.02rem #EABE6F);
}
#area .l-content .l-heading * {
  position: relative;
  z-index: 2;
}
#area .l-content .l-heading strong {
  color: #DDD8CC;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.46rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #area .l-content .l-heading strong {
    font-size: 0.4rem;
    line-height: 0.58rem;
  }
}
#area .l-content .l-heading span {
  color: #AC7000;
  font-family: larken, serif;
  font-size: 0.14rem;
  line-height: 0.15rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #area .l-content .l-heading span {
    font-size: 0.16rem;
    line-height: 0.17rem;
  }
}
#area .l-content .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #area .l-content .l-desc {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
}
#area .l-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #area .l-gallery {
    justify-content: center;
    flex-direction: row;
  }
}
#area .l-gallery figure {
  width: 100%;
  height: 2.16rem;
  border: 0.01rem solid #DDD8CC;
}
@media screen and (min-width: 768px) {
  #area .l-gallery figure {
    width: 3.45rem;
    height: 2.4rem;
  }
}
#area .l-gallery figure img {
  width: 100%;
  height: 100%;
}

#archive {
  position: relative;
  width: 100%;
  background-image: url("../img/bg/archive.webp");
  background-size: 100vw 153.125vw;
  background-position: top;
  background-repeat: repeat-y;
}

#event {
  padding-top: 0.89rem;
  padding-bottom: 2.04rem;
}
@media screen and (min-width: 768px) {
  #event {
    padding-top: 1.6rem;
    padding-bottom: 1.58rem;
  }
}
#event .c-heading {
  margin-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #event .c-heading {
    margin-bottom: 0.64rem;
  }
}
#event .p-archive {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #event .p-archive {
    margin-bottom: 0.93rem;
  }
}
#event .c-btn--white {
  margin: 0.77rem auto 0;
}
@media screen and (min-width: 768px) {
  #event .c-btn--white {
    margin-top: 0.7rem;
  }
}

#activities {
  padding-bottom: 1.96rem;
}
@media screen and (min-width: 768px) {
  #activities {
    padding-bottom: 1.41rem;
  }
}
#activities .c-heading {
  margin-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #activities .c-heading {
    margin-bottom: 0.64rem;
  }
}
#activities .c-btn--white {
  margin: 0.69rem auto 0;
}
@media screen and (min-width: 768px) {
  #activities .c-btn--white {
    margin-top: 0.65rem;
  }
}

#restaurant {
  padding-bottom: 1.77rem;
}
@media screen and (min-width: 768px) {
  #restaurant {
    padding-bottom: 1.7rem;
  }
}
#restaurant .c-heading {
  margin-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #restaurant .c-heading {
    margin-bottom: 0.73rem;
  }
}
#restaurant .c-btn--white {
  margin: 0.68rem auto 0;
}
@media screen and (min-width: 768px) {
  #restaurant .c-btn--white {
    margin-top: 1.11rem;
  }
}

#shopping {
  padding-bottom: 1.69rem;
}
@media screen and (min-width: 768px) {
  #shopping {
    padding-bottom: 1.92rem;
  }
}
#shopping .c-heading {
  margin-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #shopping .c-heading {
    margin-bottom: 0.73rem;
  }
}
#shopping .c-btn--white {
  margin: 0.68rem auto 0;
}
@media screen and (min-width: 768px) {
  #shopping .c-btn--white {
    margin-top: 0.62rem;
  }
}

#access {
  padding-top: 0.8rem;
  padding-bottom: 0.72rem;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: black;
}
#access::before {
  content: "";
  background-image: url("../img/bg/access.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #access {
    padding-top: 1.75rem;
    padding-bottom: 1.61rem;
  }
}
#access #access-flow {
  padding-bottom: 0.21rem;
  margin-top: 0.56rem;
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #access #access-flow {
    margin-top: 0.64rem;
    margin-bottom: 0.64rem;
    padding-bottom: unset;
  }
}
#access #access-flow .simplebar-content {
  display: flex;
}
#access #access-flow .simplebar-content::before {
  content: "";
  width: 0.25rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #access #access-flow .simplebar-content::before {
    width: 0rem;
  }
}
#access #access-flow .simplebar-content::after {
  content: "";
  width: 0.25rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #access #access-flow .simplebar-content::after {
    width: 0rem;
  }
}
#access #access-image {
  max-width: unset;
  width: 7.6rem;
  display: block;
  height: auto;
  margin-bottom: 0.21rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #access #access-image {
    width: 100%;
    margin-bottom: unset;
  }
}
#access .l-bus {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  #access .l-bus {
    margin-top: 1.2rem;
  }
}
#access .l-bus h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
#access .l-bus p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #access .l-bus p {
    width: 4.6rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
#access .l-bus strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #access .l-bus strong {
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.64rem;
  }
}
#access .c-btn--white {
  margin: auto;
}

#instagram {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: black;
}
#instagram::before {
  content: "";
  background-image: url("../img/bg/blue.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #instagram {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
#instagram .c-heading {
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  #instagram .c-heading {
    margin-bottom: 0.64rem;
  }
}
#instagram .l-slider {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #instagram .l-slider {
    margin-bottom: 0.79rem;
  }
}
#instagram .l-slider .swiper-wrapper {
  height: 1.35rem;
  transition-timing-function: linear !important;
}
@media screen and (min-width: 768px) {
  #instagram .l-slider .swiper-wrapper {
    height: 20vw;
  }
}
#instagram .l-slider .swiper-wrapper .swiper-slide {
  max-height: 100%;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
#instagram .l-slider .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
#instagram .l-slider .swiper-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}
#instagram .c-btn--white {
  margin: auto;
}

#contact {
  padding-top: 1.13rem;
  padding-bottom: 1.41rem;
  background-color: black;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
#contact .c-heading {
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  #contact .c-heading {
    margin-bottom: 0.64rem;
  }
}
#contact .c-btn--white {
  margin: auto;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #contact .c-btn--white {
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.24rem;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}

#produce {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #produce {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
#produce .l-container {
  margin-top: 0.44rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #produce .l-container {
    margin-bottom: 0.64rem;
    gap: 0.8rem;
    flex-direction: row;
    justify-content: center;
  }
}
#produce .l-container .l-logo {
  width: 1.75rem;
  height: 1.03rem;
}
@media screen and (min-width: 768px) {
  #produce .l-container .l-logo {
    width: 2.28rem;
    height: 1.59rem;
  }
}
#produce .l-container .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #produce .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
    width: 5.5rem;
  }
}
#produce .c-btn--white {
  margin: auto;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: black;
  overflow-x: hidden;
}
.p-body::before {
  content: "";
  background-image: url("../img/bg/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.p-header {
  position: fixed;
  z-index: 5001;
  width: 100%;
  height: 0.6rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 1.2rem;
  }
}
.p-header--bg {
  position: fixed;
  z-index: 5000;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: linear-gradient(to bottom, #111522 0%, rgba(21, 27, 46, 0) 100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-header--bg {
    height: 1.23rem;
  }
}
.p-header__logo {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.16rem;
  margin-top: 0.2rem;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    width: 3.04rem;
    height: -moz-fit-content;
    height: fit-content;
    margin: unset;
    padding-bottom: 0.2rem;
  }
}
.p-header__logo img {
  width: 2rem;
  height: 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 2.85rem;
    height: 0.43rem;
  }
}
.p-header__container {
  position: relative;
  z-index: 5004;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: center;
    gap: 0.39rem;
    width: 14.4rem;
    padding-left: 0.5rem;
    padding-right: 0.33rem;
    padding-bottom: 0.16rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: unset;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 5003;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s;
  overflow: scroll;
  display: flex;
  opacity: 0;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: initial;
    padding: 0;
    overflow: unset;
    transform: unset;
    transition: 0s;
    background-color: unset;
    box-shadow: unset;
    opacity: 1;
    height: unset;
  }
}
.p-header__nav__container {
  display: flex;
  flex-direction: column;
  flex: auto;
  max-height: unset;
  padding-top: 1.12rem;
  padding-bottom: 1.4rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav__container {
    flex-direction: row;
    align-items: center;
    padding-top: unset;
    padding-bottom: unset;
  }
}
.p-header__nav--logo {
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.16rem;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo {
    display: none;
  }
}
.p-header__nav--logo img {
  width: 2rem;
  height: 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__nav--top {
    display: flex;
    justify-content: space-between;
  }
}
.p-header__nav--menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  margin-bottom: 0.34rem;
  gap: 0.4rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu {
    gap: 0.24rem;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: unset;
  }
}
.p-header__nav--menu li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-header__nav--menu li a,
.p-header__nav--menu li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.04rem;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  color: #DDD8CC;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li a,
  .p-header__nav--menu li div {
    gap: 0.02rem;
  }
}
.p-header__nav--menu li a:hover {
  opacity: 1;
  color: #AC7000;
}
.p-header__nav--menu li strong {
  font-family: larken, serif;
  font-size: 0.2rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li strong {
    font-size: 0.16rem;
    line-height: 0.17rem;
  }
}
.p-header__nav--menu li span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li span {
    font-size: 0.11rem;
    line-height: 0.16rem;
  }
}
.p-header__nav--button {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__nav--button {
    display: none;
  }
}
.p-header__nav--sns {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.24rem;
}
.p-header__nav--sns img {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__nav--sns {
    display: none;
  }
}
.p-header__nav--box {
  position: absolute;
  z-index: 5005;
  top: 0.17rem;
  right: 0.26rem;
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/twinkle2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s;
  opacity: 1;
}
.p-header__nav--box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/twinkle1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s;
  opacity: 0;
  transform: rotate(-360deg);
}
.p-header__nav--box span {
  position: absolute;
  font-family: larken, serif;
  color: #DDD8CC;
  font-family: larken, serif;
  font-size: 0.13rem;
  line-height: 0.13rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  left: 50%;
  bottom: -0.04rem;
  transform: translate(-50%, 100%) scale(0.7);
  transform-origin: top center;
  max-width: unset;
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__container .p-header__nav {
  transform: translateX(0);
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box::before {
  content: "";
  opacity: 0;
  transform: rotate(360deg);
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box::after {
  content: "";
  opacity: 1;
  transform: rotate(0deg);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  transform: translateX(0);
  opacity: 1;
}

.p-footer {
  position: relative;
  z-index: 500;
  width: 100%;
  background-color: #111522;
  padding-top: 0.76rem;
  padding-bottom: 0.99rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 1.2rem;
    padding-bottom: 1.24rem;
  }
}
.p-footer__container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 11rem;
    margin: auto;
    padding-left: unset;
    padding-right: unset;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
  }
}
.p-footer__logo {
  width: 1.7rem;
  height: 1.08rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 2.8rem;
    height: 1.79rem;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__button {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    position: relative;
    gap: 0.16rem;
  }
}
.p-footer__button .c-btn--white small {
  letter-spacing: -0.03em;
}
.p-footer__button--sns {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__button--sns {
    position: absolute;
    left: -0.31rem;
    transform: translateX(-100%);
    bottom: 0.13rem;
  }
}
.p-footer__copyright {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.41rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    text-align: right;
    margin-top: 0.17rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}

.p-banner {
  position: fixed;
  z-index: 100;
  bottom: 0.31rem;
  right: -0.19rem;
  width: 0.83rem;
  height: 1.66rem;
  transition: 0.3s;
  filter: drop-shadow(0 0 0.16rem rgba(172, 112, 0, 0.5));
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .p-banner {
    width: 1.45rem;
    height: 1.45rem;
    bottom: 0.5rem;
    right: 0.43rem;
    transform: translateX(0);
  }
  .p-banner:has(.p-banner__switch:checked) {
    opacity: 0;
    pointer-events: none;
  }
}
.p-banner--active {
  transform: translateX(0);
}
.p-banner__switch {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-banner__close {
    position: absolute;
    z-index: 2;
    width: 0.26rem;
    height: 0.26rem;
    top: 0.05rem;
    right: 0.19rem;
    background-image: url("../img/common/icon_close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}
.p-banner__content {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/common/banner_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-banner__content {
    background-image: url("../img/common/banner_pc.webp");
  }
}
.p-banner__content span {
  display: none;
}

.p-archive {
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-archive {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.32rem;
  }
}
@media screen and (min-width: 768px) {
  .p-archive--large {
    gap: 0.48rem;
    width: 9.68rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-archive--large .p-archive__wrapper {
    width: 4.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-archive--large .p-archive__thumb {
    height: 3.4rem;
  }
}
.p-archive__wrapper {
  width: 100%;
  padding-bottom: 0.17rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper {
    width: 3.45rem;
  }
}
.p-archive__wrapper:hover {
  opacity: 1;
}
.p-archive__wrapper:hover::after {
  color: #AC7000 !important;
  border-color: #AC7000 !important;
}
.p-archive__wrapper:hover .p-archive__text {
  opacity: 0.5;
}
.p-archive__wrapper:not([href=""])::after {
  content: "READ MORE";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 0.03rem;
  border-bottom: 0.015rem solid #DDD8CC;
  color: #DDD8CC;
  font-family: larken, serif;
  font-size: 0.12rem;
  line-height: 0.13rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 0.02rem;
  padding-right: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper:not([href=""])::after {
    transition: 0.3s;
    font-size: 0.13rem;
    line-height: 0.14rem;
  }
}
.p-archive__wrapper[href=""] {
  pointer-events: none !important;
}
.p-archive__thumb {
  width: 100%;
  height: 2.47rem;
}
@media screen and (min-width: 768px) {
  .p-archive__thumb {
    height: 2.15rem;
  }
}
.p-archive__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.p-archive__content {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-archive__content {
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
.p-archive__text {
  padding-top: 0.2rem;
  padding-bottom: 0.13rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-archive__text {
    padding-top: 0.16rem;
    padding-bottom: 0.26rem;
  }
}

.p-event {
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  align-items: center;
  width: 100%;
}
.p-event__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
  width: 100%;
  border-bottom: 0.015rem dashed #DDD8CC;
  padding-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  .p-event__wrapper {
    padding-left: 0.2rem;
    padding-bottom: 0.2rem;
    flex-direction: row;
    align-items: baseline;
    gap: 0.2rem;
  }
}
.p-event__wrapper dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #DDD8CC;
}
@media screen and (min-width: 768px) {
  .p-event__wrapper dt {
    width: 1.86rem;
    flex: none;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
.p-event__wrapper dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-event__wrapper dd {
    flex-grow: 1;
    font-size: 0.15rem;
    line-height: 0.22rem;
    padding-right: 0.4rem;
  }
}

.p-spot {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-spot {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.64rem 0.32rem;
    width: 11rem;
    margin: auto;
  }
}
.p-spot__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-spot__wrapper {
    width: 3.45rem;
  }
}
.p-spot__image {
  width: 100%;
  height: 2.16rem;
  position: relative;
}
.p-spot__image--active::before, .p-spot__image--camera::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.26rem;
  left: 0.03rem;
  width: 0.53rem;
  height: 0.53rem;
  background-image: url("../img/common/icon_touch.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 0.04rem #EABE6F) drop-shadow(0 0 0.02rem #EABE6F);
}
@media screen and (min-width: 768px) {
  .p-spot__image--active::before, .p-spot__image--camera::before {
    top: -0.24rem;
    left: -0.09rem;
  }
}
.p-spot__image--camera::before {
  content: "";
  background-image: url("../img/common/icon_camera.svg");
}
.p-spot__text {
  padding: 0.15rem 0.09rem;
  min-height: 1.52rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-spot__text {
    min-height: 1.72rem;
  }
}
.p-spot__text h4 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-spot__text h4 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-spot__text p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-spot__text p {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-color--black {
  --color: #111522;
  --f-color: brightness(0) saturate(100%) invert(7%) sepia(5%) saturate(6217%) hue-rotate(190deg) brightness(92%) contrast(96%);
}
.c-color--white {
  --color: #ffffff;
  --f-color: brightness(0) invert(1);
}

.c-deco {
  position: absolute !important;
  z-index: 1;
  max-width: unset;
  pointer-events: none;
}
.c-deco ~ * {
  position: relative;
  z-index: 2;
}
.c-deco div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn, .c-btn--brown, .c-btn--white {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 0.6rem;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 700;
  border-radius: 1rem;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .c-btn, .c-btn--brown, .c-btn--white {
    width: 4rem;
    height: 0.6rem;
  }
}
.c-btn *, .c-btn--brown *, .c-btn--white * {
  transition: 0.3s;
}
.c-btn em, .c-btn--brown em, .c-btn--white em {
  font-family: larken, serif;
  font-size: 0.16rem;
  line-height: 0.18rem;
  letter-spacing: 0.006em;
  font-weight: 700;
  font-style: normal;
  padding-top: 0.04rem;
}
.c-btn small, .c-btn--brown small, .c-btn--white small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.18rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn small, .c-btn--brown small, .c-btn--white small {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.c-btn:hover, .c-btn--brown:hover, .c-btn--white:hover {
  opacity: 1;
  background-color: transparent;
  border-color: #AC7000;
  color: #AC7000;
}
.c-btn:hover::before, .c-btn--brown:hover::before, .c-btn--white:hover::before {
  filter: brightness(0) saturate(100%) invert(69%) sepia(83%) saturate(6559%) hue-rotate(29deg) brightness(95%) contrast(101%);
}
.c-btn:hover::after, .c-btn--brown:hover::after, .c-btn--white:hover::after {
  filter: brightness(0) saturate(100%) invert(69%) sepia(83%) saturate(6559%) hue-rotate(29deg) brightness(95%) contrast(101%);
}
.c-btn--white {
  background-color: transparent;
  border: 0.015rem solid white;
}
.c-btn--brown {
  background-color: #AC7000;
  border: 0.015rem solid #AC7000;
}
.c-btn--external::after, .c-btn--external--small::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.28rem;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.12rem;
  height: 0.12rem;
}
@media screen and (min-width: 768px) {
  .c-btn--external::after, .c-btn--external--small::after {
    right: 0.32rem;
    width: 0.16rem;
    height: 0.16rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--external--small {
    padding-right: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--external--small::after {
    right: 0.32rem;
  }
}
.c-btn--instagram {
  padding-left: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-btn--instagram {
    padding-left: 0.2rem;
  }
}
.c-btn--instagram::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.15rem;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.15rem;
  height: 0.15rem;
}
@media screen and (min-width: 768px) {
  .c-btn--instagram::before {
    left: 1.45rem;
  }
}

.c-heading {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
  text-align: center;
  color: #DDD8CC;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-heading {
    gap: 0.1rem;
  }
}
.c-heading strong {
  font-family: larken, serif;
  font-size: 0.4rem;
  line-height: 0.42rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading strong {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
}
.c-heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading span {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.c-heading--twinkle {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading--twinkle {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
.c-heading--twinkle::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/twinkle3.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -0.08rem;
  top: 0rem;
  flex: none;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .c-heading--twinkle::before {
    left: -0.16rem;
    top: 0.07rem;
    width: 0.37rem;
    height: 0.37rem;
  }
}
.c-heading--twinkle::after {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/twinkle3.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -0.08rem;
  top: 0rem;
  flex: none;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .c-heading--twinkle::after {
    right: -0.16rem;
    top: 0.07rem;
    width: 0.37rem;
    height: 0.37rem;
  }
}

.u-width, .u-width--335-1280, .u-width--335-1100 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--335-1280, .u-width--335-1100 {
    padding: 0;
    width: 11rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-1280 {
    width: 12.8rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #ACACAC !important;
  height: 0.08rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.08rem;
  background: transprarent !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  height: 0.06rem;
  top: 0.01rem !important;
  z-index: 10;
  background: #626161 !important;
  opacity: 1 !important;
}

.simplebar-wrapper {
  position: relative;
}
.simplebar-wrapper::after {
  content: "";
  width: 1.5rem;
  height: 1.19rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/scroll.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .simplebar-wrapper::after {
    content: unset;
  }
}

.simplebar-scrolled::after {
  opacity: 0;
}

.js-fade {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 0.5s forwards;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
    transform: translateY(0.2rem);
    filter: blur(0.02rem);
  }
  100% {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    filter: blur(0);
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */