@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', sans-serif;
*/

.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: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
}

/* contents */
#wrap {
  background-color: #fcf9e8;
  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: 0px;
}
.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;
}
 
/* s01 */
#s01 .relativeBox .sec01 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

#s01 .relativeBox .sec01_01 {
  position: absolute;
  top: 100px;
  left: 400px;
  z-index: 1;
}

#s01 .relativeBox .sec01_02 {
  position: absolute;
  bottom: 0px;
  left: 180px;
  z-index: 1;
}

/* s02 */
#s02 .relativeBox .sec02 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

#s02 .relativeBox .sec02_01 {
  position: absolute;
  top: 37px;
  left: 356px;
  z-index: 1;
}

#s02 .relativeBox .sec02_02 {
  position: absolute;
  top: 0px;
  left: 188px;
  z-index: 1;
}

#s02 .item {
  position: absolute;
  bottom: 0px;
}

/* s03 */
#s03 .sec03_01 {
  width: 629px;
  display: block;
  margin: 0 auto;
}

/* s04 */
#s04 .relativeBox .sec04{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#s04 .sec04_b {
  width: 750px;
  display: block;
  margin: 0 auto;
}

#s04 .relativeBox .sec04_01 {
  position: absolute;
  top: 50px;
  left: 188px;
  z-index: 1;
}

#s04 .relativeBox .sec04_02 {
  position: absolute;
  top: 60px;
  left: 96px;
  z-index: 1;
}

#s04 .item {
  position: absolute;
  bottom: 0px;
}

/* s05 */
#s05 .sec05_01 {
  width: 665px;
  margin: 0 auto;
}

#s05 .sec05_02 {
  width: 750px;
  margin: 0 auto;
}

#s05 .sec05_02 .img05_02 {
  margin-left: 35px;
}

/* s06 */
#s06 .sec06_01 {
  width: 629px;
  display: block;
  margin: 0 auto;
}


/* 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%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  
  #wrap .ses,
  #wrap .top {
    width: 100%;
  }
  
  #wrap .ses {
    margin-top: 100px;
  }

  #wrap #s01.ses {
    margin-top: 40px;
  }
  
  .txt {
    font-size: 10px;
  }

  #wrap .relativeBox .txt .item02 {
    padding-top: 0;
  }
  
  #wrap .item {
    margin-top: 25px;
  }
  
  /* s01 */
  #s01 .relativeBox .sec01_01 {
    width: 72%;
    top: 15px;
    left: 24%;
  }

  #s01 .relativeBox .sec01_02 {
    width: 88%;
    left: 6%;
  }

  /* s02 */
  #s02 .relativeBox .sec02_01 {
    width: 78%;
    top: 19px;
    left: 17%;
  }

  #s02 .relativeBox .sec02_02 {
    width: 60%;
    left: 8%;
  }

  #s02 .item {
    bottom: 5px;
  }
  /* s03 */
  #s03 .sec03_01 {
    width: 84%;
  }

  /* s04 */
  #s04 .relativeBox .sec04_01 {
    width: 86.6666%;
    top: 30px;
    left: 0;
  }

  #s04 .sec04_b {
    width: 100%;
  }
  
  #s04 .relativeBox .sec04_02 {
    width: 74.666%;
    top: 36px;
    left: 12.6%;
  }

  /* s05 */
  #s05 .sec05_01 {
    width: 88.666%;
  }

  #s05 .sec05_02 {
    width: 100%;
  }

  #s05 .sec05_02 .img05_02 {
    width: 93.3333%;
    margin-left: 4.6666%;
  }

  /* s06 */
  #s06 .sec06_01 {
    width: 84%;
  }

  /* 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 */
