@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(15px, -2.412rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1440px;
	--cts-width2: 1330px;
	/* font */
	--dp-font-jp: "Murecho", sans-serif;
	/* 100 - 900 */

	--cts-font: "M PLUS 1", sans-serif;
	/* 100 - 900 */

	/* color */
	--cts-white1: #FFFFFF;
	--cts-white2: #FBFBFB;
	--cts-orange: #F15A25;
	--cts-green1: #B3F5ED;
	--cts-green2: #6DF0E0;
	--cts-gray1: #DBDBDB;
	--cts-gray2: #707070;
	--color-black1:#202833;
	--color-black2:#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;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	background: var(--cts-color1);
	color: var(--color-black1);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.05em;
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.contents__wrap .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 1.38vw,12px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	margin-top: 10px;
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: var(--color-orange1);
	transform: skewX(-18deg);
	opacity: .7;
	z-index: 0;
}
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
    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-start: 0;
	padding-block-end: 177px;
	position: relative;
	z-index: 0;
}
.contents__wrap .link__inner {
	color: var(--cts-color1);
	font-size: clamp(17px, 0.545rem + 1.61vw, 20px);
	font-weight: 500;
	text-align: center;
	background: var(--cts-color5);
	border-radius: 9999px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 10px;
}
.contents__wrap .link__inner span {
	position: relative;
	z-index: +1;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    padding-inline: clamp(25px,0.737rem + 2vw,40px);
	width: 100%;
	height: 100%;
}
.contents__wrap .link__inner::after {
	border-right: 2px solid;
    border-bottom: 2px solid;
	border-color: var(--cts-color1);
}
/* 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;
}
/* intro
____________________*/
.contents--intro {
	padding-top: 100px;
	padding-bottom: 175px;
	margin-top: 0;
	margin-bottom: 0;
}
.ttl-intro {
	font-size: clamp(20px, -0.545rem + 4.61vw, 50px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.txt-intro {
	font-size: clamp(13px, -0.545rem + 3.61vw, 26px);
	font-weight: 700;
	line-height: 2;
	text-align: center;
	margin-top: 80px;
}
.txt-intro-2 {
	font-size: clamp(20px, -0.545rem + 4.61vw, 50px);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin-top: 100px;
}
.problem-wrap {
	width: 100%;
	max-width: 1309px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin-top: 90px;
}
.problem-wrap .problem-inner {
	width: 100%;
	max-width: 430px;
}
.problem-wrap .problem-inner:nth-of-type(1) {
	order: 1;
}
.problem-wrap .problem-inner:nth-of-type(2) {
	order: 3;
}
.problem-wrap .problem-inner .txt-problem {
	position: relative;
	background: var(--color-black1);
	padding: 8px;
	color: var(--cts-white1);
	font-size: clamp(10px, -0.545rem + 3.61vw, 24px);
	font-weight: 700;
	text-align: center;
}
.problem-wrap .problem-inner .txt-problem::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 15px solid var(--color-black1);
}
.problem-wrap .problem-inner:nth-of-type(2) .txt-problem::before {
	left: -15px;
	border-right: 15px solid var(--color-black1);
	border-left: inherit;
}
.problem-wrap .problem-inner .txt-problem:nth-of-type(n+2) {
	margin-top: 40px;
}
.problem-wrap .humans {
	width: 100%;
	max-width: 365px;
	order: 2;
}
.txt-problem {
	opacity: 0;
	transform: scale(0.8); /* 初期状態で縮小 */
	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.txt-problem.visible {
	opacity: 1;
	transform: scale(1); /* 通常サイズにズームイン */
}
/* suggestion
____________________*/
.contents--suggestion {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 175px;
}
.suggestion {
	max-width: inherit;
	padding-inline: inherit;
}
.suggestion-ttl-wrap {
	background: var(--cts-orange);
	padding-inline: var(--cts-gutter);
	padding-block: 40px;
	position: relative;
}
.suggestion-ttl-wrap::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 38px solid transparent;
    border-top: 45px solid var(--cts-orange);
}
.suggestion-ttl {
	color: var(--cts-white1);
	font-size: clamp(17px, -0.545rem + 4.61vw, 70px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.suggestion-ttl-h3 {
	font-size: clamp(20px, -0.545rem + 4.61vw, 50px);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
	margin-top: 100px;
}
.flex-box {
	width: 100%;
	max-width: var(--cts-width);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	margin: 115px auto 0;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.flex-left {
	width: 100%;
	max-width: 573px;
}
.flex-left p {
	font-size: clamp(13px, -0.545rem + 4.61vw, 30px);
	font-weight: 700;
	line-height: 2;
}
.flex-right {
	width: 100%;
	max-width: 687px;
}
.anchor-set-wrap-1 {
	width: 100%;
	max-width: var(--cts-width);
	padding-inline: var(--cts-gutter);
	margin: 150px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px 16px;
	box-sizing: border-box;
}
.anchor-set-wrap-1 > div > div:first-child {
	width: 60%;
	display: flex;
	align-items: center;
}
.anchor-set-wrap-1 .tab-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
}
.anchor-set-wrap-1 .tab-list-wrap {
	width: 100%;
	display: flex;
	gap: 24px;
	position: relative;
}
.anchor-set-wrap-1 .tab-list-wrap::after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: +1;
	border-bottom: 6px dotted var(--cts-white1);
}
.anchor-set-wrap-1 .tab-wrap .tab {
	color: var(--color-black2);
	font-size: clamp(14px, -0.545rem + 4.61vw, 36px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	padding: 22px;
    box-sizing: border-box;
	background: var(--cts-green1);
	border-radius: 50px 50px 0 0;
	
}
.anchor-category-wrap {
	width: 100%;
	padding: 0;
    display: flex;
    justify-content: center;
	box-sizing: border-box;
}
.anchor-category-ttl {
	margin: 15px 0;
	position: relative;
	z-index: 1;
}
.anchor-category-ttl::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: var(--cts-green2);
	vertical-align: middle;
	/* 右側が尖った五角形 */
	clip-path: polygon(
		0% 0%,         /* 左上 */
		85% 0%,        /* 右上の手前 */
		100% 50%,      /* 右端の尖り */
		85% 100%,      /* 右下の手前 */
		0% 100%        /* 左下 */
	);
}
.anchor-category-ttl p {
	font-family: var(--dp-font-jp);
	font-size: clamp(13px, -1.145rem + 4.61vw, 36px);
	font-weight: 700;
	line-height: 1.4;
	padding: 10px 30px;
}
.anchor-btn-flex-wrap {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 24px;
	position: relative;
}
.anchor-btn-flex-wrap::after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: +1;
	border-bottom: 6px dotted var(--cts-white1);
}
.anchor-btn-box {
	width: 100%;
	background: var(--cts-green1);
	padding: 27px;
	box-sizing: border-box;
}
.anchor-btn {
	color: var(--color-black2);
    font-size: clamp(16px, -0.545rem + 4.61vw, 26px);
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
	padding: 30px 15px;
    background: var(--cts-white1);
    border: 1px solid var(--cts-gray1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.anchor-btn::after {
	content: "";
    width: 18px;
    height: 13px;
	background: url(../../../general/twpc_recommend/img/arrow-1.webp) no-repeat center center/contain;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
}
.anchor-btn:hover {
	transform: translate(4px, 4px); /* 下に少し沈むように動かす */
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); /* 影を消す */
}
.anchor-set-wrap-2 {
    width: 100%;
    max-width: var(--cts-width);
    padding-inline: var(--cts-gutter);
    margin: 150px auto 0;
    display: flex;
	justify-content: center;
    align-items: stretch;
	flex-wrap: wrap;
    gap: 57px 66px;
	box-sizing: border-box;
}
.anchor-item {
	width: 622px;
	padding: 60px 48px;
	background: var(--cts-green1);
	box-sizing: border-box;
}
.anchor-ttl {
	font-size: clamp(16px, -0.545rem + 4.61vw, 36px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.anchor-item .anchor-btn-box {
	max-width: inherit;
	margin: 38px auto 0;
}
.anchor-item .anchor-btn {
	text-align: center;
    padding-block: 37px;
}
.ac-wrap {
	width: 100%;
    max-width: var(--cts-width);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 25px;;
    margin: 45px auto 0;
    padding-inline: var(--cts-gutter);
    box-sizing: border-box;
}
.ac-block {
	width: 100%;
	max-width: 642px;
	background: var(--cts-green1);
	box-sizing: border-box;
}
.ac-contents {
    max-height: 0;
	padding-inline: 35px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(.4,0,.2,1);
	box-sizing: border-box;
}
.ac-block.active .ac-contents {
    max-height: 500px;
}
.ac-ttl {
    cursor: pointer;
	padding: 35px;
	position: relative;
}
.ac-ttl .h4-ac {
	color: var(--color-black1);
	font-size: clamp(16px, -0.545rem + 4.61vw, 36px);
    font-weight: 700;
    line-height: 1.4;
	display: flex;
    align-items: end;
    gap: 5px;
}
.ac-ttl .ac-note {
	font-size: clamp(11px, -0.545rem + 4.61vw, 13px);
	font-weight: 500;
}
.ac-ttl .h4-ac sup {
	font-size: 60%;
}
.ac-ttl .ac-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    vertical-align: middle;
    position: absolute;
	top: 45px;
    right: 35px;
}
.ac-icon::before {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
.ac-block.active .ac-icon::before {
    /* 下向き→上向き */
    transform: translate(-50%, 0%) rotate(-135deg);
}
.ac-link-list {
	padding-bottom: 35px;
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
}
.ac-link {
    width: calc(50% - 10px);
}
.ac-link a {
	color: var(--color-black2);
    font-size: clamp(16px, -0.545rem + 4.61vw, 26px);
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    width: 100%;
    height: 100%;
	padding: 15px 15px 25px 15px;
    background: var(--cts-white1);
    border: 1px solid var(--cts-gray1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ac-link a::after {
    content: "";
    width: 18px;
    height: 13px;
    background: url(../../../general/twpc_recommend/img/arrow-1.webp) no-repeat center center / contain;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.ac-link a:hover {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

/* lineup
____________________*/
.contents--lineup {
	padding-top: 120px;
	padding-bottom: 105px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
.contents--lineup {
	background: var(--cts-green2);
}
.lineup-ttl-wrap {
	width: fit-content;
	margin: 0 auto;
}
.lineup-ttl-wrap:nth-of-type(n+2) {
	margin-top: 180px;
}
.lineup-ttl {
	font-size: clamp(29px, -0.545rem + 4.61vw, 36px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.lineup-subttl {
	font-size: clamp(19px, -0.545rem + 4.61vw, 24px);
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: var(--cts-white1);
	display: inline-block;
	padding: 5px;
	margin: 10px auto 0;
}
.lineup-wrap {
	margin: 50px auto 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lineup-item {
	width: 100%;
	background: var(--cts-white1);
	padding: 50px 50px 80px 45px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 45px;
}
.catch-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: none;
}
.recommend-mark {
	color: var(--cts-orange);
	font-family: var(--cts-font);
	font-size: clamp(11px, -0.545rem + 4.61vw, 13px);
	font-weight: 700;
	line-height: 1;
	text-align: center;
	display: inline-block;
	position: relative;
}
.recommend-mark::before,
.recommend-mark::after {
	content: "";
	width: 1px;
	height: 16px;
	background: var(--cts-orange);
	position: absolute;
	top: 50%;
}
.recommend-mark::before {
	transform: translate(-50%,-50%) rotate(-15deg);
	left: -5px;
}
.recommend-mark::after {
	right: -5px;
	transform: translate(-50%,-50%) rotate(15deg);
}
.catch-txt {
	font-size: 30px;
	font-weight: 700;
	line-height: 2;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-top: 40px;
}
.catch-txt .fs70 {
	font-size: 70%;
}
.detail-box {
    width: 100%;
}
.detail-inner-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}
.model-name {
	font-size: clamp(16px, -0.545rem + 4.61vw, 26px);
	font-weight: 700;
	line-height: 1.4;
}
.model-txt {
	font-size: clamp(11px, -0.545rem + 4.61vw, 16px);
	font-weight: 500;
	line-height: 1.8;
	margin-top: 30px;
}
.point-wrap {
	margin-top: 25px;
}
.point-ttl {
	color: var(--cts-orange);
	font-size: clamp(15px, -0.545rem + 4.61vw, 21px);
	font-family: var(--cts-font);
	font-weight: 700;
	display: flex;
	align-items: center;
}
.point-ttl .point-icon {
	width: 27px;
	margin-right: 9px;
}
.point-list {
	margin-top: 10px;
}
.point-list li {
	font-size: clamp(11px, -0.545rem + 4.61vw, 16px);
	font-family: var(--cts-font);
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	margin-top: 10px;
	margin-left: 1em;
	text-indent: -1em;
}
.point-list li::before {
	content: "・";
}
.point-note {
	font-size: clamp(11px, -0.545rem + 4.61vw, 13px);
	font-weight: 500;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
	margin-top: 10px;
}
.model-image {
	width: 100%;
	max-width: 390px;
	padding: 10px;
	background: var(--cts-white2);
	box-sizing: border-box;
}
.btn-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 23px;
	margin: 20px 0 0;
}
.model-link-block {
	width: 100%;
	max-width: 255px;
}
.model-link-block.long {
	max-width: 305px;
}
.link-btn {
    color: var(--color-black2);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    border: 1px solid var(--cts-gray1);
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.link-btn:hover {
    transform: translate(2px, 2px); /* 軽く沈む動き */
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); /* 影を消す */
}
.link-txt {
	display: flex;
	flex-direction: column;

}
.model-number {
	font-size: clamp(11px, -0.545rem + 4.61vw, 16px);
	font-family: var(--cts-font);
	font-weight: 700;
}
.model-price {
	font-size: clamp(12px, -0.545rem + 4.61vw, 22px);
	font-family: var(--cts-font);
	font-weight: 700;
	line-height: 1;
	margin-top: 5px;
}
.model-price .tax {
	font-size: clamp(11px, -0.545rem + 4.61vw, 13px);
	font-weight: 500;
}
.btn-arrow {
	width: 50px;
	height: 50px;
	background: #F15A25;
	border-radius: 50%;
	display: block;
	position: relative;
	flex: none;
}
.btn-arrow::before {
	content: "";
	width: 11.52px;
	height: 18.25px;
	background: url(../../../general/twpc_recommend/img/arrow-2.webp) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.link-btn-list {
	display: flex;
	justify-content: center;
	gap: 70px;
	margin: 80px auto 0;
}
.link-btn-list li {
	width: 100%;
	max-width: 540px;
}
.link-btn2 {
	color: var(--color-black1);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--cts-white1);
	border: 3px solid var(--color-black1);
	border-radius: 9999px;
	text-decoration: none;
	padding: 19px 19px;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
}
.link-btn2 .btn-txt {
	font-size: clamp(11px, -0.545rem + 4.61vw, 20px);
	font-weight: 700;
	display: block;
    text-align: center;
    width: 100%;
}
.link-btn2 .btn-arrow2 {
	width: 50px;
	height: 50px;
	display: block;
	background: var(--cts-white1);
	border: 3px solid var(--color-black1);
	border-radius: 50%;
	position: relative;
	flex: none;
	transition: all .5s;
}
.link-btn2 .btn-arrow2::before {
	content: "";
	background: url(../../../general/twpc_recommend/img/arrow-3.webp) no-repeat center center/cover;
	width: 11.52px;
	height: 18.25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}
.link-btn-list li:nth-of-type(1) .btn-arrow2::before {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.link-btn2:hover {
	background: var(--color-black1);
}
.link-btn2:hover .btn-txt {
	color: var(--cts-white1);
}
.link-btn2:hover .btn-arrow2 {
	border-color: var(--cts-white1);
	background: var(--color-black1);
}
.link-btn2:hover .btn-arrow2::before {
	background: url(../../../general/twpc_recommend/img/arrow-2.webp) no-repeat center center/cover;
}
/* beginner
____________________*/
.contents--beginner {
	padding-top: 120px;
	padding-bottom: 170px;
	margin-top: 0;
	margin-bottom: 0;
	background: var(--cts-white2);
}
.beginner {
	max-width: var(--cts-width2);
}
.beginner-ttl-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.beginner-ttl {
	font-size: clamp(15px, -0.545rem + 4.61vw, 36px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.beginner-icon {
	width: 75px;
	margin-right: 75px;
}
.beginner-btn-list {
	width: 100%;
	max-width: 1143px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	margin: 45px auto 0;
}
.beginner-btn-list li {
	width: 100%;
	max-width: 540px;
	background: var(--cts-white1);
	box-shadow: 0px 0px 1px 1px rgba(112, 112, 112, 0.3);
	box-sizing: border-box;
}
.beginner-btn-list li a {
	color: var(--color-black1);
	font-size: clamp(10px, -0.545rem + 4.61vw, 16px);
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 23px 20px;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
}
.beginner-btn-list li a::after {
	content: "";
	background: url(../../../general/twpc_recommend/img/arrow-3.webp) no-repeat center center/cover;
	width: 11.52px;
	height: 18.25px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(-50%,-50%);
	transition: all .5s;
}
.beginner-btn-list li a:hover {
	color: var(--cts-white1);
	background: var(--color-black1);
}
.beginner-btn-list li a:hover::after {
	background: url(../../../general/twpc_recommend/img/arrow-2.webp) no-repeat center center/cover;
}
.about-wrap {
	width: 100%;
	background: var(--cts-white1);
	border: 1px solid var(--cts-gray2);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 28px;
	padding: 55px 50px;
	margin: 80px auto 0;
	box-sizing: border-box;
}
.about-ttl {
	font-size: clamp(20px, -0.545rem + 4.61vw, 26px);
	font-weight: 700;
}
.about-txt {
	font-size: clamp(11px, -0.545rem + 4.61vw, 16px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
	margin-top: 35px;
}
.about-image {
	width: 100%;
	max-width: 332px;
}
@media (max-width: 768px) {/*375-768*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.l-header {
	z-index: 2;
}
#maincontent {
	z-index: 1;
	position: relative;
}
/* コンテンツ
____________________*/
.contents__wrap {
	padding-block-end: 0;
	letter-spacing: 0.02em;
}
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
/* mv
____________________*/
.contents--mv {
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
/* intro
____________________*/
.contents--intro {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 45px;
	padding-bottom: 60px;
}
.txt-intro {
	text-align: left;
	margin-top: 20px;
}
.txt-intro-2 {
	margin-top: 10px;
}
.problem-wrap {
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 50px;
}
.problem-wrap .problem-inner {
	width: calc(50% - 4px);
}
.problem-wrap .problem-inner:nth-of-type(1) {
	order: 1;
}
.problem-wrap .problem-inner:nth-of-type(2) {
	order: 2;
}
.problem-wrap .problem-inner .txt-problem:nth-of-type(n+2) {
    margin-top: 15px;
}
.problem-wrap .problem-inner .txt-problem::before {
    top: inherit;
    left: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top: 7px solid var(--color-black1);
    bottom: -18px;
}
.problem-wrap .problem-inner:nth-of-type(2) .txt-problem::before {
	top: inherit;
    left: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top: 7px solid var(--color-black1);
    bottom: -18px;
}
.problem-wrap .humans {
	max-width: 53%;
	margin-top: 10px;
	order: 3;
}
/* suggestion
____________________*/
.contents--suggestion {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 60px;
}
.suggestion-ttl-wrap {
	padding-block: 18px;
}
.suggestion-ttl-wrap::after {
	border: 10px solid transparent;
    border-top: 13px solid var(--cts-orange);
}
.flex-box {
	margin: 50px auto 0;
	gap: 25px;
}
.flex-left p {
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.anchor-set-wrap-1 {
	margin: 30px 15px 0 0;
	padding: 0;
	width: calc(100% - 15px);
}
.anchor-set-wrap-1 .tab-list-wrap {
	gap: 4px;
}
.anchor-set-wrap-1 .tab-wrap .tab {
	padding: 7px;
	border-radius: 20px 20px 0 0;
}
.anchor-set-wrap-1 .tab-list-wrap::after {
	border-bottom: 4px dotted var(--cts-white1);
}
.anchor-set-wrap-1 .tab-wrap > div:nth-of-type(1) {
	height: auto;
}
.anchor-set-wrap-1 > div > div:first-child {
	height: 80px;
	margin: 5px 0;
}
.anchor-btn-flex-wrap::after {
	border-bottom: 4px dotted var(--cts-white1);
}
.anchor-category-ttl p {
	padding: 10px 0px 10px 10px;
}
.anchor-btn-flex-wrap {
	gap: 4px;
}
.anchor-btn-box {
	padding: 10px 5px;
}
.anchor-btn {
	padding: 15px 0 22px;
}
.anchor-btn::after {
    width: 12px;
    height: 9px;
	bottom: 8px;
}
.anchor-set-wrap-2 {
	gap: 16px;
	margin: 30px auto 0;
}
.anchor-item {
	padding: 20px 25px;
}
.anchor-item .anchor-btn-box {
	margin: 18px auto 0;
}
.anchor-item .anchor-btn {
	padding: 15px 0 25px;
}
.suggestion-ttl-h3 {
	margin-top: 60px;
}
.ac-wrap {
	gap: 15px;
	margin: 25px auto 0;
}
.ac-ttl {
	padding: 15px;
}
.ac-ttl .h4-ac {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    gap: 2px;
}
.ac-ttl .ac-icon {
	top: 15px;
	right: 15px;
}
.ac-icon::before {
	width: 13px;
    height: 13px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
	top: 50%;
}
.ac-block.active .ac-icon::before {
    transform: translate(-50%, 0%) rotate(-135deg);
}
.ac-contents {
	padding-inline: 15px;
}
.ac-link-list {
	gap: 15px;
	padding-bottom: 20px;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 90px;
	padding-bottom: 50px;
}
.lineup-ttl-wrap:nth-of-type(n+2) {
	margin-top: 90px;
}
.lineup-wrap {
	margin-top: 20px;
}
.lineup-item {
	display: block;
	padding: 15px;
	position: relative;
}
.lineup-item .catch-box {
	position: absolute;
	top: 20px;
	left: 20px;
}
.catch-txt {
	font-size: 13px;
	margin-top: 10px;
}
.detail-inner-flex {
	flex-direction: column;
	align-items: end;
	margin-left: 80px;
}
.model-image {
	max-width: 220px;
}
.point-ttl {
	margin-top: 15px;
}
.point-ttl .point-icon {
	width: 20px;
	height: 24px;
}
.model-link-block {
	max-width: inherit;
}
.model-link-block.long {
	max-width: inherit;
}
.btn-wrap {
	gap: 10px;
}
.link-btn {
	padding: 6px;
}
.link-txt {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-right: 10px;
}
.model-price {
	margin-top: 0;
}
.btn-arrow {
	width: 23px;
	height: 23px;
}
.btn-arrow::before {
	width: 5px;
	height: 8.px;
}
.model-txt {
	margin-top: 20px;
}
.link-btn-list {
	flex-direction: column;
	gap: 15px;
	margin-top: 25px;
}
.link-btn2 {
	border-width: 2px;
	padding: 12px;
}
.link-btn2 .btn-arrow2 {
	width: 29px;
	height: 29px;
	border-width: 2px;
}
.link-btn2 .btn-arrow2::before {
	width: 7px;
	height: 11px;
}
/* beginner
____________________*/
.contents--beginner {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 90px;
}
.beginner-icon {
	width: 32px;
	margin-right: 20px;
}
.beginner-btn-list {
	gap: 12px;
	margin-top: 25px;
}
.beginner-btn-list li a {
	padding: 15px 15px;
}
.beginner-btn-list li a::after {
	width: 7px;
	height: 11px;
	right: 10px;
}
.about-wrap {
	margin-top: 25px;
	padding: 30px 27px;
	flex-direction: column;
}
.about-txt {
	margin-top: 15px;
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/*　アニメーション
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(200px); }    /* 下から */
.fade-in-right { transform: translateX(200px); }     /* 右から */
.fade-in-left { transform: translateX(-200px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.2); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.6); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */