@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: #fdeeea;
  font-family: 'Noto Sans JP', sans-serif;
}

body.coll {
  background-color: #ffd8d4;
}

/* contents */
#wrap {
  background-color: #fdefea;
  width: 1125px;
  display: block;
  margin: 0 auto;
}

#wrap .top {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

.t_logo {
  width: 203px;
  display: block;
  margin: 12px auto;
}

#wrap .ses {
  /* width: 750px; */
  width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 170px;
}

#wrap #s01.ses {
  padding-bottom: 0px;
}

/*
.ses p {
  font-size: 18px;
  color: #1a172e;
  line-height: 1.5911;
  letter-spacing: -0.12;
  margin-top: 0px;
}
*/

.txt {
  width: 100%;
  display: flex;
  font-size: 18px;
  color: #4e2c2c;
}

.no-wrap {
  display: inline !important;
}

.relativeBox {
  position: relative;
  width: 100%;
}

/* #01 */
#s01 {
  margin-top: 0px;
  background-color: #e2e4ef;
}

#s01 .relativeBox {
  padding-top: 110px;
}

#s01 .relativeBox .sec01 {
  position: absolute;
  top: 160px;
  left: 366px;
  z-index: 0;
}

#s01 .relativeBox .sec01_01 {
  position: absolute;
  top: 545px;
  left:86px;
  z-index: 2;
}

#s01 .relativeBox .sec01_02 {
  position: absolute;
  bottom: 0;
  left: 176px;
  z-index: 1;
}

#s01_02 {
  padding-top: 44px;
  background-color: #e2e4ef;
}

#s01_02 .sec01_03 {
  width: 570px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s01_txt {
  width: 462px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display:-webkit-flex;
  display:flex;
  padding-top: 42px;
}

.s01_txt .item01 {
  flex-basis: 80px;
}

.s01_txt .item02 {
  flex-basis: auto;
}


/* s02 */
#s02 {
  background-color: #f1eddf;
  margin-left: auto;
  margin-right: auto;
}

#s02 .relativeBox .sec02_01 {
  position: absolute;
  top: 34px;
  left: 176px;
  z-index: 0;
}

#s02 .relativeBox .sec02_02 {
  position: absolute;
  top: 523px;
  left:628px;
  z-index: 0;
}

#s02 .relativeBox .sec02_03 {
  position: absolute;
  top: 575px;
  left:90px;
  z-index: 0;
}

#s02 .relativeBox .sec02_04 {
  position: absolute;
  bottom: 0;
  left: 247px;
  z-index: 1;
}

#s02 .s02_05 {
  width: 750px;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#s02 .slide.slide01 {
  height: 1002px;
}

#s02 .slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#s02 .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 12s linear infinite;
}

#s02 .slide img:nth-child(1){
  animation-delay: 6s;
}

.s02_txt {
  width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display:-webkit-flex;
  display:flex;
  padding-top: 5px;
}

.s02_txt .item01 {
  flex-basis: 80px;
}

.s02_txt .item02 {
  flex-basis: auto;
}


/* s03 */
#s03 {
  background-color: #fdefea;
  margin-left: auto;
  margin-right: auto;
}

#s03 .relativeBox .sec03_01 {
  position: absolute;
  top: 85px;
  left: 120px;
  z-index: 0;
}

#s03 .relativeBox .sec03_02 {
  position: absolute;
  top: 596px;
  left:630px;
  z-index: 0;
}

#s03 .relativeBox .sec03_03 {
  position: absolute;
  top: 966px;
  left:200px;
  z-index: 0;
}

#s03 .sec03_04 {
  width: 750px;
  display: block;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
}

#s03 .slide.slide01 {
  height: 1075px;
}

#s03 .slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#s03 .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 12s linear infinite;
}

#s03 .slide img:nth-child(1){
  animation-delay: 6s;
}

.s03_txt {
  width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display:-webkit-flex;
  display:flex;
  padding-top: 40px;
}

