@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Pacifico&display=swap');
:root{
    /* layout */
    --article-width: 800px;
    --base-width: 960px;
    --max-width: 1200px;
    --padding-vertical: 64px;
    --base-gutter: 24px;

    /* color */
	--color-stye:#4aa0c3;
    --color-A: #cc9a58;
    --color-B: #b883a4;
    --color-C: #79ac66;
    --color-D: #816d9b;
	--bgstyle-gray: #ececec;
	--bgstyle-blue: #b0ccd7;
	--bgstyle-A: #e7e0d3;
	--bgstyle-B: #e2cedd;
	--bgstyle-C: #d9e7d7;
	--bgstyle-D: #dad5e7;
	--bgstyle-A-op: rgba(231, 224, 211, .4);
	--bgstyle-B-op: rgba(226, 206, 221, .4);
	--bgstyle-C-op: rgba(217, 231, 215, .4);
	--bgstyle-D-op: rgba(218, 213, 231, .4);
}
/* .en {
	font-family: 'Berkshire Swash', sans-serif;
} */
.en {
	font-family: 'Pacifico', sans-serif;
}
/* top main slide image */
.stylecheck-bg-gray{
	background-color:var(--bgstyle-gray);
}
.stylecheck-bg-blue{
	background-color:var(--bgstyle-blue);
}
.simulator{
	position: relative;
	padding:20px;
}
@media screen and (max-width:767px) {
	.simulator{
		padding:10px;
	}
}
.simulator-inner{
	width:100%;
	margin:0 auto;
	/* overflow: hidden; */
}
.simulator .main-header{
	padding:30px 0 20px;
	width:40%;
	min-height: calc(100vh - 120px);
}
/* home bg */
.simulator-home .main-header{
	width:100%;
	min-height: 240px;
	background-color:#fff;
}
/* question bg */
.simulator.stylecheck .main-header{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
	background-color:var(--bgstyle-gray);
}
/* result bg */
.simulator.result .style-A .main-header{
	background-color:var(--bgstyle-A);
}
.simulator.result .style-B .main-header{
	background-color:var(--bgstyle-B);
}
.simulator.result .style-C .main-header{
	background-color:var(--bgstyle-C);
}
.simulator.result .style-D .main-header{
	background-color:var(--bgstyle-D);
}
.simulator.stylecheck .question-img{
	width:80%;
	max-width:500px;
	margin:1em auto;
}
@media screen and (max-width:767px) {
	.simulator .main-header{
		padding:20px 0;
		min-height: auto;
		width:100%;
	}
	.simulator.stylecheck .main-header{
		padding:20px 0 0;
	}
	.simulator.stylecheck .main-header .question-img{
		margin:1em auto 0;
	} 
}

.simulator .main-contnets-wrp{
	width:60%;
	min-height: calc(100vh - 120px);
}
.simulator-home .main-contnets-wrp{
	width:100%;
	min-height: auto;
}

.simulator.stylecheck .main-contnets-wrp{
	display: flex;
    align-items: center;
	padding:50px 0;
}
@media screen and (max-width:767px) {
	.simulator .main-contnets-wrp{
		width:100%;
		min-height: 36vh;
	}
}
/* home slide image */
.simulator-home .main-img-wrp{
	width:100%;
}
.simulator-home .main-img-wrp .img-wrp{
	display: block;
	width:25%;
	height:20vw;
	position: relative;
	overflow: hidden;
}
.simulator-home .main-img-wrp .img-wrp figure{
	display: block;
	width:100%;
	height:20vw;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.simulator-home .forSP .main-img-wrp .img-wrp{
		width:50%;
		height:40vw;
		position: relative;
		overflow: hidden;
	}
	.simulator-home .forSP .main-img-wrp .img-wrp figure{
		display: block;
		width:100%;
		height:40vw;
	}
}
.simulator-home .main-img-wrp .img-wrp figure img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	top:0;
	left:0;
	z-index:2;
}
.simulator-home .mainimg-illust{
	width:100%;
	max-width:980px;
	margin:-15vw auto 1em;
	position: relative;
	z-index: 3;
}
@media screen and (max-width:767px) {
	.simulator-home .main-contnets-wrp{
		overflow: hidden;
	}
	
	.simulator-home .mainimg-illust{
		width:120%;
		left:-10%;
		margin:-20vw auto 0;
	}
}
/* home lead */
.simulator-home .lead-wrp{
	padding-top:3em;
}
.simulator-home .lead{
	font-size: min(20px, 3.6vw);
	line-height: 2;
}
/* home start button */
.simulator-home .start{
	display: inline-block;
	font-size: min(22px, 4vw);
	font-weight: 600;
	line-height:1.5;
	padding:.5em 2em;
	background-color:var(--color-stye);
	color:#fff;
	text-decoration: none;
	border-radius: 4px;
	letter-spacing: .1em;
	margin: 3em auto 5em;
}
.simulator-home .start:hover{
	background-color:#222;
}

