/* ----------------------------------------
Reset
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

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

body {
	-webkit-font-smoothing: antialiased;
}

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

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

:where(a[href],
area,
button,
label[for],
select,
summary,
[tabindex]:not([tabindex*="-"])) {
	-ms-touch-action: manipulation;
	cursor: pointer;
	touch-action: manipulation;
}

:where(input[type=file]) {
	cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
	cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
	cursor: pointer;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
	cursor: not-allowed;
}

/* ----------------------------------------
Base
---------------------------------------- */

html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html.is_fixed body {
	overflow: hidden;
}

body {
	background-color: #fff;
	color: #333;
	font-family: YuGothic, "YuGo", "游ゴシック体", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 100vh;
	position: relative;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

.ovx-h {
	overflow-x: hidden;
}

/* ----------------------------------------
footer
---------------------------------------- */

.footer {
	background-color: #30302e;
	color: #fff;
	padding: 80px 120px 30px;
}

.footer a {
	color: #fff;
}

.footer__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 100px;
	max-width: 1200px;
}

.footer__logo {
	width: 156px;
}

.footer__navi {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	justify-content: center;
	width: 420px;
}

.footer__list {
	width: 190px;
}

.footer__item {
	font-family: "Jost", sans-serif;
	font-size: 1.8rem;
	position: relative;
}

.footer__item:not(:first-child) {
	margin-top: 35px;
}

.footer__item::after {
	-webkit-transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.footer__item a {
	display: block;
	padding-left: 32px;
}

.copyright {
	font-family: "Jost", sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
}

/* ----------------------------------------
header
---------------------------------------- */

.header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 65px;
	width: 100%;
}

.header__logo {
	margin-left: 170px;
	width: 233px;
}

.header__logo img {
	mix-blend-mode: multiply;
}

.header .btn {
	font-size: 1.8rem;
	margin-right: 70px;
	margin-top: 10px;
	padding: 15px 50px;
	width: 280px;
}

/* ----------------------------------------
br
---------------------------------------- */

.br--under-tab {
	display: none;
}

.br--sp {
	display: none;
}

/* ----------------------------------------
btn
---------------------------------------- */

.btn {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background: linear-gradient(-75deg, #a79579 0%, #67551c 100%);
	border: 1px solid #fff;
	border-radius: 100px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 0;
	position: relative;
}

.btn img {
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

/* ----------------------------------------
contact
---------------------------------------- */

.contact {
	margin-bottom: 150px;
	padding: 0 20px;
}

.contact__inner {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.contact__bg--sp {
	display: none;
}

.contact__contents {
	left: 156px;
	position: absolute;
	top: 90px;
	width: 375px;
}

.contact__heading {
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-size: 4.9rem;
	font-weight: 500;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(63 / 49);
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 0px 0px 20px #43271b;
}

.contact .btn {
	padding-left: 85px;
}

/* ----------------------------------------
simulation-top
---------------------------------------- */

.simulation-top {
	background-image: url(../img/simulation_bg.webp);
	background-position: center top;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 170px;
}

.simulation-top__heading {
	position: relative;
	z-index: 0;
}

.simulation-top__heading--sp {
	display: none;
}

.simulation-top__heading--ja {
	margin: 0 auto;
	width: 474px;
}

.simulation-top__heading--en {
	-webkit-transform: translateX(-50%);
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-size: 16rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(185 / 160);
	position: absolute;
	top: 55px;
	transform: translateX(-50%);
	z-index: -1;
}

/* ----------------------------------------
simulation
---------------------------------------- */

.simulation {
	background-color: #fcfcfc;
	padding-bottom: 150px;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}

.simulation__heading {
	color: #222;
	font-size: 2.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(49 / 24);
	margin-bottom: 50px;
	text-align: center;
}

.simulation__note {
	font-size: 1.4rem;
	margin-bottom: 65px;
	text-align: center;
}

.simulation .contact {
	margin-bottom: 0;
}

/* ----------------------------------------
simulator
---------------------------------------- */

.simulator {
	padding: 50px 20px 130px;
}

.simulator__container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.8560411311%;
	justify-content: center;
	margin: 0 auto;
	max-width: 1167px;
}

.simulator__side {
	padding-top: 70px;
	width: 25.4498714653%;
}

.simulator__center {
	background-color: #fff;
	border-radius: 1000px 1000px 0 0;
	padding: 80px 4.1131105398%;
	width: 41.3881748072%;
}

.simulator__heading {
	color: #666;
	font-family: futura-pt, sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: calc(30 / 1000 * 1em);
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

.simulator__heading::after {
	background-image: linear-gradient(to right, #ccc 1px, transparent 4px);
	background-repeat: repeat-x;
	background-size: 5px;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.simulator__heading--sm {
	font-size: 1.7rem;
}

.simulator__heading--num {
	margin-right: 25px;
}

.simulator__contents {
	padding-top: 40px;
}

.simulator__label {
	margin-bottom: 15px;
	width: 45px;
}

.simulator__list {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 40px;
}

.simulator__list--pomp {
	margin-bottom: 90px;
}

.simulator__item {
	border: 2px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	width: calc((100% - 24px) / 4);
}

.simulator__item.is_bottleSelect,
.simulator__item.is_pompSelect,
.simulator__item.is_capSelect {
	border-color: #ed4183;
}

.simulator__item.is_ng {
	overflow: hidden;
	pointer-events: none;
	position: relative;
}

.simulator__item.is_ng::before {
	background-color: rgba(89, 89, 89, 0.6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.simulator__item.is_ng::after {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	-webkit-transform-origin: left top;
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg) translate(-50%, -50%);
	transform-origin: left top;
	width: 150%;
	z-index: 2;
}

/* ----------------------------------------
switch-area
---------------------------------------- */

.switch-area {
	margin-bottom: 55px;
}

.switch-area__heading {
	color: #666;
	font-size: 2.2rem;
	letter-spacing: calc(200 / 1000 * 1em);
	margin-bottom: 20px;
	text-align: center;
}

.switch-area__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20%;
	justify-content: center;
}

.switch-area__item {
	width: 30%;
}

.switch-area__item p {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}

.switch-area__label {
	position: relative;
}

.switch-area__input {
	display: none;
}

.switch-area__input:checked ~ .switch-area__bar::after {
	width: 100%;
}

.switch-area__input:checked ~ .switch-area__bar .switch-area__circle {
	background-color: #73aed0;
	left: calc(100% - 22px);
}

.switch-area__bar {
	background-color: #ccc;
	border-radius: 100px;
	display: block;
	height: 16px;
	position: relative;
	width: 100%;
}

.switch-area__bar::after {
	-webkit-transition: 0.5s;
	background-color: #a1c9e5;
	border-radius: 100px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: 0.5s;
	width: 0;
}

.switch-area__circle {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.5s;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	width: 22px;
	z-index: 10;
}

/* ----------------------------------------
view-area
---------------------------------------- */

.view-area {
	height: 387px;
	width: 100%;
}

.view-area__normal {
	display: none;
	height: 100%;
	padding-top: 120px;
	position: relative;
}

.view-area__normal.is_selectView {
	display: block;
}

.view-area__bottle img {
	display: none;
	height: 230px;
	margin: 0 auto;
	position: relative;
	width: auto;
	z-index: 1;
}

.view-area__bottle img.is_bottleShow {
	display: block;
}

.view-area__cap img {
	-webkit-transform: translateX(-50%);
	display: none;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 20;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C001],
.view-area__cap img[data-selectBottle=B001][data-capid=C002],
.view-area__cap img[data-selectBottle=B003][data-capid=C001],
.view-area__cap img[data-selectBottle=B003][data-capid=C002],
.view-area__cap img[data-selectBottle=B005][data-capid=C001],
.view-area__cap img[data-selectBottle=B005][data-capid=C002],
.view-area__cap img[data-selectBottle=B024][data-capid=C001],
.view-area__cap img[data-selectBottle=B024][data-capid=C002] {
	width: 47px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C003],
.view-area__cap img[data-selectBottle=B001][data-capid=C011],
.view-area__cap img[data-selectBottle=B003][data-capid=C003],
.view-area__cap img[data-selectBottle=B003][data-capid=C011],
.view-area__cap img[data-selectBottle=B005][data-capid=C003],
.view-area__cap img[data-selectBottle=B005][data-capid=C011],
.view-area__cap img[data-selectBottle=B024][data-capid=C003],
.view-area__cap img[data-selectBottle=B024][data-capid=C011] {
	width: 56px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C004],
.view-area__cap img[data-selectBottle=B003][data-capid=C004],
.view-area__cap img[data-selectBottle=B005][data-capid=C004],
.view-area__cap img[data-selectBottle=B024][data-capid=C004] {
	width: 67px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C005],
.view-area__cap img[data-selectBottle=B003][data-capid=C005],
.view-area__cap img[data-selectBottle=B005][data-capid=C005],
.view-area__cap img[data-selectBottle=B024][data-capid=C005] {
	width: 54px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C006],
.view-area__cap img[data-selectBottle=B003][data-capid=C006],
.view-area__cap img[data-selectBottle=B005][data-capid=C006],
.view-area__cap img[data-selectBottle=B024][data-capid=C006] {
	width: 61px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C007],
.view-area__cap img[data-selectBottle=B003][data-capid=C007],
.view-area__cap img[data-selectBottle=B005][data-capid=C007],
.view-area__cap img[data-selectBottle=B024][data-capid=C007] {
	width: 70px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C008],
.view-area__cap img[data-selectBottle=B001][data-capid=C009],
.view-area__cap img[data-selectBottle=B001][data-capid=C010],
.view-area__cap img[data-selectBottle=B003][data-capid=C008],
.view-area__cap img[data-selectBottle=B003][data-capid=C009],
.view-area__cap img[data-selectBottle=B003][data-capid=C010],
.view-area__cap img[data-selectBottle=B005][data-capid=C008],
.view-area__cap img[data-selectBottle=B005][data-capid=C009],
.view-area__cap img[data-selectBottle=B005][data-capid=C010],
.view-area__cap img[data-selectBottle=B024][data-capid=C008],
.view-area__cap img[data-selectBottle=B024][data-capid=C009],
.view-area__cap img[data-selectBottle=B024][data-capid=C010] {
	width: 60px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C012],
.view-area__cap img[data-selectBottle=B003][data-capid=C012],
.view-area__cap img[data-selectBottle=B005][data-capid=C012],
.view-area__cap img[data-selectBottle=B024][data-capid=C012] {
	width: 79px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C001],
.view-area__cap img[data-selectBottle=B002][data-capid=C002],
.view-area__cap img[data-selectBottle=B006][data-capid=C001],
.view-area__cap img[data-selectBottle=B006][data-capid=C002],
.view-area__cap img[data-selectBottle=B010][data-capid=C001],
.view-area__cap img[data-selectBottle=B010][data-capid=C002],
.view-area__cap img[data-selectBottle=B017][data-capid=C001],
.view-area__cap img[data-selectBottle=B017][data-capid=C002],
.view-area__cap img[data-selectBottle=B021][data-capid=C001],
.view-area__cap img[data-selectBottle=B021][data-capid=C002] {
	width: 51px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C003],
.view-area__cap img[data-selectBottle=B002][data-capid=C011],
.view-area__cap img[data-selectBottle=B006][data-capid=C003],
.view-area__cap img[data-selectBottle=B006][data-capid=C011],
.view-area__cap img[data-selectBottle=B010][data-capid=C003],
.view-area__cap img[data-selectBottle=B010][data-capid=C011],
.view-area__cap img[data-selectBottle=B017][data-capid=C003],
.view-area__cap img[data-selectBottle=B017][data-capid=C011],
.view-area__cap img[data-selectBottle=B021][data-capid=C003],
.view-area__cap img[data-selectBottle=B021][data-capid=C011] {
	width: 63px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C004],
.view-area__cap img[data-selectBottle=B006][data-capid=C004],
.view-area__cap img[data-selectBottle=B010][data-capid=C004],
.view-area__cap img[data-selectBottle=B017][data-capid=C004],
.view-area__cap img[data-selectBottle=B021][data-capid=C004] {
	width: 75px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C005],
.view-area__cap img[data-selectBottle=B006][data-capid=C005],
.view-area__cap img[data-selectBottle=B010][data-capid=C005],
.view-area__cap img[data-selectBottle=B017][data-capid=C005],
.view-area__cap img[data-selectBottle=B021][data-capid=C005] {
	width: 60px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C006],
.view-area__cap img[data-selectBottle=B006][data-capid=C006],
.view-area__cap img[data-selectBottle=B010][data-capid=C006],
.view-area__cap img[data-selectBottle=B017][data-capid=C006],
.view-area__cap img[data-selectBottle=B021][data-capid=C006] {
	width: 67px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C007],
.view-area__cap img[data-selectBottle=B006][data-capid=C007],
.view-area__cap img[data-selectBottle=B010][data-capid=C007],
.view-area__cap img[data-selectBottle=B017][data-capid=C007],
.view-area__cap img[data-selectBottle=B021][data-capid=C007] {
	width: 78px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C008],
.view-area__cap img[data-selectBottle=B002][data-capid=C009],
.view-area__cap img[data-selectBottle=B002][data-capid=C010],
.view-area__cap img[data-selectBottle=B006][data-capid=C008],
.view-area__cap img[data-selectBottle=B006][data-capid=C009],
.view-area__cap img[data-selectBottle=B006][data-capid=C010],
.view-area__cap img[data-selectBottle=B010][data-capid=C008],
.view-area__cap img[data-selectBottle=B010][data-capid=C009],
.view-area__cap img[data-selectBottle=B010][data-capid=C010],
.view-area__cap img[data-selectBottle=B017][data-capid=C008],
.view-area__cap img[data-selectBottle=B017][data-capid=C009],
.view-area__cap img[data-selectBottle=B017][data-capid=C010],
.view-area__cap img[data-selectBottle=B021][data-capid=C008],
.view-area__cap img[data-selectBottle=B021][data-capid=C009],
.view-area__cap img[data-selectBottle=B021][data-capid=C010] {
	width: 66px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C012],
.view-area__cap img[data-selectBottle=B006][data-capid=C012],
.view-area__cap img[data-selectBottle=B010][data-capid=C012],
.view-area__cap img[data-selectBottle=B017][data-capid=C012],
.view-area__cap img[data-selectBottle=B021][data-capid=C012] {
	width: 88px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C001],
.view-area__cap img[data-selectBottle=B004][data-capid=C002],
.view-area__cap img[data-selectBottle=B014][data-capid=C001],
.view-area__cap img[data-selectBottle=B014][data-capid=C002],
.view-area__cap img[data-selectBottle=B016][data-capid=C001],
.view-area__cap img[data-selectBottle=B016][data-capid=C002] {
	width: 62px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C003],
.view-area__cap img[data-selectBottle=B004][data-capid=C011],
.view-area__cap img[data-selectBottle=B014][data-capid=C003],
.view-area__cap img[data-selectBottle=B014][data-capid=C011],
.view-area__cap img[data-selectBottle=B016][data-capid=C003],
.view-area__cap img[data-selectBottle=B016][data-capid=C011] {
	width: 75px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C004],
.view-area__cap img[data-selectBottle=B014][data-capid=C004],
.view-area__cap img[data-selectBottle=B016][data-capid=C004] {
	width: 90px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C005],
.view-area__cap img[data-selectBottle=B014][data-capid=C005],
.view-area__cap img[data-selectBottle=B016][data-capid=C005] {
	width: 72px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C006],
.view-area__cap img[data-selectBottle=B014][data-capid=C006],
.view-area__cap img[data-selectBottle=B016][data-capid=C006] {
	width: 81px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C007],
.view-area__cap img[data-selectBottle=B014][data-capid=C007],
.view-area__cap img[data-selectBottle=B016][data-capid=C007] {
	width: 94px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C008],
.view-area__cap img[data-selectBottle=B004][data-capid=C009],
.view-area__cap img[data-selectBottle=B004][data-capid=C010],
.view-area__cap img[data-selectBottle=B014][data-capid=C008],
.view-area__cap img[data-selectBottle=B014][data-capid=C009],
.view-area__cap img[data-selectBottle=B014][data-capid=C010],
.view-area__cap img[data-selectBottle=B016][data-capid=C008],
.view-area__cap img[data-selectBottle=B016][data-capid=C009],
.view-area__cap img[data-selectBottle=B016][data-capid=C010] {
	width: 80px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C012],
.view-area__cap img[data-selectBottle=B014][data-capid=C012],
.view-area__cap img[data-selectBottle=B016][data-capid=C012] {
	width: 106px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C001],
.view-area__cap img[data-selectBottle=B007][data-capid=C002],
.view-area__cap img[data-selectBottle=B020][data-capid=C001],
.view-area__cap img[data-selectBottle=B020][data-capid=C002],
.view-area__cap img[data-selectBottle=B022][data-capid=C001],
.view-area__cap img[data-selectBottle=B022][data-capid=C002] {
	width: 67px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C003],
.view-area__cap img[data-selectBottle=B007][data-capid=C011],
.view-area__cap img[data-selectBottle=B020][data-capid=C003],
.view-area__cap img[data-selectBottle=B020][data-capid=C011],
.view-area__cap img[data-selectBottle=B022][data-capid=C003],
.view-area__cap img[data-selectBottle=B022][data-capid=C011] {
	width: 81px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C004],
.view-area__cap img[data-selectBottle=B020][data-capid=C004],
.view-area__cap img[data-selectBottle=B022][data-capid=C004] {
	width: 97px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C005],
.view-area__cap img[data-selectBottle=B020][data-capid=C005],
.view-area__cap img[data-selectBottle=B022][data-capid=C005] {
	width: 78px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C006],
.view-area__cap img[data-selectBottle=B020][data-capid=C006],
.view-area__cap img[data-selectBottle=B022][data-capid=C006] {
	width: 88px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C007],
.view-area__cap img[data-selectBottle=B020][data-capid=C007],
.view-area__cap img[data-selectBottle=B022][data-capid=C007] {
	width: 102px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C008],
.view-area__cap img[data-selectBottle=B007][data-capid=C009],
.view-area__cap img[data-selectBottle=B007][data-capid=C010],
.view-area__cap img[data-selectBottle=B020][data-capid=C008],
.view-area__cap img[data-selectBottle=B020][data-capid=C009],
.view-area__cap img[data-selectBottle=B020][data-capid=C010],
.view-area__cap img[data-selectBottle=B022][data-capid=C008],
.view-area__cap img[data-selectBottle=B022][data-capid=C009],
.view-area__cap img[data-selectBottle=B022][data-capid=C010] {
	width: 86px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C012],
.view-area__cap img[data-selectBottle=B020][data-capid=C012],
.view-area__cap img[data-selectBottle=B022][data-capid=C012] {
	width: 114px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C001],
.view-area__cap img[data-selectBottle=B008][data-capid=C002],
.view-area__cap img[data-selectBottle=B023][data-capid=C001],
.view-area__cap img[data-selectBottle=B023][data-capid=C002] {
	width: 36px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C003],
.view-area__cap img[data-selectBottle=B008][data-capid=C011],
.view-area__cap img[data-selectBottle=B023][data-capid=C003],
.view-area__cap img[data-selectBottle=B023][data-capid=C011] {
	width: 44px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C004],
.view-area__cap img[data-selectBottle=B023][data-capid=C004] {
	width: 52px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C005],
.view-area__cap img[data-selectBottle=B023][data-capid=C005] {
	width: 42px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C006],
.view-area__cap img[data-selectBottle=B023][data-capid=C006] {
	width: 47px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C007],
.view-area__cap img[data-selectBottle=B023][data-capid=C007] {
	width: 55px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C008],
.view-area__cap img[data-selectBottle=B008][data-capid=C009],
.view-area__cap img[data-selectBottle=B008][data-capid=C010],
.view-area__cap img[data-selectBottle=B023][data-capid=C008],
.view-area__cap img[data-selectBottle=B023][data-capid=C009],
.view-area__cap img[data-selectBottle=B023][data-capid=C010] {
	width: 46px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C012],
.view-area__cap img[data-selectBottle=B023][data-capid=C012] {
	width: 62px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C001],
.view-area__cap img[data-selectBottle=B009][data-capid=C002],
.view-area__cap img[data-selectBottle=B012][data-capid=C001],
.view-area__cap img[data-selectBottle=B012][data-capid=C002],
.view-area__cap img[data-selectBottle=B013][data-capid=C001],
.view-area__cap img[data-selectBottle=B013][data-capid=C002] {
	width: 43px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C003],
.view-area__cap img[data-selectBottle=B009][data-capid=C011],
.view-area__cap img[data-selectBottle=B012][data-capid=C003],
.view-area__cap img[data-selectBottle=B012][data-capid=C011],
.view-area__cap img[data-selectBottle=B013][data-capid=C003],
.view-area__cap img[data-selectBottle=B013][data-capid=C011] {
	width: 52px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C004],
.view-area__cap img[data-selectBottle=B012][data-capid=C004],
.view-area__cap img[data-selectBottle=B013][data-capid=C004] {
	width: 62px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C005],
.view-area__cap img[data-selectBottle=B012][data-capid=C005],
.view-area__cap img[data-selectBottle=B013][data-capid=C005] {
	width: 50px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C006],
.view-area__cap img[data-selectBottle=B012][data-capid=C006],
.view-area__cap img[data-selectBottle=B013][data-capid=C006] {
	width: 56px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C007],
.view-area__cap img[data-selectBottle=B012][data-capid=C007],
.view-area__cap img[data-selectBottle=B013][data-capid=C007] {
	width: 65px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C008],
.view-area__cap img[data-selectBottle=B009][data-capid=C009],
.view-area__cap img[data-selectBottle=B009][data-capid=C010],
.view-area__cap img[data-selectBottle=B012][data-capid=C008],
.view-area__cap img[data-selectBottle=B012][data-capid=C009],
.view-area__cap img[data-selectBottle=B012][data-capid=C010],
.view-area__cap img[data-selectBottle=B013][data-capid=C008],
.view-area__cap img[data-selectBottle=B013][data-capid=C009],
.view-area__cap img[data-selectBottle=B013][data-capid=C010] {
	width: 55px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C012],
.view-area__cap img[data-selectBottle=B012][data-capid=C012],
.view-area__cap img[data-selectBottle=B013][data-capid=C012] {
	width: 73px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C001],
.view-area__cap img[data-selectBottle=B011][data-capid=C002],
.view-area__cap img[data-selectBottle=B018][data-capid=C001],
.view-area__cap img[data-selectBottle=B018][data-capid=C002],
.view-area__cap img[data-selectBottle=B019][data-capid=C001],
.view-area__cap img[data-selectBottle=B019][data-capid=C002] {
	width: 60px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C003],
.view-area__cap img[data-selectBottle=B011][data-capid=C011],
.view-area__cap img[data-selectBottle=B018][data-capid=C003],
.view-area__cap img[data-selectBottle=B018][data-capid=C011],
.view-area__cap img[data-selectBottle=B019][data-capid=C003],
.view-area__cap img[data-selectBottle=B019][data-capid=C011] {
	width: 72px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C004],
.view-area__cap img[data-selectBottle=B018][data-capid=C004],
.view-area__cap img[data-selectBottle=B019][data-capid=C004] {
	width: 86px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C005],
.view-area__cap img[data-selectBottle=B018][data-capid=C005],
.view-area__cap img[data-selectBottle=B019][data-capid=C005] {
	width: 69px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C006],
.view-area__cap img[data-selectBottle=B018][data-capid=C006],
.view-area__cap img[data-selectBottle=B019][data-capid=C006] {
	width: 78px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C007],
.view-area__cap img[data-selectBottle=B018][data-capid=C007],
.view-area__cap img[data-selectBottle=B019][data-capid=C007] {
	width: 90px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C008],
.view-area__cap img[data-selectBottle=B011][data-capid=C009],
.view-area__cap img[data-selectBottle=B011][data-capid=C010],
.view-area__cap img[data-selectBottle=B018][data-capid=C008],
.view-area__cap img[data-selectBottle=B018][data-capid=C009],
.view-area__cap img[data-selectBottle=B018][data-capid=C010],
.view-area__cap img[data-selectBottle=B019][data-capid=C008],
.view-area__cap img[data-selectBottle=B019][data-capid=C009],
.view-area__cap img[data-selectBottle=B019][data-capid=C010] {
	width: 76px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C012],
.view-area__cap img[data-selectBottle=B018][data-capid=C012],
.view-area__cap img[data-selectBottle=B019][data-capid=C012] {
	width: 101px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C001],
.view-area__cap img[data-selectBottle=B015][data-capid=C002],
.view-area__cap img[data-selectBottle=B025][data-capid=C001],
.view-area__cap img[data-selectBottle=B025][data-capid=C002] {
	width: 57px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C003],
.view-area__cap img[data-selectBottle=B015][data-capid=C011],
.view-area__cap img[data-selectBottle=B025][data-capid=C003],
.view-area__cap img[data-selectBottle=B025][data-capid=C011] {
	width: 69px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C004],
.view-area__cap img[data-selectBottle=B025][data-capid=C004] {
	width: 82px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C005],
.view-area__cap img[data-selectBottle=B025][data-capid=C005] {
	width: 66px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C006],
.view-area__cap img[data-selectBottle=B025][data-capid=C006] {
	width: 74px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C007],
.view-area__cap img[data-selectBottle=B025][data-capid=C007] {
	width: 86px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C008],
.view-area__cap img[data-selectBottle=B015][data-capid=C009],
.view-area__cap img[data-selectBottle=B015][data-capid=C010],
.view-area__cap img[data-selectBottle=B025][data-capid=C008],
.view-area__cap img[data-selectBottle=B025][data-capid=C009],
.view-area__cap img[data-selectBottle=B025][data-capid=C010] {
	width: 73px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C012],
.view-area__cap img[data-selectBottle=B025][data-capid=C012] {
	width: 97px;
}

.view-area__cap img[data-selectBottle=B001],
.view-area__cap img[data-selectBottle=B002],
.view-area__cap img[data-selectBottle=B006],
.view-area__cap img[data-selectBottle=B019],
.view-area__cap img[data-selectBottle=B021] {
	bottom: 243px;
}

.view-area__cap img[data-selectBottle=B003] {
	bottom: 245px;
}

.view-area__cap img[data-selectBottle=B004],
.view-area__cap img[data-selectBottle=B018],
.view-area__cap img[data-selectBottle=B025] {
	bottom: 240px;
}

.view-area__cap img[data-selectBottle=B005],
.view-area__cap img[data-selectBottle=B015],
.view-area__cap img[data-selectBottle=B017] {
	bottom: 242px;
}

.view-area__cap img[data-selectBottle=B007] {
	bottom: 236px;
}

.view-area__cap img[data-selectBottle=B008] {
	bottom: 249px;
}

.view-area__cap img[data-selectBottle=B009],
.view-area__cap img[data-selectBottle=B013],
.view-area__cap img[data-selectBottle=B024] {
	bottom: 246px;
}

.view-area__cap img[data-selectBottle=B010],
.view-area__cap img[data-selectBottle=B012] {
	bottom: 245px;
}

.view-area__cap img[data-selectBottle=B011] {
	bottom: 235px;
}

.view-area__cap img[data-selectBottle=B014] {
	bottom: 240px;
}

.view-area__cap img[data-selectBottle=B016],
.view-area__cap img[data-selectBottle=B022] {
	bottom: 237px;
}

.view-area__cap img[data-selectBottle=B020] {
	bottom: 239px;
}

.view-area__cap img[data-selectBottle=B023] {
	bottom: 250px;
}

.view-area__cap img.is_capShow {
	display: block;
}

.view-area__hand {
	display: none;
	height: 100%;
}

.view-area__hand.is_selectView {
	display: block;
}

.view-area__hand img {
	-o-object-fit: cover;
	display: none;
	height: 100%;
	object-fit: cover;
}

.view-area__hand img.is_handShow {
	display: block;
}

/* ----------------------------------------
select-contents
---------------------------------------- */

.select-contents {
	margin-top: 50px;
	padding-top: 50px;
	position: relative;
}

.select-contents::after {
	background-image: linear-gradient(to right, #707070 3px, transparent 3px);
	background-repeat: repeat-x;
	background-size: 6px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.select-contents__item:not(:last-child) {
	margin-bottom: 40px;
}

.select-contents__item .btn {
	display: none;
}

.select-contents__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.select-contents__label {
	background-color: #7e7667;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	line-height: calc(29 / 16);
	text-align: center;
	width: 111px;
}

.select-contents__label--sp {
	display: none;
}

.select-contents__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.select-contents__name {
	font-size: 2rem;
	font-weight: bold;
}

.select-contents__size {
	font-size: 1.4rem;
	font-weight: bold;
}

/* ----------------------------------------
modal
---------------------------------------- */

.modal__btn-area {
	display: none;
}

.modal .btn {
	text-align: center;
}

/* ----------------------------------------
top
---------------------------------------- */

/* ----------------------------------------
fixed-btn
---------------------------------------- */

.fixed-btn {
	bottom: 80px;
	position: fixed;
	right: 48px;
	width: 268px;
	z-index: 999;
}

/* ----------------------------------------
fv
---------------------------------------- */

.fv {
	background-image: url(../img/fv_bg.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 170px;
	padding-top: 260px;
}

.fv__inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 190px;
}

.fv__heading {
	font-size: 4.6rem;
	font-weight: bold;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(64 / 46);
	margin-bottom: 45px;
}

.fv__guide {
	border: 1px solid #333;
	border-radius: 100px;
	font-size: 1.7rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(22 / 17);
	margin-bottom: 60px;
	padding: 15px 50px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__desc {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 14);
}

.fv__desc span {
	display: inline-block;
}

/* ----------------------------------------
promise
---------------------------------------- */

.promise {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	padding: 150px 20px 40px;
}

.promise__title {
	color: rgba(226, 226, 227, 0.7);
	font-family: futura-pt, sans-serif;
	font-size: 11rem;
	font-weight: 500;
	letter-spacing: calc(30 / 1000 * 1em);
	line-height: calc(141 / 110);
	margin-bottom: 40px;
}

.promise__subtitle {
	color: #222;
	font-size: 2.8rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(54 / 28);
	margin-bottom: 40px;
}

.promise__desc {
	color: #222;
	font-size: 1.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 14);
	margin-bottom: 140px;
}

.promise__desc span {
	font-weight: bold;
}

.promise__img {
	max-width: 541px;
	min-width: 450px;
	width: 38.6428571429%;
}

.promise__img--sp {
	display: none;
}

.promise__img--sp img {
	margin-left: 75px;
	max-width: 599px;
	width: 139.2vw;
}

/* ----------------------------------------
feature
---------------------------------------- */

.feature {
	background-image: url(../img/feature_top-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
}

.feature__overlay {
	background-image: url(../img/feature_bg.webp);
	background-position: center top;
	background-size: cover;
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.feature__inner {
	margin: 0 auto;
	max-width: 1156px;
	padding: 0 20px;
}

.feature__heading {
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-size: 21rem;
	font-weight: 500;
	letter-spacing: calc(30 / 1000 * 1em);
	line-height: calc(140 / 210);
	margin-bottom: 20px;
}

.feature__sub-heading {
	color: #fff;
	font-size: 3rem;
	letter-spacing: calc(100 / 1000 * 1em);
	margin-bottom: 150px;
	margin-left: auto;
	padding-bottom: 5px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.feature__sub-heading::after {
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	bottom: -5px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.feature__item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.feature__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature__item:nth-child(even) .feature__img {
	margin-left: -50px;
	margin-right: 0;
}

.feature__item:nth-child(even) .feature__img--sp {
	-webkit-transform: translateX(min(10.1333333333vw, 44px));
	transform: translateX(min(10.1333333333vw, 44px));
}

.feature__item:nth-child(even) .feature__num {
	left: 0;
	right: unset;
}

.feature__item:nth-child(3) .feature__body {
	padding-top: 80px;
}

.feature__item:nth-child(3) .feature__desc {
	margin-bottom: 0;
}

.feature__num {
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-size: min(12.9757785467vw, 15rem);
	font-weight: 500;
	letter-spacing: calc(30 / 1000 * 1em);
	line-height: 1;
	position: absolute;
	right: 0;
	text-shadow: 0px 0px 46px rgba(0, 0, 0, 0.16);
	top: -25px;
}

.feature__body {
	padding-top: 30px;
	width: 500px;
}

.feature__img {
	margin-right: -90px;
	width: min(59.9462365591%, 669px);
}

.feature__img--sp {
	display: none;
}

.feature__title {
	color: #222;
	font-size: 2.8rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(49 / 28);
	margin-bottom: 40px;
}

.feature__desc {
	color: #222;
	font-size: 1.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 14);
	margin-bottom: 90px;
}

.feature__desc span {
	font-weight: bold;
}

.feature-bottom {
	position: relative;
	z-index: 10;
}

.feature-bottom--sp {
	display: none;
}

/* ----------------------------------------
flow
---------------------------------------- */

.flow {
	background-color: #fafafa;
	background-image: url(../img/flow_bg.webp);
	background-position: center top;
	background-size: cover;
	padding-bottom: 140px;
	padding-top: 140px;
	position: relative;
	z-index: 0;
}

.flow__inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.flow__heading {
	-webkit-transform: translateX(-50%);
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-size: 39.3rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: calc(30 / 1000 * 1em);
	line-height: 1;
	position: absolute;
	top: -85px;
	transform: translateX(-50%);
	z-index: -1;
}

.flow__sub-heading {
	border-bottom: 3px solid #333;
	font-size: 2.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	margin: 0 auto 130px;
	padding-bottom: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.flow__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 70px 8.75%;
	justify-content: space-between;
	margin-bottom: 80px;
}

.flow__item {
	width: 27.5%;
}

.flow__item:not(:nth-child(3n)) {
	position: relative;
}

.flow__item:not(:nth-child(3n))::after {
	aspect-ratio: 36/71;
	background-image: url(../img/flow_arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	left: 108.75%;
	position: absolute;
	top: 30%;
	width: min(11.2852664577%, 36px);
}

.flow__num {
	color: rgba(175, 159, 142, 0.5);
	font-family: futura-pt, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: calc(40 / 1000 * 1em);
}

.flow__img--sp {
	display: none;
}

.flow__title {
	font-size: 2.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 24);
	margin-bottom: 20px;
	text-align: center;
}

.flow__desc {
	font-size: 1.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 14);
}

.flow__desc span {
	font-weight: bold;
}

.spec {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	padding: 45px 86px;
}

.spec__title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: center;
	aspect-ratio: 1;
	border: 1px solid #333;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	letter-spacing: calc(100 / 1000 * 1em);
	width: 158px;
}

.spec__title--main {
	font-family: futura-pt, sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.spec__title--sub {
	font-size: 1.4rem;
	font-weight: bold;
}

.spec__list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.spec__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}

.spec__content:not(:last-child) {
	margin-bottom: 30px;
}

.spec__content dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	letter-spacing: calc(50 / 1000 * 1em);
	position: relative;
	text-align: center;
	width: 190px;
}

.spec__content dt::after {
	-webkit-transform: translateY(-50%);
	background-image: linear-gradient(to right, #ccc 2px, transparent 2px);
	background-repeat: repeat-x;
	background-size: 4px;
	content: "";
	display: block;
	height: 1px;
	left: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 29px;
}

.spec__content dt p {
	width: 100%;
}

.spec__content img {
	width: 17px;
}

.spec__content dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 14);
}

/* ----------------------------------------
top-simulation
---------------------------------------- */

.top-simulation {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-image: url(../img/simulation_bg.webp);
	background-position: center top;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	justify-content: center;
	padding-bottom: 100px;
	padding-top: 140px;
	position: relative;
	z-index: 0;
}

.top-simulation__heading {
	-webkit-transform: translateX(-50%);
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-size: 16rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(185 / 160);
	position: absolute;
	top: 45px;
	transform: translateX(-50%);
	z-index: -1;
}

.top-simulation__sub-heading {
	margin: -45px auto 0;
	width: 477px;
}

.top-simulation__sub-heading--sp {
	display: none;
}

.top-simulation__desc {
	font-weight: bold;
	letter-spacing: calc(100 / 1000 * 1em);
	margin-bottom: 60px;
}

.top-simulation .btn {
	margin: 0 auto;
	text-align: center;
	width: 493px;
}

.top-simulation__img {
	padding-bottom: 20px;
	width: 253px;
}

/* ----------------------------------------
faq
---------------------------------------- */

.faq {
	padding: 80px 60px;
}

.faq__inner {
	margin: 0 auto;
	max-width: 1200px;
}

.faq__heading {
	color: #959595;
	font-family: futura-pt, sans-serif;
	font-size: 5.8rem;
	font-weight: 500;
	letter-spacing: calc(30 / 1000 * 1em);
	text-align: center;
}

.faq__sub-heading {
	color: #222;
	font-size: 2.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	margin-bottom: 100px;
	text-align: center;
}

.faq__contents {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 70px 8.3333333333%;
	justify-content: center;
}

.faq__group {
	width: 45.8333333333%;
}

.faq__title {
	border-radius: 100px;
	color: #fff;
	font-size: 2rem;
	padding: 11px 0;
	text-align: center;
}

.faq__title--01 {
	background: -webkit-gradient(linear, right top, left top, from(#9fc2cb), to(#56b2cc));
	background: linear-gradient(to left, #9fc2cb 0%, #56b2cc 100%);
}

.faq__title--02 {
	background: -webkit-gradient(linear, right top, left top, from(#e6aed1), to(#de75b7));
	background: linear-gradient(to left, #e6aed1 0%, #de75b7 100%);
}

.faq__title--03 {
	background: -webkit-gradient(linear, right top, left top, from(#afb4b0), to(#7e897e));
	background: linear-gradient(to left, #afb4b0 0%, #7e897e 100%);
}

.faq__title--04 {
	background: -webkit-gradient(linear, right top, left top, from(#c3aed3), to(#9c79b5));
	background: linear-gradient(to left, #c3aed3 0%, #9c79b5 100%);
}

.faq__item {
	padding: 40px 0;
}

.faq__item:last-child {
	padding-bottom: 0;
}

.faq__item:not(:first-child) {
	position: relative;
}

.faq__item:not(:first-child)::after {
	background-image: linear-gradient(to right, #222 1px, transparent 4px);
	background-repeat: repeat-x;
	background-size: 5px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.faq__question {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	gap: 15px;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(24 / 14);
	margin-bottom: 20px;
}

.faq__question img {
	width: 25px;
}

.faq__answer {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(24 / 14);
}

@media screen and (max-width: 1024px) {

.footer {
	padding: 60px 60px 30px;
}

.footer__inner {
	margin-bottom: 80px;
}

.footer__navi {
	width: 360px;
}

.footer__list {
	width: 160px;
}

.footer__item {
	font-size: 1.6rem;
}

.header__inner {
	padding-top: 25px;
}

.header__logo {
	margin-left: 80px;
}

.header .btn {
	margin-right: 50px;
}

.br--under-tab {
	display: block;
}

.contact__inner {
	max-width: 730px;
}

.contact__contents {
	left: 60px;
	top: 40px;
}

.contact__heading {
	margin-bottom: 20px;
}

.simulation-top {
	padding-top: 140px;
}

.simulation-top__heading--ja {
	width: 354px;
}

.simulation-top__heading--en {
	font-size: 10.5rem;
}

.simulation {
	padding-bottom: 115px;
	padding-top: 60px;
}

.simulation__heading {
	font-size: 2rem;
	margin-bottom: 30px;
}

.simulation__note {
	font-size: 1.2rem;
	margin-bottom: 40px;
}

.simulator {
	padding: 25px 20px 100px;
}

.simulator__side {
	padding-top: 30px;
}

.simulator__center {
	padding: 40px 3.0848329049%;
}

.simulator__heading {
	font-size: 2.2rem;
	padding-bottom: 10px;
}

.simulator__heading--sm {
	font-size: 1.5rem;
}

.simulator__contents {
	padding-top: 30px;
}

.simulator__label {
	margin-bottom: 10px;
	width: 40px;
}

.simulator__list {
	gap: 5px;
}

.simulator__list--pomp {
	margin-bottom: 45px;
}

.simulator__item {
	width: calc((100% - 15px) / 4);
}

.switch-area {
	margin-bottom: 30px;
}

.switch-area__heading {
	font-size: 1.8rem;
}

.switch-area__item p {
	font-size: 1.2rem;
}

.switch-area__input:checked ~ .switch-area__bar .switch-area__circle {
	left: calc(100% - 15px);
}

.view-area {
	height: 346px;
}

.view-area__normal {
	padding-top: 107px;
}

.view-area__bottle img {
	height: 205px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C001],
.view-area__cap img[data-selectBottle=B001][data-capid=C002],
.view-area__cap img[data-selectBottle=B003][data-capid=C001],
.view-area__cap img[data-selectBottle=B003][data-capid=C002],
.view-area__cap img[data-selectBottle=B005][data-capid=C001],
.view-area__cap img[data-selectBottle=B005][data-capid=C002],
.view-area__cap img[data-selectBottle=B024][data-capid=C001],
.view-area__cap img[data-selectBottle=B024][data-capid=C002] {
	width: 43px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C003],
.view-area__cap img[data-selectBottle=B001][data-capid=C011],
.view-area__cap img[data-selectBottle=B003][data-capid=C003],
.view-area__cap img[data-selectBottle=B003][data-capid=C011],
.view-area__cap img[data-selectBottle=B005][data-capid=C003],
.view-area__cap img[data-selectBottle=B005][data-capid=C011],
.view-area__cap img[data-selectBottle=B024][data-capid=C003],
.view-area__cap img[data-selectBottle=B024][data-capid=C011] {
	width: 52px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C004],
.view-area__cap img[data-selectBottle=B003][data-capid=C004],
.view-area__cap img[data-selectBottle=B005][data-capid=C004],
.view-area__cap img[data-selectBottle=B024][data-capid=C004] {
	width: 63px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C005],
.view-area__cap img[data-selectBottle=B003][data-capid=C005],
.view-area__cap img[data-selectBottle=B005][data-capid=C005],
.view-area__cap img[data-selectBottle=B024][data-capid=C005] {
	width: 51px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C006],
.view-area__cap img[data-selectBottle=B003][data-capid=C006],
.view-area__cap img[data-selectBottle=B005][data-capid=C006],
.view-area__cap img[data-selectBottle=B024][data-capid=C006] {
	width: 56px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C007],
.view-area__cap img[data-selectBottle=B003][data-capid=C007],
.view-area__cap img[data-selectBottle=B005][data-capid=C007],
.view-area__cap img[data-selectBottle=B024][data-capid=C007] {
	width: 65px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C008],
.view-area__cap img[data-selectBottle=B001][data-capid=C009],
.view-area__cap img[data-selectBottle=B001][data-capid=C010],
.view-area__cap img[data-selectBottle=B003][data-capid=C008],
.view-area__cap img[data-selectBottle=B003][data-capid=C009],
.view-area__cap img[data-selectBottle=B003][data-capid=C010],
.view-area__cap img[data-selectBottle=B005][data-capid=C008],
.view-area__cap img[data-selectBottle=B005][data-capid=C009],
.view-area__cap img[data-selectBottle=B005][data-capid=C010],
.view-area__cap img[data-selectBottle=B024][data-capid=C008],
.view-area__cap img[data-selectBottle=B024][data-capid=C009],
.view-area__cap img[data-selectBottle=B024][data-capid=C010] {
	width: 55px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C012],
.view-area__cap img[data-selectBottle=B003][data-capid=C012],
.view-area__cap img[data-selectBottle=B005][data-capid=C012],
.view-area__cap img[data-selectBottle=B024][data-capid=C012] {
	width: 74px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C001],
.view-area__cap img[data-selectBottle=B002][data-capid=C002],
.view-area__cap img[data-selectBottle=B006][data-capid=C001],
.view-area__cap img[data-selectBottle=B006][data-capid=C002],
.view-area__cap img[data-selectBottle=B010][data-capid=C001],
.view-area__cap img[data-selectBottle=B010][data-capid=C002],
.view-area__cap img[data-selectBottle=B017][data-capid=C001],
.view-area__cap img[data-selectBottle=B017][data-capid=C002],
.view-area__cap img[data-selectBottle=B021][data-capid=C001],
.view-area__cap img[data-selectBottle=B021][data-capid=C002] {
	width: 48px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C003],
.view-area__cap img[data-selectBottle=B002][data-capid=C011],
.view-area__cap img[data-selectBottle=B006][data-capid=C003],
.view-area__cap img[data-selectBottle=B006][data-capid=C011],
.view-area__cap img[data-selectBottle=B010][data-capid=C003],
.view-area__cap img[data-selectBottle=B010][data-capid=C011],
.view-area__cap img[data-selectBottle=B017][data-capid=C003],
.view-area__cap img[data-selectBottle=B017][data-capid=C011],
.view-area__cap img[data-selectBottle=B021][data-capid=C003],
.view-area__cap img[data-selectBottle=B021][data-capid=C011] {
	width: 58px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C004],
.view-area__cap img[data-selectBottle=B006][data-capid=C004],
.view-area__cap img[data-selectBottle=B010][data-capid=C004],
.view-area__cap img[data-selectBottle=B017][data-capid=C004],
.view-area__cap img[data-selectBottle=B021][data-capid=C004] {
	width: 70px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C005],
.view-area__cap img[data-selectBottle=B006][data-capid=C005],
.view-area__cap img[data-selectBottle=B010][data-capid=C005],
.view-area__cap img[data-selectBottle=B017][data-capid=C005],
.view-area__cap img[data-selectBottle=B021][data-capid=C005] {
	width: 57px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C006],
.view-area__cap img[data-selectBottle=B006][data-capid=C006],
.view-area__cap img[data-selectBottle=B010][data-capid=C006],
.view-area__cap img[data-selectBottle=B017][data-capid=C006],
.view-area__cap img[data-selectBottle=B021][data-capid=C006] {
	width: 63px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C007],
.view-area__cap img[data-selectBottle=B006][data-capid=C007],
.view-area__cap img[data-selectBottle=B010][data-capid=C007],
.view-area__cap img[data-selectBottle=B017][data-capid=C007],
.view-area__cap img[data-selectBottle=B021][data-capid=C007] {
	width: 72px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C008],
.view-area__cap img[data-selectBottle=B002][data-capid=C009],
.view-area__cap img[data-selectBottle=B002][data-capid=C010],
.view-area__cap img[data-selectBottle=B006][data-capid=C008],
.view-area__cap img[data-selectBottle=B006][data-capid=C009],
.view-area__cap img[data-selectBottle=B006][data-capid=C010],
.view-area__cap img[data-selectBottle=B010][data-capid=C008],
.view-area__cap img[data-selectBottle=B010][data-capid=C009],
.view-area__cap img[data-selectBottle=B010][data-capid=C010],
.view-area__cap img[data-selectBottle=B017][data-capid=C008],
.view-area__cap img[data-selectBottle=B017][data-capid=C009],
.view-area__cap img[data-selectBottle=B017][data-capid=C010],
.view-area__cap img[data-selectBottle=B021][data-capid=C008],
.view-area__cap img[data-selectBottle=B021][data-capid=C009],
.view-area__cap img[data-selectBottle=B021][data-capid=C010] {
	width: 61px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C012],
.view-area__cap img[data-selectBottle=B006][data-capid=C012],
.view-area__cap img[data-selectBottle=B010][data-capid=C012],
.view-area__cap img[data-selectBottle=B017][data-capid=C012],
.view-area__cap img[data-selectBottle=B021][data-capid=C012] {
	width: 82px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C001],
.view-area__cap img[data-selectBottle=B004][data-capid=C002],
.view-area__cap img[data-selectBottle=B014][data-capid=C001],
.view-area__cap img[data-selectBottle=B014][data-capid=C002],
.view-area__cap img[data-selectBottle=B016][data-capid=C001],
.view-area__cap img[data-selectBottle=B016][data-capid=C002] {
	width: 58px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C003],
.view-area__cap img[data-selectBottle=B004][data-capid=C011],
.view-area__cap img[data-selectBottle=B014][data-capid=C003],
.view-area__cap img[data-selectBottle=B014][data-capid=C011],
.view-area__cap img[data-selectBottle=B016][data-capid=C003],
.view-area__cap img[data-selectBottle=B016][data-capid=C011] {
	width: 69px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C004],
.view-area__cap img[data-selectBottle=B014][data-capid=C004],
.view-area__cap img[data-selectBottle=B016][data-capid=C004] {
	width: 84px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C005],
.view-area__cap img[data-selectBottle=B014][data-capid=C005],
.view-area__cap img[data-selectBottle=B016][data-capid=C005] {
	width: 58px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C006],
.view-area__cap img[data-selectBottle=B014][data-capid=C006],
.view-area__cap img[data-selectBottle=B016][data-capid=C006] {
	width: 75px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C007],
.view-area__cap img[data-selectBottle=B014][data-capid=C007],
.view-area__cap img[data-selectBottle=B016][data-capid=C007] {
	width: 87px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C008],
.view-area__cap img[data-selectBottle=B004][data-capid=C009],
.view-area__cap img[data-selectBottle=B004][data-capid=C010],
.view-area__cap img[data-selectBottle=B014][data-capid=C008],
.view-area__cap img[data-selectBottle=B014][data-capid=C009],
.view-area__cap img[data-selectBottle=B014][data-capid=C010],
.view-area__cap img[data-selectBottle=B016][data-capid=C008],
.view-area__cap img[data-selectBottle=B016][data-capid=C009],
.view-area__cap img[data-selectBottle=B016][data-capid=C010] {
	width: 74px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C012],
.view-area__cap img[data-selectBottle=B014][data-capid=C012],
.view-area__cap img[data-selectBottle=B016][data-capid=C012] {
	width: 98px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C001],
.view-area__cap img[data-selectBottle=B007][data-capid=C002],
.view-area__cap img[data-selectBottle=B020][data-capid=C001],
.view-area__cap img[data-selectBottle=B020][data-capid=C002],
.view-area__cap img[data-selectBottle=B022][data-capid=C001],
.view-area__cap img[data-selectBottle=B022][data-capid=C002] {
	width: 63px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C003],
.view-area__cap img[data-selectBottle=B007][data-capid=C011],
.view-area__cap img[data-selectBottle=B020][data-capid=C003],
.view-area__cap img[data-selectBottle=B020][data-capid=C011],
.view-area__cap img[data-selectBottle=B022][data-capid=C003],
.view-area__cap img[data-selectBottle=B022][data-capid=C011] {
	width: 75px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C004],
.view-area__cap img[data-selectBottle=B020][data-capid=C004],
.view-area__cap img[data-selectBottle=B022][data-capid=C004] {
	width: 91px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C005],
.view-area__cap img[data-selectBottle=B020][data-capid=C005],
.view-area__cap img[data-selectBottle=B022][data-capid=C005] {
	width: 73px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C006],
.view-area__cap img[data-selectBottle=B020][data-capid=C006],
.view-area__cap img[data-selectBottle=B022][data-capid=C006] {
	width: 81px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C007],
.view-area__cap img[data-selectBottle=B020][data-capid=C007],
.view-area__cap img[data-selectBottle=B022][data-capid=C007] {
	width: 94px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C008],
.view-area__cap img[data-selectBottle=B007][data-capid=C009],
.view-area__cap img[data-selectBottle=B007][data-capid=C010],
.view-area__cap img[data-selectBottle=B020][data-capid=C008],
.view-area__cap img[data-selectBottle=B020][data-capid=C009],
.view-area__cap img[data-selectBottle=B020][data-capid=C010],
.view-area__cap img[data-selectBottle=B022][data-capid=C008],
.view-area__cap img[data-selectBottle=B022][data-capid=C009],
.view-area__cap img[data-selectBottle=B022][data-capid=C010] {
	width: 80px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C012],
.view-area__cap img[data-selectBottle=B020][data-capid=C012],
.view-area__cap img[data-selectBottle=B022][data-capid=C012] {
	width: 107px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C001],
.view-area__cap img[data-selectBottle=B008][data-capid=C002],
.view-area__cap img[data-selectBottle=B023][data-capid=C001],
.view-area__cap img[data-selectBottle=B023][data-capid=C002] {
	width: 34px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C003],
.view-area__cap img[data-selectBottle=B008][data-capid=C011],
.view-area__cap img[data-selectBottle=B023][data-capid=C003],
.view-area__cap img[data-selectBottle=B023][data-capid=C011] {
	width: 40px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C004],
.view-area__cap img[data-selectBottle=B023][data-capid=C004] {
	width: 49px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C005],
.view-area__cap img[data-selectBottle=B023][data-capid=C005] {
	width: 40px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C006],
.view-area__cap img[data-selectBottle=B023][data-capid=C006] {
	width: 44px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C007],
.view-area__cap img[data-selectBottle=B023][data-capid=C007] {
	width: 51px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C008],
.view-area__cap img[data-selectBottle=B008][data-capid=C009],
.view-area__cap img[data-selectBottle=B008][data-capid=C010],
.view-area__cap img[data-selectBottle=B023][data-capid=C008],
.view-area__cap img[data-selectBottle=B023][data-capid=C009],
.view-area__cap img[data-selectBottle=B023][data-capid=C010] {
	width: 43px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C012],
.view-area__cap img[data-selectBottle=B023][data-capid=C012] {
	width: 57px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C001],
.view-area__cap img[data-selectBottle=B009][data-capid=C002],
.view-area__cap img[data-selectBottle=B012][data-capid=C001],
.view-area__cap img[data-selectBottle=B012][data-capid=C002],
.view-area__cap img[data-selectBottle=B013][data-capid=C001],
.view-area__cap img[data-selectBottle=B013][data-capid=C002] {
	width: 40px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C003],
.view-area__cap img[data-selectBottle=B009][data-capid=C011],
.view-area__cap img[data-selectBottle=B012][data-capid=C003],
.view-area__cap img[data-selectBottle=B012][data-capid=C011],
.view-area__cap img[data-selectBottle=B013][data-capid=C003],
.view-area__cap img[data-selectBottle=B013][data-capid=C011] {
	width: 48px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C004],
.view-area__cap img[data-selectBottle=B012][data-capid=C004],
.view-area__cap img[data-selectBottle=B013][data-capid=C004] {
	width: 58px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C005],
.view-area__cap img[data-selectBottle=B012][data-capid=C005],
.view-area__cap img[data-selectBottle=B013][data-capid=C005] {
	width: 47px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C006],
.view-area__cap img[data-selectBottle=B012][data-capid=C006],
.view-area__cap img[data-selectBottle=B013][data-capid=C006] {
	width: 52px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C007],
.view-area__cap img[data-selectBottle=B012][data-capid=C007],
.view-area__cap img[data-selectBottle=B013][data-capid=C007] {
	width: 60px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C008],
.view-area__cap img[data-selectBottle=B009][data-capid=C009],
.view-area__cap img[data-selectBottle=B009][data-capid=C010],
.view-area__cap img[data-selectBottle=B012][data-capid=C008],
.view-area__cap img[data-selectBottle=B012][data-capid=C009],
.view-area__cap img[data-selectBottle=B012][data-capid=C010],
.view-area__cap img[data-selectBottle=B013][data-capid=C008],
.view-area__cap img[data-selectBottle=B013][data-capid=C009],
.view-area__cap img[data-selectBottle=B013][data-capid=C010] {
	width: 51px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C012],
.view-area__cap img[data-selectBottle=B012][data-capid=C012],
.view-area__cap img[data-selectBottle=B013][data-capid=C012] {
	width: 68px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C001],
.view-area__cap img[data-selectBottle=B011][data-capid=C002],
.view-area__cap img[data-selectBottle=B018][data-capid=C001],
.view-area__cap img[data-selectBottle=B018][data-capid=C002],
.view-area__cap img[data-selectBottle=B019][data-capid=C001],
.view-area__cap img[data-selectBottle=B019][data-capid=C002] {
	width: 55px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C003],
.view-area__cap img[data-selectBottle=B011][data-capid=C011],
.view-area__cap img[data-selectBottle=B018][data-capid=C003],
.view-area__cap img[data-selectBottle=B018][data-capid=C011],
.view-area__cap img[data-selectBottle=B019][data-capid=C003],
.view-area__cap img[data-selectBottle=B019][data-capid=C011] {
	width: 67px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C004],
.view-area__cap img[data-selectBottle=B018][data-capid=C004],
.view-area__cap img[data-selectBottle=B019][data-capid=C004] {
	width: 80px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C005],
.view-area__cap img[data-selectBottle=B018][data-capid=C005],
.view-area__cap img[data-selectBottle=B019][data-capid=C005] {
	width: 65px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C006],
.view-area__cap img[data-selectBottle=B018][data-capid=C006],
.view-area__cap img[data-selectBottle=B019][data-capid=C006] {
	width: 72px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C007],
.view-area__cap img[data-selectBottle=B018][data-capid=C007],
.view-area__cap img[data-selectBottle=B019][data-capid=C007] {
	width: 83px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C008],
.view-area__cap img[data-selectBottle=B011][data-capid=C009],
.view-area__cap img[data-selectBottle=B011][data-capid=C010],
.view-area__cap img[data-selectBottle=B018][data-capid=C008],
.view-area__cap img[data-selectBottle=B018][data-capid=C009],
.view-area__cap img[data-selectBottle=B018][data-capid=C010],
.view-area__cap img[data-selectBottle=B019][data-capid=C008],
.view-area__cap img[data-selectBottle=B019][data-capid=C009],
.view-area__cap img[data-selectBottle=B019][data-capid=C010] {
	width: 70px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C012],
.view-area__cap img[data-selectBottle=B018][data-capid=C012],
.view-area__cap img[data-selectBottle=B019][data-capid=C012] {
	width: 94px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C001],
.view-area__cap img[data-selectBottle=B015][data-capid=C002],
.view-area__cap img[data-selectBottle=B025][data-capid=C001],
.view-area__cap img[data-selectBottle=B025][data-capid=C002] {
	width: 53px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C003],
.view-area__cap img[data-selectBottle=B015][data-capid=C011],
.view-area__cap img[data-selectBottle=B025][data-capid=C003],
.view-area__cap img[data-selectBottle=B025][data-capid=C011] {
	width: 64px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C004],
.view-area__cap img[data-selectBottle=B025][data-capid=C004] {
	width: 77px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C005],
.view-area__cap img[data-selectBottle=B025][data-capid=C005] {
	width: 62px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C006],
.view-area__cap img[data-selectBottle=B025][data-capid=C006] {
	width: 69px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C007],
.view-area__cap img[data-selectBottle=B025][data-capid=C007] {
	width: 80px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C008],
.view-area__cap img[data-selectBottle=B015][data-capid=C009],
.view-area__cap img[data-selectBottle=B015][data-capid=C010],
.view-area__cap img[data-selectBottle=B025][data-capid=C008],
.view-area__cap img[data-selectBottle=B025][data-capid=C009],
.view-area__cap img[data-selectBottle=B025][data-capid=C010] {
	width: 68px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C012],
.view-area__cap img[data-selectBottle=B025][data-capid=C012] {
	width: 90px;
}

.view-area__cap img[data-selectBottle=B001],
.view-area__cap img[data-selectBottle=B002],
.view-area__cap img[data-selectBottle=B006],
.view-area__cap img[data-selectBottle=B019],
.view-area__cap img[data-selectBottle=B021] {
	bottom: 218px;
}

.view-area__cap img[data-selectBottle=B003] {
	bottom: 220px;
}

.view-area__cap img[data-selectBottle=B004],
.view-area__cap img[data-selectBottle=B018],
.view-area__cap img[data-selectBottle=B025] {
	bottom: 216px;
}

.view-area__cap img[data-selectBottle=B005],
.view-area__cap img[data-selectBottle=B015],
.view-area__cap img[data-selectBottle=B017] {
	bottom: 217px;
}

.view-area__cap img[data-selectBottle=B007] {
	bottom: 212px;
}

.view-area__cap img[data-selectBottle=B008] {
	bottom: 224px;
}

.view-area__cap img[data-selectBottle=B009],
.view-area__cap img[data-selectBottle=B013],
.view-area__cap img[data-selectBottle=B024] {
	bottom: 220px;
}

.view-area__cap img[data-selectBottle=B010],
.view-area__cap img[data-selectBottle=B012] {
	bottom: 220px;
}

.view-area__cap img[data-selectBottle=B011] {
	bottom: 213px;
}

.view-area__cap img[data-selectBottle=B014] {
	bottom: 214px;
}

.view-area__cap img[data-selectBottle=B016],
.view-area__cap img[data-selectBottle=B022] {
	bottom: 212px;
}

.view-area__cap img[data-selectBottle=B020] {
	bottom: 214px;
}

.view-area__cap img[data-selectBottle=B023] {
	bottom: 224px;
}

.select-contents {
	margin-top: 25px;
	padding-top: 25px;
}

.select-contents__item:not(:last-child) {
	margin-bottom: 30px;
}

.select-contents__label {
	font-size: 1.4rem;
	width: 90px;
}

.select-contents__name {
	font-size: 1.6rem;
}

.select-contents__size {
	font-size: 1.2rem;
}

.fixed-btn {
	bottom: 20px;
	right: 20px;
	width: 200px;
}

.fv {
	padding-bottom: 130px;
	padding-top: 210px;
}

.fv__inner {
	padding: 0 100px;
}

.fv__heading {
	font-size: 3.5rem;
	margin-bottom: 35px;
}

.fv__guide {
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.promise {
	padding-top: 80px;
}

.promise__title {
	font-size: 8rem;
	margin-bottom: 20px;
}

.promise__subtitle {
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

.promise__desc {
	line-height: 2;
	margin-bottom: 70px;
}

.promise__img {
	min-width: 330px;
}

.feature__inner {
	max-width: 890px;
}

.feature__heading {
	font-size: 14rem;
}

.feature__sub-heading {
	font-size: 2.4rem;
	margin-bottom: 70px;
}

.feature__item:nth-child(even) .feature__img {
	margin-left: -60px;
}

.feature__item:nth-child(3) .feature__body {
	padding-top: 30px;
}

.feature__body {
	min-width: 400px;
	width: 400px;
}

.feature__img {
	width: 55%;
}

.feature__title {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.feature__desc {
	letter-spacing: calc(50 / 1000 * 1em);
}

.flow {
	padding-bottom: 95px;
	padding-top: 95px;
}

.flow__heading {
	font-size: 26rem;
	top: -55px;
}

.flow__sub-heading {
	font-size: 2.2rem;
	margin-bottom: 90px;
}

.flow__list {
	gap: 50px 5%;
}

.flow__item {
	width: 30%;
}

.flow__item:not(:nth-child(3n))::after {
	left: 103%;
}

.flow__title {
	font-size: 1.8rem;
}

.spec {
	border-radius: 35px;
	gap: 40px;
	margin: 0 auto;
	max-width: 800px;
	padding: 30px 40px;
}

.spec__title {
	width: 125px;
}

.spec__content:not(:last-child) {
	margin-bottom: 20px;
}

.spec__content dt {
	width: 160px;
}

.top-simulation {
	padding-bottom: 80px;
	padding-top: 100px;
}

.top-simulation__heading {
	font-size: 11rem;
}

.top-simulation__sub-heading {
	margin-top: -30px;
	width: 370px;
}

.top-simulation__desc {
	margin-bottom: 40px;
	text-align: center;
}

.top-simulation .btn {
	width: 400px;
}

.top-simulation__img {
	width: 210px;
}

.faq {
	padding: 60px 40px;
}

.faq__heading {
	font-size: 4.7rem;
}

.faq__sub-heading {
	font-size: 2rem;
	margin-bottom: 70px;
}

.faq__contents {
	gap: 50px 5.2966101695%;
}

.faq__group {
	width: 47.3516949153%;
}

.faq__title {
	font-size: 1.8rem;
}

.faq__item {
	padding: 30px 0;
}

}

@media screen and (max-width: 768px) {

html.is_fixed {
	overflow: hidden;
}

.footer {
	padding: 40px 30px 25px;
}

.footer__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 70px;
	margin-bottom: 50px;
}

.footer__logo {
	width: 120px;
}

.footer__navi {
	width: 100%;
}

.footer__list {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__item {
	font-size: 1.4rem;
}

.footer__item:not(:first-child) {
	margin-top: 15px;
}

.copyright {
	font-size: 1.2rem;
}

.header__inner {
	max-width: 600px;
}

.header__logo {
	margin-left: 20px;
	margin-top: 15px;
	width: 149px;
}

.header .btn {
	font-size: 1.3rem;
	margin-right: 20px;
	margin-top: 0;
	padding: 10px 20px;
	text-align: center;
	width: auto;
}

.header .btn img {
	display: none;
}

.br--pc {
	display: none;
}

.br--sp {
	display: block;
}

.btn {
	font-size: 1.6rem;
	padding: 17px 0;
}

.contact {
	margin-bottom: 90px;
}

.contact__inner {
	max-width: 314px;
}

.contact__bg {
	display: none;
}

.contact__bg--sp {
	display: block;
}

.contact__contents {
	-webkit-transform: translateX(-50%);
	left: 50%;
	top: 32%;
	transform: translateX(-50%);
	width: 248px;
}

.contact__heading {
	font-size: 2.7rem;
	margin-bottom: min(18.6666666667vw, 70px);
	text-align: left;
}

.contact .btn {
	font-size: 1.3rem;
	padding: 14px 0;
	padding-left: 63px;
}

.contact .btn img {
	width: 11px;
}

.simulation-top {
	background-image: url(../img/simulation_bg-sp.webp);
	padding-bottom: 20px;
	padding-top: 140px;
}

.simulation-top__heading--pc {
	display: none;
}

.simulation-top__heading--sp {
	display: block;
}

.simulation-top__heading--ja {
	width: 234px;
}

.simulation-top__heading--en {
	font-size: 4.9rem;
	letter-spacing: calc(30 / 1000 * 1em);
	top: -5px;
}

.simulation {
	padding-bottom: 80px;
	padding-top: 35px;
}

.simulation__heading {
	font-size: 1.3rem;
	letter-spacing: calc(0 / 1000 * 1em);
	line-height: calc(24 / 13);
	margin-bottom: 20px;
}

.simulation__note {
	font-size: 1rem;
	margin-bottom: 30px;
}

.simulator {
	margin-bottom: 70px;
	padding: 0;
}

.simulator__container {
	background-color: #fff;
	border-radius: 10px;
	gap: 0;
	margin-left: calc(50% - 193.5px);
	padding: 30px 45px;
	width: 387px;
}

.simulator__side {
	height: 0;
	padding-top: 0;
	width: 0;
}

.simulator__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	gap: 30px 27px;
	justify-content: center;
	padding: 0;
	width: 300px;
}

.simulator__heading {
	font-size: 2.6rem;
	padding-bottom: 12px;
	padding-top: 17px;
}

.simulator__heading--sm {
	font-size: 1.7rem;
}

.simulator__contents {
	height: calc(80vh - 68px - 90px);
	max-height: 345px;
	overflow-y: auto;
	padding: 20px;
}

.simulator__label {
	margin-bottom: 15px;
	width: 45px;
}

.simulator__list {
	gap: 8px;
	margin-bottom: 20px;
}

.simulator__list--pomp {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.simulator__item {
	width: calc((100% - 24px) / 4);
}

.switch-area {
	margin-bottom: 0;
	padding-top: 13px;
	width: 65px;
}

.switch-area__heading {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.switch-area__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.switch-area__item {
	width: 100%;
}

.switch-area__item p {
	font-size: 0.9rem;
	margin-bottom: 7px;
}

.switch-area__bar {
	height: 11px;
}

.switch-area__circle {
	height: 15px;
	width: 15px;
}

.view-area {
	background-color: #f7f7f7;
	height: 190px;
	width: 190px;
}

.view-area__normal {
	padding-top: 55px;
}

.view-area__bottle img {
	height: 120px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C001],
.view-area__cap img[data-selectBottle=B001][data-capid=C002],
.view-area__cap img[data-selectBottle=B003][data-capid=C001],
.view-area__cap img[data-selectBottle=B003][data-capid=C002],
.view-area__cap img[data-selectBottle=B005][data-capid=C001],
.view-area__cap img[data-selectBottle=B005][data-capid=C002],
.view-area__cap img[data-selectBottle=B024][data-capid=C001],
.view-area__cap img[data-selectBottle=B024][data-capid=C002] {
	width: 28px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C003],
.view-area__cap img[data-selectBottle=B001][data-capid=C011],
.view-area__cap img[data-selectBottle=B003][data-capid=C003],
.view-area__cap img[data-selectBottle=B003][data-capid=C011],
.view-area__cap img[data-selectBottle=B005][data-capid=C003],
.view-area__cap img[data-selectBottle=B005][data-capid=C011],
.view-area__cap img[data-selectBottle=B024][data-capid=C003],
.view-area__cap img[data-selectBottle=B024][data-capid=C011] {
	width: 34px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C004],
.view-area__cap img[data-selectBottle=B003][data-capid=C004],
.view-area__cap img[data-selectBottle=B005][data-capid=C004],
.view-area__cap img[data-selectBottle=B024][data-capid=C004] {
	width: 40px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C005],
.view-area__cap img[data-selectBottle=B003][data-capid=C005],
.view-area__cap img[data-selectBottle=B005][data-capid=C005],
.view-area__cap img[data-selectBottle=B024][data-capid=C005] {
	width: 33px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C006],
.view-area__cap img[data-selectBottle=B003][data-capid=C006],
.view-area__cap img[data-selectBottle=B005][data-capid=C006],
.view-area__cap img[data-selectBottle=B024][data-capid=C006] {
	width: 37px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C007],
.view-area__cap img[data-selectBottle=B003][data-capid=C007],
.view-area__cap img[data-selectBottle=B005][data-capid=C007],
.view-area__cap img[data-selectBottle=B024][data-capid=C007] {
	width: 42px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C008],
.view-area__cap img[data-selectBottle=B001][data-capid=C009],
.view-area__cap img[data-selectBottle=B001][data-capid=C010],
.view-area__cap img[data-selectBottle=B003][data-capid=C008],
.view-area__cap img[data-selectBottle=B003][data-capid=C009],
.view-area__cap img[data-selectBottle=B003][data-capid=C010],
.view-area__cap img[data-selectBottle=B005][data-capid=C008],
.view-area__cap img[data-selectBottle=B005][data-capid=C009],
.view-area__cap img[data-selectBottle=B005][data-capid=C010],
.view-area__cap img[data-selectBottle=B024][data-capid=C008],
.view-area__cap img[data-selectBottle=B024][data-capid=C009],
.view-area__cap img[data-selectBottle=B024][data-capid=C010] {
	width: 36px;
}

.view-area__cap img[data-selectBottle=B001][data-capid=C012],
.view-area__cap img[data-selectBottle=B003][data-capid=C012],
.view-area__cap img[data-selectBottle=B005][data-capid=C012],
.view-area__cap img[data-selectBottle=B024][data-capid=C012] {
	width: 48px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C001],
.view-area__cap img[data-selectBottle=B002][data-capid=C002],
.view-area__cap img[data-selectBottle=B006][data-capid=C001],
.view-area__cap img[data-selectBottle=B006][data-capid=C002],
.view-area__cap img[data-selectBottle=B010][data-capid=C001],
.view-area__cap img[data-selectBottle=B010][data-capid=C002],
.view-area__cap img[data-selectBottle=B017][data-capid=C001],
.view-area__cap img[data-selectBottle=B017][data-capid=C002],
.view-area__cap img[data-selectBottle=B021][data-capid=C001],
.view-area__cap img[data-selectBottle=B021][data-capid=C002] {
	width: 31px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C003],
.view-area__cap img[data-selectBottle=B002][data-capid=C011],
.view-area__cap img[data-selectBottle=B006][data-capid=C003],
.view-area__cap img[data-selectBottle=B006][data-capid=C011],
.view-area__cap img[data-selectBottle=B010][data-capid=C003],
.view-area__cap img[data-selectBottle=B010][data-capid=C011],
.view-area__cap img[data-selectBottle=B017][data-capid=C003],
.view-area__cap img[data-selectBottle=B017][data-capid=C011],
.view-area__cap img[data-selectBottle=B021][data-capid=C003],
.view-area__cap img[data-selectBottle=B021][data-capid=C011] {
	width: 37px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C004],
.view-area__cap img[data-selectBottle=B006][data-capid=C004],
.view-area__cap img[data-selectBottle=B010][data-capid=C004],
.view-area__cap img[data-selectBottle=B017][data-capid=C004],
.view-area__cap img[data-selectBottle=B021][data-capid=C004] {
	width: 45px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C005],
.view-area__cap img[data-selectBottle=B006][data-capid=C005],
.view-area__cap img[data-selectBottle=B010][data-capid=C005],
.view-area__cap img[data-selectBottle=B017][data-capid=C005],
.view-area__cap img[data-selectBottle=B021][data-capid=C005] {
	width: 36px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C006],
.view-area__cap img[data-selectBottle=B006][data-capid=C006],
.view-area__cap img[data-selectBottle=B010][data-capid=C006],
.view-area__cap img[data-selectBottle=B017][data-capid=C006],
.view-area__cap img[data-selectBottle=B021][data-capid=C006] {
	width: 41px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C007],
.view-area__cap img[data-selectBottle=B006][data-capid=C007],
.view-area__cap img[data-selectBottle=B010][data-capid=C007],
.view-area__cap img[data-selectBottle=B017][data-capid=C007],
.view-area__cap img[data-selectBottle=B021][data-capid=C007] {
	width: 47px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C008],
.view-area__cap img[data-selectBottle=B002][data-capid=C009],
.view-area__cap img[data-selectBottle=B002][data-capid=C010],
.view-area__cap img[data-selectBottle=B006][data-capid=C008],
.view-area__cap img[data-selectBottle=B006][data-capid=C009],
.view-area__cap img[data-selectBottle=B006][data-capid=C010],
.view-area__cap img[data-selectBottle=B010][data-capid=C008],
.view-area__cap img[data-selectBottle=B010][data-capid=C009],
.view-area__cap img[data-selectBottle=B010][data-capid=C010],
.view-area__cap img[data-selectBottle=B017][data-capid=C008],
.view-area__cap img[data-selectBottle=B017][data-capid=C009],
.view-area__cap img[data-selectBottle=B017][data-capid=C010],
.view-area__cap img[data-selectBottle=B021][data-capid=C008],
.view-area__cap img[data-selectBottle=B021][data-capid=C009],
.view-area__cap img[data-selectBottle=B021][data-capid=C010] {
	width: 40px;
}

.view-area__cap img[data-selectBottle=B002][data-capid=C012],
.view-area__cap img[data-selectBottle=B006][data-capid=C012],
.view-area__cap img[data-selectBottle=B010][data-capid=C012],
.view-area__cap img[data-selectBottle=B017][data-capid=C012],
.view-area__cap img[data-selectBottle=B021][data-capid=C012] {
	width: 53px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C001],
.view-area__cap img[data-selectBottle=B004][data-capid=C002],
.view-area__cap img[data-selectBottle=B014][data-capid=C001],
.view-area__cap img[data-selectBottle=B014][data-capid=C002],
.view-area__cap img[data-selectBottle=B016][data-capid=C001],
.view-area__cap img[data-selectBottle=B016][data-capid=C002] {
	width: 38px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C003],
.view-area__cap img[data-selectBottle=B004][data-capid=C011],
.view-area__cap img[data-selectBottle=B014][data-capid=C003],
.view-area__cap img[data-selectBottle=B014][data-capid=C011],
.view-area__cap img[data-selectBottle=B016][data-capid=C003],
.view-area__cap img[data-selectBottle=B016][data-capid=C011] {
	width: 45px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C004],
.view-area__cap img[data-selectBottle=B014][data-capid=C004],
.view-area__cap img[data-selectBottle=B016][data-capid=C004] {
	width: 53px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C005],
.view-area__cap img[data-selectBottle=B014][data-capid=C005],
.view-area__cap img[data-selectBottle=B016][data-capid=C005] {
	width: 43px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C006],
.view-area__cap img[data-selectBottle=B014][data-capid=C006],
.view-area__cap img[data-selectBottle=B016][data-capid=C006] {
	width: 49px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C007],
.view-area__cap img[data-selectBottle=B014][data-capid=C007],
.view-area__cap img[data-selectBottle=B016][data-capid=C007] {
	width: 56px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C008],
.view-area__cap img[data-selectBottle=B004][data-capid=C009],
.view-area__cap img[data-selectBottle=B004][data-capid=C010],
.view-area__cap img[data-selectBottle=B014][data-capid=C008],
.view-area__cap img[data-selectBottle=B014][data-capid=C009],
.view-area__cap img[data-selectBottle=B014][data-capid=C010],
.view-area__cap img[data-selectBottle=B016][data-capid=C008],
.view-area__cap img[data-selectBottle=B016][data-capid=C009],
.view-area__cap img[data-selectBottle=B016][data-capid=C010] {
	width: 48px;
}

.view-area__cap img[data-selectBottle=B004][data-capid=C012],
.view-area__cap img[data-selectBottle=B014][data-capid=C012],
.view-area__cap img[data-selectBottle=B016][data-capid=C012] {
	width: 64px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C001],
.view-area__cap img[data-selectBottle=B007][data-capid=C002],
.view-area__cap img[data-selectBottle=B020][data-capid=C001],
.view-area__cap img[data-selectBottle=B020][data-capid=C002],
.view-area__cap img[data-selectBottle=B022][data-capid=C001],
.view-area__cap img[data-selectBottle=B022][data-capid=C002] {
	width: 41px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C003],
.view-area__cap img[data-selectBottle=B007][data-capid=C011],
.view-area__cap img[data-selectBottle=B020][data-capid=C003],
.view-area__cap img[data-selectBottle=B020][data-capid=C011],
.view-area__cap img[data-selectBottle=B022][data-capid=C003],
.view-area__cap img[data-selectBottle=B022][data-capid=C011] {
	width: 49px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C004],
.view-area__cap img[data-selectBottle=B020][data-capid=C004],
.view-area__cap img[data-selectBottle=B022][data-capid=C004] {
	width: 58px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C005],
.view-area__cap img[data-selectBottle=B020][data-capid=C005],
.view-area__cap img[data-selectBottle=B022][data-capid=C005] {
	width: 47px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C006],
.view-area__cap img[data-selectBottle=B020][data-capid=C006],
.view-area__cap img[data-selectBottle=B022][data-capid=C006] {
	width: 53px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C007],
.view-area__cap img[data-selectBottle=B020][data-capid=C007],
.view-area__cap img[data-selectBottle=B022][data-capid=C007] {
	width: 61px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C008],
.view-area__cap img[data-selectBottle=B007][data-capid=C009],
.view-area__cap img[data-selectBottle=B007][data-capid=C010],
.view-area__cap img[data-selectBottle=B020][data-capid=C008],
.view-area__cap img[data-selectBottle=B020][data-capid=C009],
.view-area__cap img[data-selectBottle=B020][data-capid=C010],
.view-area__cap img[data-selectBottle=B022][data-capid=C008],
.view-area__cap img[data-selectBottle=B022][data-capid=C009],
.view-area__cap img[data-selectBottle=B022][data-capid=C010] {
	width: 52px;
}

.view-area__cap img[data-selectBottle=B007][data-capid=C012],
.view-area__cap img[data-selectBottle=B020][data-capid=C012],
.view-area__cap img[data-selectBottle=B022][data-capid=C012] {
	width: 69px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C001],
.view-area__cap img[data-selectBottle=B008][data-capid=C002],
.view-area__cap img[data-selectBottle=B023][data-capid=C001],
.view-area__cap img[data-selectBottle=B023][data-capid=C002] {
	width: 22px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C003],
.view-area__cap img[data-selectBottle=B008][data-capid=C011],
.view-area__cap img[data-selectBottle=B023][data-capid=C003],
.view-area__cap img[data-selectBottle=B023][data-capid=C011] {
	width: 26px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C004],
.view-area__cap img[data-selectBottle=B023][data-capid=C004] {
	width: 31px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C005],
.view-area__cap img[data-selectBottle=B023][data-capid=C005] {
	width: 25px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C006],
.view-area__cap img[data-selectBottle=B023][data-capid=C006] {
	width: 29px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C007],
.view-area__cap img[data-selectBottle=B023][data-capid=C007] {
	width: 33px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C008],
.view-area__cap img[data-selectBottle=B008][data-capid=C009],
.view-area__cap img[data-selectBottle=B008][data-capid=C010],
.view-area__cap img[data-selectBottle=B023][data-capid=C008],
.view-area__cap img[data-selectBottle=B023][data-capid=C009],
.view-area__cap img[data-selectBottle=B023][data-capid=C010] {
	width: 28px;
}

.view-area__cap img[data-selectBottle=B008][data-capid=C012],
.view-area__cap img[data-selectBottle=B023][data-capid=C012] {
	width: 37px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C001],
.view-area__cap img[data-selectBottle=B009][data-capid=C002],
.view-area__cap img[data-selectBottle=B012][data-capid=C001],
.view-area__cap img[data-selectBottle=B012][data-capid=C002],
.view-area__cap img[data-selectBottle=B013][data-capid=C001],
.view-area__cap img[data-selectBottle=B013][data-capid=C002] {
	width: 26px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C003],
.view-area__cap img[data-selectBottle=B009][data-capid=C011],
.view-area__cap img[data-selectBottle=B012][data-capid=C003],
.view-area__cap img[data-selectBottle=B012][data-capid=C011],
.view-area__cap img[data-selectBottle=B013][data-capid=C003],
.view-area__cap img[data-selectBottle=B013][data-capid=C011] {
	width: 31px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C004],
.view-area__cap img[data-selectBottle=B012][data-capid=C004],
.view-area__cap img[data-selectBottle=B013][data-capid=C004] {
	width: 37px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C005],
.view-area__cap img[data-selectBottle=B012][data-capid=C005],
.view-area__cap img[data-selectBottle=B013][data-capid=C005] {
	width: 30px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C006],
.view-area__cap img[data-selectBottle=B012][data-capid=C006],
.view-area__cap img[data-selectBottle=B013][data-capid=C006] {
	width: 34px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C007],
.view-area__cap img[data-selectBottle=B012][data-capid=C007],
.view-area__cap img[data-selectBottle=B013][data-capid=C007] {
	width: 39px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C008],
.view-area__cap img[data-selectBottle=B009][data-capid=C009],
.view-area__cap img[data-selectBottle=B009][data-capid=C010],
.view-area__cap img[data-selectBottle=B012][data-capid=C008],
.view-area__cap img[data-selectBottle=B012][data-capid=C009],
.view-area__cap img[data-selectBottle=B012][data-capid=C010],
.view-area__cap img[data-selectBottle=B013][data-capid=C008],
.view-area__cap img[data-selectBottle=B013][data-capid=C009],
.view-area__cap img[data-selectBottle=B013][data-capid=C010] {
	width: 33px;
}

.view-area__cap img[data-selectBottle=B009][data-capid=C012],
.view-area__cap img[data-selectBottle=B012][data-capid=C012],
.view-area__cap img[data-selectBottle=B013][data-capid=C012] {
	width: 44px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C001],
.view-area__cap img[data-selectBottle=B011][data-capid=C002],
.view-area__cap img[data-selectBottle=B018][data-capid=C001],
.view-area__cap img[data-selectBottle=B018][data-capid=C002],
.view-area__cap img[data-selectBottle=B019][data-capid=C001],
.view-area__cap img[data-selectBottle=B019][data-capid=C002] {
	width: 36px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C003],
.view-area__cap img[data-selectBottle=B011][data-capid=C011],
.view-area__cap img[data-selectBottle=B018][data-capid=C003],
.view-area__cap img[data-selectBottle=B018][data-capid=C011],
.view-area__cap img[data-selectBottle=B019][data-capid=C003],
.view-area__cap img[data-selectBottle=B019][data-capid=C011] {
	width: 43px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C004],
.view-area__cap img[data-selectBottle=B018][data-capid=C004],
.view-area__cap img[data-selectBottle=B019][data-capid=C004] {
	width: 51px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C005],
.view-area__cap img[data-selectBottle=B018][data-capid=C005],
.view-area__cap img[data-selectBottle=B019][data-capid=C005] {
	width: 42px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C006],
.view-area__cap img[data-selectBottle=B018][data-capid=C006],
.view-area__cap img[data-selectBottle=B019][data-capid=C006] {
	width: 47px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C007],
.view-area__cap img[data-selectBottle=B018][data-capid=C007],
.view-area__cap img[data-selectBottle=B019][data-capid=C007] {
	width: 54px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C008],
.view-area__cap img[data-selectBottle=B011][data-capid=C009],
.view-area__cap img[data-selectBottle=B011][data-capid=C010],
.view-area__cap img[data-selectBottle=B018][data-capid=C008],
.view-area__cap img[data-selectBottle=B018][data-capid=C009],
.view-area__cap img[data-selectBottle=B018][data-capid=C010],
.view-area__cap img[data-selectBottle=B019][data-capid=C008],
.view-area__cap img[data-selectBottle=B019][data-capid=C009],
.view-area__cap img[data-selectBottle=B019][data-capid=C010] {
	width: 46px;
}

.view-area__cap img[data-selectBottle=B011][data-capid=C012],
.view-area__cap img[data-selectBottle=B018][data-capid=C012],
.view-area__cap img[data-selectBottle=B019][data-capid=C012] {
	width: 61px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C001],
.view-area__cap img[data-selectBottle=B015][data-capid=C002],
.view-area__cap img[data-selectBottle=B025][data-capid=C001],
.view-area__cap img[data-selectBottle=B025][data-capid=C002] {
	width: 34px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C003],
.view-area__cap img[data-selectBottle=B015][data-capid=C011],
.view-area__cap img[data-selectBottle=B025][data-capid=C003],
.view-area__cap img[data-selectBottle=B025][data-capid=C011] {
	width: 41px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C004],
.view-area__cap img[data-selectBottle=B025][data-capid=C004] {
	width: 49px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C005],
.view-area__cap img[data-selectBottle=B025][data-capid=C005] {
	width: 40px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C006],
.view-area__cap img[data-selectBottle=B025][data-capid=C006] {
	width: 45px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C007],
.view-area__cap img[data-selectBottle=B025][data-capid=C007] {
	width: 52px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C008],
.view-area__cap img[data-selectBottle=B015][data-capid=C009],
.view-area__cap img[data-selectBottle=B015][data-capid=C010],
.view-area__cap img[data-selectBottle=B025][data-capid=C008],
.view-area__cap img[data-selectBottle=B025][data-capid=C009],
.view-area__cap img[data-selectBottle=B025][data-capid=C010] {
	width: 44px;
}

.view-area__cap img[data-selectBottle=B015][data-capid=C012],
.view-area__cap img[data-selectBottle=B025][data-capid=C012] {
	width: 58px;
}

.view-area__cap img[data-selectBottle=B001],
.view-area__cap img[data-selectBottle=B002],
.view-area__cap img[data-selectBottle=B006],
.view-area__cap img[data-selectBottle=B019],
.view-area__cap img[data-selectBottle=B021] {
	bottom: 123px;
}

.view-area__cap img[data-selectBottle=B003] {
	bottom: 123px;
}

.view-area__cap img[data-selectBottle=B004],
.view-area__cap img[data-selectBottle=B018],
.view-area__cap img[data-selectBottle=B025] {
	bottom: 121px;
}

.view-area__cap img[data-selectBottle=B005],
.view-area__cap img[data-selectBottle=B015],
.view-area__cap img[data-selectBottle=B017] {
	bottom: 121px;
}

.view-area__cap img[data-selectBottle=B007] {
	bottom: 119px;
}

.view-area__cap img[data-selectBottle=B008] {
	bottom: 126px;
}

.view-area__cap img[data-selectBottle=B009],
.view-area__cap img[data-selectBottle=B013],
.view-area__cap img[data-selectBottle=B024] {
	bottom: 124px;
}

.view-area__cap img[data-selectBottle=B010],
.view-area__cap img[data-selectBottle=B012] {
	bottom: 124px;
}

.view-area__cap img[data-selectBottle=B011] {
	bottom: 119px;
}

.view-area__cap img[data-selectBottle=B014] {
	bottom: 121px;
}

.view-area__cap img[data-selectBottle=B016],
.view-area__cap img[data-selectBottle=B022] {
	bottom: 120px;
}

.view-area__cap img[data-selectBottle=B020] {
	bottom: 121px;
}

.view-area__cap img[data-selectBottle=B023] {
	bottom: 126px;
}

.select-contents {
	margin-top: 0;
	padding-top: 0;
	width: 100%;
}

.select-contents::after {
	display: none;
}

.select-contents__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 57px;
}

.select-contents__item:not(:last-child) {
	border-bottom: 1px solid rgba(141, 141, 141, 0.2);
	margin-bottom: 15px;
	padding-bottom: 13px;
}

.select-contents__item .btn {
	display: block;
	font-size: 1.3rem;
	padding: 12px 0;
	padding-left: 29px;
	width: 100px;
}

.select-contents__item .btn img {
	right: 11px;
	width: 12px;
}

.select-contents__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
	flex-direction: column;
	gap: 0;
	padding-left: 6px;
}

.select-contents__label {
	background-color: #ebe6dc;
	color: #6d5b24;
	font-family: futura-pt, sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 8px;
	width: 137px;
}

.select-contents__label--sp {
	display: inline;
	margin-right: 3px;
}

.select-contents__body {
	padding-left: 10px;
}

.select-contents__name {
	font-size: 1.3rem;
}

.select-contents__size {
	font-size: 0.9rem;
}

.modal {
	display: none;
}

.modal.is_show {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.modal__contents {
	-webkit-transform: translateX(-50%);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	left: 50%;
	max-width: 345px;
	overflow: hidden;
	position: absolute;
	top: 18%;
	transform: translateX(-50%);
	width: 92%;
}

.modal__btn-area {
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
	display: block;
	padding: 15px 12px;
}

.fixed-btn {
	bottom: 10px;
	right: 10px;
	width: 144px;
}

.fv {
	background-position: 35% top;
	padding-bottom: 100px;
	padding-top: 170px;
}

.fv__inner {
	max-width: 550px;
	padding: 0 30px;
}

.fv__heading {
	font-size: 2.5rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(37 / 25);
	margin-bottom: 25px;
}

.fv__guide {
	border-color: rgba(51, 51, 51, 0.18);
	font-size: 1rem;
	margin-bottom: 30px;
	padding: 10px 35px;
}

.fv__desc {
	font-weight: 500;
	letter-spacing: calc(0 / 1000 * 1em);
	line-height: calc(24 / 12);
}

.promise {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-bottom: 60px;
	padding-top: 15px;
}

.promise__contents {
	margin: max(-10.6666666667vw, -45.9px) auto 0;
}

.promise__title {
	display: none;
}

.promise__subtitle {
	font-size: 2rem;
	line-height: calc(36 / 20);
	text-align: center;
}

.promise__desc {
	letter-spacing: calc(50 / 1000 * 1em);
	margin-bottom: 0;
	text-align: center;
}

.promise__img {
	display: none;
}

.promise__img--sp {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 300px;
}

.feature {
	background-image: url(../img/feature_top-bg-sp.webp), url(../img/feature_bg-sp.webp);
	background-position: center top, center 180px;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% 296px, auto;
	padding-bottom: 40px;
}

.feature__overlay {
	display: none;
}

.feature__inner {
	max-width: 430px;
	padding: 0;
}

.feature__heading {
	font-size: 6rem;
	margin-bottom: 40px;
	text-align: center;
}

.feature__sub-heading {
	font-size: 1.8rem;
	line-height: calc(30 / 18);
	margin: 0 auto 10px;
	text-align: center;
}

.feature__sub-heading::after {
	bottom: -25px;
	width: 63%;
}

.feature__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.feature__item:nth-child(odd) .feature__title {
	text-align: right;
}

.feature__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.feature__item:nth-child(even) .feature__num {
	left: calc(50% + 80px);
}

.feature__item:nth-child(3) .feature__body {
	padding-top: 0;
}

.feature__num {
	font-size: 7rem;
	right: calc(50% + 80px);
	top: min(56vw, 241px);
	z-index: 1;
}

.feature__body {
	margin: max(-10.6666666667vw, -45.9px) auto 0;
	min-width: unset;
	padding: 0 20px;
	width: 375px;
}

.feature__img {
	display: none;
}

.feature__img--sp {
	-webkit-transform: translateX(max(-21.3333333333vw, -92px));
	display: block;
	margin: 0 auto;
	max-width: 524px;
	transform: translateX(max(-21.3333333333vw, -92px));
	width: 121.7333333333vw;
}

.feature__title {
	font-size: 2rem;
	line-height: calc(36 / 20);
}

.feature__desc {
	line-height: calc(28 / 13);
	margin-bottom: 0;
}

.feature-bottom {
	display: none;
}

.feature-bottom--sp {
	-o-object-fit: cover;
	display: block;
	height: 185px;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 10;
}

.flow {
	padding-bottom: 70px;
	padding-top: 70px;
}

.flow__heading {
	font-size: 12rem;
	top: -15px;
}

.flow__sub-heading {
	font-size: 2rem;
	margin-bottom: 50px;
}

.flow__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
	margin: 0 auto 50px;
	max-width: 370px;
}

.flow__item {
	width: 100%;
}

.flow__item:not(:nth-child(3n))::after {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 201/42;
	background-image: url(../img/flow_arrow-sp.webp);
	bottom: -50px;
	left: 50%;
	top: unset;
	transform: translateX(-50%);
	width: 100.5px;
}

.flow__num {
	letter-spacing: calc(30 / 1000 * 1em);
	line-height: 1;
}

.flow__img {
	display: none;
}

.flow__img--sp {
	display: block;
	margin: 0 auto 20px;
	width: 109px;
}

.flow__title {
	font-size: 2rem;
}

.flow__desc {
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(28 / 13);
}

.spec {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: unset;
	border-radius: 20px;
	flex-direction: column;
	gap: 0;
	margin: 0 auto;
	max-width: 330px;
	padding: 25px 29px 45px;
}

.spec__title {
	margin-bottom: -5px;
	margin-left: auto;
	width: 83px;
}

.spec__title--main {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.spec__title--sub {
	font-size: 0.9rem;
}

.spec__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
	flex-direction: column;
	gap: 15px;
}

.spec__content dt {
	gap: 20px;
	text-align: left;
}

.spec__content dt::after {
	display: none;
}

.spec__content dd {
	font-weight: 500;
	line-height: calc(25 / 13);
}

.top-simulation {
	background-image: url(../img/top-simulation_bg-sp.webp);
	padding-bottom: 50px;
	padding-top: 70px;
}

.top-simulation__heading {
	font-size: 6rem;
	top: 30px;
}

.top-simulation__sub-heading {
	margin-bottom: 230px;
	margin-top: -35px;
	width: 270px;
}

.top-simulation__sub-heading--pc {
	display: none;
}

.top-simulation__sub-heading--sp {
	display: block;
}

.top-simulation__desc {
	font-size: 1.4rem;
	line-height: calc(26 / 14);
	margin-bottom: 30px;
}

.top-simulation .btn {
	width: 320px;
}

.top-simulation__img {
	position: absolute;
	top: 153px;
	width: 165px;
}

.faq {
	padding: 40px 20px 80px;
}

.faq__heading {
	font-size: 3.7rem;
	margin-bottom: 5px;
}

.faq__sub-heading {
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.faq__contents {
	gap: 60px 4.1208791209%;
}

.faq__group {
	min-width: 335px;
	width: 47.9395604396%;
}

.faq__group.order01 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.faq__group.order02 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.faq__group.order03 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.faq__group.order04 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.faq__title {
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding: 6px 0;
}

.faq__item {
	padding: 20px 0;
}

.faq__question {
	gap: 13px;
	letter-spacing: calc(0 / 1000 * 1em);
	margin-bottom: 15px;
}

}

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