@charset "UTF-8";
/*
see: http://html5doctor.com/html-5-reset-stylesheet/
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;
}

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

@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Kaisei Tokumin";
  src: url("../fonts/KaiseiTokumin-Bold.woff2") format("woff2"), url("../fonts/KaiseiTokumin-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Klee One";
  src: url("../fonts/KleeOne-SemiBold.woff2") format("woff2"), url("../fonts/KleeOne-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width:600px) {
  html {
    scroll-behavior: unset;
  }
}

.body {
  margin: 0 auto;
  color: rgb(51, 35, 4);
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 1);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: -9999;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: rgb(236, 227, 209);
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .inner {
    max-width: 768px;
  }
}

a {
  text-decoration: none;
  color: rgb(51, 35, 4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

@media (min-width:1023px) {
  a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

span {
  line-height: 1;
  display: block;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

img,
svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

br.brXSp {
  display: none;
}
@media (max-width:374px) {
  br.brXSp {
    display: block;
  }
}

br.brSp {
  display: none;
}
@media (max-width:600px) {
  br.brSp {
    display: block;
  }
}

br.brTab {
  display: none;
}
@media (max-width:1024px) {
  br.brTab {
    display: block;
  }
}

br.brPc {
  display: block;
}
@media (max-width:1024px) {
  br.brPc {
    display: none;
  }
}

br.brPcTab {
  display: none;
}
@media (min-width:1023px) {
  br.brPcTab {
    display: block;
  }
}
@media (max-width:1024px) {
  br.brPcTab {
    display: none;
  }
}

br.brPcSp {
  display: block;
}
@media (max-width:600px) {
  br.brPcSp {
    display: none;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
.sliderWr {
  overflow: hidden;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider__contents:first-child {
  -webkit-animation: loop 240s linear infinite;
          animation: loop 240s linear infinite; /* 240秒に変更 */
}
.slider__contents:nth-child(2) {
  -webkit-animation: loop2 240s -160s linear infinite;
          animation: loop2 240s -160s linear infinite; /* 遅延計算: 
  遅延割合 = -66.667% 
  遅延量 ＝　-66.667% * 240秒 = -160s
*/
}
.slider__contents:last-child {
  -webkit-animation: loop3 240s -80s linear infinite;
          animation: loop3 240s -80s linear infinite; /* 遅延計算: 
  遅延割合 = -33.333% 
  遅延量 ＝　-33.333% * 240秒 = -80s
*/
}

