
.preloadedImages {
  width: 0px;
  height: 0px;
  display: none;
  /*
  background-image: url(../images/202004/st01_bg.jpg);
  background-image: url(../images/202004/st02_bg.png);
  background-image: url(../images/202004/st04_bg.png);
  background-image: url(../images/202004/st07_bg.jpg);
  */
}

.show_pc { display: block !important; }
.show_sp { display: none !important; }

@media only screen and (max-width: 750px) {
  .show_pc { display: none !important; }
  .show_sp { display: block !important; }
}

/* Loading */

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #F8EAE9;
  font-family: 'Noto Sans JP', sans-serif;
}

/* contents */
#wrap {
  background-color: #ffffff;
  background-image: url('../images/202111/bg_pc.jpg');
  background-repeat: repeat-y; 
  background-size: contain;
  width: 1125px;
  display: block;
  margin: 0 auto;
}

#wrap .top {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.t_logo {
  width: 203px;
  display: block;
  margin: 12px auto;
}

#wrap .ses {
  width: 750px;
  /* width: 1125px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

#wrap #s01.ses {
  margin-top: 140px;
}

.txt {
  width: 100%;
  display: flex;
  font-size: 18px;
  color: #424242;
}

.no-wrap {
  display: inline !important;
}


.relativeBox {
  position: relative;
  width: 100%;
}

#wrap video {
  width: 100%;
  height: auto;
}

#wrap .item {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

/*
#wrap #chgPhoto {
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

#chgPhoto img {
  top: 0;
  left: 0;
  position: absolute;
}
*/
.sec01 {
  width: 650px;
  margin: 200px auto 0;
}

.sec1st {
  margin: 140px auto 0;
}

.price {
  width: 650px;
  display: block;
  margin: 50px auto 0;
}


/* link */
.bg_btn {
  width: 100%;
}

#bt_area .btn_cont {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  width: 100%;
  margin: 180px auto 0;
}

#bt_area {
  width: 1125px;
  display: block;
  padding-top: 140px;
  margin: 0 auto;
}

#btn {
  line-height: 0;
  width: 1125px;
  display: block;
  margin: 0px auto 0;
}

#btn_no {
  width: 100%;
  width: 750px;

  display: block;
  padding-top: 50px;
  margin: 0px auto 0;
}

.btnLinkhalf {
  display: inline-flex;
  list-style-type: none;
  width: 100%;
  max-width: 1125px;
  padding: 0;
  margin: 0 auto;
}

.btnLinkHalf img {
  width: 100%;
}

.btnLinkHalf li {
  width: 100%;
}

.toInsta {
  width: 100px;
  display: block;
  margin: 140px auto 0;
}

.snsLink {
  width: 50%;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px auto 0;
}

.snsLink li {
  width: 80%;
  text-align: center;
}

.snsLink li img {
  height: 81px;
}

.splLogo {
  width: 312px;
  display: block;
  margin: 55px auto 0;
}

.stc {
  width: 750px;
  margin-top: 50px;
  display: block;
  margin: 84px auto 92px;
}

/*
.toMain {
  width: 685px;
  display: block;
  margin: 30px auto 0;
}

*/

@media screen and (max-width: 767px) {
  .show_pc {display: none;}
  .show_sp {display: block;}

  .no-wrap {
    display: none !important;
  }

  html,body {
    -webkit-text-size-adjust: none;
  }

  .cr p {
    font-size: 10px;
  }
  
  img {
    max-width: 100%;
  }

  #wrap {
    width: 100%;
    background-image: url('../images/202111/bg_sp.jpg');
    background-size: contain;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  
  #wrap .ses,
  #wrap .top {
    width: 100%;
  }
  
  #wrap .ses {
    margin-top: 100px;
  }

  #wrap #s01.ses {
    margin-top: 50px;
  }
  
  .txt {
    font-size: 10px;
  }

  #wrap .relativeBox .txt .item02 {
    padding-top: 0;
  }
  
  #wrap .item {
   margin-top: 20px;
  }

  .sec01 {
    width: 86.6667%;
    margin: 100px auto 0;
  }

  .sec1st {
    margin: 50px auto 0;
  }

  .price {
    width: 86.6667%;
    margin-top: 24px;
  }

  /* sns */
  #bt_area {
    width: 100%;
    padding-top: 43px;
  }

  #bt_area .btn_cont {
    width: 72.6666%;
    display: block;
    margin: 0px auto 0;
  }
  
  #bt_area .toLink {
    width: 58.6666%;
    margin: 30px auto 0;
  }
  
  .toInsta {
    width: 10.9333%;
    margin-top: 75px;
  }
  
  .toInsta img {
    width: 100%;
  }
  
  .toApli {
    margin-top: 12px;
  }

  .snsLink {
    width: 73%;
    margin-top: 0px;
  }

  .snsLink li img {
    height: 40px;
  }


  #btn {
    line-height: 0;
    width: 100%;
    padding-top: 0px;
  }
  
  #btn_no {
    line-height: 0;
    width: 100%;
    padding-top: 0px;
  }

  .btnLinkhalf li {
    width: 100%;
  }
  
  .stc {
    width: 100%;
    margin-top: 25px;
    margin: 35px auto 28px;
  }
  
  
}


/* Animation base */

.animated {
  -webkit-animation-duration: 3s;
  opacity: 0;
  
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.imgClear {
  line-height: 0;
  filter: grayscale(100); 
  /* transition: filter 0.2s; */
}

.imgClear.on {
  filter: grayscale(0); 
  transition: filter 1.5s;
}

.imgMain {
  line-height: 0;
  filter: grayscale(100); 
  /* transition: filter 0.2s; */
}

.imgMain.on {
  filter: grayscale(0); 
  transition: filter 4s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.once {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.blur-img {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;

  transition: 3s;
}


@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}





@keyframes slideshow {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  55%{
    opacity: 1
  }
  65%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}



/* Animation End */
