.jou {
  mix-blend-mode: multiply;
}



/****************** new ******************/


.dere3 {
  animation-duration: 3s !important;
  animation-delay: 2s !important;
}

.shogos{width: 100vw;
overflow: clip;}

.dere4 {
  animation-duration: 3s !important;
  animation-delay: 2.5s !important;
}

.dere {
  animation-duration: 2s !important;
}

@keyframes kuri {

  0% {

    mask-image: none;
    mask-size: 0% 0%;
    overflow: hidden;
    clip-path: circle(0%);
    line-height: 0;
  }

  100% {
    mask-size: 110% 110%;
    transition: all 1.5s;

    clip-path: circle(100%);
  }

}

.sitani {
  animation: sitani 1 2s 1s;
  animation-fill-mode: forwards;
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  line-height: 0;
  line-height: 0;
  clip-path: inset(0% 0% 100% 0%);
  mask-position: right center;
}

@keyframes sitani {
  0% {
    mask-image: none;
    mask-size: 0% 0%;
    overflow: hidden;
    line-height: 0;
    line-height: 0;
    clip-path: inset(0% 0% 100% 0%);
    mask-position: right center;

  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
    /* 右側から全体に広がる */
    mask-size: 110% 110%;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.5s;

  }
}


.cover {
  width: 100vw;
  height: 100vh;
  display: grid;
  justify-content: center;
  place-items: center;
  position: fixed;
  z-index: 1000;
  animation: cover 1s 1 2s;
  animation-fill-mode: forwards;
  opacity: 1;
  background-color: white;
  display: none;

}

.cover img {
  width: 30%;
}

@keyframes cover {
  0% {
    visibility: visible;
    opacity: 1;

  }

  100% {
    visibility: hidden;
    opacity: 0;

  }


}



.yokoni {
  animation: yokoni 1 1s 3s;
  animation-fill-mode: forwards;
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  line-height: 0;
  line-height: 0;
  clip-path: inset(0% 100% 0% 0%);
  mask-position: right center;
}

@keyframes yokoni {



  0% {
    mask-image: none;
    mask-size: 0% 0%;
    overflow: hidden;
    line-height: 0;
    line-height: 0;
    clip-path: inset(0% 100% 0% 0%);
    mask-position: right center;

  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
    /* 右側から全体に広がる */
    mask-size: 110% 110%;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;


  }

}


.naname1 {
  animation: naname1 1 1s 3s;
  animation-fill-mode: forwards;
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  line-height: 0;
  line-height: 0;
  clip-path: inset(0% 100% 0% 0%);
  mask-position: right center;
  rotate: -60deg;
}

@keyframes naname1 {



  0% {
    mask-image: none;
    mask-size: 0% 0%;
    overflow: hidden;
    line-height: 0;
    line-height: 0;
    clip-path: inset(0% 100% 0% 0%);
    mask-position: right center;
    rotate: -60deg;

  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
    /* 右側から全体に広がる */
    mask-size: 110% 110%;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    rotate: 0deg;

  }

}


.naname2 {
  animation: naname2 1 1s 3s;
  animation-fill-mode: forwards;
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  line-height: 0;
  line-height: 0;
  clip-path: inset(0% 100% 0% 0%);
  mask-position: right center;
  rotate: 60deg;
}

@keyframes naname2 {



  0% {
    mask-image: none;
    mask-size: 0% 0%;
    overflow: hidden;
    line-height: 0;
    line-height: 0;
    clip-path: inset(0% 100% 0% 0%);
    mask-position: right center;
    rotate: 60deg;

  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
    /* 右側から全体に広がる */
    mask-size: 110% 110%;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    rotate: 0deg;

  }

}

.migi {
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  line-height: 0;
  line-height: 0;
  clip-path: inset(0% 0% 0% 100%);

  mask-position: right center;
}

.migix {
  clip-path: inset(0% 0% 0% 0%);
  /* 右側から全体に広がる */
  mask-size: 110% 110%;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

.sita {
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  line-height: 0;
  line-height: 0;
  clip-path: inset(0% 0% 100% 0%);
  mask-position: right center;

}

.sitax {
  clip-path: inset(0% 0% 0% 0%);
  /* 右側から全体に広がる */
  mask-size: 110% 110%;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;

}

.ue {
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  line-height: 0;
  line-height: 0;
  clip-path: inset(100% 0% 0% 0%);
  mask-position: right center;

}

.uex {
  clip-path: inset(0% 0% 0% 0%);
  /* 右側から全体に広がる */
  mask-size: 110% 110%;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;

}


.hidari {
  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;

  clip-path: inset(0% 100% 0% 0%);
  mask-position: right center;

}

.hidarix {
  clip-path: inset(0% 0% 0% 0%);
  /* 右側から全体に広がる */
  mask-size: 110% 110%;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;


}

.circle {

  mask-image: none;
  mask-size: 0% 0%;
  overflow: hidden;
  clip-path: circle(0%);
  line-height: 0;
}

.circlex {
  mask-size: 110% 110%;
  transition: all 1.5s;

  clip-path: circle(100%);
}


.flip {

  rotate: y 180deg;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipx {
  transition: .7s ease .7s;
  rotate: y 0deg;
}


.osome1 {
  transition: all 1s !important;
}

.osome2 {
  transition: all 2s !important;
}

.osome3 {
  transition: all 3s !important;
}

.yurero {
  animation: yurero infinite 3s;
}

@keyframes yurero {
  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 3deg;
  }

  100% {
    rotate: 0deg;
  }

}

.yure1 {
  animation: yure1 infinite 3s;
}

@keyframes yure1 {
  0% {
    rotate: 3deg;
  }

  50% {
    rotate: 0deg;
  }

  100% {
    rotate: 3deg;
  }

}


.yure2 {
  animation: yure2 infinite 8s;
}

.yure3 {
  animation: yure3 infinite 8s;
}

.yure4 {
  animation: yure4 infinite 10s;
}

.yure5 {
  animation: yure5 infinite 8s;
}

.yure6 {
  animation: yure6 infinite 8s;
}

.anidelay1 {
  animation-delay: 0.1s !important;
}

.anidelay2 {
  animation-delay: 0.2s !important;
}

.anidelay3 {
  animation-delay: 0.3s !important;
}

.anidelay4 {
  animation-delay: 0.4s !important;
}

.anidelay5 {
  animation-delay: 0.5s !important;
}

.anidelay6 {
  animation-delay: 0.6s !important;
}

.anidelay7 {
  animation-delay: 0.7s !important;
}

.anidelay8 {
  animation-delay: 0.8s !important;
}

.anidelay9 {
  animation-delay: 0.9s !important;
}

.anidelay10 {
  animation-delay: 1s !important;
}

.anidelay11 {
  animation-delay: 1.1s !important;
}

.anidelay12 {
  animation-delay: 1.2s !important;
}

.anidelay13 {
  animation-delay: 1.3s !important;
}

.anidelay14 {
  animation-delay: 1.4s !important;
}

.anidelay15 {
  animation-delay: 1.5s !important;
}

.anidelay16 {
  animation-delay: 1.6s !important;
}

.anidelay17 {
  animation-delay: 1.7s !important;
}

.anidelay18 {
  animation-delay: 1.8s !important;
}

.anidelay19 {
  animation-delay: 1.9s !important;
}

.anidelay20 {
  animation-delay: 2s !important;
}

.anidelay21 {
  animation-delay: 2.1s !important;
}

.anidelay22 {
  animation-delay: 2.2s !important;
}

.anidelay23 {
  animation-delay: 2.3s !important;
}

.anidelay24 {
  animation-delay: 2.4s !important;
}

.anidelay25 {
  animation-delay: 2.5s !important;
}

.anidelay26 {
  animation-delay: 2.6s !important;
}

.anidelay27 {
  animation-delay: 2.7s !important;
}

@keyframes yure2 {
  0% {
    rotate: 3deg;
  }

  45% {
    rotate: 0deg;
  }

  50% {
    rotate: 3deg;
  }

  65% {
    rotate: 0deg;
  }

  100% {
    rotate: 3deg;
  }

}


@keyframes yure3 {
  0% {
    rotate: 1deg;
  }

  45% {
    rotate: 0deg;
  }

  50% {
    rotate: 1deg;
  }

  65% {
    rotate: 0deg;
  }

  100% {
    rotate: 1deg;
  }

}


@keyframes yure4 {
  0% {
    rotate: 1deg;
  }

  45% {
    rotate: 0deg;
  }

  50% {
    rotate: 0.5deg;
  }

  65% {
    rotate: 0deg;
  }

  100% {
    rotate: 1deg;
  }

}

@keyframes yure5 {
  0% {
    rotate: 0deg;
  }

  5% {
    rotate: 15deg;
  }

  25% {
    rotate: -15deg;
  }

  40% {
    rotate: 15deg;
  }

  65% {
    rotate: -15deg;
  }

  100% {
    rotate: 0deg;
  }

}


@keyframes yure6 {
  0% {
    rotate: 0deg;
  }

  5% {
    rotate: 5deg;
  }

  25% {
    rotate: -5deg;
  }

  40% {
    rotate: 7deg;
  }

  65% {
    rotate: -7deg;
  }

  100% {
    rotate: 0deg;
  }

}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadeinx {
  opacity: 1;
}

.fadein2 {
  opacity: 1;
  transition: all 0s;
}

.fadein2x {
  animation: 1 fe2 3s forwards;
}

.fadein3 {
  opacity: 0;
  transition: all 0s;
}

.fadein3x {
  animation: 1 fe3 3s forwards;
}


@keyframes fe2 {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  21% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  41% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  61% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fe3 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  21% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  41% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  61% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  81% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


.fadeinrot {
  opacity: 0;
  rotate: 180deg;
  transition: all 1s;
}

.fadeinrotx {
  opacity: 1;
  rotate: 0deg;
}

.jump1 {
  animation: jump1 infinite 3s;
}

.jump2 {
  animation: jump2 infinite 3s;
}

.jump3 {
  animation: jump1 infinite 1s;
}

@keyframes jump1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(0);
  }

}

@keyframes jump2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(1%);
  }

  100% {
    transform: translateY(0);
  }

}

.delay1 {
  transition-delay: 0.1s !important;
}

.delay2 {
  transition-delay: 0.2s !important;
}

.delay3 {
  transition-delay: 0.3s !important;
}

.delay4 {
  transition-delay: 0.4s !important;
}

.delay5 {
  transition-delay: 0.5s !important;
}

.delay6 {
  transition-delay: 0.6s !important;
}

.delay7 {
  transition-delay: 0.7s !important;
}

.delay8 {
  transition-delay: 0.8s !important;
}

.delay9 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

.delay11 {
  transition-delay: 1.1s !important;
}



#viewer1 {

  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
  aspect-ratio: 1 / 1.062;
  /* サンプルは中央寄せの背景：白 */
  padding: 0px;
  margin: auto;

  z-index: 0;

  top: 0;
  left: 0;


}

#viewer1 img {

  position: absolute;
  /* 画像のサイズを表示エリアに合せる */

  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0s;

  object-fit: cover;

}

#viewer1 img.show {
  opacity: 1;
}



#viewer2 {

  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
  aspect-ratio: 1 / 0.21;
  /* サンプルは中央寄せの背景：白 */
  padding: 0px;
  margin: auto;
  margin-top: -15%;
  margin-bottom: 10%;
  z-index: 0;

  top: 0;
  left: 0;


}

#viewer2 img {

  position: absolute;
  /* 画像のサイズを表示エリアに合せる */

  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0s;

  object-fit: cover;

}

#viewer2 img.show {
  opacity: 1;
}



@keyframes asb {

  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 1deg;
  }

  100% {
    rotate: 0deg;
  }
}

@keyframes asb2 {

  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 3deg;
  }

  100% {
    rotate: 0deg;
  }
}


@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;

  }
}

@keyframes fade1 {
  0% {
    opacity: 0;
    rotate: 10deg;
  }

  100% {
    opacity: 1;
    rotate: 0deg;
  }
}

@keyframes tate {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes yoko {

  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/*=== 画像の設定 ======================================= */

#viewer3 {

  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
  aspect-ratio: 1 / 0.467;
  padding: 0px;
  margin: auto;

  z-index: 0;

  top: 0;
  left: 0;
  margin-top: -40%;

}


#viewer3 img {

  position: absolute;
  /* 画像のサイズを表示エリアに合せる */

  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0s;

  object-fit: cover;

}

#viewer3 img.show {
  opacity: 1;
}

#viewer4 {

  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
  aspect-ratio: 1 / 0.51;
  padding: 0px;
  margin: auto;

  z-index: 0;

  top: 0;
  left: 0;

}


#viewer4 img {

  position: absolute;
  /* 画像のサイズを表示エリアに合せる */

  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0s;

  object-fit: cover;

}

#viewer4 img.show {
  opacity: 1;
}


#viewer5 {

  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
  aspect-ratio: 1 / 1.262;
  padding: 0px;
  margin: auto;

  z-index: 0;

  top: 0;
  left: 0;

}


#viewer5 img {

  position: absolute;
  /* 画像のサイズを表示エリアに合せる */

  width: 100%;
  right: 0;
  left: 0;
  margin: auto;


}



#viewer6 {

  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
aspect-ratio: 1 / 0.372;
  padding: 0px;
  margin: auto;

  z-index: 0;
margin-top: -5%;
  top: 0;
  left: 0;

}


#viewer6 img {

  position: absolute;
  /* 画像のサイズを表示エリアに合せる */
  object-fit: cover;
  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;

  object-fit: cover;

}

#viewer6 img.show {
  opacity: 1;
}



#viewer7 {

  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;

  padding: 0px;
  margin: auto;

  z-index: 0;
margin-top: -5%;
  top: 0;
  left: 0;

}


#viewer7 img {

  position: absolute;
  /* 画像のサイズを表示エリアに合せる */
  object-fit: cover;
  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;

  object-fit: cover;

}

#viewer7 img.show {
  opacity: 1;
}

/****************** new ******************/



#jou {
  width: 73.5%;
  margin: auto;
}

#saigo2 {
  padding-bottom: 50px;
}

body {
  margin: 0;
}

.wrap2 {
  line-height: 0;
}

.wrapperz {
  width: 100vw;
  height: auto;
  position: relative;
  overflow: clip;
}

.gazo {
  width: 8%;
  height: 50px;
}

.sec1 {
  width: 100%;
  padding-bottom: 15%;
}

.hane3 li:hover {
  opacity: 0.6;
}

#sarada1 {
  width: 198px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.buy .hane3 li {
  display: flex;
  justify-content: space-between;
}

.buy .hane3 li:nth-child(6) {
  margin-bottom: 0;
}

.buy .hane2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px;
}

.buy p {
  display: table-cell;
  vertical-align: middle;
  margin-top: 2%;
}

.dam {
  margin-bottom: 0 !important;
}

.modo {
  margin-top: 13px;
}

#jajaja {
  background-color: #B4A398;
  border-radius: 40px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  margin-top: 30px;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 40%;
}

#jajaja p {
  color: white;
  font-size: 18px;
}

#sarada2 {
  width: 90%;
  margin: 0;
  margin-left: auto;
  margin-right: 0;
}

.hane {
  position: relative;
  width: 160%;
  margin-left: -30%;
  z-index: 3;
}

#ruga2 .hane {
  position: relative;
  width: 500%;
  margin-left: -380%;
  z-index: 3;
  margin-top: -620%;
}

#ruga1 .hane {
  position: relative;
  width: 600%;
  margin-left: -370%;
  z-index: 3;
  margin-top: -1180%;
}




ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}



img {
  width: 100%;
}


.lz8 {
  opacity: 0;
  transition: all 1s;
}

.lz1 {
  margin: auto;
  width: 100%;
  padding-top: 5vw;

  overflow: hidden;
  height: 0px;
  animation: hai 1s 1;
  animation-fill-mode: forwards;
}

.lz1 img {
  height: 22.7vw;
}

#chokk {
  margin-top: -5px;
}

.lz1x {
  width: 34.6%;
  height: 22.7vw;
  margin: auto;
  margin-bottom: 25px;
}

#saisai {
  position: relative;
  z-index: 1;
}

.saigon {
  width: 100%;

  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;

  position: absolute;
}

.saigon img {
  opacity: 0;
}

#saigo1:hover .saigon img {
  opacity: 1 !important;
}

#saigo1 {
  position: relative;
  width: 100%;
  height: 24vw;
}

.lz2 div {
  opacity: 0;
  animation: fadein 1 1s;
  animation-fill-mode: forwards;
}

#mm1 {
  animation-delay: 1s;
}

#mm2 {
  animation-delay: 1.9s;
}

#mm3 {
  animation-delay: 1.3s;
}

#mm4 {
  animation-delay: 1.6s;
}

#mm5 {
  animation-delay: 1.8s;
}

#mm6 {
  animation-delay: 1.8s;
}

#mm7 {
  animation-delay: 2.1s;
}

#mm8 {
  animation-delay: 2.1s;
  margin-top: -10px;
}

#jump1 {
  animation: jump 3s infinite;
}

#jump2 {
  animation: jump 4s infinite;
}

#rotate1 {
  animation: rotate 3s infinite;
}



#rotate2 {
  animation: rotate 4s infinite;
}

#rotate3 {
  animation: rotate2 4s infinite;
}

#rotate4 {
  animation: rotate3 3s infinite;
}

@keyframes jump {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(0px);
  }

  60% {
    transform: translateY(2px);
  }

  70% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }

}

@keyframes rotate {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(0px);
  }

  60% {
    transform: rotate(2deg);
  }

  70% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }

}

@keyframes rotate2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(0px);
  }

  60% {
    transform: rotate(-1deg);
  }

  70% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }

}

@keyframes rotate3 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(0px);
  }

  60% {
    transform: rotate(-1deg);
  }

  70% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }

}


@keyframes hai {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }

}


@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

.wrap {
  display: flex;
  align-items: center;
  height: auto;
  overflow: hidden;


}



.slideshow {
  display: flex;
  padding: 0;
  margin: 0;
}

.content {
  width: 295vw;

  list-style: none;
}

.heart {
  margin-top: -13.6%;
  position: relative;
  z-index: 2;
  opacity: 0;
}

.heartx {
  animation: heart 1 2s 1s forwards;
}

@keyframes heart {

  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}





.slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear both;
}

.cv .slideshow {
  display: flex;
  animation: loop-slide 15s infinite linear both;
}


.wrap2 {
  display: flex;
  align-items: center;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  background-color: #F0ECE9;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}



#pc {
  display: none;
}

/* Ensure that each section has different heights */

.zzz {
  line-height: 0;
}



/****************** sp ******************/

.sl2 {
  animation: loop-slide2 25s infinite linear both;
}

.shogo12 {
  position: relative;
  margin-top: -10%;
  z-index: 2;
}

.sl2 .content {
  width: 186vw;
}

.sl3 {
  animation: loop-slide 6s infinite linear both;
}

.sl3 .content {
  width: 68.2vw;
}


.von1 {
  margin-top: -4%;
}

.pl1_1 {
  margin: auto;
  width: 68.2vw;
}

.pl1_2 {
  position: relative;
  width: 100vw;
  margin: auto;
  aspect-ratio: 1 / 0.526;
}

.pl1_2 img {
  position: absolute;
  left: 0;
  top: 0;
}

.nock1 {
  animation: nock1 infinite 1.5s;
}

.nock2 {
  animation: nock2 infinite 1.5s;
  opacity: 0;
}

@keyframes nock1 {

  0%,
  49%,
  100% {
    opacity: 1;
  }

  50%,
  99% {
    opacity: 0;
  }
}

@keyframes nock2 {

  0%,
  49%,
  100% {
    opacity: 0;
  }

  50%,
  99% {
    opacity: 1;
  }
}

.top {
  position: relative;
  background-color: #AA1111;
  width: 100vw;
  padding-bottom: 20%;
}

.les1 {
  position: absolute;

  top: 0;
  left: 0;
}

.blue1 {
  animation: fadein 1 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  opacity: 0;
}

.blue {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.wonder3 {
  display: flex;
  justify-content: space-between;
  width: 61.8%;
  margin: auto;
}

.ww2 {
  margin-bottom: 11.5vw;
}


.w3 {
  width: 27vw;
}

.g3 {
  justify-content: center;
}

.w3_1 {
  margin-left: 7.1svw;
}

.w3_3 {
  margin-right: 7.1svw;
}

.lineup {
  padding-bottom: 17vw;
  background-color: #F7F6F4;
}

.wrap {
  overflow: clip;
  width: 100vw;
}




.tex1 {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.3px;
  width: 100%;
  margin: auto;
  text-align: justify;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #5A5A5A;
}

.tex2 {
  color: white;
  font-size: 15px;
  background-color: #FF454C;
  font-family: "DM Sans", sans-serif;

  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 2%;

}

.tex1 p {
  color: #0D0D0D;
  margin: 0;
}

.pep1 {
  margin-bottom: 10% !important;
}

.peppa {
  margin-top: -9.3% !important;
  position: relative;
  z-index: 2;
}

.rec1 {
  width: 100%;
  margin: auto;
}

.reco {
  background-color: #F8FABD;
  border-radius: 20px 20px 0 0;
  margin-top: 9.7%;
  padding-bottom: 13.8%;
}


.x1 {
  width: 62.8%;
  margin-left: 7.4%;
  margin-top: 10%;
  position: relative;
  z-index: 1;
}

.x2 {
  width: 80.8%;
  margin: auto;
  margin-right: 0;
  margin-top: -8%;
}

.x3 {
  width: 41.8%;
  margin-bottom: 2%;
  margin-left: 46.4%;
  margin-top: 10.5%;
}

.x4 {
  width: 100%;
  margin-top: -5%;
}

.x5 {
  width: 45.6%;
  margin-left: 6.4%;
  margin-top: 9.5%;
}

.x6 {
  width: 92.8%;
  margin-left: 0;
  margin-top: -6%;
}

.tpl {
  width: 77.7%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 0.777 / 0.682;
}

.tpl img {
  position: absolute;
  left: 0;
  top: 0;
}

.chan {
  padding-bottom: 0 !important;
}


.meka {
  margin-top: -9.2%;
}

#sec3 .meka {
  margin-top: -9.5%;
}

#sec4 .reco {
  background-color: #FFEB83;
}

.meka2 {
  position: relative;
  z-index: 2;
}

#sec2 .reco {
  background-color: #D9CBFD;
}

#sec3 .reco {
  background-color: #EBEBD2;
}

#sec2 .peppa {
  margin-top: -9.6% !important;
}

.cv {
  width: 90%;
  margin: auto;
  margin-top: 9.2%;
  position: relative;
  aspect-ratio: 0.9 / 0.749;
  display: grid;
  place-items: center;
  justify-content: center;
  overflow: clip;
}

.cvv {
  position: absolute;
  overflow: clip;
  pointer-events: none;
  top: 0;
  left: 0;
}

.cv .content {
  width: 35.6vw;
  margin-right: 2%;
}

.cv .vin {
  overflow: clip;
  width: 90vw;
}



.y1 {
  width: 45.6%;
  margin: auto;
  margin-top: 12%;
}

.y2 {
  width: 85.4%;
  margin: auto;
  margin-top: 4.4%;
}

.y3 {
  width: 50.5%;
  margin: auto;
  margin-left: 12.8%;
  margin-top: 13.3%;
}

.y5 {
  width: 46.5%;
  margin-left: 46%;
  margin-top: 0%;
}

.y6 {
  width: 87.7%;
  margin-left: 0;
  margin-top: -8%;
  margin-bottom: 10.5%;
}

#sec2 .cv {
  margin-top: 0;
}

.z1 {
  width: 39.2%;
  margin-left: 52.6%;
  margin-top: 11.3%;
  position: relative;
  z-index: 2;
}

.z2 {
  width: 84.6%;
  margin-left: 0;
  margin-top: -10%;
}

.z3 {
  width: 40%;
  margin-left: 31.5%;
  margin-top: 10.5%;
  position: relative;
  z-index: 2;
}

.z4 {
  width: 100%;
  margin-left: 0;
}

.z5 {
  width: 78.2%;
  margin-left: auto;
  margin-right: 0;
}

.z6 {
  width: 44.9%;
  margin-left: 12.8%;
  margin-top: -30.5%;
  margin-bottom: 26.7%;
  position: relative;
  z-index: 1;
}

.lz {
  line-height: 0;
}

#sec3 .cv {
  margin-top: 15.9%;
}

.big1 {
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}

.big1x {
  opacity: 1;
  transform: scale(1);
}


html {
  scroll-behavior: smooth;
}

.zama {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 3;
}

.zama1 {
  width: 47.2%;
  margin-left: 5%;
}

.zama2 {
  width: 10.5%;
  margin-right: 5%;
}

.zamax {
  position: absolute;
  /* 初期は絶対配置 */
  bottom: auto;
  opacity: 0;
  transition: all 1s;
}

.zamax.fixed {
  position: fixed;
  bottom: 5vw;
  opacity: 1;
  z-index: 100;
}

.tpb {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 7.7vw;
  width: 85.6%;
}

.sizee {
  width: 85.6%;
  margin: auto;
  margin-top: 5%;
}

/****************** newnew ******************/

.tpp {
  width: 96.7%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
}


.sl1 .content {
  width: 122vw;
}

.sl1 {
  animation: loop-slide 24s infinite linear both;
}


.sl4 {
  animation: loop-slide 12s infinite linear both;
}

.sl5 {
  animation: loop-slide2 16s infinite linear both;
}

.sl6 {
  animation: loop-slide 12s infinite linear both;
}

.sweat1 {
  padding-top: 24%;
  padding-bottom: 22.3%;
}



.van3 {
  margin-top: -15%;
}

.bango {
  margin-top: -15%;
}

.rain {
  width: 100%;
  aspect-ratio: 1 / 0.08;
  border-bottom: 1px solid #393939;
}

.van {
  margin-top: -29.5%;
}

.pop11 {
  width: 75.1%;
}


.sl4 .content {
  width: 70.5vw;
  margin-right: 19.5vw;
}

.sl4 li:nth-child(2) {
  margin-top: 53.8vw;
}

.kasa {
  width: 14.4vw;
  aspect-ratio: 0.144 / 1.09;
  margin-top: -110%;
  margin-left: auto;
  margin-right: -10%;
}

.pop1 {
  width: 90.5%;
  rotate: -4deg;
  margin-left: -3%;
  margin-top: -5%;
  position: relative;
  z-index: 2;
}

.sl5 .content {
  width: 218vw;
}

.van2 {
  margin-top: -45%;
  position: relative;
  z-index: 2;
}



.pop2 {
  width: 91.8%;
  margin-left: auto;
  margin-top: 36%;
  margin-right: -5%;
}

#sec2 {
  background-color: #DBDCDD;
  padding-bottom: 15%;
}

.pop3 {
  width: 71.5%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -30%;
  position: relative;
  z-index: 2;
}

.pop4 {
  width: 50%;
  margin-top: -58.7%;
  position: relative;
  z-index: 2;
  margin-left: 4%;
}

.pop5 {
  width: 86.4%;
  rotate: -7deg;
  margin-top: 15%;
  margin-left: -17%;

}

.uedayo {
  position: relative;
  z-index: 1;
}

.pop6 {
  width: 21.66%;
  margin-left: auto;
  margin-right: 12.3%;
  margin-top: -107%;
}

.pop7 {
  width: 87.4%;
  margin: auto;
  margin-left: -1%;
  rotate: 4deg;
  margin-top: -30%;
}

.pop8 {
  margin-top: -90%;
}

.pop9 {
  margin-top: -14.1%;
}

.sl6 .content {
  width: 42.8vw;
  margin-left: 13.8vw;
}

.pop10 {
  width: 89%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5%;
}

#sec2 .van2 {
  margin-top: 10%;
}

#sec2 .sl5 .content {
  width: 169vw;
}

#sec3 {
  background-color: #FF8989;
  padding-bottom: 15%;
}


.gedan {
  position: relative;
  width: 100vw;
}

.sweat1 {
  position: sticky;
  top: 0;
}

.section {
  position: sticky;

}

#sec1 {
  z-index: 1;
}

#sec2 {
  z-index: 1;
}

#sec3 {
  z-index: 1;
}


/* 背景が順に被さるようにするために下の余白を付与 */


/****************** shogonew ******************/

.shogo1 {
  position: relative;
  width: 100%;
  z-index: 100;
  aspect-ratio: 1 / 1.585;
}

.shogo1 img {
  position: absolute;
  left: 0;
  top: 0;
}

.shogo2 {
  color: #AAAAAA;
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  opacity: 0;
  animation: fadein 1s 3s forwards;
}

.shogo3 {
  padding-top: 10%;
  border-bottom: 1px solid #FF454C;
}

.shogo4 {
  display: flex;
  justify-content: center;
}

.shogo5 {
  width: 26.9%;
  margin-left: 2%;
  margin-right: 2%;
}

.shogo6 {
  padding-top: 10%;
  padding-bottom: 15%;
}

.shogo7 {
  width: 100%;
  aspect-ratio: 1 / 0.977;
  position: relative;
}

.shogo7 img {
  position: absolute;
  left: 0;
  top: 0;
}

.ned1 {
  display: flex;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 1%;
  display: flex;
  justify-content: space-between;
  /* ←なくてもOK */
  gap: 15px;
  /* 間隔を明示的に指定 */
}


.nedan {
  width: auto;
  width: fit-content;
  position: relative;
}

.ned2 {
  flex: 0 0 auto;
  margin: 0;
  color: #5A5A5A;
}

.ned3 {
  color: #FF454C;
  flex: 0 0 auto;
  margin: 0;
  text-decoration: underline #FF454C 1px;
}

.ned3 p {
  margin: 0;
}

.nedan1 {
  margin: auto;
  margin-right: 4%;
  margin-top: -15%;
}

.shogo8 {
  width: 100%;
  aspect-ratio: 1 / 0.928;
  position: relative;
}

.shogo8 img {
  position: absolute;
  left: 0;
  top: 0;
}

.nedan2 {
  margin-left: 8.5%;
  margin-top: -7.7%;
}

.doom {
  width: 84.6%;
  margin: auto;
  margin-top: 8.7%;
}

#sec2 {
  background-color: #E2E2E2;
  padding-top: 0;
}

#sec3 {
  background-color: #D9C3B5;
}

#sec4 {
  background-color: ;
}

#sec5 {
  background-color: #E2E2E2;
  overflow: clip;
}

.shogo9 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.47;
}



.shogo10 {
  margin-top: -2%;
}

.nedan3 .ned1 {
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.nedan3 {
  margin: auto;
  margin-top: -28%;
  margin-bottom: 15%;
  position: relative;
}

.doom2 {
  margin-top: 5%;
}

.shogo13 {
  width: 100%;
  aspect-ratio: 1 / 0.826;
  overflow: hidden;
  position: relative;
}

.shogo13 img {
  position: absolute;
  left: 0;
  top: -15%;
}

#sec3 {
  padding-top: 0;
}

.nedan4 {
  margin-left: 10.3%;
}

.shogo14 {
  position: relative;
  aspect-ratio: 1 / 1.11;
  margin-top: -26%;
}

.shogo14 img {
  position: absolute;
  left: 0;
  top: 0;
}

.nedan5 {
  margin-left: 35%;
  margin-top: -23%;
}

.shogo15 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.177;
  margin-top: 10%;
}

.shogo15 img {
  position: absolute;
  left: 0;
  top: 0;
}

.nedan6 {
  margin-left: 28%;
  margin-top: -25%;
  position: relative;
  margin-bottom: 25%;
}

.shogo16 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.906;
}

.shogo16 img {
  position: absolute;
  left: 0;
  top: -15%;
}

#sec4 {
  padding-top: 0;
  padding-bottom: 15%;
}

#sec5 {
  padding-top: 15%;
  padding-bottom: 15%;
}

.upp{margin-top: -0.5%;
display: inline-block;}

.nedan7 {
  margin-left: 6.9%;
}

.shogo17 {
  position: relative;
  width: 110%;
  margin-top: -5%;
  aspect-ratio: 1 / 0.90;
  margin-left: -20%;
}

.shogo17 img {
  position: absolute;
  left: 0;
  top: 0;
}

.nedan8 {
  margin: auto;
}

.shogo18 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.972;
}

.shogo18 img {
  position: absolute;
  left: 0;
  top: 0;
}

.nedan9 {
  margin: auto;
  margin-top: -20%;
  margin-bottom: 14%;
}

.nedan10 {
  margin: auto;
}

.nedan11 {
  margin: auto;
}

.shogo19 {
  margin-top: -50%;
}

.end {
  background-color: #AA1111;
  padding-bottom: 25%;
}

.shogo21 {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.shogo20 {
  margin-top: -22%;
}

#sec1 {
  padding-bottom: 15%;
}

.mogy1 {
  position: relative;
  aspect-ratio: 1 / 0.305;
}

.mogy1 img {
  position: absolute;
  left: 0;
  top: 0;
}

.mogy2 {
  position: relative;
  aspect-ratio: 1 / 0.241;
}

.mogy2 img {
  position: absolute;
  left: 0;
  top: 0;
}

.mogy3 {
  position: relative;
  aspect-ratio: 1 / 0.274;
}

.mogy3 img {
  position: absolute;
  left: 0;
  top: 0;
}

.mogy4 {
  position: relative;
  aspect-ratio: 1 / 0.262;
}

.mogy4 img {
  position: absolute;
  left: 0;
  top: 0;
}

.mogy5 {
  position: relative;
  aspect-ratio: 1 / 0.303;
}

.mogy5 img {
  position: absolute;
  left: 0;
  top: 0;
}


.card {
  width: 100%;
  aspect-ratio: 1 / 1.062;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCard 6s linear infinite;
}

.card2 {
  width: 100%;
  aspect-ratio: 1 / 1.062;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCard2 8s linear infinite !important;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 10;


  backface-visibility: hidden;

}


.back {

  transform: rotateY(180deg);
}

.back2 {

  transform: rotateY(-180deg);
}

/* 回転アニメーション：1秒静止 → 回転3秒 → 1秒静止 → 回転3秒 */
@keyframes rotateCard {

  0%,
  12.5% {
    transform: rotateY(0deg);
  }

  37.5% {
    transform: rotateY(180deg);
  }

  50%,
  62.5% {
    transform: rotateY(180deg);
  }

  87.5% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* 回転アニメーション：1秒静止 → 回転3秒 → 1秒静止 → 回転3秒 */
@keyframes rotateCard2 {

  0%,
  12.5% {
    transform: rotateY(0deg);
  }

  37.5% {
    transform: rotateY(-180deg);
  }

  50%,
  62.5% {
    transform: rotateY(-180deg);
  }

  87.5% {
    transform: rotateY(-360deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

.pes1 {
  animation: pes1 infinite 3s;
}

@keyframes pes1 {
  0% {
    transform: translateX(100%);
  }

  50% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.pes2 {
  animation: pes1 infinite 3s;
  animation-delay: 1.5s;
}

.pena1 {
  transform: translateX(-100%);
  transition: all 1s;
}

.pena1x {
  transform: translateX(0%);
}

.pena2 {
  transform: translateX(100%);
  transition: all 1s;
}

.pena2x {
  transform: translateX(0%);
}

.big {
  opacity: 0;
  transform: scale(0);
  transition: all 1s;
}

.bigx {
  opacity: 1;
  transform: scale(1);
}

.oru {
  right: -15% !important;
  left: unset !important;
}

.oru1 {
  transform: rotate(65deg);
  opacity: 0;
  transform-origin: right;
  transition: all 1s;
  transition-delay: .5s;
}

.oru1x {
  transform: rotate(0deg);
  opacity: 1;
}

.chika1x {
  animation: chika1 1 2s forwards;
}

.chika2x {
  animation: chika1 1 2s forwards;
  animation-delay: .5s;
}

@keyframes chika1 {
  0% {
    rotate: 0deg;
  }

  25% {
    rotate: 5deg;
  }

  50% {
    rotate: 0deg;
  }

  75% {
    rotate: 5deg;
  }


  100% {
    rotate: 0deg;
  }

}

@keyframes chika2 {
  0% {
    rotate: 0deg;
  }

  25% {
    rotate: -5deg;
  }

  50% {
    rotate: 0deg;
  }

  75% {
    rotate: -5deg;
  }


  100% {
    rotate: 0deg;
  }

}


.sitakara {
  transform: translateY(100%);
  transition: all 1s;
}

.sitakarax {
  transform: translateY(0%);
}


.yura {
  animation: yura infinite 2s;
}

@keyframes yura {
  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 5deg;
  }


  100% {
    rotate: 0deg;
  }


}

.shogo17 {
  transform: rotate(-45deg);
  transform-origin: left;
  opacity: 0;
  transition: all 1s;
}

.shogo17x {
  transform: rotate(0deg);
  opacity: 1;
}

.gin {
  transform: translateX(100%);
  transition: all 1s;
}

.ginx {
  transform: translateX(0%);
}

.kubi {
  left: -20% !important;
}

.mono {
  filter: grayscale(1);
}

.monox {
  animation: mono 1 2s forwards;
}

@keyframes mono {

  0% {
    filter: grayscale(1);
  }

  24% {
    filter: grayscale(1);
  }

  25% {
    filter: grayscale(0);
  }

  49% {
    filter: grayscale(0);
  }

  50% {
    filter: grayscale(1);
  }

  74% {
    filter: grayscale(1);
  }

  75% {
    filter: grayscale(0);
  }

  100% {
    filter: grayscale(0);
  }
}

.deru {
  animation: deru 1 1s forwards 2s;
  margin-top: 20%;
  opacity: 0;
}

@keyframes deru {
  0% {
    opacity: 0;
    scale: 0.6;
    margin-top: 30%;
  }

  100% {
    opacity: 1;
    margin-top: 0%;
    scale: 1;
  }

}

.chage {
  position: relative;
  z-index: 100;
}

.fixed-snow-cover {
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.fixed-snow-cover .snows-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 10%;
  width: 100%
}

.fixed-snow-cover .snows-wrapper .snow {
  height: 50%;
  position: relative;
  width: 25%
}

.fixed-snow-cover .snows-wrapper .snow .snow-img {
  left: calc(50% - 9px);
  position: absolute;
  top: 0
}

.fixed-snow-cover .snows-wrapper .snow .snow-img img {
  -webkit-animation: snow 3s linear 0s infinite;
  animation: snow 3s linear 0s infinite;
  opacity: 0;
  width: 12px
}

@-webkit-keyframes snow {
  0% {
    opacity: 0;
    rotate: 0deg;
    translate: 0 0
  }

  10% {
    opacity: 0.6
  }

  30% {
    opacity: 0.6
  }

  40% {
    opacity: 0;
    rotate: 100deg;
    translate: 0 130px
  }

  to {
    opacity: 0;
    rotate: 100deg;
    translate: 0 130px
  }
}

@keyframes snow {
  0% {
    opacity: 0;
    rotate: 0deg;
    translate: 0 0
  }

  30% {
    opacity: 0.8
  }

  70% {
    opacity: 0.6
  }

  80% {
    opacity: 0;
    rotate: 100deg;
    translate: 0 130px
  }

  to {
    opacity: 0;
    rotate: 100deg;
    translate: 0 130px
  }
}

.fixed-snow-cover .snows-wrapper .snow.delay1 .snow-img img {
  -webkit-animation-delay: .4285714286s;
  animation-delay: .4285714286s
}

.fixed-snow-cover .snows-wrapper .snow.delay1 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay2 .snow-img img {
  -webkit-animation-delay: .4285714286s;
  animation-delay: .4285714286s
}

.fixed-snow-cover .snows-wrapper .snow.delay3 .snow-img img {
  -webkit-animation-delay: .4285714286s;
  animation-delay: .4285714286s
}

.fixed-snow-cover .snows-wrapper .snow.delay3 {
  translate: 0 -25%
}

.fixed-snow-cover .snows-wrapper .snow.delay4 .snow-img img {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.fixed-snow-cover .snows-wrapper .snow.delay4 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay5 .snow-img img {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.fixed-snow-cover .snows-wrapper .snow.delay6 .snow-img img {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.fixed-snow-cover .snows-wrapper .snow.delay6 {
  translate: 0 -33%
}

.fixed-snow-cover .snows-wrapper .snow.delay7 .snow-img img {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.fixed-snow-cover .snows-wrapper .snow.delay7 {
  translate: 0 -20%
}

.fixed-snow-cover .snows-wrapper .snow.delay8 .snow-img img {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.fixed-snow-cover .snows-wrapper .snow.delay9 .snow-img img {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s
}

.fixed-snow-cover .snows-wrapper .snow.delay9 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay10 .snow-img img {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s
}

.fixed-snow-cover .snows-wrapper .snow.delay10 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay11 .snow-img img {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.fixed-snow-cover .snows-wrapper .snow.delay12 .snow-img img {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.fixed-snow-cover .snows-wrapper .snow.delay12 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay13 .snow-img img {
  -webkit-animation-delay: 2.59s;
  animation-delay: 2.59s
}

.fixed-snow-cover .snows-wrapper .snow.delay13 {
  translate: 0 -10%
}

.fixed-snow-cover .snows-wrapper .snow.delay14 .snow-img img {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.fixed-snow-cover .snows-wrapper .snow.delay15 .snow-img img {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.fixed-snow-cover .snows-wrapper .snow.delay15 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay16 .snow-img img {
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s
}

.fixed-snow-cover .snows-wrapper .snow.delay16 {
  translate: 0 -5%
}

.fixed-snow-cover .snows-wrapper .snow.delay17 .snow-img img {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.fixed-snow-cover .snows-wrapper .snow.delay18 .snow-img img {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s
}

.fixed-snow-cover .snows-wrapper .snow.delay18 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay19 .snow-img img {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s
}

.fixed-snow-cover .snows-wrapper .snow.delay19 {
  translate: 0 -20%
}

.fixed-snow-cover .snows-wrapper .snow.delay20 .snow-img img {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s
}

.fixed-snow-cover .snows-wrapper .snow.delay21 .snow-img img {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.fixed-snow-cover .snows-wrapper .snow.delay21 {
  translate: 0 -4%
}

.fixed-snow-cover .snows-wrapper .snow.delay22 .snow-img img {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.fixed-snow-cover .snows-wrapper .snow.delay22 {
  translate: 0 0%
}

.fixed-snow-cover .snows-wrapper .snow.delay23 .snow-img img {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s
}

.fixed-snow-cover .snows-wrapper .snow.delay24 .snow-img img {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s
}

.fixed-snow-cover .snows-wrapper .snow.delay24 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay25 .snow-img img {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.fixed-snow-cover .snows-wrapper .snow.delay25 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay26 .snow-img img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

.fixed-snow-cover .snows-wrapper .snow.delay27 .snow-img img {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s
}

.fixed-snow-cover .snows-wrapper .snow.delay27 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay28 .snow-img img {
  -webkit-animation-delay: 1.356s;
  animation-delay: 1.356s
}

.fixed-snow-cover .snows-wrapper .snow.delay28 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay29 .snow-img img {
  -webkit-animation-delay: .666s;
  animation-delay: .666s
}

.fixed-snow-cover .snows-wrapper .snow.delay30 .snow-img img {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.fixed-snow-cover .snows-wrapper .snow.delay30 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay31 .snow-img img {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.fixed-snow-cover .snows-wrapper .snow.delay31 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay32 .snow-img img {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s
}

.fixed-snow-cover .snows-wrapper .snow.delay33 .snow-img img {
  -webkit-animation-delay: .7555s;
  animation-delay: .7555s
}

.fixed-snow-cover .snows-wrapper .snow.delay33 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay34 .snow-img img {
  -webkit-animation-delay: .8333s;
  animation-delay: .8333s
}

.fixed-snow-cover .snows-wrapper .snow.delay34 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay35 .snow-img img {
  -webkit-animation-delay: 1.6222s;
  animation-delay: 1.6222s;
}

.fixed-snow-cover .snows-wrapper .snow.delay36 .snow-img img {
  -webkit-animation-delay: .2333s;
  animation-delay: .2333s
}

.fixed-snow-cover .snows-wrapper .snow.delay36 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay37 .snow-img img {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.fixed-snow-cover .snows-wrapper .snow.delay37 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay38 .snow-img img {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.fixed-snow-cover .snows-wrapper .snow.delay39 .snow-img img {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.fixed-snow-cover .snows-wrapper .snow.delay39 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay40 .snow-img img {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.fixed-snow-cover .snows-wrapper .snow.delay40 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay41 .snow-img img {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.fixed-snow-cover .snows-wrapper .snow.delay42 .snow-img img {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.fixed-snow-cover .snows-wrapper .snow.delay42 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay43 .snow-img img {
  -webkit-animation-delay: 2.122s;
  animation-delay: 2.122s
}

.fixed-snow-cover .snows-wrapper .snow.delay43 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay44 .snow-img img {
  -webkit-animation-delay: .84444s;
  animation-delay: .84444s
}

.fixed-snow-cover .snows-wrapper .snow.delay45 .snow-img img {
  -webkit-animation-delay: 3.22s;
  animation-delay: 3.22s
}

.fixed-snow-cover .snows-wrapper .snow.delay45 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay46 .snow-img img {
  -webkit-animation-delay: 1.999s;
  animation-delay: 1.999s
}

.fixed-snow-cover .snows-wrapper .snow.delay46 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay47 .snow-img img {
  -webkit-animation-delay: .8333s;
  animation-delay: .83333s
}

.fixed-snow-cover .snows-wrapper .snow.delay48 .snow-img img {
  -webkit-animation-delay: 2.222s;
  animation-delay: 2.222s
}

.fixed-snow-cover .snows-wrapper .snow.delay48 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay49 .snow-img img {
  -webkit-animation-delay: 2.867s;
  animation-delay: 2.867ss
}

.fixed-snow-cover .snows-wrapper .snow.delay49 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay50 .snow-img img {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.fixed-snow-cover .snows-wrapper .snow.delay51 .snow-img img {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.fixed-snow-cover .snows-wrapper .snow.delay51 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay52 .snow-img img {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.fixed-snow-cover .snows-wrapper .snow.delay52 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay53 .snow-img img {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.fixed-snow-cover .snows-wrapper .snow.delay54 .snow-img img {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.fixed-snow-cover .snows-wrapper .snow.delay54 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay55 .snow-img img {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.fixed-snow-cover .snows-wrapper .snow.delay55 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay56 .snow-img img {
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s
}

.fixed-snow-cover .snows-wrapper .snow.delay57 .snow-img img {
  -webkit-animation-delay: 1.89s;
  animation-delay: 1.89s
}

.fixed-snow-cover .snows-wrapper .snow.delay57 {
  translate: 0 -30%
}

.fixed-snow-cover .snows-wrapper .snow.delay58 .snow-img img {
  -webkit-animation-delay: .92s;
  animation-delay: .92s
}

.fixed-snow-cover .snows-wrapper .snow.delay58 {
  translate: 0 -60%
}

.fixed-snow-cover .snows-wrapper .snow.delay59 .snow-img img {
  -webkit-animation-delay: .93s;
  animation-delay: .93s
}

.fixed-snow-cover .snows-wrapper .snow.delay60 .snow-img img {
  -webkit-animation-delay: .95s;
  animation-delay: .95s
}



:has(#main-visual.show) .fixed-snow-cover {
  opacity: 1;
  transition: .5s ease 4s
}

.box img {
  opacity: 1;
  scale: 1;
  transition: .3s cubic-bezier(.45, .495, .405, 1.38) .8s
}

.box {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  position: absolute;

  width: 120px;
}

.showx {
  background-color: #AA1111;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 101;
  pointer-events: none;
  top: 0;
  animation: show 1s 1 forwards 2s;
}

@keyframes show {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

.box {
  opacity: 0;
  animation: biz 1 0.5s forwards;
  transform-origin: bottom;

}

@keyframes biz {
  0% {
    width: 20%;
    opacity: 0;
    margin-bottom: -100%;
  }

  100% {
    width: 29%;
    margin-bottom: 0%;
    opacity: 1;
  }

}

.box img {
  -webkit-animation: box .8s step-end .6s 2;
  animation: box .8s step-end .6s 2;
  opacity: 1;

  transition: .4s cubic-bezier(.25, .25, .435, 1.36) .1s;

}

@-webkit-keyframes box {
  0% {
    rotate: -2deg;
    translate: -2px 0
  }

  10% {
    rotate: 2deg;
    translate: 2px 0;
    scale: 1.3;
  }

  20% {
    rotate: -2deg;
    translate: -2px 0;
    scale: 1.3;
  }

  30% {
    rotate: 2deg;
    translate: 2px 0;
    scale: 1.3;
  }

  40% {
    rotate: -2deg;
    translate: -2px 0;
    scale: 1.3;

  }

  50% {
    rotate: 2deg;
    translate: 2px 0;
    scale: 1.3;
  }

  60% {
    rotate: 0deg;
    translate: 0 0;
    scale: 1.3;
  }

  to {
    rotate: 0deg;
    translate: 0 0;
    scale: 1.3;
  }
}

@keyframes box {
  0% {
    rotate: -2deg;
    translate: -2px 0
  }

  10% {
    rotate: 2deg;
    translate: 2px 0
  }

  20% {
    rotate: -2deg;
    translate: -2px 0
  }

  30% {
    rotate: 2deg;
    translate: 2px 0
  }

  40% {
    rotate: -2deg;
    translate: -2px 0
  }

  50% {
    rotate: 2deg;
    translate: 2px 0
  }

  60% {
    rotate: 0deg;
    translate: 0 0
  }

  to {
    rotate: 0deg;
    translate: 0 0
  }
}

.see{
  width: 15vw;
  margin: 0 auto;
}

.pot{width: 47.4%;
animation: pot infinite 5s;
padding-top: 5%;

}

@keyframes pot{

  0%{transform: translateX(-100%);
  }

  50%{transform: translateX(50%);
 }

  100%{transform: translateX(220%);
}
}

.pot img{
  animation: pot2 infinite 5s;
  
  }
  
  @keyframes pot2{
  
    0%{transform: rotate(0deg);
    }
  
    50%{transform: rotate(-30deg);
   }
  
    100%{transform: rotate(30deg);
  }
  }

/****************** shogonew ******************/


/****************** sp ******************/

/****************** pc ******************/
@media (min-width: 980px) {



  .uke1 {
    margin-bottom: 30px;
    margin-top: 20px;
  }



  .tpl {
    width: 303px;
  }

  .tpb {
    width: 334px;
    bottom: 30px;
  }

  .sticky-div {
    position: sticky;
    top: 0px;
    /* 任意 */
    width: 40vw;
    height: 100vh;
    margin-top: -100vh;
    z-index: 100;
  }



  .tpp {
    width: 377px;
  }

  .sl4 .content {
    width: 275px;
    margin-right: 75px;
  }

  .kasa {
    width: 53px;
  }

  .sl4 li:nth-child(2) {
    margin-top: 210px;
  }

  .sticky-div img {
    height: 100%;
    width: auto;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
  }

  .sl6 .content {
    width: 167px;
    margin-left: 54px;
  }

  .cv .vin {
    width: 100%;
  }

  .kaku1:hover .igai {
    animation: hope infinite 1s;
  }

  @keyframes hope {

    0%,
    49%,
    100% {
      transform: scale(1);
    }

    50%,
    99% {
      transform: scale(-1, 1);
    }


  }



  .zama {
    display: flex;
    margin-left: 5px;
    right: unset;
    left: 2vw;
    bottom: 2vw;
  }

  .zamax.fixed {
    bottom: 2vw;
  }

  .zama1 {
    width: 160px;
    margin-right: 10px;
  }

  .zama2 {
    width: 35px;
  }

  .uke {
    width: 105px;
  }

  .kaku {
    margin-bottom: 20px;
  }

  .ike {
    position: sticky;
    z-index: 2;

    height: 100vh;
    top: 200px;
    margin-left: -12vw;
    width: 105px;
  }

  .asi {
    display: grid;
    place-items: center;
    height: 100%;
  }

  #sec1 {
    border-top: none;
  }

  .sec1 {
    padding-bottom: 0;
  }

  .cv .content {
    width: 139px;
  }

  .aska {
    width: 40vw;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .aska img {
    object-fit: cover;
    height: 100%;
  }

  /****************** new ******************/
  #sec2 .sl5 .content {
    width: 660px;
  }

  .sweat1 {
    padding: 0;
  }

  .pl1_1 {
    width: 267px;
  }

  .les1 {
    height: 100%;
  }

  .sl3 .content {
    width: 268px;
  }

  #sec1 {
    top: unset;

  }

  #sec2 {
    top: calc(-2800px + 100vh);
    padding-bottom: 50px;
  }

  .fixed-snow-cover .snows-wrapper .snow {
    height: 50%;
    position: relative;
    width: 12%
  }

  .sl5 .content {
    width: 851px;
  }

  .pl1_2 {
    width: 390px;
    aspect-ratio: unset;
    height: 206px
  }

  .blue {
    width: ;
  }

  .blue .content {
    width: 131vw;
    display: grid;
    place-content: center;
  }

  /****************** new ******************/



  .blue1 {
    place-content: center;
  }

  .blue {
    position: absolute;
    top: 0;
    z-index: 2;
    aspect-ratio: unset;
    height: 31px;
  }

  .dere4 {
    animation-duration: 1s !important;
    animation-delay: 4s !important;
    animation-fill-mode: forwards;
  }

  .sitani {
    animation: sitani 1 1s 1s;
    animation-fill-mode: forwards;
  }

  .homies {
    width: 30%;
    height: unset;
    aspect-ratio: 1/0.5;
    top: 38%;
  }

  .nl3_1 {
    width: 100%;
  }

  #moge img {
    width: 29vw;
    max-width: unset;
    height: auto;
  }

  .nl3_6 div img {
    width: 500px;
  }

  .lz27 {
    height: calc(500px*0.72);
  }

  .lz28 img {
    height: calc(500px*0.72);
  }

  .buy {
    width: calc(500px*0.28);
    height: calc(500px*0.28);
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(330px);

  }

  .rep {
    padding-bottom: 30px;
  }

  #bera {
    padding-bottom: 20px;
  }



  .app1 div {
    overflow: hidden;
  }

  .app1 div:nth-child(1) {
    animation: masu 1 1s;
    height: 0%;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }

  .app1 div:nth-child(2) {
    animation: masu 1 1s;
    height: 0%;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
  }




  .app2 {
    animation: fadein 1 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
  }

  .sukeyoko img {
    width: 500px;
  }


  .staff1 {
    line-height: 0;
  }

  @keyframes masu {
    0% {
      height: 0%
    }

    100% {
      height: 100%;
    }

  }

  .desu2 img {
    object-fit: cover;
    height: 100%;
  }

  .mob {
    margin-top: 30px;
    margin-bottom: 40px;
  }



  .zes2a .run {
    padding-bottom: 0;
  }

  #mezo {
    margin-bottom: 40px;
  }



  #sec6 {
    margin-bottom: 0;
  }

  .zes2 {
    padding-bottom: 0;
    height: 1140px;
  }

  .nom3 {
    padding-bottom: 40px;
  }

  .nom4 {
    height: 81px;
  }

  .nom4 img {
    width: 357px;
  }

  .nom1 {
    margin-top: -321px;
  }

  .biyou {
    margin-top: -5%;
  }


  #yori1 {
    height: 956px;
  }

  #yori2 {
    height: 804px;
  }





  .zes3,
  .zes2a {
    padding-bottom: 40px;
  }

  .masao {
    margin-top: 0;
  }

  .tetete {
    height: 334px;
  }

  .jon li {
    width: 150px;
    height: 150px;
  }

  .block-one {
    margin-top: 0px;
  }


  .block-two {
    margin-top: 0;
  }

  .huga {
    width: 500px;
    left: 50vw !important;
  }

  .mob li {
    margin-bottom: 20px;
  }



  .app1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 20vh;
  }


  .ami4 img {
    width: 450px;
  }

  .app3 {
    width: 60%;
  }

  .app3 .run {
    opacity: 1;
  }

  .desu2 {
    width: 50vw;
    height: 100vh;
    position: absolute;

    overflow: hidden;
    right: 0;
    top: 0;
  }



  .app1 div {
    position: absolute;
    left: 0;
    top: 0;
  }

  .remon img {
    mix-blend-mode: multiply;
  }

  .app1 img {
    width: auto;
    height: 100vh;
  }


  .app2 {
    position: absolute;
    bottom: 1.8vw;
    width: 31%;
    left: 1.8vw;
  }


  .nl3_4 div:nth-child(2) img {
    width: 500px;
  }



  .desu1 {
    width: 50vw;
    position: relative;
    overflow: hidden;
    height: 100vh;
  }

  .desu1 img {
    height: 100%;
    object-fit: cover;
  }

  .gazo {
    width: 10.5%;
    height: 68px;
  }

  .buy span {
    font-size: 14px;
  }

  #ruga2 .hane {
    margin-top: -520%;
  }

  #ruga1 .hane {
    margin-top: -1100%;
    margin-left: -270%;
    width: 470%;
  }

  .buy p {
    margin-top: 4.5%;
  }

  #jajaja {
    background-color: #B4A398;
    border-radius: 40px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    margin-top: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 40%;
  }

  #jajaja p {
    color: white;
    font-size: 24px;
  }


  .lzkan {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }

  .ronron {
    width: 70%;
    margin: auto;
  }

  .jaga {
    margin-top: -80px;
    margin-bottom: -30px;
  }




  .lz10 li:hover {
    background-color: rgba(255, 254, 254, 0.8);
  }

  .top {
    position: relative;
    z-index: 100;
  }

  .close {
    width: 100px;
    height: 100px;
  }


  .iro {
    margin-top: calc(500px*-0.05);
  }

  .lz13 {
    width: calc(500px*0.63);
  }

  .lz12 {
    height: calc(500px*1.28);
  }

  .lz10 li {
    height: calc(500px*0.21);
  }

  .lz10 ul {
    width: calc(500px*0.7);
  }

  .lz9 {
    height: calc(500px*1.45);
  }

  .window {
    width: 500px;
  }

  #huki2 {
    margin-right: 18%;
  }

  #huki1 {
    margin-left: 18%;
  }

  .gog img {
    width: 500px;
    height: 286px;
  }

  .lz41 {
    width: 500px;
    height: 300px;
  }

  .check img {
    width: 500px;
  }

  .jaru1 img {
    width: 500px;
  }

  .kawa {
    height: calc(500px*0.99);
  }

  .lz33 {
    height: calc(500px*0.93);
  }

  .hop img {
    height: calc(500px*0.93);
    width: 500px;
  }

  .lz40 {
    height: calc(500px*1.04);
  }

  .lz36 {
    height: calc(500px*0.33);
  }

  .lz35 {
    height: calc(500px*0.33);
  }

  .lz36 img {
    height: calc(500px*0.33);
    width: 500px;
  }

  .content {
    width: calc(500px*1.6);
  }

  #saigo1 {
    height: calc(500px*0.24);
  }

  .lz31 img {
    height: calc(500px*0.86);
  }

  .content2 {
    width: 1000px;
  }

  .lz31x {
    height: calc(500px*0.86);
  }

  #deco {
    height: 20px;
  }

  .lz29 {
    height: 470px;
  }

  .iro {
    padding-bottom: 50px;
  }

  .dd2 {
    height: calc(500px*2.15);
    overflow: hidden;
  }

  .didy img {
    width: calc(500px*0.4);
    height: calc(500px*2.15);
  }

  .didy {
    height: calc(500px*2.15);
  }

  .zz2 li {
    height: calc(500px*0.46);
  }

  .zy1 img {
    width: calc(500px*0.6);
  }

  .lz23 {
    height: calc(500px*0.355);
  }

  .lz24 img {
    width: 500px;
    height: calc(500px*0.355);
  }

  .lz14 {
    width: calc(500px*0.46);
    ;
  }

  .lz4 {
    height: calc(500px*0.43);
  }

  .lz6 {
    height: calc(500px*0.28);
  }

  .lz8 {
    height: calc(500px*1.78);
  }


  .ronron {
    animation: fadein 1 1s;
    opacity: 0;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }

  .jonjon div {
    animation: fadein 1 1s;
    opacity: 0;
    animation-fill-mode: forwards;
  }

  #jon1 {
    animation-delay: 0.8s;
  }

  #jon2 {
    animation-delay: 1.1s;
  }

  #jon3 {
    animation-delay: 1.4s;
  }

  #sp {
    display: none;
  }

  .lz2 {
    width: 100%;
    height: 500px;
  }

  .jaja {
    width: 50%;
    height: auto;
  }

  #pc {
    display: block;
  }


  .wrapperz {
    width: 100%;
    margin-top: -100vh;
    margin-right: 0;
    margin-left: auto;
  }

  .lz4xx {
    height: 214px;
    width: 100%;
  }

  .lz4xx img {
    height: 214px;
    width: 100%;
  }

  .lz4x {
    height: 214px;
    width: 100%;
  }

  .lz4x img {
    height: 214px;
    width: 100%;
  }

  .jonjon {
    width: 80%;
    margin: auto;
    height: 400px;
    position: relative;
  }


  .ei {
    display: none;
  }



  .top {
    width: 100vw;

    z-index: 5;
    position: relative;
  }

  .topnaka {
    display: flex;
    min-width: 1100px;
    max-width: 1300px;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 42vw;
    min-height: 582px;
    max-height: 687px;
  }

  .dump div:nth-child(1) img {
    width: 500px;
  }

  .lev {
    width: 60%;
    animation: fadein 1s 1;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    min-width: 800px;
    max-width: 900px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
  }

  .job {
    width: 500px;
    margin-left: auto;
    margin-right: 0;
    line-height: 0;
  }

  .biyou1 img {
    width: 500px;
  }

  .broke {
    position: relative;
    z-index: 100;
  }

  .gedan {
    width: 100vw;

    position: relative;
  }

  .logo {
    width: 287px;
    position: fixed;
    display: block;
    left: 20px;
    top: 30px;
    height: 100%;
  }

  .bt2x {
    top: 18%;
  }

  .bt1x {
    top: 18%;
  }

  .vibes {
    width: 18.9vw;
    display: flex;
  }

  .moji {
    font-size: 14px;
  }

  #ja {
    margin-top: -40px;
  }

  #jo {
    position: relative;
    z-index: 2;
  }

  #jig:hover {
    opacity: 0.6;
    transition: all 0.5s;
  }



  .rza {
    width: 173px;
    top: 60%;
    transform: translateY(-50%);
    position: absolute;
    right: -780px;
  }

  .wu {
    display: flex;
    margin-bottom: 20px;
  }

  .en {
    border: 1px solid black;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-left: 30px;
    margin-top: 3px;
    flex-shrink: 0;
  }

  .moji {
    margin-left: 10px;
  }





  /*========= レイアウトのためのCSS ===============*/

  h1 {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 30px 0;
  }



  small {
    background: #333;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px;
  }


  .uru {
    width: 7%;
    left: 9%;
    top: 38%;
  }


  nav ul li a {
    display: block;
    text-decoration: none;
    color: #666;
    transition: all 0.3s;
  }

  nav ul li.current a,
  nav ul li a:hover {
    color: #fff;
  }

  .vib1 {
    width: 100%;
  }

  .vib2 {
    width: 43.4%;
    margin: auto;
  }

  nav ul li.current .en {
    background-color: black;
  }


  .noz {
    padding-bottom: 150px;
  }


  .scroll {
    width: 70px;
    bottom: -70px;
    left: unset;
    right: 50px;
    position: absolute;
  }

  .byon {
    position: sticky;
    top: 0;
    place-items: center;
    display: grid;
    height: 100vh;
  }

  .circle {
    mask-size: 110% 110%;
    transition: all 1.5s;

    clip-path: circle(100%);
  }


  .leswrap {
    width: 350px;
    margin-left: 20vw;
    transform: translate(-15%, -300px);
  }

  .top {
    width: 100%;
    background-color: unset;
  }

  .gedan {
    width: 100%;
  }

  .boss {
    position: sticky;
    top: 10%;
    width: calc(663*100vw/1400);
    /* width: min(740*100vw/1560, 740px); */
    height: 100%;
    z-index: 2;
  }

  .shogos {
    background-color: #AA1111;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
  }


  #sec1 {
    background-color: white;
  }

  #sec4 {
    background-color: white;
  }


  .sl2 .content {
    width: 726px;
  }

  .ned1 {
    font-size: 14px;
  }

  @keyframes biz {
    0% {
      width: 120px;
      opacity: 0;
      margin-bottom: -100%;
    }

    100% {
      width: 140px;
      margin-bottom: 0%;
      opacity: 1;
    }}

    
    .deru{ transform: translateX(-20%);

    margin: 0;
    }

  @keyframes deru{
    0%{opacity: 0;
    scale:0.6;
 transform: translateX(-50%);
    }
    
    100%{opacity: 1;
      transform: translateX(0%);
      scale:1;}
    
      }


      .gedan {
overflow: unset!important;
      }

      .zama2{position: absolute;
      bottom: 2vw;
    left: 430%;
  transform: translateX(-50%);}

  .fixed-snow-cover .snows-wrapper .snow .snow-img img {
    -webkit-animation: snow 3s linear 0s infinite;
    animation: snow 3s linear 0s infinite;
    opacity: 0;
    width: 12px
  }

  .shogo1x{width: 390px;
  margin: auto;}

}


@media (min-width: 1200px) {
  .ned1 {
    font-size: 15px;
  }

  .leswrap {
    width: 400px;
  }

  .zama2{position: absolute;
    bottom: 2vw;
  left: 500%;
transform: translateX(-50%);}

}

#Wrap {
  position: relative;
  z-index: 2;
}
#Foot {
  position: relative;
  z-index: 10;
  background-color: white;
}
