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

Plus

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

/*
--------------------------
common
--------------------------
*/
#plus {
	background: #fff;
}
@media screen and (max-width: 1200px) {
	#contents {
		padding-top: 0;
	}
}
@media screen and (min-width: 769px) {
	.bottom-fixed-area {
		display: none;
	}
}

.l-section {
	width: 100%;
	position: relative;
	z-index: 10;
}

.l-inner {
	width: min(1200px, 100%);
	position: relative;
	z-index: 10;
	margin-inline: auto;
}

.l-col {
	width: inherit;
	display: flex;
	flex-flow: column;
}

.c-txt {
	font-size: clamp(14px, 1.111vw, 16px);
	line-height: 1.6;
	font-weight: 400;
	text-align: left;
}
.c-txt-lg {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.6;
	font-weight: 400;
	text-align: left;
}
.c-txt-sm {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	text-align: left;
}
.c-note {
	font-size: clamp(11px, 0.902vw, 13px);
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
}

.c-h2 {
	width: inherit;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.c-h2__sub {
	width: max-content;
	min-width: 200px;
	background: #ddd;
	border-radius: 999px;
	padding: 8px 16px;
	min-height: 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 600;
}
.c-h2__sub.--l-blue {
	background: #e5f7ff;
	color: #3797db;
}
.c-h2__sub.--blue {
	background: #3797db;
	color: #fff;
}
.c-h2 h2 {
	text-align: center;
	font-size: clamp(26px, 2.222vw, 32px);
	font-weight: 600;
	line-height: 1.3;
}

/*
--------------------------
FV
--------------------------
*/
.sec-fv {
	width: 100%;
	position: relative;
	overflow: hidden;
	flex-flow: column;
	display: flex;
	align-items: center;
}

.fv-video {
	position: relative;
	height: auto;
	aspect-ratio: 1440 / 812;
	inset: 0;
	width: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}
.c-fv-txts {
	width: 100%;
	position: relative;
	background: #333;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-block: 64px;
	padding-inline: 20px;
	z-index: 20;
	color: #fff;
}
.c-fv-headline {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 15px;
	margin-bottom: 24px;
}
.c-fv-headline__sub {
	font-size: clamp(14px, 1.111vw, 16px);
	line-height: 1.3;
	font-weight: 500;
}
.c-fv-headline__main {
	width: 100%;
	align-items: baseline;
	display: flex;
	text-align: center;
	justify-content: center;
}
.c-fv-headline__main > img {
	aspect-ratio: 237 / 50;
	flex-shrink: 0;
}
.c-fv-headline__main > strong {
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.02em;
}

.c-fv-txts > .c-txt,
.c-fv-txts > .c-note {
	text-align: center;
}
.c-fv-txts .btn-round {
	padding: 20px 16px;
	width: min(320px, 100%);
	margin-block: 30px 27px;
}
.c-fv-txts .btn-round > span,
.c-fv-txts .btn-round > span > strong {
	font-size: 23px;
}

@media screen and (max-width: 768px) {
	.c-fv-txts {
		padding-block: 32px;
	}
	.c-fv-headline__main > img {
		aspect-ratio: 187 / 40;
		width: 187px;
	}
	.c-fv-headline__main > strong {
		font-size: 32px;
	}
	.c-fv-txts .btn-round {
		padding: 16px;
		margin-block: 30px 24px;
	}
	.c-fv-txts .btn-round > span,
	.c-fv-txts .btn-round > span > strong {
		font-size: 18px;
	}
}
/*
--------------------------
explainer
--------------------------
*/
.sec-explainer {
	padding-inline: clamp(20px, 5.1vw, 50px);
}
.sec-explainer__cont {
	width: 100%;
	gap: 32px;
	align-items: center;
	padding-block: 64px;
}
.c-video-wrapper {
	gap: 10px;
	width: min(870px, 100%);
	margin-inline: auto;
	align-items: center;
}
.c-video {
	position: relative;
	width: 100%;
	aspect-ratio: 870 / 490;
	background: #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
}

.c-video__media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.c-video__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: 0.25s;
	z-index: 2;
}
.c-video__play > svg {
	width: 50px;
	height: 50px;
	aspect-ratio: 1 / 1;
	fill: #000;
}

.c-video__play:hover {
	transform: scale(1.08);
	background: #fff;
}
.c-video__play.is-hidden {
	display: none;
}

.c-video__time {
	text-align: center;
	font-size: 14px;
	color: #989898;
}

@media (max-width: 768px) {
	.c-video__play {
		width: 70px;
		height: 70px;
		font-size: 26px;
	}
	.c-video__play > svg {
		width: 30px;
		height: 30px;
	}
}

/*
--------------------------
whats-new
--------------------------
*/
.sec-whats-new {
	background: #e8f8ff;
	padding-inline: clamp(20px, 5.1vw, 50px);
}
.sec-whats-new__cont {
	width: 100%;
	gap: 32px;
	align-items: center;
	padding-block: 64px;
}
.c-wn-contents-wrapper {
	width: 100%;
	gap: 24px;
}
.c-wn-contents {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	filter: drop-shadow(0px 3px 16px rgb(0 0 0 / 10%));
	padding-block: clamp(24px, 4.44vw, 64px);
	padding-inline: clamp(20px, 6.25vw, 90px);
}
.c-wn-contents.wnc-cartridge {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 3.33vw, 48px);
}
.wnc-cartridge-img-pc {
	aspect-ratio: 1 / 1;
	display: block;
}
.wnc-cartridge-img-sp {
	display: none;
}

@media (max-width: 999px) {
	.c-wn-contents-wrapper {
		max-width: 500px;
	}
	.c-wn-contents {
		padding-block: 24px;
		padding-inline: 20px;
	}
	.c-wn-contents.wnc-cartridge {
		grid-template-columns: minmax(0, 1fr);
	}
	.wnc-cartridge-img-pc {
		display: none;
	}
	.wnc-cartridge-img-sp {
		aspect-ratio: 1 / 1;
		display: block;
	}
}

.c-wn-contents-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(15px, 1.667vw, 24px);
}
.c-wn-contents-grid .c-wn-contents {
	padding-block: clamp(24px, 2.78vw, 40px);
	padding-inline: clamp(20px, 2.78vw, 40px);
}

.wnc-body {
	width: 100%;
	gap: 32px;
}

.wnc-ttl-box {
	display: flex;
	gap: 10px;
}
.wnc-maintenance .wnc-ttl-box {
	align-items: baseline;
	gap: 5px;
	justify-content: center;
	width: 100%;
}

.wnc-ttl-md {
	font-size: clamp(23px, 2.014vw, 29px);
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.wnc-ttl-lg {
	font-size: clamp(26px, 2.222vw, 32px);
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.wnc-ttl-lg strong {
	font-size: clamp(41px, 3.611vw, 52px);
	font-weight: 600;
	color: inherit;
	letter-spacing: -0.02em;
}
.wnc-ttl-pl {
	padding-left: 8px;
}
.wnc-ttl-box > div {
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.wnc-filter .wnc-ttl-box > div {
	justify-content: center;
}
.wnc-filter .wnc-ttl-box > div > div {
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.wnc-filter .wnc-ttl-md {
	text-align: center;
}

.wnc-gld-txt {
	width: auto;
	display: flex;
	align-items: baseline;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	background: linear-gradient(90deg, #007adf, #00ecbc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.wnc-cartridge .wnc-gld-txt > strong {
	font-size: clamp(52px, 4.027vw, 58px);
}

.wnc-filter .wnc-gld-txt > strong {
	font-size: 68px;
}
.wnc-filter .wnc-gld-txt > span {
	width: 100%;
	font-size: 41px;
}
.wnc-filter .wnc-gld-txt > small {
	font-size: 16px;
	align-self: flex-start;
	background: #2cd9c2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	right: -10px;
	top: 8px;
}

.wnc-maintenance .wnc-gld-txt > strong {
	font-size: 45px;
	font-weight: 500;
}

.wnc-head {
	gap: 23px;
	align-items: center;
}

.wnc-note {
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #989898;
	line-height: 1.5;
	font-weight: 400;
}

.wnc-filter-img {
	width: 100%;
	aspect-ratio: 508 / 224;
	overflow: hidden;
}
.wnc-maintenance-img {
	width: 100%;
	aspect-ratio: 508 / 330;
	overflow: hidden;
}

.wnc-filter-txts,
.wnc-maintenance-txts {
	gap: 16px;
}
.wnc-filter-txts h3,
.wnc-maintenance-txts h3 {
	font-size: clamp(23px, 2.013vw, 29px);
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
}
.wnc-maintenance-txts .wnc-note {
	text-align: left;
}

@media (max-width: 1100px) {
	.wnc-maintenance .wnc-ttl-box {
		flex-flow: column;
		align-items: center;
		gap: 12px;
	}
	.wnc-maintenance .wnc-ttl-md {
		font-size: 32px;
	}
	.wnc-maintenance .wnc-gld-txt > strong {
		font-size: 74px;
		white-space: nowrap;
	}
}
@media (max-width: 999px) {
	.c-wn-contents-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.wnc-cartridge .wnc-ttl-box > div {
		justify-content: center;
	}
	.wnc-cartridge .wnc-ttl-box > div > span {
		flex-shrink: 0;
	}
	.wnc-filter .wnc-ttl-box > div {
		justify-content: center;
		flex-flow: column;
		align-items: center;
	}
	.wnc-cartridge .wnc-ttl-lg {
		text-align: center;
	}
	.wnc-note {
		font-size: 11px;
	}
}

.wnc-acc-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: column;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 14px;
	filter: drop-shadow(0px 2px 8px rgb(0 184 230 / 6%));
}

.acc-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding: 17px 0;
	padding-left: 18px;
	padding-right: 52px;
	min-height: 58px;
	cursor: pointer;
}

.acc-btn > span {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}

.acc-btn::after {
	content: "";
	width: 24px;
	height: 24px;
	aspect-ratio: 1 / 1;
	background-image: url("../img/plus/icon-plus.svg");
	background-position: 8px 7px;
	background-repeat: no-repeat;
	background-color: #e5f7ff;
	background-size: 9px;
	border-radius: 999px;
	flex-shrink: 0;
	position: absolute;
	right: 16px;
}
.is-active .acc-btn::after {
	background-image: url("../img/plus/icon-minus.svg");
	background-position: 8px 11px;
}
.acc-panel {
	width: 100%;
}

.acc-panel-inner {
	width: 100%;
	padding: clamp(8px, 1.14vw, 16px);
	padding-top: 0;
}

.mdc-filter-removal {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
}

.mdc-filter-removal > h4 {
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 100%;
	padding-block: 16px;
	line-height: 1.3;
}

.mdc-filter-removal-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.mdc-filter-removal-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.mdc-filter-removal-list-item > h5 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
	padding-block: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}

.mdc-filter-removal-list-item > p {
	width: 100%;
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	padding: 16px;
}

/*
--------------------------
why
--------------------------
*/
.sec-why {
	background: #fff;
	padding-inline: clamp(20px, 5.1vw, 50px);
}
.sec-why__cont {
	width: 100%;
	gap: 32px;
	align-items: center;
	padding-block: 64px;
}
.sec-why__head {
	width: 100%;
	gap: 24px;
	align-items: center;
}
.sec-why__head .c-txt-lg {
	text-align: center;
}

.c-why-contents {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 2.222vw, 32px);
}

.img-why-wrapper {
	width: 100%;
	gap: 16px;
}
.img-why {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 584 / 350;
	border-radius: 24px;
	filter: drop-shadow(0px 8px 20px rgb(0 184 230 / 12%));
}
.img-why-wrapper .c-note {
	color: #989898;
}

.why-news-box {
	width: 100%;
	gap: 16px;
}
.why-news-box > h3 {
	font-size: clamp(14px, 1.25vw, 18px);
	text-align: left;
}
.why-news-list {
	width: 100%;
	display: grid;
	gap: 16px;
}

.why-news-item {
	display: block;
	padding: clamp(14px, 1.111vw, 16px);
	background: #fff;
	border: 1px solid #e0eff8;
	border-radius: 10px;
	text-decoration: none;
	filter: drop-shadow(0px 2px 8px rgb(0 184 230 / 6%));
	transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

@media (min-width: 769px) {
	.why-news-item:hover {
		border-color: #9fd0e6;
		transform: translateY(-2px);
	}
}

.why-news-item__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4em;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.4;
	color: #00b8e6;
}

.why-news-item__media,
.why-news-item__date {
	color: inherit;
}

.why-news-item__media::after {
	content: "｜";
	margin-left: 0.4em;
}

.why-news-item__title {
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.14em;
	text-decoration-color: currentColor;
	font-size: clamp(12px, 1.111vw, 16px);
	letter-spacing: 0.03em;
}

@media (max-width: 999px) {
	.c-why-contents {
		grid-template-columns: minmax(0, 1fr);
		max-width: 500px;
	}
	.img-why {
		aspect-ratio: 1 / 1;
	}
	.why-news-item__meta {
		margin-bottom: 3px;
	}
}

/*
--------------------------
cta
--------------------------
*/

.sec-plus-cta {
	background: #e8f8ff;
	padding-inline: clamp(20px, 5.1vw, 50px);
}
.sec-plus-cta__cont {
	width: 100%;
	gap: 32px;
	align-items: center;
	padding-block: 64px;
}
.c-plus-cta-contents {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(50px, 6.666vw, 96px);
}
.img-plus-cta-pc {
	width: 215px;
	height: auto;
	aspect-ratio: 215 / 359;
	flex-shrink: 0;
	display: block;
}
.img-plus-cta-sp {
	display: none;
}
.sec-plus-cta__txt-area {
	width: auto;
	gap: 32px;
}
.sec-plus-cta__ttl {
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 700;
	line-height: 1;
	display: flex;
	flex-flow: column;
	gap: 16px;
}
.sec-plus-cta__ttl strong {
	background: linear-gradient(90deg, #007adf, #00ecbc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: clamp(40px, 3.333vw, 48px);
}

.sec-plus-cta__txts-wrapper {
	width: 100%;
	align-items: center;
	gap: 16px;
}
.sec-plus-cta__txts-wrapper .c-note {
	color: #989898;
	text-align: center;
}

.sec-plus-cta__txts {
	width: 100%;
	align-items: center;
	gap: 4px;
}
.sec-plus-cta__txts small {
	font-size: 9px;
	color: #3797db;
	vertical-align: top;
}

.u-line {
	letter-spacing: 0;
}

.sec-plus-cta__btn {
	width: 100%;
	display: flex;
	justify-content: center;
}
.sec-plus-cta__btn .btn-round {
	padding: 20px 16px;
	width: min(320px, 100%);
}
.sec-plus-cta__btn .btn-round > span,
.sec-plus-cta__btn .btn-round > span > strong {
	font-size: 18px;
}
@media (max-width: 999px) {
	.img-plus-cta-sp {
		width: 121px;
		height: auto;
		aspect-ratio: 121 / 202;
		flex-shrink: 0;
		display: block;
		margin-inline: auto;
	}
	.img-plus-cta-pc {
		display: none;
	}
}
/*
--------------------------
lineup
--------------------------
*/
.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;
	}
}

.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;
}

@media (hover: hover) {
	.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: 999px) {
	.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;
	}
}

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

.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: 64px;
		padding-bottom: 64px;
	}

	.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);
	}
}
