@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(23px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1430px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Thin 100
	ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	ExtraBold 800
	Black 900
	*/

	--cts-font: "Outfit", sans-serif;
	/* Outfit
	Thin 100
	ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	ExtraBold 800
	Black 900
	*/

	--dp-h2-size: clamp(45px,calc(1.023rem + 3.97vw),75px);
	--dp-h3-size: clamp(15px,calc(.955rem + .73vw),22px);
	--dp-h4-size: clamp(1px,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: #F9F9F9;
	--cts-color3: #E4E4E4;
	--cts-color4: #D5D5D5;
	--cts-color5: #939393;
	--cts-color6: #80899B;
	--cts-color7: #666666;
	--cts-color8: #454D60;
	--cts-color9: #404040;
	--cts-color10: #333333;
	--cts-color11:#202020;
	--cts-color12:#000000;
	--cts-color13:#3096C5;
	--cts-color14:#3899D4;
	--cts-color15: #F4F5F6;
	--cts-color16: #C6C6C6;
	--cts-color17: #2B2B2B;
}

/* 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;
}
.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;
}
@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%;
	background: var(--cts-color1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: var(--cts-color9);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.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;
	position: relative;
}
.contents__inner .area_nav {
	color: var(--cts-color);
	font-family: var(--cts-font);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4px;
	display: flex;
	align-items: center;
	gap: 30px;
	position: absolute;
	left: -60px;
	top: 190px;
	writing-mode: vertical-rl;
	z-index: 5;
}
.contents__inner .area_nav::after {
	content: "";
	width: 2px;
	height: 50px;
	background: var(--cts-color);
	position: relative;;
}

/* コンテンツ
____________________*/
::selection {
	color: var(--cts-color1);
	background-color: var(--cts-color14);
}
.contents__wrap {
	padding-block-end: 0;
	margin-bottom: 100px;
}
.contents__wrap .link__inner {
	color: var(--cts-color14);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background: var(--dp-color2);
	border: 1px solid var(--cts-color14);
	border-radius: 9999px;
	padding-block:15px;
    padding-inline: 15px;
	width: 100%;
	max-width: 350px;
	display: block;
	position: relative;
	overflow: hidden;
}
.contents__wrap .link__inner .dli-arrow-left-upper {
	display: inline-block;
	vertical-align: middle;
	color: var(--cts-color14);
	line-height: 1;
	width: 0.12em;
	height: 1.2em;
	background: currentColor;
	position: absolute;
	top: calc(50% - 2px);
    right: 35px;
	transform: rotate(45deg) translate(0,-50%);
}

.contents__wrap .link__inner .dli-arrow-left-upper::before {
	content: '';
	width: 0.85em;
    height: 0.85em;
    border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: -0.05em;
	right: 50%;
	box-sizing: border-box;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 101%;
	top: 0;
	left: -168%;
	background: var(--cts-color13);
	transform: skewX(-18deg);
	opacity: .3;
	z-index: 1;
}
.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 .contents {
	position: relative;
}
.ttl_set .ttl_eng {
	color: var(--cts-color13);
	font-size: clamp(17px, 0.545rem + 1.61vw, 19px);
    font-weight: 700;
	font-family: var(--cts-font);
    line-height: 1;
    letter-spacing: 0.05em;
}
.ttl_jp {
	color: var(--cts-color10);
	font-size: clamp(28px, 0.545rem + 1.61vw, 40px);
	font-weight: 700;
	line-height: 1;
    letter-spacing: 0.05em;
	margin-top: 20px;
}
.bg_gray {
	background: var(--cts-color2);
}
/* sub_nav
____________________*/
.sub_nav_wrap {
	display: none;
	background: none;
}
.sub_nav_wrap.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
}
.sub_nav__inner {
	background: var(--cts-color11);
	padding: 0;
}
.header__menu {
    width: 100%;
    max-width: 1430px;
    padding-inline: var(--cts-gutter);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__menu_ttl {
	font-weight: 500;
	font-size: 20px;
	font-family: var(--cts-font);
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--cts-color1);
}
.submenu__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 18px 0;
}
.submenu__list .menu__item:nth-of-type(2) {
	margin-left: 42px;
}
.submenu__list .menu__item:nth-of-type(3) {
	margin-left: 59px;
}
.submenu__list .menu__item a {
	color: var(--cts-color1);
	font-size: 14px;
    font-weight: 500;
} 
.submenu__list .menu__item:nth-of-type(1) a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    padding: 12px 25px;
	background: rgb(146, 146, 226);
    background: linear-gradient(180deg, rgba(146, 146, 226, 1) 0%, rgba(108, 199, 213, 1) 100%);
    border-radius: 9999px;
    letter-spacing: .08em;
    transition: all .3s;
    text-align: center;
	text-decoration: none;
}
.submenu__list .menu__item.current a {
	color: var(--cts-color1);
}
.submenu__list .menu__item a:hover {
    bottom: -7px;
    box-shadow: 0 0 0 var(--cts-color3);
}
.submenu-btn {
	display: none;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 3px solid var(--cts-color1);
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* anchor
____________________*/
.contents--anchor {
	padding-top: 80px;
	padding-bottom: 0;
}
.anchor__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 21px;
}
.anchor__item a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 304px;
    bottom: 0;
    padding: clamp(18px, 0.926rem + 0.85vw, 23px) 1em;
    color: var(--cts-color7);
    background: var(--cts-color1);
    border: 2px solid var(--cts-color5);
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}
.anchor__item:nth-of-type(1) a {
	color: var(--cts-color13);
    border-color: var(--cts-color13);
}
.anchor__item:nth-of-type(1) a .dli-arrow-down {
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color1);
    line-height: 1;
    position: relative;
    width: 0.12em;
    height: 1.2em;
    background: currentColor;
    position: absolute;
    transform: translate(0, -50%);
    right: 47px;
    top: 50%;
	transition: all .3s;
}
.anchor__item a::before, .anchor__item a::after {
    content: "";
    position: absolute;
}
.anchor__item a:hover {
    bottom: -7px;
}
.anchor__item:nth-of-type(1) a::before {
    width: 39px;
    height: 39px;
    top: 50%;
    right: 29px;
    transform: translate(0, -50%);
    border-radius: 50%;
    background: rgb(146, 146, 226);
    background: linear-gradient(180deg, rgba(146, 146, 226, 1) 0%, rgba(108, 199, 213, 1) 100%);
	transition: all .3s;
}
.anchor__item:nth-of-type(1) a .dli-arrow-down::before {
    content: '';
    width: 0.85em;
    height: 0.85em;
    border: 0.15em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 120px;
	padding-bottom: 80px;
	background: url(../../create/img/dl9r-ig-c4a/bg_pc1.webp) no-repeat center 42%/contain;
	position: relative;
}
.intoro_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5%;
	padding-bottom: 120px;
}
.txt_block .intoro_txt {
	font-size: clamp(18px, 0.545rem + 1.61vw, 28px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.txt_block .logo_set {
	width: 79%;
	max-width: 485px;
	margin-top: 50px;
}
.intoro_note {
	width: 48%;
	max-width: 600px;
}
.lineup_flex {
	padding-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4%;
}
.lineup_flex_left {
	flex: none;
}
.lineup_txt {
	color: var(--cts-color8);
	font-size: clamp(16px, 0.545rem + 1.61vw, 17px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 25px;
}
.lineup_list_wrap {
	width: 100%;
	max-width: 998px;
	box-sizing: border-box;
}
.lineup_list_item {
	border: 2px solid var(--cts-color4);
	border-radius: 10px;
	padding: 34px 50px;
	display: flex;
	justify-content: space-between;
	gap: 5%;
}
.item_detail {
	width: 100%;
	max-width: 310px;
}
.model_name {
	color: var(--cts-color12);
	font-size: clamp(20px, 0.545rem + 1.61vw, 25px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.spec_list_item {
	color: var(--cts-color8);
	font-size: clamp(13px, 0.545rem + 1.61vw, 14px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.item_image {
	width: 100%;
	max-width: 212px;
}
.item_price {
	width: 100%;
	max-width: 284px;
}
.model__price {
	color: var(--cts-color12);
	font-size: clamp(23px, 0.545rem + 1.61vw, 24px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.model__price .model__tax {
	font-size: 18px;
}
.model_note {
	color: var(--cts-color6);
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.item_price .link__inner {
	margin-top: 20px;
}
/* features
____________________*/
.contents--features {
	padding-top: 120px;
	padding-bottom: 150px;
	background: url(../../create/img/dl9r-ig-c4a/bg_pc2.webp) no-repeat center 4.5%/contain, url(../../create/img/dl9r-ig-c4a/bg_pc3.webp) no-repeat center 41%/contain, url(../../create/img/dl9r-ig-c4a/bg_pc4.webp) no-repeat center 84%/contain;
}
/* .contents--features {
	padding-top: 120px;
	padding-bottom: 150px;
	background: url(../../create/img/dl9r-ig-c4a/bg_pc2.webp) no-repeat center 5.5%/contain, url(../../create/img/dl9r-ig-c4a/bg_pc3.webp) no-repeat center 53%/contain, url(../../create/img/dl9r-ig-c4a/bg_pc4.webp) no-repeat center 108.3%/contain;
} */
.icon_amd_block {
	width: 100%;
	border: 1px solid var(--cts-color15);
	border-radius: 10px;
	backdrop-filter: blur(10px);
	padding: 70px;
	margin-top: 50px;
}
.icon_amd_block .icon_amd {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
.features_wrap1 {
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 40px;
}
.features_wrap2 {
	margin-top: 200px;
	position: relative;
}
.features_wrap2 .features_wrap2_img {
	position: absolute;
	top: 0;
	left: -1.5%;
	transform: translate(-50%,0);
	width: 100%;
	max-width: 805px;
}
.features_wrap2_right {
	width: 100%;
	max-width: 830px;
	margin-left: auto;
}
.features_wrap3 {
	margin-top: 340px;
}
.features_wrap3 .features_wrap3_img_block {
	width: 100%;
	height: 290px;
	backdrop-filter: blur(10px);
	border: 1px solid var(--cts-color4);
	border-radius: 10px;
	position: relative;
}
.features_wrap3 .features_wrap3_img_block .features_wrap3_img {
	width: 100%;
	max-width: 490px;
	position: absolute;
	left: 50%;
	top: 38%;
	transform: translate(-50%,-50%);
}
.features_wrap3_inner_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 40px;
	margin-top: 60px;
}
.features_wrap3_right {
	width: 100%;
	max-width: 695px;
}
.features_wrap4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 35px;
	margin-top: 155px;
}
.features_wrap4_img {
	width: 100%;
	max-width: 578px;
}
.features_wrap4 .features_points_block {
	margin-top: 40px;
	margin-left: 85px;
	padding-left: 0;
}
.features_wrap5 {
	margin-top: 355px;
}
.ttl_features {
	font-size: clamp(27px, 0.545rem + 2.61vw, 50px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	position: relative;
	padding-left: 85px;
	transition: all 0.5s ease-in-out;
}
.features_wrap5 .ttl_features {
	padding-top: 85px;
	padding-left: 0;
	text-align: center;
}
.ttl_features::before {
	content: "";
	width: 65px;
	height: 65px;
	background: url(../../create/img/dl9r-ig-c4a/icon_check.webp) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: 10px;
}
.ttl_features.on::before {
	background: url(../../create/img/dl9r-ig-c4a/icon_check_on.webp) no-repeat center center/cover;
}
.features_wrap5 .ttl_features::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.txt_features {
	color: var(--cts-color8);
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: 40px;
	padding-left: 85px;
}
.features_wrap5 .txt_features {
	width: 100%;
	max-width: 605px;
	text-align: center;
	padding-left: 0;
	margin-inline: auto;
}
.notes_features {
	color: var(--cts-color6);
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 30px;
	padding-left: 85px;
}
.features_points_block {
	position: relative;
	padding-left: 50px;
}
.features_wrap2 .features_points_block {
	margin-top: 60px;
	margin-left: 85px;
}
.features_wrap5 .features_points_block {
	margin-top: 60px;
	padding-left: 0;
}
.features_points_block_inner_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.features_points_block::before {
	content: "";
	width: 2px;
	height: 100%;
	background: var(--cts-color16);
	position: absolute;
	left: 0;
	top: 0;
}
.features_wrap4 .features_points_block::before {
	content: none;
}
.features_wrap5 .features_points_block::before {
	content: none;
}
.features_points {
	margin-top: 30px;
}
.features_wrap4 .features_points {
	margin-top: 40px;
}
.features_wrap5 .features_points {
	text-align: center;
	width: 50%;
	max-width: 300px;
	padding: 40px 20px 30px;
	margin: 0;
	border: 2px solid var(--cts-color4);
	border-radius: 10px;
	box-sizing: border-box;
}
.features_points:nth-of-type(1) {
	margin-top: 0;
}
.features_points.harf {
	margin-top: 20px;
}
.fp1 {
	width: 221px;
}
.fp2 {
	width: 255px;
}
.fp3 {
	width: 200px;
}
.fp4 {
	width: 185px;
}
.fp5 {
	width: 170px;
}
.fp6 {
	width: 327px;
}
.fp7 {
	width: 164px;
}
.fp8 {
	width: 149px;
}
.fp9 {
	width: 194px;
}
.fp10 {
	width: 224px;
}
.fp11 {
	width: 199px;
}
.fp12 {
	width: 168px;
}
.txt_supplement {
	color: var(--cts-color6);
	font-size: clamp(12px, -0.545rem + 1.61vw, 14px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	display: block;
	margin-top: 5px;
}
.features_wrap5 .txt_supplement {
	margin-top: 10px;
}
.points_txt {
	color: var(--cts-color8);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.features_wrap5 .points_txt {
	color: var(--cts-color6);
	font-size: clamp(13px, -0.545rem + 1.61vw, 14px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 20px;
}
/* review
____________________*/
.contents--review {
	padding-top: 150px;
	padding-bottom: 0;
}
.ttl_review_category {
	font-size: clamp(22px, 0.545rem + 1.61vw, 28px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 50px;
	padding-left: 85px;
	position: relative;
}
.ttl_review_category:nth-of-type(2) {
	margin-top: 60px;
}
.ttl_review_category::before {
	content: "";
    width: 65px;
    height: 65px;
    background: url(../../create/img/dl9r-ig-c4a/icon_check.webp) no-repeat center center / cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
	transition: opacity 3s ease-in-out;
}
.ttl_review_category.on::before {
	background: url(../../create/img/dl9r-ig-c4a/icon_check_on.webp) no-repeat center center / cover;
}
.movie_wrap {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
.movie-item {
	width: 100%;
	max-width: 620px;
}
.movie-box {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.movie-box iframe {
	width: 100%;
	height: 100%;
}
.movie-txt {
	margin-top: 10px;
	color: var(--cts-color6);
    font-size: clamp(13px, -0.545rem + 1.61vw, 14px);
	line-height: 1.7;
    letter-spacing: 0.03em;
}
.movie-txt a {
	color: var(--cts-color14);
	font-weight: 700;
}
.dospara_review_wrap {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px
}
.dospara_review_wrap .dospara_review_item {
	background: var(--cts-color1);
	border-radius: 10px;
	padding: 52px 50px 52px 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	box-sizing: border-box;
}
.dospara_review_item .review_subttl {
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.dospara_review_item .review_ttl {
	color: var(--cts-color17);
	font-size: clamp(19px, 0.545rem + 1.61vw, 24px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 5px;
}
.dospara_review_item .link__inner {
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	padding-block: 24px;
}
.other_review_wrap {
	background: var(--cts-color1);
	border-radius: 10px;
	padding: 23px;
	margin-top: 30px;
	box-sizing: border-box;
}
.other_review_wrap .other_review_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	border-bottom: 1px solid var(--cts-color3);
	padding: 29px 0;
}
.other_review_wrap .other_review_item:last-child {
	border: none;
}
.other_review_wrap .reviewer_logo {
	width: 200px;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.other_review_wrap .review_ttl_set {
	width: 100%;
}
.other_review_wrap .btn_block {
	width: 60px;
	display: block;
}
.other_review_wrap .review_subttl {
	color: var(--cts-color9);
	font-size: clamp(13px, 0.545rem + 1.61vw, 15px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.other_review_wrap .review_ttl {
	color: var(--cts-color17);
	font-size: clamp(15px, 0.545rem + 1.61vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 5px;
}
.other_review_wrap .other_review_item .link__inner {
	width: 60px;
	height: 60px;
	flex: none;
}
.other_review_wrap .other_review_item .link__inner::before {
	animation: link-out ease-in .4s both;
}
.other_review_wrap .other_review_item:hover .link__inner::before {
	animation: link-over ease-out .4s both;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 150px;
	padding-bottom: 150px;
}
.bnner_container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}
.bnner_container .cp_link {
	width: 302px;
	display: block;
}
.bnner_container .cp_link img {
	width: 100%;
	height: auto;
}
/* top-anchor
____________________*/
.contents--top-anchor {
	color: var(--cts-color11);
	position: fixed !important;
	padding: 0;
	bottom: max(2.5vw,53px);
	right: max(2.5vw,53px);
	z-index: 10;
	transition: all .3s;
}
.contents--top-anchor.is-active-anc {
	opacity: 1;
	visibility: visible;
}
.top-anchor {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(39px, 1.978rem + 5.56vw, 79px);
    height: clamp(39px, 1.978rem + 5.56vw, 79px);
    top: 0;
    background: var(--cts-color1);
	border: 1px solid var(--cts-color13);
    border-radius: 50%;
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.7);
    transition: all .3s;
}
.dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color13);
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}
.top-anchor:hover {
	top: -10px;
}

@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.ttl_set {
	flex-direction: column;
	gap: 15px;
}
.normal_btn {
	height: 50px;
	margin-top: 10px;
}
.dli-caret-circle-fill-right {
	width: 25px;
	height: 25px;
}
.dli-caret-circle-fill-right::before {
	border-width: 4px 7px;
}
.ttl_jp {
	margin-top: 15px;
}
/* sub_nav
____________________*/
.sub_nav_wrap {
	border-bottom: 1px solid var(--cts-color9);
}
.sub_nav_wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: var(--cts-color1);
	position: absolute;
	left: 0;
	top: 0;
}
.sub_nav__inner {
	background: inherit;
	position: relative;
	z-index: 10;
	height: 43px;
}
.sub_nav__inner::after {
	content: '';
    position: absolute;
	z-index: -1;
	top: 35px;
	left: 50%;
    transform: translate(-50%,-50%);
	width: 120px;
	height: 64px;
}
.header__menu {
	position: absolute;
	z-index: 5;
	top: 44px;
	width: 100%;
	height: calc(100vh - 44px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease;
}
.sub_nav__inner.active .header__menu {
	flex-direction: column;
	opacity: 1;
	visibility: visible;
}
.sub_nav__inner.active .header__menu::after {
	content: "";
	opacity: 0.9;
	background: var(--cts-color1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.submenu__list {
	width: 100%;
	flex-direction: column;
	gap: 20px;
	border-top: 1px solid #fff;
	padding-top: 21px;
	padding-inline:var(--cts-gutter) ;
}
.submenu__list .menu__item {
	width: 100%;
}
.submenu__list .menu__item a {
	color: var(--cts-color5);
	font-size: 15px;
	font-weight: 700;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 9999px;
	width: 100%;
	min-height: 53px;
	padding: inherit;
	position: relative;
	padding: 12px 25px;
	border: 2px solid var(--cts-color5);
}
.submenu__list .menu__item:nth-of-type(2),
.submenu__list .menu__item:nth-of-type(3) {
	margin: 0;
}
.submenu__list .menu__item:nth-of-type(1) a {
	color: var(--cts-color14);
	background: var(--cts-color1);
	border-color: var(--cts-color14);
}
.submenu__list .menu__item:nth-of-type(1) a::before {
	content: "";
	width: 31px;
    height: 31px;
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    border-radius: 50%;
    background: rgb(146, 146, 226);
    background: linear-gradient(180deg, rgba(146, 146, 226, 1) 0%, rgba(108, 199, 213, 1) 100%);
}
.submenu__list .menu__item:nth-of-type(1) a .dli-arrow-down {
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color1);
    line-height: 1;
    position: relative;
    width: 0.12em;
    height: 1.2em;
    background: currentColor;
    position: absolute;
    transform: translate(0, -50%) scale(0.7);
    right: 30px;
    top: 50%;
    transition: all .3s;
	
}
.submenu__list .menu__item:nth-of-type(1) a .dli-arrow-down::before {
    content: '';
    width: 0.85em;
    height: 0.85em;
    border: 0.15em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
}
.submenu__list .menu__item.current a {
	color: var(--cts-color14);
}
.submenu-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5px;
	cursor: pointer;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7);
}
.active .submenu-btn {
	background: var(--cts-color1);
}
.submenu-btn span:nth-child(-n+3) {
	position: absolute;
	display: block;
	width: 33px;
	height: 2px;
	background: var(--cts-color9);
}
.submenu-btn span:nth-child(1) {
	top: 10px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(1) {
	background: var(--cts-color5);
	top: 20px;
	transform: rotate(30deg);
}
.submenu-btn span:nth-child(2) {
	top: 18px;
	transition: opacity .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(2) {
	opacity: 0;
}
.submenu-btn span:nth-child(3) {
	top: 26px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(3) {
	background: var(--cts-color5);
	top: 20px;
	transform: rotate(-30deg);
}

/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--cts-color1);
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 70px;
    padding-bottom: 0;
    background: url(../../create/img/dl9r-ig-c4a/bg_sp1.webp) no-repeat center 13% / contain;
    position: relative;
}
.intoro_flex {
	flex-direction: column-reverse;
	gap: 30px;
	padding-bottom: 0px;
}
.txt_block .intoro_txt {
	text-align: center;
}
.intoro_note {
	width: 100%;
}
.txt_block .logo_set {
	margin: 20px auto 0;
}
.lineup_flex {
	flex-direction: column;
	gap: 25px;
	padding-top: 80px
}
.lineup_flex_left {
	width: 100%;
}
.lineup_txt {
	margin-top: 20px;
}
.lineup_list_item {
	flex-direction: column;
	max-width: 328px;
	margin-inline: auto;
	padding: 30px 20px;
}
.item_image {
	margin: 0 auto;
	order: 1;
}
.item_detail {
	margin-top: 20px;
	order: 2;
}
.model_name {
	text-align: center;
}
.spec_list {
    text-align: center;
	margin-top: 10px;
}
.item_price {
	order: 3;
	display: flex;
	flex-direction: column;
}
.model__price {
	margin-top: 10px;
	text-align: center;
	order: 1;
}
.item_price .link__inner {
	order: 2;
}
.model_note {
	order: 3;
}
/* features
____________________*/
.contents--features {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../../create/img/dl9r-ig-c4a/bg_sp2.webp) no-repeat center 2.9% / contain, url(../../create/img/dl9r-ig-c4a/bg_sp3.webp) no-repeat center 46% / contain, url(../../create/img/dl9r-ig-c4a/bg_sp4.webp) no-repeat center 69% / contain;
}
/* .contents--features {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../../create/img/dl9r-ig-c4a/bg_sp2.webp) no-repeat center 4.4% / contain, url(../../create/img/dl9r-ig-c4a/bg_sp3.webp) no-repeat center 54.4% / contain, url(../../create/img/dl9r-ig-c4a/bg_sp4.webp) no-repeat center 81% / contain;
} */
.icon_amd_block {
	padding: 42px 58px;
	margin-top: 30px;
}
.features_wrap1 {
	align-items: flex-start;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}
.features_wrap2 {
	margin-top: 403px;
}
.features_wrap2 .features_wrap2_img {
	max-width: 370px;
	top: -330px;
	left: 29.5%;
}
.features_wrap3 {
    margin-top: 140px;
}
.features_wrap3 .features_wrap3_img_block {
	height: 180px;
}
.features_wrap3 .features_wrap3_img_block .features_wrap3_img {
	max-width: 287px;
	top: 44%;
}
.features_wrap3_inner_flex {
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	margin-top: 80px;
}
.features_wrap4 {
	flex-direction: column;
	gap: 50px;
	margin-top: 80px;
}
.features_wrap4_img {
	max-width: 245px;
	margin-inline: auto;
}
.features_wrap5 {
	margin-top: 80px;
}
.ttl_features {
	text-align: center;
	padding-top: 70px;
	padding-left: 0;
}
.ttl_features::before {
	width: 55px;
	height: 55px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.txt_features {
	padding-left: 0;
	margin-top: 20px;
}
.features_wrap5 .txt_features {
	text-align: left;
}
.features_points_block {
	padding-left: 0;
}
.features_wrap2 .features_points_block {
	margin-top: 30px;
	margin-left: 0;
}
.features_wrap4 .features_points_block {
	margin-left: 0;
}
.features_wrap5 .features_points_block {
	margin-top: 30px;
}
.features_wrap5 .features_points {
	width: 100%;
	max-width: 234px;
	padding: 16px 20px 12px 20px;
}
.features_wrap5 .txt_supplement {
	margin-top: 5px;
}
.features_points_block::before {
	content: none;
}
.features_points_block_inner_flex {
	gap: 12px;
	flex-direction: column;
}
.fp1 {
    width: 177px;
}
.fp2 {
    width: 204px;
}
.fp3 {
    width: 160px;
}
.fp4 {
    width: 152px;
}
.fp5 {
    width: 140px;
}
.fp6 {
    width: 268px;
}
.fp7 {
    width: 118px;
}
.fp8 {
    width: 107px;
}
.fp9 {
    width: 141px;
}
.fp10 {
    width: 159px;
}
.fp11 {
    width: 152px;
}
.fp12 {
    width: 131px;
}
.notes_features {
	padding-left: 0;
	margin-top: 25px;
}
.points_txt {
	margin-top: 20px;
}
/* review
____________________*/
.contents--review {
    padding-top: 80px;
    padding-bottom: 0;
}
.ttl_review_category {
	line-height: 1.5;
	padding-left: 65px;
	margin-top: 35px;
}
.ttl_review_category:nth-of-type(2) {
	margin-top: 50px;
}
.ttl_review_category::before {
	width: 55px;
	height: 55px;
}
.dospara_review_wrap {
	margin-top: 25px;
}
.dospara_review_wrap .dospara_review_item {
	flex-direction: column;
	gap: 20px;
	padding: 30px 22px 30px 22px;
}
.dospara_review_item .link__inner {
	padding-block: 18px;
}
.other_review_wrap {
	margin-top: 25px;
	padding: 25px 15px;
}
.other_review_wrap .other_review_item {
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 20px;
	padding: 10px 5px;
}
.other_review_wrap .other_review_item:hover .link__inner::before {
    left: -168%;
}
.other_review_wrap .reviewer_logo {
	margin-inline: auto;
}
.other_review_wrap .review_ttl_set {
	width: 75%;
}
.other_review_wrap .btn_block {
	width: 50px;
}
.other_review_wrap .other_review_item .link__inner {
	width: 50px;
	height: 50px;
}
.contents__wrap .link__inner .dli-arrow-left-upper {
	right: 30px;
}
.movie_wrap {
	gap: 40px;
}
/* campaign
____________________*/
.contents--campaign {
    padding-top: 80px;
	padding-bottom: 80px;
}
.bnner_container {
	justify-content: center;
	gap: 25px;
	margin-top: 25px;
}
/* top-anchor
____________________*/
.contents--top-anchor {
	bottom: max(2.5vw,20px);
	right: max(2.5vw,20px);
}
}


/*　アニメーション
____________________*/
.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); } /* 元の位置に戻る */

@media (max-width: 768px) {/*375-768*/
.fade-in-top { transform: translateY(-50px); }      /* 上から */
.fade-in-bottom { transform: translateY(50px); }    /* 下から */
.fade-in-right { transform: translateX(50px); }     /* 右から */
.fade-in-left { transform: translateX(-50px); }     /* 左から */
}