@charset "UTF-8";
/************************************************************
 * TOP PAGE
 ************************************************************/
/* load
========================= */
#l-wrapper{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-start{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.p-start{
  background:url("../img/common/start_bg_sp.jpg") no-repeat center center #fff;
  background-size: cover;
}
.p-start .p-start__inner{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 100000;
  width: 211px;
}
.p-start .p-start__img{
  width: 211px;
  height: auto;
}
/*PC*/
@media (min-width: 769px){
  .p-start{
    background:url("../img/common/start_bg.jpg") no-repeat center center #fff;
    background-size: cover;
  }
}
/* main-visual
========================= */
/*--MV--*/
.p-mv{
  width: 100%;
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  min-height: 700px;
  position: relative;
}
.p-mv-slider{
  width: 100%;
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1040px;  
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: blur 1.0s ease-in-out 1.5s forwards;
}
.p-mv-slider__img{
  width: 100%;
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  overflow: hidden;
}
.webp .p-mv-slider__img{
  background: url("../img/top/main_pc.jpg") no-repeat center center;
  background-size: cover;
}
.no-webp .p-mv-slider__img{
  background: url("../img/top/main_pc.jpg") no-repeat center center;
  background-size: cover;
}
.p-mv-slider__img img{
  width: auto;
  max-width: inherit;
  height: 102vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 102);
}
.p-mv-catch{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  opacity: 0;
  color: #fff;
  animation: blur 0.8s ease-in-out 2.5s forwards;
  display: flex;
  flex-direction: row-reverse;
}
.p-mv-catch__inner{
  display: block;
  width: 6.4rem;
  text-align: center; 
}
.p-mv-catch__inner .p-mv-catch__txt.ten{
  padding-left: 4rem;
  margin-top: -4rem;
}
/*こつこつと*/
.p-mv-catch__inner:nth-child(1) .p-mv-catch__txt:nth-child(1){
  animation: blur 0.8s ease-in-out 2.5s forwards;
}
.p-mv-catch__inner:nth-child(1) .p-mv-catch__txt:nth-child(2){
  animation: blur 0.8s ease-in-out 2.6s forwards;
}
.p-mv-catch__inner:nth-child(1) .p-mv-catch__txt:nth-child(3){
  animation: blur 0.8s ease-in-out 2.7s forwards;
}
.p-mv-catch__inner:nth-child(1) .p-mv-catch__txt:nth-child(4){
  animation: blur 0.8s ease-in-out 2.8s forwards;
}
.p-mv-catch__inner:nth-child(1) .p-mv-catch__txt:nth-child(5){
  animation: blur 0.8s ease-in-out 2.9s forwards;
}
/*七十年*/
.p-mv-catch__inner:nth-child(2) .p-mv-catch__txt:nth-child(1){
  animation: blur 0.8s ease-in-out 3.0s forwards;
}
.p-mv-catch__inner:nth-child(2) .p-mv-catch__txt:nth-child(2){
  animation: blur 0.8s ease-in-out 3.1s forwards;
}
.p-mv-catch__inner:nth-child(2) .p-mv-catch__txt:nth-child(3){
  animation: blur 0.8s ease-in-out 3.2s forwards;
}
.p-mv-catch__inner:nth-child(2) .p-mv-catch__txt:nth-child(4){
  animation: blur 0.8s ease-in-out 3.3s forwards;
}
/*これからも*/
.p-mv-catch__inner:nth-child(3) .p-mv-catch__txt:nth-child(1){
  animation: blur 0.8s ease-in-out 3.4s forwards;
}
.p-mv-catch__inner:nth-child(3) .p-mv-catch__txt:nth-child(2){
  animation: blur 0.8s ease-in-out 3.5s forwards;
}
.p-mv-catch__inner:nth-child(3) .p-mv-catch__txt:nth-child(3){
  animation: blur 0.8s ease-in-out 3.6s forwards;
}
.p-mv-catch__inner:nth-child(3) .p-mv-catch__txt:nth-child(4){
  animation: blur 0.8s ease-in-out 3.7s forwards;
}
.p-mv-catch__inner:nth-child(3) .p-mv-catch__txt:nth-child(5){
  animation: blur 0.8s ease-in-out 3.8s forwards;
}
/*こつこつと。*/
.p-mv-catch__inner:nth-child(4) .p-mv-catch__txt:nth-child(1){
  animation: blur 0.8s ease-in-out 3.9s forwards;
}
.p-mv-catch__inner:nth-child(4) .p-mv-catch__txt:nth-child(2){
  animation: blur 0.8s ease-in-out 4.0s forwards;
}
.p-mv-catch__inner:nth-child(4) .p-mv-catch__txt:nth-child(3){
  animation: blur 0.8s ease-in-out 4.1s forwards;
}
.p-mv-catch__inner:nth-child(4) .p-mv-catch__txt:nth-child(4){
  animation: blur 0.8s ease-in-out 4.2s forwards;
}
.p-mv-catch__inner:nth-child(4) .p-mv-catch__txt:nth-child(5){
  animation: blur 0.8s ease-in-out 4.3s forwards;
}
.p-mv-catch__inner:nth-child(4) .p-mv-catch__txt:nth-child(6){
  animation: blur 0.8s ease-in-out 4.4s forwards;
}
.p-mv-catch__inner{
  display: block;  
}
.p-mv-catch__txt{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  opacity: 0;
  line-height: 1.6;
  letter-spacing: 0.4em;
}
.scrolldown{
  opacity: 0;
  animation: l-header 0.8s ease-in-out 5.0s forwards;
  position: absolute;
  right: 60px;
  bottom: 30px;
  z-index: 999;
  height: 80px;
}
.scrolldown span{
  position: absolute;
  left: -.6rem;
  top: -7rem;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-size: .9rem;
  line-height: 1;
  letter-spacing: .3em;
}
.scrolldown:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #574949;
  opacity: 0.6;
}
.scrolldown:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 3px;
  height: 10px;
  background: #fff;
  -webkit-animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
          animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
  z-index: 1;
}
@keyframes circlemove{
  0%{
    bottom: 60px;
  }
  100%{
    bottom: -5px;
  }
}
@keyframes cirlemovehide{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  80%{
    opacity: 0.9;
  }
  100%{
    opacity: 0;
  }
}
@keyframes circlemove2{
  0%{
    bottom: 96px;
  }
  100%{
    bottom: -10px;
  }
}
@keyframes cirlemovehide2{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}
@media screen and (max-width: 768px){
  .p-mv{
    height: 90vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 90);
    overflow: hidden;
    min-height: calc(1334 / 750 * 100vw);
  }
  .p-mv-slider{
    height: 100vh; /* Fallback */
  }
  .p-mv-slider__img{
    height: 100vh; /* Fallback */
  }
  .p-mv-catch{
    left: 30px;
  }
  .p-mv-catch__inner{
    width: 5rem;
  }
  .p-mv-catch__txt{
    letter-spacing: 0;
    font-size: 3.6rem;
  }
  .scrolldown{
    right: 30px;
    bottom: 30px;
  }
}
/* content
========================= */
section{
  padding-bottom: 8rem;
}
main h2{
  font-size: 3rem;
  letter-spacing: .3em;
  margin-bottom: 4rem;
}
main h2 span{
  display: block;
}
main h2 span.tit-en{
  font-size: 1.4rem;
  color: #B0B0B0;
}

