@charset "UTF-8";


.visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    clip-path:inset(50%);
    border:0;
    white-space:nowrap;
}

/*----------------------------------------------------------------------------------------*
 *	共通の記述
 *----------------------------------------------------------------------------------------*/
body#lp article {
	padding-bottom: 0.6%;
}

body#lp article p {
	font-size: 3vw;
}
 body#lp article p.panel {
	text-align: center;
}

body#lp article div.header p {
	margin-bottom: 0;
	font-weight: bold;
}
body#lp article div.header div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
}
body#lp article div.header p.h_button {
	position: relative;
	width: 42%;
	border-radius: 10px;
	background-image: linear-gradient(90deg, #9bd5d9, #2c9cc1);
}
body#lp article div.header p.h_button a::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 1vw;
  width: 8%;
  height: 40%;
  background-color: #fff;
  border-radius: 100%;
}
body#lp article div.header p.h_button a::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 5%;
  width: 3%;
  height: 15%;
  border-top: 0.5vw solid #46a1d8;
  border-right: 0.5vw solid #46a1d8;
  transform: rotate(45deg);
}
body#lp article div.header p.h_button a {
	display: block;
	margin-left: 8%;
	padding: 4% 4% 4% 2%;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
body#lp article div.header #logo {
	margin-bottom: 0;
	text-align: center;
}

body#lp article div.top p {
	margin-top: 0;
}

body#lp article div.reception {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
body#lp article div.reception p.period,
body#lp article div.reception p.header,
body#lp article div.reception p.detail,
body#lp article div.reception p.reservation_button,
body#lp article div.reception p.reservation_button + p {
	position: absolute;
	margin: 0;
	font-weight: bold;
	color: white;
}
body#lp article div.reception p.period {
	top: 41%;
	left: 4%;
	font-size: 3.6vw;
}
body#lp article div.reception p.header {
	top: 51%;
	left: 38%;
	font-size: 4.4vw;
}
body#lp article div.reception p.detail {
	top: 59%;
	left: 38.5%;
	font-size: 2.7vw;
	font-weight: normal;
}
body#lp article div.reception p.reservation_button {
	top: 75%;
	left: 5%;
	width: 90%;
}
body#lp article div.reception p.reservation_button + p {
	top: 93%;
	left: 22%;
	color: #ffff00;
}

body#lp article div.concerns {
	position: relative;
}
body#lp article div.concerns p:nth-of-type(2),
body#lp article div.concerns p:nth-of-type(3),
body#lp article div.concerns p:nth-of-type(4),
body#lp article div.concerns p:nth-of-type(5),
body#lp article div.concerns p:nth-of-type(6),
body#lp article div.concerns p:nth-of-type(7) {
	position: absolute;
	margin: 0;
	font-size: 3.5vw;
	font-weight: bold;
}
body#lp article div.concerns p:nth-of-type(2) {
	top: 30.8%;
	left: 11%;
}
body#lp article div.concerns p:nth-of-type(3) {
	top: 39%;
	left: 11%;
}
body#lp article div.concerns p:nth-of-type(4) {
	top: 52%;
	left: 11%;
}
body#lp article div.concerns p:nth-of-type(5) {
	top: 60%;
	left: 11%;
}
body#lp article div.concerns p:nth-of-type(6) {
	top: 73.5%;
	left: 11%;
}
body#lp article div.concerns p:nth-of-type(7) {
	top: 86.5%;
	left: 11%;
}

body#lp article div.reason div {
	margin-top: 2%;
}
body#lp article div.reason p,
body#lp article div.reason h4 {
	margin: 0;
}
body#lp article div.reason p.title {
	width: 80%;
	margin: 0 auto;
}
body#lp article div.reason > div {
	display: flex;
	justify-content: space-evenly;
	margin-top: 5%;
}
body#lp article div.reason > div:last-of-type {
	margin-bottom: 5%;
}
body#lp article div.reason > div > p {
	width: 30%;
}
body#lp article div.reason > div > div {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 65%;
}
body#lp article div.reason > div > div h4 {
	margin-bottom: 2%;
	line-height: 1;
	font-size: 4vw;
	font-weight: bolder;
	color: #0085c6;
}
body#lp article div.reason > div > div h4 span {
	font-size: 3vw;
}

body#lp article div.customer_reviews {
	position: relative;
	margin: 0;
}
body#lp article div.customer_reviews p,
body#lp article div.customer_reviews div,
body#lp article div.customer_reviews div p,
body#lp article div.customer_reviews h4 {
	margin: 0;
}
body#lp article div.customer_reviews div {
	position: absolute;
}
body#lp article div.customer_reviews div p {
	font-weight: bold;
}
body#lp article div.customer_reviews div h4 {
	font-size: 3.6vw;
	font-weight: bold;
	color: #0085c6;
}
body#lp article div.customer_reviews div p.lead {
	margin-top: 2%;
	font-size: 2.85vw;
}
body#lp article div.customer_reviews div:nth-of-type(1) {
	top: 17.5%;
	left: 5%;
}
body#lp article div.customer_reviews div:nth-of-type(1) p.lead {
	width: 72%;
}
body#lp article div.customer_reviews div:nth-of-type(2) {
	top: 43.5%;
	left: 27%;
}
body#lp article div.customer_reviews div:nth-of-type(2) p.lead {
	width: 94%;
}
body#lp article div.customer_reviews div:nth-of-type(3) {
	top: 70%;
	left: 5%;
}
body#lp article div.customer_reviews div:nth-of-type(3) p.lead {
	width: 72%;
}

body#lp article div.campaign {
	margin-top: 5%;
}

body#lp article div.buttons {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-top: 5%;
}
body#lp article div.buttons p {
	flex: 1;
	margin: 0 0.5vw;
}
body#lp article div.buttons p a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 2vw;
	box-sizing: border-box;
	background-color: #cc2f44;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
body#lp article div.buttons p a span {
	transform: translateX(-0.8vw);
}
body#lp article div.buttons p a::before {
  content: "";
  position: absolute;
  right: 1vw;
  width: 10%;
  height: 40%;
  background-color: #fff;
  border-radius: 100%;
}
body#lp article div.buttons p a::after {
  content: "";
  position: absolute;
  right: 6%;
  width: 5%;
  height: 20%;
  border-top: 2px solid #cc2f44;
  border-right: 2px solid #cc2f44;
  transform: rotate(45deg);
}

body#lp article div.trial {
	position: relative;
	margin-top: 5%;
}
body#lp article div.trial p.highlights,
body#lp article div.trial p.button {
	position: absolute;
	margin: 0;
}
body#lp article div.trial p.highlights {
	top: 60.5%;
	left: 16%;
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
	color: #0085c6;
}
body#lp article div.trial p.button {
	width: 80%;
	top: 85%;
	left: 10%;
}

body#lp article div.features {
	display: flex;
	justify-content: space-evenly;
}
body#lp article .fadeIn,
body#lp article .fadeIn2,
body#lp article .features .fadeIn p,
body#lp article .features .fadeIn2 p {
	opacity: 0;
	transform: translateY(50px);
	transition:opacity 0.8s ease, transform 0.8s ease;
}
body#lp article .fadeIn.is-show,
body#lp article .fadeIn2.is-show,
body#lp article .features .fadeIn.is-show p,
body#lp article .features .fadeIn2.is-show p {
	opacity: 1;
	transform: translateY(0);
}
body#lp article .features .fadeIn.is-show p:nth-child(1) {
   	transition-delay: 0s;
}
body#lp article .features .fadeIn.is-show p:nth-child(2) {
   	transition-delay: 0.5s;
}
/*-------------------------------------------------------------------------------*
 *	736px以下用（SP用）の記述
 *-------------------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */
	body#lp article div.header p.h_button a::after {
		top: 38%;
  		right: 5%;
  		width: 3%;
  		height: 15%;
  		border-top: 2px solid #46a1d8;
  		border-right: 2px solid #46a1d8;
	}
/* 736px以下用（SP用）の記述 end */
}


/*-------------------------------------------------------------------------------*
 *	737px以上用（PC用）の記述
 *-------------------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
	body#lp {
    	background-image:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/bg.jpg");
    	background-repeat: repeat;
    	background-position: center top;
    	background-size: 75%;
	}
	body#lp article {
		width: 750px;
		margin: 0 auto;
		box-shadow: 0px 0px 5px 0px;
		background-color: #fff;
	}
	body#lp article p {
		font-size: 22px;
	}
	body#lp article div.header p.h_button a::before {
		top: 20px;
		right: 12px;
		width: 25px;
		height: 25px;
	}
	body#lp article div.header p.h_button a::after {
		top: 25px;
  		right: 20px;
  		width: 10px;
  		height: 10px;
  		border-top: 4px solid #46a1d8;
  		border-right: 4px solid #46a1d8;
	}
	body#lp article div.reception p.period {
		font-size: 27px;
	}
	body#lp article div.reception p.header {
		font-size: 33px;
	}
	body#lp article div.reception p.detail {
		font-size: 20px;
	}
	body#lp article div.concerns p:nth-of-type(2),
	body#lp article div.concerns p:nth-of-type(3),
	body#lp article div.concerns p:nth-of-type(4),
	body#lp article div.concerns p:nth-of-type(5),
	body#lp article div.concerns p:nth-of-type(6),
	body#lp article div.concerns p:nth-of-type(7) {
		font-size: 26px;
	}
	body#lp article div.reason > div > div h4 {
		font-size: 30px;
	}
	body#lp article div.reason > div > div h4 span {
		font-size: 23px;
	}
	body#lp article div.customer_reviews div h4 {
		font-size: 27px;
	}
	body#lp article div.customer_reviews div p.lead {
		font-size: 21px;
	}
	body#lp article div.trial p.highlights {
		font-size: 34px;
	}
	body#lp article div.buttons p a {
		width: 100%;
		height: 100%;
		padding: 20px;
	}
	body#lp article div.buttons p a::before {
		content: "";
		position: absolute;
		right: 15px;
		width: 30px;
		height: 40%;
		background-color: #fff;
		border-radius: 100%;
	}
	body#lp article div.buttons p a::after {
		content: "";
		position: absolute;
		right: 25px;
		width: 15px;
		height: 15px;
		border-top: 2px solid #cc2f44;
		border-right: 2px solid #cc2f44;
		transform: rotate(45deg);
	}
/* 737px以上用（PC用）の記述 end */
}

/*-------------------------------------------------------------------------------*
 *	印刷用の記述
 *-------------------------------------------------------------------------------*/

@media print {
/* 印刷用の記述 */

html,body{
	height: auto;
}

/* 印刷用の記述 end */
}