.body {
  position: relative;
}
.body.hidden {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgb(51, 35, 4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 8px rgb(254, 254, 254) solid;
}
@media (max-width:1024px) {
  .fv {
    border-bottom: 4px rgb(254, 254, 254) solid;
    height: 100vh;
    height: 100svh;
  }
}
.fv:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/fv-bg-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.5;
}
.fv:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/fv-bg-noise-yellow.webp);
  background-repeat: repeat;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
}
.fv__contentsWr {
  width: 93.333%;
  height: 89.333%;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 15px rgba(51, 35, 4, 0.15));
          filter: drop-shadow(0 0 15px rgba(51, 35, 4, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1024px) {
  .fv__contentsWr {
    width: 97%;
    height: 97%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__contentsWr:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(17, 17, 17, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.fv__contents:after, .fv__contents:before {
  content: "";
  width: 100%;
  height: 100.5%;
  display: inline-block;
  background-image: url(../images/fv-flame.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.fv__contents:before {
  background-position: right top;
}
.fv__contents__logo {
  width: min(calc(418 / 1440 * 100vw), 418px);
  margin-left: min(calc(288 / 1440 * 100vw), 288px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  position: relative;
  z-index: 1000;
  -webkit-filter: drop-shadow(0 0 12px rgba(17, 17, 17, 0.5));
          filter: drop-shadow(0 0 12px rgba(17, 17, 17, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.fv__contents__logo:after {
  content: ",";
  position: absolute;
  top: 196px;
  top: min(calc(196 / 1440 * 100vw), 196px);
  rotate: -31deg;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  left: 7px;
  font-size: calc(1.6rem * 2.75);
  font-size: min(calc(44 / 1440 * 100vw), 4.4rem);
  color: rgb(254, 254, 254);
}
@media (max-width:1024px) {
  .fv__contents__logo:after {
    top: max(calc(112 / 600 * 100vw), 112px);
    left: max(calc(5 / 600 * 100vw), 5px);
    font-size: max(calc(26 / 600 * 100vw), 2.6rem);
  }
}
@media (max-width:1024px) {
  .fv__contents__logo {
    margin-inline: auto;
    width: max(calc(240 / 600 * 100vw), 240px);
    margin-top: 0;
    margin-bottom: max(calc(96 / 600 * 100vw), 96px);
  }
}
.fv__contents__videoWr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fv__contents__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.fv__contents__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.fv__image {
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .fv__image {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.fv__image#fv-cloud01 {
  width: calc(717 / 1440 * 100vw);
  position: absolute;
  z-index: 6000;
  top: 0;
  left: 0;
}
@media (max-width:1024px) {
  .fv__image#fv-cloud01 {
    width: max(calc(296 / 600 * 100vw), 296px);
    top: 0;
    left: 0;
  }
}
.fv__image#fv-cloud02, .fv__image#fv-cloud03 {
  width: calc(665 / 1440 * 100vw);
  position: absolute;
  z-index: 6000;
  bottom: calc(-90 / 1440 * 100vw);
  left: calc(424 / 1440 * 100vw);
  z-index: 1;
}
@media (max-width:1024px) {
  .fv__image#fv-cloud02, .fv__image#fv-cloud03 {
    width: max(calc(260 / 600 * 100vw), 260px);
    bottom: min(calc(-34 / 600 * 100vw), -34px);
    right: max(calc(108 / 600 * 100vw), 108px);
    left: auto;
  }
}
@media (max-width:1024px) {
  .fv__image#fv-cloud02:not(.reverse), .fv__image#fv-cloud03:not(.reverse) {
    display: none;
  }
}
.fv__image#fv-cloud02.reverse, .fv__image#fv-cloud03.reverse {
  width: calc(540 / 1440 * 100vw);
  scale: -1 1;
  z-index: 0;
  top: max(calc(-58 / 1440 * 100vw), -58px);
  right: max(calc(-8 / 1440 * 100vw), -8px);
  bottom: auto;
  left: auto;
}
@media (max-width:1024px) {
  .fv__image#fv-cloud02.reverse, .fv__image#fv-cloud03.reverse {
    width: max(calc(180 / 600 * 100vw), 180px);
    top: min(calc(-14 / 600 * 100vw), -14px);
    right: min(calc(-18 / 600 * 100vw), -18px);
  }
}
.fv__image#fv-kame {
  width: calc(196 / 1440 * 100vw);
  position: absolute;
  z-index: 1000;
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  left: calc(643 / 1440 * 100vw);
  bottom: calc(34 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__image#fv-kame {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .fv__image#fv-kame {
    display: none;
  }
}
.fv__image#fv-horai {
  width: calc(255.17 / 1440 * 100vw);
  position: absolute;
  z-index: 1000;
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  left: calc(24 / 1440 * 100vw);
  bottom: calc(-21 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__image#fv-horai {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .fv__image#fv-horai {
    width: max(calc(160 / 600 * 100vw), 160px);
    bottom: min(calc(-10 / 600 * 100vw), -10px);
    left: min(calc(-20 / 600 * 100vw), -20px);
  }
}

.about {
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
  padding-bottom: 20.2777777778vw;
  z-index: 1000;
  position: relative;
  background-color: rgb(236, 227, 209);
}
@media (max-width:1024px) {
  .about {
    padding-top: max(calc(80 / 600 * 100vw), 80px);
    padding-bottom: 30.1666666667vw;
  }
}
.about:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/fv-bg-noise-yellow.webp);
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about__image#about-kaeru {
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  width: calc(498.85 / 1440 * 100vw);
  position: absolute;
  z-index: 6555;
  top: calc(-320 / 1440 * 100vw);
  right: calc(-28 / 1440 * 100vw);
  rotate: 5.26deg;
}
@media (max-width:1024px) {
  .about__image#about-kaeru {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .about__image#about-kaeru {
    width: max(calc(240 / 600 * 100vw), 240px);
    top: min(calc(-164 / 600 * 100vw), -164px);
    right: min(calc(-48 / 600 * 100vw), -48px);
    rotate: 7.26deg;
  }
}
.about__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.about__contents__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .about__contents__heads {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
    row-gap: 8px;
  }
}
.about__contents__heads .heads__image {
  width: 72px;
}
@media (max-width:1024px) {
  .about__contents__heads .heads__image {
    width: 48px;
  }
}
.about__contents__heads .heads__text {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 700;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
}
@media (max-width:1024px) {
  .about__contents__heads .heads__text {
    font-size: calc(1.6rem * 1.25);
  }
}
.about__contents__heads .heads__head {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  position: relative;
}
.about__contents__heads .heads__head:after {
  content: ",";
  position: absolute;
  top: -1px;
  rotate: -31deg;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  left: 255px;
  font-size: calc(1.6rem * 2.5);
}
@media (max-width:1024px) {
  .about__contents__heads .heads__head:after {
    top: 2px;
    left: 172px;
    font-size: calc(1.6rem * 1.5);
  }
}
@media (max-width:1024px) {
  .about__contents__heads .heads__head {
    font-size: calc(1.6rem * 2);
  }
}
.about__contents__paras {
  row-gap: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:1024px) {
  .about__contents__paras {
    row-gap: 24px;
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.about__contents__paras p {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(10 / 100 * 1em);
  line-height: calc(50 / 20);
  text-align: center;
}
@media (max-width:1024px) {
  .about__contents__paras p {
    font-size: calc(1.6rem * 1);
    line-height: 2;
    letter-spacing: calc(5 / 100 * 1em);
  }
}
.about__contents__bgimage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  mix-blend-mode: overlay;
  opacity: 0.75;
}
@media (max-width:1024px) {
  .about__contents__bgimage {
    width: 150%;
    left: -30%;
  }
}
.about__imagebg {
  position: absolute;
  bottom: calc(-50 / 1440 * 100vw);
  left: 50%;
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width:1024px) {
  .about__imagebg {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .about__imagebg {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__imagebg#about-city {
  width: 100vw;
  z-index: 1;
}
@media (max-width:1024px) {
  .about__imagebg#about-city {
    width: 120vw;
  }
}
.about__imagebgshape#about-cloud {
  width: 100%;
  position: absolute;
  bottom: calc(-24 / 1440 * 100vw);
  left: 0;
  z-index: -1;
  mix-blend-mode: soft-light;
}
@media (max-width:1024px) {
  .about__imagebgshape#about-cloud {
    width: 150%;
    bottom: 0;
  }
}

.history {
  padding-bottom: 26.6666666667vw;
  background-color: rgb(236, 227, 209);
  width: 100%;
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .history {
    padding-bottom: 31.3333333333vw;
  }
}
.history__contents {
  padding-top: min(calc(142 / 1440 * 100vw), 142px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(0 / 1440 * 100vw), 0px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .history__contents {
    padding-top: max(calc(96 / 600 * 100vw), 96px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(0 / 600 * 100vw), 0px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.history__contents__head {
  width: 696px;
  height: 164px;
  margin-inline: auto;
  position: relative;
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .history__contents__head {
    width: 350px;
    height: auto;
    margin-bottom: max(calc(64 / 600 * 100vw), 64px);
  }
}
@media (max-width:374px) {
  .history__contents__head {
    width: 280px;
  }
}
.history__contents__head .head__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.history__contents__head h2 {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  text-align: center;
  padding-top: 91px;
  z-index: 5555;
  position: relative;
}
@media (max-width:1024px) {
  .history__contents__head h2 {
    font-size: calc(1.6rem * 1.5);
    padding-top: 45px;
  }
}
@media (max-width:374px) {
  .history__contents__head h2 {
    font-size: calc(1.6rem * 1.125);
    padding: 38px;
  }
}
.history__contents__head h2:after {
  content: ",";
  position: absolute;
  top: 92px;
  rotate: -31deg;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  left: 241px;
  font-size: calc(1.6rem * 2);
}
@media (max-width:1024px) {
  .history__contents__head h2:after {
    top: 46px;
    left: 111px;
    font-size: calc(1.6rem * 1.125);
  }
}
@media (max-width:374px) {
  .history__contents__head h2:after {
    top: 41px;
    left: 93px;
    font-size: calc(1.6rem * 0.75);
  }
}
.history__contents__bgimage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
@media (max-width:1024px) {
  .history__contents__bgimage {
    width: 115%;
  }
}
.history__contents__listsWr {
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .history__contents__listsWr {
    margin-bottom: max(calc(80 / 600 * 100vw), 80px);
  }
}
.history__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(96 / 1440 * 100vw), 96px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .history__contents__lists {
    gap: max(calc(64 / 600 * 100vw), 64px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.history__contents__lists .lists__list {
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(64 / 1440 * 100vw), 64px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(28 / 600 * 100vw), 28px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.history__contents__lists .lists__list:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history__contents__lists .lists__list:nth-child(2) .lists__list__images .images__image:first-child {
  margin-left: 0;
}
.history__contents__lists .lists__list:nth-child(2) .lists__list__images .images__image:nth-child(2) {
  margin-left: min(calc(124 / 1440 * 100vw), 124px);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list:nth-child(2) .lists__list__images .images__image:nth-child(2) {
    margin-left: 0;
  }
}
.history__contents__lists .lists__list__texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.history__contents__lists .lists__list__texts .texts__heads {
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads {
    margin-bottom: max(calc(28 / 600 * 100vw), 28px);
  }
}
.history__contents__lists .lists__list__texts .texts__heads__num {
  font-family: "Klee One", "Arial", "Helvetica", sans-serif;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads__num {
    font-size: calc(1.6rem * 0.625);
  }
}
.history__contents__lists .lists__list__texts .texts__heads__num span#history-headkaeru {
  width: 87px;
  position: absolute;
  right: -111px;
  bottom: 0;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads__num span#history-headkaeru {
    width: 80px;
    right: -92px;
    bottom: 0px;
  }
}
.history__contents__lists .lists__list__texts .texts__heads__head {
  position: relative;
}
.history__contents__lists .lists__list__texts .texts__heads__head:after {
  content: ",";
  position: absolute;
  top: 32px;
  rotate: -31deg;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  left: 32px;
  font-size: calc(1.6rem * 1.375);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads__head:after {
    top: 32px;
    left: 33px;
    font-size: calc(1.6rem * 1.125);
  }
}
.history__contents__lists .lists__list__texts .texts__heads__head .head__first {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads__head .head__first {
    font-size: calc(1.6rem * 1.25);
  }
}
.history__contents__lists .lists__list__texts .texts__heads__head .head__first span#history-headppl {
  width: 42px;
  position: absolute;
  right: -58px;
  bottom: 0;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads__head .head__first span#history-headppl {
    width: 34px;
    right: -43px;
    bottom: -1px;
  }
}
.history__contents__lists .lists__list__texts .texts__heads__head .head__first span#history-headhorai {
  width: 59px;
  position: absolute;
  right: -65px;
  bottom: 0;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads__head .head__first span#history-headhorai {
    width: 41px;
    right: -47px;
    bottom: -1px;
  }
}
.history__contents__lists .lists__list__texts .texts__heads__head .head__second {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__heads__head .head__second {
    font-size: calc(1.6rem * 1.75);
  }
}
.history__contents__lists .lists__list__texts .texts__paras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(24 / 1440 * 100vw), 24px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__paras {
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.history__contents__lists .lists__list__texts .texts__paras__para {
  line-height: calc(36 / 18);
  letter-spacing: calc(3 / 100 * 1em);
  font-size: calc(1.6rem * 1.125);
  font-weight: 400;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__paras__para {
    line-height: 1.75;
  }
}
.history__contents__lists .lists__list__texts .texts__paras__para:first-child {
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__paras__para:first-child {
    padding-left: 0;
  }
}
.history__contents__lists .lists__list__texts .texts__paras__para:last-child {
  padding-left: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__texts .texts__paras__para:last-child {
    padding-left: 0;
  }
}
.history__contents__lists .lists__list__images {
  position: relative;
  margin-block: auto;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__images {
    width: 100%;
  }
}
.history__contents__lists .lists__list__images .images__image {
  width: min(calc(360 / 1440 * 100vw), 360px);
  aspect-ratio: 8/5;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__images .images__image {
    width: 100%;
  }
}
.history__contents__lists .lists__list__images .images__image:first-child {
  margin-left: min(calc(124 / 1440 * 100vw), 124px);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__images .images__image:first-child {
    margin-left: 0;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.history__contents__lists .lists__list__images .images__char {
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__images .images__char {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.history__contents__lists .lists__list__images .images__char#history-fujiwara {
  width: min(calc(179 / 1440 * 100vw), 179px);
  position: absolute;
  bottom: -62px;
  right: -4px;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__images .images__char#history-fujiwara {
    width: max(calc(96 / 600 * 100vw), 96px);
    right: min(calc(-8 / 600 * 100vw), -8px);
    bottom: min(calc(-40 / 600 * 100vw), -40px);
  }
}
.history__contents__lists .lists__list__images .images__char#history-kaeru {
  width: min(calc(148 / 1440 * 100vw), 148px);
  position: absolute;
  bottom: -28.15px;
  left: 0;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__images .images__char#history-kaeru {
    width: max(calc(80 / 600 * 100vw), 80px);
    bottom: max(calc(-48 / 600 * 100vw), -48px);
    left: max(calc(8 / 600 * 100vw), 8px);
  }
}
.history__contents__lists .lists__list__images .images__char#history-ppl {
  width: min(calc(365 / 1440 * 100vw), 365px);
  position: absolute;
  bottom: -48px;
  left: 0;
}
@media (max-width:1024px) {
  .history__contents__lists .lists__list__images .images__char#history-ppl {
    width: 100%;
    bottom: max(calc(-48 / 600 * 100vw), -48px);
  }
}
.history__contents__lists .lists__list:last-child .lists__list__images .images__image:nth-child(2) {
  -o-object-position: center 40%;
     object-position: center 40%;
}
.history__contents__book {
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(64 / 1440 * 100vw), 64px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(calc(64 / 1440 * 100vw), 64px);
  padding-right: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .history__contents__book {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
    padding-left: 0;
    padding-right: 0;
  }
}
.history__contents__book .book__image {
  width: min(calc(323 / 1440 * 100vw), 323px);
  aspect-ratio: 323/424;
  background-color: rgb(254, 254, 254);
  position: relative;
}
@media (max-width:1024px) {
  .history__contents__book .book__image {
    width: 65%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.history__contents__book .book__image img {
  border-radius: 2px;
  z-index: 1000;
  position: relative;
}
.history__contents__book .book__image span#history-bookkaeru {
  width: min(calc(238 / 1440 * 100vw), 238px);
  rotate: -21.36deg;
  position: absolute;
  left: max(calc(-94 / 1440 * 100vw), -94px);
  bottom: min(calc(24 / 1440 * 100vw), 24px);
  z-index: 0;
}
@media (max-width:1024px) {
  .history__contents__book .book__image span#history-bookkaeru {
    width: max(calc(124 / 600 * 100vw), 124px);
    left: min(calc(-54 / 600 * 100vw), -54px);
    bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.history__contents__book .book__texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .history__contents__book .book__texts {
    display: contents;
  }
}
.history__contents__book .book__texts__heads {
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__heads {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.history__contents__book .book__texts__heads .heads__head {
  position: relative;
}
.history__contents__book .book__texts__heads .heads__head:after {
  content: ",";
  position: absolute;
  top: 50px;
  rotate: -31deg;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  left: 412px;
  font-size: calc(1.6rem * 2);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__heads .heads__head:after {
    top: 28px;
    left: 228px;
    font-size: calc(1.6rem * 1.125);
    padding-left: 0;
  }
}
.history__contents__book .book__texts__heads .heads__head__first {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__heads .heads__head__first {
    font-size: calc(1.6rem * 1);
    margin-bottom: 10px;
    font-weight: 500;
  }
}
.history__contents__book .book__texts__heads .heads__head__first span#history-headflower {
  width: 42px;
  position: absolute;
  right: -54px;
  bottom: -12px;
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__heads .heads__head__first span#history-headflower {
    display: none;
  }
}
.history__contents__book .book__texts__heads .heads__head__second {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__heads .heads__head__second {
    font-size: calc(1.6rem * 1.5);
    text-align: center;
    margin-bottom: 6px;
  }
}
.history__contents__book .book__texts__heads .heads__head__third {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  text-align: right;
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__heads .heads__head__third {
    font-size: calc(1.6rem * 1);
    text-align: center;
    font-weight: 500;
  }
}
.history__contents__book .book__texts__para {
  line-height: calc(36 / 18);
  letter-spacing: calc(3 / 100 * 1em);
  font-size: calc(1.6rem * 1.125);
  padding-left: min(calc(32 / 1440 * 100vw), 32px);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__para {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 0;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.history__contents__book .book__texts__btnMore {
  border: 1px rgb(51, 35, 4) solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  margin-left: auto;
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__btnMore {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-inline: auto;
  }
}
.history__contents__book .book__texts__btnMore a {
  padding: 0.66667em 1.33333em;
  position: relative;
  font-size: calc(1.6rem * 1.5);
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-weight: 700;
  letter-spacing: calc(5 / 100 * 1em);
}
@media (max-width:1024px) {
  .history__contents__book .book__texts__btnMore a {
    font-size: calc(1.6rem * 1.25);
  }
}
.history__contents__book .book__texts__btnMore a:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: rgb(51, 35, 4);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16px;
}
.history__imagebg#history-char {
  width: 100%;
  position: absolute;
  bottom: -3px;
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .history__imagebg#history-char {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .history__imagebg#history-char {
    width: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.history__imagebgshape#history-river {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: soft-light;
}
@media (max-width:1024px) {
  .history__imagebgshape#history-river {
    width: 150%;
  }
}

