.mode-selections .key-visual {
	background: url(/stcontents/img/sub-page/mainvisual-03.jpg) center center no-repeat;
	background-size: cover;
}
.mode-selections .key-visual .inner {
	margin: 1.6rem;
}
.mode-selections .h1-bottom-text {
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 13px;
}
.mode-selections .benefits-h1 {
	background: none;
}
.mode-selections .benefits-h1 h1 span {
	display: block;
}
.mode-selections .benefits-h1-bottom {
	padding: 0;
}
.mode-selections h1 img {
	width: auto;
	height: 60px;
}
.mode-selections .sub-box-02 {
	margin-bottom: 16px;
	height: 302px;
	position: relative;
	width: 49.3%;
	border-radius: 8px;
	-webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.15));
}
.mode-selections .sub-box-02 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	border-radius: 8px;
}
.mode-selections .sub-box-02 .sub-box-detail-02 {
	width: 100%;
	max-height: 100%;
	position: absolute;
	bottom: 0;
}
.mode-selections .sub-box-02 .sub-box-detail-02 .sub-box-title {
	width: 100%;
	color: #fff;
	padding: 32px 24px 24px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	border-radius: 0 0 8px 8px;
}
.mode-selections .sub-box-02 .sub-box-bottom {
	display: none;
}
.mode-selections .sub-box-02:hover {
	cursor: pointer;
}
.mode-selections .sub-box-02:hover .sub-box-title {
	border-radius: 0;
	padding: 0 24px 16px;
	max-height: 118px;
}
.mode-selections .sub-box-02:hover .sub-box-title .sub-box-title-text {
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0;
}
.mode-selections .sub-box-02:hover .sub-box-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 16px 16px 24px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 8px 8px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 552px;
}
.mode-selections .sub-box-02:hover .sub-box-bottom .sub-box-bottom-text {
	width: 100%;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	color: #000;
	margin-bottom: 0;
}
.mode-selections .sub-box-02:hover .sub-box-bottom img {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}
.mode-selections .navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 24px auto 154px;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.mode-selections .navigation a,
.mode-selections .navigation span {
	display: inline-block;
	margin: 0 4px;
	text-decoration: none;
	border-radius: 4px;
	background: #F5F5F5;
	width: 40px;
	height: 44px;
	padding: 13px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #757575;
	line-height: 1;
	text-align: center;
}
.mode-selections .navigation .dots {
	width: 16px;
}
.mode-selections .navigation a:hover {
	color: #554B98;
	font-weight: bold;
}
.mode-selections .navigation .current {
	font-weight: bold;
	color: #0F0A64;
}
.mode-selections .navigation .arrow-left,
.mode-selections .navigation .arrow-right {
	height: 44px;
	width: 24px;
	display: inline-block;
	padding: 10px 0;
}
.mode-selections .navigation .arrow-left a,
.mode-selections .navigation .arrow-right a {
	background: none;
}
.mode-selections .navigation .arrow-left {
	margin-right: 4px;
	background: url(/stcontents/img/sub-page/navigation-left.svg) no-repeat center center;
}
.mode-selections .navigation .arrow-left:hover {
	background: url(/stcontents/img/sub-page/navigation-left-hover.svg) no-repeat center center;
}
.mode-selections .navigation .arrow-left.disabled {
	background: url(/stcontents/img/sub-page/navigation-left-disabled.svg) no-repeat center center;
}
.mode-selections .navigation .arrow-right {
	margin-left: 4px;
	background: url(/stcontents/img/sub-page/navigation-right.svg) no-repeat center center;
}
.mode-selections .navigation .arrow-right:hover {
	background: url(/stcontents/img/sub-page/navigation-right-hover.svg) no-repeat center center;
}
.mode-selections .navigation .arrow-right.disabled {
	background: url(/stcontents/img/sub-page/navigation-right-disabled.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
	.mode-selections .navigation {
		margin: 24px 16px 0;
	}
	.mode-selections .navigation a,
	.mode-selections .navigation span {
		margin: 0 5px;
		width: 34px;
		height: 40px;
		font-size: 1.4rem;
		padding: 12px 0;
	}
	.mode-selections .navigation .arrow-left,
	.mode-selections .navigation .arrow-right {
		height: 40px;
		padding: 8px 0;
	}
	.mode-selections .navigation .arrow-left {
		margin-right: 11px;
	}
	.mode-selections .navigation .arrow-right {
		margin-left: 11px;
	}
}
@media (max-width: 767px) {
	.mode-selections .h1-bottom-text {
		margin-bottom: 16px !important;
	}
}
@media (max-width: 767px) {
	.mode-selections h1 {
		height: 32px;
		margin-bottom: 24px;
	}
	.mode-selections h1 img {
		height: 32px;
	}
	.mode-selections .benefits-h1 {
		padding: 0;
		position: relative;
		bottom: 50px;
	}
	.mode-selections .benefits-h1 h1 span.h1-selection {
		width: 80%;
	}
	.mode-selections .benefits-h1 h1 span.h1-selection img {
		width: 100%;
	}
	.mode-selections .sub-box-02 {
		width: 100%;
	}
	.mode-selections .sub-box-02:hover {
		background: none;
		padding: 0;
	}
	.mode-selections .sub-box-02:hover .sub-box-bottom {
		background: none;
		padding: 0;
		display: block;
	}
	.mode-selections .sub-box-02:hover .sub-box-bottom img {
		display: none;
	}
	.mode-selections .sub-box-02:hover .sub-box-bottom .sub-box-bottom-text {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.mode-selections .sub-box-02 .sub-box-bottom {
		background: none;
		padding: 0;
		display: block;
	}
	.mode-selections .sub-box-02 .sub-box-bottom img {
		display: none;
	}
	.mode-selections .sub-box-02 .sub-box-bottom .sub-box-bottom-text {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.mode-selections .sub-box-02 .sub-box-detail-02 {
		position: absolute;
		right: 0;
		bottom: 16px;
		width: calc(100% - 16px);
		max-width: 560px;
		height: auto;
		max-height: 120px;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 8px;
		color: #000;
	}
	.mode-selections .sub-box-02 .sub-box-detail-02 .sub-box-title {
		background: none;
		padding: 0;
		color: #000;
		font-weight: bold;
	}
	.mode-selections .sub-box-02 .sub-box-detail-02 .sub-box-title .sub-box-title-text {
		margin-bottom: 0;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.mode-selections .bottom-text {
		text-align: left;
	}
	.mode-selections .sub-box-detail div > p:first-child {
		position: absolute;
		margin-top: -7.6rem;
		color: #ffffff;
	}
	.mode-selections .sub-box-detail .font-large {
		font-size: 1.4rem;
	}
	.mode-selections .float-p.font-large {
		font-size: 1.6rem;
	}
	.mode-selections .root-sub-list, .mode-selections .root-main-foot {
		padding-top: 1.6rem;
	}
}
@media (min-width: 768px) {
	.mode-selections .key-visual .inner {
		margin: auto;
		max-width: 113.6rem;
		right: 0;
		padding-left: 1.6rem;
	}
	.mode-selections .key-visual .inner .benefits-h1 {
		padding: 0;
	}
	.mode-selections .key-visual .inner .benefits-h1::before, .mode-selections .key-visual .inner .benefits-h1::after {
		background: none;
	}
	.mode-selections .key-visual .inner .benefits-h1-bottom {
		padding: 0;
	}
	.mode-selections .sub-box-detail {
		padding: .5rem 2.4rem 2.4rem;
	}
	.mode-selections .sub-box-detail div > p:first-child {
		min-height: 5.6rem;
	}
}
@media (min-width: 1120px) {
	.mode-selections .sub-box {
		-webkit-flex-basis: 36.2rem;
		-ms-flex-preferred-size: 36.2rem;
		flex-basis: 36.2rem;
	}
	.mode-selections .root-sub-list .frame-sub-list::after, .mode-selections .root-main-foot .frame-sub-list::after, .mode-selections .root-sub-list .frame-sub-list::before, .mode-selections .root-main-foot .frame-sub-list::before {
		display: block;
		content: "";
		width: 36.2rem;
	}
	.mode-selections .root-sub-list .frame-sub-list::before, .mode-selections .root-main-foot .frame-sub-list::before {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (max-width: 767px) {
	.mode-selections .key-visual .sns .wrap {
		padding-right: 0;
	}
	.mode-selections .key-visual .sns .wrap a:last-of-type img {
		margin-right: 0;
	}
}