@charset "UTF-8";

/* ========================================
   common
   ======================================== */

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

main {
  position: relative;
  overflow: hidden;
}

#main p {
  font-size: 16px;
  text-align: center;
}

/* ========================================
   mainVisual
   ======================================== */

.noren {
  position: absolute;
  top: 0;
  width: 50%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: transform 1.5s ease;
  z-index: 10;
}
.left {
  left: 70px;
  transform: translateX(-70px);
  background-image: url(../img/bg_fusuma_left.jpg);
  background-position: right;
}
.right {
  right: 70px;
  transform: translateX(70px);
  background-image: url(../img/bg_fusuma_right.jpg);
}
.open .left {
  left: 70px;
  transform: translateX(-100%);
}
.open .right {
  right: 70px;
  transform: translateX(100%);
}

.mainVisual {
  position: relative;
  margin: 0 auto;
  /* height: 100vh; */
  min-height: 100vh;
  overflow: hidden;
}

.mainVisual h1 {
  margin: 0;
  width: 100%;
  height: 100vh;
}

.mainVisual h1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.open .copy01 {
  position: absolute;
  width: min(5.989583333333333vw,115px);
  top: 70px;
  right: min(3.385416666666667vw,65px);
  animation: fadeIn 1.5s ease-out 1 both;
  animation-delay: 2s;
  z-index: 30;
}
.open .copy02 {
  position: absolute;
  width: min(29.94791666666667vw,575px);
  top: 35px;
  right: min(9.375vw,180px);
  animation: fadeIn 1.5s ease-out 1 both;
  animation-delay: 3s;
  z-index: 30;
}
.open .copy03 {
  position: absolute;
  width: min(9.270833333333333vw,178px);
  top: 35px;
  left: min(7.447916666666667vw,143px);
  animation: fadeIn 1.5s ease-out 1 both;
  animation-delay: 5s;
  z-index: 30;
}
.open .mv_product {
  position: absolute;
  width: min(71.35416666666667vw,1370px);
  bottom: 0;
  left: min(3.125vw,60px);
  animation: fadeIn 1.5s ease-out 1 both;
  animation-delay: 4s;
  z-index: 20;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 1981px) {  
  .open .copy01 {
    left: calc(50% + min(41.14583333333333vw,790px));
    transform: translateX(-50%);
  }
  .open .copy02 {
    left: calc(50% + min(22.39583333333333vw,430px));
    transform: translateX(-50%);
  }
  .open .copy03 {
    left: calc(50% - min(33.33333333333333vw,640px));
    transform: translateX(-50%);
  }
  .open .mv_product {
    left: 40%;
    transform: translateX(-50%);
  }
}

/* ========================================
   menuArea
   ======================================== */

.menuArea {
  position: relative;
  background: url(../img/bg01.jpg) repeat-y;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.menuInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background-color: #CFE29F;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0 110px;
}

.menuInner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.menuInner ul li {
  padding: 50px 0;
}

