@charset "utf-8";
/*
 * オンラインカウンセリング
 */
/* フェードアニメーション */
@keyframes oc-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* イラスト移動アニメーション */
@keyframes oc-illust-sc-scroll {
	0% {
		left: 0px
	}
	100% {
		left: -704px
	}
}
@keyframes sp-oc-illust-scroll {
	0% {
		left: 0px
	}
	100% {
		left: -1162px
	}
}

/* TypeSquare読み込みテキスト */
.ts-hide {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	height: 0;
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}

#oc {
	padding-top: 14px;
	padding-bottom: 40px;
	letter-spacing: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#oc .oc-wrap {
	max-width: 840px;
	margin: 0 auto;
}
#oc .pc-none {
	display: none;
}

#oc h1,
#oc h2,
#oc h3,
#oc h4,
#oc h5,
#oc h6 {
	font-weight: normal;
}
#oc p,
#oc ul,
#oc dl,
#oc dt,
#oc dd {
	margin: 0;
	padding: 0;
}
#oc li {
	list-style: none;
}
#oc dt,
#oc dd {
	min-width: 0;
}

#oc section {
	position: relative;
	min-height: 410px;
}
#oc section.result {
	min-height: 0;
	padding-bottom: 20px;
}
#oc section.show {
	animation: oc-show .5s ease;
}
/* ヘッダー */
#oc section header {
	padding: 15px 10px 10px;
	border-bottom: 1px solid #646464;
}
#oc section h2 {
	margin: 0;
	color: #646464;
	font-size: 16px;
	visibility: hidden;
}
/* 設問、結果 */
#oc section > div {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 360px;
	padding-top: 22px;
	background-color: #fff;
}
#oc section > div:after {
	position: absolute;
	top: -23px;
	right: 10px;
	width: 76px;
	height: 5px;
	background: url(img/at.png) no-repeat 1px 0;
	content: "";
}
#oc section > div.q1:after {
	background-position: -70px 0;
}
#oc section > div.q2:after {
	background-position: -61px 0;
}
#oc section > div.q3:after {
	background-position: -52px 0;
}
#oc section > div.q4:after {
	background-position: -43px 0;
}
#oc section > div.q5:after {
	background-position: -34px 0;
}
#oc section > div.q6:after {
	background-position: -26px 0;
}
#oc section > div.q7:after {
	background-position: -17px 0;
}
#oc section > div.q8:after {
	background-position: -8px 0;
}
#oc section > div.current {
	display: block;
	animation: oc-show .5s ease;
}
#oc section > div h3 {
	position: relative;
	margin: 0;
	padding: 0 0 0 125px;
	font-size: 16px;
	line-height: 1.6;
}
#oc section > div h3 span.num {
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 109px;
	color: #646464;
	font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
	font-size: 18px;
	text-align: center;
}
#oc section > div h3 sup {
	top: -0.9em;
	font-size: 55%;
}
#oc section > div h3 small {
	position: relative;
	top: -2px;
	font-size: 75%;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}
/* 設問 */
#oc .q-block .ans-block {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 296px;
	text-align: center;
}
#oc .q-block .answer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#oc .q-block .answer.flex-col {
	flex-direction: column;
}
#oc .q-block .answer li {
	display: block;
	width: 355px;
	min-height: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	border: 1px solid #323232;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
	cursor: pointer;
	opacity: 1;
	transition: opacity .2s ease;
}
#oc .q-block .answer li:hover {
	opacity: 0.5;
}
#oc .q-block .answer li.selected {
	background-color: #FFFAE7 !important;
	cursor: default;
	opacity: 1 !important;
}
#oc .q-block .answer.multi li.selected {
	cursor: pointer;
}
#oc .q-block .answer li small {
	font-size: 100%;
}
/* レベル選択 */
#oc .q-block .answer.level li {
	width: 93px;
	margin: 0 10px 15px 0;
	padding-top: 0;
	border: none;
	border-radius: 0;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.4px;
}
#oc .q-block .answer.level li.selected {
	background-color: transparent !important;
}
#oc .q-block .answer.level li:after {
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 16px;
	border: 1px solid #323232;
	border-radius: 20px;
	content: "";
}
#oc .q-block .answer.level li.selected:after {
	background-color: #FFFAE7;
}
/* アイコン */
#oc .q-block .answer.icon li {
	width: 125px;
	min-height: 70px;
	margin: 0 10px 20px;
	padding-top: 50px;
	font-size: 12px;
	background-repeat: no-repeat !important;
}
#oc .q-block .answer.icon li.dry {
	background: url(img/ic_dry.svg) 50% 16px;
	background-size: 15px 21px;
}
#oc .q-block .answer.icon li.shiny {
	background: url(img/ic_shiny.svg) 50% 16px;
	background-size: 21px 23px;
}
#oc .q-block .answer.icon li.pores {
	background: url(img/ic_pores.svg) 50% 20px;
	background-size: 18px 16px;
}
#oc .q-block .answer.icon li.rough {
	background: url(img/ic_rough.svg) 50% 25px;
	background-size: 21px 8px;
}
#oc .q-block .answer.icon li.acne {
	background: url(img/ic_acne.svg) 50% 21px;
	background-size: 18px 15px;
}
#oc .q-block .answer.icon li.transparency {
	background: url(img/ic_transparency.svg) 50% 15px;
	background-size: 22px 22px;
}
#oc .q-block .answer.icon li.spot {
	background: url(img/ic_spot.svg) 50% 19px;
	background-size: 59px 18px;
}
#oc .q-block .answer.icon li.bag {
	background: url(img/ic_bag.svg) 50% 20px;
	background-size: 16px 17px;
}
#oc .q-block .answer.icon li.wrinkle {
	background: url(img/ic_wrinkle.svg) 50% 20px;
	background-size: 22px 16px;
}
#oc .q-block .answer.icon li.slack {
	background: url(img/ic_slack.svg) 50% 22px;
	background-size: 24px 7px;
}
#oc .q-block .answer.icon li.swelling {
	background: url(img/ic_swelling.svg) 50% 17px;
	background-size: 21px 20px;
}
#oc .q-block .answer.icon li.air-dry {
	padding-top: 40px;
	background: url(img/ic_air_dry.svg) 50% 14px;
	background-size: 27px 19px;
	line-height: 1.1;
}
#oc .q-block .answer.icon li.pollen {
	background: url(img/ic_pollen.svg) 50% 18px;
	background-size: 20px 18px;
}
#oc .q-block .answer.icon li.air-pollution {
	background: url(img/ic_air_pollution.svg) 50% 22px;
	background-size: 27px 14px;
}
#oc .q-block .answer.icon li.uv {
	background: url(img/ic_uv.svg) 50% 15px;
	background-size: 24px 24px;
}
#oc .q-block .answer.icon li.meal {
	padding-top: 40px;
	background: url(img/ic_meal.svg) 50% 10px;
	background-size: 20px 24px;
	line-height: 1.1;
}
#oc .q-block .answer.icon li.sleep {
	background: url(img/ic_sleep.svg) 50% 19px;
	background-size: 24px 16px;
}
#oc .q-block .answer.icon li.stress {
	background: url(img/ic_stress.svg) 50% 17px;
	background-size: 10px 24px;
}
#oc .q-block .answer.icon li.dullness {
	background: url(img/ic_dullness.svg) 50% 18px;
	background-size: 37px 15px;
}
#oc .q-block .answer.icon li.exercise {
	background: url(img/ic_exercise.svg) 50% 22px;
	background-size: 31px 12px;
}
/* 回答リスト */
#oc .q-block .answer-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 21px;
}
#oc .q-block .answer-list p {
	padding-left: 1em;
	line-height: 1.4;
	text-align: justify;
	text-indent: -1em;
	letter-spacing: 0.4px;
}
#oc .q-block .answer-list p small {
	font-size: 12px;
}
#oc .q-block .answer-list ul {
	display: flex;
	justify-content: space-between;
	flex: 0 0 auto;
	width: 126px;
	margin-left: 20px;
}
#oc .q-block .answer-list li {
	position: relative;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}
#oc .q-block .answer-list li.checked {
	opacity: 1 !important;
	cursor: default;
	pointer-events: none;
}
#oc .q-block .answer-list li span {
	overflow: hidden;
	display: block;
	width: 36px;
	height: 26px;
	background: url(img/checkmark.png) no-repeat 100% 50%;
	text-indent: 100%;
	white-space: nowrap;
	transition: opacity .2s ease;
}
#oc .q-block .answer-list li:hover span {
	opacity: 0.5;
}
#oc .q-block .answer-list li.checked span {
	background-position: 0 50%;
}
#oc .q-block .ans-block .answer-list li::before {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
	cursor: default;
	content: none;
}
#oc .q-block .ans-block .answer-list:first-of-type li.yes::before {
	content: "はい";
}
#oc .q-block .ans-block .answer-list:first-of-type li.no::before {
	content: "いいえ";
}
/* スライダー */
#oc .oc-range-block dt {
	width: 85px;
	padding: 33px 0 15px;
	font-size: 15px;
	text-align: left;
}
#oc .oc-slider-range {
	position: relative;
	width: 300px;
	height: 53px;
	padding: 33px 0 0;
	font-size: 15px;
}
#oc .oc-slider-range span {
	position: absolute;
	top: 0;
	font-size: 12px;
	text-align: left;
}
#oc .oc-slider-range span:first-child {
	left: 0;
	color: rgb(50,50,50);
}
#oc .oc-slider-range span:last-child {
	right: 0;
	color: rgb(235,235,235);
	text-align: right;
}
#oc .oc-slider-range .oc-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 20px;
	border: 1px solid #323232;
	border-radius: 10px;
	cursor: pointer;
}
#oc .oc-slider-range .oc-slider .oc-range {
	position: absolute;
	top: 0;
	left: -1px;
	width: 0%;
	height: 100%;
	border-right: 1px solid #323232;
	background-color: #fffae7;
}
#oc .oc-slider-range .oc-slider .oc-handle {
	position: absolute;
	top: 0;
	left: 0%;
	bottom: 0;
	width: 30px;
	height: inherit;
	margin: auto 0;
	cursor: col-resize;
}
/* 次へ、戻る */
#oc section > nav {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 1px;
}
#oc section.result > nav {
	display: none;
}
#oc section nav ul {
	display: flex;
	flex-direction: row-reverse;
}
#oc section nav li {
	height: 40px;
	margin-left: 15px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	opacity: 1;
	transition: opacity .2s ease;
}
#oc section nav li:hover {
	opacity: 0.5;
}
/* 次へ */
#oc section nav li.next {
	width: 170px;
	border-color: #EBEBEB;
	color: #EBEBEB;
	cursor: default;
	opacity: 1 !important;
}
#oc section nav li.next.possible {
	border-color: #323232;
	color: #323232;
	cursor: pointer;
}
#oc section nav li.next.possible:hover {
	opacity: 0.5 !important;
}
/* 前へ */
#oc section nav li.prev {
	width: 85px;
	border-color: #646464;
	color: #646464;
}
/* TOPへ */
#oc section nav li.to-top {
	width: 40px;
	margin-left: 0;
	border-color: #969696;
	border-radius: 50%;
	color: #969696;
	font-size: 11px;
}

/*
 * タイトル
 */
#oc h1 {
	margin: 0 auto;
	padding: 25px 0 10px;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}
#oc h1 small {
	color: #646464;
	font-size: 14px;
}

/*
 *トップ
 */
#oc #oc-top {
	height: auto;
	text-align: center;
	opacity: 1;
	transition: opacity .5s linear;
}
#oc #oc-top.invisible {
	visibility: hidden;
	opacity: 0;
}
#oc #oc-top p {
	margin-bottom: 42px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1px;
}
#oc #oc-top div.illust {
	overflow: hidden;
	display: block;
	position: relative;
	width: 698px;
	height: 142px;
	margin: 0 auto;
	padding-top: 0;
}
#oc #oc-top div.illust:after {
	content: none;
}
#oc #oc-top div.illust div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: repeat-x 0 0;
	transition: opacity 1s ease;
}
#oc #oc-top div.illust div.sc {
	width: 1408px;
	background-image: url(img/illust_products.png);
	opacity: 1;
	animation: oc-illust-sc-scroll 20s linear 0s infinite;
}
#oc #oc-top nav {
	position: static;
	width: 100%;
}
#oc #oc-top nav ul {
	flex-direction: row;
	justify-content: center;
	margin: 59px auto 0;
}
#oc #oc-top nav li {
	width: 170px;
	margin: 0 20px;
	border-color: #323232;
	cursor: default;
}
#oc #oc-top a {
	display: block;
	height: 100%;
}
#oc #oc-top nav p {
	margin: 26px 0 0;
	font-size: 12px;
}
#oc #oc-top nav p a {
	display: inline;
}

/*
 * スキンケア編
 */