.simulator .title-wrp .title{
	width:min(280px,42vw);
	margin: 0 auto;
}
.simulator-home .title-wrp .title{
	width:min(340px,50vw);
}

.simulator .title-wrp .title img{
	width:100%;
}
.simulator .title-wrp .title-sub{
	font-size:1.1em;
	text-align: center;
}
@media screen and (max-width:767px) {
	.simulator .title-wrp .title-sub{
		font-size:1em;
		text-align: center;
	}
}
.now{
	padding:1em;
	position: absolute;
	top:1em;
	right:1em;
	display: none;
}
.q-wrp.question{
    width:100%;
	padding-bottom: 4em;
	position: relative;
	display: none;
}
.res-wrp.result{
	padding-bottom: 4em;
	position: relative;
	display: none;
}
.q-wrp.question .q-title{
	width:100%;
	text-align: center;
	font-size:min(1.5em,3.8vw);
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
@media screen and (max-width:767px) {
	.q-wrp.question .q-title{
		font-size:1.2em;
		margin-bottom:.5em;
	}
}
.find-img-wrp{
	width:100%;
	max-width:640px;
	padding:0 1em;
	margin: 0 auto 1em;
}
.findimg{
	width:50%;
}
.findimg label{
	width:100%;
	font-size:1em;
	line-height: 1.5;
	font-weight: bold;
	padding:1em 0;
	min-height: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media screen and (max-width:767px) {
	.findimg label{
		font-size:.8em;
		margin-top:2em;
	}
}
.findimg img{
	width:100%;
	height:auto;
}

.findimg,
.findimg label{
	cursor: pointer;
}
.findimg label{
	border:1px solid #fff;
	padding:.5em;
	min-height: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
	width:94%;
	margin:0 auto;
}

.stylecheck input[type=radio]{
    display: none;
}
.stylecheck .checkbox{
	/* display: block; */
	display: none;
	width:1.8em;
	height:1.8em;
	border:2px solid #000;
	border-radius: 100%;
	position: relative;
	margin:.5em auto 0;
	background-color:#fff;
}
.stylecheck .checkbox::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: .3em;
    left: .4em;
    width: .8em;
    height: .6em;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: rotate(-45deg) scale(0, 0);
    transform-origin: center center;
    border: 3px solid #4297bc;
    border-top-style: none;
    border-right-style: none;
}
.findimg.off.yes .checkbox::before {
    transform: rotate(-45deg) scale(1, 1);
}
.findimg.off.yes{
	opacity:1;
}
.findimg.off{
	opacity: .5;
}
.btn-wrp{
	width:100%;
}
.btn-wrp .btn.back{
	width:4em;
	height:4em;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:.7em;
	color:#222;
    border:2px solid;
    border-radius: 100%;
	background-color:#fff;
	margin:2em auto;
	cursor: pointer;
    
}
.btn-wrp .btn.next{
    cursor: default;
}
.btn-wrp .next.active{
    cursor: pointer;
}