@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: #fdefea;
  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;
  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;
}

#s01 {
  margin-top: 40px;
  position: relative;
}

#s01 .sesbg {
  position: relative;
}

#s01 .s01_01 {
  max-width: 100%;
  position: absolute;
  top: 62px;
  left: 25.3%;
}

#s01 .s01_02 {
  max-width: 100%;
  position: absolute;
  top: 790px;
  left: 0;
}

#s01 .s01_03 {
  max-width: 100%;
  position: absolute;
  top: 994px;
  right: 0;
}

#s01_02 .s01_04 {
  width: 88%;
  display: block;
  margin: 50px auto 0px;
}

.s01_txt {
  margin-top: 20px;
  justify-content: center;
}

.s01_txt .item01 {
  flex-basis: 80px;
  padding-top: 5px;
}

.s01_txt .item02 {
  flex-basis: auto;
}

/* s02 */

#s02 {
  width: 1000px;
  background-color: #d2ded5;
  margin-left: auto;
  margin-right: auto;
}

#s02 .ses {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#s02 .s02_mv {
  width: 100%;
}

#s02 .s02_01 {
  position: relative;
  width: 800px;
}

#s02 .s02_02 {
  position: relative;
  left: 150px;
}

#s02 .s02_03 {
  position: absolute;
  top: 61%;
  left: 84px;
  width: 306px;
}

.s02_txt {
  position: absolute;
  top: 78%;
  left: 52%;
  width: 50%;
}

.s02_txt .item01 {
  flex-basis: 80px;
  padding-top: 5px;
}

.s02_txt .item02 {
  flex-basis: auto;
}

/* s03 */
#s03 {
  margin-top: 30px;
}

#s03 .s03_01 {
  position: relative;
  margin-top: 54px;
}

#s03 .s03_04 {
  position: absolute;
  top:60.5%;
  left: 58%;
}

.s03_txt {
  position: absolute;
  top: 70%;
  left: 2%;
  width: 50%;
}

.s03_txt .item01 {
  flex-basis: 80px;
  padding-top: 5px;
}

.s03_txt .item02 {
  flex-basis: auto;
}

#s03 .slide.slide01 {
    height: 1115px;
}
#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;
}

/* #s04 */
#s04.ses {
  width: 1000px;
  background-color: #f1e9f8;
  margin-left: auto;
  margin-right: auto;
}

#s04 .s04_01 {
  width: 750px;
  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;
}

/* s05 */
#s05.ses {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#s05 .s05_01 {
  width: 750px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#s05 .s05_02 {
  width: 900px;
  margin-top: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#s05 .s05_03 {
  position: absolute;
  top: 2.5%;
}

#s05 .s05_04 {
  width: 750px;
  display: block;
  margin-top: 45px;
  margin-left: auto;
  margin-right: 0;
}

.s05_txt {
  margin-top: 20px;
  justify-content: center;
}

.s05_txt .item01 {
  flex-basis: 80px;
  padding-top: 5px;
}

.s05_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: 0 auto;
}

#bt_area {
  width: 1125px;
  display: block
  padding-top: 140px;
  margin: 0 auto;
}

#btn {
  line-height: 0;
  width: 1125px;
  display: block;
  margin: 0px auto 0;
  padding-top: 50px;
}

#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;}
  
  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: 85px;
  }
  
  .t_logo {
    width: 30.6666%;
    display: block;
    margin: 6px auto;
  }

  .txt {
    font-size: 10px;
  }

  /* #s01 */
    #s01 .s01_01 {
    width: 68%;
    top: 31px;
  }

  #s01 .s01_02 {
    width: 55.46666%;
    top: 57.8%;
    right: 0;
  }

  #s01 .s01_03 {
    width: 42.93333%;
    top: auto;
    bottom: 0;
  }
  
  #s01_02 .s01_04 {
    width: 88%;
    margin: 25px auto 0px;
  }
  
  .s01_txt {
    margin-top: 13px;
  }
  
  .s01_txt .item01 {
    flex-basis: 8%;
    padding-right: 2%;
  }

  /* s02 */
  #s02 {
    width: 100%;
  }
  
  #s02 .ses {
    width: 100%;
  }
  
  #s02 .s02_01 {
    width: 100%;
  }
  
  #s02 .s02_02 {
    left: 0;
  }
  
  #s02 .s02_03 {
    width: 40.8%;
    left: 1%;
    top: 71.5%;
  }
  
  .s02_txt {
    left: 45%;
  }

  .s02_txt .item01 {
    flex-basis: 16.25%;
    margin-right: 4%;
  }

  /* s03 */
  #s03 {
    margin-top: 0px;
  }

  #s03 .s03_01 {
    margin-top: 27px;
  }

  #s03 .s03_04 {
    width: 40%;
  }
  
  .s03_txt .item01 {
    flex-basis: 16.25%;
    margin-right: 4%;
  }

  #s03 .slide.slide01 {
    height: auto;
    padding-bottom: 149%;
  }

  /* #s04 */
  #s04.ses {
    width: 100%;
  }

  #s04 .s04_01 {
    width: 100%;
    padding-top: 0px;
  }

  .s04_txt {
    margin-top: 13px;
  }

  .s04_txt .item01 {
    flex-basis: 9%;
    padding-right: 2%;
  }

  /* s05 */
  #s05.ses {
    width: 100%;
  }

  #s05 .s05_01 {
    width: 100%;
  }

  #s05 .s05_02 {
    width: 100%;
    margin-top: 23px;
  }

  #s05 .s05_03 {
    width: 65.3333%;
  }

  #s05 .s05_04 {
    margin-top: 22px;
  }
  
  #s05 .s05_01 {
    width: 100%;
    padding-top: 0px;
  }

  .s05_txt {
    margin-top: 13px;
  }

  .s05_txt .item01 {
    flex-basis: 9%;
    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 */
