/*
----------------------------------------

server-single

----------------------------------------
*/

/*
--------------------------
common
--------------------------
*/
@media screen and (max-width: 1200px) {
	.single #contents {
		padding-top: 0;
	}
}
.single .side-fixed-bnr-area {
	display: none;
}
.sec-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.bg-main {
	background: url(../img/common/2x/body-bg.png) center top 1.8% / 100% repeat-y;
}
@media screen and (max-width: 999px) {
	.bg-main {
		background: url(../img/common/sp/3x/body-bg-sp.png) center top 5% / 100% repeat-y;
	}
}

.h2-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.h2-ttl-box > h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
}
.h2-ttl-box > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.h2-ttl-box > div > span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	background: linear-gradient(90deg, #74b5e4 0%, #73c6c8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.h2-ttl-box > div::before,
.h2-ttl-box > div::after {
	content: "";
	width: 34px;
	height: auto;
	aspect-ratio: 34 / 6;
	background-image: url(../img/common/2x/dot.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
	.h2-ttl-box > h2 {
		font-size: 24px;
	}
	.h2-ttl-box > div > span {
		font-size: 14px;
	}
}

.h3-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.h3-ttl-box > h3 {
	position: relative;
	display: flex;
	justify-content: center;
}
.h3-ttl-box > h3 > span {
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.h3-ttl-box > h3::after {
	content: "";
	height: auto;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.h3-ttl-box.h3-sub-other > h3::after {
	width: 94%;
	aspect-ratio: 129 / 50;
	background-image: url(../img/server-single/deco-ttl-other.svg);
	bottom: 10px;
}
.h3-ttl-box.h3-sub-product > h3::after {
	width: 164%;
	aspect-ratio: 178 / 51;
	background-image: url(../img/server-single/deco-ttl-product.svg);
	bottom: 10px;
	margin: 0;
	left: -50px;
	right: auto;
}
.h3-ttl-box.h3-sub-lineup > h3::after {
	width: 58%;
	aspect-ratio: 94 / 40;
	background-image: url(../img/server-single/deco-ttl-lineup.svg);
	bottom: 24px;
}
@media screen and (max-width: 999px) {
	.h3-ttl-box > h3 > span {
		font-size: 18px;
	}
	.h3-ttl-box.h3-sub-other > h3::after {
		width: 140%;
		bottom: 0;
		margin: 0;
		left: -23px;
		right: auto;
	}
	.h3-ttl-box.h3-sub-product > h3::after {
		width: 237%;
		bottom: 0px;
		left: -65px;
	}
	.h3-ttl-box.h3-sub-lineup > h3::after {
		bottom: 11px;
	}
}

.btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-rect {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #74b5e4 0%, #73c6c8 100%);
	padding: 28px 16px;
	border-radius: 10px;
	flex-shrink: 0;
	transition: all ease 0.33s;
	position: relative;
	max-width: 420px;
	width: 100%;
	cursor: pointer;
}
.btn-rect > span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-align: center;
	line-height: 1.4;
	font-size: 23px;
	font-weight: 700;
	color: #fff;
}
.btn-rect > span::after {
	content: "";
	width: 24px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("../img/common/1x/icon-circle-chevron-right.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.btn-rect.btn-disabled {
	background: #f3f3f3;
	pointer-events: none;
}
.btn-rect.btn-disabled > span {
	color: #989898;
}
.btn-rect.btn-disabled > span::after {
	content: none;
}

.btn-balloon {
	position: absolute;
	display: inline-flex;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	background: white;
	border-radius: 999px;
	z-index: 1;
	max-width: 376px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
	filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
}

.btn-balloon::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 4px;
	border-radius: 999px;
	background: linear-gradient(to right, #74b5e4 0%, #73c6c8 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.btn-balloon::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 14px;
	background: linear-gradient(to right, #74b5e4 0%, #73c6c8 100%);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	z-index: -2;
}

.btn-balloon .btn-balloon-triangle-inner {
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 10px;
	background: white;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	z-index: -1;
}

.btn-balloon .btn-balloon-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 87px;
	height: 20px;
	border-radius: 4px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to right, #74b5e4 0%, #73c6c8 100%);
	z-index: 1;
}

.btn-rect.btn-disabled .btn-balloon {
	display: none;
}

@media screen and (max-width: 999px) {
	.btn-rect {
		padding: 24px 16px;
		max-width: 353px;
	}
	.btn-rect > span {
		font-size: 20px;
	}
	.btn-rect > span::after {
		content: "";
		width: 24px;
		height: auto;
		aspect-ratio: 1 / 1;
		background-image: url("../img/common/1x/icon-circle-chevron-right.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		flex-shrink: 0;
	}

	.btn-balloon {
		padding: 6px 12px;
		font-size: 12px;
		max-width: 325px;
		gap: 4px;
		top: -25px;
		color: #333;
	}

	.btn-balloon .btn-balloon-triangle-inner {
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		width: 16px;
		height: 10px;
		background: white;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		z-index: -1;
	}

	.btn-balloon .btn-balloon-label {
		width: 73px;
		height: 20px;
		font-size: 12px;
	}
}

/*
----------------------------------------

hover

----------------------------------------
*/

@media screen and (min-width: 768px) {
	.plan-cmp-grid-item:hover > figure img {
		transform: scale(1.05);
	}
	.btn-rect:hover {
		transform: scale(1.05);
	}
}

#submit-btn {
	border: none;
}
/*
--------------------------
main
--------------------------
*/
.sec-server-main {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-top: 32px;
	padding-bottom: 48px;
}
.server-main-cont {
	width: 100%;
	display: flex;
	gap: 5.6%;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.server-main-slider-area {
	width: 43.333%;
	max-width: 560px;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}
.server-main-slider-area > .server-ttl-sp {
	display: none;
}
.slider-control {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	position: relative;
}
.server-main-slider {
	width: 100%;
	height: 100%;
}
.server-thumbs {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
}

.fade-in {
	opacity: 0;
	animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.thumb-item {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	transition: all ease 0.33s;
	border: 2px solid #fff;
	cursor: pointer;
}
.thumb-item:hover {
	filter: brightness(1.05);
}
.thumb-item.thumb-item-active {
	border: 2px solid #3797db;
}

.server-main-slider-area.is-loading .server-main-slider,
.server-main-slider-area.is-loading .server-thumbs {
	opacity: 0;
	pointer-events: none;
}

.slide-btn-prev,
.slide-btn-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background: linear-gradient(to right, #74b5e4 0%, #73c6c8 100%);
	width: 48px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	cursor: pointer;
	transition: all ease 0.33s;
}
.slide-btn-prev:hover,
.slide-btn-next:hover {
	transform: translateY(-50%) scale(1.05);
}
.slide-btn-prev {
	left: -30px;
}
.slide-btn-next {
	right: -30px;
}

.slide-btn-prev::after,
.slide-btn-next::after {
	content: "";
	width: 16px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.slide-btn-prev::after {
	background-image: url("../img/common/1x/icon-arrow-left-wh.svg");
}
.slide-btn-next::after {
	background-image: url("../img/common/1x/icon-arrow-right-wh.svg");
}
@media screen and (max-width: 1200px) {
	.server-main-slider-area {
		width: 50%;
	}
}
@media screen and (max-width: 999px) {
	.sec-server-main {
		padding: 0 20px;
		padding-top: 12px;
		padding-bottom: 48px;
	}
	.server-main-cont {
		flex-flow: column;
		gap: 32px;
		align-items: center;
		justify-content: flex-start;
	}
	.server-main-slider-area {
		width: 100%;
		max-width: 689px;
		margin: 0 auto;
	}
	.server-main-slider-area > .server-ttl-sp {
		display: block;
		width: 100%;
		text-align: left;
		font-weight: 500;
		font-size: 18px;
		line-height: 1.4;
		font-family: "Zen Maru Gothic", sans-serif;
	}
	.slider-control {
		width: 84%;
		max-width: 586px;
		margin: 0 auto;
	}
	.slide-btn-prev,
	.slide-btn-next {
		width: 40px;
	}
	.slide-btn-prev {
		left: -27px;
	}
	.slide-btn-next {
		right: -27px;
	}

	.slide-btn-prev::after,
	.slide-btn-next::after {
		width: 15px;
	}
	.server-thumbs {
		max-width: 645px;
	}
}

.server-main-info-area {
	width: 100%;
}
.efo-form {
	width: 100%;
}
.server-main-info-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
	position: relative;
	overflow: hidden;
}
.server-main-info-cont > .server-ttl-pc {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
}

.server-main-color-var {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 8px;
	position: relative;
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
}

.smi-ttl {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	transition: all ease 0.2s;
}
.smi-ttl.selected-col {
	opacity: 0;
}
.smi-ttl.selected-col.is-active {
	opacity: 1;
}
.selected-col-txt {
	font-weight: bold;
	padding-left: 8px;
	padding-right: 4px;
}
.smi-ttl::before {
	content: "";
	width: 16px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #3797db;
}

.color-var-select-btn-grid {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
}
.color-var-select-btn {
	width: 80px;
	height: auto;
	aspect-ratio: 80 / 120;
	overflow: hidden;
	background: #fff;
}
.color-var-select-btn > label {
	width: 100%;
	height: 100%;
}
.color-var-select-btn input[type="radio"] {
	display: none;
}
.color-var-select-btn .color-var-select-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.color-var-select-btn input[type="radio"]:checked + .color-var-select-content {
	border: 2px solid #3797db;
}
.color-var-select-btn .color-var-select-content > figure {
	width: 70px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.color-var-select-btn .color-var-select-content > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 80%;
}
.color-var-select-btn .color-var-select-content > p {
	width: 100%;
	padding: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 999px) {
	.server-main-info-cont > .server-ttl-pc {
		display: none;
	}
	.server-main-info-area {
		max-width: 645px;
	}

	.server-main-color-var {
		padding-top: 24px;
		border-top: 1px solid #ccc;
	}

	.smi-ttl {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.color-var-select-btn-grid {
		gap: 8px;
		display: grid;
		align-items: unset;
	}
	.color-cnt-2 .color-var-select-btn-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.color-cnt-3 .color-var-select-btn-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.color-var-select-btn .color-var-select-content {
		flex-flow: row;
	}
	.color-var-select-btn {
		width: 100%;
		max-height: 60px;
		aspect-ratio: auto;
	}
	.color-var-select-btn .color-var-select-content > figure {
		width: 50px;
		aspect-ratio: 50 / 60;
		padding: 6px;
	}
	.color-var-select-btn .color-var-select-content > p {
		border-top: none;
		border-left: 1px solid #ccc;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 6px;
		white-space: nowrap;
		font-size: 11px;
	}
}

.server-main-price-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 16px;
	align-items: flex-start;
}
.server-main-price {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px dashed #ccc;
}
.server-main-price .smi-ttl {
	width: auto;
	flex-shrink: 0;
}
.price-txt {
	display: flex;
	align-items: baseline;
	flex-shrink: 0;
	gap: 3px;
}
.price-txt > span {
	display: flex;
	align-items: baseline;
	flex-shrink: 0;
	gap: 3px;
}
.price-txt > span > strong {
	font-weight: bold;
	font-size: 23px;
	line-height: 1.4;
	color: #333;
}
.price-txt > span > span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.75;
}
.price-txt > span > small {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.75;
}
.server-main-price-options {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 16px;
	align-items: flex-start;
	padding-bottom: 24px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ccc;
}
.smp-option-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.smi-ttl-box {
	width: auto;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	flex-shrink: 0;
}
.smi-ttl-box > span {
	font-size: 13px;
	text-align: left;
	line-height: 1.75;
	font-weight: 400;
}
.smp-option-item > .smi-ttl {
	width: auto;
	flex-shrink: 0;
}
.price-txt-free {
	display: flex;
	align-items: baseline;
	flex-shrink: 0;
	gap: 3px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.price-txt-free > span {
	font-size: 18px;
	color: #dc3e38;
}
.price-txt-free > strong {
	font-size: 29px;
	color: #dc3e38;
}

@media screen and (max-width: 999px) {
	.server-main-price-group {
		gap: 24px;
	}
	.price-txt {
		align-items: center;
		flex-flow: column;
		gap: 0px;
		line-height: 1;
	}
	.server-main-price-options {
		gap: 8px;
	}
	.smi-ttl-box > span {
		font-size: 13px;
		text-align: left;
		line-height: 1.75;
		font-weight: 400;
	}
}

.server-main-btn-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 24px;
}
.server-main-btn-group .btn-rect {
	transform-origin: left bottom;
}
.support-check-area {
	width: 100%;
	display: flex;
	flex-flow: column;
}

.checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 30px;
}

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

.checkbox label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	flex-wrap: wrap;
}
.checkbox label > strong {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.checkbox label > span > a {
	color: #3797db;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding: 0 2px;
	transition: all ease 0.33s;
}
.checkbox label > span > a:hover {
	opacity: 0.6;
}

.checkbox label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: auto;
	aspect-ratio: 1/ 1;
	border: 2px solid #3797db;
	border-radius: 5px;
	background-color: transparent;
	box-sizing: border-box;
	transition: background-color 0.2s ease;
}

.checkbox input[type="checkbox"]:checked + label::before {
	background: #3797db;
}

.checkbox input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 45%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	.server-main-btn-group {
		align-items: center;
	}
	.server-main-btn-group .btn-rect {
		transform-origin: center;
	}

	.checkbox {
		justify-content: center;
	}

	.checkbox label {
		flex-flow: column;
	}
	.checkbox label > strong {
		font-size: 14px;
		line-height: 1;
	}

	.checkbox label::before {
		top: -4px;
		transform: none;
		width: 24px;
	}
	.checkbox label > span > a {
		font-size: 14px;
	}
	.checkbox input[type="checkbox"]:checked + label::after {
		left: 9px;
		top: 0px;
		width: 7px;
		height: 12px;
		transform: rotate(45deg);
	}
}
/*
--------------------------
anchor-links
--------------------------
*/
.sec-anchor-link-btns {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-bottom: 96px;
}
.anchor-link-btns {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}
.anchor-link-btns > a {
	width: 100%;
	height: auto;
	min-height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
	border-radius: 5px;
	text-align: center;
	padding: 8px;
	gap: 5px;
	flex-flow: column;
}
.anchor-link-btns > a::after {
	content: "";
	width: 8px;
	height: auto;
	aspect-ratio: 8 / 5;
	background-image: url("../img/common/1x/icon-chevron-down-bk.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.anchor-link-btns > a > span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 999px) {
	.sec-anchor-link-btns {
		padding: 0 20px;
		padding-bottom: 64px;
		max-width: 500px;
		margin: 0 auto;
	}
	.anchor-link-btns {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
	}
	.anchor-link-btns > a {
		min-height: 44px;
		gap: 5px;
	}
	.anchor-link-btns > a::after {
		width: 7px;
	}
	.anchor-link-btns > a > span {
		font-size: 13px;
	}
}

/*
--------------------------
desc heading
--------------------------
*/
.sec-desc-heading {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-bottom: 96px;
}
.sec-desc-heading .sec-inner {
	max-width: 800px;
}
.desc-heading-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
}
.desc-heading-cont > h3 {
	width: 100%;
	font-size: 23px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.desc-heading-cont > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 999px) {
	.sec-desc-heading {
		padding: 0 20px;
		padding-bottom: 64px;
	}
	.sec-desc-heading .sec-inner {
		max-width: 800px;
	}
	.desc-heading-cont > h3 {
		font-size: 18px;
	}
	.desc-heading-cont > p {
		font-size: 14px;
		text-align: justify;
		max-width: 500px;
	}
}

/*
--------------------------
color var
--------------------------
*/

.sec-color-var {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 96px;
}
.sec-color-var .sec-inner {
	max-width: none;
}
.color-var-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 64px;
}
.color-var-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 8px;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}

.color-var-item {
	width: 100%;
	height: auto;
	aspect-ratio: 1440 / 480;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
}
.color-var-image {
	width: 100%;
	height: 100%;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.color-var-image > * {
	width: 100%;
	height: 100%;
}
.color-var-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.color-var-item-body {
	width: 50%;
	height: 100%;
	max-width: 720px;
	min-width: 500px;
	position: absolute;
	z-index: 10;
	background: rgba(158, 96, 59, 0.1);
	backdrop-filter: blur(10px);
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	padding: 120px;
	gap: 32px;
	overflow: hidden;
}
.single-vivi-water-short .color-var-item-body {
	background: rgba(75, 44, 23, 0.2);
}

.color-var-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: left;
	gap: 5px;
	position: relative;
}
.color-var-ttl-box::before {
	content: "";
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
.cv-matte-white .color-var-ttl-box::before {
	width: 133%;
	max-width: 640px;
	aspect-ratio: 640 / 159;
	background-image: url("../img/server-single/deco-matte-white.svg");
}
.cv-matte-black .color-var-ttl-box::before {
	width: 133%;
	max-width: 640px;
	aspect-ratio: 640 / 152;
	background-image: url("../img/server-single/deco-matte-black.svg");
}
.cv-sakura-pink .color-var-ttl-box::before {
	width: 128%;
	max-width: 615px;
	aspect-ratio: 615 / 125;
	background-image: url("../img/server-single/deco-sakura-pink.svg");
}

.color-var-ttl-box > span {
	width: 100%;
	font-size: 18px;
	position: relative;
	z-index: 10;
}
.color-var-ttl-box > h3 {
	width: 100%;
	font-size: 29px;
	position: relative;
	z-index: 10;
}

.color-var-item-body > p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #fff;
	text-align: left;
}

@media screen and (max-width: 999px) {
	.sec-color-var {
		padding-bottom: 64px;
	}
	.color-var-cont {
		gap: 48px;
	}
	.color-var-list {
		gap: 48px;
		margin-bottom: 32px;
	}

	.color-var-item {
		aspect-ratio: auto;
		flex-flow: column;
		align-items: center;
		gap: 48px;
	}
	.color-var-image {
		height: auto;
		aspect-ratio: 2160 / 720;
	}

	.color-var-item-body {
		width: 100%;
		height: auto;
		max-width: none;
		min-width: 0;
		position: relative;
		background: none;
		backdrop-filter: none;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: flex-start;
		padding: 0 20px;
		gap: 24px;
		overflow: visible;
		max-width: 645px;
	}
	.single-vivi-water-short .color-var-item-body {
		background: none;
	}

	.color-var-ttl-box {
		color: #333;
		gap: 0px;
		overflow: visible;
	}
	.color-var-ttl-box::before {
		top: -10px;
		transform: none;
		left: auto;
	}
	.cv-matte-white .color-var-ttl-box::before {
		width: 100vw;
		max-width: 352px;
		aspect-ratio: 352 / 93;
		background-image: url("../img/server-single/deco-matte-white-sp.svg");
	}
	.cv-matte-black .color-var-ttl-box::before {
		width: 100vw;
		max-width: 352px;
		aspect-ratio: 352 / 83;
		background-image: url("../img/server-single/deco-matte-black-sp.svg");
	}
	.cv-sakura-pink .color-var-ttl-box::before {
		width: 100vw;
		max-width: 352px;
		aspect-ratio: 352 / 71;
		background-image: url("../img/server-single/deco-sakura-pink-sp.svg");
	}

	.color-var-ttl-box > span {
		font-size: 16px;
	}
	.color-var-ttl-box > h3 {
		font-size: 26px;
	}

	.color-var-item-body > p {
		color: #333;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.color-var-image {
		aspect-ratio: 393 / 262;
	}
}