/* Q1、Q2共通 */
#oc #sc-q1 .ans-block,
#oc #sc-q2 .ans-block {
	padding: 100px 0 0 50%;
	background: url(img/cheek.png) no-repeat 176px 49px;
}
/* Q3 */
#oc #sc-q3 {
	position: relative;
	height: auto;
	padding-bottom: 77px;
}
#oc #sc-q3 .ans-block {
	position: static;
	height: auto;
	padding-top: 55px;
}
#oc #sc-q3 .answer {
	width: 580px;
}
/* Q4 */
#oc #sc-q4 {
	position: relative;
	height: auto;
	padding-bottom: 57px;
}
#oc #sc-q4 .ans-block {
	position: static;
	height: auto;
	padding-top: 27px;
	padding-bottom: 104px;
	background: url(img/item.png) no-repeat 50% 100%;
}
#oc #sc-q4 .answer {
	width: 720px;
}
#oc #sc-q4 .answer li {
	width: 160px;
	margin: 0 10px 20px;
	padding-top: 9px;
	font-size: 16px;
}
/* Q5 */
#oc #sc-q5 .ans-block {
	padding-top: 19px;
}
#oc #sc-q5 .answer {
	justify-content: center;
}
#oc #sc-q5 .answer li {
	position: relative;
	width: 86px;
	margin: 169px 55px 0;
}
#oc #sc-q5 .answer li:before {
	position: absolute;
	top: -169px;
	left: 0;
	width: 100%;
	padding-top: 137px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 39px 125px;
	font-size: 15px;
}
#oc #sc-q5 .answer li.sensitive:before {
	background-image: url(img/bottle_sensitive.svg);
	content: "sensitive";
}
#oc #sc-q5 .answer li.standard:before {
	background-image: url(img/bottle_standard.svg);
	content: "standard";
}
/* Q6 */
#oc #sc-q6 .ans-block {
	padding-top: 38px;
}
#oc #sc-q6 .answer {
	width: 580px;
}
/* Q7、Q8共通 */
#oc #sc-q7 .answer,
#oc #sc-q8 .answer {
	justify-content: center;
}
#oc #sc-q7 .answer li,
#oc #sc-q8 .answer li {
	position: relative;
	width: 85px;
	margin: 0 56px;
}
#oc #sc-q7 .answer li:before,
#oc #sc-q8 .answer li:before {
	position: absolute;
	top: -162px;
	left: -35px;
	width: 152px;
	height: 152px;
	background: no-repeat 50% 0;
	background-size: 100% auto;
	content: "";
}
/* Q7 */
#oc #sc-q7 h3 small {
	letter-spacing: 0.8px;
}
#oc #sc-q7 .ans-block {
	padding-top: 35px;
}
#oc #sc-q7 .answer li {
	margin-top: 152px;
}
#oc #sc-q7 .answer li:nth-child(1):before {
	background-image: url(img/uv_yes.png);
}
#oc #sc-q7 .answer li:nth-child(2):before {
	background-image: url(img/uv_no.png);
}
/* Q8 */
#oc #sc-q8 .ans-block {
	padding-top: 25px;
}
#oc #sc-q8 .answer li {
	margin-top: 162px;
}
#oc #sc-q8 .answer li:nth-child(1):before {
	background-image: url(img/cold_yes.png);
}
#oc #sc-q8 .answer li:nth-child(2):before {
	background-image: url(img/cold_no.png);
}

/*
 * 結果ページ
 */
#oc .result-block {
	display: none;
	position: relative;
	height: auto;
	text-align: center;
}
#oc .result-block.show {
	display: block;
	animation: oc-show .5s ease;
}
#oc .result-block h3 {
	padding: 0 125px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
#oc .result-block h3 span.num {
	top: 0;
}
#oc .result-block h3 b {
	display: block;
	position: relative;
	font-weight: normal;
	text-align: center;
}
#oc .result-block h3 b small {
	position: absolute;
	top: 0.25em;
	left: 0;
	font-size: 70%;
}
#oc .result-block h4 {
	margin: 0 0 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #323232;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#oc .result-block p {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}
#oc .result-block > div {
	padding: 68px 20px 0;
	font-feature-settings: "palt";
}
/* 肌状態 */
#oc .result-block .status {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 55px;
}
#oc .result-block .status .skin {
	flex: 0 0 auto;
	width: 216px;
	height: 216px;
	margin: 0 43px 3px 10px;
	background: no-repeat 50% 50%;
	background-size: contain;
}
#oc .result-block .status.sensitive .skin {
	margin-left: 30px;
}
#oc .result-block .status .skin.type1 {
	background-image: url(img/result_type1_skin.jpg);
}
#oc .result-block .status .skin.type2 {
	background-image: url(img/result_type2_skin.jpg);
}
#oc .result-block .status .skin.type3 {
	background-image: url(img/result_type3_skin.jpg);
}
#oc .result-block .status .skin.type4 {
	background-image: url(img/result_type4_skin.jpg);
}
#oc .result-block .status .desc {
	width: 343px;
}
#oc .result-block .status.sensitive .desc {
	width: 363px;
}
#oc .result-block .status .desc ul {
	display: flex;
	margin-bottom: 25px;
}
#oc .result-block .status .desc li {
	width: 100px;
	height: 100px;
	background: no-repeat 50% 50%;
}
#oc .result-block .status .desc li.uv {
	margin: 0 50px 0 56px;
	background-image: url(img/uv_yes_result.png);
}
#oc .result-block .status .desc li.uv.no {
	background-image: url(img/uv_no_result.png);
}
#oc .result-block .status .desc li.cold {
	background-image: url(img/cold_yes_result.png);
}
#oc .result-block .status .desc li.cold.no {
	background-image: url(img/cold_no_result.png);
}
#oc .result-block .status .desc p span {
	display: block;
}
/* ポイント */
#oc .result-block .point {
	margin-bottom: 28px;
}
#oc .result-block .point ul {
	display: inline-block;
	padding: 0 10px;
}
#oc .result-block .point li {
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	text-indent: -1em;
}
#oc .result-block .point li:before {
	font-feature-settings: normal;
	content: "・";
}
/* レシピ */
#oc .result-block .recipe {
	margin-bottom: 50px;
}
#oc .result-block .recipe:after {
	display: block;
	width: 530px;
	height: 245px;
	margin: 40px auto 0;
	background: url(img/recipe.png) no-repeat 50% 0;
	content: "";
}
#oc .result-block .recipe p {
	padding: 0 10px;
	text-align: justify;
}
/* ナビ */
#oc .result-block nav {
	width: 544px;
	margin: 0 auto;
	text-align: center;
}
#oc .result-block nav ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
#oc .result-block nav li {
	width: 256px;
	height: 44px;
	margin: 0 8px 16px;
	border-color: #323232;
	line-height: 42px;
	cursor: default;
}
#oc .result-block nav li a {
	display: block;
	width: 100%;
	height: 100%;
}
#oc .result-block nav li button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: inherit;
	font-size: 100%;
	opacity: 1 !important;
	transition: none;
}
#oc .result-block nav p.to-top {
	width: 44px;
	height: 44px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 0.8px;
}
#oc .result-block nav p.to-top a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px 0 0 1.5px;
	border: 1px solid #969696;
	border-radius: 50%;
	color: #969696;
	text-decoration: none;
	opacity: 1;
	transition: opacity .2s ease;
}
#oc .result-block nav p.to-top a:hover {
	opacity: 0.5;
}
/* スキンケア編 */
#oc #oc-sc .result-block:after {
	background-position: 1px 0;
}


/*-----
 *  Mobile Layout: ～768px
 */
@media screen and (max-width: 768px) {
	#oc {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#oc .oc-wrap {
		max-width: none;
	}
	#oc .pc-none {
		display: block;
	}
	#oc br.pc-none {
		display: inline;
	}
	#oc .sp-none {
		display: none;
	}

	#oc section {
		min-height: 0;
	}
	#oc section.result {
		overflow: hidden;
	}
	#oc #oc-sc {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* ヘッダー */
	#oc section header {
		padding: 0 5px 9px;
	}
	/* 設問、結果 */
	#oc section > div {
		position: relative;
		height: auto;
		padding-top: 24px;
	}
	#oc section > div:after {
		top: -23px;
		right: 7px;
		width: 79px;
		height: 6px;
		background-image: url(img/sp_at.png);
		background-size: 149px auto;
	}
	#oc section > div h3 {
		display: inline-block;
		position: static;
		padding-left: 0;
		font-size: 14.5px;
		font-size: 3.87vw;
		line-height: 1.5;
		text-align: left;
		vertical-align: top;
	}
	#oc section > div h3 span.num {
		top: -33px;
		left: 0;
		right: 0;
		width: 3em;
		margin: 0 auto;
	}
	#oc section > div h3 small {
		letter-spacing: 0.8px;
	}
	/* 設問 */
	#oc .q-block {
		height: auto;
		min-height: 394px;
		text-align: center;
	}
	#oc .q-block .ans-block {
		position: relative;
		height: auto;
	}
	#oc .q-block .answer li {
		width: 100%;
		min-height: 35px;
		margin-bottom: 15px;
		padding-top: 9px;
		transition: none;
	}
	#oc .q-block .answer li:hover {
		opacity: 1;
	}
	#oc .q-block .answer li:focus {
		background-color: #FFFAE7 !important;
	}
	#oc .q-block .answer li small {
		font-size: 95%;
	}
	/* レベル選択 */
	#oc .q-block .answer.level {
		padding: 0 4px;
	}
	#oc .q-block .answer.level li {
		width: 25%;
		margin: 0;
		font-size: 10.5px;
		font-size: 2.8vw;
	}
	#oc .q-block .answer.level li:after {
		width: 90%;
		height: 22.5px;
		margin: 13px auto 0;
		border-radius: 22.5px;
	}
	/* アイコン */
	#oc .q-block .answer.icon li {
		width: 46%;
		min-height: 45px;
		margin: 0 2% 15px;
		padding: 13px 0 0 40px;
		font-size: 14px;
	}
	#oc .q-block .answer.icon li.dry {
		background-position: 19px 50%;
		background-size: 17px 23px;
	}
	#oc .q-block .answer.icon li.shiny {
		background-position: 14px 50%;
		background-size: 23px 25px;
	}
	#oc .q-block .answer.icon li.pores {
		background-position: 16px 50%;
		background-size: 20px 18px;
	}
	#oc .q-block .answer.icon li.rough {
		background-position: 16px 50%;
		background-size: 22px 9px;
	}
	#oc .q-block .answer.icon li.acne {
		background-position: 16px 50%;
		background-size: 20px 18px;
	}
	#oc .q-block .answer.icon li.transparency {
		background-position: 13px 50%;
		background-size: 24px 24px;
	}
	#oc .q-block .answer.icon li.spot {
		background-position: 12px 50%;
		background-size: 30px 10px;
	}
	#oc .q-block .answer.icon li.bag {
		background-position: 18px 50%;
		background-size: 18px 20px;
	}
	#oc .q-block .answer.icon li.wrinkle {
		background-position: 15px 50%;
		background-size: 23px 17px;
	}
	#oc .q-block .answer.icon li.slack {
		background-position: 14px 50%;
		background-size: 26px 8px;
	}
	#oc .q-block .answer.icon li.swelling {
		background-position: 17px 50%;
		background-size: 21px 20px;
	}
	#oc .q-block .answer.icon li.air-dry {
		padding-top: 7px;
		background-position: 10px 50%;
		background-size: 32px 22px;
		line-height: 1.2;
		font-feature-settings: "palt";
	}
	#oc .q-block .answer.icon li.pollen {
		background-position: 14px 50%;
		background-size: 23px 22px;
	}
	#oc .q-block .answer.icon li.air-pollution {
		background-position: 12px 50%;
		background-size: 32px 17px;
	}
	#oc .q-block .answer.icon li.uv {
		background-position: 13px 50%;
		background-size: 26px 26px;
	}
	#oc .q-block .answer.icon li.meal {
		padding-top: 7px;
		background-position: 16px 50%;
		background-size: 22px 26px;
		line-height: 1.2;
		font-feature-settings: "palt";
	}
	#oc .q-block .answer.icon li.sleep {
		background-position: 16px 50%;
		background-size: 25px 17px;
	}
	#oc .q-block .answer.icon li.stress {
		background-position: 21px 50%;
		background-size: 12px 26px;
	}
	#oc .q-block .answer.icon li.dullness {
		background-position: 18px 50%;
		background-size: 26px 10px;
	}
	#oc .q-block .answer.icon li.exercise {
		background-position: 11px 50%;
		background-size: 31px 12px;
	}
	/* 回答リスト */
	#oc .q-block .answer-list {
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 23px;
	}
	#oc .q-block .answer-list p {
		align-self: flex-start;
		font-size: 14.5px;
		font-size: 3.87vw;
		line-height: 1.25;
		letter-spacing: 0.3px;
		font-feature-settings: "palt";
	}
	#oc .q-block .answer-list p small {
		font-size: 10.5px;
		font-size: 2.8vw;
	}
	#oc .q-block .answer-list ul {
		width: 119px;
		margin: 31px 0 0;
	}
	#oc .q-block .answer-list li {
		font-size: 10.5px;
	}
	#oc .q-block .answer-list li span {
		width: 32px;
		height: 23px;
		background-image: url(img/sp_checkmark.png);
		background-size: auto 23px;
		transition: none;
		opacity: 1 !important;
	}
	#oc .q-block .ans-block .answer-list li::before {
		top: -17px;
		left: 0;
		right: 0;
		width: auto;
		margin: 0 auto;
		white-space: nowrap;
	}
	#oc .q-block .ans-block .answer-list li.yes::before {
		content: "はい";
	}
	#oc .q-block .ans-block .answer-list li.no::before {
		content: "いいえ";
	}
	/* スライダー */
	#oc .oc-range-block {
		overflow: visible;
		padding: 0 7px;
	}
	#oc .oc-range-block:after {
		clear: both;
		display: block;
		content: "";
	}
	#oc .oc-range-block dt {
		clear: left;
		float: left;
		width: 24%; /* 158/660 */
		padding: 25px 0 15px;
		font-size: 14px;
	}
	#oc .oc-slider-range {
		width: 76%; /* 502/660 */
		height: 48px;
		padding: 25px 0;
		font-size: 14px;
	}
	#oc .oc-slider-range span {
		top: -3px;
		font-size: 10.5px;
	}
	#oc .oc-slider-range .oc-slider {
		height: 23px;
		border-radius: 12px;
	}
	#oc .oc-slider-range .oc-slider .oc-handle {
		width: 40px;
	}
	/* 次へ、戻る */
	#oc section > nav {
		position: static;
		padding: 0 7px;
	}
	#oc section nav ul {
		margin: 0 auto;
	}
	#oc section nav li {
		height: 45px;
		margin-left: 17px;
		font-size: 16px;
		line-height: 43px;
		transition: none;
	}
	#oc section nav li:hover {
		opacity: 1;
	}
	/* 次へ */
	#oc section nav li.next {
		flex-grow: 3;
		width: 180px;
	}
	#oc section nav li.next.possible:hover {
		opacity: 1 !important;
	}
	/* 前へ */
	#oc section nav li.prev {
		flex: 2 0 auto;
		width: 70px;
	}
	/* TOPへ */
	#oc section nav li.to-top {
		flex: 0 0 auto;
		width: 45px;
		font-size: 12px;
	}
	
	/*
	 * タイトル
	 */
	#oc h1 {
		padding: 12px 0 15px;
	}
	
	/*
	 *トップ
	 */
	#oc #oc-top p {
		margin-bottom: 55px;
		line-height: 1.75;
	}
	#oc #oc-top div.illust {
		width: 100%;
		max-width: 2664px;
		height: 117px;
		margin-bottom: 48px;
	}
	#oc #oc-top div.illust div.sc {
		width: 2324px;
		background-image: url(img/sp_illust_products.png);
		background-size: 581px 116px;
		opacity: 1 !important;
		animation: sp-oc-illust-scroll 35s linear 0s infinite;
	}
	#oc #oc-top nav ul {
		flex-direction: column;
		margin: 0 auto;
	}
	#oc #oc-top nav li {
		width: 205px;
		margin: 0 auto 10px;
	}
	#oc #oc-top nav p {
		margin-top: 5px;
	}
	#oc #oc-top nav p.sup {
		margin-top: 15px;
	}
	
	/*
	 * スキンケア編
	 */
	/* Q1、Q2共通 */
	#oc #sc-q1 .ans-block,
	#oc #sc-q2 .ans-block {
		padding: 0;
		background: none;
	}
	#oc #sc-q1 .ans-block:before,
	#oc #sc-q2 .ans-block:before {
		display: block;
		width: 111px;
		height: 154px;
		margin: 51px auto 32px;
		background: url(img/sp_cheek.png) no-repeat 50% 0;
		background-size: contain;
		content: "";
	}
	/* Q2 */
	#oc #sc-q2 .ans-block:before {
		margin-top: 30px;
	}
	/* Q3 */
	#oc #sc-q3 {
		padding-bottom: 7px;
	}
	#oc #sc-q3 .ans-block {
		padding-top: 12px;
	}
	#oc #sc-q3 .answer {
		width: 100%;
	}
	/* Q4 */
	#oc #sc-q4 {
		padding-bottom: 15px;
	}
	#oc #sc-q4 .ans-block {
		padding-top: 30px;
		padding-bottom: 0;
		background: none;
	}
	#oc #sc-q4 .ans-block:after {
		display: block;
		width: 280px;
		height: 77px;
		margin: 14px auto 0;
		background: url(img/sp_item.png) no-repeat 50% 0;
		background-size: 100% auto;
		content: "";
	}
	#oc #sc-q4 .answer {
		width: 100%;
	}
	#oc #sc-q4 .answer li {
		width: 46%;
		margin: 0 2% 15px;
		font-size: 14px;
	}
	/* Q5 */
	#oc #sc-q5 .ans-block {
		overflow: hidden;
		padding-top: 68px;
	}
	#oc #sc-q5 .answer {
		flex-wrap: nowrap;
	}
	#oc #sc-q5 .answer li {
		width: 90px;
		margin: 184px 35px 0;
	}
	#oc #sc-q5 .answer li:before {
		top: -184px;
		padding-top: 150px;
		background-size: 43px 140px;
		font-size: 14px;
	}
	/* Q6 */
	#oc #sc-q6 .ans-block {
		padding-top: 42px;
	}
	#oc #sc-q6 .answer {
		width: 100%;
	}
	/* Q7、Q8共通 */
	#oc #sc-q7 .ans-block,
	#oc #sc-q8 .ans-block {
		overflow: hidden;
	}
	#oc #sc-q7 .answer,
	#oc #sc-q8 .answer {
		flex-wrap: nowrap;
	}
	#oc #sc-q7 .answer li,
	#oc #sc-q8 .answer li {
		width: 90px;
		margin: 0 35px;
	}
	#oc #sc-q7 .answer li:before,
	#oc #sc-q8 .answer li:before {
		left: -32px;
		width: 158px;
		height: 158px;
	}
	/* Q7 */
	#oc #sc-q7 h3 {
		padding: 0 22px;
	}
	#oc #sc-q7 h3 small {
		letter-spacing: 0.2px;
	}
	#oc #sc-q7 .ans-block {
		padding-top: 37px;
	}
	#oc #sc-q7 .answer li {
		margin-top: 176px;
	}
	#oc #sc-q7 .answer li:before {
		top: -177px;
	}
	/* Q8 */
	#oc #sc-q8 .ans-block {
		padding-top: 71px;
	}
	#oc #sc-q8 .answer li {
		margin-top: 181px;
	}
	#oc #sc-q8 .answer li:before {
		top: -182px;
		left: -34px;
	}
	
	/*
	 * 結果ページ
	 */
	#oc .result-block {
		padding-top: 26px;
		text-align: left;
	}
	#oc .result-block h3 {
		display: block;
		margin-bottom: 40px;
		padding: 0;
		line-height: 1.2;
		text-align: center;
		white-space: normal;
	}
	#oc .result-block h3 span.num {
		top: -56px;
	}
	#oc .result-block h3 b small {
		display: block;
		position: static;
		margin: 0 0 30px;
		font-size: 75%;
		vertical-align: bottom;
	}
	#oc .result-block h4 {
		margin: 0 0 14px;
		padding-bottom: 2px;
		font-size: 15px;
	}
	#oc .result-block p {
		line-height: 1.85;
	}
	#oc .result-block > div {
		padding: 0;
	}
	/* 肌状態 */
	#oc .result-block .status {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 40px;
		padding: 0;
		background-image: none !important;
	}
	#oc .result-block .status .skin {
		width: 165px;
		height: 165px;
		margin: 0 0 30px;
		border-radius: 3px;
	}
	#oc .result-block .status.sensitive .skin {
		margin-left: 0;
	}
	#oc .result-block .status .desc {
		width: auto !important;
	}
	#oc .result-block .status .desc ul {
		justify-content: center;
		margin: 0 0 30px 10px;
	}
	#oc .result-block .status .desc li {
		margin: 0 13px !important;
		background-size: 111px auto;
	}
	#oc .result-block .status .desc li.uv {
		background-image: url(img/uv_yes.png);
	}
	#oc .result-block .status .desc li.uv.no {
		background-image: url(img/uv_no.png);
	}
	#oc .result-block .status .desc li.cold {
		background-image: url(img/cold_yes.png);
	}
	#oc .result-block .status .desc li.cold.no {
		background-image: url(img/cold_no.png);
	}
	#oc .result-block .status .desc p {
		padding: 0 12px;
	}
	/* ポイント */
	#oc .result-block .point {
		margin-bottom: 38px;
	}
	#oc .result-block .point ul {
		display: block;
		margin-left: -3px;
		padding: 0;
	}
	#oc .result-block .point li {
		line-height: 1.85;
		text-align: justify;
	}
	/* レシピ */
	#oc .result-block .recipe {
		margin-bottom: 42px;
	}
	#oc .result-block .recipe:after {
		width: 100%;
		max-width: 330px;
		height: 153px;
		margin-top: 46px;
		background-image: url(img/sp_recipe.png);
		background-size: contain;
	}
	#oc .result-block .recipe p {
		padding: 0;
	}
	/* ナビ */
	#oc .result-block nav {
		width: auto;
	}
	#oc .result-block nav ul {
		flex-direction: column;
		padding: 0 7px;
	}
	#oc .result-block nav li {
		order: 0 !important;
		width: 100%;
		margin: 0 0 15px;
		white-space: normal;
	}
	#oc .result-block nav p.to-top {
		margin-top: 3px;
	}
} /* Mobile Layout */
