@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}
img, svg {
	max-width: 100%;
}
#size-detect {
	position: relative;
}
#size-detect:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url("../../img/bg_bz4x-touring.webp") center top no-repeat;
	background-size: cover;
	z-index: -1;
}
section.mainvisual {
	position: relative;
}
/* 固定される文字 */
section.mainvisual .fixed-text {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: serif;
	z-index: 110;
	pointer-events: none;
	opacity: 0;
	/* ふわっと出てくるアニメーション */
	animation: fadeIn 1.5s ease-out forwards 0.5s;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.5);
	font-size: 3rem;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 10px 20px;
	box-sizing: border-box;
}
section.mainvisual .fixed-text img {
	width: 100%;
	max-width: 1000px;
}
/* 背景の黒い幕 */
section.mainvisual .intro-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100;
	animation: slideUp 1s ease-in-out forwards 2s;
}
/* アニメーションの定義 */
@keyframes fadeIn {
	to { opacity: 1; }
}
@keyframes slideUp {
	to { transform: translateY(-100%); }
}
/* 写真の設定 */
section.mainvisual .main-content {
	line-height: 0;
}
section.mainvisual .main-content img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

/* 親要素をFlexboxにする */
section.catchtext {
	margin-bottom: 10rem;
}
section.catchtext .split-container {
	display: flex;
	width: 100%;
	height: 100vh;
	min-height: 550px;
	max-height: 700px;
	overflow: hidden;
}
/* 左側：400px固定 */
section.catchtext .left-content {
	width: 575px;
	flex-shrink: 0;
	padding: 0 20px 0 8vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	box-sizing: border-box;
}
/* 右側：残りの幅すべて */
section.catchtext .right-image {
	flex: 1;
	height: 100%;
}
section.catchtext .right-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* レスポンシブ対応：画面が狭いときは縦並びにする */
@media (max-width: 1199px) {
	section.catchtext .split-container {
		flex-direction: column;
		height: auto;
		max-height: none;
	}
	section.catchtext .left-content {
		width: 100%;
		padding: 30px;
		text-align: center;
	}
	section.catchtext .right-image {
		height: 300px;
	}
}
@media (max-width: 767px) {
	
	
	
}
@media (max-width: 599px) {
	section.catchtext {
		margin-bottom: 6rem;
	}
}
div.intro-text {
	font-style: normal;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.8;
	width: 100%;
	font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
}
div.intro-text span.nagare {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	margin: 5px 0;
	display: block;
	position: relative;
	transform-style: preserve-3d;
	transition-property: clip-path;
	transition-duration: 400ms;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
div.intro-text span.nagare.mdashi {
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 1.8rem;
}
div.intro-text span.nagare:nth-child(1) {
	transition-delay: 0ms;
}
div.intro-text span.nagare:nth-child(2) {
	transition-delay: 250ms;
}
div.intro-text span.nagare:nth-child(3) {
	transition-delay: 450ms;
}
div.intro-text span.nagare:nth-child(4) {
	transition-delay: 650ms;
}
div.intro-text span.nagare:nth-child(5) {
	transition-delay: 850ms;
}
div.intro-text span.nagare:nth-child(6) {
	transition-delay: 1100ms;
}
div.intro-text span.nagare:nth-child(7) {
	transition-delay: 1400ms;
}
div.intro-text span.nagare:nth-child(8) {
	transition-delay: 1650ms;
}
div.intro-text span.nagare:nth-child(9) {
	transition-delay: 1850ms;
}
div.intro-text span.nagare:nth-child(10) {
	transition-delay: 2100ms;
}
div.intro-text span.nagare:nth-child(11) {
	transition-delay: 2350ms;
}
div.intro-text span.nagare:nth-child(12) {
	transition-delay: 2600ms;
}
div.intro-text.scroll-in span.nagare {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.lp_about {
	font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
	font-weight: 500;
}
.lpinner {
	padding: 0;
}
div.box_lph {
	width: 91.5%;
	position: relative;
}
div.box_lph div.txt_L,
div.box_lph div.txt_R {
	margin-top: -3%;
	margin-bottom: 10rem;
}
div.box_lph div.txt_R {
	display: flex;
	justify-content: flex-end;
}
div.box_lph div.text {
	width: 600px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 25px;
	inset: 0 auto auto -1vw;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	transition: clip-path .2s ease-in-out .2s;
	/*transition-delay: 800ms;*/
	z-index: 1;
	box-sizing: border-box;
}
div.box_lph .scroll-in div.text {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lp_about .box_lph h2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 1rem;
	font-family: "Barlow",sans-serif;
	letter-spacing: .04em;
	line-height: 1.5;
}
.lp_about h2.barlow {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: "Barlow",sans-serif;
	letter-spacing: .2em;
	line-height: 1.5;
}
.lp_about .box_lph p {
	padding: 0 1.5rem;
	color: #fff;
	font-family: "Barlow",sans-serif;
	line-height: 1.5;
}

div.box_lph div.photo {
	width: 100%;
	margin: 0;
	padding: 0;
}
div.box_lph div.photo img {
	width: 100%;
}

/*スライド用CSS*/
.swiper {
	width: 92%;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1920px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 96%;
	max-width: 580px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	overflow: hidden;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
}
/* 説明文のエリア */
.text-content {
	padding: 20px;
	text-align: center;
}
.text-content h3 { margin: 0; font-size: 1.2rem; }
.text-content p { color: #fff; font-size: 1.1rem; margin-top: 10px; }
@media (max-width: 599px) {
	.swiper-slide img {
		height: calc(100vw * 0.75);
	}
}

.lpspec {
	color: #fff;
	padding: 3rem 0;
	margin: 6rem 0;
	background: rgba(0,0,0,0.5);
}
.lpspec .lpinner {
	max-width: 1000px;
}
.lpspec .unit_midashi{
	height: 4rem;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
}
.lpspec .version {
	display: flex;
	margin-bottom: clamp(2rem,1.5229008594rem + 2.035623vw,2.5rem);
	padding: 0 clamp(0.5625rem,-2.6579198438rem + 13.740458vw,3.9375rem);
	gap: clamp(1.8125rem,-2.7795800781rem + 19.592875vw,6.625rem);
}
.lpspec .version .hev, .lpspec .version .phev {
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: .1em;
	width: 50%;
	text-align: center;
}
.lpspec .version .hev span, .lpspec .version .phev span {
	font-size: 1.5rem;
	padding-left: 0.5rem;
}
.lpspec .specbox {
	margin-bottom: clamp(1.25rem,-1.1354961719rem + 10.178117vw,3.75rem);
}
.lpspec .specbox > dl {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0;
}
.lpspec .specbox > dl dt {
	height: 60px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
}
.lpspec .specbox > dl dd {
	text-align: center;
	line-height: 1;
	padding: 32px 0;
	letter-spacing: .1em;
	margin: 0;
	font-size: 2.2rem;
}
.lpspec .specbox > dl dd span {
	font-size: 1.4rem;
	padding-left: 0.5rem;
}
.lpspec .caution {
	font-size: 14px;
	text-align: right;
}

.lpcolor {
	padding: 3rem 0;
	color: #fff;
	margin: 0;
}
.lpcolor h2 span,
.lpcolor h3 span {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transform-style: preserve-3d;
	transition-property: clip-path;
	transition-duration: 400ms;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lpcolor h2.scroll-in span,
.lpcolor h3.scroll-in span {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lpcolor h3 {
	font-size: 1.8rem;
	padding: 1rem 0;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.lpcolor .color_group h3:first-child { margin-top: 2rem;}
.lpcolor .color_group {
	max-width: 1000px;
	margin: 0 auto;
}
.lpcolor .color_grouplist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	background: rgba(255,255,255,0.85);
	padding: 3rem 1rem 0;
}
.lpcolor .color_grouplist > div {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.lpcolor .color_grouplist > div > div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #555;
	margin: 10px;
}
.lpcolor .color_grouplist .cname {
	padding: 0.5rem 0;
	color: #333;
	text-align: center;
	font-size: 0.9rem;
	width: calc(100% - 70px);
}

.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
.fade-in-up {transform: translate(0, 50px);}
.fade-in-down {transform: translate(0, -50px);}
.fade-in-left {transform: translate(-50px, 0);}
.fade-in-right {transform: translate(50px, 0);}
.fade-in.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
.box_lph .slide-in .photo {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
	line-height: 0;
}
.box_lph .slide-in.scroll-in .photo {
	opacity: 1;
	transform: translate(0, 0);
}
.box_lph .slide-in .slide-in-left {
	opacity: 1;
	clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
	transform-style: preserve-3d;
	transition-property: clip-path;
	transition-duration: 600ms;
}
.box_lph .slide-in.scroll-in .slide-in-left {
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.btnlist {margin-bottom: 2rem;}
.btnlist ul {
	display: flex;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.btnlist ul li {
	width: calc(100% / 2 - 2rem);
	margin: 0 1rem;
	text-align: center;
}
.btnlist ul li a {
	display: flex;
	background: #834E00;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1rem;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}
.btnlist ul li a:hover {background: #996315;}
.btnlist ul li a img {
	width: 33px;
	margin-right: 10px;
}
.btnlist .btnshosai {
	max-width: 1000px;
	margin: 0 auto 3rem;
}
.btnlist .btnshosai > div {
	background: #fff;
	margin: 0 1rem;
	border-radius: 5px;
}
.btnlist .btnshosai a {
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #000;
	font-size: 1.5rem;
	font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
	font-weight: bold;
	border: solid 2px #fff;
	border-radius: 5px;
	padding: 0;
	position: relative;
	line-height: 65px;
}
.btnlist .btnshosai a:after {
	content: url("../../img/btn_shosai.png");
	position: absolute;
	right: 3%;
	bottom: -15px;
	
}



/* セクション全体 */
.section {
	position: relative;
	height: 100vh; /* 長めに確保して通過する余裕を作る */
	display: flex;
	align-items: center;
	justify-content: flex-start;
	perspective: 1000px;
}
.section.boxright {
	justify-content: flex-end;
}
/* ゆっくり動く背景画像 */
.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
}
.bg-image.bimg01 {
	background-image: url('../../img/image02.jpg');
}
.bg-image.bimg02 {
	background-image: url('../../img/image03.jpg');
}
.bg-image.bimg03 {
	background-image: url('../../img/image04.jpg');
}
.bg-image.bimg04 {
	background-image: url('../../img/image05.jpg');
}

/* 背景を追い越して速く動く文字 */
.fast-text {
	position: relative;
	z-index: 2;
	margin-top: 20vh;
	margin-bottom: 20vh;
}
/* 余白用のブロック */
.spacer {
	height: 30vh;
	background: none;
}
.parallax-container .text {
	width: 600px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	position: relative;
  transition: transform 1.0s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
	transform: rotateY(180deg);
	backface-visibility: hidden;
}
.parallax-container .text.scroll-in {
	transform: rotateY(0deg);
}
.parallax-container .text h2 {
	font-size: 1.6rem;
	margin: 0 0 20px 0;
}
.parallax-container .text p {
	font-size: 1.2rem;
	line-height: 1.5;
}
@media (max-width: 599px) {
	.spacer {
		height: 0;
	}
	.section {
		height: auto;
		flex-direction: column;
		margin-bottom: 5rem;
	}
	.bg-image {
		height: calc(100vw * 0.5625);
		position: static;
		transform: unset;
		background-attachment: unset;
	}
	.parallax-container .text {
		width: 100%;
		padding: 20px;
		margin: 0;
	}
	.parallax-container .text h2 {
		font-size: 5.5vw;
		margin: 0 0 10px 0;
	}
	.parallax-container .text p {
		font-size: 4vw;
	}
	.lpspec {
		padding: 5vw 0 8vw;
		margin: 18vw 0 3vw;
	}
	.lpcolor .color_grouplist {
		padding: 3vw 1rem;
	}
}





























@media (min-width: 768px) {
	.btnlist .btnshosai a:hover {opacity: 0.8;}
	.lpinner {
		max-width: none;
		margin: 0 auto;
	}
	.mbreak {display: none;}
	.lp_about h1 {flex-direction: row;}
	.lp_about h1 span {padding: 0 0 0 1rem;}
	.lpspec .specbox {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.lpcolor .color_grouplist > div {
		width: calc(100% / 3);
		flex-direction: column;
		margin-bottom: 1.5rem;
	}
	.lpcolor .color_grouplist > div > div {
		margin: 0;
	}
	.lpcolor .color_grouplist .cname {
		width: 100%;
	}
}
@media (min-width: 1520px) {
	section.mainvisual > div.bg_h1 {
		height: calc((100vw - 240px) / 16 * 9 - 12px);
	}
}
@media (max-width: 999px) {
	div.box_lph {
		padding-block-start: 0;
		padding-inline-end: 0;
	}
	.box_lph .photo {
		line-height: 0;
	}
	div.box_lph div.text {
		position: static;
		width: 100%;
		padding: 5px 10px;
	}
	.lineuptxt {
		left: 2%;
	}
	.lineuptxt .small {
		margin-bottom: 5px;
	}
	.lineuptxt .lncomment {
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	section.mainvisual > div.bg_h1 {
		height: calc(100vw / 3 * 4);
		background-size: cover;
		background-position: 20% top;
	}
	#size-detect:before {
		background-image: url("../../img/bg_bz4x-touring.webp");
	}
	.lp_about h2.barlow {
		margin-bottom: 1.5rem;
		font-size: 2.4rem;
	}
	
	
	
	
	

	.lp_about .text h3 {
		padding: 2rem 0 0 1rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.lpspec .unit_midashi {
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	.lpspec .version .hev, .lpspec .version .phev {
		font-size: 2rem;
	}
	.lpspec .version .hev span, .lpspec .version .phev span {
		font-size: 1rem;
		padding: 0.5rem 0 0;
		display: block;
	}
	.lpspec .specbox {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.lpspec .specbox > dl {
		flex-direction: row;
		align-items: center;
		border-bottom: dashed 1px #8e8e9b;
	}
	.lpspec .specbox > dl:last-child {border: none;}
	.lpspec .specbox > dl dt {
		border: none;
		width: 100%;
		font-size: 15px;
	}
	.lpspec .specbox > dl dd {
		padding: 0;
		font-size: 1.6rem;
		width: 100%;
	}
	.lpspec .specbox > dl dd span {font-size: 1rem;}
	.lpcolor h3 {
		font-size: 1.4rem;
		font-weight: 500;
	}
	.boximg .imgcap {font-size: 1rem;}
	.btnlist ul {
		padding: 0;
		margin: 0;
	}
	.btnlist ul li {
		width: 100%;
		margin: 0 0.5rem 1rem;
	}
	.btnlist ul li a {
		flex-direction: column;
	}
	.btnlist ul li a img {
		width: 28px;
		margin: 0 0 10px;
	}
	.btnlist .btnshosai a {
		font-size: 1.3rem;
		padding: 1rem 15px 1rem 0;
		line-height: 1.5;
	}
	.btnlist .btnshosai a:after {
		content: "\25b6";
		right: 1%;
		bottom: 15px;
	}
}
@media (max-width: 599px) {
	div.intro-text {
		font-size: 3.8vw;
	}
	div.intro-text span.mdashi {
		font-size: 8vw;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.lp_about .box_lph h2 {
		font-size: 4.8vw;
		margin-bottom: 5px;
	}
	.lp_about .box_lph h2 span.scate {
		font-size: 12px;
	}
	.lp_about .box_lph p {
		padding: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.lineuptxt .small {
		font-size: 14px;
	}
	.lineuptxt .lncomment {
		font-size: 6vw;
	}
	.lutitle h2 .font-en {
		font-size: 12.2vw;
	}
	.lutitle h2 .font-jp {
		font-size: 4vw;
	}
	.luspec .lusbox {
		border: none;
		padding-bottom: 5px;
	}
	.lusbox .flex {
		flex-direction: column;
	}
	.lusbox .flex > div,
	.lusbox .full {
		width: 100%;
		border-bottom: 1px solid #222;
		padding-bottom: 15px;
	}
	.lusbox .lusm {
		font-size: 14px;
		padding: 10px 0;
	}
	.lusbox .hev {
		font-size: 28px;
	}
	.lusbox .lusc .skind {
		font-size: 14px;
	}
	.lusbox .lusc .spoint .suu {
		font-size: 30px;
	}
	.lp_about h2.barlow {
		font-size: 8vw;
	}
}

@keyframes infinity-scroll-left {
from {
	transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0 50vw 0 0;
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 15s infinite linear 0.5s both;
}
.scroll-infinity__item {
	width: 50vw;
}
.scroll-infinity__item>img {
	width: 100%;
}
@media (max-width: 599px) {
	.scroll-infinity__list {
		padding: 0 25vw 0 0;
	}
	.scroll-infinity__item {
		width: 75vw;
	}
}