/*
--------------------------
features
--------------------------
*/
.sec-features {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-top: 96px;
	padding-bottom: 96px;
}
.fixed-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url("../img/server-single/bg-water.png");
	background-size: cover;
	background-position: center;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.features-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 64px;
}
.features-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 64px;
	position: relative;
	margin-bottom: 32px;
}

.features-item {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap: 48px;
}
.features-item:nth-of-type(even) {
	flex-flow: row-reverse;
}
.features-image {
	width: 53.75%;
	height: auto;
	aspect-ratio: 645 / 430;
	max-width: 645px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	filter: drop-shadow(6px 6px 12px rgba(17, 46, 66, 0.3));
}
.features-image > * {
	width: 100%;
	height: 100%;
}
.features-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.features-item-body {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 24px;
	overflow: hidden;
}

.features-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	gap: 16px;
	position: relative;
}

.features-ttl-box > span {
	width: auto;
	font-size: 14px;
	border: 1px solid #3797db;
	color: #3797db;
	font-weight: bold;
	border-radius: 999px;
	line-height: 1.4;
	padding: 2px 10px;
	position: relative;
}
.features-ttl-box > h3 {
	width: 100%;
	font-size: 26px;
	position: relative;
	z-index: 10;
}

.features-item-body > p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.2;
	color: #333;
	word-break: break-all;
	text-align: justify;
}
.features-item-body > span {
	width: 100%;
	color: #333;
	text-align: left;
	font-weight: 400;
	font-size: 12px;
}
.features-item-body > p > strong {
	color: #3797db;
	font-weight: bold;
	background: #fff;
	display: inline;
	padding: 0 3px;
	line-height: 1.6;
}
.features-item-body > p small {
	font-weight: 400;
	font-size: 9px;
	vertical-align: super;
}

