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

LP

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

/*
--------------------------
common
--------------------------
*/
@media screen and (max-width: 1200px) {
	#contents {
		padding-top: 0;
	}
}
.side-fixed-bnr-area {
	display: none;
}

.bottom-fixed-area {
	display: block;
}
.sec-inner {
	width: 100%;
	max-width: 900px;
	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;
	}
}

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

.h2-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.h2-ttl-box > h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
}
@media screen and (max-width: 999px) {
	.h2-ttl-box > h2 {
		font-size: 24px;
	}
}

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

.btn-round.--lg {
	width: 420px;
	height: 80px;
}
.btn-round.--lg > span {
	font-size: 23px;
}
.btn-round.--lg > span > strong {
	font-size: 23px;
}
.btn-round.--lg > span::before {
	width: 26px;
}
@media screen and (max-width: 1200px) {
	.btn-round.--lg > span > strong > span {
		display: inline;
	}
}
@media screen and (max-width: 999px) {
	.btn-round.--lg {
		width: 350px;
		height: 65px;
	}
	.btn-round.--lg > span {
		font-size: 18px;
	}
	.btn-round.--lg > span > strong {
		font-size: 18px;
	}
	.btn-round.--lg > span::before {
		width: 20px;
	}
}

/*
--------------------------
mv
--------------------------
*/
.sec-mv {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-block: 32px 96px;
}
.mv-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 32px;
}
.mv-img-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 28px;
}
.mv-img {
	width: 100%;
	height: auto;
	aspect-ratio: 900 / 441;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
}
.mv-img > * {
	width: 100%;
	height: 100%;
}
.mv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cp-period-area {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.cp-period-area > span {
	background: #262626;
	color: #fff;
	clip-path: polygon(2.7% 0%, 100% 0%, 97.3% 100%, 0% 100%);
	width: 180px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	flex-shrink: 0;
}
.cp-period-date-flex {
	width: auto;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cp-period-date-flex > figure {
	width: 35px;
	flex-shrink: 0;
}
.cp-period-date {
	width: auto;
	display: flex;
	gap: 2px;
	align-items: baseline;
}
.cp-period-date > small {
	writing-mode: tb;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #262626;
	line-height: 1.3;
	flex-shrink: 0;
}
.cp-period-date > p {
	font-size: 40px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #262626;
	line-height: 1;
	flex-shrink: 0;
}
.cp-period-date > span {
	font-size: 23px;
	font-weight: bold;
	color: #262626;
	line-height: 1;
	flex-shrink: 0;
}

.main_txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
}
.main_txt-area > h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
}
.main_txt-area > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	word-break: break-all;
}
.main_txt-area > p > span br {
	display: none;
}

@media screen and (max-width: 768px) {
	.sec-mv {
		padding-inline: 0;
		padding-block: 24px 64px;
	}
	.sec-mv .sec-inner {
		max-width: 500px;
	}
	.mv-contents {
		gap: 24px;
	}
	.mv-img-area {
		gap: 16px;
	}
	.mv-img {
		aspect-ratio: 1 / 1;
		border-radius: 0px;
	}
	.cp-period-area {
		flex-flow: column;
		padding-inline: 20px;
	}
	.cp-period-date-flex > figure {
		width: 28px;
	}
	.cp-period-date > small {
		font-size: 12px;
	}
	.cp-period-date > p {
		font-size: 32px;
	}
	.cp-period-date > span {
		font-size: 16px;
	}
	.main_txt-area {
		gap: 24px;
		padding-inline: 20px;
	}
	.main_txt-area > h2 {
		font-size: 26px;
	}
	.main_txt-area > p {
		font-size: 14px;
		text-align: left;
	}
	.sec-mv .btn-box {
		padding-inline: 20px;
	}
}

/*
--------------------------
LP New
--------------------------
*/
.sec-new-about {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-inline: 30px;
	padding-block: 133px 96px;
}
.new-about-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.new-about-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
	padding-inline: 5.3%;
	padding-block: 48px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 85px;
}

.cont-balloon {
	position: absolute;
	display: inline-flex;
	padding: 6px 12px;
	font-size: 23px;
	font-weight: bold;
	background: #0465cc;
	color: #fff;
	border-radius: 999px;
	z-index: 1;
	max-width: 486px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -37px;
	filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
}
.cont-balloon::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 11px;
	background: #0465cc;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	z-index: -2;
}

.new-about-price-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.img-new-about-price {
	width: 100%;
	height: auto;
	aspect-ratio: 550 / 213;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-width: 550px;
}
.img-new-about-price > figure > * {
	width: 100%;
	height: 100%;
}
.img-new-about-price > figure > * > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.new-about-desc {
	width: 100%;
	height: auto;
	background: #e5f7ff;
	border-radius: 20px;
	position: relative;
	max-width: 770px;
	margin: 0 auto;
}
.new-about-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;
}
.new-about-desc-images {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 24px 3.16%;
}
.new-about-desc-image {
	width: 100%;
	max-width: 330px;
	height: auto;
	aspect-ratio: 330 / 140;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.new-about-desc-image > * {
	width: 100%;
	height: 100%;
}
.new-about-desc-image > * > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nad-icon-plus {
	width: 48px;
	flex-shrink: 0;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.nad-icon-plus > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.new-about-note {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	word-break: break-all;
}

.prize-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 0px;
	padding-inline: 5.3%;
	padding-block: 48px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 60px;
}
.prize-name {
	font-size: 48px;
	font-weight: bold;
	color: #262626;
	line-height: 1;
	letter-spacing: 0.05em;
}
.prize-name > span {
	font-family: "Lato", sans-serif;
	text-decoration: underline;
	text-underline-offset: -16px;
	text-decoration-color: #fcff36;
	text-decoration-thickness: 18px;
	text-decoration-skip-ink: none;
	margin-right: 10px;
}
.prize-name > small {
	font-size: 36px;
}
/* .prize-name > span > br {
	display: none;
} */

.prize-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	gap: 24px;
}
.prize-limit {
	width: 200px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-flow: column;
	flex-shrink: 0;
	background-image: url("../img/lp/bg-star-red.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
}
.prize-limit > span {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
}
.prize-limit > div {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.prize-limit > div > strong {
	font-size: 74px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #fff;
}
.prize-limit > small {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
}

.img-prize {
	width: 270px;
	height: auto;
	aspect-ratio: 27 / 24;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.img-prize > img {
	width: 100%;
	height: 100%;
	max-height: 80%;
	object-fit: contain;
}

.new-about-bottom {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
}

.cp-period-area.--lg > span {
	width: 320px;
	height: 70px;
	font-size: 32px;
}
.cp-period-area.--lg .cp-period-date > small {
	font-size: 28px;
}
.cp-period-area.--lg .cp-period-date > p {
	font-size: 88px;
}
.cp-period-area.--lg .cp-period-date > span {
	font-size: 32px;
	position: relative;
	bottom: 5px;
}

@media screen and (max-width: 768px) {
	.sec-new-about {
		padding-inline: 20px;
		padding-block: 103px 64px;
	}
	.new-about-cont {
		gap: 16px;
		padding-inline: 16px;
		padding-block: 47px 32px;
		margin-bottom: 71px;
	}

	.cont-balloon {
		font-size: 16px;
		max-width: 320px;
		top: -37px;
		padding: 16px 13px;
		max-height: 54px;
	}

	.new-about-price-area {
		gap: 40px;
	}

	.new-about-note {
		font-size: 14px;
		text-align: justify;
	}
	.new-about-note br {
		display: none;
	}

	.prize-cont {
		padding-inline: 16px;
		padding-block: 47px 0;
		margin-bottom: 24px;
	}
	.prize-name {
		font-size: 32px;
	}
	.prize-name > span {
		line-height: 1.4;
	}
	.prize-name > small {
		font-size: 24px;
	}
	.prize-name > span > br {
		display: inline;
	}

	.prize-limit {
		width: 180px;
	}
	.prize-limit > span {
		font-size: 20px;
	}
	.prize-limit > div {
		font-size: 30px;
		margin-bottom: 4px;
	}
	.prize-limit > div > strong {
		font-size: 60px;
	}
	.prize-limit > small {
		font-size: 18px;
	}

	.img-prize {
		width: 220px;
	}

	.new-about-bottom {
		gap: 32px;
	}

	.cp-period-area.--lg > span {
		width: 180px;
		height: 24px;
		font-size: 18px;
	}
	.cp-period-area.--lg .cp-period-date > small {
		font-size: 16px;
	}
	.cp-period-area.--lg .cp-period-date > p {
		font-size: 48px;
	}
	.cp-period-area.--lg .cp-period-date > span {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.new-about-desc {
		max-width: 320px;
	}

	.new-about-desc-images {
		padding: 24px 16px;
		flex-flow: column;
		justify-content: flex-start;
	}
	.img-new-about-price {
		aspect-ratio: 321 / 124;
		max-width: 321px;
	}

	.new-about-desc-image {
		max-width: 289px;
		aspect-ratio: 289 / 120;
	}
	.new-about-desc-image:nth-of-type(3) {
		aspect-ratio: 289 / 130;
	}

	.nad-icon-plus {
		width: 32px;
	}

	.prize-box {
		max-width: 322px;
		gap: 8px;
	}
	.prize-limit {
		width: 136px;
	}
	.prize-limit > div {
		font-size: 20px;
		margin-bottom: 2px;
	}
	.prize-limit > div > strong {
		font-size: 48px;
	}
	.prize-limit > small {
		font-size: 15px;
	}
	.img-prize {
		width: 178px;
	}
}
/*
--------------------------
LP Change
--------------------------
*/
.sec-change-about {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-inline: 30px;
}
.change-about-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.change-about-images {
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: 32px;
}
.change-about-image-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 8px;
}
.change-about-image-group:first-of-type {
	margin-bottom: 16px;
}
.change-about-image-group > figure {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.change-about-image-group > figure.change-about-image-1 {
	aspect-ratio: 761 / 353;
}
.change-about-image-group > figure.change-about-image-2 {
	aspect-ratio: 900 / 323;
}
.change-about-image-group > figure > * {
	width: 100%;
	height: 100%;
}
.change-about-image-group > figure > * > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.change-about-image-group > p {
	width: 100%;
	text-align: left;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.sec-change-about {
		padding-inline: 0px;
	}
	.change-about-cont {
		gap: 32px;
	}
	.change-about-images {
		width: 100%;
		max-width: 500px;
	}
	.change-about-image-group {
		gap: 12px;
	}
	.change-about-image-group:first-of-type {
		margin-bottom: 0px;
		padding-inline: 20px;
	}
	.change-about-image-group > figure.change-about-image-1 {
		aspect-ratio: 353 / 164;
	}
	.change-about-image-group > figure.change-about-image-2 {
		aspect-ratio: 393 / 233;
	}
	.change-about-image-group > p {
		font-size: 13px;
		padding-inline: 20px;
	}
	.sec-change-about .btn-box {
		padding-inline: 20px;
	}
}

/*
--------------------------
overview
--------------------------
*/
.sec-cp-overview {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-block: 96px;
}

.cp-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	list-style-type: disc;
	gap: 4px;
	list-style-position: outside;
	margin-left: 15px;
	padding-right: 15px;
}
.cp-list.--row {
	flex-flow: row;
	flex-wrap: wrap;
	gap: 4px 36px;
}
.cp-list > li {
	width: 100%;
	text-align: justify;
	font-size: 14px;
	word-break: break-all;
	line-height: 1.75;
}
.cp-list.--row > li {
	width: auto;
}
.cp-list > li::marker {
	color: #3797db;
}
.cp-overview-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.cp-overview-cont .h2-ttl-box > h2 {
	color: #0465cc;
}
.cp-overview-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 48px;
	padding-inline: 5.3%;
	padding-block: 48px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}
.cp-overview-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 32px;
}
.cp-overview-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
}
.cp-overview-group > h3 {
	width: 100%;
	text-align: left;
	padding-left: 8px;
	position: relative;
	display: flex;
	align-items: center;
	color: #0465cc;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.cp-overview-group > h3::before {
	content: "";
	width: 4px;
	height: 50%;
	background-color: #3797db;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 10;
	flex-shrink: 0;
}
.cp-overview-group > h3::after {
	content: "";
	width: 4px;
	height: 100%;
	background-color: #0465cc;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 0;
	flex-shrink: 0;
}

.cp-overview-item-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
}
.cp-overview-item-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 8px;
}
.cp-overview-item-cont > h4 {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}
.cp-overview-item-cont > p {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.75;
}

@media screen and (max-width: 768px) {
	.sec-cp-overview {
		padding-inline: 20px;
		padding-block: 64px;
	}

	.cp-overview-cont {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 16px;
	}
	.cp-overview-cont .h2-ttl-box > h2 {
		color: #0465cc;
	}
	.cp-overview-wrapper {
		gap: 32px;
		padding-inline: 16px;
		padding-block: 32px;
	}

	.sec-cp-overview .btn-round.--lg {
		width: 320px;
	}
}
