@charset "utf-8";

/* initialize */
.contents {
	margin-bottom: 0;
}
.contents__inr {
	margin-bottom: 0;
}
.contents__inr,
#main {
	width: 100%;
}
#newpurchaser a:link {
	text-decoration: none;
}
#newpurchaser * {
	box-sizing: border-box;
}

/* utility */
:root {
	--primary-color: #f7685e;
	--secondary-color: #ffe6d9;
}
.u-pc-d-n {
	display: none !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-emphasis {
	color: var(--primary-color);
	font-weight: 600 !important;
}

/* contents */
#newpurchaser .section-anchor {
	display: block;
	margin-top: -50px;
	padding-top: 50px;
}
#newpurchaser .bg-loading {
	display: inline-block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#newpurchaser .section-container {
	padding-top: 50px;
	padding-bottom: 60px;
}
#newpurchaser .section-container .section-container {
	padding-bottom: 40px;
}
#newpurchaser .section-container .section-container:last-child {
	padding-bottom: 0;
}
#newpurchaser .section-container[data-section-theme='theme01'] {
	background: #ffffef;
}
#newpurchaser .section-container[data-section-theme='theme02'] {
	padding-bottom: 45px;
	background: #e9faf8;
}
#newpurchaser .section-container[data-section-theme='theme03'] {
	background: #f8f8f8;
}
#newpurchaser .section-inner {
	max-width: 980px;
	margin: 0 auto;
}
#newpurchaser #howto-get .section-inner,
#newpurchaser #howto-use .section-inner {
	max-width: 500px;
}
#newpurchaser .title-sub {
	margin-bottom: 8px;
	color: #333;
	font-size: 15px;
	text-align: center;
}
#newpurchaser .title-lv2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#newpurchaser .title-lv2:not(:last-child) {
	margin-bottom: 25px;
}
[data-link-icon='arrow-r'] {
	display: inline-block;
	position: relative;
}
[data-link-icon='arrow-r']::before,
[data-link-icon='arrow-r']::after {
	position: absolute;
	top: calc(50% - .5px);
	right: 17px;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #000;
	transform-origin: calc(100% - .5px) 50%;
	content: '';
}
[data-link-icon='arrow-r']::before {
	transform: rotate(42deg);
}
[data-link-icon='arrow-r']::after {
	transform: rotate(-42deg);
}
#newpurchaser [class^='button-type'] {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
	height: 50px;
	margin: 0 auto;
	border-radius: 4px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
}
#newpurchaser .button-type-normal {
	border: 1px solid #ccc;
}
#newpurchaser .button-type-green {
	background: #2db6aa;
	color: #fff;
}
#newpurchaser .button-type-orange {
	background: #ff6c1d;
	color: #fff;
}
#newpurchaser .button-type-black {
	background: #333;
	color: #fff;
}
#newpurchaser .button-type-white {
	background: #fff;
	color: #333;
}
#newpurchaser .button-type-white:not(.border):hover {
	background: #b3b3b3;
	opacity: 1;
}
#newpurchaser .button-type-white.border {
	border: 1px solid #aaa;
}
#newpurchaser .button-type-green[data-link-icon='arrow-r']::before,
#newpurchaser .button-type-green[data-link-icon='arrow-r']::after,
#newpurchaser .button-type-orange[data-link-icon='arrow-r']::before,
#newpurchaser .button-type-orange[data-link-icon='arrow-r']::after,
#newpurchaser .button-type-black[data-link-icon='arrow-r']::before,
#newpurchaser .button-type-black[data-link-icon='arrow-r']::after {
	background-color: #fff;
}
#newpurchaser .button-type-white[data-link-icon='arrow-r']::before,
#newpurchaser .button-type-white[data-link-icon='arrow-r']::after {
	background-color: #333;
}
#newpurchaser .header {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 470px;
	background: linear-gradient(to right, #ff6713, #ff955a);
}
#newpurchaser .header-image {
	display: block;
	width: 648px;
	height: 418px;
}
#newpurchaser .floating-nav {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}
#newpurchaser .floating-nav-list {
	display: flex;
	justify-content: center;
	width: 600px;
	height: 49px;
	margin: 0 auto;
}
#newpurchaser .floating-nav-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 14px 16px 0;
}
#newpurchaser .floating-nav-link.is-current {
	font-weight: bold;
}
#newpurchaser .floating-nav-link.is-current::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	content: '';
}
#newpurchaser .section-title-inner {
	position: relative;
}
#newpurchaser .icon-num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 19px;
	height: 19px;
	margin: 0 9px 0 4px;
	border-radius: 50px;
	background: #ff6c1c;
}
#newpurchaser .icon-num.green {
	background: #2db6aa;
}
#newpurchaser .icon-num img {
	overflow: hidden;
}

/* howto-get */
#newpurchaser .section-title-wrap:empty {
	margin-bottom: -30px;
}
#newpurchaser .howto-get-list,
#newpurchaser .howto-use-list {
	margin-top: 30px;
}
#newpurchaser .howto-get-list-heading,
#newpurchaser .howto-use-list-heading {
	margin-bottom: 11px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#newpurchaser .howto-get-list-heading em {
	color: #ff6c1c;
}
#newpurchaser .howto-get-list-link {
	display: block;
}
#newpurchaser .howto-get-list-image {
	display: block;
	width: 500px;
	height: 253px;
	margin: 24px auto;
}
#newpurchaser .howto-get-plus {
	position: relative;
	height: 16px;
	margin: 26px 0 32px;
}
#newpurchaser .icon-plus {
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	width: 16px;
	height: 2px;
	margin: auto;
	border-radius: 2px;
	background: currentColor;
	color: #ff6c1c;
}
#newpurchaser .icon-plus::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: inherit;
	transform: rotate(90deg);
	content: '';
}
#newpurchaser .howto-get-list-caption {
	margin-top: 14px;
	font-size: 12px;
	text-align: center;
}
#newpurchaser .howto-get-list-notes {
	margin-top: 18px;
	color: #888;
	font-size: 11px;
	line-height: 1.8;
}
#newpurchaser .howto-get-list-notes a {
	color: inherit;
	text-decoration: underline;
}

/* howto-use */
#newpurchaser .howto-use-list-heading em {
	color: #2db6aa;
}
#newpurchaser .howto-use-list li:nth-of-type(3) .howto-use-list-heading em {
	padding-left: 100px;
}
#newpurchaser .howto-use-list-image-appeal {
	display: block;
	width: 250px;
	height: 102px;
	margin: 15px auto 15px;
}
#newpurchaser .howto-use-list-point {
	margin: 0 auto 10px;
	color: #2db6aa;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#newpurchaser .howto-use-list-caption {
	margin-top: 8px;
	color: #888;
	font-size: 11px;
	text-align: center;
}
#newpurchaser .howto-use-arrow-down {
	width: 10px;
	height: 19px;
	margin: 16px auto;
	background: #2db6aa;
	clip-path: polygon(0 54.4%, 32.5% 54.4%, 32.5% 0, 67.5% 0, 67.5% 54.4%, 100% 54.4%, 50% 100%);
}
#newpurchaser .howto-use-list-image {
	display: block;
	margin: 24px auto 0;
}
#newpurchaser .button-icon-coupon {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 44px;
	height: 34px;
	margin-top: -17px;
}

/* bestseller */
#newpurchaser #bestseller {
	padding: 40px 0;
	background: url(/src/static/campaign/newpurchaser/img/2505/space.png) repeat center center / 26.5px #000;
}
#newpurchaser #bestseller .title-sub {
	color: #fff;
}
#newpurchaser #bestseller .title-lv2 {
	color: #fff;
}

/* bestcosme */
#newpurchaser #bestcosme {
	padding: 40px 0 60px;
}
#newpurchaser .bestcosme-image {
	display: block;
	margin: 0 auto;
}
#newpurchaser .bestcosme-image-caption {
	margin: 16px 0 20px;
	font-size: 15px;
	text-align: center;
}

/* review */
#newpurchaser .review-list-wrap {
	margin: 0 auto 35px;
}
#newpurchaser .review-list {
	display: flex;
}
#newpurchaser .review-report-link {
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
}
#newpurchaser .review-list-image {
	margin-bottom: 10px;
}
#newpurchaser .review-staff-link {
	display: flex;
	align-items: center;
	margin-top: auto;
	text-decoration: none;
}
#newpurchaser #pro-review .review-staff-link {
	margin-bottom: 10px;
}
#newpurchaser .review-list-comment {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
	font-size: 14px;
	line-height: 1.4;
}
#newpurchaser .review-staff-icon-item {
	border-radius: 50%;
}
#newpurchaser .review-staff-personal {
	margin-left: 10px;
}
#newpurchaser .review-staff-name,
#newpurchaser .review-staff-skin-type {
	color: #888;
	font-size: 12px;
}
#newpurchaser .swiper-button-next,
#newpurchaser .swiper-button-prev,
#newpurchaser .swiper-button-rewind {
	width: auto;
}
#newpurchaser .swiper-button-next,
#newpurchaser .swiper-button-rewind {
	right: 20px;
}
#newpurchaser .swiper-button-prev {
	left: 20px;
}
#newpurchaser .swiper-button-next::after,
#newpurchaser .swiper-button-prev::after {
	width: 50px;
	height: 50px;
	background: url(/src/static/campaign/newpurchaser/img/2505/icon_slider_arrow.svg) no-repeat center center / 100%;
	content: '';
}
#newpurchaser .swiper-button-prev::after {
	transform: rotate(180deg);
}
#newpurchaser .swiper-button-next[aria-disabled='true'],
#newpurchaser .swiper-button-prev[aria-disabled='true'] {
	display: none;
}
#newpurchaser .swiper-button-rewind {
	display: none;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	cursor: pointer;
}
#newpurchaser .swiper-button-next[aria-disabled='true'] ~ .swiper-button-rewind {
	display: block;
}
#newpurchaser .swiper-button-prev[aria-disabled='true'] ~ .swiper-button-rewind {
	display: none;
}
#newpurchaser .swiper-button-next:hover,
#newpurchaser .swiper-button-prev:hover,
#newpurchaser .swiper-button-rewind:hover {
	opacity: .7;
}

/* about */
#newpurchaser .about-title-image {
	display: inline-block;
}
#newpurchaser .about-text {
	font-size: 15px;
	text-align: center;
}
#newpurchaser .about-feature-list {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}
#newpurchaser .about-feature-list li {
	width: calc(100% / 3);
}
#newpurchaser .about-feature-text {
	margin: 24px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#newpurchaser .about-feature-text em {
	font-size: 27px;
}

/* faq */
#newpurchaser #faq {
	padding-top: 0;
	padding-bottom: 40px;
}
#newpurchaser #faq .section-inner {
	max-width: 700px;
}
#newpurchaser .faq-heading {
	margin-bottom: 25px;
	padding: 25px 0;
	background: #000;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#newpurchaser .tabs-content-section.faq-list {
	padding: 40px 0 0 0;
}
#newpurchaser .faq-list-title {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
}
#newpurchaser .faq-list-item {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2;
}
#newpurchaser .faq-list-item:last-of-type {
	margin-bottom: 40px;
}
#newpurchaser .faq-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#newpurchaser .faq-list-item.has-multiline-title-text .faq-title {
	align-items: flex-start;
}
#newpurchaser .faq-title:focus-visible {
	outline: none;
}
#newpurchaser .faq-title::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	height: 2px;
	background: #333;
	transform: translateY(-50%) rotate(-90deg);
	transition: transform .3s;
	content: '';
}
#newpurchaser .faq-title.is-active::before {
	transform: translateY(-50%) rotate(0deg);
}
#newpurchaser .faq-title::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	height: 2px;
	background: #333;
	transform: translateY(-50%);
	content: '';
}
#newpurchaser .faq-title .faq-title-icon {
	overflow: hidden;
	width: 25px;
	height: 25px;
	margin-right: 6px;
	background: url(/src/static/campaign/newpurchaser/img/2505/Q.png) no-repeat center center;
	background-size: contain;
	text-indent: 200%;
}
#newpurchaser .faq-title .faq-title-text {
	width: calc(100% - 37px);
	margin-left: 6px;
	line-height: calc(25 / 14);
}
#newpurchaser .faq-panel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	padding-right: 32px;
	font-size: 13px;
	text-align: left;
}
#newpurchaser .faq-list-item.has-multiline-panel-text .faq-panel {
	align-items: flex-start;
}
#newpurchaser .faq-panel .faq-panel-icon {
	overflow: hidden;
	width: 25px;
	height: 25px;
	margin-right: 6px;
	background: url(/src/static/campaign/newpurchaser/img/2505/A.png) no-repeat center center;
	background-size: contain;
	font-size: 14px;
	text-indent: 200%;
}
#newpurchaser .faq-panel .faq-panel-text {
	width: calc(100% - 37px);
	margin-left: 6px;
}
#newpurchaser .faq-panel .faq-panel-text a {
	text-decoration: underline;
}
#newpurchaser .faq-title + .faq-panel {
	max-height: 0;
	transition: all .4s;
}
#newpurchaser .faq-title.is-active + .faq-panel {
	max-height: 100vh;
	transition: all .6s;
}
#newpurchaser .faq-panel-table .faq-panel-table-th {
	width: 185px;
	padding: 10px 14px;
	border: 1px solid #dedede;
	background: #f7f7f7;
	text-align: left;
	vertical-align: middle;
}
#newpurchaser .faq-panel-table .faq-panel-table-td {
	width: 185px;
	padding: 11px 14px;
	border: 1px solid #dedede;
	text-align: right;
	vertical-align: middle;
}
#newpurchaser .faq-panel-table .highlight {
	color: #e61673;
	font-weight: bold;
}
#newpurchaser .faq-note {
	color: #888;
	font-size: 12px;
}

/* campaign-notes */
#newpurchaser #campaign-notes .section-inner {
	max-width: 700px;
}
#newpurchaser .campaign-notes-list {
	display: flex;
	padding-top: 25px;
}
#newpurchaser .campaign-notes-list-title {
	min-width: 150px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.21;
}
#newpurchaser .campaign-notes-list-text {
	font-size: 13px;
	line-height: 1.53;
}
#newpurchaser .campaign-notes-title {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #d9d9d9;
	font-size: 14px;
	font-weight: bold;
}
#newpurchaser .list-disc-item:first-child {
	margin-bottom: 12px;
}
#newpurchaser .campaign-notes-text:not(:last-child),
#newpurchaser .list-disc:not(:last-child) {
	margin-bottom: 25px;
}
