@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #3d3d3d;
	line-height: 2;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #fff;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.form_complete {
	min-height: 100vh;
	background: #5ec2ba;
}

.base_box { position:relative; z-index:5; }

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.5;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

/* ▼LINK▼ */
a {
	color: #ff78a8;
	text-decoration: underline;
	outline: none;
}

/* ▼IMG▼ */
img, input[type="image"]{
	max-width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
}

button, input[type="submit"] {
	width: 100%;
	height: 100%;
	padding: 0;
	vertical-align: middle;
	font-size: calc((100vw / 375) * 15);
	font-weight: 700;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: transparent;
	border: none;
	outline: none;
}

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
TOPIMG
***************************************************************************/
#topimg {
	position: relative;
	padding: calc((100vw / 375) * 50) 0 calc((100vw / 375) * 10);
	background: url(../images/sp/topimg_bg.jpg) center bottom / cover no-repeat;
}

#topimg .logo { display:none; }
/*
#topimg .logo {
	position: absolute;
	top: calc((100vw / 375) * 10);
	left: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 80);
	background: rgba(255,255,255);
	z-index: 10;
}
*/
#topimg .title {
	margin-bottom: calc((100vw / 375) * 15);
}

#topimg dl {
	height: calc((100vw / 375) * 360);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 115) 0 0;
	background: url(../images/sp/catch_bg.png) center center / cover no-repeat;
}

#topimg dd {
	width: calc((100vw / 375) * 210);
	margin: calc((100vw / 375) * 5) 0 0 calc((100vw / 375) * 15);
	font-weight: 700;
	color: #339089;
	line-height: 1.8;
}

/*
ABOUT
***************************************************************************/
.about_sec {
	position: relative;
	padding: calc((100vw / 375) * 30) 0 calc((100vw / 375) * 100);
	font-weight: 500;
	color: #fff;
	line-height: 1.8;
	background: #5ec2ba url(../images/sp/about_bg.jpg) center bottom / 100% no-repeat;
}

.about_sec::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 5;
}

.about_sec .sec_title {
	position: absolute;
	top: calc((100vw / 375) * -55);
	left: 50%;
	width: calc((100vw / 375) * 220);
	transform: translateX(-50%);
}

.about_sec .box .content {
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 15) 0;
}

.about_sec .box .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 22);
}

.about_sec .box .title span { color:#ffefaf; }

/*
INSITE
***************************************************************************/
.insite_sec {
	margin-bottom: calc((100vw / 375) * 65);
}

.insite_sec .sec_title {
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 15);
}

.insite_sec .sec_txt {
	margin-bottom: calc((100vw / 375) * 10);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #2fb0a5;
	line-height: 1.5;
}

/*
FEATURE
***************************************************************************/
.feature_sec {
	padding-bottom: calc((100vw / 375) * 30);
	background: #4fc3b9 url(../images/sp/feature_bg.jpg) center bottom / 100% no-repeat;
}

.feature_sec .sec_title {
	margin-bottom: calc((100vw / 375) * 5);
	transform: translateY(calc((100vw / 375) * -40));
}

.feature_sec .list {
	margin: 0 calc((100vw / 375) * 15);
}

.feature_sec .box {
	position: relative;
	margin-bottom: calc((100vw / 375) * 25);
	line-height: 1.85;
	background: #fff;
	border-radius: calc((100vw / 375) * 10);
	box-shadow: calc((100vw / 375) * 8) calc((100vw / 375) * 8) 0px rgba(58,186,175,0.6);
}

.feature_sec .box:last-child { margin-bottom:0; }

.feature_sec .box:nth-child(1) {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 15) calc((100vw / 375) * 25);
}

.feature_sec .box:nth-child(2) {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 15) calc((100vw / 375) * 25);
}

.feature_sec .box:nth-child(1)::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * -25);
	left: 0;
	width: calc((100vw / 375) * 180);
	height: calc((100vw / 375) * 50);
	background: url(../images/feature_txt.png) center center / calc((100vw / 375) * 180) no-repeat;
	z-index: 10;
}

.feature_sec .box:nth-child(2)::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 95);
	left: 0;
	width: calc((100vw / 375) * 360);
	height: calc((100vw / 375) * 90);
	background: url(../images/pc/feature_parts.png) center center / calc((100vw / 375) * 368) no-repeat;
	z-index: 5;
}

.feature_sec .box .title {
	font-size: calc((100vw / 375) * 16);
	color: #339089;
}

.feature_sec .box:nth-child(1) .title {
	margin-bottom: calc((100vw / 375) * 15);
}

.feature_sec .box:nth-child(2) .title {
	margin-left: calc((100vw / 375) * 135);
	margin-bottom: calc((100vw / 375) * 25);
}

.feature_sec .box:nth-child(1) .img {
	position: absolute;
	top: calc((100vw / 375) * -35);
	right: calc((100vw / 375) * -15);
	width: calc((100vw / 375) * 180);
	z-index: 10;
}

.feature_sec .box:nth-child(2) .img {
	position: absolute;
	top: calc((100vw / 375) * -20);
	left: calc((100vw / 375) * -15);
	width: calc((100vw / 375) * 140);
	z-index: 10;
}

.feature_sec .box .comment {
	position: relative;
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	line-height: 1.45;
	z-index: 10;
}

.feature_sec .box .comment span {
	font-size: calc((100vw / 375) * 16);
	color: #339089;
}

/*
POINT
***************************************************************************/
.point_sec {
	padding-bottom: calc((100vw / 375) * 25);
	background: #cce9e7;
}

.point_sec .sec_title {
	margin-bottom: calc((100vw / 375) * 25);
}

.point_sec .list {
	margin: 0 calc((100vw / 375) * 15);
}

.point_sec .box {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: calc((100vw / 375) * 25);
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 15);
	line-height: 1.65;
	background: #fff;
	border-radius: calc((100vw / 375) * 10);
	box-shadow: calc((100vw / 375) * 6) calc((100vw / 375) * 6) 0px rgba(58,186,175,0.6);
}

.point_sec .box:last-child { margin-bottom:0; }

.point_sec .box::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * -4.5);
	left: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 44);
	height: calc((100vw / 375) * 45);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 44);
	z-index: 10;
}

.point_sec .box:nth-child(1)::before { background-image:url(../images/sp/point_no01.png); }
.point_sec .box:nth-child(2)::before { background-image:url(../images/sp/point_no02.png); }
.point_sec .box:nth-child(3)::before { background-image:url(../images/sp/point_no03.png); }

.point_sec .box .img {
	width: calc((100vw / 375) * 115);
}

.point_sec .box .content {
	width: calc(100% - ((100vw / 375) * 115));
	padding-left: calc((100vw / 375) * 15);
}

.point_sec .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 18);
	line-height: 1.35;
}

.point_sec .box .title span { color:#ff78a8; }

/*
STEP
***************************************************************************/
.step_sec {
	padding-bottom: calc((100vw / 375) * 15);
}

.step_sec .sec_title {
	margin-bottom: calc((100vw / 375) * 15);
}

.step_sec .content {
	position: relative;
	margin: 0 calc((100vw / 375) * 15);
	padding: calc((100vw / 375) * 125) calc((100vw / 375) * 15) calc((100vw / 375) * 30);
	font-weight: 700;
	background: #e2f5f3;
	border-radius: calc((100vw / 375) * 10);
}

.step_sec .content .img {
	position: absolute;
	top: calc((100vw / 375) * -15);
	left: 0;
	width: 100%;
	z-index: 10;
}

/*
EXAMPLE
***************************************************************************/
.example_sec .list {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 15);
	background: linear-gradient(180deg, #50c2b8, #7fd1ca);
}

.example_sec .box {
	margin-bottom: calc((100vw / 375) * 20);
	background: #fff;
	border-radius: calc((100vw / 375) * 10);
	box-shadow: calc((100vw / 375) * 8) calc((100vw / 375) * 8) 0px rgba(58,186,175,0.6);
}

.example_sec .box:last-child { margin-bottom:0; }

.example_sec .box .title {
	position: relative;
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 15) calc((100vw / 375) * 15) calc((100vw / 375) * 70);
	font-size: calc((100vw / 375) * 16);
	color: #339089;
	background: #e2f5f3;
	border-radius: calc((100vw / 375) * 10) calc((100vw / 375) * 10) 0 0;
}

.example_sec .box .title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 50);
	height: calc((100vw / 375) * 50);
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 50);
	transform: translateY(-50%);
	z-index: 5;
}

.example_sec .box:nth-child(1) .title::before { background-image:url(../images/example_no01.png); }
.example_sec .box:nth-child(2) .title::before { background-image:url(../images/example_no02.png); }
.example_sec .box:nth-child(3) .title::before { background-image:url(../images/example_no03.png); }

.example_sec .box .content .txt {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 15);
}

/*
TRIAL
***************************************************************************/
.trial_sec {
	padding-bottom: calc((100vw / 375) * 20);
	background: #fff;
}

.trial_sec .box {
	margin: 0 calc((100vw / 375) * 15);
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 15) calc((100vw / 375) * 35);
	text-align: center;
	background: #fbfce9;
	border: solid calc((100vw / 375) * 4) #c2e9e6;
	border-radius: calc((100vw / 375) * 10);
}

.trial_sec .box .catch {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
	line-height: 1.5;
}

.trial_sec .box .txt {
	margin-bottom: calc((100vw / 375) * 20);
	font-weight: 500;
}

.trial_sec .box .txt a { font-weight:700; }

.trial_sec .box .btn a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 20) calc((100vw / 375) * 18) 0;
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
	background: #ff78a8;
	border-radius: 360px;
	box-shadow: calc((100vw / 375) * 4) calc((100vw / 375) * 4) 0 rgba(205,192,133,0.5);
}

.trial_sec .box .btn a span { letter-spacing:-0.1rem; }

.trial_sec .box .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 10);
	height: calc((100vw / 375) * 10);
	margin-top: calc((100vw / 375) * -5);
	background: url(../images/arrow.png) center center / calc((100vw / 375) * 10) no-repeat;
	z-index: 1;
}

/*
FOOTER
***************************************************************************/
footer {
	background: #cce9e7;
}

footer .content {
	margin: 0 calc((100vw / 375) * 15) calc((100vw / 375) * 30);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 15) calc((100vw / 375) * 25);
	text-align: center;
	line-height: 1.75;
	background: #fff;
	border-radius: calc((100vw / 375) * 10);
	border: solid calc((100vw / 375) * 2) #aee0dc;
}

footer .content .txt {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
	line-height: 1.5;
}

footer .content .txt span {
	font-weight: 700;
	color: #339089;
}

footer .content .stxt span {
	display: inline-block;
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	line-height: 2.2;
}

footer .link {
	margin: 0 calc((100vw / 375) * 15) calc((100vw / 375) * 40);
}

footer .link a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 10);
	font-weight: 500;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	background: linear-gradient(180deg, #56a29b, #339089);
	border-radius: calc((100vw / 375) * 10);
	box-shadow: calc((100vw / 375) * 5) calc((100vw / 375) * 5) 0 rgba(51,144,137,0.4);
}

footer .link a::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * -15);
	left: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 82);
	height: calc((100vw / 375) * 36);
	background: url(../images/cta_parts.png) center center / calc((100vw / 375) * 82) no-repeat;
	z-index: 1;
}

footer .link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin-top: calc((100vw / 375) * -12);
	background: url(../images/cta_arrow.png) center center / calc((100vw / 375) * 24) no-repeat;
	z-index: 1;
}

footer .link a .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 22);
}

footer .link a .title .strong { color:#ffe05c; }

footer .link a .title .sub {
	font-size: calc((100vw / 375) * 12);
}

footer .link a .txt {
	letter-spacing: 0;
}

footer .foot {
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 45) calc((100vw / 375) * 20) calc((100vw / 375) * 15);
	border-top: solid 1px #79b9b4;
}

footer .foot .base_box {
	display: flex;
	align-items: center;
}

footer .foot .btn_line {
	width: calc((100vw / 375) * 48);
}

footer .foot .info {
	width: calc((100vw / 375) * 240);
	line-height: 1;
}

footer .foot .copy small {
	font-size: calc((100vw / 375) * 10);
}

.btn_ptop {
	position: fixed;
	bottom: calc((100vw / 375) * 50);
	right: 0;
	width: calc((100vw / 375) * 32);
	z-index: 50;
}

/*
CONTACT
***************************************************************************/
#form_contents {
	position: relative;
	padding: calc((100vw / 375) * 70) 0 calc((100vw / 375) * 50);
	background: #5ec2ba url(../images/sp/topimg_bg.jpg) center top / 100% no-repeat;
}

#form_contents .logo { display:none; }
/*
#form_contents .logo {
	position: absolute;
	top: calc((100vw / 375) * 10);
	left: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 80);
	background: rgba(255,255,255);
	z-index: 10;
}
*/
#form_contents .sec_txt {
	margin-bottom: calc((100vw / 375) * 30);
	text-align: center;
	font-size: calc((100vw / 375) * 24);
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.3rem;
}

#form_contents .form_box {
	margin: 0 calc((100vw / 375) * 15);
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 15) calc((100vw / 375) * 40);
	background: #fff;
	border-radius: calc((100vw / 375) * 10);
}

#form_contents .head_txt {
	margin-bottom: calc((100vw / 375) * 10);
}

#form_contents .head_txt span { font-weight:900; color:#339089; }

.user_form {
	margin-bottom: calc((100vw / 375) * 25);
	font-weight: 700;
}

.user_form > dl {
	padding: calc((100vw / 375) * 12) 0 calc((100vw / 375) * 18);
	border-bottom: dotted 1px #cacaca;
}

.user_form.conf > dl { padding:calc((100vw / 375) * 15) 0; }

.user_form > dl.ex {
	padding: calc((100vw / 375) * 12) 0 calc((100vw / 375) * 8);
}

.user_form > dl.def > dt, .user_form > dl.def > dd,
.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:1.85; }

.user_form > dl > dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 5);
}

.user_form > dl > dt.must {
	padding-left: calc((100vw / 375) * 15);
}

.user_form > dl > dt.must::before {
	content: '※';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 900;
	color: #339089;
}

.user_chk {
	padding-bottom: calc((100vw / 375) * 10);
}

.user_chk .box {
	margin-bottom: calc((100vw / 375) * 15);
	padding: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 10);
	background: #def1f0;
	border-radius: calc((100vw / 375) * 5);
}

.user_chk .box .txt {
	margin-top: calc((100vw / 375) * 10);
	line-height: 1.75;
}

.user_chk .chk_list.col li label {
	position: relative;
	margin-bottom: 0;
	padding: 0 0 0 calc((100vw / 375) * 32);
	font-size: calc((100vw / 375) * 11);
	font-weight: 700;
	line-height: 1.8;
}

.user_chk .chk_list li input[type="checkbox"] {
	position: absolute;
	top: -1px;
	left: 0;
}

.user_chk .modal_switch {
	font-weight: 700;
	text-decoration: underline;
}

.mfp_err {
	font-size: calc((100vw / 375) * 11);
	font-weight: 700;
	color: #ff78a8;
}

.mfp_err > span {
	display: inline-block;
	padding-top: calc((100vw / 375) * 10);
	line-height: 1.65;
}

.user_form > dl.ex .mfp_err > span { padding:0 0 calc((100vw / 375) * 5); }
.user_chk .mfp_err > span { padding:calc((100vw / 375) * 5) 0 0; }

#mfp_hidden, #mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_overlay { display:none; }

.comp_txt {
	margin-bottom: calc((100vw / 375) * 25);
}

/* ▼BUTTON▼ */
.form_btn {
	text-align: center;
}

.form_btn li {
	margin-bottom: calc((100vw / 375) * 12);
}

.form_btn li.send { margin-bottom:0; }

.form_btn li.send .btn01 { line-height:calc((100vw / 375) * 52); }

.form_btn li.back .btn01 {
	line-height: calc((100vw / 375) * 48);
	background: #cfcfcf;
}

.btn01 {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 13);
	font-weight: 700;
	color: #fff;
	line-height: calc((100vw / 375) * 46);
	text-decoration: none;
	background: #ff78a8;
	border-radius: 360px;
}

.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	margin-top: calc((100vw / 375) * -6);
	background: url(../images/arrow.png) center center / calc((100vw / 375) * 12) no-repeat;
	z-index: 10;
}

.form_btn li.back .btn01::after {
	right: auto;
	left: 30px;
	transform: rotate(180deg);
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: calc((100vw / 375) * 3);
}

.scroll_box::-webkit-scrollbar-track {
	background: #efefef;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #949494;
}

.gecko .scroll_box {
	scrollbar-width: calc((100vw / 375) * 3);
	scrollbar-color: #949494 #efefef;
}

/*
OVERLAY WINDOW
***************************************************************************/
#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,60,56,0.95);
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
	width: calc(100vw - ((100vw / 375) * 50));
	max-height: calc(100vh - ((100vw / 375) * 50));
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 10) calc((100vw / 375) * 25) calc((100vw / 375) * 20);
	background-color: #fff;
	border-radius: calc((100vw / 375) * 10);
}

.overlay_content .scroll_box {
	max-height: calc(100vh - ((100vw / 375) * 100));
}

.overlay_content .scroll_box::-webkit-scrollbar,
.gecko .overlay_content .scroll_box {
	display: none;
}

.overlay_content .sec_inner {
	width: calc((100vw / 375) * 280);
}

.overlay_content .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 20);
}

.overlay_content .stitle {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

.overlay_content .txt {
	margin-bottom: calc((100vw / 375) * 25);
}

.modal_close {
	position: absolute;
	top: calc((100vw / 375) * 15);
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 30);
	z-index: 10001;
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(0);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 0.8s;
}

.move_parts.btm_top {
	transform: translateY(calc((100vw / 375) * 50));
}

.move_parts.top_btm {
	transform: translateY(calc((100vw / 375) * -50));
}

.move_parts.left_right {
	transform: translateX(calc((100vw / 375) * -50));
}

.move_parts.right_left {
	transform: translateX(calc((100vw / 375) * 50));
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
	transition: all 0.4s;
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BUTTON▼ */
.btn_bound a {
	-webkit-animation: bomb 3s linear 0s infinite normal;
	animation: bomb 3s linear 0s infinite normal;
	transition: .3s;
}

@-webkit-keyframes bomb {
	0% { -webkit-transform:scale(1); }
	7% { -webkit-transform:scale(0.98); }
	14% { -webkit-transform:scale(0.94); }
	21% { -webkit-transform:scale(1); }
	28% { -webkit-transform:scale(0.94); }
	35% { -webkit-transform:scale(0.98); }
	42% { -webkit-transform:scale(0.95); }
	49% { -webkit-transform:scale(1); }
	100% { -webkit-transform:scale(1); }
}

@keyframes bomb {
	0% { transform:scale(1); }
	7% { transform:scale(0.98); }
	14% { transform:scale(0.94); }
	21% { transform:scale(1); }
	28% { transform:scale(0.94); }
	35% { transform:scale(0.98); }
	42% { transform:scale(0.95); }
	49% { transform:scale(1); }
	100% { transform:scale(1); }
}

/* ▼TITLE▼ */
.sec_title {
	text-align: center;
	font-size: calc((100vw / 375) * 24);
}

/* ▼TEXT▼ */
.impact {
	font-weight: 500;
	font-family: 'Impact';
}

.android .impact {
	font-weight: 400;
	font-family: "Anton", sans-serif;
	letter-spacing: 0.1rem;
	transform: scale(1.1, 1);
}

.kana {
	letter-spacing: -0.1rem;
}

.dialine {
	display: inline-block;
	position: relative;
	padding: 0 calc((100vw / 375) * 15);
}

.dialine::before, .dialine::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: calc((100vw / 375) * 28);
	background: #444
}

.dialine::before {
	left: 0;
	transform: rotate(-30deg);
}

.dialine::after {
	right: 0;
	transform: rotate(30deg);
}

.line_txt {
	display: inline-block;
	padding-bottom: calc((100vw / 375) * 4);
	border-bottom: solid calc((100vw / 375) * 2) #f22525;
}

.marker {
	display: inline-block;
	position: relative;
}

.marker::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 8);
	z-index: 1;
}

.marker.yellow::after { background:#f8f519; }

.marker > span {
	display: inline-block;
	position: relative;
	z-index: 2;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 12);
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin-top: calc((100vw / 375) * -8);
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #444;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -0.5px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
}

.disp_switch.opened .icon:before { display:none; }

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_w90 { width:calc((100vw / 375) * 90)!important; }
.sp_w160 { width:calc((100vw / 375) * 160)!important; }
.sp_w250 { width:calc((100vw / 375) * 250)!important; }
.sp_w400 { width:calc((100vw / 375) * 400)!important; }
.sp_w500 { width:calc((100vw / 375) * 500)!important; }
.sp_w510 { width:calc((100vw / 375) * 510)!important; }
.sp_w580 { width:calc((100vw / 375) * 580)!important; }

.sp_h240 { height:calc((100vw / 375) * 240)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 375) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 375) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 375) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 375) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 375) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 375) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 375) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 375) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 375) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 375) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 375) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 375) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 375) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 375) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 375) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 375) * 60)!important; margin-right:calc((100vw / 375) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 375) * 55)!important; margin-right:calc((100vw / 375) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 375) * 50)!important; margin-right:calc((100vw / 375) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 375) * 35)!important; margin-right:calc((100vw / 375) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 375) * 30)!important; margin-right:calc((100vw / 375) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 375) * 25)!important; margin-right:calc((100vw / 375) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 375) * 20)!important; margin-right:calc((100vw / 375) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 375) * 15)!important; margin-right:calc((100vw / 375) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 375) * 10)!important; margin-right:calc((100vw / 375) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 375) * 5)!important; margin-right:calc((100vw / 375) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 375) * -1)!important; margin-right:calc((100vw / 375) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 375) * -5)!important; margin-right:calc((100vw / 375) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 375) * -10)!important; margin-right:calc((100vw / 375) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 375) * -20)!important; margin-right:calc((100vw / 375) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 375) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 375) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 375) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 375) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 375) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 375) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 375) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 375) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 375) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 375) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 375) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 375) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 375) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 375) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 375) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 375) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 375) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 375) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 375) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 375) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 375) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 375) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 375) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 375) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 375) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 375) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 375) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 375) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 375) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 375) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 375) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 375) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 375) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 375) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 375) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 375) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 375) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 375) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 375) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 375) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_p20 { padding:calc((100vw / 375) * 20)!important; }
.sp_p15 { padding:calc((100vw / 375) * 15)!important; }
.sp_p10 { padding:calc((100vw / 375) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 375) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 375) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 375) * 20)!important; padding-bottom:calc((100vw / 375) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 375) * 15)!important; padding-bottom:calc((100vw / 375) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 375) * 5)!important; padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 375) * 0)!important; padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 375) * 25)!important; padding-right:calc((100vw / 375) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.size10 { font-size:calc((100vw / 375) * 10)!important; }
.size11 { font-size:calc((100vw / 375) * 11)!important; }
.size12 { font-size:calc((100vw / 375) * 12)!important; }
.size13 { font-size:calc((100vw / 375) * 13)!important; }
.size14 { font-size:calc((100vw / 375) * 14)!important; }
.size16 { font-size:calc((100vw / 375) * 16)!important; }
.size17 { font-size:calc((100vw / 375) * 17)!important; }
.size18 { font-size:calc((100vw / 375) * 18)!important; }
.size19 { font-size:calc((100vw / 375) * 19)!important; }
.size20 { font-size:calc((100vw / 375) * 20)!important; }
.size22 { font-size:calc((100vw / 375) * 22)!important; }
.size24 { font-size:calc((100vw / 375) * 24)!important; }
.size30 { font-size:calc((100vw / 375) * 30)!important; }

.c_yellow { color:#f5fd1e!important; }
.c_lblue { color:#34bae6!important; }
.c_red { color:#d81028!important; }
.c_pink { color:#f25072!important; }
.c_brown { color:#624d2b!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 40);
	padding: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 2);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #193342;
	line-height: calc((100vw / 375) * 38);
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0;
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: calc((100vw / 375) * 5);
	caret-color: #272727;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%!important;
	min-height: calc((100vw / 375) * 110);
	padding: calc((100vw / 375) * 12);
	font-size: calc((100vw / 375) * 11);
	font-weight: 500;
	color: #193342;
	line-height: 1.75;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0;
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: calc((100vw / 375) * 5);
	caret-color: #272727;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid 1px #c3c1bf;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #b1b6b9;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #b1b6b9;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #b1b6b9;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #b1b6b9;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #b1b6b9;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #b1b6b9;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; width:100%; }

/* ▼original select date▼ */
select::-ms-expand { display:none; }

.select_box, .date_box {
	position: relative;
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 8);
	margin-top: calc((100vw / 375) * -4);
	background: #dcdcdc;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}
/*
.date_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../common_img/icon_date.png) no-repeat;
	z-index: 10;
}
*/
.select_list {
	display: flex;
	align-items: center;
}

.select_list .parts {
	display: block;
	width: calc((100vw / 375) * 20);
	text-align: center;
	font-size: calc((100vw / 375) * 10);
	color: #272727;
}

.select_list.line_2 .parts_input { width:calc((100% - ((100vw / 375) * 20)) / 2); }
.select_list.line_3 .parts_input { width:calc((100% - ((100vw / 375) * 40)) / 3); }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	transform: translateY(calc((100vw / 375) * -2));
	box-sizing: border-box;
	position: relative;
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin: 0 calc((100vw / 375) * 6) 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid 1px #c3c1bf;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="checkbox"] {
	border-radius: calc((100vw / 375) * 3);
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 14);
	height: calc((100vw / 375) * 14);
	background: #19c067;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: calc((100vw / 375) * 22);
	height: calc((100vw / 375) * 22);
	background-color: #fff;
	background-image: url(../images/icon_check.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 22);
	border: solid 1px #c3c1bf;
	border-radius: calc((100vw / 375) * 3);
}

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label, .chk_list li label {
	font-size: calc((100vw / 375) * 11);
	line-height: calc((100vw / 375) * 24);
}

.radio_list.col li, .chk_list.col li {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 6) calc((100vw / 375) * 10) 0;
}

.radio_list.col li:last-child, .chk_list.col li:last-child { margin-right:0; margin-bottom:0; }

.radio_list.col li label, .chk_list.col li label {
	padding: 0 calc((100vw / 375) * 10) 0 0;
}

.radio_list.row li, .chk_list.row li {
	margin-bottom: calc((100vw / 375) * 10);
}

.radio_list.row li:last-child, .chk_list.row li:last-child { margin-bottom:0; }

.radio_list.block li label, .chk_list.block li label {
	width: auto;
	padding: calc((100vw / 375) * 8) calc((100vw / 375) * 12) calc((100vw / 375) * 6) calc((100vw / 375) * 8);
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: calc((100vw / 375) * 5);
}

.radio_list.block li label.active, .chk_list.block li label.active {
	color: #fff;
	background: #1ac168;
	border: solid 1px #1ac168;
}

.chk_list.block li label.active input[type="checkbox"]:after {
	border: solid 1px #1ac168;
}

.radio_list.side li, .chk_list.side li {
	float: left;
	width: 100%;
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 10) 0;
}

.radio_list.side.line_2 li, .chk_list.side.line_2 li { width:calc((100% - ((100vw / 375) * 10)) / 2); }
.radio_list.side.line_3 li, .chk_list.side.line_3 li { width:calc((100% - ((100vw / 375) * 20)) / 3); }
.radio_list.side.line_4 li, .chk_list.side.line_4 li { width:calc((100% - ((100vw / 375) * 30)) / 4); }

.radio_list.side.line_2 li:nth-child(2n), .chk_list.side.line_2 li:nth-child(2n),
.radio_list.side.line_3 li:nth-child(3n), .chk_list.side.line_3 li:nth-child(3n),
.radio_list.side.line_4 li:nth-child(4n), .chk_list.side.line_4 li:nth-child(4n) {
	margin-right: 0;
}

/* ▼original file upload▼ */
.input_file {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 40);
	line-height: calc((100vw / 375) * 40);
}

.input_file .input_txt {
	float: left;
	width: calc(100% - ((100vw / 375) * 110));
	height: calc((100vw / 375) * 40);
	padding: 0 calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 11);
	color: #b1b6b9;
	line-height: calc((100vw / 375) * 38);
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: calc((100vw / 375) * 5);
	white-space: nowrap;
	overflow: hidden;
}

.input_file .input_txt.active { color:#193342; }

.input_file .input_btn {
	float: right;
	width: calc((100vw / 375) * 100);
	text-align: center;
	font-size: calc((100vw / 375) * 11);
	color: #fff;
	line-height: calc((100vw / 375) * 40);
	background: #1ac168;
	border-radius: 360px;
}

.input_file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 40);
	cursor: pointer;
	opacity: 0;
	z-index: 1;
}
