@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(20px, -1.412rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Noto Sans JP Thin 100
	Noto Sans JP Light 300
	Noto Sans JP Regular 400
	Noto Sans JP Medium 500
	Noto Sans JP Bold 700
	*/

	--cts-font: 'nitalago-ruika', sans-serif;
	/* 
	06 100
	02 200 
	*/

	--cts-font-02: 'ab-kirigirisu', sans-serif;
	/* Outfit
	Outfit Medium 500
	Outfit bold 700
	*/


	--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
	--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
	--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
	--dp-h4-size: clamp(16px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--cts-white-1: #ffffff;
	--cts-blue-1: #1269A6;
	--cts-blue-2: #EAF4FF;
	--cts-yellow-1: #FFF700;
	--cts-gray-1: #B6B6B6;
	--cts-black-1: #333333;
	--cts-black-2:#33333D;
}


/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	/* background: var(--cts-bg); */
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: #fff;
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
}
.contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.contents__wrap .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 1.38vw,12px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	margin-top: 10px;
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: #fff;
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
    right: 24px;
    width: 9px;
    height: 9px;
    border-right: 1px solid;
    border-bottom: 1px solid;
	border-color: #fff;
	transform: rotate(-45deg);
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@keyframes link-over {
	0% {
		left: -168%;
	}
	100% {
		left: -18%;
	}
}
@keyframes link-out {
	0% {
		left: -18%;
	}
	100% {
		left: 168%;
	}
}
/* コンテンツ
____________________*/
.contents__wrap {
	padding-block-end: 0;
	background: url(../../gamepc/img/fortnite-oyakotaikai/bg-line.webp) center top /100% ,linear-gradient(180deg, rgba(33,203,226,1) 0%, rgba(18,105,166,1) 100%);
	position: relative;
	z-index: 0;
}
.contents__wrap .bg {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -4;
    background: url(../../gamepc/img/fortnite-oyakotaikai/bg-cloud-pc.webp) repeat-y 0 0/100% auto;
}
.contents__wrap .link__inner {
	color: var(--cts-bg);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 700;
	background: rgb(58,157,206);
	background: linear-gradient(-90deg, rgba(58,157,206,1) 0%, rgba(30,78,151,1) 100%);
	border-radius: 50px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 255px;
}
.contents__wrap .link__inner span {
	position: relative;
	z-index: +1;
	padding-block: clamp(5px,0.236rem + 1.38vw,15px);
    padding-inline: clamp(25px,0.737rem + 2vw,40px);
	width: 100%;
	height: 100%;
}
.contents__wrap .link__inner::before {
	background: rgba(30,78,151,1);
	opacity: 1;
}
.contents__wrap .link__inner::after {
	border-right: 2px solid;
    border-bottom: 2px solid;
	border-color: var(--cts-bg);
}
.section-ttl_wrap .section-ttl_eng {
	font-family: var(--cts-font-02);
	font-size: clamp(32px, 0.545rem + 3.61vw, 42px);
	font-weight: 400;
	letter-spacing: -0.2em;
	line-height: 1;
	width: fit-content;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	position: relative;
	margin: 0 auto;
}
.section-ttl_wrap .section-ttl_eng::before {
	content: "";
	width: 23.39px;
	height: 30.72px;
	background: url(../../gamepc/img/fortnite-oyakotaikai/ornament-left.webp) no-repeat center center/cover;
}
.section-ttl_wrap .section-ttl_eng::after {
	content: "";
	width: 30.06px;
	height: 24.94px;
	background: url(../../gamepc/img/fortnite-oyakotaikai/ornament-right.webp) no-repeat center center/cover;
}
.section-ttl {
	width: fit-content;
	margin: 15px auto 5px;
}
.section-ttl_jp {
	font-family: var(--cts-font-02);
	font-size: clamp(13px, -0.545rem + 2.61vw, 17px);
	font-weight: 400;
	letter-spacing: -0.2em;
	line-height: 1;
	text-align: center;
}
.section-ttl_jp .gg {
	letter-spacing: -0.35em;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* about
____________________*/
.contents--about {
	margin-top: 80px;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}
.contents--about .cp__slider {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: +1;
}
.contents--about .cp__slider2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: +1;
}
.contents--about .cp__slider img,
.contents--about .cp__slider2 img {
    width:100%;
    height:auto;
}
.contents--about .cp__slider .slick-slide,
.contents--about .cp__slider2 .slick-slide {
    margin:0 30px;
}
.about_block {
	width: 100%;
	max-width: 1062px;
	background: var(--cts-white-1);
	margin: 0 auto;
	padding: 89px 89px 54px 110px;
	box-sizing: border-box;
	clip-path: polygon(5% 9%, 100% 0, 94% 100%, 0% 100%);
	position: relative;
	z-index: 2;
}
.about_block::after {
    content: "";
    background: url(../../gamepc/img/fortnite-oyakotaikai/bg-about-desk.webp) no-repeat right bottom / cover;
    width: 306px;
    height: 412px;
    position: absolute;
    right: 47px;
    bottom: -20px;
    z-index: 2;
}
.about_block_inner {
	width: 100%;
	max-width: 580px;
	margin-right: auto;
	position: relative;
	z-index: 3;
}
.about-ttl_eng {
	width: 135px;
}
.about-ttl_wrap {
	border-top: 1px solid var(--cts-gray-1);
	border-bottom: 1px solid var(--cts-gray-1);
	padding: 30px 0;
	margin-top: 25px;
}
.about-ttl {
	color: var(--cts-blue-1);
	font-family: var(--cts-font-02);
	font-size: clamp(33px, 0.545rem + 4.61vw, 50px);
	font-weight: 200;
	letter-spacing: -0.15em;
}
.about-ttl_jp {
	color: var(--cts-blue-1);
	font-family: var(--cts-font-02);
	font-size: clamp(12px, -0.545rem + 2.61vw, 17px);
    font-weight: 400;
    letter-spacing: -0.1em;
    line-height: 1;
}
.about-txt {
	color: var(--cts-black-1);
	font-size: clamp(14px, -0.545rem + 2.61vw, 18px);
	font-weight: 600;
	line-height: 1.8;
	margin-top: 30px;
}
/* benefit
____________________*/
.contents--benefit {
	padding-top: 150px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.benefit .section-ttl {
	max-width: 363.04px;
}
.entry-how-top_wrap {
	width: 100%;
	max-width: 1088px;
	background: var(--cts-blue-2);
	margin: 0 auto;
	padding: 170px 143px 45px;
	box-sizing: border-box;
	clip-path: polygon(4% 7%, 95% 17%, 100% 100%, 0% 100%);
	position: relative;
	z-index: 2;
}
.entry-how-top_inner {
	width: 100%;
	max-width: 801px;
	margin: 0 auto;
}
.how-top-ttl {
	color: var(--cts-black-1);
	font-family: var(--cts-font);
	font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}
.how-top-ttl .row1 {
	font-size: clamp(23px, -0.545rem + 4.61vw, 41px);
}
.how-top-ttl .row2 {
	font-size: clamp(22px, -0.545rem + 4.61vw, 40px);
}
.how-top-ttl .txt-number {
	font-size: clamp(42px, -0.545rem + 6.61vw, 74px);
}
.how-top-ttl .blue {
	color: var(--cts-blue-1);
}
.how-top-ttl .marker {
	background:linear-gradient(transparent 60%, var(--cts-yellow-1) 60%);
}
.cofferdam_block {
	width: 100%;
	margin-top: 25px;
	padding: 20px 0;
	border-top: 1px solid var(--cts-gray-1);
	border-bottom: 1px solid var(--cts-gray-1);
	box-sizing: border-box;
}
.cofferdam {
	color: var(--cts-black-1);
	font-family: var(--cts-font);
	font-size: clamp(11px, -0.545rem + 4.61vw, 20px);
	font-weight: 100;
	text-align: center;
}
.cofferdam .date {
	font-size: clamp(18px, -0.545rem + 4.61vw, 27px);
}
.how-top-ttl-2 {
	color: var(--cts-blue-1);
	font-family: var(--cts-font);
	font-size: clamp(15px, -0.545rem + 4.61vw, 20px);
	font-weight: 100;
	text-align: center;
	margin-top: 30px;
}
.scheme_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.scheme-list-item {
	color: var(--cts-black-1);
	font-family: var(--cts-font);
	font-size: clamp(14px, -0.545rem + 4.61vw, 17px);
	font-weight: 100;
	line-height: 1.6;
	text-align: center;
	background: var(--cts-white-1);
	border-radius: 9999px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.scheme-list-item:nth-of-type(1),
.scheme-list-item:nth-of-type(2) {
	margin-bottom: 37px;
}
.scheme-list-item:nth-of-type(1)::after,
.scheme-list-item:nth-of-type(2)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid var(--cts-blue-1);
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.scheme-list-item:nth-of-type(2) {
	padding: 30px 0;
	border-radius: 15px;
} 
.scheme-list-item:nth-of-type(3) {
	color: var(--cts-white-1);
	background: var(--cts-blue-1);
}
.ss {
	width: 100%;
	max-width: 595px;
	margin: 0 auto 20px;
}
.how-top-note {
	color: var(--cts-black-1);
	font-size: clamp(10px, -0.545rem + 4.61vw, 13px);
	font-family: var(--cts-font);
	font-weight: 100;
	text-align: center;
	line-height: 1.6;
	margin-top: 15px;
}
.benefit-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 46px;
	margin-top: 103px;
}
.benefit-item {
	width: 100%;
	height: 100%;
	min-height: 345px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
    margin: 0 auto;
    box-sizing: border-box;
	position: relative;
	z-index: 1
}
.benefit-item::after {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--cts-blue-2);
	clip-path: polygon(0% 5%, 100% 0%, 90% 100%, 10% 95%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.benefit-item .benefit-item-image {
	width: 100%;
	max-width: 452px;
	display: block;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.benefit-item .benefit-item-txt {
	text-align: center;
	box-sizing: border-box;
    padding: 50px;
	position: relative;
	z-index: 2;
}
.benefit-item-txt .benefit-name {
	color: var(--cts-blue-1);
	font-family: var(--cts-font);
	font-size: clamp(20px, -0.545rem + 4.61vw, 25px);
	font-weight: 100;
}
.benefit-item-txt .benefit-name sup {
	font-size: 60%;
	margin-left: 2px;
}
.benefit-item-txt .benefit-name-eng {
	color: var(--cts-black-2);
	font-family: var(--cts-font-02);
	font-size: clamp(12px, -0.545rem + 4.61vw, 17px);
	font-weight: 100;
	letter-spacing: -0.15em;
	margin-top: 5px;
}
.modaal-container {
	background: none;
}
.benefit-note {
	font-size: clamp(11px, 0.545rem + 1.61vw, 13px);
	font-family: var(--cts-font);
	font-weight: 200;
	line-height: 1.4;
	text-align: center;
	margin-top: 35px;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 143px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
.lineup .section-ttl {
	max-width: 546.34px;
}
.lineup .lineup--list {
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
    flex-wrap: wrap;
	gap: 65px 39px;
}
.lineup .lineup--list .lineup--list_item {
	width: 100%;
	max-width: 374px;
	background: var(--cts-white-1);
	border: 1px solid var(--cts-color7);
	border-radius: 5px;
	padding: 35px;
	box-sizing: border-box;
}
.lineup .lineup--list .lineup--list_item .model_catch {
	color: var(--cts-blue-1);
	font-family: var(--cts-font);
	font-size: clamp(18px, 0.545rem + 1.61vw, 22px);
	font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}
.lineup .lineup--list .lineup--list_item .model_image {
	width: 270px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../../gamepc/img/fortnite-oyakotaikai/bg-model.webp) no-repeat center center/contain;
}
.lineup .lineup--list .lineup--list_item .model_image figure {
	max-width: 265px;
}
.lineup .lineup--list .lineup--list_item .model__detail {
	width: 100%;
}
.model__name {
	width: 100%;
	color: var(--cts-black-2);
	font-size: clamp(16px, 0.545rem + 1.61vw, 19px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
}
.model__txt {
	margin-top: 10px;
	text-align: center;
}
.model__spec-list {
	color: var(--cts-black-2);
	font-size: clamp(13px, 0.245rem + 1.61vw, 14px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.model__price {
	color: var(--cts-black-2);
	font-size: clamp(25px, 0.245rem + 1.61vw, 26px);
	font-weight: 700;
	letter-spacing: 0.1em;
}
.model__price .model__tax {
	font-size: clamp(15px, 0.245rem + 1.61vw, 18px);
}
.model__price_block .link__inner {
	max-width: inherit;
}
.model__price_block .link__inner::after {
	width: 25px;
	height: 25px;
	border: none;
	background: url(../../gamepc/img/fortnite-oyakotaikai/arrow.webp) no-repeat center center/cover;
	top: calc(50% - 11px);
	right: 14px;
	transform: rotate(0);
}
/* movie
____________________*/
.contents--movie {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 143px;
	padding-bottom: 0;
	position: relative;
	z-index: 5;
}
.movie .section-ttl {
    max-width: 554.41px;
}
.movie_wrap {
	width: 100%;
	max-width: 720px;
	aspect-ratio: 16 / 9;
	margin: 50px auto 0;
}
.movie_wrap iframe {
	width: 100%;
	height: 100%;
}
/* overview
____________________*/
.contents--overview {
	margin-top: 430px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 130px;
	background: var(--cts-white-1);
	position: relative;
}
.contents--overview::before {
    content: "";
    width: 100%;
    background: var(--cts-white-1);
    clip-path: ellipse(55% 300px at 50% 300px);
    position: absolute;
    top: -175px;
    display: block;
    z-index: -1;
    height: 175px;
}
.contents--overview .logo_wrap {
	width: 100%;
	max-width: 307px;
	position: absolute;
	left: 50%;
	top: -170px;
	transform: translate(-50%,-50%);
}
.ttl_overview {
	color: var(--cts-blue-1);
	font-family: var(--cts-font-02);
	font-size: clamp(37px, 0.245rem + 4.61vw, 42px);
	font-weight: 200;
	line-height: 1;
	letter-spacing: -0.2em;
	text-align: center;
}
.txt_overview {
	color: var(--cts-black-1);
	font-family: var(--cts-font);
	font-size: clamp(16px, -0.245rem + 4.61vw, 18px);
	font-weight: 100;
	text-align: center;
	line-height: 1.9;
	letter-spacing: 0.05em;
	width: 100%;
    max-width: 774px;
    margin: 30px auto 0;
}
.overview_btn_block {
	width: 100%;
	max-width: 401px;
	margin: 50px auto 0;
}
.overview_btn_block .link__inner {
	font-size: clamp(14px, -0.245rem + 4.61vw, 15px);
	text-align: center;
	max-width: inherit;
}
.overview_btn_block .link__inner::after {
	width: 25px;
    height: 25px;
    border: none;
    background: url(../../gamepc/img/fortnite-oyakotaikai/arrow.webp) no-repeat center center / cover;
    top: calc(50% - 11px);
    right: 14px;
    transform: rotate(0);
}
.overview_btn_block .link__inner span {
	padding-block: clamp(5px, 0.236rem + 1.38vw, 22px);
}
@media (max-width: 1191px) {
/* about
____________________*/
.about_block::after {
	content: none;
}
}
@media (max-width: 767px) {/*375-768*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.l-header {
	z-index: 2;
}
#maincontent {
	z-index: 1;
	position: relative;
}
/* コンテンツ
____________________*/
/* .contents {
	margin-top: 50px;
	margin-bottom: 50px;
} */
.contents__wrap .bg {
    background: url(../../gamepc/img/fortnite-oyakotaikai/bg-cloud-sp.webp) repeat-y 0 0/100% auto;
}
.section-ttl_wrap .section-ttl_eng {
	gap: 20px;
}
.section-ttl_wrap .section-ttl_eng::before {
	width: 18.15px;
	height: 23.84px;
}
.section-ttl_wrap .section-ttl_eng::after {
	width: 23.32px;
	height: 19.35px;
}
/* mv
____________________*/
.contents--mv {
	margin-top: 0px;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
/* about
____________________*/
.contents--about {
	margin-bottom: 0;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.slick-track {
	display: flex !important;
}
.contents--about .cp__slider .slick-slide,
.contents--about .cp__slider2 .slick-slide {
	margin: 0 50px;
}
.contents--about .cp__slider .slick-slide,
.contents--about .cp__slider2 .slick-slide {
	min-width: 588.36px;
}
.about_block {
	padding: 70px 40px 215px;
	clip-path: polygon(5% 6%, 100% 0, 94% 100%, 0% 100%);
}
.about_block::after {
	content: "";
    width: 206px;
    height: 278px;
	left: 50%;
	bottom: -220px;
	transform: translate(-50%,-50%);
}
.about-ttl_eng {
	width: 93px;
}
.about-ttl_wrap {
	margin-top: 15px;
	padding: 15px 0;
}
.about-txt {
	margin-top: 20px;
}
/* benefit
____________________*/
.contents--benefit {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
}
.benefit .section-ttl {
	max-width: 281px;
}
.entry-how-top_wrap {
	margin-top: 25px;
	padding: 40px 27px 25px;
	clip-path: polygon(4% 0%, 95% 3%, 100% 100%, 0% 100%);
}
.how-top-ttl {
	letter-spacing: -0.2em;
}
.cofferdam_block {
	margin-top: 10px;
	padding: 10px 0;
}
.how-top-ttl-2 {
	margin-top: 15px;
}
.scheme_block {
	margin-top: 10px;
}
.scheme-list-item {
	border-radius: 15px;
	text-align: left;
}
.scheme-list-item:nth-of-type(1)::after, .scheme-list-item:nth-of-type(2)::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 13px solid var(--cts-blue-1);
    bottom: -31px;
}
.scheme-list-item:nth-of-type(2) {
	padding: 20px 15px;
	border-radius: 15px;
}
.ss {
	max-width: 202px;
}
.benefit-wrap {
	flex-direction: column;
	gap: 55px;
	margin-top: 70px;
}
.benefit-item {
	min-height: 210px;
}
.benefit-item .benefit-item-image {
	max-width: 262px;
	top: 45px;
}
.benefit-item .benefit-item-txt {
	padding: 30px;
}
.benefit-note {
	margin-top: 20px;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 70px;
}
.lineup .section-ttl {
	width: 273.78px;
}
.lineup .section-ttl_jp {
	margin-top: 15px;
}
.lineup .lineup--list {
	margin-top: 30px;
	gap: 30px;
}
.lineup .lineup--list .lineup--list_item {
	padding: 30px 30px 40px;
}
.lineup .lineup--list .lineup--list_item .model_image {
    width: 213px;
    height: 213px;
}
.model__name {
	margin-top: 0;
}
.model__price_block {
	margin-top: 0;
}
/* movie
____________________*/
.contents--movie {
	padding-top: 70px;
}
.movie .section-ttl {
	max-width: 190px;
}
.movie_wrap {
	margin-top: 30px;
}
/* overview
____________________*/
.contents--overview {
	margin-top: 210px;
}
.contents--overview::before {
	top: -85px;
    clip-path: ellipse(100% 300px at 50% 300px);
}
.contents--overview .logo_wrap {
	width: 183.56px;
	top: -80px;
}
.txt_overview {
	letter-spacing: -0.025em;
	max-width: 311px;
	text-align: left;
}
.overview_btn_block {
	max-width: 311px;
	margin-top: 30px;
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/*　アニメーション
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(200px); }    /* 下から */
.fade-in-right { transform: translateX(200px); }     /* 右から */
.fade-in-left { transform: translateX(-200px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.2); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.6); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */