@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@700&family=Caveat&family=M+PLUS+Rounded+1c:wght@500;700&display=swap');

/* CSS Document */
/*******************

LP style

********************/
html, body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}


/* content
--------------------------------------------------*/
.lpbox, #lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Mayryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #303030;
  line-height: 1.5em;
}

@media screen and (min-width:780px) {
  .lpbox, #lpfooter {
    font-size: 28px;
    max-width: 780px;
    margin: 0 auto;
  }
}

.lpbox a, #lpfooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.lpbox a:hover, #lpfooter a:hover {
  text-decoration: underline;
}

.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}

.lpbox img,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

.lpbox img.img-t,
#lpfooter img.img-t {
  vertical-align: top;
}

/* cart css reset */
.lpbox header,
.lpbox h1,
.lpbox h2,
.lpbox h3,
.lpbox p,
.lpbox dl,
.lpbox dt,
.lpbox dd,
.lpbox div,
.lpbox section,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

#lpfooter footer,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

#lpfooter ul,
#lpfooter li,
.lpbox ul,
.lpbox li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

/*-------------------------------------------
fix btn
-----------------------------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}

.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0%;
  display: block;
  margin: 0 auto;
  max-width: 682px;
  width: 90%;
  height: 6em;
}

.lpbox #fixbtn .fixbtn__item__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.lpbox #fixbtn .fixbtn__item__right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.lpbox #fixbtn .fixbtn__item__center {
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.lpbox .fv__btn {
  position: absolute;
  bottom: 2.25em;
  left: 0;
  right: 0;
  width: 87.5%;
}
/*-------------------------------------------
you tube
-----------------------------------------------*/
.lpbox .movie__area {
  position: relative;
}

#lpbox .movie__box iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84%;
  height: 13em;
  border: 10px solid #99c7df;
}

/*-------------------------------------------
cta btn
-----------------------------------------------*/
.lpbox .cta__area {
  position: relative;
}

.lpbox .cta__area__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}

/*-------------------------------------------
footer
-----------------------------------------------*/
.lpbox .footer__link {
  text-align: left;
  width: 90%;
  color: #555555;
}

.lpbox .footer__link li a {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  line-height: 3em;
  padding-left: 1em;
}

.lpbox .footer__link li a::before {
  content: url(../img/dot.png);
  font-size: 0.8em;
  color: #eaaab4;
  position: relative;
  top: -3px;
  padding-right: 0.5em;
}

.lpbox #copy {
  margin-top: 5em;
  background-color: #f6f3ea;
  font-size: 0.6em;
  text-align: center;
  color: #555555;
  padding: 1em 0;
}

/*-------------------------------------------
カウントアップ
-----------------------------------------------*/
.lpbox .fv__authority,
.lpbox .cl02__authority {
  position: relative;
}

.lpbox .fv__authority__number {
  position: absolute;
  top: 42%;
  left: 18%;
  font-size: 2.5em;
  color: #2e6ca6;
  font-weight: bold;
  text-shadow: 3px 2px 0px #ffffff;
}

.lpbox .cl02__authority__number {
  position: absolute;
  top: 22%;
  left: 18%;
  font-size: 2.5em;
  color: #2e6ca6;
  font-weight: bold;
  text-shadow: 3px 2px 0px #ffffff;
}



@media screen and (min-width:780px) {
  .lpbox .fv__authority__number {
  position: absolute;
  top: 42%;
  left: 14%;
  font-size: 2.9em;
  color: #2e6ca6;
  font-weight: bold;
  text-shadow: 3px 2px 0px #ffffff;
}

.lpbox .cl02__authority__number {
  position: absolute;
  top: 22%;
  left: 14%;
  font-size: 2.9em;
  color: #2e6ca6;
  font-weight: bold;
  text-shadow: 3px 2px 0px #ffffff;
}
}


/*-------------------------------------------
fvアニメーション
-----------------------------------------------*/
.lpbox .fv__box {
  position: relative;
  overflow: hidden;
}

.lpbox .fv__anim01 {
  position: absolute;
  width: 48%;
  top: 24%;
  right: 3%;
  animation-name:fadeRightAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }

  @keyframes fadeRightAnime{
    from {
      opacity: 0;
  	transform: translateX(100px);
    }

    to {
      opacity: 1;
  	transform: translateX(0);
    }
  }

	
