/* global style */
* {
	border-box: box;
	line-height: 180%;
}
html, body {
	font-family: 'Kosugi', sans-serif;
}
body {
	background-color: white;
	color: #333;
	font-size:16px;
}
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
h1 {
	text-align: center;
	font-size: 1.8em;
	margin: 0 0 1em;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 1rem;
}
a {
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
.text-vlarge {
	font-size: 2.5em;
}
.text-large {
	font-size: 1.2em;
}
.text-medium {
	font-size: 1.0em;
}
.text-small {
	font-size: 0.85em;
}
p {
	margin: 1.2em 0;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.text-bold {
	font-weight: bold;
}
::placeholder {
  color:#ccc
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.m-2 {
	margin: 1rem;
}
.m-4 {
	margin: 2.5rem;
}
.mt-2 {
	margin-top: 1em;
}
.mt-4 {
	margin-top: 2.5em;
}
li {
	list-style: none;
}
.relative {
	position: relative;
}
.full {
	width: 100% !important;
}
.text-blue {
	color: #00AECB !important;
}
.text-normal {
	color: #666;
}

/* section */
.block {
	margin: 2em 0;
}
.one-column {
}
.two-column {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
}
.two-column > div {
	flex: 1;
}
.two-column > div:first-child {
	margin-right: 0.6em;
}
.two-column > div:last-child {
	margin-left: 0.6em;
}


/* visual */
.mv {
	position: relative;
}
.mv > h1 {
	margin: 0;
}
.mv > h1 > img {
	width: 100%;
}
.sv {
	position: relative;
	height: 270px;
}
.sv img {
	position: absolute;
}
.sv-left {
	top: -100px;
	width: 50%;
	height: auto;
}
.sv-right {
	top: 20px;
	right: 10px;
	width: 48%;
	height: auto;
}

/* header */
nav.header {
	background-color: white;
	height: 80px;
	width: 100%;
	color: white;
	z-index: 3000;
}
nav.header .container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	height: 100%;
	background-color: #82CBD1;
	padding: 1em;
}
nav.header a {
	display: inline-block;
	margin: 0 1em;
	text-decoration: none;
	color: white;
	height: 100%;
}
nav.header div.left {
	width: 50%;
	font-size: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
nav.header div.left > img {
	height: 40px;
}
nav.header div.right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

/* block */
.block-flex-hr {
	display: flex;
	flex-direction: row;
}
.block-flex-center {
	align-items: center;
	justify-content: center;
}
.block-flex-hr > div {
	width: 33%;
}
.block-flex-hr > div > img {
	width: 100%;
}
.block-title {
	font-size: 1.8rem;
	background-color: #f2f2f2;
	padding: 0.5em;
	text-align: center;
	color: #595757;
	font-weight: bold;
}
.block-title > .emph {
	color: #E85377;
	font-size: 2rem;
}
.block-title-emph {
	font-size: 1.4rem;
	background-color: #E85377;
	padding: 0.5em;
	text-align: center;
	color: white;
	font-weight: bold;
}
.block-title-emph > span {
	font-size: 1.8rem;
	margin: 0 0.2em;
}
.big-title {
	color: #00AECB;
	font-size: 30px;
}
.select-point {
	padding: 0 2em;
}

/* select point */
li {
	margin-left: 1.2rem;
}
li:before {
	content: '●';
}

/* case */
.case {
	flex-wrap: wrap;
}
.case > div {
	flex: none;
	width: 20%;
	height: 250px;
	background-color: #fafafa;
	margin: 5px;
	text-align: center;
	padding: 20px 10px;
}
.case img {
	width: 80%;
}
.case .text-small {
	line-height: 140%;
	margin-top: 10px;
}

/* conversion link, button */
.btn {
	background-color: grey;
	padding: 0.2rem 0.8rem;
	border-radius: 4px;
	letter-spacing: 1px;
	font-size: 14px;
}
.btn-primary {
	background-color: #de3241;
	color: white;
}
.conversion-link {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 400px;
	font-size: 1.2em;
	margin: auto;
	padding: 1em 0 !important;
	font-size: 24px;
	background: -moz-linear-gradient(#B60B0B 0%, #FF0352 100%) no-repeat 50% 50% / 100% 100%;
	background: -webkit-linear-gradient(#B60B0B 0%, #FF0352 100%) no-repeat 50% 50% / 100% 100%;
	background: linear-gradient(#B60B0B 0%, #FF0352 100%) no-repeat 50% 50% / 100% 100%;
}
.conversion {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 450px;
	font-size: 1.6em;
	margin: auto;
	padding: 1em 0 !important;
	margin-top: 2em;
}

/* price */
.price {
	position: relative;
	width: 100%;
	height: 600px;
	padding: 40px;
}
.price > img {
	position: absolute;
	right: 0;
	bottom: 160px;
	width: 32%;
}
.price > div {
	font-size: 2rem;
	color: #E85377;
	flex: none;
	margin-right: 20px;
	font-weight:bold;
}
.price > div > img {
	height: 60%;
	object-fit: contain;
}
.price .text-large {
	line-height: 120%;
	font-size: 3rem;
}
.price-one-day {
	left: 40px;
	bottom: 220px !important;
}
.ex-price {
	left: 0;
	bottom: 0 !important;
	width: 100% !important;
}

/* fill */
.fill > img {
	width: 45%;
}
.fill > div {
	padding: 0 0 0 20px;
	font-size: 2em;
	font-weight: bold;
	width: 55%;
}
.fill > div > div {
	font-size: 2.3rem;
	line-height: 140%;
	color: #E85377;
}

/* evidense */
.evidence > .text-blue {
	font-size: 2.2em;
}
.evidence .text-small {
	font-size: 0.5em;
}
.evidence .block-flex-hr {
	flex-wrap: wrap;
}
.evidence .block-flex-hr > div {
	flex: none;
	width: 50%;
	padding: 20px 10px;
}
.evidence .block-flex-hr > div > div {
	border: 1px solid #00AECB;
	height: 350px;
	position: relative;
}
.evidence .block-flex-hr > div > div > h3 {
	position: absolute;
	top: -20px;
	width: 85%;
	background-color: #00AECB;
	color: white;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: calc(50% - (85% / 2));
	border-radius: 20px;
}
.evidence .evid-text {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 72%;
	z-index: 99;
	font-size: 0.9em;
}
.evidence .block-flex-hr > div > div > img {
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: 5%;
	z-index: 98;
}

/* use */
.use h3 {
	font-size: 2.2em;
}
.use img {
	width: 90%;
}

/* flow */
.flow h2 {
	background-color: #00AECB;
	color: white;
	font-size: 1.6rem;
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.flow img {
	width: 90%;
}

/* faq */
.faq li {
	padding-bottom: 1em;
}
.faq li:before {
	content: '';
}
.faq .block-flex-hr > div:first-child {
	flex: none;
	width: 60px;
	height: 60px;
	background-color: #00AECB;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	font-size: 1.8rem;
}
.faq .block-flex-hr > div.question {
	color: #00AECB;
	font-size: 1.6em;
	padding-left: 0.5em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
}
.faq .sub {
	flex: none;
	width: 200px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-right: 2em;
	font-size: 0.9em;
}

/* voice */
.voice li {
	padding-bottom: 1em;
}
.voice li:before {
	content: '';
}
.voice .block-flex-hr > div:first-child {
	flex: none;
	width: 120px;
	height: 120px;
	background-color: orange;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 75px;
	font-size: 1rem;
}
.voice .sec2 .block-flex-hr > div:first-child {
	background-color: #217f4b;
}
.voice .sec3 .block-flex-hr > div:first-child {
	background-color: #CC66FF;
}
.voice .sec4 .block-flex-hr > div:first-child {
	background-color: #0F80FF;
}
.voice .block-flex-hr > div.voice-text {
	padding-left: 0.5em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	margin-left: 1em;
}
.voice h3 {
	background-color: #00AECB;
	color: white;
	font-size: 1.4rem;
	text-align: center;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

/* container */
.container {
	width: 100%;
	max-width: 960px;
}

/* main */
main {
	width: 100%;
	max-width: 960px;
	margin: auto;
	text-align: left;
}

/* footer */
footer {
	width: 100%;
	background-color: #2C3C63;
	margin-top: 6em;
	color: white;
}
footer .container {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-top: 2em;
	padding-bottom: 4em;
	
}
footer .company-logo {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
footer .company-logo > img {
	width: 100%;
}
footer .footer-menu {
	width: 80%;
	display: flex;
	justify-content: flex-end;
}
footer .footer-menu > a {
	margin: 0 1rem;
	color: white;
}
footer .copyright {
	padding: 0.2em;
	font-size: 0.85em;
	text-align: center;
	background-color: black;
}

/* page top */
#page-top {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 40px;
	cursor: pointer;
	font-size: 1em;
	background-color: #00AECB;
	z-index: 1000;
	color: white;
}
#page-top:hover {
	opacity: 0.9;
}


/* the form */
#form {
}
#form input[type=text],
#form input[type=email],
#form textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.5em;
	width: 100%;
}
#form h2 {
	text-align: center;
}
#form > div {
	width: 100%;
	max-width: 80%;
	margin: auto;
}
#form > div > .row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	height: 70px;
	margin-bottom: 4px;
}
#form > div > .row > label {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 30%;
	background-color: #f2f2f2;
}
#form > div > .row > div {
	margin-left: 1em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	width: 70%;
}
#nav-drawer {
	display: none;
}
.policy {
	margin-top: 2em !important;
}
.policy > div {
	margin-top: 1em !important;
	overflow: scroll;
	width: 100%;
	height: 300px;
	background-color: #fafafa;
	padding: 1em 1.6em;
}

/* mobile view */
@media screen and (max-width: 750px) {

	* {
		line-height: 120%;
	}
	body  {
	}
	nav.header {
	}
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.btn {
		font-size: 4vw;
		letter-spacing: 0;
		padding: 0.2em 0.4em;
	}
	.header .btn {
		margin-right: 0;
		padding: 0.4em 0.6em;
	}
	.sv {
		position: initial;
		height: auto;
	}
	.sv img {
		position: initial;
		width: 90%;
		margin: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
	.block-title {
		font-size: 4.5vw;
	}
	.block-title > .emph {
		font-size: 5vw;		
	}
	.block-title-emph {
		font-size: 4.5vw;		
	}
	.block-title-emph > span {
		font-size: 5vw;		
	}
	.block-flex-hr {
		flex-direction: column;
	}
	.block-flex-hr > div {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 0.5em;
	}
	.block-flex-hr > div > img {
		width: 25%;
		object-fit: contain;
	}
	.select-point {
		padding: 1em 1em 0;
		line-height: 140%;
	}
	.select-point .text-small {
		margin-bottom: 1.2em;
		margin-top: 1em;
	}
	.exp {
		margin: 0 10px;
	}
	li {
		margin-left: 0.8em;
		text-align: left;
		font-size: 0.9em;
	}
	.big-title {
		font-size: 5vw;
		line-height: 140%;
	}
	.text-vlarge {
		font-size: 2em;
	}
	.mt-4 {
		margin-top: 1em;
	}
	.case > div {
		height: auto;
		align-items: center;
		margin: 0;
		padding: 0 0 0 1em;
		margin-bottom: 2px;
	}
	.case > div > img {
		margin-left: 0;
	}
	.case .text-small {
		margin-left: 0.5em;
		margin-top: 0;
		font-size: 3.4vw;
	}
	.price {
		padding: 20px 20px 0;
		flex-direction: row;
		height: auto;
		display: block;
	}
	.price .mama {
		position: absolute;
		right: 10px;
		bottom: 30px;
		z-index: -1;
	}
	.price .mp {
		position: absolute;
		width: 20%;
		left: 48%;
		top: 5%;		
	}
	.price .ex-price {
		margin-top: 0.5em;
	}
	.price > div {
		font-size: 5vw;
		display: block;
		width: auto;
		margin-right: 10px;
		line-height: 140%;
	}
	.price  > img {
		position: initial;
		object-fit: contain;
		width: 28vw;
		bottom: 0;
	}
	.price > div > img {
		width: 15vw;
	}
	.price .text-large {
		font-size: 7vw;		
	}
	.price-one-day {
    	left: 20px;
    	bottom: 90px !important;
    	width: 50% !important;
	}
	.pu {
		flex-direction: row;
	}
	.fill {
		padding: 0 10px;
	}
	.fill > div {
		flex-direction: column;
	}
	.fill > div {
		font-size: 3.5vw;
		padding: 0 0 0 10px;
	}
	.fill > div > div {
		font-size: 4.5vw;
	}
	.evidence .text-blue {
		font-size: 5vw;
	}
	.evidence .text-small {
		margin-top: 0.5em;
	}
	.evidence .block-flex-hr > div {
		display: block;
		width: 100%;
		padding: 30px 10px 0;
	}
	.evidence .block-flex-hr > div > div {
		height: 280px;
	}
	.evidence .block-flex-hr > div > div > h3 {
		font-size: 4vw;
	}
	.use h3 {
		font-size: 5vw;
	}
	.use > div {
		margin: 0 10px;
		line-height: 140%;
	}
	.flow .text-large {
		font-size: 5vw;
		margin: 1em 10px;
		height: 40px;
	}
	.faq ul {
		margin: 0 10px;
	}
	.faq .text-blue {
		margin-bottom: 2em;
	}
	.faq h2 {
		margin-top: 2em;
	}
	.faq .block-flex-hr {
		flex-direction: row;
	}
	.faq .block-flex-hr > div.question {
		font-size: 4vw;
	}
	.faq .block-flex-hr > div:first-child {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		font-size: 5vw;
	}
	.faq .sub {
		width: auto;
		margin-right: 0;
		margin-bottom: 0.5em;
		font-size: 0.85em;
	}
	.voice h2 {
		margin-bottom: 2em;
	}
	.voice h3 {
		margin: 0 10px;
		font-size: 3.8vw;
	}
	.voice ul {
		margin: 2em 0;
	}
	.voice .block-flex-hr > div:first-child {
		font-size: 3.5vw;
		width: 100px;
		height: 100px;
	}
	.voice .block-flex-hr {
		flex-direction: row;
	}
	.voice li {
		margin: 0 10px;
	}
	.voice .block-flex-hr > div.voice-text {
		margin-left: 0.5em;
		font-size: 3.2vw;
		line-height: 140%;
	}
	footer .container {
		padding-top: 0.5em;
		flex-direction: column;
	}
	
	p {
		margin-left: 0.8em;
		margin-right: 0.8em;
	}
	.conversion-link,
	.conversion {
		width: 90%;
		font-size: 6vw;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.block {
		margin-left: 0;
		margin-right: 0;
	}
	footer .flex-box {
		flex-direction: column !important;
	}
	footer .company-logo {
		width: 30%;
	}
	footer .footer-menu {
		margin-top: 1em;
		width: 100%;
		flex-direction: column;
		font-size: 4vw;
	}
	footer .footer-menu > a {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	footer .copyright {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 3vw;
	}
	#page-top {
		bottom: 20px;
		right: 20px;
	}
}