@charset "UTF-8";
/* Hero */
.hero{ height: 100vh;}
.hero-bg{background: url(../imgs/hero.webp) no-repeat center center/cover;}
.tit-anime { position: absolute; right: 30px; bottom: 30px; width: 38.48%; height: 41.18%; opacity: 0; transform: scale(0.95); animation: fade-pop 1s ease-out 1s forwards;}
.hero-tit{ letter-spacing: 0.3em; left: calc(50% + .5em);}
.en.garamond { font-family: "EB Garamond", serif; letter-spacing: 0.3em;}
.en.garamond span{  font-style: italic;}

@keyframes fade-pop {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
    .hero-bg{background: url(../imgs/hero_sp.webp) no-repeat center center/cover;}
    .tit-anime{ right: 20px; bottom: 30px; width: 61.59vw; height: 36.65vw;}
    .hero-tit{ left: 50%;}

}

/* Common Page */
.txt-large{margin-bottom: clamp( 20px , 4.7vw , 50px);}
.txt-normal{margin-bottom: clamp(30px, 6.8vw, 70px); line-height: 2;}

.block{margin-bottom: clamp(40px, 7.7vw, 80px);}

.common-tit{font-size: clamp( 16px , 2.1vw , 21px);line-height: 1.6;padding-bottom: 0.6em;margin-bottom: 0.6em;border-bottom: 1px solid #000000;}
.common-txt{font-size: 14px;line-height: 2;margin-bottom: 1.5em;}

.photoBox{position: relative; line-height: 1;}
.photoBox .txt{bottom: clamp( 4px , 1vw , 10px); left: clamp( 8px , 1.2vw , 15px); color: rgba(255, 255, 255, .6); font-size: clamp( 18px , 3.8vw , 38px);
position: absolute; font-family: "Castoro", serif; font-weight: 400; letter-spacing: 0.1em; line-height: 1;}

/* station */
.station .map-station{ margin-bottom: 60px;}
.station .shop-list{ column-gap: 3.8%; row-gap: 20px;}
.station .shop-list li{ flex-basis: 29.5%;}

@media screen and (max-width: 768px) {
  .station .shop-list li{ flex-basis: 100%;}
}

/* market */
.market .txtBox>h3{ background: #fff; margin-bottom: 50px; font-size: clamp( 20px , 2.47vw , 26px); text-align: center; padding: 0.5em ;}
.market .box01 .graph{ margin-top: 30px; padding-bottom: 1em;}

.market .box02{ gap: 30px;}
.market .box02 .left{ max-width: 430px; flex-direction: row; justify-content: space-between;}
.market .box02 .right{ max-width: 467px;}
