@charset "utf-8";

/* base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* --------------------------------------------------------
	フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: source-han-sans-japanese, sans-serif;
	color: #1f2833;
	font-size: 1.4em;
	font-weight: 500;
	background: #fff;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


/* --------------------------------------------------------
	リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}


/* --------------------------------------------------------
	共通
-------------------------------------------------------- */
#lp_content {
	max-width: 750px;
	width: 100%;
	margin: auto;
}

/* flex系 */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.nowrap { flex-wrap: nowrap; }
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}


/* --------------------------------------------------------
	スクロールアニメーション
-------------------------------------------------------- */
.fadeIn {
	display: block;
	opacity: 0;
	transform: translateY(50px);
	transition: .5s;
}
.fadeIn.is_shown {
	opacity: 1;
	transform: translateY(0);
}

/* --------------------------------------------------------
	header
-------------------------------------------------------- */
header {
	height: 98px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 0 0 10px;
}
header .logo {
	max-width: 267px;
}
@media screen and (max-width: 768px) {
header {
	height: 60px;
}
header .logo {
	max-width: 195px;
}
}


/* --------------------------------------------------------
	footer
-------------------------------------------------------- */
footer {
	padding: 8% 9.6%;
	position: relative;
}
footer .page_top {
	width: 15%;
	position: absolute;
	top: -25%;
	right: 2.266%;
}
footer ul li {
	margin: 4% 15% 0 0;
}
footer ul li:nth-child(-n + 2) {
	margin-top: 0;
}
footer ul li:nth-child(1) {
	width: 14%;
}
footer ul li:nth-child(2) {
	width: 41.733%;
}
footer ul li:nth-child(3) {
	width: 34.8%;
}
footer ul li:nth-child(4) {
	width: 20.933%;
}


/* --------------------------------------------------------
	mv
-------------------------------------------------------- */
#mv {
	background: #fff;
	padding: 0 0 8%;
}
#mv .main > div {
	position: relative;
	z-index: 0;
}
#mv .main > div img {
    width: 100%;
}
#mv .catch {
    width: 52%;
    position: absolute;
    top: 3.333%;
    left: 62%;
    transform: translateX(-50%);
}
#mv .campaign {
	margin-top: -38%;
	padding: 0 3%;
	position: absolute;
	z-index: 1;
	    width: 100%;
}
#mv .campaign a {
	width: 85.066%;
	display: block;
	position: absolute;
	top: 28.30232%;
	left: 50%;
	transform: translateX(-50%);
}
#mv .campaign a:hover {
	opacity: .5;
}
#mv .mv_aten {
    margin-top: -10%;
    padding: 0 9%;
    position: absolute;
    z-index: 1;
    font-size: 1.3rem;
    font-weight: 100;
    color: #b7b7b7;
    line-height: 1.3;
    width: 100%;
}
#mv .benefit {
padding: 3% 0 0;
}
#mv .benefit.mv_aten{
	text-align: center;
    margin-top: -2%;
}
@media screen and (max-width: 768px) {
#mv .mv_aten {
    font-size: 1rem;
}
#mv .benefit {
padding: 17% 0 0;
}
#mv .benefit.mv_aten{
    margin-top: -16%;
}
}
/* --------------------------------------------------------
	選ばれる理由
-------------------------------------------------------- */
#reason {
    padding: 5% 2.666% 10%;
}
#reason h2 {
margin: 10% 3% 0;
}
#reason h2 img {
width: 100%;
}
.reason_read {
margin: 8% 0;
}
.reason_read img {
width: 100%;
}
.reason_list li {
margin: 5% 0;
}
/* --------------------------------------------------------
	クーポンコード
-------------------------------------------------------- */
#coupon {
    background: #fdfaf5;
	padding-bottom: 5%;
}
.coupon_wrap {
display: flex;
    justify-content: space-evenly;
	padding: 0 2%;
    margin-bottom: 5%;
}
.coupon_wrap p {
width: 46%;
height: auto;
}
.coupon_wrap img:hover {
opacity: 0.8;
}
/* --------------------------------------------------------
	キャンペーン割引価格について
-------------------------------------------------------- */
#plan {
background: #bce7ec;
    padding: 5% 2.666% 5%;
}
#plan h2 {
margin: 6% auto;
    width: 32.733%;
}
#plan ul li {
margin-bottom: 3.5%;
}
#plan ul li {
	margin-bottom: 4.5%;
	}
	#plan ul li:nth-child(2) {
	margin-bottom: 4.5%;
	}
