
body {
  overflow-x: hidden;
  width: 100%;
  font-family: 'RocknRoll One', sans-serif;
}

a {
  text-decoration: none;
}



/*背景部分*/

.background{
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(194, 3, 34, 1) 15%, rgba(91, 1, 1, 1) 88%);
  position: fixed;
  z-index: -10;
}




.p {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.p_img {
  width: 250;
  height: 250;
  margin: 20 auto 0 auto;
}

.p_img img {
  width: 250;
  height: 250;
  object-fit: cover;
}

.p_icon img {
  width: 1400;
  height: 1400;
  object-fit: cover;
}

.p_white {
  width: 300px;
  height: 340px;
  background-color: #F2E3BC;
  position: absolute;
  border-bottom: solid 2px#5E5E5E;
  border-right: solid 2px#5E5E5E;
}

.background li:hover {
  width: 120px;
} 

.p1 {
  top: 10%;
  left: 5%;
  transform: rotate(-30deg);
}

.p2 {
  top: 35%;
  left: 16%;
  transform: rotate(-20deg)
}

.p3 {
  top: 65%;
  left: 5%;
  transform: rotate(-50deg)
}

.p4 {
  top: 9%;
  left: 66%;
  transform: rotate(-10deg)
}

.p5 {
  top: 35%;
  left: 80%;
  transform: rotate(20deg)
}

.p6 {
  top: 65%;
  left: 68%;
  transform: rotate(-15deg)
}

.p7 {
  top: 5%;
  left: 30%;
  transform: rotate(-15deg);
  position: absolute;
}

.p8 {
  top: 0%;
  left: -7%;
  transform: rotate(-15deg);
  position: absolute;
}





.updown1 {
  animation-name:updown1;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 3s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}

@keyframes updown1 {
0% {
  transform: translateY(0) rotate(-30deg);
}
50% {
  transform: translateY(-20px) rotate(-30deg);
}
100% {
  transform: translateY(0) rotate(-30deg);
}
}


.updown2 {
  animation-name:updown2;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 5s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}

@keyframes updown2 {
0% {
  transform: translateY(0) rotate(17deg);
}
50% {
  transform: translateY(-20px) rotate(17deg);
}
100% {
  transform: translateY(0) rotate(17deg);
}
}

.updown3 {
  animation-name:updown3;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 4s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}

@keyframes updown3 {
0% {
  transform: translateY(0) rotate(-10deg);
}
50% {
  transform: translateY(-20px) rotate(-10deg);
}
100% {
  transform: translateY(0) rotate(-10deg);
}
}


.updown4 {
  animation-name:updown4;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 3s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}

@keyframes updown4 {
0% {
  transform: translateY(0) ;
}
50% {
  transform: translateY(-7px) ;
}
100% {
  transform: translateY(0);
}
}













/*背景部分終了*/

.main_title {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
  font-family: 'RocknRoll One', sans-serif;
  letter-spacing: 35px;
  color: #f1f1f1;
}

.main_title h1 {
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 12vw;
}

.main_title p {
  text-align: center;
  font-size: 7vw;
  margin-top: 10px;
}

.opening_text img {
  width: 150px;
  margin-bottom: 30;
}

.opening_text {
  margin: 0 0 0 0;
  padding-top: 250;
  font-size: 25px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
}


.new img {
  margin-top: 100px;
  width: 100%;
}



.big_text_g {
  margin: 0 0 0 0;
}

.big_text {
  padding-left: 15px;
  font-size: 25px;
  border-bottom: solid 10px #ca0606;
}






.video {
  text-align: center;
  margin-top: 100px;
}

.video p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}

.video a {
  color: #ffffff;
  border: solid 2px #ffffff;
  padding: 12px;
}

.video a:hover{
  color: white;
  background-color: #dd7600;
}




















.center_box {
  margin: 0 auto;
  width: 500px;
  background-color:#000000d5; 

}

.title {
  width: 75%;
  text-align: center;
  margin: 100 auto 50 auto;
  font-size: 42px;
  padding: 50 0 5 0;
  border-bottom: solid 5px #ffffff;
  color: #ffffff;
  letter-spacing: 0.2rem;
}

.gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery li {
  list-style: none;
  color: #2b2b2b;
  width: 25%;
  margin: 20 10;
  text-align: center;
}

.gallery img {
  width: 100%;
}

.gallery p {
  color: #E89005;
}


.gallery img:hover {
  background-color: #E89005;
}



.store-details {
  list-style: none;
  padding-bottom: 100;
  
  
}

.store-details ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.store-details li {
  list-style: none;
  color: #ffffff;
  margin: 0 20;
  text-align: center;
  background-color: #ca9c06;
  border: solid 3px #ffffff00;
}

.store-details p {
  color: #000000;
  font-size: 30;
  width: 100%;
  
  padding: 30;
}

.store-details li:hover {
  background-color: #F2E3BC;
}



.info {
  text-align: center;
  margin-top: 400;
  padding: 70 0 50 0;
  font-size: 30;
  color: #2b2b2b;
  background-color: #F2E3BC;
}

.tel {
  text-align: center;
  padding: 0 0 70 0;
  font-size: 30;
  color: #2b2b2b;
  background-color: #F2E3BC;
}





/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#E89005;
    text-align:center;
    color:#fff;
  }
  
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* Loading アイコンの大きさ設定　*/
  #splash_logo img {
    width:260px;
  }
  
  /* fadeUpをするアイコンの動き */
  .fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }



/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 900ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

  .fadein2 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

  .fadein2.scrollin2 {
	opacity : 1;
	transform : translate(0, 0);
	}
  






  .limited {
    text-align: center;
    margin-top: 200px;
  }
  
  .limited img{
    width: 65%;
    margin-bottom: 100px;
  }









  @media screen and (max-width:1100px) {
    .p7 {
      top: 5%;
      left: -60%;
      transform: rotate(-15deg);
      position: absolute;
    }
    
    .p8 {
      top: 0%;
      left: 10%;
      transform: rotate(-15deg);
      position: absolute;
    }
  }


  












@media screen and (max-width:675px) {

  body {
    overflow-x: hidden;
    width: 100%;
  }

  .p {
    z-index: -1;
  }

  .p {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -5vh;
    left: -10vw;
    z-index: -1;
  }



  .p7 {
    top: -10%;
    left: -150%;
    transform: rotate(-15deg);
    position: absolute;
  }
  
  .p8 {
    display: none;
    top: 10%;
    left: -110%;
    transform: rotate(-15deg);
    position: absolute;
  }
  




  .main_title {
    margin: 0 0 300 0;
    letter-spacing: 10px;
  }

  .main_title h1 {
    text-align: center;
    margin: 0 auto 20 auto;
    font-size: 45;

  }
  
  .main_title p {
    text-align: center;
    font-size: 30;
  }

  .main_title img {
    margin: 30 0 20 0;
    width: 35%;
  }

  .center_box {
    margin: 0 auto;
    width: 100%;
    border: solid 0px #0a0a0a;
  }

  .opening_text {
    width: 90%;
    margin: 0 auto;
    padding-top: 250;
    font-size: 18px;
    text-align:center;
    line-height: 50px;
  }

  .big_text_g {
    margin: 0 0 0 0;
  }
  
  .big_text {
    padding-left: 0px;
    font-size: 25px;
  }


  .title {
    font-size: 30px;
  }


  .store-details ul {
    justify-content: center;
  }
  
  .store-details li {
    width: 85%;
    margin: 30 0;
    padding: 30;
  }
  
  .store-details p {
    font-size: 30;
    width: 100%;
    
    padding: 15;
  }


  .info {
    text-align: center;
    font-size: 20;
    color: #2b2b2b;
    margin-top: 200;
  }
  
  .tel {
    text-align: center;
    font-size: 20;
    color: #2b2b2b;
  }







  .limited {
    text-align: center;
    margin-top: 200px;
  }
  
  .limited img{
    width: 90%;
    margin-bottom: 100px;
  }

}


  












/*冬限定*/

.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 15px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}