.linkBtn {
  display: block;
  width: 318px;
  margin: 60px auto 0;
  padding: 16px 0;
  border-radius: 60px;
  background-image: url(../img/bg_btn.png);
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.sudachi_wrap {
  position: relative;
  z-index: 100;
}

.sudachi {
  position: absolute;
  opacity: 0;
  animation: twinkle 3s infinite ease-in-out;
  will-change: opacity, transform;
}
.sudachi:nth-child(1) { top: 100px; right: min(4.947916666666667vw,95px); }
.sudachi:nth-child(2) { top: 445px; left: min(16.77083333333333vw,322px); }
.sudachi:nth-child(3) { top: 755px; right: min(16.77083333333333vw,322px); }
.sudachi:nth-child(4) { top: 1200px; left: min(2.083333333333333vw,40px); }
.sudachi:nth-child(5) { top: 1500px; right: min(4.947916666666667vw,95px); }
.sudachi:nth-child(6) { top: 1885px; left: min(16.77083333333333vw,322px); }
.sudachi:nth-child(7) { top: 2178px; right: min(16.77083333333333vw,322px); }
.sudachi:nth-child(8) { top: 2645px; left: min(2.083333333333333vw,40px); }
.sudachi:nth-child(9) { top: 3060px; right: min(4.947916666666667vw,95px); }
.sudachi:nth-child(10) { top: 3595px; left: min(16.77083333333333vw,322px); }
.sudachi:nth-child(11) { top: 3956px; right: min(16.77083333333333vw,322px); }
.sudachi:nth-child(12) { top: 4355px; left: min(2.083333333333333vw,40px); }
.sudachi:nth-child(13) { top: 4660px; right: min(4.947916666666667vw,95px); }
.sudachi:nth-child(14) { top: 5194px; left: min(16.77083333333333vw,322px); }
.sudachi:nth-child(15) { top: 5555px; right: min(16.77083333333333vw,322px); }
.sudachi:nth-child(16) { top: 5954px; left: min(2.083333333333333vw,40px); }

.size01 img {
  width: min(5.989583333333333vw,115px);
  height: auto;
}
.size02 img {
  width: min(3.90625vw,75px);
  height: auto;
}

/* 星の瞬き */
@keyframes twinkle {
  0% {
    opacity: 0.1;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.1;
    transform: scale(0.95);
  }
}

/* リズム差　*/
.sudachi01 {
  animation-duration: 2.2s;
  animation-delay: 0s;
}
.sudachi02 {
  animation-duration: 3.6s;
  animation-delay: 0.8s;
}
.sudachi03 {
  animation-duration: 2.6s;
  animation-delay: 1.4s;
}
.sudachi03 {
  animation-duration: 1.6s;
  animation-delay: 1.8s;
}

/* ========================================
   linksArea
   ======================================== */

.linksArea h2 {
  margin: 0 0 16px;
  font-size: 24px;
  text-align: center;
}

.linksArea .online {
  margin: 32px auto;
  max-width: 980px;
}

.linksArea .online ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linksArea .online li {
  width: 24.5%;
}

.linksArea .online li img {
  border-radius: 5px;
}

.linksArea .variousLinks {
  margin-bottom: 40px;
}

.linksArea .mobileOrder {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.linksArea .shop {
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
}

.linksArea .shop img {
  margin-top: 16px;
}


/* ========================================
   footer
   ======================================== */

#footer {
  padding-top: 40px;
}

/* ========================================
   QRコード
   ======================================== */

.qr {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.qr img {
  max-width: min(13.02083333333333vw,250px);
}
.qr.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.qr.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.linkBtn.pr {
  background-image: unset;
  background-color: #117C4C;
  margin-top: 20px;
}

/* ========================================
   p-gotop（ページトップへ）
   ======================================== */

.p-gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.p-gotop.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.p-gotop.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ========================================
   レスポンシブ
   ======================================== */

@media screen and (max-width: 700px) {
  .pc_view {
    display: none !important;
  }

  .noren {
    min-height: 91vh;
  }
  
  .left {
    left: 50px;
    transform: translateX(-50px);
  }
  .right {
    right: 50px;
    transform: translateX(50px);
  }
  .open .left {
    left: 50px;
  }
  .open .right {
    right: 50px;
  }

  .open .copy01 {
    width: 48px;
    top: 3.2em;
    right: 18px;
  }
  .open .copy02 {
    width: 286px;
    top: 3em;
    right: 64px;
  }
  .open .copy03 {
    position: relative;
    animation: none;
    width: 66px;
    top: 120px;
    left: calc(50% -  33px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .open .mv_product {
    width: 100%;
    max-width: 100%;
    bottom: 30px;
    left: 0;
  }

  .mainVisual {
    max-height: 91vh;
    min-height: 91vh;
  }

  .mainVisual h1 {
    height: 91vh;
  }

  .menuInner ul li {
    padding: 15px 0;
  }
  .menuInner ul img {
    max-width: 100%;
  }
  .menuInner ul #menu05 img {
    max-width: 190px;
  }

  .menuInner {
    max-width: 100%;
    padding: 30px 0 110px;
  }

  .menuInner ul li {
    padding: 30px 0;
  }

  .linksArea .online ul {
    margin: 32px 6px;
  }

  .linksArea .online li.w100 {
    width: 100%;
    margin: 0 6px 6px;
    text-align: center;
  }

  .linksArea .online li.w100 img {
    width: 100%;
  }

  .linksArea .online li.w50 {
    width: 49%;
  }

  .linksArea .shop {
    padding: 50px 20px;
  }

  .linkBtn {
    position: relative;
    z-index: 100;
    width: 318px;
    font-size: 14px;
  }
  .linkBtn.app {
    background-image: unset;
    background-color: #D70C18;
    margin-top: 20px;
  }

  .sudachi:nth-child(1) { top: 22px; left: 15px; right: unset; }
  .sudachi:nth-child(2) { top: 146px; right: 10px; left: unset; }
  .sudachi:nth-child(3) { top: 340px; left: 35px; right: unset; }
  .sudachi:nth-child(4) { top: 600px; left: 25px; }
  .sudachi:nth-child(5) { display: none; }
  .sudachi:nth-child(6) { top: 840px; right: 10px; left: unset; }
  .sudachi:nth-child(7) { top: 1160px; left: 15px; right: unset; }
  .sudachi:nth-child(8) { top: 1290px; right: 10px; left: unset; }
  .sudachi:nth-child(9) { top: 1500px; left: 25px; right: unset; }
  .sudachi:nth-child(10) { top: 1775px; right: 5px; left: unset; }
  .sudachi:nth-child(11) { top: 1900px; left: 15px; right: unset; }
  .sudachi:nth-child(12) { top: 2000px; left: unset; right: 15px; }
  .sudachi:nth-child(13) { top: 2400px; left: 20px; right: unset; }
  .sudachi:nth-child(14) { top: 2530px; right: 25px; left: unset; }
  .sudachi:nth-child(15) { top: 2690px; left: 15px; right: unset; }
  .sudachi:nth-child(16) { display: none; }

  .size01 img {
    width: 35px;
  }
  .size02 img {
    width: 28px;
  }

  .p-gotop img {
    width: 80px;
  }
}

@media screen and (min-width: 701px) {
  .sp_view {
    display: none !important;
  }
}
