@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
#loading{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 999;
}
body{
  background: #fff;
}
img{
  display: block;
}
#wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bold{
  font-weight: 600;
}
#header{
  position: relative;
  width: 100%;
  /*
  min-height: 800px;
  */
  overflow: hidden;
  background: url("../img/main_bg.webp") no-repeat center center;
  background-size: cover;
}
#main_cn{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  max-width: 1440px;
}
.ef_bg{
  position: absolute;
  transform: rotate(-10deg);
  transform-origin: left top;
  width: calc(420px * 28);
  margin-top: 110px;
  margin-top: 7.63%;
  left: 0;
  top: 0;
}
.scroll_photo{
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  transform-origin: center center;
  width:  calc(420px * 28);
  animation:roopanim 120s linear infinite;
}
.ef_bg2{
  position: absolute;
  transform: rotate(-10deg);
  transform-origin: left top;
  width: calc(420px * 28);
  left: 0;
  top: 0;
  margin-top: 670px;
  margin-top: 46.52%;
}
@media screen and (min-width: 1440px){
  .ef_bg2{
    margin-top: 670px;
  }
}
.ef_bg2 .scroll_photo{
  animation:roopanim2 120s linear infinite;
}
@keyframes roopanim{
  0%{
    margin-left:calc( calc(420px * 7) * -2);
  }
  100%{
    margin-left:calc( calc(420px * 7) * -1);
  }
}
@keyframes roopanim2{
  0%{
    margin-left:calc( calc(420px * 7) * -1);
  }
  100%{
    margin-left:calc( calc(420px * 7) * -2);
  }
}
#open_day,#open_day2{
  position: relative;
  width: 100%;
  background: #aaebe9;
  padding: 50px 0;
  z-index: 3;
  text-align: center;
  border-top: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
}
/*
#open_day2{
  background: url("../img/ctabg.jpg") repeat left top;
  background-size: 11px auto;
}
*/
#open_day:after{
  content:"";
  position: absolute;
  width: 100%;
  background: url("../img/repeat_x.png") repeat-x left top;
  background-size: 168px auto;
  height: 82px;
  bottom: -82px;
  left: 0;
}
#open_day h2 span{
  color: inherit;
  font-size: 20px;
  font-weight: 600;
}
#open_day h2 span:first-child{
  margin-right: 10px;
}
#open_day h2,#open_day2 h2{
  text-align: center;
  padding: 10px 20px;
  background: #FFF;
  border-radius: 30px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #f66078;
  display: inline-block;
}
#open_day2 h2{
  background: none;
  color: #FFF;
  border-radius: 100px;
}
#open_day2 h2 span{
  background: #FFF;
  color: #eb5684;
  padding: 6px 10px;
  font-size: inherit;
  font-weight: inherit;
}
#open_day p,#open_day p{
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
/*
#open_day2 h2,#open_day2 p{
  color: #FFF;
}
*/
.ctabtn{
  position: relative;
  max-width: 460px;
  margin: 30px auto 0;
  display: block;
}
.ctabtn:hover{
  opacity: 0.95;
}
.ctabtn:before{
  content:"";
  position: absolute;
  left: -130px;
  top:-10px;
  background: url("../img/effects.webp") no-repeat left top;
  background-size: 113px auto;
  width: 113px;
  height: 110px;
  animation:roop_img 0.5s linear infinite;
  display: none;
}
.ctabtn:after{
  content:"";
  position: absolute;
  right: -130px;
  top:-10px;
  background: url("../img/effects.webp") no-repeat left top;
  background-size: 113px auto;
  width: 113px;
  height: 110px;
  transform: scale(-1,1);
  animation:roop_img2 0.5s linear infinite;
  display: none;
}
@keyframes roop_img{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.95);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes roop_img2{
  0%{
    transform: scale(-1,1);
  }
  50%{
    transform: scale(-0.95,0.95);
  }
  100%{
    transform: scale(-1,1);
  }
}


.scroll_photo li{
  list-style: none;
  width: 400px;
  margin: 0 10px;
}
.scroll_photo li img{
  border: solid 4px #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}


#header h2{
  position: absolute;
  right: 0;
  top:0;
  width: 7.9%;
  max-width: 114px;
  margin-top: 3.19%;
  margin-right: 81.3%;
}
#header h3{
  position: absolute;
  right: 0;
  bottom:0;
  width: 24.72%;
  max-width: 356px;
  margin-bottom: 2%;
  margin-right: 2%;
}
#main_model{
  position: absolute;
  left: 50%;
  width: 63.88%;
  max-width: 920px;
  transform:translateX(-50%);
  bottom: 0;
}
#openday{
  position: absolute;
  right: 0;
  top: 0;
  width: 403px;
  width:27.9%;
  margin-right: 30px;
  margin-top: 44.65%;
}
#header h1{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 65.13%;
  max-width: 938px;
  margin:0 auto 11.8%;
  bottom: 0;
}
@media screen and (min-width: 1440px){
  #header h1{
    margin:0 auto 169px;
  }
  #header h2{
    margin-top: 45px;
    margin-right: 0;
    left: 50%;
    margin-left: -560px;
  }
  #header h3{
    margin-bottom:30px;
    margin-left:333px;
    left: 50%;
    
  }
  
  
}

#particle{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.effects{
  position: absolute;
  width: 30px;
  height: 30px;
  transform:scale(0);
  transform-origin: center center;
}
.back_str_a{
  position: absolute;
  width: 90%;
  max-width: 1300px;
  left: 0;
  top:0;
}
.back_str_b{
  position: absolute;
  width: 90%;
  max-width: 1300px;
  right: 0;
  bottom:-0.68%;
}
.mainvisual{
  position: absolute;
  left: 50%;
  bottom:0;
  height:100%;
  width: auto;
  transform: translateX(-50%);
}
.mainvisual img{
  height: 100%;
  width: auto;
}
.section{
  position: relative;
  padding: 120px 0;
  width: 100%;
}
.about{
  padding-top: 160px;
  background: url("../img/bg_line.webp") repeat left top;
  background-size: 40px auto;
}
.about .event_copy{
  position: relative;
  max-width: 595px;
  margin: 0 auto 15px;
}
.about .h_text span{
  text-align: center;
}
.about,#header{
  z-index: 2;
}


.point_w{
  background-size: 100% auto;
  margin-bottom: 60px;
}
.point_w .point_img img{
  position: relative;
}
.point_w:nth-child(1) .point_img:before{
  content:"";
  background: url("../img/point_ef1.webp") no-repeat center center;
  background-size:100% auto;
  width: 78px;
  height: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
  animation:roop_img 0.5s linear infinite;
}
.point_w:nth-child(2) .point_img:before{
  content:"";
  background: url("../img/point_ef2.webp") no-repeat center center;
  background-size:100% auto;
  width: 70px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  animation:roop_img 0.5s linear infinite;
}
.point_w:nth-child(3) .point_img:before{
  content:"";
  background: url("../img/point_ef3.webp") no-repeat center center;
  background-size:100% auto;
  width: 88px;
  height: 90px;
  position: absolute;
  right: -30px;
  bottom: 0;
  animation:roop_img 0.5s linear infinite;
}
.point_w:nth-child(4) .point_img:before{
  content:"";
  background: url("../img/point_ef4.webp") no-repeat center center;
  background-size:100% auto;
  width: 107px;
  height: 104px;
  position: absolute;
  left: -30px;
  bottom: 0;
  animation:roop_img 0.5s linear infinite;
}


.point_w:last-child{
  margin-bottom: 0;
}
.point_w:before{
  content:"";
  background: url("../img/point_frame_h.png") no-repeat left top;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: 4%;
  display: block;
}
.point_w:after{
  content:"";
  background: url("../img/point_frame_f.png") no-repeat left top;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: 4%;
  display: block;
}
.point_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*
  background: url(../img/point_frame_r.png) repeat left top;
  */
  background: url(../img/point_frame_r.png) left top / 100% auto repeat;
  background-size: 100% auto;
  padding: 15px 60px;
}
.flex_r{
  flex-direction: row-reverse;
}
.point_flex{
  width: 48%;
}
.point_img{
  position: relative;
  width: 45%;
}
.point_no{
  width: 120px;
}
.point_h{
  width: 256px;
  margin-bottom:5px;
  margin-left: 25px;
}
.point_title{
  display: flex;
  align-items: flex-end;
}
.point_w h3{
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 30px 0 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #a28b5f;
}
.pink{
  color: #f75e7b;
  font-size: inherit;
  font-weight: inherit;
}
.dress{
  padding-top: 0;
}





