@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_bridge.jpg") center top no-repeat;
	background-size: cover;
	z-index: -1;
}
section.mainvisual > div.bg_h1 {
	background: url(../../img/slide01.jpg) no-repeat center top / 100% auto;
	height: calc(100vw / 16 * 9 - 10px);
	overflow: hidden;
}
section.mainvisual h1 {
	width: 100%;
	max-width: none;
	margin: calc(100vw / 16 * 9 / 2 - 62px) auto 0;
	padding: 15px 0;
	transition-delay: 100ms;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
section.mainvisual h1 img {
	max-width: 1216px;
	width: 100%;
}
div.intro-text {
	font-style: normal;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.8;
	width: 100%;
	max-width: 600px;
	margin: 5rem auto 6rem;
	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.8em;
	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.scroll-in span.nagare {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.lp_about {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	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;
}
.lp_about .box_lph h2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 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 h2 span.scate {
	display: block;;
	font-size: 14px;
	padding: 2px 5px;
	max-width: 160px;
	color: #fff;
}
.lp_about .box_lph h2 span.scate.des {
	background:linear-gradient(90deg, #7bd8d7 50%, transparent);
}
.lp_about .box_lph h2 span.scate.snai {
	background:linear-gradient(90deg, #7cd87b 50%, transparent);
}
.lp_about .box_lph h2 span.scate.soko {
	background:linear-gradient(90deg, #d55e5e 50%, transparent);
}
.lp_about .box_lph h2 span.scate.anz {
	background:linear-gradient(90deg, #945ed5 50%, transparent);
}
.lp_about .box_lph h2 span.scate.kone {
	background:linear-gradient(90deg, #e07aca 50%, transparent);
}
div.box_lph, div.box_rph {
	padding-block-start: 4.0972222222vw;
	padding-inline-end: 8.3333333333vw;
	position: relative;
	margin-bottom: 6rem;
}
div.box_lph div.text,
div.box_rph div.text {
	width: 72%;
	position: absolute;
	background: #fff;
	color: #222;
	padding: 25px;
	inset: 0 auto auto -1vw;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: clip-path .4s ease-in-out .4s;
	transition-delay: 800ms;
	z-index: 1;
	box-sizing: border-box;
}
div.box_lph div.text.scroll-in,
div.box_rph div.text.scroll-in,
div.box_lph.scroll-in div.text {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
div.box_lph div.photo, div.box_rph div.photo {
	width: 100%;
	margin: 0;
	padding: 0;
}
div.box_lph div.photo img, div.box_rph div.photo img {
	width: 100%;
}
.lp_about .box_lph p {
	padding: 0 1.5rem;
	color: #222;
	font-family: "Barlow",sans-serif;
	line-height: 1.5;
}
.interior {
	background: #fff;
	padding: 3rem 0;
	margin: 0 0 20rem 0;
}
.scroll-infinity {
	position: relative;
	overflow: hidden;
}
.lineuptxt {
	width: 100%;
	max-width: 1000px;
	position: absolute;
	top: 15%;
	left: calc((100vw - 1000px) / 2);
}
.lineuptxt .small {
	background: #aaa;
	padding: 3px 10px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
}
.lineuptxt .lncomment {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	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);
}
.lineuptxt.scroll-in .lncomment {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lineupbox {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.lineupbox .lutitle {
	text-align: center;
}
.lutitle h2 {
	text-align: left;
	margin: 0 0 1.5rem;
	display: inline-block;
	font-family: "Barlow", sans-serif;
}
.lutitle h2 > 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);
}
.lutitle h2.scroll-in > span {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lutitle h2 .font-en {
	font-size: 4.5rem;
	font-weight: 700;
	transition-delay: 150ms;
}
.lutitle h2 .font-jp {
	display: block;
	font-size: 1.4rem;
	padding: 0 0 0 0.5rem;
	transition-delay: 350ms;
}
.luspec {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.luspec .lusbox {
	border-bottom: 1px solid #222;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.luspec .chushaku {
	font-size: 14px;
	padding: 5px;
	text-align: right
}
.lusbox .flex {
	display: flex;
}
.lusbox .flex > div {
	width: 50%;
}
.lusbox .lusm {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
}
.lusbox .hev {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}
.lusbox .hev span.phev {
	margin-left: 40px;
}
.lusbox .efour {
	text-align: center;
	font-weight: 600;
	font-size: 1.1rem;
}
.lusbox .lusc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.lusbox .lusc .skind {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	width: 42px;
}
.lusbox .lusc .spoint .suu {
	font-size: 2rem;
	font-weight: 500;
}
.lusbox .lusc .spoint .tani {
	font-size: 15px;
	font-weight: 600;
	margin-right: 5px;
}





.boximg {}
.boximg > div {
	margin: 0 0 3rem;
}
.boximg .imgcap {
	text-align: center;
	font-size: 1.2rem;
	padding: 0.5rem 0 0;
}
.lpcolor {
	padding: 3rem 0;
	background: #fff;
	margin: 10rem 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 #333;
	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;
}
.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);
}

.lpprice {
	padding: 3rem 0;
	background: #000;
	color: #fff;
}
.lpprice .price_tb {
	width: 100%;
	border-top: 1px solid #fff;
}
.lpprice .price_tb tr {
	display: flex;
	flex-direction: column;
}
.lpprice .price_tb tr th {
	padding: 1rem 0;
	border-bottom: 1px solid #fff;
}
.lpprice .price_tb tr td {
	padding: 1rem;
	border-bottom: 1px solid #aaa;
	font-size: 1.8rem;
	text-align: center;
}
.lpprice .price_tb tr td .zeinuki {
	display: block;
	font-size: 1.2rem;
	padding-top: 0.3rem;
}
.lpprice .price_tb tr td .zeinuki span {
	font-size: 1rem;
}

.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;
}
.box_lph.slide-in.scroll-in .photo {
	opacity: 1;
	transform: translate(0, 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;
}
div.boximg.box2 > div {overflow: hidden;}
.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: #e50322;
	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-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;
	
}
.btnlist .btnshosai a:hover {opacity: 0.8;}
@media (min-width: 600px) {
	.luspec .chushaku br {
		display: none;
	}
}
@media (min-width: 768px) {
	div.slideshow__slide-image.sp {display: none;}
	.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;}
	
	div.boximg {
		display: flex;
		flex-wrap: wrap;
	}
	div.boximg.box3 > div {
		width: calc(100% / 3 - 1rem);
		margin: 0 0.5rem 1rem;
	}
	div.boximg.box2 {justify-content: space-between;}
	div.boximg.box2 > div {
		width: calc(100% / 2 - 1.5rem);
		margin: 0 0 2rem;
	}
	.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%;
	}
	.lpprice .price_tb {
		max-width: 1000px;
		margin: 0 auto;
	}
	.lpprice .price_tb tr {flex-direction: row;}
	.lpprice .price_tb tr th {
		background: none;
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid #aaa;
	}
	.lpprice .price_tb tr td {width: 60%;}
	.lpprice .price_tb tr td .zeinuki {
		display: inline-block;
		padding-left: 1rem;
	}
	.lpprice .price_tb tr td .zeinuki span {font-size: 0.9rem;}
}
@media (min-width: 1520px) {
	section.mainvisual > div.bg_h1 {
		height: calc((100vw - 240px) / 16 * 9 - 12px);
	}
	section.mainvisual h1 {
		margin: calc((100vw - 240px) / 16 * 9 / 2 - 93px) auto 0;
	}
}
@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;
	}
	section.mainvisual h1 {
		width: 100%;
		margin: 10% auto 0;
		padding: 15px;
	}
	#size-detect:before {
		background-image: url("../../img/bg_bridge_sp.jpg");
	}
	div.intro-text {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.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;
	}
}