.service {
  background-color: rgb(236, 227, 209);
  position: relative;
  z-index: 6000;
}
.service:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/fv-bg-noise-yellow.webp);
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service__contents {
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
}
@media (max-width:1024px) {
  .service__contents {
    padding-top: max(calc(96 / 600 * 100vw), 96px);
  }
}
.service__contents__heads {
  position: relative;
}
.service__contents__heads .heads__head {
  width: 696px;
  height: 164px;
  margin-right: auto;
  position: relative;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  margin-left: min(calc(96 / 1440 * 100vw), 96px);
  overflow: none;
}
@media (max-width:1024px) {
  .service__contents__heads .heads__head {
    width: 350px;
    height: 91.45px;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    margin-left: auto;
  }
}
@media (max-width:374px) {
  .service__contents__heads .heads__head {
    width: 280px;
  }
}
.service__contents__heads .heads__head__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.service__contents__heads .heads__head h2 {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  text-align: center;
  padding-top: 98px;
  z-index: 5000;
  position: relative;
}
@media (max-width:1024px) {
  .service__contents__heads .heads__head h2 {
    font-size: calc(1.6rem * 1.5);
    padding-top: 48px;
  }
}
@media (max-width:374px) {
  .service__contents__heads .heads__head h2 {
    font-size: calc(1.6rem * 1.125);
    padding: 40px;
  }
}
.service__contents__heads .heads__sum {
  padding-left: min(calc(288 / 1440 * 100vw), 288px);
  font-size: calc(1.6rem * 1.25);
  line-height: calc(40 / 20);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  margin-bottom: min(calc(4 / 1440 * 100vw), 4px);
}
@media (max-width:1024px) {
  .service__contents__heads .heads__sum {
    font-size: calc(1.6rem * 1.125);
    line-height: 1.75;
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.service__contents__heads .heads__caution {
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
  font-size: calc(1.6rem * 0.875);
  line-height: calc(40 / 20);
  letter-spacing: calc(10 / 100 * 1em);
  padding-left: min(calc(288 / 1440 * 100vw), 288px);
}
@media (max-width:1024px) {
  .service__contents__heads .heads__caution {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.service__contents__heads .heads__image {
  width: min(calc(665 / 1440 * 100vw), 665px);
  aspect-ratio: 665/408;
  position: absolute;
  right: max(calc(-52 / 1440 * 100vw), -52px);
  top: max(calc(-144 / 1440 * 100vw), -144px);
  mix-blend-mode: overlay;
  opacity: 0.75;
}
@media (max-width:1024px) {
  .service__contents__heads .heads__image {
    width: 70%;
    top: min(calc(-96 / 600 * 100vw), -96px);
    right: min(calc(-24 / 600 * 100vw), -24px);
  }
}
.service__contents__btnsWr {
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .service__contents__btnsWr {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.service__contents__btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.service__contents__btns button {
  background-color: transparent;
  border: 2px rgb(51, 35, 4) solid;
  border-radius: 2px;
  fill: rgb(51, 35, 4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:1024px) {
  .service__contents__btns button {
    width: 32px;
    height: 32px;
    border: 1px rgb(51, 35, 4) solid;
  }
}
.service__contents__btns button .btn-pause,
.service__contents__btns button .btn-play {
  width: 24px;
}
@media (max-width:1024px) {
  .service__contents__btns button .btn-pause,
  .service__contents__btns button .btn-play {
    width: 18px;
  }
}
.service__contents__btns button:hover {
  cursor: pointer;
  background-color: rgb(51, 35, 4);
  fill: rgb(236, 227, 209);
}
.service__contents__btns button:first-child {
  margin-right: 8px;
}
@media (max-width:1024px) {
  .service__contents__btns button:first-child {
    margin-right: 4px;
  }
}
.service__contents__listsAllWr {
  background-color: rgb(51, 35, 4);
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
  padding-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
.service__contents__lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: min(calc(18 / 1440 * 100vw), 18px) min(calc(18 / 1440 * 100vw), 18px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .service__contents__lists {
    gap: max(calc(10 / 600 * 100vw), 10px) max(calc(10 / 600 * 100vw), 10px);
    padding-right: max(calc(4 / 600 * 100vw), 4px);
  }
}
.service__contents__lists .lists__list {
  width: min(calc(864 / 1440 * 100vw), 864px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a a" "b c" "d d";
  gap: min(calc(6 / 1440 * 100vw), 6px) min(calc(6 / 1440 * 100vw), 6px);
  position: relative;
}
@media (max-width:1024px) {
  .service__contents__lists .lists__list {
    width: max(calc(400 / 600 * 100vw), 400px);
    gap: max(calc(6 / 600 * 100vw), 6px) max(calc(6 / 600 * 100vw), 6px);
  }
}
.service__contents__lists .lists__list:nth-child(odd) {
  grid-template-areas: "d d" "b c" "a a";
}
.service__contents__lists .lists__list__name {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  padding: 2px 24px 6px 24px;
  background-color: rgb(51, 35, 4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  color: rgb(254, 254, 254);
}
@media (max-width:1024px) {
  .service__contents__lists .lists__list__name {
    font-size: calc(1.6rem * 0.875);
    padding: 2px 16px 6px 16px;
  }
}
.service__contents__lists .lists__list__image {
  position: relative;
}
.service__contents__lists .lists__list__image > span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(51, 35, 4);
  color: rgb(254, 254, 254);
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(3 / 100 * 1em);
  padding: 4px 2px 2px 6px;
}
@media (max-width:1024px) {
  .service__contents__lists .lists__list__image > span {
    font-size: calc(1.6rem * 0.625);
    letter-spacing: calc(1 / 100 * 1em);
  }
}
.service__contents__lists .lists__list__image.image-a {
  grid-area: a;
  aspect-ratio: 864/486;
}
.service__contents__lists .lists__list__image.image-b {
  grid-area: b;
  aspect-ratio: 428/240.75;
}
.service__contents__lists .lists__list__image.image-c {
  grid-area: c;
  aspect-ratio: 428/240.75;
}
.service__contents__lists .lists__list__image.image-d {
  grid-area: d;
  aspect-ratio: 864/324;
}
.service__contents__lists .lists__list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service__contents__lists .lists__list:has(.image-e) {
  grid-template-areas: "d e" "a a" "b c";
}
.service__contents__lists .lists__list:has(.image-e) .lists__list__image {
  position: relative;
}
.service__contents__lists .lists__list:has(.image-e) .lists__list__image .image__name {
  padding: 2px 24px 6px 24px;
  background-color: rgb(51, 35, 4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:1024px) {
  .service__contents__lists .lists__list:has(.image-e) .lists__list__image .image__name {
    padding: 2px 16px 6px 16px;
  }
}
.service__contents__lists .lists__list:has(.image-e) .lists__list__image .image__name span {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(254, 254, 254);
  text-align: center;
}
@media (max-width:1024px) {
  .service__contents__lists .lists__list:has(.image-e) .lists__list__image .image__name span {
    font-size: calc(1.6rem * 0.75);
  }
}
.service__contents__lists .lists__list:has(.image-e) .lists__list__image .image__name span + p {
  margin-top: 4.5px;
}
.service__contents__lists .lists__list:has(.image-e) .lists__list__image .image__name p {
  color: rgb(254, 254, 254);
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(3 / 100 * 1em);
}
.service__contents__lists .lists__list:has(.image-e) .lists__list__image.image-d {
  grid-area: d;
  aspect-ratio: 428/324;
}
.service__contents__lists .lists__list:has(.image-e) .lists__list__image.image-e {
  grid-area: e;
  aspect-ratio: 428/324;
}
.service__contents__lists .lists__list:has(.image-f) {
  grid-template-rows: 1fr 1fr; /* 2行 */
  grid-template-columns: 1fr; /* 1列 */
  grid-template-areas: "a" "f";
}
.service__contents__lists .lists__list:has(.image-f) .lists__list__image {
  position: relative;
}
.service__contents__lists .lists__list:has(.image-f) .lists__list__image.image-a {
  grid-area: a;
  aspect-ratio: auto;
}
.service__contents__lists .lists__list:has(.image-f) .lists__list__image.image-f {
  grid-area: f;
  aspect-ratio: auto;
}
.service__contents__lists:last-child .lists__list:last-child {
  padding-right: min(calc(8 / 1440 * 100vw), 8px);
}

.access {
  position: relative;
  height: min(160.4166666667vw, 2200px);
}
@media (max-width:1024px) {
  .access {
    height: auto;
  }
}
.access:after {
  content: "";
  width: 100vw;
  height: 8px;
  background-color: rgb(254, 254, 254);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width:1024px) {
  .access:after {
    height: 4px;
  }
}
.access__image {
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .access__image {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.access__image#access-cloud01 {
  width: calc(979 / 1440 * 100vw);
  position: absolute;
  z-index: 6000;
  top: calc(-286 / 1440 * 100vw);
  right: calc(-205 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .access__image#access-cloud01 {
    width: max(calc(320 / 600 * 100vw), 320px);
    top: min(calc(-128 / 600 * 100vw), -128px);
    right: min(calc(-78 / 600 * 100vw), -78px);
  }
}
.access__image#access-kaeru {
  width: calc(225 / 1440 * 100vw);
  position: absolute;
  z-index: 6000;
  top: calc(-306 / 1440 * 100vw);
  left: calc(35 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .access__image#access-kaeru {
    width: max(calc(80 / 600 * 100vw), 80px);
    top: min(calc(-112 / 600 * 100vw), -112px);
    left: max(calc(8 / 600 * 100vw), 8px);
  }
}
.access__contents {
  margin-top: calc(144 / 1440 * 100vw);
  padding-bottom: min(calc(64 / 1440 * 100vw), 64px);
  position: relative;
}
@media (max-width:1024px) {
  .access__contents {
    margin-top: max(calc(80 / 600 * 100vw), 80px);
  }
}
.access__contents__heads {
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .access__contents__heads {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access__contents__heads .heads__head {
  width: 696px;
  height: 164px;
  margin-inline: auto;
  position: relative;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
  overflow: hidden;
}
@media (max-width:1024px) {
  .access__contents__heads .heads__head {
    width: 350px;
    height: 87.42px;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    margin-left: auto;
  }
}
@media (max-width:374px) {
  .access__contents__heads .heads__head {
    width: 320px;
  }
}
.access__contents__heads .heads__head__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.access__contents__heads .heads__head h2 {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  text-align: center;
  padding-top: 97px;
  padding-left: 20px;
  z-index: 5555;
}
@media (max-width:1024px) {
  .access__contents__heads .heads__head h2 {
    font-size: calc(1.6rem * 1.5);
    padding-top: 48px;
  }
}
@media (max-width:374px) {
  .access__contents__heads .heads__head h2 {
    font-size: calc(1.6rem * 1.125);
    padding: 46px;
  }
}
.access__contents__heads .heads__head h2:after {
  content: ",";
  position: absolute;
  top: 98px;
  rotate: -31deg;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  left: 208px;
  font-size: calc(1.6rem * 2);
}
@media (max-width:1024px) {
  .access__contents__heads .heads__head h2:after {
    top: 49px;
    left: 95px;
    font-size: calc(1.6rem * 1.125);
  }
}
@media (max-width:374px) {
  .access__contents__heads .heads__head h2:after {
    top: 49px;
    left: 93px;
    font-size: calc(1.6rem * 0.75);
  }
}
.access__contents__heads .heads__sum {
  font-size: calc(1.6rem * 1.25);
  line-height: calc(40 / 20);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  text-align: center;
}
@media (max-width:1024px) {
  .access__contents__heads .heads__sum {
    text-align: left;
    font-size: calc(1.6rem * 1);
    line-height: 1.75;
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    margin-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.access__contents__heads .heads__para {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(5 / 100 * 1em);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 8px;
  border: rgb(51, 35, 4) 1px solid;
}
@media (max-width:1024px) {
  .access__contents__heads .heads__para {
    margin-right: max(calc(20 / 600 * 100vw), 20px);
    margin-left: max(calc(20 / 600 * 100vw), 20px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.5;
    font-size: calc(1.6rem * 0.625);
    padding: 6px 10px;
  }
}
.access__contents__image {
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .access__contents__image {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.35));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.access__contents__image#access-cloud02 {
  width: min(calc(469 / 1440 * 100vw), 469px);
  position: absolute;
  z-index: 6000;
  bottom: min(calc(24.25 / 1440 * 100vw), 24.25px);
  left: max(calc(-14 / 1440 * 100vw), -14px);
}
@media (max-width:1024px) {
  .access__contents__image#access-cloud02 {
    display: none;
  }
}
@media (max-width:1024px) {
  .access__contents__map {
    height: min(calc(2160 / 1440 * 100vw), 2160px);
  }
}
.access__contents__map .map__imagebg {
  width: min(calc(2441 / 1440 * 100vw), 2441px);
  rotate: -14.6deg;
  position: absolute;
  bottom: max(calc(-1400 / 1440 * 100vw), -1400px);
  left: max(calc(-628 / 1440 * 100vw), -628px);
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg {
    width: min(calc(2685 / 1440 * 100vw), 2685px);
    left: max(calc(-740 / 1440 * 100vw), -740px);
    bottom: min(calc(610 / 1440 * 100vw), 610px);
  }
}
.access__contents__map .map__imagebg__bg {
  background-color: rgb(236, 227, 209);
}
.access__contents__map .map__imagebg__bg img {
  mix-blend-mode: overlay;
}
.access__contents__map .map__imagebg__ppl #access-ppl01 {
  width: 5.96951%;
  position: absolute;
  bottom: 51%;
  left: 27.5%;
  z-index: 5555;
  rotate: 17deg;
  -webkit-filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__ppl #access-ppl01 {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__ppl #access-ppl01 {
    bottom: 27%;
    left: 31.5%;
  }
}
.access__contents__map .map__imagebg__ppl #access-ppl02 {
  width: 4.80893%;
  position: absolute;
  bottom: 37.3%;
  right: 19.2%;
  z-index: 5555;
  rotate: 15deg;
  -webkit-filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__ppl #access-ppl02 {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.access__contents__map .map__imagebg__ppl #access-ppl03 {
  width: 4.12194%;
  position: absolute;
  bottom: 52.5%;
  right: 26.8%;
  z-index: 5555;
  rotate: 15deg;
  -webkit-filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__ppl #access-ppl03 {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__ppl #access-ppl03 {
    bottom: 54.5%;
    right: 33.8%;
  }
}
.access__contents__map .map__imagebg__ppl #access-ppl04 {
  width: 2.31859%;
  position: absolute;
  bottom: 60.5%;
  left: 46.5%;
  z-index: 5555;
  rotate: 15deg;
  -webkit-filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__ppl #access-ppl04 {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__ppl #access-ppl04 {
    width: 3.31859%;
    bottom: 16.5%;
    left: 65.5%;
  }
}
.access__contents__map .map__imagebg__listsWr {
  position: absolute;
  bottom: 0;
  z-index: 8888;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.access__contents__map .map__imagebg__lists .lists__list {
  rotate: 14.6deg;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.access__contents__map .map__imagebg__lists .lists__list a:hover {
  opacity: 1;
  scale: 1.1;
}
.access__contents__map .map__imagebg__lists .lists__list a:hover .lists__list__flame {
  scale: 1.025;
}
.access__contents__map .map__imagebg__lists .lists__list a:hover .lists__list__image img {
  scale: 1;
}
.access__contents__map .map__imagebg__lists .lists__list__image {
  border: rgb(51, 35, 4) 4px solid;
  width: min(calc(195 / 1440 * 100vw), 195px);
  height: min(calc(195 / 1440 * 100vw), 195px);
  border-radius: 9999px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list__image {
    border: rgb(51, 35, 4) 2px solid;
    width: min(calc(232 / 1440 * 100vw), 232px);
    height: min(calc(232 / 1440 * 100vw), 232px);
  }
}
.access__contents__map .map__imagebg__lists .lists__list__image:after {
  content: "";
  border-radius: 9999px;
  width: min(calc(207 / 1440 * 100vw), 207px);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.access__contents__map .map__imagebg__lists .lists__list__image img {
  -webkit-transition: scale 0.33s;
  transition: scale 0.33s;
  scale: 1.25;
}
.access__contents__map .map__imagebg__lists .lists__list__flame {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-a {
  width: 8.6%;
  position: absolute;
  left: 53.5%;
  top: 62.6%;
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-a {
    width: 9.5%;
    left: 53.5%;
    top: 62.5%;
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-a .lists__list__image {
  top: 55%;
  left: 50%;
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-b {
  width: 9.15%;
  position: absolute;
  left: 43.7%;
  top: 57%;
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-b {
    width: 10.15%;
    left: 42.7%;
    top: 56.15%;
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-b .lists__list__image {
  top: 54.5%;
  left: 47%;
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-c {
  width: 9.5%;
  position: absolute;
  left: 47.5%;
  top: 41.1%;
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-c {
    width: 10.5%;
    left: 46.2%;
    top: 41%;
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-c .lists__list__image {
  top: 54.5%;
  left: 49%;
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-d {
  width: 8.6%;
  position: absolute;
  left: 35.5%;
  top: 48%;
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-d {
    width: 9.6%;
    left: 33.6%;
    top: 44%;
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-d .lists__list__image {
  top: 54.8%;
  left: 50%;
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-e {
  width: 8.6%;
  position: absolute;
  left: 64.2%;
  top: 52%;
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-e {
    width: 9.6%;
    left: 63.5%;
    top: 51.5%;
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-e .lists__list__image {
  top: 54.8%;
  left: 50%;
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-f {
  width: 8.6%;
  position: absolute;
  left: 34.2%;
  top: 27%;
  border: 4px rgb(254, 254, 254) solid;
  background-color: #f9dedb;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-f {
    -webkit-filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
            filter: drop-shadow(0 0 1px rgba(51, 35, 4, 0.5));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-f {
    width: 10.5%;
    top: 27%;
    left: 35.5%;
    border: 2px rgb(254, 254, 254) solid;
    border-radius: 4px;
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-f:before {
  content: "玉瀬";
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  position: absolute;
  top: -18px;
  left: -12px;
  width: 40px;
  height: 40px;
  border: 2px rgb(254, 254, 254) solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  background-color: #f9dedb;
}
@media (max-width:600px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-f:before {
    font-size: calc(1.6rem * 0.625);
    width: 24px;
    height: 24px;
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-f a {
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(8 / 1440 * 100vw), 8px);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-f .lists__list__image {
  border: 3px rgb(51, 35, 4) solid;
  top: 51.35%;
  left: 50.25%;
  width: min(calc(124 / 1440 * 100vw), 124px);
  height: min(calc(124 / 1440 * 100vw), 124px);
}
@media (max-width:1024px) {
  .access__contents__map .map__imagebg__lists .lists__list#hotel-f .lists__list__image {
    top: 51.25%;
    left: 50.25%;
    border: 2px rgb(51, 35, 4) solid;
    width: min(calc(172 / 1440 * 100vw), 172px);
    height: min(calc(172 / 1440 * 100vw), 172px);
  }
}
.access__contents__map .map__imagebg__lists .lists__list#hotel-f .lists__list__image img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.access__contents__map .map__route {
  position: absolute;
  bottom: max(calc(-1750 / 1440 * 100vw), -1750px);
  left: 50%;
  z-index: 5555;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f9dedb;
  border: 4px rgb(254, 254, 254) solid;
  border-radius: 8px;
  width: min(calc(1152 / 1440 * 100vw), 1152px);
  height: min(calc(580 / 1440 * 100vw), 580px);
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
          filter: drop-shadow(0 0 4px rgba(51, 35, 4, 0.5));
}
@media (max-width:1024px) {
  .access__contents__map .map__route {
    width: min(calc(1360 / 1440 * 100vw), 1360px);
    height: min(calc(704 / 1440 * 100vw), 704px);
    bottom: min(calc(0 / 1440 * 100vw), 0px);
    -webkit-filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
            filter: drop-shadow(0 0 2px rgba(51, 35, 4, 0.5));
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
.access__contents__map .map__route__head {
  position: absolute;
  top: -21%;
  left: 9.25%;
  z-index: 5555;
  font-size: min(calc(24 / 1440 * 100vw), 2.4rem);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .access__contents__map .map__route__head {
    top: -24%;
    left: 20.25%;
    font-size: min(calc(40 / 1440 * 100vw), 4rem);
  }
}
.access__contents__map .map__route__contents {
  width: 149%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 27.5%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:1024px) {
  .access__contents__map .map__route__contents {
    width: 140%;
    top: 24.5%;
    left: 48.3%;
  }
}
.access__contents__map .map__route__contents .contents__imageroute {
  width: 83.3333333333%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
}

.footer {
  background-color: rgb(51, 35, 4);
  position: relative;
  padding-top: min(calc(64 / 1440 * 100vw), 64px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(64 / 1440 * 100vw), 64px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .footer {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.footer:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/fv-bg-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.5;
}
.footer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/fv-bg-noise-yellow.webp);
  background-repeat: repeat;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(140 / 1440 * 100vw), 140px);
  position: relative;
  z-index: 7000;
  max-width: 1248px;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.footer__contents__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 5000;
  max-width: 500px;
}
.footer__contents__menu .menu__logo {
  width: min(calc(171 / 1440 * 100vw), 171px);
  aspect-ratio: 171/121;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__logo {
    width: 50%;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.footer__contents__menu .menu__nav {
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__nav {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.footer__contents__menu .menu__nav .menu__nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(calc(8 / 1440 * 100vw), 8px) min(calc(20 / 1440 * 100vw), 20px);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__nav .menu__nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: max(calc(20 / 600 * 100vw), 20px) max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__menu .menu__nav .menu__nav__lists .lists__list a {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(254, 254, 254);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__nav .menu__nav__lists .lists__list a {
    font-size: calc(1.6rem * 0.875);
  }
}
.footer__contents__menu .menu__btn {
  width: 100%;
  border: 2px rgb(254, 254, 254) solid;
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__btn {
    margin-bottom: max(calc(18 / 600 * 100vw), 18px);
    max-width: 400px;
  }
}
.footer__contents__menu .menu__btn a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer__contents__menu .menu__btn a:hover {
  opacity: 1;
}
.footer__contents__menu .menu__btn a:hover div {
  rotate: -12deg;
}
.footer__contents__menu .menu__btn a:hover span {
  opacity: 0.5;
}
.footer__contents__menu .menu__btn span {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  color: rgb(254, 254, 254);
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__contents__menu .menu__btn span:first-child {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__btn span:first-child {
    font-size: calc(1.6rem * 1);
    margin-bottom: 6px;
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.footer__contents__menu .menu__btn span:last-child {
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  text-align: center;
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__btn span:last-child {
    font-size: calc(1.6rem * 0.75);
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.footer__contents__menu .menu__btn div {
  width: 47px;
  position: absolute;
  top: -3px;
  left: 16px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__btn div {
    width: 40px;
    top: 0;
  }
}
.footer__contents__menu .menu__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__more {
    margin-bottom: max(calc(28 / 600 * 100vw), 28px);
  }
}
.footer__contents__menu .menu__more p {
  color: rgb(254, 254, 254);
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(3 / 100 * 1em);
  text-align: center;
  line-height: 1.375;
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
  margin-bottom: 3px;
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__more p {
    margin-right: max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__menu .menu__more__btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  color: rgb(254, 254, 254);
  border: 1px rgb(254, 254, 254) solid;
}
.footer__contents__menu small {
  font-size: calc(1.6rem * 0.875);
  color: rgb(254, 254, 254);
  letter-spacing: calc(15 / 100 * 1em);
  font-family: "Klee One", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
@media (max-width:1024px) {
  .footer__contents__menu small {
    font-size: calc(1.6rem * 0.625);
    letter-spacing: calc(10 / 100 * 1em);
  }
}
.footer__contents__festivalCautionWr {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .footer__contents__festivalCautionWr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__contents__festival {
  border: 2px rgb(254, 254, 254) solid;
  border-radius: 4px;
  width: min(calc(600 / 1440 * 100vw), 600px);
  background-color: rgb(17, 17, 17);
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
  padding-right: min(calc(8 / 1440 * 100vw), 8px);
  padding-bottom: min(calc(8 / 1440 * 100vw), 8px);
  padding-left: min(calc(8 / 1440 * 100vw), 8px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background-image: url(../images/btnmore-bg.webp);
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 5000;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__festival {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
.footer__contents__festival:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(254, 254, 254, 0.01);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 0;
}
.footer__contents__festival a {
  opacity: 1;
}
.footer__contents__festival .festival__contents {
  border: 1px rgb(254, 254, 254) solid;
  border-radius: 2px;
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(32 / 1440 * 100vw), 32px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 100;
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents {
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__festival .festival__contents__contentFlyer {
  display: contents;
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__contentFlyer {
    display: block;
    max-width: 400px;
    margin-inline: auto;
  }
}
.footer__contents__festival .festival__contents__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__content {
    margin-right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__festival .festival__contents__content span:first-child {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 700;
  color: rgb(254, 254, 254);
  margin-bottom: 6px;
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__content span:first-child {
    font-size: calc(1.6rem * 1);
    margin-bottom: 4px;
  }
}
.footer__contents__festival .festival__contents__content span:nth-child(2) {
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(254, 254, 254);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__content span:nth-child(2) {
    font-size: calc(1.6rem * 1.5);
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__festival .festival__contents__content p:nth-child(3) {
  font-size: calc(1.6rem * 1.375);
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(254, 254, 254);
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__content p:nth-child(3) {
    font-size: calc(1.6rem * 1);
    font-weight: 700;
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.footer__contents__festival .festival__contents__content p:nth-child(4) {
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(3 / 100 * 1em);
  color: rgb(254, 254, 254);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  text-align: center;
  line-height: calc(21 / 14);
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__content p:nth-child(4) {
    font-size: calc(1.6rem * 0.625);
    line-height: 1.375;
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__festival .festival__contents__content .content__btnMore {
  border: 1px rgb(254, 254, 254) solid;
  padding: 12px 24px;
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  font-family: "Kaisei Tokumin", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "游明朝", "Yu Mincho", serif;
  color: rgb(254, 254, 254);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__content .content__btnMore {
    padding: 8px 16px 8px 20px;
    font-size: calc(1.6rem * 0.875);
  }
}
.footer__contents__festival .festival__contents__flyer {
  width: min(calc(200 / 1440 * 100vw), 200px);
  aspect-ratio: 200/272;
  rotate: -8deg;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0 0 2px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 2px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .footer__contents__festival .festival__contents__flyer {
    width: max(calc(104 / 600 * 100vw), 104px);
    left: max(calc(16 / 600 * 100vw), 16px);
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer__contents__festival .festival__contents__flyer img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__contents__festival:hover .festival__contents {
  scale: 1.1;
}
.footer__contents__festival:hover .festival__contents__content .content__btnMore {
  background-color: rgb(254, 254, 254);
  color: rgb(51, 35, 4);
}
.footer__contents__festival:hover .festival__contents__flyer {
  rotate: -15.75deg;
}
.footer__contents__caution {
  color: rgb(254, 254, 254);
  font-size: calc(1.6rem * 0.75);
  font-weight: 400;
  letter-spacing: calc(5 / 100 * 1em);
  line-height: 1.5;
}
@media (max-width:1024px) {
  .footer__contents__caution {
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
    font-size: calc(1.6rem * 0.625);
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */