/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*!///////////////////////////////////////////*/
/*!//////////// ↓↓↓reset↓↓↓ ////////////*/
/*!///////////////////////////////////////////*/
*, *::before, *::after { box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 0; color: #000;}
a { text-decoration: none;}
ul,ol { padding-left: 0; list-style-type: none;}
dd { margin-left: 0;}
p {font-size: 14px; line-height: 1.45;}
@media screen and (min-width: 768px) { p { font-size: 16px;}}
button {border: 0;}

/*!///////////////////////////////////////////*/
/*!//////////// ↑↑↑reset↑↑↑ ////////////*/
/*!///////////////////////////////////////////*/


/*!////////////////////////////////////////////*/
/*!//////////// ↓↓↓common↓↓↓ ////////////*/
/*!////////////////////////////////////////////*/
body { font-family: "Noto Serif JP" ,"Noto Sans JP", sans-serif;}
body.zh-cmn-Hant { font-family: "Noto Serif TC" ,"Noto Sans TC", sans-serif;}
body.zh-cmn-Hans { font-family: "Noto Serif SC" ,"Noto Sans SC", sans-serif;}

@media screen and (max-width: 767px) {
  .sp-none { display: none !important;}}
@media screen and (min-width: 768px) {
  .pc-none {display: none !important;}}
.hidden { display: none !important;}
.image { display: block; width: 100%;}
.wrapper {position: relative; overflow: hidden;}
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
    margin-top: -1px;
  }}
/*!////////////////////////////////////////////*/
/*!//////////// ↑↑↑common↑↑↑ ////////////*/
/*!////////////////////////////////////////////*/

* { /* clamp用 */
  min-height: 0vw;
}

body {
  background-image: url(../img/body_bg.jpg);
  background-size: 300px;
  background-repeat: repeat;
}

section {
  position: relative;
}

a {
  transition: .3s;
}

a:hover {
  opacity: .8;
}

a * {
  pointer-events: none;
}

img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  object-fit: contain;
}

main {
  overflow: hidden;
  background-color: #E5E2CF;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 20px clamp(24px,calc(50vw / 10),50px);
  /* background-image: url(../img/cloud_fv.svg);
  background-size: clamp(30px,calc(75vw / 10),75px);
  background-repeat: no-repeat;
  background-position: bottom left; */
  transition: .5s;
}

.header-ac {
  background-color: #fff;
  padding: 20px clamp(24px,calc(50vw / 10),50px);
}

.header nav {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: flex-end;
}

.header * {
  color: #fff;
  font-weight: 300;
}

.header-ac * {
  color: #414119;
}

.language {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(114px,calc(114vw / 10),150px);
  height: clamp(26.6px,calc(26.6vw / 10),30px);
}
/* .header-ac .language {
  background-color: #fff;
} */
@media screen and (min-width: 768px) {
  .language {
    grid-area: 1 / 2 / 2 / 3;
  }
}

.language-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  border-radius: 17.7294px;
  transition: 1s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}
.header-ac .language-wrapper {
  border: none;
}

div.language-button {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px 30px;
  font-size: clamp(12px,calc(14vw / 10),14px);
  line-height: calc(15.2 / 12);
  border-radius: 17.7294px;
  cursor: pointer;
  transition: .5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}
.header-ac div.language-button {
  background-color: #B89F6E;
  color: #fff;
}
div.language:hover div.language-button ,div.language-ac div.language-button {
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  border-radius: 17.7294px 17.7294px 0 0;
}
.header-ac div.language:hover div.language-button ,.header-ac div.language-ac div.language-button {
  border-bottom: none;
}

div.language-button::after {
  content: "";
  display: block;
  width: 8.5px;
  height: 8.5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header-ac div.language-button::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.language-list {
  visibility: hidden;
  opacity: 0;
  line-height: 0;
  transform: translateY(-50%);
  transition: .5s;
}

div.language:hover .language-list ,div.language-ac .language-list {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.header-ac div.language:hover .language-list  ,div.language-ac .language-list{
  background-color: #fff;
  padding-bottom: 10px;
}

.language-list a {
  transition: 1s;
  display: grid;
  place-items: center;
  background-image: linear-gradient(#fff,#fff);
  background-size: 0% 1px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0;
  transition: .3s;
}
.header-ac .language-list a {
  background-image: linear-gradient(#414119,#414119);
}

.language-list a:hover {
  background-size: 30% 1px;
  opacity: 1;
}
.header-ac .language-list a:hover {
  background-image: linear-gradient(#414119,#414119);
  background-size: 30% 1px;
  opacity: 1;
}

div.language:hover .language-list a ,div.language-ac .language-list a {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0 5px;
  margin-bottom: 10px;
}

.nav-list {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(4,auto);
  gap: clamp(16px ,calc(20vw / 10),20px);
  padding-right: clamp(16px ,calc(20vw / 10),20px);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .nav-list {
    grid-template-columns: repeat(1,auto);
    padding-right: 0;
    padding-left: clamp(16px ,calc(20vw / 10),20px);
  }
  .nav-ac {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    grid-template-columns: repeat(1,1fr);
    place-items: flex-start;
    background-color: #fff;
    padding-right: clamp(16px ,calc(20vw / 10),20px);
    padding: 20px clamp(24px,calc(50vw / 10),50px) 48px;
    border-radius: 15px;
  }
}

.nav-list-button {
  position: relative;
  margin-left: auto;
  width: 25px;
  height: 25px;
  background-image: linear-gradient(rgba(255,255,255,1.0) ,rgba(255,255,255,1.0));
  background-size: 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
  transition: .5s;
}
.nav-ac .nav-list-button {
  background-size: 0% 1px;
  background-image: linear-gradient(rgba(255,255,255,0.5) ,rgba(255,255,255,0.5));
}
.header-ac .nav-list-button {
  background-image: linear-gradient(#414119 ,#414119);
}
.nav-list-button::before ,.nav-list-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0) rotate(0);
  width: 100%;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  transition: .5s;
}
.header-ac .nav-list-button::before ,.header-ac .nav-list-button::after  {
  background-color: #414119;
}
.nav-ac .nav-list-button::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(135deg);
  background-color: #414119;
}
.nav-list-button::after {
  top: auto;
  bottom: 0;
}
.nav-ac .nav-list-button::after {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%,50%) rotate(-135deg);
  background-color: #414119;
}

.nav-list a {
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: auto 1fr;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  mask-position: center left;
  -webkit-mask-size: 26px auto;
  mask-size: 26px auto;
}
@media screen and (max-width: 767px) {
  .nav-list a {
    display: none;
  }
  .nav-ac.nav-list a {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    width: 100%;
    color: #414119;
    padding-bottom: 16px;
    border-bottom: 1px solid #B89F6E;
  }
  .nav-ac.nav-list a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 1px solid #414119;
    border-right: 1px solid #414119;
  }
}

.nav-list a span {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  mask-position: center left;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}

.nav-list a span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.nav-list.nav-ac a span::after {
  background-color: #414119;
}
.header-ac .nav-list a span::after {
  background-color: #414119;
}

#nav-about span {
  -webkit-mask-image: url(../img/nav-icon1.png);
  mask-image: url(../img/nav-icon1.png);
}
#nav-histry span {
  -webkit-mask-image: url(../img/nav-icon2.png);
  mask-image: url(../img/nav-icon2.png);
}
#nav-spot span {
  -webkit-mask-image: url(../img/nav-icon3.png);
  mask-image: url(../img/nav-icon3.png);
}
#nav-info span {
  -webkit-mask-image: url(../img/nav-icon4.png);
  mask-image: url(../img/nav-icon4.png);
}


.fv {
  position: relative;
}

.fv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  display: block;
  width: calc(412.1362vw / 14);
}
@media screen and (max-width: 767px) {
  .fv h1 {
    width: calc(280vw / 3.75);
  }
}

.introduction {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction {
    text-align: left;
    padding-bottom: 0;
  }
}

.common-title {
  font-size: clamp(20px,calc(26vw / 10),26px);
  color: #414119;
  line-height: calc(34 / 20);
  font-weight: 300;
  padding-top: clamp(45px,calc(135vw / 10),135px);
  padding-bottom: clamp(30px,calc(80vw / 10),80px);
  text-align: center;
}

.introduction-text {
  text-align: justify;
  font-size: clamp(14px,calc(15vw / 10),15px);
  font-weight: 400;
  line-height: calc(36 / 15);
  color: #414119;
}

.common-title-h3 {
  position: relative;
  font-size: clamp(20px,calc(22vw / 10),22px);
  padding-bottom: clamp(20px,calc(22vw / 10),22px);
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .common-title-h3 {
    text-align: left;
  }
}

#introduction-kinoshita-text {
  position: relative;
}

.container--kinoshita {
  position: relative;
  width: 100%;
  padding-top: min(calc(310vw / 14), 310px);
  padding-bottom: min(calc(120vw / 14), 120px);
}
@media screen and (max-width: 767px) {
  .container--kinoshita {
    padding: 0;
  }
}

.kinoshita-img {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  width: calc(50vw - 53px);
  height: clamp(400px,calc(460vw / 14),460px);
  background-image: url(../img/kinoshita_img.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .kinoshita-img {
    position: static;
    width: 100%;
    height: calc(263.6407vw / 3.75);
    transform: translateY(0);
    margin-top: 45px;
  }
}

.container--kinoshita-text {
  position: relative;
}
@media screen and (max-width: 767px) {
  .container--kinoshita-text {
    background-color: #fff;
    text-align: left;
    padding: 75px 20px 45px;
  }
}

.kinoshita-text {
  position: relative;
  max-width: 430px;
  width: 43%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kinoshita-text {
    max-width: none;
    width: 100%;
    text-align: left;
  }
}

.kinoshita-text::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100vw + 152px);
  height: calc(100% + min(calc(180vw / 10),180px));
  right: 0;
  top: 50%;
  transform: translate(152px, -50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .kinoshita-text::before {
    content: none;
  }
}

.people {
  background-image: url(../img/people_bg.jpg);
  background-size: 25px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.people-bg {
  background-color: #414128;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .people-bg {
    max-width: 450px;
  }
}

.people-bg p {
  color: #fff;
}

.people-list-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 33px;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .people-list-1 {
    display: block;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .people-list-1 li {
    padding-bottom: 33px;
  }
}

.people-list-2 {
  grid-template-columns: repeat(auto-fill, minmax(1fr, 700px));
}

.people-list-2 li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.people-list a {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 60px;
  margin-top: 5px;
}
.people-list-2 a {
  padding-bottom: clamp(28px, calc(33vw / 10), 33px);
}
.people-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 26 26"><path fill="%23B89F6E" d="M13,0C5.82,0,0,5.82,0,13s5.82,13,13,13,13-5.82,13-13S20.18,0,13,0Zm-1.6,18.3l-.66-.75,5.31-4.69-5.31-4.69,.66-.75,6.16,5.44-6.16,5.44Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(21px,calc(26vw / 10),26px);
  height: clamp(21px,calc(26vw / 10),26px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  transition: .5s;
}
.people-list-2 a::after {
  top: 100%;
  right: auto;
  left: 0;
  transform: translateY(-100%);
}
.people-list a:hover::after {
  transform: translate(5px,-50%);
}
.people-list-2 a:hover::after {
  transform: translate(5px,-100%);
}

.people-list a p {
  color: #fff;
  font-size: clamp(19px,calc(22vw / 10),22px);
  font-weight: 300;
  line-height: calc(32 / 19);
}

.people-list a p {
  color: #fff;
  font-size: clamp(19px,calc(22vw / 10),22px);
  font-weight: 300;
  line-height: calc(32 / 19);
}

.people-list-2-img {
  max-width: 720px;
  padding-right: min(calc(20vw / 10),20px);
}

@media screen and (max-width: 767px) {
  .people-list-2-img {
    padding-right: 0;
    width: 100%;
  }
}

.people-list-2 a {
  text-align: left;
  padding-left: 0;
}

.people-bg .container {
  padding-top: clamp(50px,calc(100vw / 10),100px);
  padding-bottom: clamp(40px,calc(100vw / 10),100px);
}

.movie {
  padding: clamp(45px,calc(100vw / 10),100px) 0 clamp(45px,calc(90vw / 10),90px);
  text-align: center;
}

.movie-img {
  position: relative;
  z-index: 1;
}

.movie-title {
  font-size: clamp(16px,calc(20vw / 10),20px);
  font-weight: 500;
  line-height: calc(30 / 20);
  color: #414128;
  font-family: Noto Sans JP;
  padding: clamp(35px,calc(45vw / 10),45px) 0 clamp(15px,calc(25vw / 10),25px);
}

.movie-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 38px;
  background-color: #9D7837;
  color: #fff;
  font-size: clamp(14.4px,calc(14.4vw / 10),15px);
  font-family: Noto Sans JP;
  padding: 0 40px;
  border-radius: 18px;
}

.movie-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: clamp(8.1px,calc(8.4vw / 10),8.4px);
  height: clamp(8.1px,calc(8.4vw / 10),8.4px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  pointer-events: none;
  transition: .15s;
}
.movie-link:hover::after {
  transform: translateY(-50%) rotate(225deg) scale3d(-1,-1,1);
}

.spot {
  background-color: #fff;
  padding-bottom: clamp(50px,calc(125vw / 10),125px);
}

.spot .common-title {
  color: #9D7837;
}

.slider-container {
  background-color: #9D7837;
  padding: 50px 0 clamp(50px,calc(70vw / 10),70px);
}

.info {
  background-color: #fff;
}

.info-container {
  background-color: #414128;
  padding: clamp(35px,calc(40vw / 10),40px) 0 clamp(55px,calc(65vw / 10),65px);
}

.info-list {
  display: grid;
  place-items: center;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .info-list {
    grid-template-columns: repeat(1,1fr);
    text-align: center;
  }
}

.info-list * {
  color: #fff;
}

.info-contents {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .info-contents {
    margin-right: 0;
  }
}

.info-list h2 {
  font-size: clamp(28.8px,calc(43vw / 10),43px);
  font-weight: 300;
  padding-bottom: min(calc(18vw / 10),18px);
}

.info-list p {
  font-size: clamp(12px,calc(15vw / 10),15px);
  font-weight: 300;
  line-height: calc(35 / 15);
}

.info-logo {
  width: 137px;
}

.map {
  position: relative;
  width: 100%;
  height: clamp(374px,calc(400vw / 10),400px);
  background-color: #414128;
  overflow: hidden;
}

.map::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0%);
  width: 100%;
  height: 400%;
  background-image: linear-gradient(to bottom,#6ECE11,#6ECE11,transparent,transparent);
  background-position: 0%;
  mix-blend-mode: soft-light;
  opacity: .5;
  transition: 1.5s;
  pointer-events: none;
}
.map:hover::after ,.map:active::after ,.map:focus::after {
  top: 100%;
  transform: translateY(-100%);
  transition: 1.5s;
}

.map iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 2s;
}

.map iframe:hover ,.map iframe:active ,.map iframe:focus   {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: 2s;
}

.footer {
  height: clamp(50px,calc(80vw / 10),80px);
  display: grid;
  place-items: center;
  background-color: #414128;
}

.footer p {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.container--transportation {
  padding-bottom: clamp(45px,calc(105vw / 10),105px);
  padding-top: 30px;
}

.transportation-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: min(calc(30vw / 10),60px);
}
@media screen and (max-width: 767px) {
  .transportation-list {
    display: block;
  }
}

.transportation-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-bottom: clamp(10px,calc(30vw / 10),30px);
}

.transportation-icon {
  text-align: center;
}
.transportation-icon--car {
  margin-top: auto;
}

.transportation-icon--car svg {
  width: clamp(24px,calc(30vw / 10),30px);
  height: clamp(19.4912px,calc(24.364vw / 10),24.364px);
}
.transportation-icon--train svg {
  width: clamp(18px,calc(22.4vw / 10),22.4px);
  height: clamp(26.1226px,calc(32.6532vw / 10),32.6532px);
}

.transportation-icon p {
  font-size: clamp(10.4px,calc(13vw / 10),13px);
  font-weight: 300;
  color: #414128;
  line-height: calc(20 / 13.6);
}

.info-p {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #414128;
  display: grid;
  align-items: center;
  text-align: left;
  font-size: clamp(13.6px,calc(17vw / 10),17px);
  font-weight: 300;
  color: #414128;
  line-height: calc(20 / 13.6);
}

.info-note {
  font-size: clamp(10px,calc(13vw / 10),13px);
  font-weight: 400;
  line-height: calc(19 / 10);
  color: #414128;
  padding-left: clamp(10px, calc(13vw / 10), 13px);
  text-indent: clamp(-10px, calc(-13vw / 10), -13px);
}

/* splide */

.splide__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .3s;
}

/* .splide__slide:hover {
  opacity: .8;
} */

.splide__slide p {
  font-size: clamp(18px,calc(18vw / 10),28px);
  font-weight: 300;
  color: #fff;
  line-height: calc(40 / 28);
  text-align: center;
}

.splide__pagination {
  bottom: -35px;
}
@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -25px;
  }
}

.splide__pagination li {
  padding: 0 5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.splide__pagination li::before,.splide__pagination li:has(.is-active)::after {
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9D7837;
}
.splide__pagination li:has(.is-active)::after  {
  z-index: 3;
  background-color: #D2CBBC;
  mix-blend-mode: multiply;
}

.splide__pagination__page {
  z-index: 2;
}

.splide__arrow--prev {
  left: 50%;
  transform: translate(calc(-50% - 275px), -50%);
}
.splide__arrow--next {
  right: 50%;
  transform: translate(calc(50% + 275px), -50%);
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: 50%;
    transform: translate(calc(-50% - 160px), -50%);
  }
  .splide__arrow--next {
    right: 50%;
    transform: translate(calc(50% + 160px), -50%);
  }
}

.splide__arrow {
  background: #fff;
}

body:has(.pop-ac){
  overflow: hidden;
}

.pop-up {
  display: none;
}

.pop-up.pop-ac {
  z-index: 1001;
  display: block;
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(250px,calc(900vw / 9),940px);
  height: calc(100vh - 100px);
  max-height: 800px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .pop-up.pop-ac {
    top: 15px;
    height: calc(100vh - 35px);
    max-height: 700px;
  }
}

.pop-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: clamp(25px,calc(50vw / 9),50px) 0;
  border: 1px solid #E5E2CF;
}
@media screen and (max-width: 767px) {
  .pop-container {
    border-radius: 2px;
  }
}

.pop-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%,-25%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #795D0B;
  cursor: pointer;
  transition: .5s;
}
.pop-close:hover {
  transform: translate(25%,-25%) scale(1.1);
}
@media screen and (max-width: 767px) {
  .pop-close {
    top: 100%;
    transform: translate(-5px, calc(-100% - 5px));
    width: 20px;
    height: 20px;
    background-color: #414119;
  }
  .pop-close:hover {
    transform: translate(-5px, calc(-100% - 5px));
  }
}

.pop-close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pop-up .container {
  height: 100%;
  padding-left: min(calc(100vw / 9),100px);
  padding-right: min(calc(100vw / 9),100px);
  overflow-y: scroll;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}