/*-------------------------------------------
privilegeアニメーション
-----------------------------------------------*/
.lpbox .privilege__01box,
.lpbox .privilege__02box {
  position: relative;
  overflow: hidden;
}

.lpbox .privilege__anim01 {
  position: absolute;
  width: 84%;
  top: 33%;
  right: 0;
  left: 0;
}

.lpbox .privilege__anim02 {
  position: absolute;
  width: 60%;
  top: 26%;
  right: 8%;
}

/*-------------------------------------------
bluedayアニメーション
-----------------------------------------------*/
.lpbox .blueday__box {
  position: relative;
  overflow: hidden;
}

.lpbox .blueday__anim01 {
  position: absolute;
  width: 56%;
  bottom: 50%;
  right: 3%;
}

.lpbox .blueday__anim02 {
  position: absolute;
  width: 56%;
  bottom: 41%;
  right: 3%;
}

.lpbox .blueday__anim03 {
  position: absolute;
  width: 56%;
  bottom: 32%;
  right: 3%;
}

.lpbox .blueday__anim04 {
  position: absolute;
  width: 56%;
  bottom: 23%;
  right: 3%;
}

.lpbox .blueday__anim05 {
  position: absolute;
  width: 56%;
  bottom: 14%;
  right: 3%;
}

/*-------------------------------------------
ポイント04アニメーション
-----------------------------------------------*/
.lpbox .point04__box01,
.lpbox .point04__box02 {
  position: relative;
  overflow: hidden;
}

.lpbox .point04_anim01 {
  position: absolute;
  width: 74%;
  top: 50%;
  left: 0;
  right: 0;
}

.lpbox .point04_anim02 {
  position: absolute;
  width: 50%;
  top: 16%;
  right: 12%;
}

/*-------------------------------------------
stepテキスト
-----------------------------------------------*/
#lpbox .step__box{
  position: relative;
}

#lpbox .step__box__text{
  position: absolute;
  bottom: 16%;
  padding: 0 10%;
  color: #555555;
  line-height: 1.8em;
  text-align: justify;
}

#lpbox .step__box__text a {
  color: #2e6ca6;
  text-decoration: none;
  border-bottom: solid #2e6ca6 1px;
}

/*-------------------------------------------
payテキスト
-----------------------------------------------*/
#lpbox .pay__box{
  position: relative;
}

#lpbox .pay__box__text{
  position: absolute;
  top: 25%;
  padding: 0 5%;
  color: #555555;
  line-height: 1.8em;
  text-align: justify;
}

#lpbox .pay__box__text a {
  color: #2e6ca6;
  text-decoration: none;
  border-bottom: solid #2e6ca6 1px;
}



.lpbox .fv_link{
	padding:1rem 2rem 0rem 2rem;
	font-size:1rem;
	line-height:1.5em;
}

.lpbox .mb_3{
	margin-bottom:1rem;
}

@media screen and (min-width:780px) {
	.lpbox .fv_link{
		padding:1rem 3rem 0rem 3rem;
		font-size:1.5rem;
		line-height:1.5em;
	}	
}

.lpbox .cta_btn_02 {
    width: 90%;
		padding:1rem 0;
}

.lpbox .inner_text{
	width: 90%;
		padding:1rem 0;
}

.text-center{
	text-align:center;
}

.lpbox .bg-calc{
	background:#fdf9ef !important;
}

/*生理移動計算ポップアップ*/
#mp_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#mp_popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}
/*
#mp_closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}*/

#mp_closeBtn{
	text-align:center;
	font-size:1rem;
}

.mp_iframe {
	width: 90vw;
	height: 85vh;
	border: none;
	margin: 10px;
}


.shipping_txt{
	font-size:1rem;
	color:#7f8393;
	font-weight:bold;
}

.shipping_txt span{
	font-size:2.5rem;
	color:#e798aa;
}

.lowpill_change_btn {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  width: 83%;
}


/*お支払いについて*/


.sec_title small {
  color: #e0adb3;
  font-weight: 400;
  font-size: 83%;
  font-family: 'Caveat', cursive;
  letter-spacing: -0.1px;
}