/*PC*/
@media (min-width: 769px){
  section{
    padding-bottom: 12rem;
  }
  main h2{
    font-size: 3.6rem;
  }
}

/* about
========================= */
section#about{
  background: url("../img/top/about_bg_sp.jpg") no-repeat center top;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 8rem;
}
section#about p{
  font-size: 1.8rem;
  line-height: 2.4;
}
/*PC*/
@media (min-width: 769px){
  section#about{
    background: url("../img/top/about_bg_pc.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding-top: 12rem;
  }
  section#about p{
    line-height: 2.8;
  }
}
/* menu
========================= */
section#menu{
  position: relative;
}
section#menu:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f6f4f0;
  position: absolute;
  top: 0;
}
section#menu .visual{
  position: relative;
  margin-bottom: 6rem;
}
section#menu h2{
  width: 30%;
  margin-right: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  line-height: 1;
}
section#menu h2 span.tit-en{
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}
/*PC*/
@media (min-width: 769px){
  section#menu{
    background-position: 0 100px;
  }
  section#menu .visual{
    width: 86%;
    margin-bottom: 10rem;
  }
  section#menu:before{
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    background: #f6f4f0;
    position: absolute;
    top: 10%;
  }
  section#menu h2{
    width: 10%;
    margin-right: 60px;
  }
  section#menu .menu-wrap{
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  section#menu .menu-area{
    display: flex;
    gap: 15px;
  }
  section#menu .menu-area div{
    width: 100%;
    margin-bottom: 0;
  }
  
}
/* shop
========================= */
section#shop{
  padding-top: 8rem;
}
/*PC*/
@media (min-width: 769px){
  section#shop .shop-wrap{
    display: flex;
    gap: 15px;
  }
  section#shop .shop-wrap div{
    width: 100%;
    margin-bottom: 0;
  }
}
/* map
========================= */
section#ggmap{
  width: 100%;
  margin-bottom: 8rem;
}
section#ggmap{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
section#ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*PC*/
@media (min-width: 769px){
  section#ggmap{
    padding-bottom: 25%;
    margin-bottom: 12rem;
  }
}
/* insta
========================= */
section#info{
  padding-bottom: 0;
}
.insta_list{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.insta_list li{
  width: calc( 100% / 2 );
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.insta_list li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*PC*/
@media (min-width: 769px){
  .insta_list li{
    width: calc( 100% / 4 );
  }
}