#main_visual_set{
  position:relative;
  left: 0;
  top:0;
  max-width: 1400px;
  z-index: 1;
  margin: 0 auto;
  height: 100vh;
  height: 100svh;
  min-height: 700px;
  max-height: 1200px;
}
.flower_l{
  position: absolute;
  left: 0;
  top:0;
  width: 432px;
}
.h_about{
  width: 550px;
  margin: 0 auto 30px;
}
.about .h_text{
  text-align:center;
  font-size: 18px;
  line-height: 38px;
}
.small{
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.about_text{
  position: relative;
  max-width: 1000px;
  margin: 30px auto 0;
  width: calc(100% - 120px);
}
.about_text:before{
  content:"";
  position: relative;
  background: url("../img/waku_h.png") no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  padding-top: 4.2%;
  height: 0;
  display: block;
}
.about_text:after{
  content:"";
  position: relative;
  background: url("../img/waku_f.png") no-repeat center top;
  background-size: 100% auto;
  height: 0;
  padding-top: 4.2%;
  width: 100%;
  display: block;
}
.about_cn{
  position: relative;
  width: 100%;
  background: url("../img/waku_r.png") repeat left top;
  background-size: 100% auto;
}
/*
.about_text:after{
  position: absolute;
  content: "";
  display: block;
  width: 550px;
  height: 456px;
  background: url(../img/flower_b.png) no-repeat center center;
  background-size: 100%;
  right: -200px;
  bottom: -160px;
}
*/
.about_g{
  margin: 0 30px;
  border-bottom: dotted 2px #e5006c;
  text-align: center;
  padding: 30px 0;
}
.about_g:last-child{
  border-bottom: none;
}
.about_label{
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  padding: 6px 20px;
  background: #fd6582;
  color: #FFF;
  margin: 0 auto 20px;
  display: inline-block;
}
.about_g p{
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #fd6582;
}
.about_g .black_t{
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  font-weight: normal;
  color: #333;
}

.recomend{
  position: relative;
  background:#fbf7fd;
  overflow: hidden;
  padding-bottom: 0;
}
.recomend:before{
  content:"";
  background: url("../img/point_bg.webp") no-repeat center top;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;  
  z-index: 0;
  opacity: 0.6;
}
.recomend:after{
  content:"";
  background: url("../img/dotted.png") repeat center top;
  background-size: 6px auto;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.6;
}

.h_recomend{
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.point{
  position: relative;
  width: 300px;
  border: solid 5px #fee7ec;
  background: #FFF;
  margin: 15px 15px 30px;
  padding: 15px 0;
}
.point p{
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.recomend_point{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 60px auto 0;
  padding: 0 60px;
  z-index: 1;
}
.point:after{
  content:"";
  position: absolute;
  left: 50%;
  top:-18px;
  width: 72px;
  height: 36px;
  transform: translateX(-50%);
}
.point:nth-child(1):after{
  background: url("../img/point1.png") no-repeat center top;
  background-size: 100% auto;
}
.point:nth-child(2):after{
  background: url("../img/point2.png") no-repeat center top;
  background-size: 100% auto;
}
.point:nth-child(3):after{
  background: url("../img/point3.png") no-repeat center top;
  background-size: 100% auto;
}
.point:nth-child(4):after{
  background: url("../img/point4.png") no-repeat center top;
  background-size: 100% auto;
}
.point:nth-child(5):after{
  background: url("../img/point5.png") no-repeat center top;
  background-size: 100% auto;
}


.dress_wrap{
  position: relative;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
.dress_img{
  position: relative;
  width: 560px;
  z-index: 1;
}
.dress_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 4px #cfcfcf;
}
.dress_text{
  position: relative;
  width: calc(100% - 560px);
  z-index: 1;
}


.dress_text h3{
  margin-top: 90px;
  margin-left: 60px;
}
.dress_label{
  position: relative;
  background: url("../img/h_dress.png") no-repeat center top;
  background-size: 100% auto;
  width: 127px;
  height: 82px;
  text-indent: -9999px;
  overflow: hidden;
}
.dress_text p{
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
  text-align: justify;
  max-width: 610px;
  margin-left: 60px;
  margin-right: 40px;
}
.dress_imgs{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dress_anim{
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  animation:animation 60s linear infinite;
}
.dress_imgs img{
  width: 220px;
  margin: 0 10px;
}
@media screen and (max-width: 1439px){
  .dress_img{
    width: 38%;
  }
  .dress_text{
    width: 62%;
  }
  .dress_imgs img {
    /*
    width: 24.6%;
    margin: 0 1%;
    */
    width: calc(62vw * 0.246);
    margin: 0 0.3%;
  }
  .dress_anim{
    animation:animation2 50s linear infinite;
  }
  .dress_text h3 {
    margin-top: 8%;
    margin-left: 40px;
  }  
  .dress_text p {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1099px){
  .dress_text h3 {
    margin-top: 30px;
    margin-left: 30px;
  }  
  .dress_text p {
    margin-left: 30px;
  }
}
@media screen and (max-width: 959px){
  .dress_text {
    width: 62%;
  }
  .dress_imgs {
    position: relative;
    height: auto;
    padding-top: 32.3%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px){
  .dress_imgs img {
    width: calc(100vw * 0.36);
    margin: 0 1%;
  }
  .dress_anim{
    animation:animation3 40s linear infinite;
  }
}


@keyframes animation{
  0%{
    left: 0;
  }
  100%{
    left: -2400px;
  }
}
@keyframes animation2{
  0%{
   transform:translateX(0%);
  }
  100%{
   transform:translateX(-56%);
  }
}
@keyframes animation3{
  0%{
    left: 0;
  }
  100%{
    left: -380%;
  }
}




.location{
  position: relative;
  margin:120px auto 0;
  max-width: 1920px;
}
.location_flex{
  display: flex;
}
.location_img{
  width: 50%;
  border-radius: 60px 0 60px 0;
  overflow: hidden;
}
.location_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.location_label{
  position: relative;
  background: url("../img/h_location.png") no-repeat left top;
  width: 197px;
  height: 84px;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
.location_txt{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 90px;
}
.location_wrap{
  position: relative;
  max-width: 500px;
  margin-right: 30px;
}
.location_wrap h4,.salon_wrap h4{
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin: 30px 0 15px;
}


.salon{
  position: relative;
  margin:120px auto 0;
  max-width: 1920px;
}
.salon_flex{
  display: flex;
  flex-direction: row-reverse;
}
.salon_img{
  width: 50%;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
}
.salon_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.salon_txt{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 70px;
}
.salon_wrap{
  position: relative;
  max-width: 500px;
  margin-left: 30px;
}
.salon_label{
  position: relative;
  background: url("../img/h_salon.png") no-repeat left top;
  width: 274px;
  height: 84px;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 1099px){
  .salon_txt {
    margin-right: 60px;
  }
  .location_txt{
    margin-left: 60px;
  }
}


.lasttime{
  position: relative;
  margin: 120px 0 0;
}
.lasttime_label{
  position: relative;
  max-width: 550px;
  margin: 0 auto 15px;
}
.lasttime p{
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}
.lasttime_img{
  margin-top: 60px;
}
.gallery{
  position: relative;
  max-width: 720px;
  margin: 0 20px;
}
.slick-prev {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/prev_icon.png") no-repeat left top;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  border:none;
  text-indent: -9999px;
  overflow: hidden;
  transform: translateY(-50%);
  margin-left: -424px;
  cursor: pointer;
}
.slick-next {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/next_icon.png") no-repeat left top;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  border:none;
  text-indent: -9999px;
  overflow: hidden;
  transform: translateY(-50%);
  margin-left: 386px;
  cursor: pointer;
}
#footer_info{
  position: relative;
  padding: 120px 0;
  background: url(../img/bg_line.webp) repeat left top;
  background-size: 40px auto;
}
#footer_info .section_text{
  margin-top: 0;
}


@media screen and (max-width: 999px){
  .gallery{
    position: relative;
    max-width: 600px;
    margin: 0 20px;
  }  
  .slick-prev {
    margin-left: -364px;
    margin-top: -15px;
  }
  .slick-next {
    margin-left: 316px;
    margin-top: -15px;
  }
  .about_g .black_t{
    font-size: 14px;
    line-height: 28px;
  }
  .about_g p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px){
  .slick-prev {
    margin-left:0;
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .slick-next {
    left: auto;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}


.slick-dots{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
.slick-dots li{
  border-radius: 100%;
  background: #bcbcbc;
  box-sizing: border-box;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
}
.slick-dots .slick-active{
  background: #f75e7b;
}
.gallery img{
  opacity: 1;
  transform: scale(0.86);
  transition: 0.5s ease;
  transform-origin: center center;
  box-shadow: 1px 1px 4px #cfcfcf;
  border: solid 10px #FFF;
  box-sizing: border-box;
}
.slick-center img{
  opacity: 1 !important;
  transform: scale(1);
}
#section_particle{
  position:absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.section_effect{
  position: absolute;
  transform-origin: center center;
  width: 150px;
  transition: 0.3s ease-out;
}
.section_effect:nth-child(1){
  left: 50%;
  top:calc(150px * 0.8);
  transform: rotate(10deg);
}
.section_effect:nth-child(2){
  left: 50%;
  top:calc(900px * 1.2);
  margin-left: 380px;
  transform: rotate(-10deg);
}
.section_effect:nth-child(3){
  left: 50%;
  top:calc(1360px * 1.2);
  margin-left: 500px;
  transform: rotate(10deg);
}
.section_effect:nth-child(4){
  left: 50%;
  top:calc(1500px * 1.2);
  margin-left: -200px;
  transform: rotate(-10deg);
  width: 100px;
}
.section_effect:nth-child(5){
  left: 50%;
  top:calc(2000px * 1.2);
  margin-left: -600px;
  transform: rotate(10deg);
  width: 150px;
}
.section_effect:nth-child(6){
  left: 50%;
  top:calc(2800px * 1.2);
  margin-left: 600px;
  transform: rotate(10deg);
  width: 150px;
}

.fix_reserve_btn{
  position:fixed;
  right: -300px;
  top:15px;
  width: 260px;
  height: 200px;
  z-index: 9999;
  transition: 0.5s ease;
}
.fix_reserve_btn_active{
  right: -43px;
}
.hover{
  position: absolute;
  left: 0;
  top:0;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.fix_reserve_btn:hover .hover{
  opacity: 1;
}

.fix_reserve_btn a{
  position:relative;
  display: block;
  perspective: 800px;
}
.reserve_ef{
  position: relative;
}
.reserve_hit{
  position: absolute;
  left: 50%;
  width: 40%;
  height: 0;
  display: block;
  background: rgba(0,0,0,0);
  bottom: 0;
  text-indent: -9999px;
  overflow: hidden;
  transform: translateX(-50%);
  margin-bottom: 8.2%;
  padding-top: 8%;
}
.reserve_hit_sp{
  display: none;
}



@media screen and (max-width: 768px){
  .reserve_hit_sp{
    position: absolute;
    display: block;
    left: 50%;
    width: 89%;
    height: 0;
    background: rgba(0,0,0,0);
    bottom: 0;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateX(-50%);
    margin-bottom: 32.2%;
    padding-top: 13%;
  }  
  
  .fix_reserve_btn{
    position:fixed;
    right: calc(-300px * 0.6);
    top:5px;
    width: calc(300px * 0.6);
    height: calc(250px * 0.6);
    z-index: 9999;
    transition: 0.5s ease;
  }
  .fix_reserve_btn_active{
    right: calc(-43px * 0.6);
  }
  
  
  .section_effect{
    width: 20%;
  }
  .section_effect:nth-child(odd) img{
    transform: rotate(10deg);
    transform-origin: center center;
  }
  .section_effect:nth-child(even) img{
    transform: rotate(-10deg);
    transform-origin: center center;
  }

  .section_effect:nth-child(1){
    left: 50%;
    top:4%;
    transform: rotate(0deg);
    padding-top: 0%;
  }
  .section_effect:nth-child(2){
    left: 50%;
    top: 0;
    margin-left: 15%;
    transform: rotate(0deg);
    padding-top: 117%;
  }
  .section_effect:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -40%;
    transform: rotate(0deg);
    padding-top: 231%;
  }
  .section_effect:nth-child(4){
    left: 50%;
    top: 0;
    margin-left: 15%;
    transform: rotate(0deg);
    padding-top: 331%;
  }
  .section_effect:nth-child(5){
    left: 50%;
    top: 0;
    margin-left: -40%;
    transform: rotate(0deg);
    padding-top: 480%;
    width: 100px;
  }
  .section_effect:nth-child(6){
    left: 50%;
    top: 0;
    margin-left: 15%;
    transform: rotate(0deg);
    padding-top: 538%;
    width: 100px;
  }
}


.reservation{
  position: relative;
  background: url("../img/bg_line.webp") repeat left top;
  background-size: 40px auto;
}
.h_reservation{
  max-width: 550px;
  margin: 0 auto 30px;
}
.reservation h3{
  background: #da0000;
  color: #ffe401;
  font-weight: 600;
  padding: 2px 14px;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.center_text{
  text-align: center;
  margin-bottom: 30px;
}


#section_p{
  margin-bottom: 40px;
}
.section_text{
  position: relative;
  max-width: 920px;
  padding: 60px 40px;
  background: #FFF;
  margin: 60px auto 0;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1040px){
  .section_text{
    margin: 60px 60px 0;
    width: calc(100% - 200px);
  }

  
}

.section_text h4{
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}

.section_text ul{
  margin-left: 20px;
  margin-bottom: 60px;
}
.section_text li{
  margin-bottom: 10px;
}
.red{
  color: #ef4d69;
  font-weight: 600;
}
.section a{
  color: #ef4d69;
}
#terms_btn{
  position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8ea1+0,ff6d86+5,ef4d69+92,d84749+100 */
background: linear-gradient(to bottom,  #ff8ea1 0%,#ff6d86 5%,#ef4d69 92%,#d84749 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
#terms_btn:hover{
  opacity: 0.95;
}
#terms .section_text{
  margin-top: 0;
}
#terms_btn:before{
  content:"";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url("../img/terms_icon.webp") no-repeat center center;
  background-size: 100%  auto;
  width: 22px;
  height: 14px;
  display: block;
}

.h_confirmation{
  position: relative;
  background: url("../img/h_confirmation.png") no-repeat center top;
  background-size: 100% auto;
  width: 312px;
  height: 84px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto 60px;
}
.text_h{
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}


.h_terms{
  position: relative;
  background: url("../img/h_terms.png") no-repeat center top;
  background-size: 100% auto;
  width: 136px;
  height: 84px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto 60px;
}

.reservation:last-child{
  padding-bottom: 200px;
}
.terms{
  padding-bottom: 200px;
}

footer{
  position: relative;
  padding: 30px 0;
  background: #ef4d69;
  font-size: 12px;
  font-weight: 400;
  color: #ffeaee;
  text-align: center;
}
.yokoku{
  text-align: center;
  margin: 60px auto 120px;
  background: #ef4d69;
  max-width: 400px;
  padding: 15px 30px;
  color: #FFF;
  border-radius: 60px;
}
.yellow{
  color: #FFFF00;
  font-size: 18px;
}

.fair_btn{
  position: relative;
  max-width: 340px;
  margin: 30px auto 0;
}
.fair_text p{
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.fair_text p span,.fair_text p a{
  font-size: 16px;
  line-height: 32px;
}
.sp_sub{
  position: absolute;
  display: none;
}

#tel_info{
  margin: 15px 0 0;
}
#tel_info .label{
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}
#tel_info a{
  font-size: 32px;
  font-weight: 600;
  color: #f66078;
  text-decoration: none;
}
#tel_info .label2{
  font-size: 18px;
}
#mail_info{
  margin-top: 10px;
}
#mail_info span{
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
#mail_info a{
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #f66078;
  text-decoration: none;
}
#mail_info a:hover,#tel_info a:hover{
  text-decoration: underline;
}



@media screen and (max-width: 768px){
  .yokoku{
    text-align: center;
    margin: 30px auto 60px;
    background: #ef4d69;
    padding: 10px 15px;
    color: #FFF;
    border-radius: 60px;
    font-size: 14px;
    width: calc(100% - 60px);
  }
  .yellow{
    font-size: 16px;
  }
  
  *{
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    -webkit-font-smoothing: antialiased;
  }

  .section {
    padding: 80px 0;
  }
  #header,#main_visual_set{
    min-height: auto;
  }
  #main_visual_set div{
    display: none;
  }
  #main_visual_set:before{
    content:"";
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    background:url("../img/sp/dress.png") no-repeat left top;
    background-size: 100% auto;
    padding-top:22.19%;
  }
  #main_visual_set:after{
    content:"";
    position: absolute;
    width: 100%;
    left: 0;
    bottom:0;
    margin-bottom: -0.5%;
    background:url("../img/sp/event.png") no-repeat left top;
    background-size: 100% auto;
    padding-top:20.2%;
  }
  .mainvisual{
    position: absolute;
    /*
    left: 0;
    top:50%;
    transform: translateY(-50%);
    */
    bottom: 0;
    background: url("../img/sp/dress_visual.png") no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    padding-top:162.32%;
    display: block !important;
    height: 0;
    margin-top: 5%;
  }
  .mainvisual img{
    display: none;
  }  
  .flower_l{
    width: 160px;
    height: 190px;
  }
  .h_about {
    margin: 0 auto 30px;
    background-size: 100% auto;
    width: 90px;
    height: 58px;
    overflow: hidden;
    text-indent: -9999px;
  }
  .about .h_text {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    margin: 0 15px;
    text-align: justify;
  }
  .about_text {
    margin-top: 15px;
    padding: 0 15px 60px;
    box-shadow: 1px 1px 4px #fdd5dd;
    width: calc(100% - 60px);
  }  
  .about_g {
    margin: 0;
    padding: 30px 0;
  }  
  .about_label {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 20px;
    margin: 0 auto 10px;
    display: inline-block;
    font-weight: 600;
  }  
  .about_g p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .about_g .black_t {
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
  }
  .section a{
    font-size: 14px;
    line-height: 28px;
  }
  .about_g .black_t {
    text-align: justify;
    font-weight: normal;
  }
  .about_g:nth-child(3) .black_t {
    text-align: center;
    margin-top: 0;
  }
  .about_g .black_t br{
    display: none;
  }
  .about_g:nth-child(4) p:nth-child(2) {
    font-size: 18px;
  }
  .about_g:last-child .black_t br{
    display: block;
  }
  
  .h_recomend {
    width: 160px;
    height: 58px;
    background-size: auto 100%;
  }
  
  .recomend_point {
    margin: 60px 0 0;
    padding: 0 10px;
    justify-content: flex-start;
  }
  
  .point {
    position: relative;
    width: calc(50% - 40px);
    border: solid 5px #fee7ec;
    background: #FFF;
    margin: 0 5px 30px;
    padding: 15px 10px;
  }
  .point_img {
    width: 50px;
    margin: 0 auto;
    padding: 15px 0 12px;
  }
  .point p {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
  }  
  .point p br{
    display: none;
  }
  .point:after {
    width: 60px;
    margin: 0 auto;
    background-size: 100% auto;
  }
  .dress:after {
    width: 160px;
    height: 190px;
    z-index: 1;
    left: 0;
    right: auto;
    background: url(../img/flower_l.png) no-repeat left top;
    background-size: 100% auto;
  }
  .dress_wrap{
    display: block;
  }
  
  .dress_img {
    position: relative;
    width: auto;
    margin: 0 20px;
  }
  .dress_text {
    position: relative;
    width: auto;
    margin: 0 20px;
  }  
  .dress_imgs{
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top:0;
    margin-top:0;
  }
  .dress_anim {
    position: relative;
  }
  .dress_text h3 {
    margin-top: 30px;
    margin-left: 0px;
  }  
  .dress_label {
    background-size: auto 100%;
    width: 92px;
    height: 58px;
  }  
  .dress_text p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    text-align: justify;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .location {
    margin-top: 60px;
  }  
  .location_flex {
    display:block;
  }  
  .location_img {
    width: 92%;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
  }  
  .location_txt {
    margin-left: 0;
  }
  .location_wrap {
    position: relative;
    max-width: 100%;
    margin: 0 15px;
  }  
  .location_label {
    margin-top: 20px;
    width: 140px;
    height: 58px;
    background-size:auto 100%;
  }  
  .location_wrap h4, .salon_wrap h4 {
    font-size: 19px;
    line-height: 33px;
    font-weight: 600;
    margin: 15px 0 10px;
  }  
  .location_wrap p{
    text-align: justify;
  }
  .location_wrap p br{
    display: none;
  }
  
  .salon_flex {
    display: block;
  }
  .salon_txt {
    margin-right:0;
  }  
  .salon_img {
    width: 92%;
    margin-left: 8%;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
  }  
  .salon {
    margin-top: 60px;
  }  
  .salon_wrap{
    margin: 0 15px;
  }
  .salon_label {
    width: 274px;
    height: 58px;
    background-size: auto 100%;
    margin-top: 20px;
  }  
  .salon_wrap p{
    text-align: justify;
  }
  .salon_wrap p br{
    display: none;
  }
  .lasttime {
    margin: 60px 0 0;
  }
  .lasttime_img {
    margin-top: 30px;
  }
  .gallery {
    position: relative;
    max-width: 100%;
    width: calc(100vw * 0.8);
    margin: 0;
  }  
  .gallery img {
    border-radius: 10px;
  }  
  
  
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }  
  .slick-dots {
    margin: 15px auto 0;
  }  
  .h_reservation {
    width: 192px;
    height: 58px;
    background-size: auto 100%;
    margin: 0 auto 30px;
  }  
  .section_text {
    padding: 30px 15px;
    background: #FFF;
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .section_text div,
  .section_text p,
  .section_text span,
  .section_text a,
  .section_text li{
    font-size: 16px;
    line-height: 28px;
  }
  .h_confirmation {
    background-size: auto 100%;
    width: 312px;
    height: 58px;
    margin: 0 auto 30px;
  }  
  .text_h {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }  
  .confirmation,.terms{
    padding-top: 0;
  }
  .h_terms {
    background-size: auto 100%;
    width: 136px;
    height: 58px;
    margin: 0 auto 30px;
  }  
  /*
  .reserve_btn {
    position: relative;
    margin: 30px auto 60px;
    width: calc(100% - 30px);
  }  
  .reserve_btn img{
    display: none;
  }
  .reserve_btn a{
    display: block;
    width: 100%;
    background: url("../img/sp/reserve_btn.png") no-repeat center top;
    background-size: 100% auto;
    height: 0;
    padding-top:16.4%;
  }
  */
  .fair_text p {
    text-align: justify;
  }
  .fair_text a {
    font-size: 16px;
  }
  .fair_btn img{
    display: none;
  }
  .fair_btn a{
    display: block;
    width: 100%;
    background: url("../img/sp/fair_btn.png") no-repeat center top;
    background-size: 100% auto;
    height: 0;
    padding-top:16.4%;    
  }
  .fair_btn {
    margin: 15px auto 0;
  }  
  .reservation:last-child{
    padding-bottom: 90px;
  }
  .terms{
    padding-bottom:90px;
  }
  
  footer {
    padding: 15px 0;
    font-size: 10px;
  }
  
  .gallery img{
    border-radius: 0;
    border: solid 5px #FFF;
  }
  .dress_img{
    position: relative;
  }
  .dress_img img{
    width: 52%;
  }
  .dress_img img:first-child{
    position: relative;
    z-index: 1;
  }
  .dress_img img {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  }
  .sp_sub{
    right: 0;
    top:0;
    margin-top:12%;
    display: block;
  }
  .fair_text p{
    font-size: 16px;
    line-height: 28px;
  }
  .fair_text p span,.fair_text p a{
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 999px){
  *{
    font-size: 14px;
  }
  .flower_l{
    width: 300px;
  }
  .h_about,.h_recomend{
    width: 400px;
    margin: 0 auto 30px;
  }
  #open_day h2, #open_day2 h2 {
    font-size: 18px;
    line-height: 18px;
  }
  .ctabtn {
    max-width: 360px;
    margin: 20px auto 0;
  }
  .ctabtn:before {
    background-size: 90px auto;
    width:90px;
    height: 110px;
    left: -100px;
  }
  .recomend_point {
    margin: 40px auto 0;
  }
  .point_w h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 15px;
    padding-bottom: 15px;
  }
  #open_day:after {
    background-size: 120px auto;
    height: 82px;
    bottom: -82px;
  }
  .section_text h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 900px){
  .point_img {
    width: 48%;
  }
  .point_wrap {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 769px){
  *{
    font-size: 16px;
  }
  #main_model {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header h1 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    transform: none;
  }
  #openday {
    position: absolute;
    right: 0;
    top: 0;
    width: 403px;
    width: 62.5%;
    margin-right: 4.68%;
    margin-top: 101%;
  }
  #header h2 {
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
  }
  #header h3{
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
  }
  .scroll_photo li img {
    border: solid 8px #FFF;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ef_bg2 {
    margin-top: 88%;
  }
  #open_day, #open_day2 {
    width: auto;
    padding: 30px 15px 20px;
  }
  #open_day h2 span:first-child{
    border-radius: 30px;
    background: #FFF;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  #open_day h2 span:last-child{
    background: #FFF;
    display: block;
    padding: 0 6px;
    font-size: 15px;
    border-radius: 5px;
  }
  #open_day h2{
    background: none;
    text-align: center;
    font-size: 16px;
    padding: 0;
  }
  #open_day p, #open_day p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    font-weight: 600;
  }
  .ctabtn {
    max-width: 100%;
    margin: 15px auto 0;
  }
  .ctabtn:before {
    background-size: 100% auto;
    width: 50px;
    height: 60px;
    left: -48px;
    top: 5px;
  }
  .ctabtn:after {
    background-size: 100% auto;
    width: 50px;
    height: 60px;
    right: -48px;
    top: 5px;
  }
  .flower_l {
    width: 140px;
    top: 10px;
  }
  .h_about, .h_recomend,.lasttime_label,.h_reservation{
    width: 86%;
    margin: 0 auto 10px;
    height: auto;
  }
  .about{
    padding-top: 100px;
  }
  .about .h_text {
    font-size: 16px;
    line-height: 28px;
  }
  .about_text {
    padding: 0;
    width: calc(100% - 30px);
  }
  .about_g p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .about_g {
    margin: 0 15px;
    padding: 20px 0;
  }
  .point_wrap{
    display: block;
  }
  .point_w{
    width: 100%;
  }
  .recomend_point {
    margin: 30px 10px 0;
  }
  .point_flex{
    width: 100%;
  }
  .point_img{
    width: 90%;
  }
  .point_w h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .point_w {
    margin-bottom: 30px;
  }
  .dress {
    padding-top: 0;
  }
  .lasttime {
    margin: 0;
  }
  
  .lasttime p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 20px 0;
  }
  .reservation h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .reservation .center_text p{
    text-align: justify;
    margin: 5px 20px 0;
  }
  .reservation .center_text br{
    display: none;
  }
  .section_text {
    padding: 30px 15px;
    width: calc(100% - 70px);
  }
  .section_text h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .section_text li,.section_text li span,.section_text div {
    font-size: 14px;
    line-height: 28px;
  }
  .section_text ul {
    margin-left: 20px;
    margin-bottom: 40px;
  }
  .fair_text{
    margin-top: 40px;
    text-align: justify;
    padding: 20px;
  }
  .fair_text br{
    display: none;
  }
  .fair_text p {
    font-size: 14px;
  }
  #open_day2 h2 span {
    padding: 6px 10px;
    border-radius: 100px;
  }
  #open_day2 h2 span:last-child {
    display: block;
    background: none;
    color: #FFF;
    font-size: 15px;
    padding: 0;
  }
  #open_day2{
    padding: 60px 0;
  }
  #open_day2 h2 {
    padding: 0;
  }
  #open_day2 p{
    font-size: 14px;
  }
  #footer_info {
    padding: 80px 0;
  }
  #footer_info p:first-child span{
    display: block;
    font-size: inherit;
    margin-top: -5px;
  }
  #tel_info{
    text-align: center;
  }
  #tel_info .label {
    font-size: 16px;
    margin-right: 5px;
  }
  #tel_info a {
    font-size: 24px;
  }
  #tel_info .label2 {
    font-size: 16px;
  }
  .fair_text p {
    text-align: center;
  }
  
  #mail_info span {
    font-size: 16px;
    margin-right: 5px;
  }
  #mail_info a {
    font-size: 13px;
    line-height: 14px;
    color: #f66078;
    text-decoration: none;
  }
  .point_w:nth-child(1) .point_img:before{
    right: -20px;
  }
  .point_w:nth-child(2) .point_img:before{
    width: 50px;
    left: -10px;
  }
  .point_w:nth-child(3) .point_img:before{
    width: 58px;
  }
  .point_w:nth-child(4) .point_img:before{
    width: 67px;
  }
  #header{
    background: url("../img/sp/title_bg.webp") no-repeat center center;
    background-size: cover;
}
  
  

}