.sec_title .icon {
  width: 3.8125rem;
  margin-bottom: 0.75rem;
  display: block;
}
.sec_title span {
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}
.sec_title .pink {
  color: #edb9bf!important;
}
.sec_title .blue {
  color: #a6c5d8!important;
}


.sec_title {
  margin-bottom: 0.9em;
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec_title small {
  color: #e0adb3;
  font-weight: 400;
  font-size: 83%;
  font-family: 'Caveat', cursive;
  letter-spacing: -0.1px;
}


#payment {
  color: #333;
	font-size: 1rem;
}
#payment .inner {
  max-width: 800px;
}
#payment h3 {
  background:linear-gradient(transparent 15%, rgba(252,236,238,0.9) 15%,rgba(252,236,238,0.9) 85%,transparent 85%);
  color: #a6c5d8;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 375px){
  #payment h3 {
    font-size: 140%;
  }
}
#payment h3 span {
  color: #27231d;
  font-size: 70%;
  letter-spacing: .75px;
}
#payment .note li {
  padding-left: 1.5em;
  font-size: 75%;
  list-style-type: none;
  position: relative;
}
#payment .note li::before {
  content: '※';
  position: absolute;
  top: 0.05em;
  left: 0;
}



/*ドクター紹介*/
#doctor {
  background-color: #f4edec;
	padding: 25px 0;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.125rem;
}

@media screen and (min-width: 768px) {
 #doctor {
    padding: 50px 0;
  }
}

#doctor .inner {
  width: calc(100% - 1rem);
  max-width: 980px;
  margin: auto;
}
@media screen and (min-width: 360px) {
  #doctor .inner {
    width: calc(100% - 2rem);
  }
}


#doctor .sec_title {
  margin-bottom: 0.9em;
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#doctor .sec_title small {
  color: #e0adb3;
  font-weight: 400;
  font-size: 83%;
  font-family: 'Caveat', cursive;
  letter-spacing: -0.1px;
}
#doctor section .slick-dots {
  padding: 0;
  margin: 0.8em auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#doctor section .slick-dots li {
  list-style-type: none;
}
#doctor section .slick-dots li button {
  width: 30px;
  height: 3px;
  padding: 0;
  margin: 0 3px;
  background-color: #d8d8d8;
  border: 0;
  text-indent: -9999px;
  list-style: none;
  cursor: pointer;
}
#doctor section .slick-dots .slick-active button {
  background-color: #e0adb3;
}
#doctor .card .card-title {
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}
#doctor .card .card-title small {
  font-size: 0.75em;
}
#doctor .card .card-body {
  width: 100%;
  padding: 1em;
  font-size: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #doctor .card .card-body {
    font-size: 75%;
  }
}
#doctor .card .card-body p {
  margin-bottom: 0;
}
#doctor .card .card-body p.nowrap {
  white-space: nowrap;
}
#doctor .card .card-body p small {
  font-size: 0.85em;
}
#doctor .card .card-body p .price {
  font-size: 1.75em;
  font-weight: 700;
}
#doctor .card .card-body p .price strong {
  font-size: 1.5em;
}




#doctor img {
    max-width: 100%;
}



#doctor .intro {
  padding: 0.35em 0;
  background-color: #e3b6bb;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px){
  #doctor .intro {
    font-size: 120%;
  }
}
#doctor .intro::after {
  content: '';
  width: 100%;
  height: 0.4375em;
  background: url(../img/doctor_h3.png) center bottom/contain no-repeat;
  display: block;
  position: absolute;
  bottom: calc(-0.4375em + 1px);
  left: 0;
}
#doctor .doctor {
  padding: 0.8em 1.078em 1.36em;
  background-color: #fff;
  border-radius: 22.5px;
  box-shadow: 5px 4px 4px rgba(162,169,174,0.36);
  letter-spacing: 0.75px;
}
#doctor .doctor .profile {
  font-size: 118.125%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 992px){
  #doctor .doctor .profile {
    font-size: 130%;
  }
}
#doctor .doctor .profile span {
  color: #e3b6bb;
  font-size: 66.66%;
}
#doctor .doctor .icon {
  width: 1.578em;
  height: 1.578em;
  margin-bottom: 0.2em;
  display: block;
}
#doctor .doctor .doctor_prof {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 992px){
  #doctor .doctor .doctor_prof {
    font-size: 16px;
  }
}
#doctor .doctor .doctor_prof.career {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #a8c5da;
}
#doctor .doctor .doctor_head {
  padding: 0.4em 1em;
  background-color: #a8c5da;
  border-radius: 2em;
  color: #fff;
  font-size: 100%;
  display: inline-block;
}
#doctor .doctor .career td + td {
  padding-left: 1em;
}
#doctor .doctor .sociery li {
  list-style-type: none;
}



/*公式生理移動ピルページからコピー*/

.sec_title {
  font-size: 168.75%;
}
.sec_title .icon {
  width: 3.8125rem;
  margin-bottom: 0.75rem;
  display: block;
}
.sec_title span {
  text-align: center;
  line-height: 1.2;
}
.sec_title .color {
  color: #e1c094!important;
}
.sec_title small {
  color: #e1c094!important;
}

.ba-content-none:before,
.ba-content-none:after{
	content:none !important;
}

#howto {
  color: #606060;
	font-size:1rem;
	line-height:1.5;
}

@media screen and (max-width: 767.98px){
	#howto{
		padding:1rem;
	}
}

#howto .inner {
  max-width: 400px;
  background-color: #fdf9ef;
  border-radius: 5px;
}
@media screen and (min-width: 768px){
  #howto .inner {
    max-width: 900px;
  }
}
#howto .sec_title {
  font-size: 150%;
}
#howto .sec_title strong {
  font-size: 127.8%;
  font-weight: 700;
}
#howto .sec_title strong img {
  width: auto;
  height: 1em;
  display: block;
}
#howto .contents {
  height: 100%;
  position: relative;
}
#howto .contents.con3 {
  background: #fff;
  border-radius: 10px;
}
#howto .contents::after {
  content: '';
  width: 100%;
  height: 3px;
  background: url(../img/lpd_howto_border.png) left top/6px repeat-x;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px){
  #howto .contents::after {
    display: none;
  }
  #howto .contents.con1::after {
    width: 3px;
    height: 100%;
    background-repeat: repeat-y;
    display: block;
    left: auto;
    right: 0%;
  }
}
#howto .contents.con2 p {
  color: #6e6e6e;
}
#howto .contents.con3 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
#howto ol li {
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  background: #fff;
  border-radius: 0.88em;
  color: #606060;
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  list-style-type: none;
  position: relative;
}
#howto ol li::after {
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #e1c094;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#howto ol li:last-child {
  margin-bottom: 0;
}
#howto ol li:last-child::after {
  display: none;
}
#howto ol + p {
  font-size: 75%;
}

#effect {
  background: #fdf9ef;
  color: #333;
	font-size:1rem;
	line-height:1.5;
}

#effect ul li{
  margin:0;
}

#effect .inner {
  max-width: 800px;
}
#effect .sec_title {
  color: #7f7f7f;
}
#effect p {
  font-size: 90%;
}
@media screen and (min-width: 768px){
  #effect p {
    font-size: 110%;
  }
}
#effect .stop {
  background: #d7b88d;
  border-radius: 10px;
}
#effect .stop h3 {
  color: #fff;
  font-weight: 700;
  font-size: 93.75%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px){
  #effect .stop h3 {
    font-size: 120%;
  }
}
#effect .stop h3::before,
#effect .stop h3::after {
  content: '';
  width: 7em;
  height: 1.5em;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
#effect .stop h3::after {
  background-image: -webkit-linear-gradient(90deg #e9d189, #c986e8);
  background-image: linear-gradient(90deg,#e9d189, #c986e8);
  transform: translate(0.2rem,0.2rem);
  z-index: -1;
}
#effect .stop h3 span {
  margin-top: 0.5rem;
  background-image: -webkit-linear-gradient(90deg #e9d189, #c986e8);
  background-image: linear-gradient(90deg,#e9d189, #c986e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#effect ul {
  position: relative;
  z-index: 1;
}
#effect ul li {
  list-style-type: none;
}
#effect ul li figure {
  padding: 2px;
  margin-bottom: 0;
  border-radius: 10px;
  position: relative;
}
#effect ul li figure::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(135deg #e9d189, #c986e8);
  background-image: linear-gradient(135deg,#e9d189, #c986e8);
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#effect ul li img {
  border-radius: 10px;
  display: block;
}