/* .pop-up .container::-webkit-scrollbar{
  display: none;
} */
@media screen and (max-width: 767px) {
  .pop-up .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.pop-up-title {
  background-color: #AF9724;
  padding: clamp(3.5px,calc(5vw / 9),5px) 0;
  clip-path: polygon(0 0, calc(742% / 9) 0, calc(806.2% / 9) 100%, 0% 100%);
  margin-bottom: clamp(14px,calc(22vw / 9),22px);
  height: clamp(37px,calc(58vw / 9),58px);
}

.pop-up-title span {
  height: 100%;
  background-color: #795D0B;
  color: #fff;
  font-size: clamp(18px,calc(26vw / 9),26px);
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: min(calc(100vw / 9),100px);
  background-image: url(../img/popup_title_bk.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .pop-up-title span {
    padding-left: 24px;
    background-image: url(../img/popup_title_bk_sp.png);
  }
}

.pop-up-text {
  font-size: clamp(14px,calc(17vw / 10),17px);
  line-height: calc(36 / 17);
  font-weight: 400;
  text-align: justify;
  color: #414119;
}

.pop-up-info ul {
  display: grid;
  grid-auto-flow: row;
  gap: 5px;
}

.pop-up-list {
  display: grid;
  grid-template-columns: calc(430% / 6.988) 1fr;
  grid-template-rows: auto;
  gap: 18px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pop-up-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.pop-up-list * {
  font-family: "Noto Sans JP", sans-serif;
}

.pop-up-list * {
  font-family: "Noto Sans JP", sans-serif;
}
body.zh-cmn-Hant .pop-up-list * {
  font-family: "Noto Sans TC", sans-serif;
}
body.zh-cmn-Hans .pop-up-list * { font-family: "Noto Sans SC", sans-serif;
}

.pop-up-flex {
  display: grid;
  gap: 5px;
  grid-template-columns: 72px 1fr;
}

.pop-up-text-tag {
  background-color: #795D0B;
  color: #fff;
  font-size: clamp(12px,calc(13vw / 10),13px);
  font-weight: 400;
  line-height: 1;
  padding: 2px;
  text-align: center;
  height: clamp(19px,calc(22vw / 10),22px);
  display: grid;
  place-items: center;
}

.pop-up-text-common {
  font-size: clamp(12px,calc(13vw / 10),13px);
  font-weight: 400;
  line-height: calc(21 / 12);
}

.pop-up-note {
  font-size: clamp(13px, calc(14vw / 10), 14px);
  font-weight: 400;
  line-height: calc(21 / 12);
}

.deco {
  position: absolute;
  pointer-events: none;
  width: clamp(166.895px,calc(260.7735vw / 10),260.7735px);
  transition: 2s;
}
@media screen and (max-width: 767px) {
  .deco {
    transition: .8s;
  }
}
.deco.lf { left: 0; transform: translateX(-300px);opacity: 0;}
.deco.rt { right: 0; transform: translateX(300px);opacity: 0;}
.deco.tp { top: 0; }
.deco.bt { bottom: 0; }

.deco-ac.lf { left: 0; transform: translateX(0);opacity: 1;}
.deco-ac.rt { right: 0; transform: translateX(0);opacity: 1;}

.fv .deco-1 {
  width: calc(260.7735vw / 14);
  top: max(68px,calc(68vw / 14));
  left: calc(-33.7778vw / 14);
}
@media screen and (max-width: 767px) {
  .fv .deco-1 {
    width: calc(166.895vw / 3.75);
    top: calc(54vw / 3.75);
    left: calc(-55vw / 3.75);
  }
}

.fv .deco-2 {
  top: calc(177.7vw / 14);
  right: calc(-25vw / 14);
  width: calc(167.5645vw / 14);
}
@media screen and (max-width: 767px) {
  .fv .deco-2 {
    width: calc(107.2413vw / 3.75);
    right: calc(-17vw / 3.75);
    top: calc(121vw / 3.75)
  }
}

.fv .deco-3 {
  bottom: calc(-97.7778vw / 14);
  left: calc(-57.7778vw / 14);
  width: calc(280.4573vw / 14);
}
@media screen and (max-width: 767px) {
  .fv .deco-3 {
    bottom: calc(-40vw / 3.75);
    left: calc(-42vw / 3.75);
    width: calc(162.5208vw / 3.75);
  }
}

.fv .deco-4 {
  bottom: calc(-64vw / 14);
  right: calc(-25vw / 14);
  width: calc(243.4917vw / 14);
}
@media screen and (max-width: 767px) {
  .fv .deco-4 {
    bottom: calc(-40vw / 3.75);
    right: calc(-17vw / 3.75);
    width: calc(135.3771vw / 3.75);
  }
}

.container--kinoshita-text .deco-1 {
  width: clamp(64.0461px,calc(101.1327vw / 10),101.1327px);
  top: -145px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .container--kinoshita-text .deco-1 {
    top: -65px;
    right: -15px;
  }
}

.container--kinoshita-text .deco-2 {
  width: clamp(50px,calc(80vw / 10),80px);
  bottom: -120px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .container--kinoshita-text .deco-2 {
    bottom: -80px;
    left: -15px;
  }
}

.container--kinoshita-text .deco-3 {
  width: clamp(117.6241px,calc(183.7876vw / 10),183.7876px);
  top: min(calc(100% + calc(50vw / 10)),calc(100% + 50px));
  left: min(calc(100% + calc(100vw / 10)),calc(100% + 100px));
}
@media screen and (max-width: 767px) {
  .container--kinoshita-text .deco-3 {
    top: auto;
    bottom: -40px;
    left: auto;
    right: -70px;
  }
}

.container--kinoshita-text .deco-4 {
  z-index: 1;
  width: clamp(143.0911px,calc(223.5799vw / 10),223.5799px);
  top: -125px;
  left: -120px;
}
@media screen and (max-width: 767px) {
  .container--kinoshita-text .deco-4 {
    top: 14px;
    left: -49px;
  }
}

.people-top .deco-1 {
  width: clamp(170px,calc(270vw / 10),270px);
  right: -15px;
  top: clamp(15px,calc(45vw / 10),45px);
}
@media screen and (max-width: 767px) {
  .people-top .deco-1 {
    right: -85px;
  }
}

.movie .deco-1 {
  width: clamp(135.3771px,calc(211.526vw / 10),211.526px);
  left: -32px;
  top: clamp(20px,calc(40vw / 10),40px);
}
@media screen and (max-width: 767px) {
  .movie .deco-1 {
    left: -44.4444px;
  }
}

.movie .deco-2 {
  width: clamp(48.3442px,calc(76.5985vw / 10),76.5985px);
  right: 40px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .movie .deco-2 {
    right: -15px;
  }
}

.movie .deco-3 {
  width: clamp(117.6241px,calc(183.7876vw / 10),183.7876px);
  left: -50px;
  bottom: clamp(20px,calc(188vw / 10),188px);
}
@media screen and (max-width: 767px) {
  .movie .deco-3 {
    left: -44.4444px;
    bottom: 20px;
  }
}

.movie .deco-4 {
  width: clamp(136px,calc(213vw / 10),213px);
  right: -38px;
  top: calc(195% / 3.84);
}

.movie .deco-5 {
  width: clamp(52px,calc(85.1446vw / 10),85.1446px);
  right: -10px;
  bottom: clamp(30px,calc(200vw / 10),200px);
}
@media screen and (max-width: 767px) {
  .movie .deco-5 {
    bottom: 30px;
  }
}

.spot .deco-1 {
  width: clamp(197.845px,calc(344.7084vw / 10),344.7084px);
  left: -45px;
  top: clamp(30px,calc(125vw / 10),125px);
}
@media screen and (max-width: 767px) {
  .spot .deco-1 {
    top: 30px;
    left: -100px;
  }
}

.spot .deco-2 {
  width: clamp(197.845px,calc(302.9402vw / 10),302.9402px);
  right: -55px;
  top: clamp(30px,calc(125vw / 10),125px);
}
@media screen and (max-width: 767px) {
  .spot .deco-2 {
    top: 30px;
    right: -88px;
  }
}

/* .ja .coming-soon {
  display: none;
}

.ko .coming-soon ,.en .coming-soon ,.zh-cmn-Hant .coming-soon ,.zh-cmn-Hans .coming-soon {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  background-color: #414119;
}

.ko .main ,.en .main ,.zh-cmn-Hant .main ,.zh-cmn-Hans .main {
  display: none;
}

.coming-soon div {
  max-width: 350px;
  width: 100%;
  text-align: center;
}

.coming-soon a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
  text-decoration: underline;
} */