@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(20px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1610px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;      
	/* Noto Sans JP
		100 to 900
	*/

	--cts-font: "Zen Kaku Gothic New", sans-serif;
	/* Zen Kaku Gothic New
		300 to 900
	*/

	/* color */
	--color-white-1: #FFFFFF;
	--color-yellow-1: #F0FA87;
	--color-blue-1: #141A8A;
	--color-purple-1: #8885DD;
	--color-black-1: #000000;
	--color-black-2: #221814;
	--color-black-3: #221715;
}

/* LP共通汎用
____________________*/
figure {
	margin: 0;
	text-align: left;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.Bread-wrap {
	background: var(--white-1);
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
	z-index: 5;
}
.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 !important;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
		.l-header {
		z-index: 5;
	}
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.c-breadcrumb__list {
	position: relative;
	z-index: 5;
}
.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;
}
.l-footer {
	position: relative;
	z-index: 5;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	/* background: var(--cts-bg); */
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: var(--cts-font-ls);
	color: var(--black-2);
}
.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;
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-blue-1);
	background-color: var(--color-white-1);
}
.contents__wrap {
	padding-bottom: 160px;
	background: var(--color-blue1);
	position: relative;
	z-index: 1;
}
.lp-bg {
	width: 100%;
	height: 100%;
	background: url(../img/bg-pc.webp) no-repeat center top/cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.yellow {
	color: var(--color-yellow-1);
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	height: 100%;
	background: var(--color-blue1);
	aspect-ratio: 1920 / 750;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(../img/bg-mv-pc.webp) no-repeat center top/cover;
}
.contents--mv .mv {
	width: 68.22916666666666vw;
	max-width: inherit;
	margin-top: 8.75vw;
	position: relative;
	z-index: 2;
}
.contents--mv .mv .mv-logo {
	width: 19.53125vw;
	margin-inline: auto;
}
.contents--mv .mv .mv-ttl {
	color: var(--color-white-1);
	font-size: 3.6458333333333335vw;
	font-weight: 700;
	font-feature-settings: "palt";
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.contents--mv .mv .mv-ttl span {
	white-space: nowrap;
}
.contents--mv .mv .mv-ttl .txt-xlarge {
	color: var(--color-black-2);
	font-size: 6.510416666666667vw;
}
.contents--mv .mv .mv-ttl .txt-large {
	color: var(--color-black-2);
	font-size: 4.947916666666666vw;
}
.contents--mv .mv .sub-ttl-wrap {
	background: var(--color-blue-1);
	margin-top: 1.5625vw;
	padding-block: 1.40625vw;
}
.contents--mv .mv .mv-sub-ttl {
	color: var(--color-white-1);
	font-size: 2.604166666666667vw;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.contents--mv .mv-pc-1 {
    width: 17.708333333333336vw;
    position: absolute;
    left: 0px;
    top: 10.9375vw;
}
.contents--mv .mv-pc-2 {
	width: 22.916666666666664vw;
    position: absolute;
    left: 15.104166666666666vw;
    top: 19.53125vw;
    z-index: 2;
}
.contents--mv .mv-pc-3 {
    width: 23.270833vw;
    position: absolute;
    right: 15.1875vw;
    top: 19.625vw;
    z-index: 2;
}
.contents--mv .mv-pc-4 {
    width: 17.708333333333336vw;
    position: absolute;
    right: -0.5208333333333333vw;
    top: 12.5vw;
	z-index: 2;
}
/* .mv-pc-1, .mv-pc-2, .mv-pc-3, .mv-pc-4 {
    opacity: 0;
    visibility: hidden;
} */
/* page-nav
____________________*/
.page-nav {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}
.page-nav-list {
	width: 100%;
	display: flex;
	background: var(--color-blue-1);
	gap: 0.15625vw;
	background: var(--color-white-1);
}
.page-nav-list li {
	width: calc(100% / 4);
}
.page-nav-link {
	color: var(--color-white-1);
	font-size: 1.1458333333333333vw;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 2.1875vw 0;
	background: var(--color-blue-1);
	display: block;
	position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s ease;
}
.page-nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--color-white-1);
    z-index: -1;
    transition: width 0.3s ease;
}
.page-nav-link:hover {
    color: var(--color-blue-1);
}
.page-nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
/* intro
____________________*/
.contents--intro {
	width: 100%;
	padding: 100px 0 0;
	position: relative;
	z-index: 2;
}
.intro-block {
	background: var(--color-blue-1);
	border-radius: 20px;
	padding: 80px 65px;
	box-sizing: border-box;
}
.intro-txt {
	color: var(--color-white-1);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}
.intro-flex {
	display: flex;
	justify-content: center;
	gap: 63px;
	margin-top: 70px;
}
.inner-box {
	width: 100%;
}
.intro-ttl-set {
	background: var(--color-white-1);
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.intro-ttl-set .check {
	width: 44px;
}
.intro-ttl-set .intro-ttl {
	color: var(--color-blue-1);
	font-size: 32px;
	line-height: 1;
	padding-block: 18px;
}
.article-link {
	color: var(--color-white-1);
	font-size: 30px;
	line-height: 1.8;
	text-decoration: underline;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	padding-inline: 80px;
}
.article-link:hover {
	text-decoration: none;
}
.article-txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.article-img {
	margin-top: 40px;
	width: 322px;
	position: relative;
	z-index: 1;
}
.article-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	border: 3px solid var(--color-white-1);
}
.movie-box {
	width: 100%;
	margin-top: 40px;
}
.movie-box iframe {
	width: 100%;
	height: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}
/* line-up
____________________*/
.contents--line-up {
	position: relative;
	z-index: 2;
}
.item-box {
	background: var(--color-white-1);
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 135px;
}
.item-ttl {
	color: var(--color-black-2);
	font-size: 35px;
	line-height: 1.5;
	padding: 0 20px 20px 20px;
	border-bottom: 3px solid var(--color-blue-1);
	box-sizing: border-box;
}
.item-flex {
	width: 1354px;
	display: flex;
	align-items: stretch;
	gap: 30px;
	margin: 30px auto 0;
}
.item-flex:nth-of-type(2) {
	align-items: flex-end;
	margin-top: 0;
}
.item-left {
	width: 597px;
}
.img-box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.img-box .item-img {
	position: relative;
	z-index: 1;
}
.img-box .item-img.xseries {
	width: 430px;
	left: 150px;
}
.img-box .item-img.note {
	top: 20px;
    width: 510px;
    left: 80px;
}
.img-box .features {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: baseline;
	gap: 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.img-box .features li {
	color: var(--color-blue-1);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	width: 153px;
	height: 153px;
	border: 3px solid var(--color-blue-1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-white-1);
}
.item-right {
	width: 726px;
}
.tb-spec {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
.tb-spec th,
.tb-spec td {
	padding: 10px 10px;
	color: var(--color-black-2);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	border-bottom: 3px solid var(--color-black-2);
}
.tb-spec td {
	padding-right: 0;
}
.price {
	color: var(--color-blue-1);
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
.tb-spec + .price {
	margin-top: 40px;
}
.price .tax {
	font-size: 30px;
}
.check-point-box {
	width: 100%;
	height: 100%;
	background: var(--color-yellow-1);
	border-radius: 10px;
	padding: 15px 28px;
	position: relative;
	z-index: 1;
}
.check-point-box .check-point {
	width: 180px;
    position: absolute;
    z-index: 2;
    right: -13px;
    top: -29px;
}
.check-point-ttl {
	color: var(--color-black-3);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-left: 40px;
	position: relative;
	z-index: 2;
}
.check-point-ttl::before,
.check-point-ttl::after {
	content: "";
	height: 30px;
	width: 3px;
	border-radius: 9999px;
	background: var(--color-purple-1);
	position: absolute;
	z-index: 2;
}
.check-point-ttl::before {
	left: -10px;
    top: -3px;
    transform: rotate(-25deg);
}
.check-point-ttl::after {
	right: -10px;
    top: -3px;
    transform: rotate(25deg);
}
.check-point-list {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.check-point-list li {
	color: var(--color-black-3);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
}
.check-point-list li .check {
	width: 25px;
}
.btn-block {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 18px;
}
.btn-block:nth-of-type(2) {
	margin-top: 13px;
}
.btn-link {
	color: var(--color-white-1);
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 23px;
	background: var(--color-blue-1);
	border: 2px solid var(--color-blue-1);
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: color 0.3s ease;
}
.btn-link .arrow {
	content: "";
	width: 16px;
	height: 24px;
	background: url(../img/arrow-white.webp) no-repeat center center/contain;
	display: block;
	position: absolute;
	top: calc(50% + 2px);
	right: 42px;
	transform: translateY(-50%);
}
.btn-link.btn-black {
	font-size: 22px;
	border-color: var(--color-black-1);
	background: var(--color-black-1);
}
.btn-link.btn-black .arrow {
	width: 12px;
	height: 16px;
	right: 36px;
}
.btn-link.btn-white {
	color: var(--color-black-1);
	font-size: 22px;
	border-color: var(--color-black-1);
	background: var(--color-white-1);
}
.btn-link.btn-white .arrow {
	background: url(../img/arrow-black.webp) no-repeat center center/contain;
	width: 12px;
	height: 16px;
	right: 36px;
}
.btn-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: width 0.3s ease;
}
.btn-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-blue::after {
    background: var(--color-white-1);
}
.btn-blue:hover {
    color: var(--color-blue-1);
}
.btn-blue:hover .arrow {
    filter: invert(1);
}
.btn-black::after {
    background: var(--color-white-1);
}
.btn-black:hover {
    color: var(--color-black-1);
}
.btn-black:hover .arrow {
    filter: invert(1);
}
.btn-white::after {
    background: var(--color-black-1);
}
.btn-white:hover {
    color: var(--color-white-1);
}
.btn-white:hover .arrow {
    filter: invert(1) brightness(2);
}
.btn-link span {
    position: relative;
    z-index: 2;
}
/* banner
____________________*/
.contents--banner {
	padding-top: 210px;
	position: relative;
	z-index: 2;
}
.banner-ttl {
	color: var(--color-blue-1);
	font-size: 80px;
	line-height: 1.5;
	text-align: center;
}
.banner-warp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 42px;
	margin-top: 130px;
}
.banner-warp .model-box--banner {
	width: 465px;
	display: block;
}
.banner-warp .model-box--banner img {
	width: 100%;
	height: auto;
}
@media (769px <= width <= 1610px) {
/* コンテンツ
____________________*/
.contents__wrap {
	padding-bottom: 9.937888198757763vw;
}
/* intro
____________________*/
.contents--intro {
	padding: 6.211180124223603vw 0 0;
}
.intro-block {
	border-radius: 1.2422360248447204vw;
	padding: 4.968944099378882vw 4.037267080745342vw;
}
.intro-txt {
	font-size: 1.9875776397515528vw;
}
.intro-flex {
	gap: 3.91304347826087vw;
	margin-top: 4.3478260869565215vw;
}
.intro-ttl-set {
	gap: 0.9316770186335404vw;
}
.intro-ttl-set .check {
	width: 2.732919254658385vw;
}
.intro-ttl-set .intro-ttl {
	font-size: 1.9875776397515528vw;
	padding-block: 1.1180124223602486vw;
}
.article-link {
	font-size: 1.8633540372670807vw;
	margin-top: 2.484472049689441vw;
	padding-inline: 80px;
}
.article-img {
	margin-top: 2.484472049689441vw;
	width: 18.8vw;
}
.article-img::before {
	border-width: 0.18633540372670807vw;
}
.movie-box {
	margin-top: 2.484472049689441vw;
}
/* line-up
____________________*/
.contents--line-up {
	
}
.item-box {
	border-radius: 1.2422360248447204vw;
	padding: 1.8633540372670807vw;
	margin-top: 8.385093167701864vw;
}
.item-ttl {
	font-size: 2.1739130434782608vw;
	padding: 0 1.2422360248447204vw 1.2422360248447204vw 1.2422360248447204vw;
	border-bottom: 0.18633540372670807vw solid var(--color-blue-1);
}
.item-flex {
	width: 84.09937888198758vw;
	gap: 1.8633540372670807vw;
	margin: 1.8633540372670807vw auto 0;
}
.item-left {
	width: 37.08074534161491vw;
}
.img-box .item-img.xseries {
	width: 26.70807453416149vw;
	left: 9.316770186335404vw;
}
.img-box .item-img.note {
	top: 1.2422360248447204vw;
    width: 31.67701863354037vw;
    left: 4.968944099378882vw;
}
.img-box .features {
	gap: 0.6211180124223602vw;
}
.img-box .features li {
	font-size: 1.3664596273291925vw;
	width: 9.503105590062113vw;
	height: 9.503105590062113vw;
	border: 0.18633540372670807vw solid var(--color-blue-1);
}
.item-right {
	width: 45.09316770186335vw;
}
.tb-spec {
	margin: 1.2422360248447204vw 0;
}
.tb-spec th,
.tb-spec td {
	padding: 0.6211180124223602vw 0.6211180124223602vw;
	font-size: 1.3664596273291925vw;
	border-bottom: 0.18633540372670807vw solid var(--color-black-2);
}
.price {
	font-size: 3.1055900621118013vw;
}
.tb-spec + .price {
	margin-top: 2.484472049689441vw;
}
.price .tax {
	font-size: 1.8633540372670807vw;
}
.check-point-box {
	border-radius: 0.6211180124223602vw;
	padding: 0.9316770186335404vw 1.7391304347826086vw;
}
.check-point-box .check-point {
	width: 11.180124223602485vw;
    right: -0.8074534161490683vw;
    top: -1.8012422360248446vw;
}
.check-point-ttl {
	color: var(--color-black-3);
	font-size: 1.3664596273291925vw;
	margin-left: 2.484472049689441vw;
}
.check-point-ttl::before,
.check-point-ttl::after {
	height: 1.8633540372670807vw;
	width: 0.18633540372670807vw;
}
.check-point-ttl::before {
	left: -0.6211180124223602vw;
    top: -0.18633540372670807vw;
}
.check-point-ttl::after {
	right: -0.6211180124223602vw;
    top: -0.18633540372670807vw;
}
.check-point-list {
	margin-top: 0.9316770186335404vw;
	gap: 0.37267080745341613vw;
}
.check-point-list li {
	font-size: 1.3664596273291925vw;
	gap: 0.7453416149068323vw;
}
.check-point-list li .check {
	width: 1.5527950310559007vw;
}
.btn-block {
	margin-top: 1.2422360248447204vw;
	gap: 1.1180124223602486vw;
}
.btn-block:nth-of-type(2) {
	margin-top: 0.8074534161490683vw;
}
.btn-link {
	color: var(--color-white-1);
	font-size: 1.5527950310559007vw;
	padding: 1.4285714285714286vw;
	border: 0.12422360248447205vw solid var(--color-blue-1);
}
.btn-link .arrow {
	width: 0.9937888198757764vw;
	height: 1.4906832298136645vw;
	top: calc(50% + 0.12422360248447205vw);
	right: 2.608695652173913vw;
}
.btn-link.btn-black {
	font-size: 1.3664596273291925vw;
}
.btn-link.btn-black .arrow {
	width: 0.7453416149068323vw;
	height: 0.9937888198757764vw;
	right: 2.236024844720497vw;
}
.btn-link.btn-white {
	font-size: 1.3664596273291925vw;
}
.btn-link.btn-white .arrow {
	width: 0.7453416149068323vw;
	height: 0.9937888198757764vw;
	right: 2.236024844720497vw;
}

/* banner
____________________*/
.contents--banner {
	padding-top: 13.043478260869565vw;
}
.banner-ttl {
	font-size: 4.968944099378882vw;
}
.banner-warp {
	gap: 2.608695652173913vw;
	margin-top: 8.074534161490684vw;
}
.banner-warp .model-box--banner {
	width: 28.88198757763975vw;
}
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.lp-bg {
	background: url(../img/bg-sp.webp) no-repeat center top / cover;
}
.contents__wrap {
	padding-bottom: 26.666666666666668vw;
}
/* mv
____________________*/
.contents--mv {
	padding: 0;
	aspect-ratio: 375 /475;
	background: url(../img/bg-mv-sp.webp) no-repeat center top / contain;
}
.contents--mv .mv {
	width: 69.33333333333334vw;
	margin-top: 29.333333333333332vw;
}
.contents--mv .mv .mv-logo {
	width: 40vw;
}
.contents--mv .mv .mv-ttl {
	font-size: 6.666666666666667vw;
	line-height: 1.1;
	margin-top: 8vw;
	display: block;
}
.contents--mv .mv .mv-ttl .txt-xlarge {
	font-size: 12.266666666666666vw;
	position: relative;
	top: 1.866666666666667vw;
}
.contents--mv .mv .mv-ttl .txt-large {
	font-size: 9.6vw;
	position: relative;
	top: 0.8vw;
}
.contents--mv .mv .sub-ttl-wrap {
    margin-top: 2.1333333333333333vw;
    padding-block: 2.666666666666667vw;
}
.contents--mv .mv .mv-sub-ttl {
	font-size: 4.266666666666667vw;
}
.contents--mv .mv-pc-1 {
	width: 21.333333333333336vw;
	left: 4vw;
	top: inherit;
	bottom: 21.066666666666666vw;
	z-index: 2;
}
.contents--mv .mv-pc-2 {
	width: 29.333333333333332vw;
	left: 22.133333333333333vw;
	top: inherit;
	z-index: 2;
	bottom: 5.066666666666666vw;
}
.contents--mv .mv-pc-3 {
	width: 29.333333333333332vw;
	right: 16.8vw;
	top: inherit;
	z-index: 2;
	bottom: 5.333333333333334vw;
}
.contents--mv .mv-pc-4 {
	width: 24vw;
	right: -0.5333333333333333vw;
	top: inherit;
	z-index: 2;
	bottom: 21.333333333333336vw;
}
/* page-nav
____________________*/
.page-nav-list {
	gap: 0.26666666666666666vw;
}
.page-nav-link {
	font-size: 3.4666666666666663vw;
	line-height: 1.4;
	padding: 4vw 0;
}
/* intro
____________________*/
.contents--intro {
	padding-top: 10.666666666666668vw;
}
.intro-block {
	padding: 8vw 6.133333333333333vw 10.666666666666668vw;
	border-radius: 2.666666666666667vw;
}
.intro-txt {
	font-size: 3.4666666666666663vw;
	letter-spacing: 0.06em;
}
.intro-flex {
	flex-direction: column;
	gap: 11.466666666666667vw;
	margin-top: 10.666666666666668vw;
}
.intro-ttl-set {
	gap: 1.3333333333333335vw;
}
.intro-ttl-set .intro-ttl {
	font-size: 3.4666666666666663vw;
	padding-block: 2.666666666666667vw;
}
.intro-ttl-set .check {
	width: 4.8vw;
}
.article-link {
	font-size: 3.4666666666666663vw;
	letter-spacing: 0.15em;
	padding-inline: 0;
	margin-top: 4.533333333333333vw;
}
.article-img {
	width: 47.199999999999996vw;
	margin-top: 4vw;
}
.article-img::before {
	border-width: 0.660417vw;
}
.movie-box {
	margin-top: 6.666666666666667vw;
}
/* line-up
____________________*/
.contents--line-up {
	
}
.item-box {
	padding: 5.866666666666666vw 3.4666666666666663vw 10.133333333333333vw;
	border-radius: 2.666666666666667vw;
	margin-top: 16vw;
}
.img-box.note {
    height: 53.333333333333336vw;
}
.item-ttl {
	font-size: 4.8vw;
	text-align: center;
	border-bottom-width: 0.5333333333333333vw;
}
.item-flex {
	width: 100%;
	flex-direction: column;
	gap: 0;
	margin-top: 5.333333333333334vw;
}
.item-flex:nth-of-type(2) {
	flex-direction: column-reverse;
	gap: 9.333333333333334vw;
}
.item-left {
	width: 100%;
	gap: 6.666666666666667vw;
}
.item-right {
	width: 100%;
}
.img-box {
	padding-bottom: 2.666666666666667vw;
}
.img-box .features {
	gap: 1.3333333333333335vw;
}
.img-box .features li {
	font-size: 2.933333333333333vw;
	width: 21.333333333333336vw;
    height: 21.333333333333336vw;
	border-width: 0.5333333333333333vw;
}
.img-box .item-img.xseries {
	width: 56.8vw;
	left: 26.666666666666668vw;
}
.img-box .item-img.note {
	top: -5.333333333333334vw;
	width: 61.33333333333333vw;
	left: 23.466666666666665vw;
}
.tb-spec {
	margin: 0;
}
.tb-spec th, .tb-spec td {
	font-size: 3.733333333333334vw;
	border-bottom-width: 0.26666666666666666vw;
	padding: 1.3333333333333335vw 1.3333333333333335vw;
}
.price {
	font-size: 6.933333333333333vw;
	text-align: center;
}
.tb-spec + .price {
	margin-top: 4vw;
}
.price .tax {
	font-size: 4.8vw;
}
.btn-block {
	flex-direction: column;
	gap: 1.866666666666667vw;
}
.btn-block:nth-of-type(2) {
	margin-top: 1.866666666666667vw;
}
.btn-link {
	font-size: 4.8vw;
	padding: 5.333333333333334vw;
}
.btn-link.btn-black {
	font-size: 3.733333333333334vw;
}
.btn-link.btn-white {
	font-size: 3.733333333333334vw;
}
.btn-link .arrow {
    width: 4.266666666666667vw;
    height: 5.6000000000000005vw;
    top: calc(50% + 0.5333333333333333vw);
    right: 3.2vw;
}
.btn-link.btn-black .arrow {
    right: 4.266666666666667vw;
}
.btn-link.btn-white .arrow {
	right: 4.266666666666667vw;
}
.check-point-box {
	padding: 5.333333333333334vw 6.666666666666667vw 5.333333333333334vw;
	border-radius: 1.6vw;
}
.check-point-box .check-point {
	width: 36vw;
	top: -9.6vw;
	left: -4.266666666666667vw;
}
.check-point-ttl {
	font-size: 4.266666666666667vw;
}
.check-point-ttl::before, .check-point-ttl::after {
    height: 6.4vw;
}
.check-point-list {
	margin-top: 3.733333333333334vw;
}
.check-point-list li {
	font-size: 3.4666666666666663vw;
}
.check-point-list li .check {
	width: 6.4vw;
}
/* banner
____________________*/
.contents--banner {
	padding-top: 16vw;
}
.banner-ttl {
	font-size: 9.333333333333334vw;
}
.banner-warp {
	margin-top: 9.333333333333334vw;
	gap: 3.4666666666666663vw;
}
.banner-warp .model-box--banner {
	width: 40vw;
}
}


/*　アニメーション
____________________*/
.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(-75); }      /* 上から */
.fade-in-bottom { transform: translateY(75px); }    /* 下から */
.fade-in-right { transform: translateX(75px); }     /* 右から */
.fade-in-left { transform: translateX(-75px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.6); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.1); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */