body {
	background-color: #fff;
	color: #000;
	/* font-family: "Shippori Mincho B1", serif; */
	font-family: "Noto Serif SC", serif;
}

main {
	flex: 1;
	height: 88.0329094989%;
}

.main-wrap {
	background: transparent url(../images/common/bg_pc.webp) no-repeat center
		center/cover;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.main-wrap.js-active {
	background: transparent;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
svg {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.answer-btn {
	align-items: center;
	aspect-ratio: 600/120;
	border-radius: 1.875rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

.answer-btn--br {
	aspect-ratio: 600/150;
}

.answer-btn span {
	color: #000;
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: 2.1vh;
	font-weight: 400;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.answer-btn::before,
.answer-btn::after,
.answer-btn--br::before,
.answer-btn--br::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
}

.answer-btn::before {
	aspect-ratio: 594/120;
	background-image: url(../images/common/btn-border.webp);
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.answer-btn--br::before {
	aspect-ratio: 600/151;
	background-image: url(../images/common/btn-border_big.webp);
}

.answer-btn::after {
	aspect-ratio: 600/120;
	background-color: #fff;
	border-radius: 3.75rem;
	bottom: -8.3333333333%;
	right: -1.6666666667%;
	width: 100%;
	z-index: -1;
}

.answer-btn--br::after {
	aspect-ratio: 600/150;
	border-radius: 5.625rem;
}

.answer-btn:hover::before,
.answer-btn:hover.answer-btn span {
	transform: translate(1.6666666667%, 8.3333333333%);
}

.answer {
	display: none;
	padding-bottom: 22.6666666667%;
}

.inner.answer__inner {
	padding: 0 8%;
}

.answer.js-active {
	display: block;
}

.answer__deco {
	overflow: hidden;
	position: relative;
}

#green .answer__body {
	background-color: #dde9e7;
}

#green .answer__deco::before {
	background-image: url(../images/green/bg_big.webp);
}

#pink .answer__body {
	background-color: #f0e1e3;
}

#pink .answer__deco::before {
	background-image: url(../images/pink/bg_big.webp);
}

#yellow .answer__body {
	background-color: #efeacb;
}

#yellow .answer__deco::before {
	background-image: url(../images/yellow/bg_big.webp);
}

#gray .answer__body {
	background-color: #e7e9ea;
}

#gray .answer__deco::before {
	background-image: url(../images/gray/bg_big.webp);
}

.answer__body {
	padding: 13.3333333333% 0;
}

.answer__top {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.5rem;
}

.answer__title {
	margin-top: -6.25%;
}

.answer__title span {
	display: block;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

.answer__title span:nth-child(1) {
	font-size: max(1rem, min(4vw, 1.75rem));
}

.answer__title span:nth-child(2) {
	/* font-size: max(2.25rem, min(12vw, 5.25rem)); */
	font-size: max(2.25rem, min(10vw, 5rem));
	line-height: 1.2023809524;
}

.answer__flex {
	margin-left: auto;
	margin-right: auto;
	max-width: 39.5rem;
}

.answer__mv {
	aspect-ratio: 632/491;
	display: block;
	height: 100%;
	margin: 1.875rem auto 0;
	position: relative;
}

.answer__text {
	font-size: max(1rem, min(4.5vw, 2rem));
	font-weight: 500;
	line-height: 2;
	margin-top: 4%;
	padding: 0 25px;
}

.answer__body3 {
	position: relative;
}

.answer__btn.inner {
	margin-top: 6.25rem;
	max-width: 78.5714285714%;
}

.back-btn {
	color: #000;
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: 2.1vh;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2vh;
	width: 100%;
}

.block + .block {
	margin-top: 20%;
}

.block__title {
	margin-left: auto;
	margin-right: auto;
}

.block__title--1 {
	max-width: 51.7142857143%;
}

.block__title--2 {
	max-width: 77.2857142857%;
}

.block__title--3 {
	max-width: 65%;
}

.block__img {
	aspect-ratio: 630/400;
	margin: 1.875rem auto 0;
}

.block__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.block__btn {
	margin: 3.125rem auto 0;
	max-width: 89.0476190476%;
}

.cat {
	-moz-column-gap: 2.0618556701%;
	column-gap: 2.0618556701%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1.25rem;
}

.cat__item {
	border: 0.0625rem solid #8bb1b0;
	border-radius: 3.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 35.8666666667%;
	padding: 0.6875rem 4.8148148148%;
}

.cat__item span {
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(0.8125rem, min(3.7vw, 1.75rem));
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

#green .cat__item span {
	color: #8bb1b0;
}

#pink .cat__item {
	border-color: #cc8a81;
}

#pink .cat__item span {
	color: #c47d6c;
}

#yellow .cat__item {
	border-color: #d3b76e;
}

#yellow .cat__item span {
	color: #d3b76e;
}

#gray .cat__item {
	border-color: #d3b76e;
}

#gray .cat__item span {
	color: #d3b76e;
}

.fit-wrap {
	position: absolute;
}

.fit-wrap.js-active {
	position: relative;
}

.fit {
	display: none;
	overflow: hidden;
	padding-top: 11vh;
}

.fit.js-active {
	display: block;
}

.fit__inner {
	padding: 0 3.3333333333%;
}

.fit__deco {
	aspect-ratio: 238/202;
	background: transparent url(../images/start-question/q-title.webp) no-repeat
		center center/cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.7333333333%;
	position: relative;
	width: 20vh;
}

.fit__deco::before {
	aspect-ratio: 154/32;
	background: transparent url(../images/start-question/font-question.webp)
		no-repeat center center/cover;
	content: "";
	left: 50%;
	max-width: 65.2542372881%;
	position: absolute;
	top: 15.3465346535%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.fit__deco span {
	font-size: 3vh;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.fit__title {
	font-size: max(1.0625rem, min(2.6vh, 2.625rem));
	font-weight: 500;
	line-height: 1.5238095238;
	margin-top: 6vh;
	text-align: center;
}

.fit__title--padding {
	margin-top: 3vh;
}

.fit__title--mobilePadding {
	margin-top: 3vh;
}

.fit__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	padding-bottom: 4.9vh;
	padding-top: 6vh;
	position: relative;
	width: 50vh;
}

.fit__body--padding {
	padding-top: 4.2vh;
}

.fit__body--mobilePadding {
	padding-top: 4.2vh;
}

.fit__body li {
	margin-left: auto;
	margin-right: auto;
}

.fit__body::before,
.fit__body::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
}

.fit__body::before {
	aspect-ratio: 70/86;
	background-image: url(../images/common/deco-leaf1.webp);
	max-width: 4.375rem;
	right: -6.6666666667%;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 11.6666666667%;
}

.fit__body::after {
	aspect-ratio: 47/76;
	background-image: url(../images/common/deco-leaf2.webp);
	bottom: 0;
	left: -6.4%;
	max-width: 2.9375rem;
	width: 7.8333333333%;
}

.fit__body li + li {
	margin-top: 4vh;
}

.fit__body li:nth-of-type(3):not(.fit__list--mt) {
	margin-top: 1.7vh;
}

.fit__body li + li.fit__list--mt {
	margin-top: 5vh;
}

footer {
	align-items: center;
	display: flex;
	height: 11.9670905011%;
	justify-content: center;
}

.footer__inner {
	padding-bottom: 3.7vh;
	padding-top: 8.1vh;
	width: 100%;
}

.footer__inner > a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 13vh;
}

.footer__copy {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.3vh;
	font-weight: 400;
	margin-top: 0.3125rem;
	text-align: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.item {
	position: relative;
}

.item::before {
	aspect-ratio: 1/1;
	background: transparent url(../images/common/deco_foam-big.webp) no-repeat
		center center/cover;
	content: "";
	left: -37.6%;
	max-width: 77.8666666667%;
	position: absolute;
	top: 1.0471204188%;
	width: 100%;
	z-index: -1;
}

.item__heading {
	position: relative;
}

.item__heading--padding {
	padding-bottom: 8.8%;
}

.item__heading::before,
.item__heading::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.item__heading::before {
	aspect-ratio: 112/83;
	background-image: url(../images/common/deco_foam-write.webp);
	max-width: 14.9333333333%;
	right: 5.3333333333%;
	top: 13.8743455497%;
	width: 100%;
}

.item__heading::after {
	aspect-ratio: 80/96;
	background-image: url(../images/common/deco-diamond2.webp);
	bottom: 32.722513089%;
	left: 2.6666666667%;
	max-width: 10.6666666667%;
	width: 100%;
}

.item__heading img {
	margin-left: auto;
	margin-right: auto;
	max-width: 74.4%;
}

.item__cat {
	margin-top: 3.7333333333%;
}

.item__top {
	margin-top: 13.3333333333%;
	padding-bottom: 20%;
}

.item__top img {
	-o-object-fit: cover;
	aspect-ratio: 650/500;
	margin-right: calc(50vw - 50%);
	max-width: 86.6666666667%;
	object-fit: cover;
}

.item__text {
	font-size: max(1rem, min(4.8vw, 2.25rem));
	font-weight: 500;
	line-height: 1.7777777778;
	margin-top: 8%;
	padding: 0 8%;
}

.item__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 13.3333333333%;
	max-width: 72.6666666667%;
}