.features-other-list-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 32px;
	max-width: 900px;
	margin: 0 auto;
}
.features-other-list-wrapper {
	width: 100%;
	background: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 64px;
	padding: 32px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 6px 6px 12px 0px #112e424d;
}

.features-other-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 64px;
	position: relative;
	margin-bottom: 32px;
}

.features-other-item {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap: 24px;
}
.features-other-image {
	width: 40%;
	height: auto;
	aspect-ratio: 360 / 240;
	max-width: 360px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	border: 1px solid #f3f3f3;
}
.features-other-image > * {
	width: 100%;
	height: 100%;
}
.features-other-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.features-other-item-body {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
	overflow: hidden;
}

.features-other-ttl {
	width: 100%;
	font-size: 23px;
	position: relative;
	font-weight: bold;
	color: #3797db;
	line-height: 1.4;
	text-align: left;
}

.features-other-item-body > p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	word-break: break-all;
	text-align: justify;
}

@media screen and (max-width: 999px) {
	.sec-features {
		padding: 0 20px;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.features-cont {
		gap: 48px;
	}
	.features-list {
		gap: 48px;
	}

	.features-item {
		flex-flow: column;
		justify-content: flex-start;
		gap: 32px;
	}
	.features-item:nth-of-type(even) {
		flex-flow: column;
	}
	.features-image {
		width: 100%;
		aspect-ratio: 353 / 235;
	}

	.features-item-body {
		gap: 16px;
		max-width: 645px;
	}

	.features-ttl-box > h3 {
		font-size: 23px;
	}

	.features-item-body > p {
		font-size: 14px;
	}
	.features-other-list-area {
		gap: 24px;
		padding-top: 16px;
		max-width: 645px;
	}
	.features-other-list-wrapper {
		gap: 64px;
		padding: 32px 16px;
	}

	.features-other-list {
		gap: 32px;
		margin-bottom: 0;
	}

	.features-other-item {
		justify-content: flex-start;
		flex-flow: column;
	}
	.features-other-image {
		width: 100%;
		aspect-ratio: 321 / 214;
		max-width: none;
	}

	.features-other-item-body {
		gap: 8px;
	}

	.features-other-ttl {
		font-size: 18px;
	}

	.features-other-item-body > p {
		font-size: 14px;
	}
}

/*
--------------------------
Plan
--------------------------
*/
.sec-plan {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-top: 96px;
	padding-bottom: 48px;
}

.plan-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 64px;
}
.plan-price-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
	max-width: 900px;
	margin: 0 auto;
}
.img-plan-price {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 900 / 266;
}
.img-plan-price img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.plan-desc {
	width: 100%;
	height: auto;
	background: #e5f7ff;
	border-radius: 20px;
	position: relative;
}
.plan-desc::after {
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 24px;
	background: #e5f7ff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	z-index: 0;
}
.plan-desc-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	padding: 32px 5.3%;
}
.plan-desc-ttl {
	width: 100%;
	font-weight: bold;
	font-size: 29px;
	line-height: 1.4;
	text-align: center;
}
.plan-desc-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.pdg-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	overflow: hidden;
	position: relative;
}
.pdg-cell {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 4px;
}
.pdg-cell > p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.pdg-cell > span {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
}

.plan-desc-note {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
}

.plan-desc-bnr {
	width: 100%;
	height: auto;
	aspect-ratio: 805 / 100;
}
.plan-desc-bnr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.plan-cmp-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	position: relative;
	margin-bottom: 32px;
}
.plan-cmp-ttl {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan-cmp-ttl > span {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
	position: relative;
}
.plan-cmp-ttl > span::before {
	content: "";
	width: 74px;
	height: 37px;
	position: absolute;
	top: -26px;
	left: -34px;
	background-image: url("../img/server-single/txt-balloon-plan-cmp.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
.plan-cmp-box-wrapper {
	width: 100%;
}
.plan-cmp-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: relative;
	overflow: hidden;
}
.plan-cmp-grid-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 8px;
}
.plan-cmp-grid-item > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 590 / 289;
}
.plan-cmp-grid-item > figure > * {
	width: 100%;
	height: 100%;
}
.plan-cmp-grid-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all ease 0.33s;
}
.plan-cmp-grid-item > div {
	display: none;
}

.plan-desc-note br {
	display: none;
}
@media screen and (max-width: 999px) {
	.sec-plan {
		padding: 0 20px;
		padding-top: 64px;
		padding-bottom: 32px;
	}

	.plan-cont {
		gap: 48px;
	}
	.plan-price-area {
		max-width: 645px;
	}
	.plan-desc {
		max-width: 500px;
	}
	.plan-desc-cont {
		padding: 24px 16px;
	}
	.plan-desc-ttl {
		font-size: 18px;
	}
	.plan-desc-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
	}
	.pdg-item:not(:nth-of-type(1)) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		align-items: unset;
		flex-flow: unset;
	}
	.pdg-cell {
		padding: 8px;
		gap: 2px;
	}
	.pdg-cell > p {
		font-size: 14px;
	}
	.pdg-cell > span {
		font-size: 10px;
	}

	.plan-desc-note {
		font-size: 14px;
	}
	.plan-desc-note > span {
		display: none;
	}
	.plan-desc-note br {
		display: inline;
	}

	.plan-desc-bnr {
		aspect-ratio: 321 / 90;
	}
	.plan-cmp-ttl > span {
		font-size: 22px;
	}
	.plan-cmp-ttl > span::before {
		width: 74px;
		height: 37px;
		top: -26px;
		left: -34px;
	}
}

@media screen and (max-width: 768px) {
	.img-plan-price {
		aspect-ratio: 352 / 111;
	}
	.plan-cmp-grid-item > figure {
		aspect-ratio: 1 / 1;
	}
	.plan-cmp-grid-item > div {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.plan-cmp-grid-item > div > p {
		font-weight: 400;
		font-size: 11px;
		line-height: 1.75;
		letter-spacing: 0.05em;
		text-align: center;
	}
}
/*
--------------------------
athlete
--------------------------
*/
.sec-athlete {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-top: 48px;
	padding-bottom: 64px;
}
.sec-athlete .h3-ttl-box > h3 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.sec-athlete .h3-ttl-box > h3::after {
	content: none;
}

.athlete-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.athlete-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	gap: 16px;
	border-radius: 20px;
	padding: 24px;
	background: #f3f3f3;
}
.athlete-list-item {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
}

.athlete-list-image {
	width: 29.6%;
	height: auto;
	aspect-ratio: 168 / 229;
	max-width: 168px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.athlete-list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.athlete-item-body {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
	overflow: hidden;
}

.athlete-name-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #cccccc;
}

.athlete-name-box > h4 {
	width: 100%;
	font-size: 23px;
	position: relative;
	font-weight: bold;
	color: #0465cc;
	line-height: 1.4;
	text-align: center;
}
.athlete-name-box > span {
	width: 100%;
	font-size: 16px;
	position: relative;
	font-weight: 400;
	color: #333;
	line-height: 1.75;
	text-align: center;
}

.athlete-item-body > p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	text-align: left;
}

@media screen and (max-width: 999px) {
	.sec-athlete {
		padding: 0 20px;
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.athlete-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
		border-radius: 0px;
		padding: 0px;
		background: none;
		max-width: 500px;
	}
	.athlete-list-image {
		width: 168px;
	}

	.athlete-item-body {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		gap: 16px;
		overflow: hidden;
	}

	.athlete-name-box > h4 {
		font-size: 13px;
	}
	.athlete-name-box > span {
		font-size: 11px;
	}

	.athlete-item-body > p {
		font-size: 11px;
	}
}

/*
--------------------------
spec
--------------------------
*/
.sec-spec {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-top: 48px;
	padding-bottom: 64px;
}

.spec-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 32px;
}

.spec-area {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 4%;
	justify-content: space-between;
	position: relative;
}

.img-product-spec {
	width: 54.75%;
	max-width: 645px;
	height: auto;
	aspect-ratio: 645 / 480;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
.img-product-spec img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.spec-tbl-wrapper {
	width: 100%;
}
.spec-tbl {
	width: 100%;
	display: flex;
	flex-flow: column;
}
.spec-tbl > dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.spec-tbl > dl > dt {
	width: 100px;
	display: flex;
	padding: 8px;
	align-items: flex-start;
	flex-shrink: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
.spec-tbl > dl > dd {
	width: 100%;
	display: flex;
	padding: 8px;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}

.spec-option-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
	overflow: hidden;
}
.spec-option-area > * {
	width: 100%;
}

.spec-acc-area {
	display: none;
}

.spec-caution-area {
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	display: flex;
	align-items: flex-start;
	gap: 32px;
}
.spec-caution-area > h5 {
	width: auto;
	flex-shrink: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	padding-top: 5px;
}

.caution-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	list-style-type: disc;
	gap: 4px;
	list-style-position: outside;
	margin-left: 30px;
}
.caution-list > li {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}
.caution-list > li::marker {
	color: #3797db;
}

@media screen and (max-width: 999px) {
	.sec-spec {
		padding: 0 20px;
		padding-top: 32px;
		padding-bottom: 28px;
	}

	.spec-cont {
		gap: 24px;
	}

	.spec-area {
		gap: 24px;
		justify-content: flex-start;
		flex-flow: column;
	}

	.img-product-spec {
		width: 100%;
		aspect-ratio: 353 / 316;
		max-width: 500px;
	}
	.spec-tbl-wrapper {
		display: none;
	}

	.spec-caution-area {
		display: none;
	}
	.spec-option-area {
		gap: 12px;
		max-width: 500px;
	}
	.spec-acc-area {
		display: flex;
		width: 100%;
		flex-flow: column;
	}
	.spec-acc-area {
		display: flex;
		width: 100%;
		flex-flow: column;
		border-top: 1px dashed #333;
		max-width: 500px;
	}
	.spec-acc-item {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-flow: column;
		position: relative;
		border-bottom: 1px dashed #333;
		background: #fff;
	}
	.acc-btn {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		padding: 22px 0;
		padding-left: 8px;
		padding-right: 48px;
	}
	.acc-btn > span {
		font-size: 14px;
		line-height: 1.4;
		font-weight: bold;
	}
	.acc-btn::after {
		content: "";
		width: 15px;
		height: auto;
		aspect-ratio: 15 / 9;
		background-image: url("../img/common/1x/icon-chevron-down-bl.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		flex-shrink: 0;
		position: absolute;
		right: 16px;
	}

	.acc-panel {
		width: 100%;
	}
	.acc-panel-inner {
		width: 100%;
	}
	.spec-tbl > dl {
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.spec-tbl > dl > dt {
		width: 100%;
		background: #f3f3f3;
	}

	.spec-acc-item .caution-list {
		padding-right: 30px;
		padding-bottom: 24px;
	}
}

/*
--------------------------
lineup
--------------------------
*/
.sec-lineup {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-top: 48px;
	padding-bottom: 0px;
}

.lineup-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 32px;
}
.lineup-slider-controlls {
	display: none;
}

.lineup-slider-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	position: relative;
}
.lineup-slider-area.sp {
	display: none;
}
.lineup-slider {
	width: 100%;
}
.lineup-slider-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.lineup-slide-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 32px;
	overflow: hidden;
}
.lineup-slide-item > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 320 / 264;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.lineup-slide-item > figure > * {
	width: 100%;
	height: 100%;
}
.lineup-slide-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.lsi-body {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 32px;
}
.lsi-heading {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.lsi-heading > h4 {
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}
.lsi-heading > p {
	width: 100%;
	font-size: 14px;
	line-height: 1.75;
	text-align: center;
}
.lineup-slide-item .btn-round {
	padding: 15px 20px;
}

@media screen and (max-width: 999px) {
	.sec-lineup {
		padding: 0;
		padding-top: 28px;
	}

	.lineup-cont {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 32px;
	}
	.lineup-slider-controlls {
		display: flex;
	}

	.lineup-slider-area.pc {
		display: none;
	}
	.lineup-slider-area.sp {
		display: flex;
	}
	.lineup-slider-wrapper {
		width: 100%;
		display: flex;
		grid-template-columns: none;
		gap: 0;
	}
	.lineup-slide-item {
		gap: 16px;
		border: 1px solid #ccc;
		background: #fff;
		border-radius: 20px;
		padding: 16px;
	}
	.lineup-slide-item > figure {
		aspect-ratio: 170 / 130;
	}
	.lsi-body {
		gap: 16px;
	}
	.lsi-heading {
		gap: 8px;
	}
	.lsi-heading > h4 {
		font-size: 16px;
	}
	.lsi-heading > p {
		font-size: 11px;
	}
	.lineup-slide-item .btn-round {
		width: 100%;
		padding: 10px;
		max-width: 150px;
	}
	.lineup-slide-item .btn-round > span {
		font-size: 13px;
	}

	.lineup-slider-controlls {
		display: flex;
		position: relative;
		width: 100%;
		align-items: center;
		justify-content: flex-end;
		gap: 7px;
		padding: 0 20px;
	}
	.lineup-slider-controlls .slide-btn-prev,
	.lineup-slider-controlls .slide-btn-next {
		left: auto;
		right: auto;
		position: relative;
		top: auto;
		transform: none;
		background: #cccccc;
	}
	.lineup-slider-controlls .slide-btn-prev::after,
	.lineup-slider-controlls .slide-btn-next::after {
		background-image: url("../img/common/1x/icon-chevron-right-sm-wh.svg");
	}
	.lineup-slider-controlls .slide-btn-prev::after {
		transform: rotate(180deg);
	}
}
/*
--------------------------
faq
--------------------------
*/
.sec-faq {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-top: 96px;
	padding-bottom: 80px;
}

.sec-faq .sec-inner {
	max-width: 900px;
}

.faq-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 48px;
}
.faq-acc-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	margin-bottom: 48px;
}
.faq-acc-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #e5f7ff;
	border-radius: 20px;
	display: flex;
	flex-flow: column;
}
.faq-acc-btn {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 32px 0;
	padding-left: 48px;
	padding-right: 120px;
	cursor: pointer;
}
.faq-acc-btn > h3 {
	width: 100%;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.4;
	text-align: left;
}

.faq-acc-btn::before {
	content: "Q";
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	width: 48px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #3797db;
	color: #fff;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.faq-acc-btn::after {
	content: "";
	background-image: url("../img/common/1x/icon-chevron-down-q-bl.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 60px;
	width: 22px;
	height: auto;
	aspect-ratio: 22 / 13;
	transition: all ease 0.1s;
}
.is-active .faq-acc-btn::after {
	transform: scale(-1);
}

.faq-acc-panel {
	width: 100%;
}
.faq-acc-panel .acc-panel-inner {
	width: 100%;
	padding: 32px 48px;
	padding-top: 0;
}
.answer-flex {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding-top: 32px;
	border-top: 1px solid #cccccc;
}
.answer-flex::before {
	content: "A";
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	width: 48px;
	height: auto;
	aspect-ratio: 1 / 1;
	color: #3797db;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.answer-area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-flow: column;
	padding-top: 10px;
}
.answer-ttl {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
}

.answer-body {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	flex-flow: column;
}
.answer-body > p {
	width: 100%;
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}

.answer-body .faq-exp-cont {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 1.5rem;
	padding: 16px;
}
.answer-body .faq-exp-img-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.answer-body .faq-exp-img-box > figure {
	width: 100%;
	max-width: 188px;
	height: auto;
	aspect-ratio: 188 / 253;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.answer-body .faq-exp-img-box > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 999px) {
	.sec-faq {
		padding: 0 20px;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.sec-faq .sec-inner {
		max-width: 645px;
	}

	.faq-acc-group {
		margin-bottom: 32px;
	}
	.faq-acc-btn {
		gap: 16px;
		padding: 24px 0;
		padding-left: 16px;
		padding-right: 40px;
		cursor: pointer;
	}
	.faq-acc-btn > h3 {
		font-size: 16px;
	}

	.faq-acc-btn::before {
		font-size: 18px;
		width: 32px;
	}
	.faq-acc-btn::after {
		right: 25px;
		width: 14px;
	}

	.faq-acc-panel .acc-panel-inner {
		width: 100%;
		padding: 24px 16px;
		padding-top: 0;
	}
	.answer-flex {
		gap: 16px;
		padding-top: 24px;
	}
	.answer-flex::before {
		font-size: 18px;
		width: 32px;
	}
	.answer-area {
		padding-top: 6px;
	}
	.answer-ttl {
		font-size: 14px;
	}

	.answer-body {
		gap: 16px;
	}
	.answer-body > p {
		font-size: 13px;
	}
}
