@charset "UTF-8";
/*---------------------- common ---------------------*/
html{
  font-family: YuGothic,"Yu Gothic Medium", "Yu Gothic", sans-serif;
  color:#3F3C38;
}
body{
  background:#FAFAFA;
  letter-spacing: .08em;
  font-size: 14px;
}
@media screen and (max-width:639px) {
  body{
    font-size: 13px;
  }
}
header, main, footer {
  width:100%;
  max-width:640px;
  margin:0 auto;
}
img {
  width: 100%;
  height: auto;
}
.txt--red {
  color: #CB4954;
}
.txt-center {text-align:center;}
.none {display:  none;}
/*---------------------- header ------------------*/
.fv-2women {
  background:url(https://ec-force.s3.amazonaws.com/emininalexciteco/uploads/lp/reserve/img/fv_bg.jpg) no-repeat center top;
}
.fv{
  background-size:cover;
  padding:40px 32px;
}
h1 img{
  width:100%;
  max-width:365px;
  height:auto;
  margin:0 auto 24px;
  display:block;
}
.fv-message{
  color:#3F3C38;
  font-size:13px;
  text-align:center;
  line-height:170%;
}
@media screen and (max-width:639px) {
  .fv{
    padding:24px;
  }
  h1 img{
    max-width:240px;
    margin:0 auto 20px;
  }
  .fv-message{
    font-size:12px;
    line-height:140%;
  }
  .fv-message span{
    display:block;
  }
}
/*-------------------- step --------------------*/
.zf-step{
  background: #F7F4F2;
  padding:24px 40px 16px;
}
.zf-step__list{
  display:flex;
  justify-content: space-between;
  max-width:375px;
  position:relative;
  margin:0 auto;
}
.zf-step__list:before{
  content:'';
  position:absolute;
  width:80%;
  height:1px;
  top:12.25px;
  left:10%;
  z-index:1;
}
.zf-step__list.zf-step__list--step1:before{
  background:#C87864;
}
.zf-step__list.zf-step__list--step2:before{
  background:#E2D9D3;
}
.zf-step__list li{
  text-align:center;
  z-index:10;
}
.zf-step__step{
  background: #E2D9D3;
  border-radius:12px;
  color:#fff;
  font-size:12px;
  padding:4px 15px;
  display:inline-block;
  margin-bottom:8px;
}
.zf-step__step--active{
  background:#C87864;
}
.zf-step__text{
  font-size:11px;
  color:#9C958E;
}
.zf-step__text--active{
  color: #3F3C38;
}
@media screen and (max-width:639px) {
  .zf-step{
    padding:24px 40px 16px;
  }
  .zf-step__step{
    font-size:11px;
    margin-bottom:6px;
  }
  .zf-step__text{
    font-size:10px;
  }
}
/*---------------------- main ---------------------*/
main {
  background:#fff;
}
.main-content {
  padding: 40px;
}
@media screen and (max-width: 639px){
  .main-content {
    padding: 40px 20px;
  }
}
p {
  margin:0;
}
/*---------------------- heading ---------------------*/
h2{
  font-weight:700;
  font-size: 17px;
  letter-spacing:2px;
  position:relative;
  padding-bottom:10px;
  margin:0 0 32px;
}
h2:before{
  content:'';
  position:absolute;
  background:linear-gradient(to right, #C87864 0%, #C87864 60px,#F7F4F2 60px, #F7F4F2 100%);
  width:100%;
  height:2px;
  bottom:0;
  left:0;
}
@media screen and (max-width:639px) {
  h2{
    font-size: 16px;
    margin:0 0 24px;
  }
}
/*---------------------- gutter ---------------------*/
.mb00 {margin-bottom: 0;}
.mb08 {margin-bottom: 8px;}
.mb12 {margin-bottom: 12px;}
.mb12 {margin-bottom: 12px;}
.mb12 {margin-bottom: 12px;}
.mb20 {margin-bottom: 20px;}
.mb24 {margin-bottom: 24px;}
.mb32 {margin-bottom: 32px;}
.mb72 {margin-bottom: 72px;}
.mt00 {margin-top: 0;}
.mt24 {margin-top: 24px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.w100 {width: 100%;}
.mv20 {margin-top:20px;margin-bottom:20px;}
.mhA {margin-right:auto;margin-left:auto;}
.mw640 {max-width: 640px;}
/*---------------------- text ---------------------*/
.fs-small {font-size: 12px;}
.wrap-grey {
  background: #F7F4F2;
  border-radius: 6px;
  padding: 20px;
}
/*---------------------- form ---------------------*/
.label-name {
  display: block;
  font-weight: 600;
}
@media screen and (max-width:639px) {
  .label-name {
    font-size: 13px;
  }
}
.input-box, input, select, textarea{
  font-size:16px;
  width:100%;
  border: 1px solid #E2D9D3;
  border-radius:6px;
  padding:10px 15px;
  color:#3F3C38;
}
select{
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color:#C0BCB7;
  font-size: 13px;
  outline: none;
  background:#fff;
}
.select-wrap{ 
  position: relative;
  width: 100%;
}
.select-wrap:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #9C958E;
  border-left: 1px solid #9C958E;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}
input[type=checkbox],
input[type=radio] {
  display:none;
}
::placeholder {
  color:#C0BCB7;
  font-size: 13px;
}
.input-check {
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-left: 32px;
  font-size: 13px;
}
.input-check::before {
  border: 1px solid #C0BCB7;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
}
.input-check_checkbox::before {
  border-radius: 4px;
}
.input-check_radio:before {
  border-radius: 50%;
}
.input-check::after {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
}
.input-check_checkbox::after {
  border-right: 2px solid #C87864;
  border-bottom: 2px solid #C87864;
  height: 20px;
  left: 7px;
  top: -2px;
  transform: rotate(45deg);
  width: 8px;
}
.input-check_radio:after {
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C87864;
}
input:checked + .input-check::after{
  opacity: 1;
}

/*----------------------- age check -----------------*/
.age-check{
  background: #F7F4F2;
  border-radius: 6px;
  padding: 24px 40px;
  margin: 40px 0 0;
}
.age-check__heading{
  text-align: center;
  margin:0 0 16px;
  font-size: 15px;
}
.age-check__text{
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.age-check__checkbox {
  width: fit-content;
  border: 1px solid #E2D9D3;
  background: #fff;
  border-radius: 6px;
  padding: 10px 24px;
  margin: 20px auto;
}
.age-check__checkbox--label{
  position: relative;
  font-size: 13px;
  padding-left: 28px;
  cursor: pointer;
}
.age-check__checkbox--label::before{
    border: 1px solid #C0BCB7;
    border-radius: 2px;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 20px;
}
.age-check__checkbox--label::after{
  border-right: 2px solid #C87864;
  border-bottom: 2px solid #C87864;
  content: '';
  display: block;
  height: 16px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 8px;
}
input[type=checkbox]:checked + .age-check__checkbox--label::after{
  opacity: 1;
}
@media screen and (max-width:639px) {
  .age-check{
    padding: 24px;
  }
}

textarea:focus,
input[type="text"]:focus{
  outline: none;
  border:1px solid #54799D;
}
textarea{
  height:calc(2em * 5);
  line-height:140%;
  background: transparent;
  padding: 8px;
}
/* placeholder */
.textarea-div {
  position: relative;
  z-index:0;
}
#placeholder {
  opacity: .7;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
  z-index: -1;
  color:#C0BCB7;
}
.none {
  display: none;
}

/* アコーディオン */
.accordion-title{
  background:#ECE7E3;
  font-size:15px;
  font-weight:600;
  padding:15px 20px;
  position: relative;
  margin: 32px 0 0;
}
.accordion-title span{
  margin-left:.5em;
  font-size:14px;
}
.accordion-title::after {
  content: url(https://ec-force.s3.amazonaws.com/emininalexciteco/uploads/lp/reserve/img/icon_drawer.svg);
  position: absolute;
  top:24px;
  right:20px;
  width:24px;
  height:24px;
  transform: translateY(-50%) rotate(
    0deg);
  transition-duration: .3s;
}
.accordion-title.is-active::after {
  transform: translateY(-50%) rotate(
    180deg);
}
.accordion-content {
  padding: 0 20px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
  margin-bottom: 32px;
}
.accordion-content.is-open {
  padding: 24px 20px 0;
  line-height: normal;
  height: auto;
  opacity: 1;
  margin-bottom:32px;
  border: 1px solid #ECE7E3;
}
@media screen and (max-width:639px) {
  .accordion-title{
    font-size:14px;
  }
  .accordion-title span{
    font-size:13px;
  }
  .accordion-title::after {
    right:16px;
  }
}
/*----------------------- frame -------------------*/
.frame {
  display: flex;
  flex-wrap: wrap;
}
.frame-title {
  color: #54799D;
  flex-basis: 10%;
  line-height: 200%;
}
.frame-content {
  flex-basis: 90%;
  line-height: 200%;
  margin-bottom: 24px;
}
@media screen and (max-width:639px) {
  .frame-title,
  .frame-content {
    flex-basis: 100%;
  }
}
/*----------------------- agree -----------------*/
.box-border{
  padding:20px 40px;
  border: 1px solid #E2D9D3;
  background: #fff;
  border-radius: 6px;
  margin:60px auto;
}
@media screen and (max-width:639px) {
  .box-border{
    padding: 20px 24px;
  }
}
.list-square li{
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 20px;
}
.list-square li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 4px;
  background-color: #E2D9D3;
  left: 0;
}
.list-square li a{
  color:#54799D;
  text-decoration: none;
}
button{
  display:block;
  background:#C87864;
  color:#fff;
  border:none;
  max-width:380px;
  width:80%;
  margin:64px auto 40px;
  padding:15px;
  border-radius:30px;
  font-size:20px;
  font-weight:400;
  letter-spacing: 0.08em;
  cursor:pointer;
}
@media screen and (max-width:639px) {
  button{
    width:100%;
    font-size:17px;
  }
}
/*---------------- footer -------------------*/
.pagetop{
  width:100%;
  background:#F7F4F2;
  padding:30px;
}
.pagetop a{
  color:#766F67;
  cursor: pointer;
  text-decoration:none;
  display:block;
  margin:0 auto;
  text-align:center;
  font-size:14px;
  stroke:#766F67;
}
.pagetop a:hover{
  color:#C87864;
  stroke:#C87864;
}
footer{
  position:relative;
  width:100%;
  max-width:640px;
  margin:0 auto;
}
small{
  position:absolute;
  transform: rotate(90deg);
  top:252px;
  right:-80px;
  color:#766F67;
  font-size:11px;
}
@media screen and (max-width:639px) {
  small{
    font-size:10px;
  }
}
.footer-menu{
  background:#ECE7E3;
  padding:32px 40px 72px;
}
.footer-menu li{
  margin-bottom:20px;
}
@media screen and (max-width:639px) {
  .footer-menu{
    padding:50px 0 50px 40px;
  }
  .footer-menu li{
    margin-bottom:16px;
  }
}
.footer-menu li a{
  color:#766F67;
  text-decoration:none;
  font-size:14px;
}
@media screen and (max-width:639px) {
  .footer-menu li a{
    font-size:12px;
  }
}
.footer-menu li a[target="_blank"]:after{
  content:url(https://ec-force.s3.amazonaws.com/emininalexciteco/uploads/lp/reserve/img/icon_newtab.svg);
}
/*---------------------------- complete ---------------------*/
.complete-fv{
  background:url(https://ec-force.s3.amazonaws.com/emininalexciteco/uploads/lp/reserve/img/complete_fv_bg.jpg) no-repeat center top;
  background-size:cover;
  padding:48px 32px;
}
.complete-fv img {
  max-width: 216px;
  margin: 0 auto;
}
.complete-content{
  padding:40px 32px 90px;
}
.complete-content h2{
  font-size:20px;
  text-align:center;
  margin:0 auto 32px;
}
.complete-content h2 img {
  display: block;
  margin: 0 auto 20px;
}
.complete-content h2:before{
  content:none;
}
.complete-content p{
  font-size:14px;
  text-align:center;
}
.complete-content p span {
  display: block;
}
.btn_line {
  display:block;
  background:#06B53B;
  color:#fff;
  text-decoration:none;
  text-align:center;
  max-width:440px;
  width:100%;
  margin:40px auto 60px;
  padding:15px;
  border-radius:30px;
  font-size:16px;
  font-weight:600;
  letter-spacing: 0.08em;
  cursor:pointer;
}
.complete-nextflow{
  background: #F7F4F2;
  border-radius: 4px;
  padding: 24px 20px 32px;
  margin: 60px auto;
}
.complete-nextflow__box {
  display: flex;
  justify-content: space-between;
}
.complete-nextflow__box--cont h3 {
  font-size: 14px;
  margin:0 0 10px;
}
.complete-nextflow__box--cont img{
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width:639px) {
  .complete-fv{
    padding:40px 0;
  }
  .complete-fv img {
    max-width: 165px;
  }
  .complete-content{
    padding:32px 20px 72px;
  }
  .complete-content h2{
    font-size:17px;
    margin:0 auto 24px;
  }
  .complete-content p{
    font-size:13px;
    text-align:left;
  }
  .complete-content p span {
    display: inline;
  }
  .btn_line {
    padding:10px;
  }
  .complete-nextflow{
    padding: 32px 40px;
    margin: 48px auto;
  }
  .complete-nextflow__box {
    flex-direction: column;
  }
  .complete-nextflow__box--cont {
    margin-bottom: 40px;
  }
  .complete-nextflow__box--cont h3 {
    text-align: center;
  }
}