.s03_txt .item01 {
  flex-basis: 80px;
}

.s03_txt .item02 {
  flex-basis: auto;
}


/* #s04 */
#s04.ses {
  width: 1000px;
  background-color: #f1eddf;
  margin-left: auto;
  margin-right: auto;
}

#s04 .s04_01 {
  width: 750px;
  display: block;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#s04 .s04_02 {
  width: 500px;
  display: block;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.s04_txt {
  margin-top: 20px;
  justify-content: center;
}

.s04_txt .item01 {
  flex-basis: 80px;
  padding-top: 5px;
}

.s04_txt .item02 {
  flex-basis: 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 {
    padding-bottom: 50px;
  }
  
  .t_logo {
    width: 30.6666%;
    display: block;
    margin: 6px auto;
  }

  .txt {
    font-size: 10px;
  }

  /* #s01 */
  #s01 .relativeBox {
    padding-top: 55px;
  }

  #s01 .relativeBox .sec01 {
    width: 74.6666%;
    left: 25.333%;
    top: 13%;
  }
  
  #s01 .relativeBox .sec01_01 {
    width: 34.1333%;
    left: 1.2%;
    top: 48%;
  }
  
  #s01 .relativeBox .sec01_02 {
    width: 34.266%;
    left: 10.5333%;
  }
  
  #s01_02 {
    padding-top: 12px;
  }

  #s01_02 .sec01_03 {
    width: 76%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .s01_txt {
    margin-top: 20px;
    width: 62.1333%;
    padding-top: 0;
  }
  
  .s01_txt .item01 {
    flex-basis: 14%;
    padding-right: 2%;
  }
  
  /* #s02 */
  #s02 .relativeBox .sec02_01 {
    width: 94.8%;
    top: 17px;
    left: 5.333%;
  }
  
  #s02 .relativeBox .sec02_02 {
    width: 40%;
    top: 44.8%;
    left: auto;
    right: 0;
  }
  
  #s02 .relativeBox .sec02_03 {
    width: 53.73333%;
    top: 48.7%;
    right: auto;
    left: 0;
  }
  
  #s02 .relativeBox .sec02_04 {
    width: 54.66666%;
    top: 74%;
    left: 14.6666%;
  }

  #s02 .s02_05 {
    width: 100%;
  }

  #s02 .slide.slide01 {
    height: auto;
    padding-bottom: 133.8%;
  }

  .s02_txt {
    padding-top: 0;
    width: 52%;
  }
  
  .s02_txt .item01 {
    flex-basis: 16%;
    padding-right: 2%;
  }
  
  /* #s03 */
  #s03 .relativeBox .sec03_01 {
    width: 68.93333%;
    top: 43px;
    left: 0;
  }
  
  #s03 .relativeBox .sec03_02 {
    width: 38.5333%;
    top: 43%;
    left: auto;
    right: 1.4666%;
  }
  
  #s03 .relativeBox .sec03_03 {
    width: 89.333%;
    top: 69.5%;
    left: auto;
    right: 0;
  }

  #s03 .sec03_04 {
    width: 100%;
  }

  #s03 .slide.slide01 {
    width: 100%;
    height: auto;
    padding-bottom: 143%;
  }

  .s03_txt {
    padding-top: 20px;
    width: 49.333%;
  }
  
  .s03_txt .item01 {
    flex-basis: 17.56756%;
    padding-right: 2%;
  }

  /* #s04 */
  #s04.ses {
    width: 100%;
  }

  #s04 .s04_01 {
    width: 100%;
    padding-top: 17px;
  }

  #s04 .s04_02 {
    width: 66.5333%;
    padding-top: 20px;
  }

  .s04_txt {
    width: 68.8%;
    margin-left: auto;
    margin-right: auto;
  }

  .s04_txt .item01 {
    flex-basis: 12.596899%;
    padding-right: 2%;
  }



  /* 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 */
