/* <セクション レイヤー> */
header{
  position: relative;
  z-index: 4;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header{
  max-width: none;
  width: 100%;
}

#head{
  margin-top: 55px;
  margin-bottom: 65px;
}
#head .txt{
  width: 826px;
  margin-left: auto;
  margin-right: auto;
}

.main-contents{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
.migi-img{
  position: fixed;
  z-index: 999;
  bottom: 55px;
  width: 12%;
  right: calc((100% - 400px) / 2);
  margin-left: auto;
  display: block;
} 
.main-contents img{
  max-width: 100%;
}
.main-img{
  position: relative;
  z-index: 7;
}
.nav-area{
  position: relative;
  z-index: 6;
  margin-bottom: -60px;
  bottom: 60px;
  padding-top: 85px;
  padding-bottom: 50px;
  background: url(../images/nav-bg.png) no-repeat center bottom / cover;
}
.nav-area ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.nav-area ul li{
  width: 30%;
}
.nav-area ul li:nth-child(n + 4){
  margin-top: 12px;
}
.cont-1{
  position: relative;
  z-index: 4;
  margin-bottom: -15px;
  bottom: 15px;
  padding-top: 54px;
  padding-bottom: 40px;
  background: url(../images/cont-bg01.jpg) no-repeat center top / cover;
}
.ttl-img{
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.cont-2 .ttl-img{
  margin-bottom: 20px;
}
.ttl-copy{
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 2.18;
  font-weight: 500;
}
.story-wrap{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.story-wrap .bef-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.story-wrap .af-bg{
  position: absolute;
  bottom:  -1.5%;
  left: 0;
  width: 100%;
  z-index: 5;
}
.story-box{
  position: relative;
  height:182px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 4;
}
.story-box.active{
  height: 100%;
}
.ac-btn{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
}
.ac-btn .story-openbtn{
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 5;
}
.ac-btn .story-openbtn.hide{
  opacity: 0;
  pointer-events: none;
}
.ac-btn .story-closebtn{
  position:absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
.ac-btn .story-closebtn.active{
  opacity: 1;
  pointer-events: auto;
}
.cont-1-img{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.btn-img{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cont-2{
  position: relative;
  z-index: 5;
  padding-top: 56px;
  padding-bottom: 90px;
  background: url(../images/cont-bg02.jpg) no-repeat center top / cover;
}
.dl-list{
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  background: url(../images/mini-mokume.png) no-repeat center top / cover;
}
.dl-list dt{
  width: 100%;
  position: relative;
  cursor: pointer;
}
.dl-list dt::before{
  position: absolute;
  content: "";
  display: block;
  right: 15px;
  top:50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/step-open.png) repeat-y center top / cover;
}
.dl-list dt.open::before{
  position: absolute;
  content: "";
  display: block;
  right: 15px;
  top:50%;
  transform: translateY(-50%);
  background: url(../images/step-close.png) repeat-y center top / cover;
}
.dl-list dt .no-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
}
.dl-list dt .ttl-img{
  position: relative;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.dl-list dd{
  padding-bottom: 80px;
}
.dl-list dd .img-box{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.dl-list dd .img-box.ptn1{
  width: 85%;
  margin-left: 5%;
}
.dl-list dd .img-box.ptn2{
  width: 85%;
  margin-left: 2%;
}
.dl-list dd .step-txt{
  line-height: 2.09;
  font-size: 20px;
  color: #fff;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.dl-list dd .step-txt span{
  color: #ffc800;;
}
.dl-list dd .step-notes{
  line-height:1.65;
  font-size: 26px;
  color: #fff;
  margin-top: 100px;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.dl-list dd .touroku-txt{
  margin-top: 55px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.dl-list dd .touroku-btn{
  margin-top: 35px;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.yajirushi{
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  margin-bottom: 14px;
  position: relative;
  z-index: 3;
}
.cen-box{
  position: relative;
  width: 100%;
}
.neko-1{
  width: 42%;
  position: absolute;
  top: 0;
  left: -15%;
  z-index: 5;
}
.neko-2{
  width: 42%;
  position: absolute;
  top: 0;
  right: -15%;
  z-index: 5;
}
.cont-3{
  position: relative;
  z-index: 6;
  padding-top: 0px;
  padding-bottom: 105px;
  background: url(../images/cont-bg03.jpg) repeat-y center top / cover;
}
.cont-3 .ttl-img{
  margin-bottom: -63px;
  bottom: 63px;
  position: relative;
}
.cont-3 .img-box{
  width: 87%;
  margin-left: 8.5%;
  margin-right: 4.5%;
  margin-top: 30px;
}
.cont-3-2{
  position: relative;
  z-index: 8;
  padding-top: 0px;
  padding-bottom: 50px;
  background: url(../images/cont-bg02.jpg) no-repeat center top / cover;
}
.cont-3-2 .ttl-img{
  margin-bottom: -63px;
  bottom: 63px;
  position: relative;
}
.cont-3-2 .ttl-copy{
  margin-top: 16px;
  text-align: center;
  color: #42210b;
  margin-bottom: 0;
}
.obi-img{
  position: relative;
  z-index: 10;
}
.obi-img img{
  width: 100%;
}

.cont-4-bg{
  position: fixed;
  width: 100%;
  max-width: 400px;
  z-index: 3;
  height: 100vh;;
  top:0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right:0;
  background: url(../images/cont-bg04.jpg) repeat-y center top / cover;
}
.cont-4-box{
  padding-top: 30px;
  position: relative;
  z-index: 6;
}
.cont-4-box .cont-copy,
.cont-5-box .cont-copy{
  text-align: center;
  font-size: 20px;
  line-height: 2.18;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.cont-4-box.ptn2{
  padding-top: 40px;
  position: relative;
  z-index: 6;
  padding-bottom: 60px;
}
.cont-4-box .photo{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cont-4-box .photo2{
  width: 100%;
  margin-left: auto;
  margin-right: auto; 
}
.cont-5-box{
  padding-top: 40px;
  background: url(../images/ouchi-bg.jpg) no-repeat center top / cover;
  position: relative;
  z-index: 7;
}
.cont-5-box .photo{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cont-6{
  position: relative;
  z-index: 8;
  padding-top: 58px;
  padding-bottom:23px;
  background: url(../images/cont-bg02.jpg) repeat-y center top / 110%;
}
.faq-con{
  padding-top: 50px;
  margin-top: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #603813;
}
.faq-con .faq-ttlimg{
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.faq-btn{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
}
.faq-btn .faq-openbtn{
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 5;
}
.faq-btn .faq-openbtn.hide{
  opacity: 0;
  pointer-events: none;
}
.faq-btn .faq-closebtn{
  position:absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
.faq-btn .faq-closebtn.active{
  opacity: 1;
  pointer-events: auto;
}
.faq-area dl{
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.faq-area dl dt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.faq-area dl dt::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/q-open.png) repeat-y center top / cover;
}
.faq-area dl dt.open::after{
  background: url(../images/q-close.png) repeat-y center top / cover;
}
.faq-area dl dt .q-img{
  width: 6%;
}
.faq-area dl dt .q-text{
  font-size: 20px;
  line-height: 1.66;
  color: #42210b;
  width: 78%;
  margin-right: 10%;
}
.faq-area dl dd{
  margin-top: 30px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.85;
  color: #42210b;
  border-top: 1px solid #603813;
}
.faq-area dl dd a{
  text-decoration: underline;
}
.bottom-text{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.85;
  color: #42210b;
}
.bottom-text a{
  text-decoration: underline;
  color: #0000ff;
}
.faq-btn{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
}
.faq-btn .faq-openbtn{
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 5;
}
.faq-btn .faq-openbtn.hide{
  opacity: 0;
  pointer-events: none;
}
.faq-btn .faq-closebtn{
  position:absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
.faq-btn .faq-closebtn.active{
  opacity: 1;
  pointer-events: auto;
}
.kiyaku-area{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.kiyaku-btn{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
.kiyaku-btn .kiyaku-openbtn{
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 5;
}
.kiyaku-btn .kiyaku-openbtn.hide{
  opacity: 0;
  pointer-events: none;
}
.kiyaku-btn .kiyaku-closebtn{
  position:absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
.kiyaku-btn .kiyaku-closebtn.active{
  opacity: 1;
  pointer-events: auto;
}
.kiyaku-box{
  display: none;
}
.kiyaku-box ul{
  margin-bottom: 50px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
.kiyaku-box ul li{
  margin-bottom: 18px;
}
.kiyaku-box ul li:last-child{
  margin-bottom: 0;
}
.kiyaku-text p{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.kiyaku-text p{
  font-size: 18px;
  line-height: 1.78;
  color: #42210b;
}
.kiyaku-text p a{
  color:#0000ff;
  text-decoration: underline;
}
.cont-2 .btn-img{
  margin-top: 40px;
}
@media(max-width:900px){

}
@media(max-width:770px){
  .cont-2 .btn-img{
    margin-top: 10vw;
  }
  .main-contents{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .migi-img{
    position: fixed;
    z-index: 999;
    bottom: 7.3vw;
    width: 36%;
    right: 0;
    margin-left: auto;
    display: block;
  } 
  .main-contents img{
    max-width: 100%;
  }
  .main-img{
    position: relative;
    z-index: 7;
  }
  .nav-area{
    position: relative;
    z-index: 6;
    margin-bottom: -8vw;
    bottom:8vw;
    padding-top: 16vw;
    padding-bottom: 50px;
    background: url(../images/nav-bg.png) no-repeat center bottom / cover;
  }
  .nav-area ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-area ul li{
    width: 30%;
  }
  .nav-area ul li:nth-child(n + 4){
    margin-top: 1.6vw;
  }
  .cont-1{
    position: relative;
    z-index: 4;
    margin-bottom: -2vw;
    bottom: 2vw;
    padding-top: 8.5vw;
    padding-bottom: 12vw;
    background: url(../images/cont-bg01.jpg) no-repeat center top / cover;
  }
  .ttl-img{
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  .ttl-copy{
    margin-bottom:12vw;
    text-align: center;
    font-size: 4.2vw;
    line-height: 2.18;
  }
  .story-wrap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .story-wrap .bef-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .story-wrap .af-bg{
    position: absolute;
    bottom:  -2vw;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .story-box{
    position: relative;
    height:35vw;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 4;
  }
  .story-box.active{
    height: 100%;
  }
  .ac-btn{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6vw;
    margin-bottom: 8vw;
    position: relative;
    cursor: pointer;
  }
  .ac-btn .story-openbtn{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .ac-btn .story-openbtn.hide{
    opacity: 0;
    pointer-events: none;
  }
  .ac-btn .story-closebtn{
    position:absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .ac-btn .story-closebtn.active{
    opacity: 1;
    pointer-events: auto;
  }
  .cont-1-img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
  }
  .btn-img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .cont-2{
    position: relative;
    z-index: 5;
    padding-top: 7.4vw;
    padding-bottom: 11vw;
    background: url(../images/cont-bg02.jpg) no-repeat center top / cover;
  }
  .dl-list{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    background: url(../images/mini-mokume.png) no-repeat center top / cover;
  }
  .dl-list dt{
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  .dl-list dt::before{
    position: absolute;
    content: "";
    display: block;
    right: 15px;
    top:50%;
    transform: translateY(-50%);
    width: 6.6vw;
    height: 6.6vw;
    background: url(../images/step-open.png) repeat-y center top / cover;
  }
  .dl-list dt.open::before{
    position: absolute;
    content: "";
    display: block;
    right: 15px;
    top:50%;
    transform: translateY(-50%);
    width: 6.6vw;
    height: 6.6vw;
    background: url(../images/step-close.png) repeat-y center top / cover;
  }
  .dl-list dt .no-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 14%;
  }
  .dl-list dt .ttl-img{
    position: relative;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.6vw;
    padding-top: 2.6vw;
  }
  .dl-list dd{
    padding-bottom: 80px;
  }
  .dl-list dd .img-box{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6vw;
  }
  .dl-list dd .img-box.ptn1{
    width: 85%;
    margin-left: 5%;
  }
  .dl-list dd .img-box.ptn2{
    width: 85%;
    margin-left: 2%;
  }
  .dl-list dd .step-txt{
    line-height: 2.09;
    font-size: 4.2vw;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .dl-list dd .step-notes{
    line-height:1.65;
    font-size: 3.4vw;
    margin-top: 13.3vw;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .dl-list dd .touroku-txt{
    margin-top: 7.3vw;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .dl-list dd .touroku-btn{
    margin-top: 4.6vw;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .yajirushi{
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.2vw;
    margin-bottom: 7.2vw;
    position: relative;
    z-index: 3;
  }
  .cen-box{
    position: relative;
    width: 100%;
  }
  .neko-1{
    width: 42%;
    position: absolute;
    top: 0;
    left: -15%;
    z-index: 5;
  }
  .neko-2{
    width: 42%;
    position: absolute;
    top: 0;
    right: -15%;
    z-index: 5;
  }
  .cont-3{
    position: relative;
    z-index: 6;
    padding-top: 0;
    padding-bottom: 24.6vw;
    background: url(../images/cont-bg03.jpg) repeat-y center top / cover;
  }
  .cont-3 .ttl-img{
    margin-bottom: -4.4vw;
    bottom: 4.4vw;
    position: relative;
  }
  .cont-3 .img-box{
    width: 87%;
    margin-left: 8.5%;
    margin-right: 4.5%;
    margin-top: 6.6vw;
  }
  .cont-3-2{
    position: relative;
    z-index: 8;
    padding-top: 0px;
    padding-bottom: 12vw;
    background: url(../images/cont-bg02.jpg) no-repeat center top / cover;
  }
  .cont-3-2 .ttl-img{
    margin-bottom: -8.4vw;
    bottom: 8.4vw;
    position: relative;
  }
  .cont-3-2 .ttl-copy{
    margin-top: 3.4vw;
    text-align: center;
    margin-bottom: 0;
  }
  .obi-img{
    position: relative;
    z-index: 10;
  }
  .obi-img img{
    width: 100%;
  }
  
  .cont-4-bg{
    position: fixed;
    width: 100%;
    max-width: 400px;
    z-index: 3;
    height: 100vh;;
    top:0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right:0;
    background: url(../images/cont-bg04.jpg) repeat-y center top / cover;
  }
  .cont-4-box{
    padding-top: 12vw;
    position: relative;
    z-index: 6;
  }
  .cont-4-box .cont-copy,
  .cont-5-box .cont-copy{
    text-align: center;
    font-size: 4.2vw;
    line-height: 2.18;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
  }
  .cont-4-box.ptn2{
    padding-top: 12vw;
    position: relative;
    z-index: 6;
    padding-bottom: 13.3vw;
  }
  .cont-4-box .photo{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-4-box .photo2{
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
  }
  .cont-5-box{
    padding-top: 80px;
    background: url(../images/ouchi-bg.jpg) no-repeat center top / cover;
    position: relative;
    z-index: 7;
  }
  .cont-5-box .photo{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-6{
    position: relative;
    z-index: 8;
    padding-top: 7.7vw;
    padding-bottom:2.4vw;
    background: url(../images/cont-bg02.jpg) repeat-y center top / 110%;
  }
  .faq-con{
    padding-top: 6.6vw;
    margin-top: 6.6vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #603813;
  }
  .faq-con .faq-ttlimg{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-btn{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6vw;
    margin-bottom: 8vw;
    position: relative;
    cursor: pointer;
  }
  .faq-btn .faq-openbtn{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .faq-btn .faq-openbtn.hide{
    opacity: 0;
    pointer-events: none;
  }
  .faq-btn .faq-closebtn{
    position:absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-btn .faq-closebtn.active{
    opacity: 1;
    pointer-events: auto;
  }
  .faq-area dl{
    padding: 4vw 4vw;
    border-radius: 2.6vw;
    margin-top: 5.3vw;
  }
  .faq-area dl dt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .faq-area dl dt::after{
    right: 0px;
    width: 6.6vw;
    height: 6.6vw;
  }
  .faq-area dl dt .q-img{
    width: 6%;
  }
  .faq-area dl dt .q-text{
    font-size: 3.9vw;
    line-height: 1.66;
    width: 78%;
    margin-right: 10%;
  }
  .faq-area dl dd{
    margin-top: 4vw;
    padding-top: 2.6vw;
    font-size: 3.7vw;
    line-height: 1.85;
  }
  .faq-area dl dd a{
    text-decoration: underline;
  }
  .bottom-text{
    margin-top: 1.3vw;
    font-size: 2.1vw;
    line-height: 1.85;
  }
  .bottom-text a{
    text-decoration: underline;
  }
  .faq-btn{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6vw;
    margin-bottom: 8vw;
    position: relative;
    cursor: pointer;
  }
  .faq-btn .faq-openbtn{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .faq-btn .faq-openbtn.hide{
    opacity: 0;
    pointer-events: none;
  }
  .faq-btn .faq-closebtn{
    position:absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-btn .faq-closebtn.active{
    opacity: 1;
    pointer-events: auto;
  }
  .kiyaku-area{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .kiyaku-btn{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6vw;
    margin-bottom: 8vw;
    position: relative;
    cursor: pointer;
  }
  .kiyaku-btn .kiyaku-openbtn{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .kiyaku-btn .kiyaku-openbtn.hide{
    opacity: 0;
    pointer-events: none;
  }
  .kiyaku-btn .kiyaku-closebtn{
    position:absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .kiyaku-box{
    display: none;
  }
  .kiyaku-box ul{
    margin-bottom: 6.6vw;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
  }
  .kiyaku-box ul li{
    margin-bottom: 5.06vw;
  }
  .kiyaku-box ul li:last-child{
    margin-bottom: 0;
  }
  .kiyaku-text p{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6vw;
  }
  .kiyaku-text p{
    font-size: 3.7vw;
    line-height: 1.78;
    color: #42210b;
  }
  .kiyaku-text p a{
    color:#0000ff;
    text-decoration: underline;
  }
}
.main-contents footer{
  z-index: 9;
  position: relative;
}
footer{
  padding-top: 50px;
 }
.bnr_ttl{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #666666;
  font-size: 21px;
  line-height: 1.58;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.instagram_bnr,
.brand_bnr,
.renippon_bnr,.adventure_bnr{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.instagram_bnr img,
.brand_bnr img,
.renippon_bnr img{
  border-radius: 10px;
}
@media(max-width:770px){
  .instagram_bnr img, .brand_bnr img, .renippon_bnr img{
    border-radius: 2vw;
  }
  footer{
    padding-top: 6vw;
   }
   .bnr_ttl{
     width: 90.69vw;
     margin-top: 0.29vw;
       margin-left: auto;
       margin-right: auto;
       text-align: center;
       font-size: 4.5vw;
       line-height: 1.58;
       margin-bottom: 2.2vw;
       font-weight: 600;
   }
   .instagram_bnr,
   .brand_bnr,
   .renippon_bnr{
     width: 80.44vw;
     margin-top: 5.55vw;
   }
}
.pc-bgarea1{
position: fixed;
width: 100%;
height: 96vh;
background: url(../images/bg-01.jpg) no-repeat left top / cover;
z-index: -1;
top: 0;
left: 0;
}
.pc-bgarea2{
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 0;
  top:78vh;
  height: 22vh;
  background: url(../images/bg-02.png) no-repeat center top / cover;
}
.left-box{
  position: fixed;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width:180px;
  left: 7%;
}
.left-box img{
  max-width: 100%;
}
.left-box .logo{
  margin-bottom: 5px;
}
.left-box .list{
  margin-bottom: 40px;
}
.left-box .list-ttlimg{
  margin-bottom: 40px;
}
.left-box .list ul li{
  margin-bottom: 20px;
}
.left-box .list ul li:last-child{
  margin-bottom: 0;
}
.left-box .list ul li a{
  display: block;
}
.left-box .list ul li a img{
  width: 100%;
}
.right-box{
  position: fixed;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  right: 8%;
}
.right-box .flow-box{
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  margin-bottom: 10px;
}
.right-box .flow-box .btn-img{
  position: absolute;
  bottom: 5%;
  left: 0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  z-index: 2;
}
.right-box .flow-box .btn-img img{
  width: 100%;
}
.right-box .kokuchi{
  width: 110%;
  margin-left: -10%;
  position: relative;
  margin-bottom: 20px;
}
.right-box .kokuchi img{
  width: 100%;
}
.right-box .link-bnrbox{
  width: 100%;
}
.right-box .link-bnrbox .link-ttlimg{
  margin-bottom: 10px;
}

.yokoku-wap{
  width: 26%;
  position: absolute;
  top: 1%;
  left: 1%;;
}
@media(max-width:770px){

}