.item__bottom .item__text {
	margin-top: 6.1333333333%;
	text-align: center;
}

.item__title img {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}

.item__block {
	margin: 13.3333333333% auto 0;
	max-width: 39.375rem;
}

.label {
	align-items: center;
	display: flex;
	gap: 6.8253968254%;
}

.label + .label {
	margin-top: 1.75rem;
}

.label__left {
	aspect-ratio: 181/94;
	display: block;
	max-width: 11.3125rem;
	width: 31.2068965517%;
}

.label__text {
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(1.125rem, min(4.5vw, 2rem));
	font-weight: 400;
	line-height: 1.3125;
}

#green .label__left {
	color: #759284;
}

#green .label__left::before {
	background-color: #759284;
}

#green .label:nth-child(2) .label__left::before {
	opacity: 0.7;
}

#green .label:nth-child(3) .label__left::before {
	opacity: 0.5;
}

#green .label__left img {
	filter: invert(35%) sepia(5%) saturate(1150%) hue-rotate(99deg)
		brightness(88%) contrast(85%);
}

#pink .label__left img {
	filter: invert(43%) sepia(8%) saturate(2061%) hue-rotate(324deg)
		brightness(92%) contrast(86%);
}

#yellow .label__left img,
#gray .label__left img {
	filter: brightness(0) saturate(100%) invert(73%) sepia(29%) saturate(384%)
		hue-rotate(358deg) brightness(88%) contrast(96%);
}

.perfume {
	overflow: hidden;
}

.perfume__body {
	margin-top: 13.3333333333%;
	position: relative;
}

.perfume__body::before {
	aspect-ratio: 1/1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: -13.3333333333%;
	position: absolute;
	top: 5.6%;
	width: 80%;
	z-index: -1;
}

.perfume__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 38.625rem;
	padding-top: 10.5740181269%;
	position: relative;
}

.perfume__title span {
	display: block;
	font-size: max(1.125rem, min(4.5vw, 2rem));
	line-height: 1;
}

.perfume__title span:nth-of-type(1) {
	font-weight: 500;
	letter-spacing: 0.1em;
}

.perfume__title > img {
	margin-top: 3.4666666667%;
}

.perfume__title span:nth-of-type(2) {
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-weight: 400;
	letter-spacing: -0.1em;
	margin-top: 1.3333333333%;
	text-align: right;
}

.perfume__title::before {
	aspect-ratio: 125/140;
	background: transparent url(../images/common/deco-diamond1.webp) no-repeat
		center center/cover;
	content: "";
	max-width: 7.8125rem;
	position: absolute;
	right: 0%;
	top: 0;
	width: 18.8821752266%;
}

.perfume__img {
	aspect-ratio: 603/548;
	margin: 17.2857142857% auto 0;
	max-width: 75.7142857143%;
	position: relative;
}

.perfume__img p {
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(0.75rem, min(3vw, 1.0625rem));
	font-weight: 400;
	margin-top: -1.25rem;
	text-align: right;
}

.perfume__img::before,
.perfume__img::after {
	aspect-ratio: 105/122;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	max-width: 6.5625rem;
	position: absolute;
	width: 17.4129353234%;
}

.perfume__img::before {
	background: transparent url(../images/common/deco-leaf3.webp) no-repeat center
		center/cover;
	right: -9.2145015106%;
	top: -8.7613293051%;
}

.perfume__img::after {
	background: transparent url(../images/common/deco-leaf4.webp) no-repeat center
		center/cover;
	bottom: -1.2084592145%;
	left: -13.2930513595%;
}

.perfume__bottom {
	margin-top: 14.4%;
	position: relative;
}

.perfume__bottom::before {
	aspect-ratio: 1/1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	right: -33.3333333333%;
	top: 19.8666666667%;
	width: 106.6666666667%;
	z-index: -2;
}

.perfume__inner2 {
	padding-bottom: max(6.25rem, min(21.4285714286%, 9.375rem));
}

.perfume__inner2::after {
	aspect-ratio: 1/1;
	background: transparent url(../images/common/deco_foam-small.webp) no-repeat
		center center/cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 1rem;
	content: "";
	position: absolute;
	right: -13.6%;
	width: 38.9333333333%;
}

.perfume__flex {
	margin-left: auto;
	margin-right: auto;
	max-width: 40.375rem;
	position: relative;
}

.perfume__graph p {
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(0.75rem, min(3vw, 0.9375rem));
	font-weight: 400;
	margin-top: 2.4%;
	text-align: right;
}

.perfume__explain {
	margin: 13.7333333333% 0 12.9333333333%;
}

.perfume__explain > p {
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(1.0625rem, min(5vw, 2.375rem));
	font-weight: 500;
	line-height: 1.2894736842;
}

.perfume__label {
	margin-top: 7.4666666667%;
}

.perfume__text {
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(0.75rem, min(4.5vw, 2rem));
	font-weight: 400;
	line-height: 2;
	margin: 12.4% auto 0;
	max-width: 39.375rem;
}

#green .perfume__explain > p {
	color: #8bb1b0;
}

#green .perfume__title > img {
	max-width: 36.875rem;
}

#green .perfume__body::before {
	background-image: url(../images/green/bg_small.webp);
}

#green .perfume__bottom::before {
	background-image: url(../images/green/bg_big.webp);
}

#pink .perfume__explain > p {
	color: #c47d6c;
}

#pink .perfume__title > img {
	max-width: 35.375rem;
}

#pink .perfume__body::before {
	background-image: url(../images/pink/bg_small.webp);
}

#pink .perfume__bottom::before {
	background-image: url(../images/pink/bg_big.webp);
}

#yellow .perfume__explain > p {
	color: #c4a87b;
}

#yellow .perfume__body::before {
	background-image: url(../images/yellow/bg_small.webp);
}

#yellow .perfume__bottom::before {
	background-image: url(../images/yellow/bg_big.webp);
}

#gray .perfume__explain > p {
	color: #c4a87b;
}

#gray .perfume__body::before {
	background-image: url(../images/gray/bg_small.webp);
}

#gray .perfume__bottom::before {
	background-image: url(../images/gray/bg_big.webp);
}

.square-btn {
	align-items: center;
	aspect-ratio: 544/119;
	background: transparent url(../images/common/square-btn.webp) no-repeat center
		center/cover;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.square-btn--2 {
	aspect-ratio: 561/120;
	background-image: url(../images/common/square-btn2.webp);
}

.square-btn span {
	color: #000;
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(0.9375rem, min(5vw, 2.25rem));
	font-weight: 400;
}

.top {
	display: block;
	padding-top: 13.3333333333%;
}

.top.js-active {
	display: none;
}

.top__top {
	aspect-ratio: 680/699;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.top__top::before,
.top__top::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.top__top::before {
	aspect-ratio: 680/659;
	background: transparent url(../images/start-question/start-mv_sp.webp)
		no-repeat center center/100%;
	top: 0;
}

.top__top::after {
	aspect-ratio: 260/409;
	background: transparent url(../images/start-question/start-mv_img.webp)
		no-repeat center center/100%;
	bottom: 0;
	max-width: 16.25rem;
	width: 36.1111111111%;
}

.top__text {
	margin-top: 2.6666666667%;
	text-align: center;
}

.top__text span {
	display: inline-block;
	font-size: max(0.875rem, min(4.3vw, 2rem));
	font-weight: 500;
	padding: 0 5.6818181818%;
	position: relative;
}

.top__text span::before,
.top__text span::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 71.7391304348%;
	max-height: 2.0625rem;
	max-width: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.6728971963%;
}

.top__text span::before {
	background-image: url(../images/common/ico-left.webp);
	left: 0;
}

.top__text span::after {
	background-image: url(../images/common/ico-right.webp);
	right: 0;
}

.top__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.6666666667%;
	max-width: 34.0625rem;
	width: 77.8571428571%;
}

.top__bottom {
	font-size: max(0.9375rem, min(4vw, 1.75rem));
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 8%;
	padding: 0 0.625rem;
	text-align: center;
}

