@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(20px, -0.712rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1475px;

	/* 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 600
	*/

	--cts-font-1: "Chakra Petch", sans-serif;
	/* Chakra Petch
	light 300
	regular 400
	medium 500
	semibold  600
	bold 700
	light-italic 300 italic
	regular-italic 400 italic
	medium-italic 500 italic
	semibold-italic 600 italic
	bold-italic 700 italic
	*/

	--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-color1: #FFFFFF;
	--cts-color2: #031BFD;
	--cts-color3: #292929;
	--cts-color4: #000000;
	--cts-color5: #707070;
	--cts-color6: #2222CC;
}


/* 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;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	font-weight: 400;
	color: var(--cts-color1);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.contents {
	margin-top: 160px;
	margin-bottom: 160px;
}
.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: var(--cts-color4) url(../../gamepc/img/synduality-ada/bg_pc.png) repeat-y center top /1348px;
	border-top: 2px solid var(--cts-color6);
	border-bottom: 2px solid var(--cts-color6);
}
.contents__wrap * {
	font-feature-settings: "palt";
}
.contents__wrap .link__inner {
	color: var(--cts-bg);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 700;
	background: var(--cts-color);
	border-radius: 50px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 255px;
}
/* .contents__wrap .link__inner span {
	position: relative;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    padding-inline: clamp(10px,0.337rem + 2vw,40px);
	width: 100%;
	height: 100%;
} */
.ttl_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 5;
}
.ttl_wrap .category_ttl {
	color: var(--cts-color2);
	font-family: var(--cts-font-1);
	font-size: clamp(55px, 1.545rem + 6.61vw, 150px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 13px;
	white-space: nowrap;
	position: relative;
	z-index: 5;
}
.link__inner {
	position: relative;
}
.link__inner .dli-arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: var(--cts-color2);
	line-height: 1;
	width: 0.8em;
	height: 0.1em;
	background: currentColor;
	position: absolute;
	right: 10px;
	top: ;
}
.link__inner .dli-arrow-right::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}
.dli-arrow-right-lower {
	display: inline-block;
	vertical-align: middle;
	color: var(--cts-color2);
	line-height: 1;
	width: 0.8em;
	height: 0.1em;
	background: currentColor;
	position: absolute;
	left: 10px;
	transform: rotate(45deg);
}
.dli-arrow-right-lower::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border: 0.12em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}
/* テキスト表示 */
.bar_wrap,
.bar_wrap2 {
	display: inline-block;
}
.bar_wrap .bar_txt,
.bar_wrap2 .bar_txt {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 10;
}
.bar_wrap .bar_txt::before,
.bar_wrap2 .bar_txt::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: var(--cts-color1);
}
.bar_wrap2 .bar_txt::before {
	background: var(--cts-color2);
}
.bar_wrap.move .bar_txt::before,
.bar_wrap2.move .bar_txt::before {
	animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}
.bar_wrap .bar_txt span {
	color: var(--cts-color4);
	background: var(--cts-color1);
	opacity: 0;
	transform: scale(1.1);
}
.bar_wrap2 .bar_txt span {
	color: var(--cts-color1);
	background: var(--cts-color2);
	opacity: 0;
	transform: scale(1.1);
}
.bar_wrap.move .bar_txt span,
.bar_wrap2.move .bar_txt span {
	animation: visibleAnime forwards 1.5s 1 ease 0.5s normal;
}
@keyframes barAnime{
	0% {
		left: 0;
		width: 0;
	}
	40% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes visibleAnime{
	0% {
	opacity: 0;
	transform: scale(1);
}
	100% {
	opacity: 1;
	transform: scale(1);
}
}

/* 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;
}
.dlx_wrap {
	background: var(--cts-color4);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	box-sizing: border-box;
}
.dlx_wrap .dlx {
	display: inline-block;
	position: relative;
	z-index: 1;
}
@keyframes slow-blink {
	0%, 100% {
	  opacity: 1; /* 完全に表示 */
	}
	50% {
	  opacity: 0; /* 非表示 */
	}
}
.dlx_wrap .dlx .parentheses_1,
.dlx_wrap .dlx .parentheses_2,
.dlx_wrap .dlx .parentheses_3,
.dlx_wrap .dlx .parentheses_4 {
	width: 15px;
	height: 15px;
	display: block;
	background: var(--cts-color2);
	position: absolute;
	z-index: -2;
	/* 点滅アニメーション */
	animation: slow-blink 1.5s infinite; /* 3秒周期で繰り返し */
}
.dlx_wrap .dlx .parentheses_1 {
    top: -2px;
    left: -2px;
}
.dlx_wrap .dlx .parentheses_2 {
    top: -2px;
    right: -2px;
}
.dlx_wrap .dlx .parentheses_3 {
	bottom: -2px;
	left: -2px;
}
.dlx_wrap .dlx .parentheses_4 {
	bottom: -2px;
	right: -2px;
}
.dlx_link {
	font-size: clamp(14px, -0.145rem + 1.61vw, 20px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.2px;
	text-align: center;
	display: block;
	padding: 20px;
	color: var(--cts-color1);
	text-decoration: none;
	background: var(--cts-color4);
	transition: 0.5s;
}
.dlx_link:hover {
	color: var(--cts-color2);
	transition: 0.5s;
}
/* benefit
____________________*/
.contents--benefit {
	margin-top: 370px;
	position: relative;
	z-index: 3;
}
.contents--benefit::after {
	content: "";
	background: var(--cts-color2);
	width: 50vw;
	height: 120%;
	position: absolute;
	top: -175px;
	left: 0;
	z-index: -1;
}
.contents--benefit .ttl_wrap {
	position: absolute;
	top: -190px;
	right: 7vw;
	z-index: 5;
}
.contents--benefit .ada {
    width: 327px;
    position: absolute;
    z-index: 7;
    top: -240px;
    right: 12.5vw;
}
.contents--benefit .triangle {
	width: 744px;
	position: absolute;
	z-index: 2;
	top: -300px;
	right: -7.3vw;
}
.contents--benefit .ttl_wrap .category_ttl {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.benefit {
	position: relative;
}
.benefit-content_wrap {
	position: relative;
	z-index: 3;
}

.benefit-content_item {
	display: flex;
	justify-content: flex-start;
	gap: 45px;
}
.benefit-content_item:nth-of-type(2) {
	margin-top: 135px;
}
.benefit-content_item:nth-of-type(3) {
	margin-top: 30px;
	align-items: flex-start;
} 
.benefit-content_item .benefit-text_box {
	width: 100%;
	flex: none;
}
.benefit-content_item:nth-of-type(1) .benefit-text_box,
.benefit-content_item:nth-of-type(2) .benefit-text_box {
	max-width: 412px;
}
.benefit-content_item:nth-of-type(3) .benefit-text_box {
	max-width: 655px;
}
.privilege-number {
	color: var(--cts-color2);
	font-size: clamp(13px, -0.145rem + 1.61vw, 23px);
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	background: var(--cts-color1);
	display:inline-block;
	padding: 6px 9px;
}
.benefit-ttl {
	font-size: clamp(26px, -0.145rem + 4.61vw, 63px);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 3px;
	margin: 10px 0 0;
}
.benefit-txt {
	font-size: clamp(13px, -0.145rem + 2.61vw, 30px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 2px;
	margin: 25px 0 0;
}
.benefit-precautions {
	font-size: clamp(9px, -2.145rem + 4.61vw, 15px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1.5px;
	margin: 15px 0 0;
}
.benefit-precautions + .benefit-precautions {
	margin: 5px 0 0;
}
.benefit-sample_box_wrap {
	display: flex;
	gap: 22px;
}
.benefit-sample_box {
	width: 100%;
}
.benefit-sample_box.size1 {
	max-width: 544px;
}
.benefit-sample_box.size2 {
	max-width: 432px;
}
.benefit-sample_box.size3 {
	max-width: 304px;
}
.benefit-sample_box.size4 {
	max-width: 549px;
}
.benefit-sample_box figure {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.benefit-sample_box figure figcaption,
.benefit-sample_box .slide-caption-block {
	color: var(--cts-color2);
	font-size: clamp(10px, -2.145rem + 4.61vw, 20px);
	font-weight: 400;
	letter-spacing: 1px;
	display: inline-block;
	background: var(--cts-color4);
	position: relative;
	padding: 0px 6px 0px 28px;
	transition: all 0.2s;
}
.benefit-sample_box figure figcaption .dli-arrow-right-lower,
.benefit-sample_box .slide-caption-block .dli-arrow-right-lower {
	top: 50%;
	right: inherit;
	left: 3px;
}
.benefit-sample_box:hover figure figcaption {
	background: var(--cts-color1);
}
/* lineup
____________________*/
.contents--lineup {
	position: relative;
}
.lineup {
	position: relative;
    z-index: 3;
}
.lineup_ttl_wrap {
	width: 100%;
	max-width: 680px;
	margin: 80px auto 40px;
	padding: 15px;
	position: relative;
}
.lineup_ttl_wrap::after {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background:
    linear-gradient(45deg,  transparent 20px, var(--cts-color1) 20px),
    linear-gradient(135deg, transparent 0, var(--cts-color1) 0),
    linear-gradient(225deg, transparent 0, var(--cts-color1) 0),
    linear-gradient(315deg, transparent 20px, var(--cts-color1) 20px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}
.lineup_ttl_wrap:nth-of-type(even):after {
	left: 0;
}
.lineup_ttl {
	color: var(--cts-color2);
	font-size: clamp(19px, -0.145rem + 3.61vw, 40px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.4px;
	text-align: center;
}
.lineup_ttl_note {
	color: var(--cts-color2);
	font-size: clamp(9px, -2.145rem + 4.61vw, 15px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.5px;
	text-align: center;
    margin: 10px 0 0;
}
.lineup .lineup--list {
	width: 100%;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	gap: 23px;
	box-sizing: border-box;
	margin: 40px auto 0;
	position: relative;
}
.lineup .lineup--list::after {
	content: "";
	background: url(../../gamepc/img/synduality-ada/bg_stripe_pc.webp) no-repeat center center /contain;
	width: 100vw;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.7;
}
.lineup .lineup--list .lineup--list-item {
	width: 100%;
	max-width: 661px;
	padding: 39px 36px;
	box-sizing: border-box;
	border: 1px solid var(--cts-bg);
	background: var(--cts-color3);
	border: 2px solid var(--cts-color2);
	position: relative;
	z-index: 5;
}
.model__name_wrap {
	width: 100%;
	box-sizing: border-box;
}
.model__name {
	width: 100%;
	font-size: clamp(15px, -0.145rem + 1.61vw, 20px);
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
}
.model__name span {
	display: block;
	padding: 4px 15px;
}
.model__detail {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 35px;
	margin: 20px 0 0;
}
.model_image {
	width: 100%;
	max-width: 270px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.model__txt_wrap {
	width: 100%;
}
.model__spec-list {
	font-size: clamp(12px, 0.245rem + 1.61vw, 17px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.8px;
	margin-top: 10px;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}
.model__price {
	color: var(--dp-color2);
	font-size: clamp(22px, -0.145rem + 3.61vw, 31px);
	font-weight: 700;
	letter-spacing: 1px;
}
.model__price .model__tax {
	font-size: clamp(15px, -0.145rem + 3.61vw, 21px);
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block .link__inner {
	width: 100%;
	max-width: inherit;
	color: var(--cts-color1);
	font-weight: 400;
	text-align: center;
	background: var(--cts-color4);
	border: 1px solid var(--cts-color2);
	border-radius: 0;
	box-sizing: border-box;
}
.model__price_block .link__inner::after {
	border-color: var(--cts-color1);
}
/* about
____________________*/
.contents--about {
	background: var(--cts-color4);
    padding-bottom: 80px;
	margin-bottom: 30px;
    overflow: hidden;
	position: relative;
	z-index: 2;
}
.contents--about::before {
	content: "";
	background: url(../../gamepc/img/synduality-ada/bg_pc.png) no-repeat center top /1348px;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.contents--about::after {
	content: "";
	background: var(--cts-color3) ;
	width: 37.5%;
	height: 100%;
	display: block;
	position: absolute;
	top: 72px;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 3;
}
.about_2 {
	width: 100%;
	max-width: inherit;
	padding-inline: 0;
	position: relative;
	z-index: 4;
}
.about_2 .about_2_img {
	position: absolute;
	left: 0;
	top: -4vw;
	width: 54%;
	z-index: 3;
}
.about_2 .about_block1_inner {
	width: 100%;
	max-width: var(--cts-width);
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	margin: 140px auto 0;
	position: relative;
	z-index: 2;
}
.about_2 .about_block1_inner::after {
	content: "";
	width: 99.8%;
	height: 99.9%;
	background:
    linear-gradient(45deg,  transparent 6.5%, var(--cts-color2) 6.5%),
    linear-gradient(135deg, transparent 0, var(--cts-color2) 0),
    linear-gradient(225deg, transparent 0, var(--cts-color2) 0),
    linear-gradient(315deg, transparent 0, var(--cts-color2) 0);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -31.9vw;
	z-index: -1;
}
.padding_block {
	padding: 4vw 0 6vw 59%;
}
.about_3 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 6vw;
	margin-top: 150px;
	position: relative;
	z-index: 5;
}
.about_3.reverse {
	flex-direction: row-reverse;
}
.about_block2_inner {
	width: 100%;
	max-width: 465px;
}
.about_block1_ttl {
	font-size: clamp(20px, -0.145rem + 3.61vw, 40px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 2px;
}
.about_block2_ttl {
	color: var(--cts-color2);
    font-family: var(--cts-font-1);
	font-size: clamp(40px, 0.745rem + 6.61vw, 100px);
	font-weight: 700;
    line-height: 1;
    letter-spacing: 10px;
}
.about_block1_ttl + .about_txt {
	margin: 80px 0 0;
}
.about_block2_ttl + .about_txt {
	margin: 40px 0 0;
}
.about_txt {
	font-size: clamp(15px, -0.145rem + 3.61vw, 20px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 1px;
}
.about_txt:nth-of-type(n+2) {
	margin: 1em 0 0;
}
/* swiper */
.swiper {
	width: 100%;
	max-width: 774px;
	padding-bottom: 100px;
}
.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	border: 1px solid var(--cts-color5);
	box-sizing: border-box;
}
.swiper-pagination-bullet {
	width: 70px;
	height: 5px;
	border-radius: 0;
	background: var(--cts-color1);
}
.swiper-pagination {
	margin: 30px 0 0;
}
/* trial-play
____________________*/
.contents--trial-play {
	margin-top: 30px;
	padding-top: 165px;
	position: relative;
	z-index: 5;
}
.contents--trial-play::after {
	content: "";
    background: url(../../gamepc/img/synduality-ada/bg_stripe_pc.webp) no-repeat center center /contain;
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.7;
}
.trial-play .ttl_wrap .category_ttl {
	position: relative;
}
.trial-play .ttl_wrap .category_ttl::after {
	content: "";
	background: var(--cts-color4);
	width: 100%;
	height: calc(100% - 2.3vw);
	position: absolute;
	left: 50%;
	top: calc(50% - 0.07vw);
	transform: translate(-50%,-50%);
	z-index: -1;
}
.shop-list_wrap {
	width: 100%;
	max-width: 934px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.shop-list_wrap2 {
	padding: 60px;
	background: var(--cts-color4);
	position: relative;
}
.shop-list_wrap .parentheses_1,
.shop-list_wrap .parentheses_2,
.shop-list_wrap .parentheses_3,
.shop-list_wrap .parentheses_4 {
	width: 40px;
	height: 40px;
	display: block;
	background: var(--cts-color2);
	position: absolute;
	z-index: -2;
}
.shop-list_wrap .parentheses_1 {
    top: -1px;
    left: -1px;
}
.shop-list_wrap .parentheses_2 {
    top: -1px;
    right: -1px;
}
.shop-list_wrap .parentheses_3 {
	bottom: -1px;
	left: -1px;
}
.shop-list_wrap .parentheses_4 {
	bottom: -1px;
	right: -1px;
}
.shop-list_inner {
	width: 100%;
	position: relative;
	z-index: 5;
}
.shop-list_inner::after {
	content: "";
	background: url(../../gamepc/img/synduality-ada/ada.webp) no-repeat center top/contain;
	width: 40%;
	max-width: 289px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.shop-list_ttl {
	font-size: clamp(40px, -0.145rem + 3.61vw, 65px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 7px;
}
.shop-list_subttl_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	margin: 20px 0 0;
}
.shop-list_subttl {
	font-size: clamp(14px, -0.145rem + 3.61vw, 30px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 5px;
}
.shop-list_subttl span {
	padding: 0 10px;
}
.list_ttl {
	font-size: clamp(16px, -0.145rem + 3.61vw, 22px);
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 2px;
	margin: 20px 0 0;	
}
.shop-list {
	font-size: clamp(13px, -0.145rem + 3.61vw, 18px);
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 2px;
}
.shop-list li {
	text-indent: -1.2em;
	margin-left: 1.2em;
	position: relative;
}
.shop-list li::before {
	content: "・";
}
.shop-notice {
	font-size: clamp(12px, -0.145rem + 3.61vw, 14px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2.5px;
	margin: 20px 0 0;
	text-indent: -1.2em;
	margin-left: 1.2em;
}
.shop-notice_l + .shop-notice {
	margin-top: 10px;
}
.shop-notice_l {
	font-size: clamp(13px, -0.145rem + 3.61vw, 23px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2.5px;
	margin: 10px 0 0;
}
.guidance {
	font-size: clamp(13px, -0.145rem + 3.61vw, 23px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2.5px;
	text-align: center;
	border-top: 1px solid var(--cts-color5);
	margin: 30px 0 0;
	padding: 20px 0 0;
}
.link_block {
	width: 100%;
	max-width: 450px;
	margin: 20px auto 0;
}
.shop-list_wrap + .link_block {
	margin: 155px auto 0;
}
.link_block .link__inner {
	max-width: inherit;
	background: var(--cts-color2);
	border-radius: 0;
}
.link_block .link__inner .link__inner_txt {
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_block .link__inner .link__inner_txt .dli-arrow-right {
	color: var(--cts-color1);
	left: inherit;
	top: inherit;
	position: relative;
	margin-right: 10px;
}
.copy_wrap {
	margin: 0 auto;
	padding: 20px 0 100px;
	background: var(--cts-color4);
}
.copy_wrap .copy_txt {
	font-size: 10px;
	color: var(--cts-color1);
	text-align: center;
}
@media (max-width: 769px) {/*375-768*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
/* コンテンツ
____________________*/
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contents__wrap {
	background: var(--cts-color4) url(../../gamepc/img/synduality-ada/bg_sp.png) repeat-y center top / 88%;
	border-top: 1px solid var(--cts-color6);
    border-bottom: 1px solid var(--cts-color6);
}
.ttl_wrap .category_ttl {
	letter-spacing: 5px;
}
/* mv
____________________*/
.contents--mv {
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
/* benefit
____________________*/
.contents--benefit {
	margin-top: 60px;
	margin-bottom: 60px;
}
.contents--benefit::after {
	width: 53vw;
	height: 104%;
    top: -25px;
    left: 0;
}
.contents--benefit .ttl_wrap {
	top: -30px;
	right: 4vw;
}
.contents--benefit .ada {
	width: 106px;
	top: -30px;
	right: 14.5vw;
}
.contents--benefit .triangle {
	width: 254px;
	top: 65px;
	right: -21.7vw;
}
.benefit-content_item {
	flex-direction: column;
	gap: 20px;
}
.benefit-content_item:nth-of-type(2) {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 4px;
	margin-top: 20px;
}
.benefit-content_item:nth-of-type(2) .benefit-text_box {
	max-width: 150px;
}
.benefit-content_item:nth-of-type(3) {
	align-items: flex-start;
	margin-top: 50px;
}
.privilege-number {
	padding: 4px 6px;
}
.benefit-ttl {
	letter-spacing: 0.5px;
	margin: 5px 0 0;
}
.benefit-txt {
	letter-spacing: 1.5px;
	margin: 15px 0 0;
}
.benefit-precautions {
	margin: 5px 0 0;
}
.benefit-sample_box.size1 {
	max-width: 278px;
}
.benefit-sample_box.size2 {
	max-width: 244px;
}
.benefit-sample_box.size3 {
	max-width: 176px;
}
.benefit-sample_box.size4 {
	max-width: 100%;
}
.lr-auto {
	margin-left: auto;
	margin-right: auto;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top: 60px;
	margin-bottom: 0;
}
.lineup .lineup--list::after {
	background: url(../../gamepc/img/synduality-ada/bg_stripe_sp.webp) repeat-y 0 0 / 188px;
	top: -30px;
	right: 0;
	transform: inherit;
}
.lineup_ttl_wrap {
	width: 98%;
	padding: 10px;
	margin: 40px auto 0;
	z-index: +2;
}
.lineup_ttl_wrap::after {
	width: 150vw;
	background:
    linear-gradient(45deg,  transparent 15px, var(--cts-color1) 15px),
    linear-gradient(135deg, transparent 0, var(--cts-color1) 0),
    linear-gradient(225deg, transparent 0, var(--cts-color1) 0),
    linear-gradient(315deg, transparent 15px, var(--cts-color1) 15px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}
.lineup_ttl_note {
	margin-top: 5px;
}
.lineup .lineup--list {
	margin: 25px auto 0;
	gap: 20px;
	padding-bottom: 0;
}
.lineup .lineup--list:nth-of-type(2) {
	padding-bottom: 60px;
}
.lineup .lineup--list .lineup--list-item {
	padding: 20px 0;
}
.model__name_wrap {
	padding: 0 20px;
	box-sizing: border-box;
}
.model__name {
	text-align: center;
}
.model_image {
	max-width: 150px;
}
.model__detail {
	gap: 0;
	padding-right: 20px;
	box-sizing: border-box;
}
.model__spec-list {
	letter-spacing: 0.2px;
}
.model__detail + .model__price_block {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
/* about
____________________*/
.contents--about {
	margin-top: 20px;
}
.contents--about::before {
	background: var(--cts-color4) url(../../gamepc/img/synduality-ada/bg_sp.png) no-repeat center top / 88%;
}
.contents--about::after {
	width: 70.5%;
	top: 30px;
}
.about_2 .about_block1_inner::after {
	background:
    linear-gradient(45deg,  transparent 11%, var(--cts-color2) 11%),
    linear-gradient(135deg, transparent 0, var(--cts-color2) 0),
    linear-gradient(225deg, transparent 0, var(--cts-color2) 0),
    linear-gradient(315deg, transparent 0, var(--cts-color2) 0);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	top: 110px;
	right: -4vw;
	height: 77.9%;
}
.about_2 .about_2_img {
    width: 94%;
}
.about_2 .about_block1_inner {
	margin: 40px auto 0;
}
.padding_block {
	padding: 54vw 0 6vw 7%;
}
.about_2 .about_block1_ttl {
	text-align: left;
	padding: 0 10px;
	position: absolute;
	top: 135px;
	left: 12vw;
	z-index: 3;
}
.about_2 .about_block1_ttl::after {
	content: "";
	background: var(--cts-color4);
	width: 100%;
	max-width: 252px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.about_block1_ttl + .about_txt {
	margin: 0;
}
.about_3 {
	flex-direction: column;
	gap: 2vw;
	margin-top: 60px;
}
.about_3.reverse {
	flex-direction: column;
}
.about_block2_ttl + .about_txt {
    margin: 0;
}
.about_block2_inner {
	max-width: inherit;
}
/* swiper */
.swiper {
	padding-bottom: 20px;
}
.swiper-pagination-bullet {
	width: 36px;
	height: 3px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
/* trial-play
____________________*/
.contents--trial-play {
	padding-top: 10px;
}
.contents--trial-play::after {
	background: url(../../gamepc/img/synduality-ada/bg_stripe_pc.webp) no-repeat center 0 / contain;
	left: 0;
    top: 0;
	transform: inherit;
}
.shop-list_wrap2 {
	padding: 20px;
}
.shop-list_ttl {
	letter-spacing: 3px;
}
.shop-list_subttl {
	letter-spacing: 1px;
}
.list_ttl {
	margin: 10px 0 0;
}
.shop-list {
	line-height: 1.5;
}
.shop-list_inner::after {
	width: 100%;
	max-width: 153px;
	right: -30px;
}
.shop-list_wrap .parentheses_1, .shop-list_wrap .parentheses_2, .shop-list_wrap .parentheses_3, .shop-list_wrap .parentheses_4 {
	width: 14px;
	height: 14px;
}
.guidance {

}
.link_block {
	margin: 20px auto 0;
}
.shop-list_wrap + .link_block {
	margin: 60px auto 0;
}
}
@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.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */