@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1615px;

	/* 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-1: "Noto Serif JP", serif;
	--cts-font-2: "M PLUS 1", sans-serif;

	--dp-h2-size: clamp(39px,calc(1.023rem + 3.97vw),60px);
	--dp-h3-size: clamp(23px,calc(.955rem + .73vw),30px);
	--dp-h4-size: clamp(17px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(13px, 0.806rem + 0.3vw, 15px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(23px,calc(.886rem + .48vw),24px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(18px,calc(.693rem + .24vw),18px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--color-white1: #FFFFFF;
	--color-red1: #FF0000;
	--color-red2: #FF5B00;
	--color-red3: #FFF7EC;
	--color-gray1: #CCC6BE;
	--color-gray2: #707070;
	--color-gray3: #7A7A7A;
	--color-black1: #2D2D2D;
	--color-black4: #102B14;
	--color-black45: #000000;
}

/* 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 !important;
		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(--color-black1);
	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;
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-red1);
	background-color: var(--color-white1);
}
.contents__wrap {
	background: url(../../gamepc/img/algs-new/bg-pc.webp) no-repeat center top/cover fixed;
	padding-block-end: 80px;
	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:25px;
    padding-inline: 15px;
	width: 100%;
	max-width: 350px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.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.04em;
	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%;
	}
}
.ttl_h2 {
	width: 100%;
	margin-inline: auto;
}
.gallery img {
	transform-origin: center center;
	transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
	transform: scale(1.02);
	z-index: 10;
}

.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 3px solid var(--color-red1);
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 100px;
	position: relative;
	z-index: 1;
}
.contents--campaign .sp-chara {
	display: none;
}
.comment {
	font-size: clamp(13px, -0.545rem + 1.61vw, 22px);
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: 0.05em;
	text-align: center;
}
.campaign .ttl_h2 {
	max-width: 604px;
	margin-top: 100px;
}
.cp-warp {
	width: 100%;
	max-width: 1049px;
	padding: 120px 70px 105px 35px;
	margin: 65px auto 0;
    background: var(--color-black45);
    box-sizing: border-box;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 124px), calc(100% - 86px) 100%, 0% 100%);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.cp-warp::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 27px solid var(--color-red1);
    border-left: 27px solid transparent;
    transition: all .3s;
}
.cp-warp::after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 11px;
    width: 0;
    height: 0;
    border-bottom: 27px solid var(--color-red1);
    border-right: 27px solid transparent;
    transition: all .3s;
}
.cp-warp-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 45px;
}
.cp-inner-left {
	width: 58%;
	max-width: 539px;
}
.cp-inner-right {
	color: var(--color-white1);
	width: 42%;
	max-width: 363px;
	flex: none;
}
.txt-cp-1 {
    font-size: clamp(29px, -0.545rem + 5.61vw, 46px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    align-items: end;
}
.img-30 {
	width: 100%;
	max-width: 93px;
	display: inline-block;
	margin-inline: 10px;
}
.img-30 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.txt-cp-2 {
	font-size: clamp(19px, -0.545rem + 3.61vw, 30px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
	line-height: 1.4;
	margin-top: 15px;
}
.txt-cp-2-small {
	font-size: clamp(15px, -0.545rem + 3.61vw, 25px);
}
.txt-cp-3 {
	font-size: clamp(11px, -0.545rem + 2.61vw, 16px);
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 1em;
}
.txt-cp-3 .small {
	font-size: clamp(10px, -0.545rem + 2.61vw, 12px);
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 1vw;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 200px;
	padding-bottom: 0;
	position: relative;
}
.contents--lineup .sp-chara {
	display: none;
}
.lineup .ttl_h2 {
	max-width: 452px;
}

.lineup .swiper-container {
    width: 100%;
    margin: 90px auto 0;
    position: relative;
    overflow: visible;
}
.lineup .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
    max-width: 345px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;
}
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active,
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
	opacity: 1;
}
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev::before,
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before,
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next::before {
	content: none;
}
.lineup .swiper-button-next,
.lineup .swiper-button-prev {
    width: 178px;
    height: 135px;
    box-sizing: border-box;
    background: var(--cts-color7);
    border: 3px solid var(--cts-color1);
}
.lineup .swiper-button-prev,
.lineup .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -10vw);
    right: auto;
}
.lineup .swiper-button-next, 
.lineup .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -10vw);
    left: auto;
}
.lineup .swiper-button-next:after, 
.lineup .swiper-button-prev:after {
	content: none;
}
.lineup .swiper-button-next img {
	transform: rotate(180deg);
}
.lineup .swiper-pagination {
    bottom: -40px;
	width: 100%;
	max-width: 226px;
	left: 50%;
	transform: translateX(-50%);
}
.lineup .swiper-pagination .swiper-pagination-bullet {
    width: calc(100% / 4);
    height: 11px;
	margin: 0;
	border-radius: 0;
	opacity: 1;
}
.lineup .swiper-pagination .swiper-pagination-bullet {
	background: var(--color-black45);
}
.lineup .swiper-pagination-bullet-active {
	background: var(--color-red1) !important;
}
.review-item {
	box-sizing: border-box;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 74px), calc(100% - 48px) 100%, 0% 100%);
	position: relative;
	z-index: 1;
    transition: opacity 0.3sease;
}
.review-item::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to right, var(--color-red1) 50%, var(--color-black45) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: background-position 0.5s ease-in-out;
}
.review-item > a {
	width: 100%;
	height: 100%;
	padding-bottom: 25px;
	display: flex;
	flex-direction: column;
}
.review-item:hover::after {
    background-position: left bottom;
}
.model__catch {
	color: var(--color-white1);
	font-size: clamp(18px, 0.545rem + 1.61vw, 20px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: center;
	width: 100%;
	background: var(--color-red1);
	padding: 15px 0;
	transition: all .3s;
}
.review-item:hover .model__catch {
	color: var(--color-red1);
	background: var(--color-black45);
}
.model_image_block {
	width: 100%;
	position: relative;
	z-index: 1;
}
.model_image_block .model_image {
    width: 100%;
	padding: 15px 15px 0;
	position: relative;
	z-index: 1;
}
.model_image_block .model_image::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 27px solid var(--color-red1);
    border-left: 27px solid transparent;
	transition: all .3s;
}
.model_image_block .model_image::after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 11px;
    width: 0;
    height: 0;
    border-bottom: 27px solid var(--color-red1);
    border-right: 27px solid transparent;
	transition: all .3s;
}
.review-item:hover .model_image_block .model_image::before {
	border-top-color: var(--color-black45);
}
.review-item:hover .model_image_block .model_image::after {
	border-bottom-color: var(--color-black45);
}
.model_image_block .model_image img {
	width: 100%;
	max-width: 220px;
	height: auto;
	position: relative;
}
.model__name {
	color: var(--color-red1);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: center;
	padding-inline: 15px;
	transition: all .3s;
	flex-grow: 1;
}
.review-item:hover .model__name {
	color: var(--color-white1);
}
.model__spec-list {
	color: var(--color-white1);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.01em;
	margin-top: 10px;
	padding-inline: 15px;
	transition: all .3s;
}
.model__spec-list-item {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}
.model__spec-list-item .spec-name {
	font-size: clamp(13px, -0.545rem + 2.61vw, 15px);
	width: 100px;
	flex: none;
	text-align: left;
}
.model__spec-list-item .spec-data {
	font-size: clamp(13px, -0.545rem + 2.61vw, 15px);
	width: 100%;
}
.model__price_block {
	margin-top: 10px;
	text-align: center;
}
.model__price {
	color: var(--color-white1);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}
.model__price .model__tax {
	font-size: 18px;
}
.model__link {
	width: 77%;
	max-width: 272px;
	margin: 20px 0 0 8%;
}
.model__link_inner {
    color: var(--color-red3);
    font-size: clamp(14px, -0.545rem + 2.61vw, 20px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
	text-decoration: none;
	width: 100%;
	height: 57px;
	background: var(--color-red1);
    display: flex;
	justify-content: center;
    align-items: center;
    position: relative;
	transition: all .3s;
}
.review-item:hover .model__link_inner {
	color: var(--color-red1);
	background: var(--color-white1);
}
.model__link_inner .model__link-arrow {
	left: 3px;
	width: 15px;
	height: 15px;
	border-top: 2px solid var(--color-white1);
	border-right: 2px solid var(--color-white1);
	transform: translate(0,-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10%;
	left: inherit;
	transition: all .3s;
}
.review-item:hover .model__link_inner .model__link-arrow {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
}
/* benefits
____________________*/
.contents--benefits {
	padding-top: 200px;
	padding-bottom: 0;
	position: relative;
}
.contents--benefits .sp-chara {
	display: none;
}
.benefits .ttl_h2 {
	max-width: 552px;
}
.benefits .comment-wrap {
	margin-top: 50px;
}
.custom-contents {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 64px 26px;
	margin-top: 80px;
}
.custom-contents-item {
	width: 100%;
	max-width: 708px;
	display: flex;
	flex-direction: column;
	padding: 30px 45px 40px;
	background: var(--color-black45);
	box-sizing: border-box;
	clip-path: polygon(
        0% 0%,
        100% 0%,
        100% calc(100% - 70px),
        calc(100% - 40px) 100%,
        0% 100%
    );
}
.custom-contents-item::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 27px solid var(--color-red1);
    border-left: 27px solid transparent;
}
.custom-contents-item::after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 11px;
    width: 0;
    height: 0;
    border-bottom: 27px solid var(--color-red1);
    border-right: 27px solid transparent;
}
.ttl-custom {
	color: var(--color-red1);
	font-size: clamp(15px, -0.545rem + 3.61vw, 30px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
}
.custom-contents-item a.led,
.custom-contents-item a.wallpaper {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	margin: 38px auto 0;
}
.custom-contents-item a.wallpaper {
	max-width: 556px;
}
.custom-contents-item a.led {
	max-width: 585px;
}
.custom-contents-item a.led img,
.custom-contents-item a.wallpaper img {
	max-width: 100%;
    height: auto;
}
.custom-note {
	color: var(--color-white1);
	font-size: clamp(11px, -0.545rem + 1.61vw, 16px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	text-align: center;
}
.custom-note a {
	color: #FF0000;
	text-decoration: underline;
}
.modaal-container {
    background: none !important;
}
/* about
____________________*/
.contents--about {
	padding-top: 200px;
	padding-bottom: 0;
}
.about .ttl_h2 {
	max-width: 382px;
}
.about .comment-wrap {
    margin-top: 50px;
}
.about .comment-wrap .comment {
	color: var(--color-red1);
	font-size: clamp(15px, 0.545rem + 1.61vw, 30px);
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.algs-logo {
	width: 100%;
	max-width: 510px;
	margin: 40px auto 0;
}
.about-txt {
	color: var(--color-black1);
	font-size: clamp(13px, 0.545rem + 1.61vw, 22px);
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.04em;
	display: block;
	margin: 80px auto 0;
}
.ss-img-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 46px 27px;
	margin-top: 160px;
}
.ss-img {
	width: 100%;
	max-width: 463px;
}
.link-btn-block {
	width: 100%;
	max-width: 446px;
	margin: 140px auto 0;
}
.link-btn {
	color: var(--color-white1);
	font-size: clamp(13px, -0.545rem + 2.61vw, 18px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 126px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.link-btn::after {
	content: "";
	width: 85%;
	height: 126px;
	display: block;
	background: linear-gradient(to right, var(--color-black1) 50%, var(--color-red1) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	position: absolute;
	top: 50%;
	left: calc(50% - -44px);
	transform: skewX(35deg) translate(-50%, -50%);
	z-index: -1;
	clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 35px) 100%, 0% 100%, 0% 30px);
	transition: background-position 0.5s ease-in-out;
}
.link-btn:hover::after {
	background-position: left bottom;
}
.copy {
    color: var(--color-black1);
    font-size: clamp(10px, -0.545rem + 2.61vw, 14px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    margin-top: 85px;
}
.contents__wrap .sp-bg {
	display: none;
}
@media (min-width: 769px) {
	.swiper-wrapper {
		gap: 20px;
		flex-wrap: wrap;
		transform: none !important;
		justify-content: center;
	}
	.lineup .swiper-button-prev, .lineup .swiper-rtl .swiper-button-next,
	.lineup .swiper-button-next, .lineup .swiper-rtl .swiper-button-prev {
		display: none;
	}
	.swiper-pagination {
		display: none;
	}
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.contents__wrap {
	background: none;
	padding-bottom: 70px;
	margin-bottom: 0;
}
.contents__wrap .sp-bg {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../../gamepc/img/algs-new/bg-sp.webp');
	background-repeat: no-repeat;
	background-size: cover; /* 画像がビューポートを覆うようにスケール */
	background-position: center top; /* 中央に配置 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--color-red1);
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 45px;
}
.contents--campaign .sp-chara {
	width: 187px;
	display: block;
	position: absolute;
	z-index: -1;
	top: 100px;
	right: -65px;
}
.campaign .ttl_h2 {
	max-width: 241px;
	margin-top: 50px;
}
.cp-warp {
	padding: 5.06vw 11.20vw 9.06vw 11.200000000000001vw;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9.866666666666667vw), calc(100% - 6.933vw) 100%, 0% 100%);
	margin-top: 40px;
}
.cp-warp-inner {
	flex-direction: column-reverse;
	gap: 4.533vw;
}
.cp-inner-left {
	width: 100%;
}
.cp-inner-right {
	width: 100%;
	max-width: inherit;
}
.txt-cp-1 {
	font-size: 7.733vw;
	letter-spacing: 0.02em;
}
.txt-cp-2 {
	font-size: 5.066vw;
}
.txt-cp-3 {
	font-size: 3.0666666666666664vw;
}
.txt-cp-2-small {
	font-size: 4vw;
}
.txt-cp-3 .small {
	font-size: 2.666666666666667vw;
}
.img-30 {
	width: 16.096vw;
	margin-inline: 2.93vw;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 100px;
	padding-bottom: 0;
}
.contents--lineup .sp-chara {
	width: 257px;
	display: block;
	position: absolute;
	z-index: -1;
	top: -15px;
	right: -130px;
}
.lineup .ttl_h2 {
    max-width: 180px;
}
.lineup .swiper-container {
	margin-top: 35px;
}
.lineup .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
}
.lineup .swiper-button-next, .lineup .swiper-button-prev {
	width: 45px;
    height: 45px;
}
.lineup .swiper-button-prev, .lineup .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -25px);
}
.lineup .swiper-button-next, .lineup .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -25px);
}
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev::before,
.lineup .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next::before {
	content: "";
}
.review-item {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 17.066vw), calc(100% - 11.466666666666667vw) 100%, 0% 100%);
}
.model__catch {
	padding: 10px 0;
}
.model_image_block .model_image img {
	max-width: 200px;
}
.model__spec-list-item {
	gap: 20px;
}
.model__spec-list-item .spec-name {
	width: 80px;
}
.model__link_inner {
	height: 42px;
}

/* benefits
____________________*/
.contents--benefits {
	padding-top: 180px;
}
.contents--benefits .sp-chara {
	width: 246px;
	display: block;
	position: absolute;
	z-index: -1;
	top: 135px;
	left: -80px;
}
.benefits .ttl_h2 {
    max-width: 220px;
}
.custom-contents {
	margin-top: 40px;
	gap: 45px;
}
.custom-contents-item {
	padding: 20px 20px 25px;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 17.066vw), calc(100% - 11.466666666666667vw) 100%, 0% 100%);
}
.custom-contents-item a.led, .custom-contents-item a.wallpaper {
	margin-top: 25px;
}
.custom-contents-item a.wallpaper {
	max-width: 90%;
	margin-left: 0;
}
.custom-contents-item a.led {
	max-width: 90%;
	margin-left: 0;
}
.custom-note {
	margin-top: 9.333333333333334vw;
}
/* about
____________________*/
.contents--about {
	padding-top: 100px
}
.about .ttl_h2 {
	max-width: 152px;
}
.about .comment-wrap {
	margin-top: 20px;
}
.algs-logo {
	max-width: 281px;
	margin-top: 30px
}
.about-txt {
	text-align: left;
	margin-top: 50px;
}
.ss-img-wrap {
	gap: 60px;
	margin-top: 40px;
}
.link-btn-block {
	margin-top: 85px;
}
.link-btn {
	height: 77px;
}
.link-btn::after {
	height: 77px;
	left: calc(50% - -24px);
	clip-path: polygon(25px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 25px) 100%, 0% 100%, 0% 20px);
}
.copy {
	margin-top: 60px;
}
}


/*　アニメーション
____________________*/
.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(-50); }      /* 上から */
.fade-in-bottom { transform: translateY(50px); }    /* 下から */
.fade-in-right { transform: translateX(50px); }     /* 右から */
.fade-in-left { transform: translateX(-50px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.9); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.1); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */