@charset "utf-8";
b,body,div,footer,h1,h2,h3,h4,html,i,iframe,img,li,mark,p,section,span,strong,ul{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;box-sizing:border-box}
footer,section{display:block}
ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0;cursor:pointer}
a:hover{text-decoration:none}
br{line-height:0}
img{border:none;line-height:0;vertical-align:middle;max-width:100%;height:auto}

/*----- common -----*/
html {font-size: 62.5%;}
body {
  background: #ebeff3;
  font-family: noto-sans, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.din {
  font-family: din-2014, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mincho {
  font-family: "noto-serif", "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}

.db, .pc {display: block;}
.dib {display: inline-block;}
.tac {text-align: center;}
.tar {text-align: right;}
.relative {position: relative;}
.absolute {position: absolute;}
.abc {
  position: absolute;
  left: 0;
  right: 0;
}
.z1 {z-index: 1;}


/*---------- upper -----------*/
#container {
  font-family: "Noto Sans JP", noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.7rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  color: #543e2a;
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 15px #1c446c30
}
.box {
  position: relative;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

/*---------- margin,padding -----------*/
.mb5 {margin-bottom: 0.5rem;}
.mb10 {margin-bottom: 1rem;}
.mb15 {margin-bottom: 1.5rem;}
.mb20 {margin-bottom: 2rem;}
.mb30 {margin-bottom: 3rem;}
.mb40 {margin-bottom: 4rem;}
.mb45 {margin-bottom: 4.5rem;}
.mb60 {margin-bottom: 6rem;}
.mb90 {margin-bottom: 9rem;}


.pb10 {padding-bottom: 1.0rem;}
.pb15 {padding-bottom: 1.5rem;}
.pb30 {padding-bottom: 3rem;}
.pb45 {padding-bottom: 4.5rem;}
.pb60 {padding-bottom: 6rem;}

.pt10 {padding-top: 1.0rem;}
.pt15 {padding-top: 1.5rem;}
.pt30 {padding-top: 3.0rem;}
.pt45 {padding-top: 4.5rem;}
.pt60 {padding-top: 6rem;}
.pt75 {padding-top: 7.5rem;}
.pt90 {padding-top: 9rem;}


/*----- img -----*/
.c_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.r_img {
  display:block;
  margin-left: auto;
}
.h_img {transition: 0.3s;}
.h_img:hover {opacity: 0.8;}

.wfit {width: fit-content;}

/*----- text -----*/
#container h1, #container h2, #container h3, #container h4 {
  line-height: 1.2;
  letter-spacing: 0.3rem;
  font-weight: 700;
} 
.fs14 {font-size: 1.4rem;}
.fs24 {font-size: 2.4rem;}
.fs28 {font-size: 2.8rem;}
.fs30 {font-size: 3.0rem;}
.fs33 {font-size: 3.3rem;}
.fs36 {font-size: 3.6rem;}
.fs39 {font-size: 3.9rem;}
.fs42 {font-size: 4.2rem;}
.fs45 {font-size: 4.5rem;}
.fs48 {font-size: 4.8rem;}
.fs51 {font-size: 5.1rem;}
.fs54 {font-size: 5.4rem;}
.fs57 {font-size: 5.7rem;}
.fs60 {font-size: 6.0rem;}
.fs63 {font-size: 6.3rem;}
.fs66 {font-size: 6.6rem;}
.fs69 {font-size: 6.9rem;}
.fs72 {font-size: 7.2rem;}
.fs78 {font-size: 7.8rem;}
.fs84 {font-size: 8.4rem;}
.fs87 {font-size: 8.7rem;}
.fs93 {font-size: 9.3rem;}
.fs102 {font-size: 10.2rem;}
.fs114 {font-size: 11.4rem;}
.fs141 {font-size: 14.1rem;}
.fs156 {font-size: 15.6rem;}

#container .lh10 {line-height: 1;}
#container .lh12 {line-height: 1.2;}
#container .lh13 {line-height: 1.3;}
#container .lh15 {line-height: 1.5;}
#container .lh17 {line-height: 1.7;}

#container .fw300 {font-weight: 300;}
#container .fw400 {font-weight: 400;}
#container .fw500 {font-weight: 500;}
#container .fw600 {font-weight: 600;}
#container .fw700 {font-weight: 700;}

#container small {font-size: 80%;}
.fs120p {font-size: 120%;}
.fs130p {font-size: 130%;}
.fs150p {font-size: 150%;}
.fs180p {font-size: 180%;}

.notes {
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
}

/*----- color -----*/
.pink {color: #e15f6a;}
.white {color: #fff;}


/*----- effect -----*/
.ds {filter: drop-shadow(0.3rem 0.3rem 0.6rem #00000026);}
.bs {box-shadow: 0.3rem 0.3rem 0.6rem #00000026;}

/*----- column -----*/
.flex {display: flex;}
.fww {flex-wrap: wrap;}
.aic {align-items: center;}
.jcs {justify-content: space-between;}
.jcc {justify-content: center;}
.jce {justify-content: flex-end;}

/* 矢印 */
.arw {
  animation: arw 0.7s ease-in infinite alternate;
}
@keyframes arw{
  0% {transform: translateY(-10px);}
  100% {transform: translateY(0);}
}

/* 点滅 */
.caution {
  animation: blink 0.7s ease-out infinite alternate;
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}

/* iframeのレスポンシブ対応 (16:9アスペクト比) */
.m_box iframe,
#clinic_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

#lp-form, .login_message_box_ec, table.landing_form_ec {
  width: initial !important;
}
.landing_form_ec th {
  width: 33%;
}
.amazon_pay_box_ec {
    padding: 20px 0;
}
#confirm_iframe {display: none;}
@media screen and (max-width: 749px) {
  html {
    font-size: 1.33333vw
  }
  .sp {display: block;}
  .pc {display: none;}
  iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .amazon_pay_box_ec {
    margin: 0;
    padding: 20px 5rem;
  }
  .amazon_pay_title_ec {
    white-space: initial;
  }
  .landing_form_ec th, .landing_form_ec td {
    display: block;
    width: 100%;
  }
}