.topBack-btn {
	align-items: center;
	aspect-ratio: 540/110;
	border-radius: 1.875rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

.topBack-btn span {
	color: #000;
	/* font-family: "Zen Maru Gothic", serif; */
	font-family: "Noto Sans SC", sans-serif;
	font-size: max(0.9375rem, min(5vw, 2.25rem));
	font-weight: 400;
	transition: all 0.3s ease 0s;
}

.topBack-btn::before,
.topBack-btn::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
}

.topBack-btn::before {
	aspect-ratio: 540/110;
	background-image: url(../images/common/backbtn-border.webp);
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.topBack-btn::after {
	aspect-ratio: 540/110;
	background-color: #fff;
	border-radius: 3.75rem;
	bottom: -8.1818181818%;
	right: -1.6666666667%;
	width: 100%;
	z-index: -1;
}

.topBack-btn:hover::before,
.topBack-btn:hover.topBack-btn span {
	transform: translate(1.6666666667%, 8.1818181818%);
}

@media screen and (min-width: 768px) {
	.u-desktop {
		display: block;
	}

	.u-mobile {
		display: none;
	}

	html {
		font-size: 1.3333333333vw;
	}

	.answer-btn {
		aspect-ratio: 400/60;
	}

	.answer-btn span {
		font-size: 2.3vh;
	}

	.answer-btn::before {
		aspect-ratio: 396/60;
		background-image: url(../images/common/btn-border_pc.webp);
	}

	.answer-btn--br::before {
		aspect-ratio: 396/60;
		background-image: url(../images/common/btn-border_pc.webp);
	}

	.answer-btn::after {
		aspect-ratio: 400/60;
		border-radius: 5rem;
	}

	.answer-btn--br::after {
		aspect-ratio: 400/60;
		bottom: -0.3125rem;
		right: -0.3125rem;
	}

	.answer-btn:hover::before,
	.answer-btn:hover.answer-btn span {
		transform: translate(0.3125rem, 0.3125rem);
	}

	.answer {
		padding-bottom: 10.2040816327%;
	}

	.answer__deco::before {
		aspect-ratio: 1/1;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		max-width: 63.75rem;
		position: absolute;
		right: -19.387755102%;
		top: 41.125rem;
		width: 69.387755102%;
		z-index: -1;
	}

	.answer__body {
		padding: 8.1632653061% 0;
	}

	.answer__top {
		max-width: 25.3294289898%;
	}

	.answer__title {
		margin-top: max(-1.4375rem, min(2vw, -1.4375rem));
	}

	.answer__title span:nth-child(1) {
		/* font-size: max(1rem, min(5vw, 1.125rem)); */
		font-size: max(1rem, min(5vw, 1rem));
	}

	.answer__title span:nth-child(2) {
		font-size: max(1.625rem, min(4vw, 3rem));
	}

	.answer__flex {
		align-items: center;
		display: flex;
		gap: 4.6852122987%;
		justify-content: center;
		margin-top: 3.4013605442%;
		max-width: none;
		max-width: initial;
	}

	.answer__mv {
		aspect-ratio: 491/463;
		margin: 0;
		width: 33.4013605442%;
	}

	.answer__text {
		font-size: max(1rem, min(5vw, 1.125rem));
		letter-spacing: 0.1em;
		line-height: 2;
		margin-top: 0;
		padding: 0;
	}

	.answer__body3 {
		margin-top: 0;
		overflow: hidden;
	}

	.answer__body3::after {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		position: absolute;
	}

	.answer__body3::after {
		aspect-ratio: 1/1;
		background: transparent url(../images/common/deco_foam-small.webp) no-repeat
			center center/cover;
		right: 14.7619047619%;
		top: 0;
		width: 9.9319727891%;
	}

	.answer__btn.inner {
		max-width: 25.3125rem;
	}

	.back-btn {
		font-size: 2.2vh;
	}

	.block + .block {
		margin-top: 0;
	}

	.block__title--1 {
		max-width: 38.9090909091%;
	}

	.block__title--2 {
		max-width: 58.1818181818%;
	}

	.block__title--3 {
		max-width: 48%;
	}

	.block__img {
		margin-top: 1.0625rem;
	}

	.block__btn {
		margin-top: 1.875rem;
		max-width: 55.6363636364%;
	}

	.blocks {
		align-items: center;
		display: flex;
		gap: 4.1666666667%;
		justify-content: center;
	}

	.blocks__item {
		width: 50%;
	}

	.cat {
		gap: 1.875rem;
	}

	.cat__item {
		min-width: 12.5%;
		padding: 0.375rem 2%;
	}

	.cat__item span {
		font-size: max(0.8125rem, min(3vw, 1rem));
	}

	.fit {
		padding-top: 13vh;
	}

	.fit__inner {
		padding: 0 1.5625rem;
	}

	.fit__deco {
		max-width: none;
		max-width: initial;
		width: 15.3vh;
	}

	.fit__deco span {
		font-size: 4.6vh;
	}

	.fit__title {
		font-size: 3.1vh;
		letter-spacing: 0.1em;
		margin-top: 6.3vh;
	}

	.fit__title--padding {
		margin-top: 3vh;
	}

	.fit__title--mobilePadding {
		margin-top: 6.3vh;
	}

	.fit__body {
		padding-bottom: 5.4vh;
		padding-top: 6.4vh;
	}

	.fit__body--padding {
		padding-top: 5vh;
	}

	.fit__body--mobilePadding {
		padding-top: 6.4vh;
	}

	.fit__body::before {
		max-width: 4.3125rem;
		right: -20%;
		width: 17.037037037%;
	}

	.fit__body::after {
		left: -11.6049382716%;
		max-width: 2.9375rem;
		width: 11.6049382716%;
	}

	.fit__body li + li {
		margin-top: 3vh;
	}

	.footer__inner {
		padding-bottom: 6.5vh;
		padding-top: 7.1vh;
	}

	.footer__inner > a {
		max-width: 15.6vh;
	}

	.footer__copy {
		font-size: 1.9vh;
		margin-top: 0.625rem;
	}

	.inner {
		max-width: 1250px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.item::before {
		left: 9.1836734694%;
		max-width: 19.8639455782%;
		top: 2.9375rem;
	}

	.item__heading {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
	}

	.item__heading--padding {
		padding-bottom: 0;
	}

	.item__heading::before {
		max-width: 6.25%;
		right: 20.75%;
		top: 43.2692307692%;
	}

	.item__heading::after {
		bottom: 0;
		left: 13.5833333333%;
		max-width: 6.25%;
	}

	.item__heading img {
		max-width: 31%;
	}

	.item__top {
		margin-top: 6.8027210884%;
		padding-bottom: 9.9319727891%;
		position: relative;
	}

	.item__top::after {
		aspect-ratio: 1/1;
		background: transparent url(../images/common/deco_foam-big.webp) no-repeat
			center center/cover;
		bottom: 0;
		content: "";
		max-width: 19.8639455782%;
		position: absolute;
		right: 22.2448979592%;
		width: 100%;
		z-index: -1;
	}

	.item__top img {
		aspect-ratio: 1000/500;
		max-width: 68.0272108844%;
	}

	.item__flex {
		position: absolute;
		right: 6.8027210884%;
		top: 3.125rem;
	}

	.item__text {
		font-size: max(1rem, min(4vw, 1.5rem));
		letter-spacing: 0.1em;
		margin: 0;
		padding: 0;
	}

	.item__btn {
		margin-left: 0;
		margin-top: 13.5714285714%;
		max-width: 72.8571428571%;
	}

	.item__bottom .item__text {
		font-size: max(1rem, min(4vw, 1.125rem));
		margin-top: 1.156462585%;
	}

	.item__title img {
		max-width: 28.3125rem;
	}

	.item__block {
		margin-top: 8.3333333333%;
		max-width: none;
		max-width: initial;
	}

	.label {
		gap: 6.1946902655%;
	}

	.label__left {
		aspect-ratio: 131/67;
		max-width: 8.1875rem;
	}

	.label__text {
		font-size: max(1.0625rem, min(4vw, 1.3125rem));
		line-height: 1.7142857143;
	}

	.perfume__body::before {
		left: -6.8027210884%;
		max-width: 37.5rem;
		top: 2.7210884354%;
		width: 40.8163265306%;
	}

	.inner.perfume__top {
		display: flex;
		gap: 1.8333333333%;
	}

	.perfume__title {
		margin-left: 0;
		padding-top: 6.3444108761%;
		width: 50%;
	}

	.perfume__title span {
		font-size: max(1.125rem, min(4vw, 1.5rem));
	}

	.perfume__title > img {
		margin-top: 1.4965986395%;
		position: relative;
	}

	.perfume__title span:nth-of-type(2) {
		margin-right: 3.125rem;
		margin-top: 0.3401360544%;
	}

	.perfume__title::before {
		right: 11.4803625378%;
		width: 16.7673716012%;
	}

	.perfume__img {
		margin: 0;
		max-width: 39.375rem;
		width: 51.3333333333%;
		z-index: -1;
	}

	.perfume__img p {
		font-size: 1rem;
		margin-top: -2.5rem;
	}

	.perfume__img::before {
		right: -9.2145015106%;
		top: -8.7613293051%;
	}

	.perfume__bottom {
		margin-top: 0;
		padding-bottom: 10.2040816327%;
		padding-top: 10.2040816327%;
	}

	.perfume__bottom::before {
		display: none;
	}

	.perfume__inner2 {
		padding-bottom: 0;
	}

	.perfume__inner2::after {
		display: none;
	}

	.perfume__flex {
		align-items: center;
		display: flex;
		gap: 5.8333333333%;
		justify-content: center;
		max-width: none;
		max-width: initial;
		padding: 0;
	}

	.perfume__graph {
		width: 45.8333333333%;
	}

	.perfume__graph p {
		font-size: 0.875rem;
		margin-top: 2%;
	}

	.perfume__explain {
		margin: 0;
		width: 54.1666666667%;
	}

	.perfume__explain > p {
		font-size: max(1rem, min(4vw, 1.75rem));
		line-height: 1.2857142857;
	}

	.perfume__label {
		margin-top: 6.5517241379%;
	}

	.perfume__text {
		font-size: max(1.125rem, min(5vw, 1.5rem));
		line-height: 2;
		margin-top: 7.1010248902%;
		max-width: none;
		max-width: initial;
		text-align: center;
	}

	#green .perfume__title > img {
		max-width: 32.3125rem;
	}

	#pink .perfume__title > img {
		max-width: 32.4375rem;
	}

	#yellow .perfume__explain > p {
		white-space: nowrap;
	}

	#yellow .perfume__title > img {
		max-width: 35.375rem;
	}

	#gray .perfume__title > img {
		max-width: 35rem;
	}

	.square-btn span {
		font-size: max(1rem, min(5.5vw, 1.125rem));
	}

	.item__btn .square-btn span {
		font-size: max(1rem, min(5.5vw, 1.125rem));
	}

	.top {
		padding-top: 6.8027210884%;
	}

	.top__top {
		aspect-ratio: 566/506;
		max-width: 35.375rem;
	}

	.top__top::before {
		/* aspect-ratio: 564/455; */
		aspect-ratio: 564/437;
		background-image: url(../images/start-question/start-mv.webp);
	}

	.top__top::after {
		max-width: none;
		max-width: initial;
		width: 31.8021201413%;
	}

	.top__text {
		margin-top: 1%;
	}

	.top__text span {
		font-size: max(1rem, min(5.5vw, 1.125rem));
	}

	.top__btn {
		margin-top: 0.8333333333%;
		max-width: 19.0625rem;
	}

	.top__bottom {
		font-size: max(0.9375rem, min(4vw, 1.125rem));
		line-height: 1.7777777778;
		margin-top: 2.4166666667%;
		padding: 0;
	}

	.topBack-btn {
		aspect-ratio: 400/60;
	}

	.topBack-btn span {
		font-size: max(1rem, min(5.5vw, 1.125rem));
	}

	.topBack-btn::before {
		aspect-ratio: 400/60;
		background-image: url(../images/common/backbtn-border_pc.webp);
	}

	.topBack-btn::after {
		aspect-ratio: 400/60;
		border-radius: 5rem;
	}

	.topBack-btn:hover::before,
	.topBack-btn:hover.topBack-btn span {
		transform: translate(0.3125rem, 0.3125rem);
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

/* 追加CSS */
.lang-switcher {
	position: absolute;
	display: flex;
	align-items: center;
	top: 1%;
	right: 2%;
	gap: 5px;
}

.lang-switcher a,
.lang-switcher span {
	font-size: max(0.75rem, min(2vw, 0.75rem));
}

.lang-switcher a[data-active] {
	pointer-events: none;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

@media screen and (min-width: 768px) {
	.lang-switcher a {
		font-size: max(1rem, min(5.5vw, 1.125rem));
	}

	.lang-switcher {
		top: 40px;
		right: 2%;
	}
}

/*# sourceMappingURL=style.css.map */
