@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Barlow+Semi+Condensed:400,600&display=swap);

/* ----------------------------------------------------------------
	reset
----------------------------------------------------------------- */
body,
h1,
h2,
h3,
p,
ul,
dl,
dd {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
h1,
h2,
h3,
em {
	font: inherit;
}
/* ----------------------------------------------------------------
	base(SP)
----------------------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	color: #666666;
	font-family: "Barlow Semi Condensed", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Droid Sans", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: calc(12 / 375 * 100vw);
	line-height: 1.5;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
img {
	vertical-align: middle;
	width: 100%;
}
.section:nth-child(odd) {
	background-color: #FBF0F4;
}
.inner {
	margin: 0 auto;
	max-width: 1280px;
}
.alphanumeric {
	font-size: 1.1em;
	line-height: 1;
	margin: 0 0.15em;
}
.kuchikomiPointDesc > p > .alphanumeric,
.publishRuleList dt .alphanumeric {
	margin-left: 0;
}
.publishRuleList dd .alphanumeric:first-child,
.publishRuleList dd .alphanumeric:last-child {
	margin: 0;
}
.methodItemTtl .alphanumeric {
	font-size: 1.2em;
}
.section:nth-of-type(2) {
	padding: calc(32 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
}
.section:nth-of-type(3) {
	padding: calc(30 / 375 * 100vw) 0;
}
/* header */
.header > .inner {
	padding: calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
}
.header > .inner > p {
	font-size: calc(10 / 375 * 100vw);
	margin-top: calc(4 / 375 * 100vw);
}
.beautyLink {
	display: flex;
	width: 88px;
}
.beautyLink:hover {
	opacity: 1;
}
/* kv */
.kvContents {
	background: url(../img/kv_sp.jpg) no-repeat bottom / contain;
	padding: calc(25 / 375 * 100vw) 0 calc(243 / 375 * 100vw);
	text-align: center;
}
.contensTtl {
	font-size: 0;
}
.contensTtl > h1 {
	color: #CC4466;
	display: inline-block;
	font-feature-settings: "palt";
	font-size: calc(27 / 375 * 100vw);
	font-weight: bold;
	letter-spacing: calc(1.2 / 375 * 100vw);
	line-height: 1;
	position: relative;
}
.contensTtl > h1::after {
	background-color: #FBE832;
	border-radius: 4px;
	content: "";
	display: block;
	height: calc(4 / 375 * 100vw);
	left: calc(-3 / 375 * 100vw);
	max-height: 4px;
	position: absolute;
	bottom: calc(-11 / 375 * 100vw);
	width: calc(100% + 6px);
}
.kuchikomiPointDesc {
	font-feature-settings: "palt";
	font-size: calc(14 / 375 * 100vw);
	font-weight: bold;
	letter-spacing: calc(1.2 / 375 * 100vw);
	margin-top: calc(31 / 375 * 100vw);
}
.kuchikomiPointDesc > p + p {
	margin-top: calc(6 / 375 * 100vw);
}
.noticeList {
	font-size: calc(10 / 375 * 100vw);
	font-weight: normal;
	margin-top: calc(6 / 375 * 100vw);
}
.noticeList > li::before {
	content: "※";
}
/* 口コミ平均点の算出方法について */
.sectionTtl {
	align-items: baseline;
	display: flex;
	font-feature-settings: "palt";
	font-size: calc(21 / 375 * 100vw);
	font-weight: bold;
	justify-content: center;
	letter-spacing: calc(-0.5 / 375 * 100vw);
}
.sectionTtl::before {
	background: url(../img/sub_ttl_left.png) no-repeat center / contain;
	margin-right: calc(3 / 375 * 100vw);
}
.sectionTtl::after {
	background: url(../img/sub_ttl_right.png) no-repeat center / contain;
	margin-left: calc(3 / 375 * 100vw);
}
.sectionTtl::before,
.sectionTtl::after {
	content: "";
	display: block;
	height: calc(17 / 375 * 100vw);
	max-height: 26px;
	max-width: 42px;
	width: calc(28 / 375 * 100vw);
}
.methodDesc {
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: calc(0.5 / 375 * 100vw);
	margin-top: calc(7 / 375 * 100vw);
	text-align: center;
}
.methodDesc > span:not(.alphanumeric) {
	display: block;
}
.methodItemList {
	margin-top: calc(26 / 375 * 100vw);
}
.methodItemList > li {
	position: relative;
}
.methodItemList > li + li {
	margin-top: calc(40 / 375 * 100vw);
}
.methodItemTtl {
	background-color: #FBF0F4;
	border-radius: 24.5px;
	font-size: calc(13 / 375 * 100vw);
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: calc(8 / 375 * 100vw) 0;
	text-align: center;
	white-space: nowrap;
	width: calc(238 / 375 * 100vw);
}
.methodItemList > li:first-child > .methodItemTtl {
	padding-top: calc(7 / 375 * 100vw);
}
.methodItemTtl > em {
	color: #CC4466;
	font-size: calc(20 / 375 * 100vw);
}
.methodItemImg {
	margin: calc(20 / 375 * 100vw) auto 0;
	width: calc(338 / 375 * 100vw);
}
.methodNote {
	color: #666666;
	font-size: calc(11 / 375 * 100vw);
	margin: calc(8 / 375 * 100vw) auto 0;
	text-align: right;
	width: calc(338 / 375 * 100vw);
}
.spdn {
	display: block;
}
.pcdn {
	display: none;
}
/* 口コミの掲載ルールについて */
.publishRuleList {
	margin-top: calc(20 / 375 * 100vw);
}
.publishRuleList > div {
	padding: 0 calc(20 / 375 * 100vw);
}
.publishRuleList > div + div {
	margin-top: calc(30 / 375 * 100vw);
}
.publishRuleList > div:first-child::before {
	background: url(../img/rule_img_1_sp.png) no-repeat center / contain;
	height: calc(160 / 375 * 100vw);
}
.publishRuleList > div:nth-of-type(2):before {
	background: url(../img/rule_img_2_sp.png) no-repeat center / contain;
	height: calc(124 / 375 * 100vw);
}
.publishRuleList > div:nth-of-type(3):before {
	background: url(../img/rule_img_3_sp.png) no-repeat center / contain;
	height: calc(165 / 375 * 100vw);
}
.publishRuleList > div:nth-of-type(4):before {
	background: url(../img/rule_img_4_sp.png) no-repeat center / contain;
	height: calc(132 / 375 * 100vw);
}
.publishRuleList > div::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: calc(174 / 375 * 100vw);
}
.publishRuleList > div > dt {
	font-feature-settings: "palt";
	font-size: calc(14 / 375 * 100vw);
	font-weight: bold;
	letter-spacing: calc(1.2 / 375 * 100vw);
	margin-top: calc(17 / 375 * 100vw);
}
.publishRuleList > div:first-child > dt {
	margin-top: calc(10 / 375 * 100vw);
}
.publishRuleList > div > dd {
	font-size: calc(12 / 375 * 100vw);
	line-height: 1.85;
	margin-top: calc(9 / 375 * 100vw);
}
.publishRuleList em {
	color: #CC4466;
}
.publishRuleList a {
	color: #4C4C80;
	text-decoration: underline;
}
/* footer */
.footer > .inner {
	font-family: "Noto Sans JP", sans-serif;
	padding: calc(16 / 375 * 100vw);
}
.footerMenu {
	color: #4C4C80;
	display: flex;
	flex-wrap: wrap;
	font-size: calc(10 / 375 * 100vw);
	gap: calc(12 / 375 * 100vw) calc(8 / 375 * 100vw);
	justify-content: center;
	margin: 0 auto;
	width: calc(240 / 375 * 100vw);
}
.footerMenu > li > a {
	position: relative;
	text-decoration: underline;
}
.footerMenu > li > a::after {
	content: "";
	height: calc(22 / 375 * 100vw);
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.companyLink {
	display: inline-flex;
	height: 27px;
	margin-top: calc(32 / 375 * 100vw);
	position: relative;
}
.companyLink:hover {
	opacity: 1;
}
.companyLink::after {
	content: "";
	height: 45px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.companyLink > img {
	height: 100%;
	width: auto;
}
/* ----------------------------------------------------------------
	PC
----------------------------------------------------------------- */
@media (min-width: 768px) {
	.section:first-child {
		background: -moz-linear-gradient(left, #FBF0F4, #F7EDEE);
		background: -webkit-linear-gradient(left, #FBF0F4, #F7EDEE);
		background: linear-gradient(to right, #FBF0F4, #F7EDEE);
	}
	.section:nth-of-type(2) {
		padding: calc(59 / 1280 * 100vw) 0 calc(90 / 1280 * 100vw);
	}
	.section:nth-of-type(3) {
		padding: calc(72 / 1280 * 100vw) 0 calc(73 / 1280 * 100vw);
	}
	/* header */
	.header > .inner {
		display: flex;
		padding: calc(12 / 1280 * 100vw) calc(98 / 1280 * 100vw);
	}
	.header > .inner > p {
		font-size: 10px;
		margin-left: calc(28 / 1280 * 100vw);
		margin-top: auto;
	}
	.beautyLink {
		width: 120px;
	}
	.spdn {
		display: none;
	}
	.pcdn {
		display: block;
	}
	/* kv */
	.kvContents {
		background: url(../img/kv.jpg) no-repeat right 0 / contain;
		padding: calc(57 / 1280 * 100vw) calc(740 / 1280 * 100vw) calc(60 / 1280 * 100vw) calc(100 / 1280 * 100vw);
		text-align: left;
	}
	.contensTtl > h1 {
		font-size: 27px;
		letter-spacing: calc(1.2 / 1280 * 100vw);
		margin-left: calc(-5 / 1280 * 100vw);
	}
	.contensTtl > h1::after {
		height: calc(8 / 1280 * 100vw);
		left: calc(-5 / 1280 * 100vw);
		max-height: 8px;
		bottom: calc(-16 / 1280 * 100vw);
		width: calc(100% + 10px);
	}
	.kuchikomiPointDesc {
		font-feature-settings: "palt";
		font-size: 12px;
		font-weight: bold;
		letter-spacing: calc(1.2 / 1280 * 100vw);
		margin-top: calc(45 / 1280 * 100vw);
	}
	.kuchikomiPointDesc > p + p {
		margin-top: calc(8 / 1280 * 100vw);
	}
	.noticeList {
		font-size: 10px;
		font-weight: bold;
		margin-top: calc(25 / 1280 * 100vw);
	}
	.noticeList > li::before {
		content: "※";
	}
	/* 口コミ平均点の算出方法について */
	.sectionTtl {
		font-size: 26px;
		letter-spacing: calc(0.5 / 1280 * 100vw);
	}
	.sectionTtl::before {
		margin-right: calc(3 / 1280 * 100vw);
	}
	.sectionTtl::after {
		margin-left: calc(3 / 1280 * 100vw);
	}
	.sectionTtl::before,
	.sectionTtl::after {
		height: calc(26 / 1280 * 100vw);
		max-height: 26px;
		max-width: 42px;
		width: calc(42 / 1280 * 100vw);
	}
	.methodDesc {
		font-size: 14px;
		letter-spacing: calc(0.5 / 1280 * 100vw);
		margin-top: calc(10 / 1280 * 100vw);
	}
	.methodDesc > span:not(.alphanumeric) {
		display: inline;
	}
	.methodItemList {
		display: flex;
		justify-content: center;
		margin-top: calc(50 / 1280 * 100vw);
	}
	.methodItemList > li + li {
		margin-left: calc(124 / 1280 * 100vw);
		margin-top: 0;
	}
	.methodItemTtl {
		font-size: calc(18 / 1280 * 100vw);
		max-width: 329px;
		padding: calc(10 / 1280 * 100vw) 0;
		width: calc(329 / 1280 * 100vw);
	}
	.methodItemList > li:first-child > .methodItemTtl {
		padding-top: calc(5 / 1280 * 100vw);
	}
	.methodItemTtl > em {
		font-size: calc(28 / 1280 * 100vw);
	}
	.methodItemImg {
		margin-top: calc(27 / 1280 * 100vw);
		max-width: 478px;
		width: calc(478 / 1280 * 100vw);
	}
	.methodNote {
		font-size: 10px;
		margin: calc(8 / 1280 * 100vw) 0 0;
		width: auto;
	}
	/* 口コミの掲載ルールについて */
	.publishRuleList {
		margin-top: calc(46 / 1280 * 100vw);
	}
	.publishRuleList > div {
		padding: 0 15% 0 37%;
		position: relative;
	}
	.publishRuleList > div + div {
		margin-top: calc(50 / 1280 * 100vw);
	}
	.publishRuleList > div:nth-of-type(4) {
		margin-top: calc(100 / 1280 * 100vw);
	}
	.publishRuleList > div:first-child::before {
		background: url(../img/rule_img_1.png) no-repeat center / contain;
		height: calc(200 / 1280 * 100vw);
		max-height: 200px;
	}
	.publishRuleList > div:nth-of-type(2):before {
		background: url(../img/rule_img_2.png) no-repeat center / contain;
		height: calc(156 / 1280 * 100vw);
		max-height: 156px;
		top: calc(8 / 1280 * 100vw);
	}
	.publishRuleList > div:nth-of-type(3):before {
		background: url(../img/rule_img_3.png) no-repeat center / contain;
		height: calc(208 / 1280 * 100vw);
		max-height: 208px;
	}
	.publishRuleList > div:nth-of-type(4):before {
		background: url(../img/rule_img_4.png) no-repeat center / contain;
		height: calc(168 / 1280 * 100vw);
		max-height: 168px;
		top: calc(21 / 1280 * 100vw);
	}
	.publishRuleList > div::before {
		display: block;
		left: calc(240 / 1280 * 100vw);
		max-width: 222px;
		position: absolute;
		width: calc(222 / 1280 * 100vw);
	}
	.publishRuleList > div > dt {
		font-size: 15px;
		letter-spacing: calc(1.2 / 1280 * 100vw);
		margin-top: 0;
	}
	.publishRuleList > div > dd {
		font-size: 12px;
		line-height: 1.85;
		margin-top: calc(9 / 1280 * 100vw);
	}
	.publishRuleList dt > span:not(.alphanumeric) {
		display: inline;
	}
	.publishRuleList dt > span > span {
		display: block;
	}
	/* footer */
	.footer > .inner {
		display: flex;
		flex-direction: row-reverse;
		font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", sans-serif;
		justify-content: space-between;
		padding: calc(16 / 1280 * 100vw) calc(98 / 1280 * 100vw) calc(32 / 1280 * 100vw);
	}
	.footerMenu {
		align-self: flex-start;
		flex-wrap: nowrap;
		font-size: 10px;
		gap: normal;
		justify-content: normal;
		line-height: 1.8;
		margin: 0;
		width: auto;
	}
	.footerMenu > li + li {
		border-left: 1px solid #E0E1E2;
		margin-left: calc(8 / 1280 * 100vw);
		padding-left: calc(8 / 1280 * 100vw);
	}
	.footerMenu > li > a {
		text-decoration: none;
	}
	.footerMenu > li > a::after {
		content: none;
	}
	.companyLink {
		margin-top: 0;
	}
}
@media (min-width: 1067px) {
	/* kv */
	.contensTtl > h1 {
		font-size: calc(42 / 1280 * 100vw);
	}
	.kuchikomiPointDesc {
		font-size: calc(18 / 1280 * 100vw);
	}
	.noticeList {
		font-size: calc(12 / 1280 * 100vw);
	}
	/* 口コミ平均点の算出方法について */
	.sectionTtl {
		font-size: calc(32 / 1280 * 100vw);
	}
	.methodDesc {
		font-size: calc(18 / 1280 * 100vw);
	}
	.methodNote {
		font-size: 11px;
	}
	/* 口コミの掲載ルールについて */
	.publishRuleList > div {
		padding: 0 calc(240 / 1280 * 100vw) 0 calc(505 / 1280 * 100vw);
	}
	.publishRuleList > div > dt {
		font-size: calc(20 / 1280 * 100vw);
	}
	.publishRuleList > div > dd {
		font-size: calc(14 / 1280 * 100vw);
	}
}
/* ----------------------------------------------------------------
	BreakPoint
----------------------------------------------------------------- */
@media (min-width: 1281px) {
	body {
		font-size: 12px;
	}
	.section:nth-of-type(2) {
		padding: 59px 0 90px;
	}
	.section:nth-of-type(3) {
		padding: 72px 0 73px;
	}
	/* header */
	.header > .inner {
		padding: 12px 98px;
	}
	.header > .inner > p {
		margin-left: 28px;
	}
	/* kv */
	.contensTtl > h1 {
		font-size: 42px;
		letter-spacing: 1.2px;
		margin-left: -5px;
	}
	.contensTtl > h1::after {
		left: -5px;
		bottom: -16px;
	}
	.kvContents {
		background-size: 842px;
		padding: 57px 740px 60px 100px;
	}
	.kuchikomiPointDesc {
		font-size: 18px;
		letter-spacing: 1.2px;
		margin-top: 45px;
	}
	.kuchikomiPointDesc > p + p {
		margin-top: 8px;
	}
	.noticeList {
		font-size: 12px;
		margin-top: 25px;
	}
	/* 口コミ平均点の算出方法について */
	.sectionTtl {
		font-size: 32px;
		letter-spacing: 0.5px;
	}
	.sectionTtl::before {
		margin-right: 3px;
	}
	.sectionTtl::after {
		margin-left: 3px;
	}
	.methodDesc {
		font-size: 18px;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}
	.methodItemList {
		margin-top: 50px;
	}
	.methodItemList > li + li {
		margin-left: 124px;
	}
	.methodItemTtl {
		font-size: 18px;
		padding: 10px 0;
	}
	.methodItemList > li:first-child > .methodItemTtl {
		padding-top: 5px;
	}
	.methodItemTtl > em {
		font-size: 28px;
	}
	.methodItemImg {
		margin-top: 27px;
	}
	.methodNote {
		margin: 8px 0 0;
	}
	/* 口コミの掲載ルールについて */
	.publishRuleList {
		margin-top: 46px;
	}
	.publishRuleList > div {
		padding: 0 240px 0 505px;
	}
	.publishRuleList > div + div {
		margin-top: 50px;
	}
	.publishRuleList > div:nth-of-type(4) {
		margin-top: 100px;
	}
	.publishRuleList > div:nth-of-type(2):before {
		top: 8px;
	}
	.publishRuleList > div:nth-of-type(4):before {
		top: 21px;
	}
	.publishRuleList > div::before {
		left: 240px;
	}
	.publishRuleList > div > dt {
		font-size: 20px;
		letter-spacing: 1.2px;
	}
	.publishRuleList > div > dd {
		font-size: 14px;
		margin-top: 9px;
	}
	/* footer */
	.footer > .inner {
		padding: 16px 98px 32px;
	}
	.footerMenu > li + li {
		margin-left: 8px;
		padding-left: 8px;
	}
}