/* --------------------------------------------------------
	治療事例
-------------------------------------------------------- */
#BA_contents {
background: repeating-linear-gradient(-45deg, rgba(56, 183, 191, 1), rgba(56, 183, 191, 1) 2px, rgba(1, 175, 185, 1) 0, rgba(1, 175, 185, 1) 8px);
    padding: 5% 2.666% 10%;
}
#BA_contents h2 img {
    width: 100%;
    height: auto;
}
#BA_contents ul li {
margin-bottom: 3.5%;
}
#BA_contents ul li p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 100;
    padding: 2%;
}
/* --------------------------------------------------------
	AGA治療の処方薬について
-------------------------------------------------------- */
.drug01 {
	position: relative;
}
.drug01 p {
	width: 53.6%;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}
.drug02 {
	background: #edfbff;
	padding: 18% 2.666% 18%;
}
.drug02 ul li {
	position: relative;
}
.drug02 .icon {
	width: 25.466%;
	position: absolute;
	top: -7.777%;
	left: -0.533%;
}
.drug02 .icon > span {
	transition-delay: .5s;
}
.drug02 ul li:nth-child(1) {
	margin: 0 0 15%;
}
.drug02 ul li:nth-child(1) .icon {
}


/* --------------------------------------------------------
	医師
-------------------------------------------------------- */
#doctor {
    padding: 0.2% 5% 15%;
	background: url("../img/doctor_bg.png")no-repeat center;
    background-color: #01afb9;
    background-size: cover;
width: 100%;
height: auto;
}
#doctor h2 {
    margin-top: -12%;
}
#doctor ul li {
margin-bottom: 4%;
}


/* --------------------------------------------------------
	こんな“お悩み”ありませんか？
-------------------------------------------------------- */
.intro01 {
	margin-top: -7%;
	position: relative;
}
.intro01 h2,
.intro01 p {
	position: absolute;
}
.intro01 h2 {
	width: 93%;
	top: 12.44%;
	left: 50%;
	transform: translateX(-50%);
}
.intro01 .img.img01,
.intro01 .img.img04 {
	left: 5.333%;
}
.intro01 .img.img02,
.intro01 .img.img03 {
	right: 5.333%;
}
.intro01 .img.img01 {
	width: 79.866%;
	top: 22.502%;
}
.intro01 .img.img02 {
	width: 84.533%;
	top: 44.163%;
}
.intro01 .img.img03 {
	width: 83.733%;
	top: 62.751%;
}
.intro01 .img.img04 {
	width: 87.066%;
	top: 80.387%;
}
.intro02 {
	position: relative;
}
.intro02 h3 {
	width: 90.266%;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
    text-align: center;
}
.intro03 {
	background: #cce6eb;
	padding: 0 0 10%;
}
.intro03 .top {
	position: relative;
	z-index: 0;
}
.intro03 .top .text {
	position: absolute;
}
.intro03 .top .text.text01 {
	width: 39.466%;
    top: 16.916%;
    right: 3.666%;
}
.intro03 .top .text.text02 {
	width: 38.4%;
	top: 43.374%;
	right: 0.8%;
}
.intro03 .top .text.text03 {
    width: 34.133%;
    top: 48.382%;
    left: 1.6%;
}
.intro03 ul {
	width: 94.66668%;
	margin: -25% auto 0;
	position: relative;
	z-index: 1;
}
.intro03 ul li:not(:last-child) {
	margin: 0 0 4%;
}


/* --------------------------------------------------------
	AGAの原因とは？
-------------------------------------------------------- */
.cause01 {
	background: #cdf9e2;
	padding: 10% 2.666%;
}
.cause01 h2 {
	text-align: center;
	margin: 0 0 6%;
}
.cause01 h2 img {
	width: 65.6%;
}
.cause01 ul li:not(:last-child) {
	margin: 0 0 3%;
}
.cause02 {
	position: relative;
}
.cause02 h3 {
	width: 82.666%;
	margin: auto;
	position: absolute;
	top: 13.5%;
	left: 50%;
	transform: translateX(-50%);
}


/* --------------------------------------------------------
	AGAの治療薬と市販の育毛剤の違いとは？
-------------------------------------------------------- */
#comparison {
	position: relative;
}
#comparison h2,
#comparison h3 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#comparison h2 {
	width: 22.4%;
	top: 6.513%;
	left: 61%;
	transform: translateX(0);
}
#comparison h3 {
	width: 79.733%;
	top: 42.648%;
}
/* --------------------------------------------------------
	全額保証制度
-------------------------------------------------------- */
#security {
  position: relative;
}
#security h2, #security h3, #security p {
  position: absolute;
  width: 82.733%;
  left: 50%;
  transform: translateX(-50%);
}
#security h2 {
    top: 9.248%;
    width: 79.733%;
}
#security h3 {
  top: 56.648%;
}
#security h3 span.text_link {
  display: block;
  text-align: center;
  font-size: min(calc(30/750*100vw), 2.95rem);
  font-weight: bold;
  margin-top: 2%;
}
#security h3 span.text_link a {
  color: #01AEB9;
  text-decoration: underline;
}
#security p {
  top: 82.648%;
}
/* --------------------------------------------------------
	オンライン診療の流れ
-------------------------------------------------------- */
#flow {
	background: #ecfbff;
	padding: 10% 2.666%;
}
#flow h2 {
	text-align: center;
	margin: 0 0 6%;
}
#flow h2 img {
	width: 66.266%;
}
#flow ul li:not(:last-child) {
	margin: 0 0 4%;
}


/* --------------------------------------------------------
	オンライン予約
-------------------------------------------------------- */
.cta {
	position: relative;
}
.cta a {
    width: 83.066%;
    display: block;
    position: absolute;
    top: 62.7%;
    left: 50%;
    transform: translateX(-50%);
}
.cta a:hover {
	opacity: .5;
}
.cta .cta_aten {
    width: 76.066%;
    display: block;
    position: absolute;
    top: 80.7%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    color: #b7b7b7;
    line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .cta .cta_aten  {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------
	配送について
-------------------------------------------------------- */
#other {
    width: 700px;
    margin: 0 auto;
	padding-top: 10%;
}
@media screen and (max-width: 768px) {
	#other {
		width: 92vw;
		margin: 0 auto;
	}
  }

#other .ttl01 {
    font-size: min(calc(32 / 750* 100vw), 3.2rem);
    font-weight: bold;
    color: #001825;
    line-height: 1;
    margin-bottom: 3%;
}

#other dd {
    font-size: min(calc(28 / 750* 100vw), 2rem);
    color: #001825;
    line-height: 1.5;
    margin-bottom: min(calc(50 / 750* 100vw), 5.0rem);
}
#other span.annotation{
    font-size: min(calc(28 / 750* 100vw), 1.5rem);
    color: #001825;
    line-height: 1.5;
    margin-bottom: min(calc(50 / 750* 100vw), 5.0rem);
}

#other .ttl02 {
    font-size: min(calc(28 / 750* 100vw), 2.8rem);
    font-weight: bold;
    color: #001825;
    line-height: 1;
	margin-bottom: 3%;
}

#other dd img {
    width: 100%;
    margin-bottom: min(calc(24 / 750* 100vw), 2.4rem);
}

/*calender*/
#calendar {
  background: #edfbff;
  padding: 9vw 0;
}
#calendar iframe {
  border-radius: 15px;
  border: 2px solid #05c1ba;
  width: 96% !important;
  margin: 0 2%;
}
#calendar .ttl h2, #calendar p.text {
  width: 68%;
  margin: 0 auto 5vw;
}
@media screen and (max-width: 768px) {
  #calendar {
    padding: 13vw 0;
  }
}
.floating {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #ffffff;
  background: rgb(255 255 255 / 70%);
  padding: 1.5% 4% 1%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1000;
}
.floating img {
  width: 100%;
  height: auto;
}