@charset "UTF-8";

main {
	background: #393A34;
	color: #ffffff;
}

.--slideleft {
	animation: 1.5s 0.2s ease-in-out forwards slideLeft;
	clip-path: inset(0 100% 0 0);
}

.--slideleft02 {
	animation: 1.5s 0.8s ease-in-out forwards slideLeft;
	clip-path: inset(0 100% 0 0);
}

.animated__clipView {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 2s ease;
}

.animated__clipView.js-show {
	clip-path: inset(0 0 0 0);
}

@keyframes slideLeft {

0% {
	clip-path: inset(0 100% 0 0);
}

100% {
	clip-path: inset(0 0 0 0);
}

}

@keyframes slideLeft {

0% {
	clip-path: inset(0 100% 0 0);
}

100% {
	clip-path: inset(0 0 0 0);
}

}

@keyframes scroll {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

51% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}

@keyframes scroll-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
	transform: translateY(-10px);
}

100% {
	opacity: 1;
	transform: none;
}

}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {

/* header
-------------------------------------*/
#garage-koumuten header {
	height: 100%;
	margin-inline: auto;
	position: relative;
	width: min(100%, 1920px);
	z-index: 10;
}

#garage-koumuten .l-header__contents {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

#garage-koumuten .l-header__contents-left {
	display: flex;
	gap: 0 1rem;
}

#garage-koumuten .l-header__contents-left .img img {
	height: auto;
	width: 124px;
}

#garage-koumuten .l-header__contents-left p {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 3.4;
}

#garage-koumuten .l-header__contents-right {
	display: block;
	height: 100%;
}

#garage-koumuten .l-header__contents-right a {
	display: block;
	padding: 0;
}

#garage-koumuten .seo_bread_list {
	color: #ffffff;
	max-width: 1760px;
	position: relative;
	z-index: 10;
}

#garage-koumuten .seo_bread_list span {
	color: #ffffff;
}

/* footer 
-------------------------------------*/
#garage-koumuten footer {
	background: #181619;
	color: #fff;
	padding-block: 3.75rem;
}

#garage-koumuten footer .footer-Box {
	padding: 0;
}

#garage-koumuten .footer_logo {
	margin-bottom: 1rem;
	text-align: center;
}

#garage-koumuten .footer_logo img {
	height: auto;
	width: 124px;
}

#garage-koumuten .footer_name {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: -0.25rem;
	text-align: center;
}

#garage-koumuten .footer_txt {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 3;
	margin-bottom: 1rem;
	text-align: center;
}

#garage-koumuten .copyright {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 3;
	padding: 0;
	text-align: center;
}

/* fv
-------------------------------------*/
.p-fv {
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
  height: 56.25rem;
  margin-block: -7.0625rem 0;
}

.p-fv .l-inner.l-fv {
}

.p-fv .p-fv__video {
  position: absolute;
  top: 0;
  text-align: center;
  	overflow: hidden;
  height: 56.25rem;
}

.p-fv .p-fv__video img {
  width: 100%;
  height: 56.25rem;
}

.p-fv .p-fv__video video{

}


.p-fv .p-fv__contents {
	display: grid;
	gap: 5.6rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(90%, 1725px);
  position: absolute;
  top: 25.9rem;
  left: 6.0625rem;
}

.p-fv .p-fv__ttl {
	padding-inline: 0.2rem 0;
}

/* garage-link
-------------------------------------*/
.p-garage__link {
	background: url(../images/garage-koumuten/link_bg.png) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-garage__link.bottom {
	background: url(../images/garage-koumuten/link_bg_bottom.png) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-garage__link .l-inner.l-garage__link {
	padding-block: 6.6rem 35rem;
	width: min(95%,1200px);
	margin-inline: auto;
	position:relative;
	z-index: 12;
}

.p-garage__link.bottom .l-inner.l-garage__link {
	padding-block: 10rem 14rem;
}


.p-garage__link .p-garage__link-contents {
	width: min(95%, 867px);
	margin: 0 auto;
}

.p-garage__link .p-garage__link-contents-center{text-align: center;position:relative;padding: 0 0 3.5rem 0;}
.p-garage__link .p-garage__link-contents-center::after{content: '';display: inline-block;width: 160px;height: 160px;position: absolute;top: -2.3rem;left: -1rem;background-image: url(../images/garage-koumuten/link_txt.svg);background-size: contain;background-repeat: no-repeat;}
.p-garage__link .link-movielist{width: 874px;margin: 0 auto 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;background-image:url(../images/garage-koumuten/link-pcline.svg);background-position: left 26rem top 0px;background-repeat:no-repeat;}

.p-garage__link .link-movielist li{position:relative;padding: 0px 7.5rem 0px 0px;}
.p-garage__link .link-movielist li:last-child{position:relative;padding: 0px 0rem 0px 0px;}
.p-garage__link .link-movielist li.linkttl01 .linklist-ttl{position: absolute; top:0; left:0;}
.p-garage__link .link-movielist li.linkttl02 .linklist-ttl{position: absolute; top:0; left:0;}
.p-garage__link .link-movielist li .txt{padding: 0rem 0 0 5.4rem;font-size: 21px;line-height: 1.4;letter-spacing: 1px;}



/* concept
-------------------------------------*/
.p-concept {
	background-image:url(../images/garage-koumuten/concept_bg01.png),url(../images/garage-koumuten/concept_bg02.png);
	background-position:top center,top 2406px center;
	background-repeat:no-repeat,no-repeat;
	background-size:contain,contain;
	margin-block: -55rem 0;
	margin-inline: auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-concept .l-inner.l-concept {
	padding-block: 35rem 0;
  overflow: hidden;
}

.p-concept .p-concept__en {
	margin-bottom: 8rem;
	text-align: center;
}

.p-concept .p-concept__ttl {
	margin-bottom: 59.5rem;
	text-align: center;
}

.p-concept .p-concept__txt {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.25;
	margin-bottom: 7rem;
	text-align: center;
}

.p-concept .p-concept__txt p {
	margin-bottom: 2.2rem;
}

.p-concept .p-concept__txt p.bottom {
	margin-bottom: 0;
}

.p-concept .p-concept__scrolldown {
	animation: scroll 2s infinite;
	background: #ffffff;
	height: 8.75rem; /* 140px ÷ 16 = 8.75rem */
	left: 50%;
	margin-bottom: 9rem;
	position: relative;
	transform: translateX(-50%);
	width: 0.0625rem; /* 1px ÷ 16 = 0.0625rem */
	z-index: 10;
}

.p-concept .p-concept__ttl02 {
	margin-bottom: 24.2rem;
	text-align: center;
}

.p-concept .p-concept__txt02 {
	font-size: 16px;
	font-weight: 400;
	left: calc(50% + 18.5rem);
	letter-spacing: 0.1em;
	line-height: 2.25;
	margin-bottom: 23.8rem;
	position: relative;
  width: 420px;
}

.p-concept .p-concept__txt02 p {
	margin-bottom: 2rem;
}

.p-concept .p-concept__txt02 p.bottom {
	margin-bottom: 0;
}

.p-concept .p-concept__txt03 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.25;
	margin-bottom: 19.0625rem;
	margin-inline: auto;
	text-align: right;
	width: min(95%, 1400px);
}

.p-concept .p-concept__txt03 p {
	display: inline-block;
	padding-inline: 1.25rem 0;
	position: relative;
}

.p-concept .p-concept__txt03 p:before {
	background: #ffffff;
	content: "";
	height: 1px;
	left: -80px;
	position: absolute;
	top: 20px;
	width: 80px;
}

.p-concept .p-concept__img {
	height: 75.5rem;
	padding-inline: 3.75rem 5rem;
	position: relative;
}

.p-concept .p-concept__img .img01 {
	position: absolute;
	right: 21.875rem;
}

.p-concept .p-concept__img .img02 {
	left: 3.75rem;
	position: absolute;
	top: 4rem;
}

.p-concept .p-concept__img .img03 {
	position: absolute;
	right: 5rem;
	top: 27.8rem;
  z-index: 11;
}

.p-concept .p-concept__img .img04 {
	left: 50%;
	position: absolute;
	top: 32rem;
	transform: translateX(-50%);
  z-index: 11;
}

.p-concept .p-concept__img .img05 {
	position: absolute;
	right: 7.5rem;
	top: 58.5rem;
}

.p-concept .side-scroll {
	left: 75rem;
	position: relative;
	top: -53rem;
}

.p-concept .side-scroll-container {

}

.p-concept .p-concept__point01 {
	margin-bottom: -19.75rem;
	position: relative;
}

.p-concept .p-concept__point01:before {
	background: #1A1C22;
	content: "";
	height: 94.1875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 103.75rem;
  width: 86.458%;
}

.p-concept .p-concept__point01-inner {
	margin-left: auto;
	padding-block: 8rem 0;
	position: relative;
	width: min(95%, 1560px);
	z-index: 10;
}

.p-concept .p-concept__point-en {
	margin-bottom: 4rem;
	margin-inline: auto;
	width: min(100%, 1600px);
}

.p-concept .p-concept__point01-ttl {
	margin-bottom: 5rem;
}

.p-concept .p-concept__point01-img {
	margin-bottom: 4.8rem;
}

.p-concept .p-concept__point01-contents {
	display: grid;
	grid-template-columns: 64.347826087% 27.8260869565%;
}

.p-concept .p-concept__point01-contents-left {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.p-concept .p-concept__point01-contents-right {
	left: -11rem;
	position: relative;
	top: 1.5rem;
}

.p-concept .p-concept__point02 {
	background: url(../images/garage-koumuten/point02_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
	margin-bottom: -1.8rem;
}

.p-concept .p-concept__point02-inner {
	padding-block: 31rem 0;
}

.p-concept .p-concept__point-en.point02 {
	margin-bottom: 5.2rem;
	margin-inline: auto;
	width: min(95%, 1200px);
}

.p-concept .p-concept__point02-contents {
	display: grid;
	gap: 0 5.3125rem;
	grid-template-columns: 56.4166666667% 36.6666666667%;
	margin-bottom: -58.25rem;
	margin-inline: auto;
	width: min(95%, 1200px);
	position: relative;z-index: 3;
}

.p-concept .p-concept__point02-contents-right p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-bottom: 2.5rem;
}

.p-concept .p-concept__point02-contents-right p.bottom {
	margin-bottom: 0;
}

.p-concept .p-concept__point03 {
	background: url(../images/garage-koumuten/point03_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-concept .p-concept__point03-inner {
	margin-inline: auto;
	padding-block: 25.8rem 10rem;
	width: min(95%, 1600px);
}

.p-concept .p-concept__point-en.point03 {
	margin-bottom: 5.2rem;
	margin-inline: auto;
	width: min(100%, 1600px);
}

.p-concept .p-concept__point03-ttl {
	margin-bottom: 6rem;
}

.p-concept .p-concept__point03-txt {
	width: 440px;
}

.p-concept .p-concept__point03-txt p {
  font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.25;
  margin-bottom: 2rem;
}

.p-concept .p-concept__point03-txt p.bottom {
  margin-bottom: 0;
}

/* youtube
-------------------------------------*/
.p-youtube {
	background: url(../images/garage-koumuten/youtube_bg.jpg) no-repeat top center/cover;
	margin-bottom: -15rem;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-youtube .l-inner.l-youtube {
	padding-block: 10.5rem 22rem;
}

.p-youtube .p-youtube__contents {
	display: grid;
	gap: 0 7rem;
	grid-template-columns: 31.3% 61.6%;
	margin-inline: auto;
	width: min(95%, 1660px);
	position: relative;
	left: 2rem;
	align-items: center;
}

.p-youtube .p-youtube__contents-ttl {
	margin-bottom: 2rem;
}

.p-youtube .p-youtube__contents-ttl02 {
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6875;
	margin-bottom: 5rem;
	padding-bottom: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-youtube .p-youtube__label {
	background: #917D6A;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 1.5625rem;
	padding-inline: 2.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-youtube .p-youtube__ttl03 {
	margin-bottom: 2.25rem;
}

.p-youtube .p-youtube__txt {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

.p-youtube .p-youtube__contents-right iframe {
	height: 36rem;
	width: 100%;
}

/* youtube-link
-------------------------------------*/
.p-youtube__link {
	margin-bottom: -11rem;
	position: relative;
  z-index: 10;
}

.p-youtube__link .l-inner.l-youtube__link {
	background: url(../images/garage-koumuten/youtube_link_bg.jpg) repeat top center/contain;
	margin-left: auto;
	padding-block: 5.1875rem 3rem;
	width: min(95%, 1600px);
  overflow: hidden;
}

.p-youtube__link .p-youtube__link-contents {
	display: grid;
	gap: 0 3.4rem;
	grid-template-columns: 300px 1100px;
	padding-inline: 6rem 0rem;
	align-items: center;
}

.p-youtube__link .p-youtube__link-contents-left p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7857142857;
	margin-bottom: 0.8125rem;
	text-align: center;
}

.p-youtube__link .p-youtube__link-contents-left h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6666666667;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.p-youtube__link .p-youtube__link-contents-left .link a {
	border: 1px solid #ffffff;
	border-radius: 200px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7857142857;
	padding-block: 1.375rem;
	position: relative;
	text-align: center;
}

.p-youtube__link .p-youtube__link-contents-left .link a::after {
	background: url(../images/garage-koumuten/youtube_btn.svg) no-repeat center center/contain;
	content: "";
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.p-youtube__link .p-youtube__item {
}

.p-youtube__link .p-youtube__item a {
	display: block;
}

.p-youtube__link .p-youtube__item a .img {
	margin-bottom: 1.25rem;
}

.p-youtube__link .p-youtube__item a .img img {
	height: auto;
	width: 340px;
}

.p-youtube__link .p-youtube__item a .ttl {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

/* youtube02
-------------------------------------*/
.p-youtube02 {
	background: url(../images/garage-koumuten/youtube02_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-youtube02 .l-inner.l-youtube02 {
	padding-block: 16rem 8.75rem;
}

.p-youtube02 .p-youtube02__contents {
	align-items: center;
	display: grid;
	grid-template-columns: 200px 460px;
	justify-content: center;
	margin-bottom: 3.125rem;
	position: relative;
	left: -3rem;
}

.p-youtube02 .p-youtube02__contents-right {
	left: -3.5rem;
	position: relative;
}

.p-youtube02 .p-youtube02__contents-right p {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-bottom: 1rem;
	margin-inline: auto;
	padding-inline: 1.0625rem;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
}

.p-youtube02 .p-youtube02__contents-right p:before {
	background: url(../images/garage-koumuten/youtube02_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	width: 11px;
}

.p-youtube02 .p-youtube02__contents-right p::after {
	background: url(../images/garage-koumuten/youtube02_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 18px;
	position: absolute;
	right: 0;
	transform: scale(-1, 1);
	width: 11px;
}

.p-youtube02 .p-youtube02__contents-right p.bottom {
	display: block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.05;
	margin-bottom: 0;
	padding-inline: 0;
	position: static;
	text-align: center;
	transform: none;
}

.p-youtube02 .p-youtube02__contents-right p.bottom:before {
	content: none;
}

.p-youtube02 .p-youtube02__contents-right p.bottom::after {
	content: none;
}

.p-youtube02 .p-youtube02__loop {
	margin-bottom: 4.8125rem;
}

.p-youtube02 .l-inner.l-loop {
  overflow: hidden;
}

.p-youtube02 .p-youtube02__loop-wrap {
	align-items: center;
	display: flex;
	gap: 0 40px;
	width: 4320px;
}

.p-youtube02 .p-youtube02__slider {
	animation: scroll-left 60s linear infinite;
}

.p-youtube02 .p-youtube02__slider img {
	height: auto;
	width: 2160px;
}

.p-youtube02 .p-youtube02__txt {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.05;
	margin-bottom: 2.2rem;
	text-align: center;
}

.p-youtube02 .p-youtube02__txt02 {
	text-align: center;
}

/* gallery
-------------------------------------*/
.p-gallery {
	margin-bottom: -1rem;	
}
	
.p-gallery .l-inner.l-gallery {
	padding-block: 13.5rem 0rem;
}

.p-gallery .p-gallery__en {
	margin-right: auto;
	position: relative;
	text-align: right;
	top: -19rem;
	width: min(95%, 1579px);
}

.p-gallery .p-gallery__img01 {
	left: 0;
	margin-bottom: -67rem;
	position: relative;
	top: -73rem;
}

.p-gallery .p-gallery__img02 {
	position: relative;
	text-align: right;
	top: 0;
}

.p-gallery .p-gallery__img03 {
	left: 10rem;
	position: relative;
	top: -36rem;
}

.p-gallery .p-gallery__img04 {
	left: calc(50% - 34.5rem);
	position: relative;
	top: -30rem;
}

.p-gallery .p-gallery__img05 {
	position: relative;
	text-align: right;
	top: -16rem;
}

/* voice
-------------------------------------*/
.p-voice {
	background: url(../images/garage-koumuten/voice_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-voice .l-inner.l-voice {
	padding-block: 16.875rem 13.75rem;
}

.p-voice .p-voice__en {
	margin-bottom: -27.5rem;
	position: relative;
	text-align: center;
	top: -23.125rem;
}

.p-voice .p-voice__items {
	border-top: 1px solid #707070;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1100px);
}

.p-voice .p-voice__item {
	border-bottom: 1px solid #707070;
	display: grid;
	gap: 0 3.75rem;
	grid-template-columns: 25.5319148936% 68.085106383%;
	padding-block: 3.75rem;
	padding-inline: 5rem;
}

.p-voice .p-voice__item .img img {
	height: auto;
	width: 100%;
}

.p-voice .p-voice__item .con {
  position: relative;
  top: 1.2rem;
}

.p-voice .p-voice__item .con p.txt {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 0.5rem;
}

.p-voice .p-voice__item .con p.name {
	color: #979797;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: right;
}

/* faq
-------------------------------------*/
.p-faq {
	background: #D9D9D9;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-faq .l-inner.l-faq {
	padding-block: 9.5rem 10rem;
}

.p-faq .p-faq__contents {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 70.9090909091%;
	justify-content: space-between;
	margin-inline: auto;
	width: min(95%, 1100px);
}

.p-faq .p-faq__box {
	display: grid;
	gap: 1.5rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-faq details {
	border-bottom: 1px solid #707070;
	padding-bottom: 2rem;
}

.p-faq summary {
	display: block;
}

.p-faq summary::-webkit-details-marker {
	display: none;
}

.p-faq .p-faq__qu {
  position: relative;
  display: block;
  width: 100%;
}

.p-faq .p-faq__qu::before,
.p-faq .p-faq__qu::after {
  background: #181619;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.p-faq .p-faq__qu::before {
  height: 2px;
  right: 41px;
  width: 20px;
}

.p-faq .p-faq__qu::after {
  height: 20px;
  right: 49px;
  transition: rotate 0.3s ease;
  width: 2px;
}


.p-faq details[open] .p-faq__qu::after {
	rotate: 90deg;
}

.p-faq .p-faq__qu-txt {
	color: #181619;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-inline: 2.5rem 0;
	width: min(95%, 640px);
  position: relative;
}

.p-faq .p-faq__qu-txt::before {
	background: url(../images/garage-koumuten/q.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 5px;
	/* translate: 0 -50%; */
	width: 21px;
}

.p-faq .p-faq__an {
	margin-block: 1.5rem 0;
}

.p-faq .p-faq__an-txt {
	color: #181619;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	padding-inline: 2.5rem 0;
	position: relative;
	width: min(95%, 676px);
}

.p-faq .p-faq__an-txt::before {
	background: url(../images/garage-koumuten/a.svg) no-repeat center center/contain;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 19px;
}

.p-faq .js-details[open] .p-faq__an-txt {
	animation: fadeIn 0.5s ease;
}

/* form
-------------------------------------*/
#garage-koumuten .form-Box table {
	border-top: 1px solid #707070;
	margin-bottom: 5rem;
}

#garage-koumuten .form-Box {
	background: url(../images/garage-koumuten/contact_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
	padding: 70px 0 77px;
}

#garage-koumuten .form-Box .form-box-inner {
	background: none;
	padding: 4.5rem;
}

#garage-koumuten .form-box {
	margin-inline: auto;
	width: min(95%, 900px);
}

#garage-koumuten .formttl_en {
	margin-bottom: 1.5rem;
	text-align: center;
}

#garage-koumuten .formttl_ja {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.0416666667;
	margin-bottom: 4.25rem;
	text-align: center;
}

#garage-koumuten .form-Box .list {
  width: min(95%,640px);
  margin-inline: auto;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}

#garage-koumuten .form-Box tr {
	border-bottom: 1px solid #707070;
}

#garage-koumuten .form-Box td.soudan {
	padding: 57px 22px 20px;
}

#garage-koumuten .required::after {
	background: #544D2D;
	border-radius: 0;
	color: #fff;
	top: 56px;
}

#garage-koumuten .input_area.soudan {
	align-items: center;
	display: flex;
	gap: 0px 8px;
  flex-wrap: wrap;
}

#garage-koumuten #your-soudan {
	align-items: center;
	display: flex;
	gap: 0 35px;
}

#garage-koumuten #your-soudan p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

#garage-koumuten #form p.txt {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#garage-koumuten .priv-text {
	color: #181619;
}

#garage-koumuten #form .confirm_button {
	background: none;
	background: url(../images/garage-koumuten/confirm_btn.png) no-repeat top center/contain;
	border: none;
	height: 120px;
	padding: 0;
	position: static;
	width: 640px;
}

#garage-koumuten #form .confirm_button::after {
	content: none;
}

#garage-koumuten #form input[type=submit] {
	background: none;
	background: url(../images/garage-koumuten/send_btn.png) no-repeat top center/cover;
	border: none;
	color: transparent;
	height: 120px;
	padding: 0;
	position: static;
	width: 728px;
}

#garage-koumuten #form input[type=submit]::after {
	content: none;
}

#garage-koumuten #form #back_button {
	background: none;
	background: url(../images/garage-koumuten/back_btn.png) no-repeat top center/cover;
	background-color: none;
	border: none;
	color: transparent;
	color: transparent;
	height: 120px;
	padding: 0;
	position: static;
	width: 640px;
}

#garage-koumuten #form #send_area p::after {
	content: none;
}

#garage-koumuten .form-Box th {
	width: 16%;
	padding: 57px 42px 57px 39px;
}

#garage-koumuten .form-Box td {
	width: 44%;
	padding: 45px 30px 35px;
}

#garage-koumuten ::-moz-placeholder {
	color: #707070;
}

#garage-koumuten ::placeholder {
	color: #707070;
}

#garage-koumuten .form-Box input[type="text"],
#garage-koumuten .form-Box input[type="email"],
#garage-koumuten .form-Box input[type="tel"],
#garage-koumuten .form-Box input[type="date"],
#garage-koumuten .form-Box input[type="datetime-local"],
#garage-koumuten .form-Box select,
#garage-koumuten .form-Box textarea {
  font-size: 14px;
  padding: 2% 4% 2% 4%;
  box-sizing: border-box;
  border: 1px solid #EFEDEE;
  font-family: inherit;
  width: 100%;
}

#garage-koumuten .form-Box textarea {
  height: 160px;
  width: 98%;
}

@media (any-hover: hover) {

.p-faq .p-faq__qu:hover {
	cursor: pointer;
}

}

}



/* ========================================
@media screen and (min-width:768px) and ( max-width:1919px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1919px) {
.p-concept .p-concept__point02-img img {
  width: 100%;
  height: auto;        
}
.p-concept .p-concept__ttl02 {margin-bottom: 5.26vw;}

.p-concept .p-concept__point02-contents {
margin-bottom: -51.03vw;
}

}



/* ========================================
@media screen and (min-width:768px) and ( max-width:1919px) {
======================================== */
@media screen and (min-width:1086px) and ( max-width:1919px) {
.p-concept {background-position: top center, top 124.6vw center;}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1085px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1085px) {
.p-concept {background-position: top center, top 124vw center;}
.p-concept .p-concept__ttl02 {margin-bottom: 5.26vw;text-align: center;}

}




/* ========================================
@media screen and (min-width:768px) and ( max-width:1800px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1800px) {
.p-concept .p-concept__ttl {
	margin-bottom: 47.5rem;
	text-align: center;
}

.p-youtube .p-youtube__contents {
  left: 0;
}

.p-concept .p-concept__img .img01 {
  width: 16.6%;
}

.p-concept .p-concept__img .img01 img {
  width: 100%;
}

.p-concept .p-concept__img .img02 {
  width: 22.9%;
}

.p-concept .p-concept__img .img02 img {
  width: 100%;
}

.p-concept .p-concept__img .img03 {
  width: 20.8%;
}

.p-concept .p-concept__img .img03 img {
  width: 100%;
}

.p-concept .p-concept__img .img04 {
  width: 37.5%;
}

.p-concept .p-concept__img .img04 img {
  width: 100%;
}

.p-concept .p-concept__img .img05 {
  width: 18.75%;
}

.p-concept .p-concept__img .img05 img {
  width: 100%;
}

}



/* ========================================
@media screen and (min-width:768px) and ( max-width:1650px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1650px) {
.p-gallery .p-gallery__en img {
  width: 7.0625rem;
}

.p-gallery .p-gallery__img01 {
  top: -60rem;
  margin-bottom: -56rem;
}

.p-gallery .p-gallery__img01 img {
  width: 69.2%;
  height: auto;
}

.p-gallery .p-gallery__img02 img {
  width: 25%;
  height: auto;
}

.p-gallery .p-gallery__img03 {
	left: 6rem;
	position: relative;
	top: -32rem;
  width: 18.75%;
}

.p-gallery .p-gallery__img03 img {
  width: 100%;
  height: auto;
}

.p-gallery .p-gallery__img04 {
	top: -24rem;
  width: 33.3%;
}

.p-gallery .p-gallery__img04 img {
  width: 100%;
  height: auto;
}

.p-gallery .p-gallery__img05 img {
  width: 83.3%;
  height: auto;        
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1600px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1600px) {
.p-concept .p-concept__ttl {
	margin-bottom: 42.5rem;
	text-align: center;
}

.p-concept .p-concept__txt {
  margin-bottom: 5rem;
}

.p-concept .p-concept__scrolldown {
  margin-bottom: 7rem;
}

.p-concept .p-concept__ttl02 {
	margin-bottom: 12.2rem;
	text-align: center;
}

.p-concept .p-concept__txt02 {
	left: calc(50% + 13.5rem);
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1550px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1550px) {
.p-youtube .p-youtube__ttl03 img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1500px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1500px) {
.p-concept .p-concept__ttl {
	margin-bottom: 40.5rem;
	text-align: center;
}

.p-concept .p-concept__txt {
  margin-bottom: 3rem;
}

.p-concept .p-concept__scrolldown {
  margin-bottom: 5rem;
}

.p-concept .p-concept__ttl02 {
	margin-bottom: 10.2rem;
	text-align: center;
}

.p-concept .p-concept__txt02 {
	left: calc(50% + 13.5rem);
}

.p-concept .p-concept__point01-contents-right {
  left: 2rem;
}

.p-concept .p-concept__point01-contents-right img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1450px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1450px) {
.p-fv .p-fv__en img {
  width: 64.375rem;
  height: auto;
}

}


/* ========================================
@media screen and (min-width:768px) and ( max-width:1320px) {
======================================== */
@media screen and (min-width:768px) and (max-width:1320px) {
.p-garage__link .link-movielist {width: 66.21vw;margin: 0 auto 1.15vw;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;background-image: url(../images/garage-koumuten/link-pcline.svg);background-position: left 32.97vw top 0vw;background-repeat: no-repeat;}

.p-garage__link .link-movielist li {position: relative;padding: 0vw 5.57vw 0vw 0vw;}

.p-garage__link .link-movielist li:last-child {
position: relative;
padding: 0vw 0vw 0vw 0vw;
}

.p-garage__link .link-movielist li.linkttl01 .linklist-ttl {
position: absolute;
top: 0;
left: 0;
}

.p-garage__link .link-movielist li.linkttl02 .linklist-ttl {
position: absolute;
top: 0;
left: 0;
}

.p-garage__link .link-movielist li .txt {padding: 0vw 0 0 7.41vw;font-size: 1.59vw;line-height: 1.6;letter-spacing: 0.25vw;}

}



/* ========================================
@media screen and (min-width:768px) and ( max-width:1400px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1400px) {
.p-gallery .p-gallery__img01 {
  margin-bottom: -51rem;
}

}


/* ========================================
@media screen and (min-width:768px) and ( max-width:1250px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1250px) {
.p-garage__link .p-garage__link-btn a img {
  width: 100%;
  height: auto;        
}

.p-concept .p-concept__ttl {
	margin-bottom: 28.5rem;
	text-align: center;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.p-concept .p-concept__txt02 {
	left: calc(50% + 11.5rem);
}

.p-concept .p-concept__point01-img img {
  width: 100%;
  height: auto;        
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-concept .p-concept__point02-ttl img {
  width: 90%;
  height: auto;        
}

.p-concept .side-scroll-container .txt img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:900px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:900px) {
.p-youtube02 .p-youtube02__txt02 img {
  width: 95%;
  height: auto;        
}
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {

/* header
-------------------------------------*/
#garage-koumuten .sp-header {
	padding: 0;
}

#garage-koumuten .sp-header .h-logo {
	display: flex;
	gap: 0 1.932vw;
}

#garage-koumuten .sp-header .h-logo img {
  width: 18.986vw;
  height: auto;
}

#garage-koumuten .sp-header .h-logo p {
	font-size: 1.932vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 3.75;
}

#garage-koumuten .seo_bread_list {
	color: #ffffff;
	margin-bottom: 10vw;
	position: relative;
	z-index: 10;
}

#garage-koumuten .seo_bread_list span {
	color: #ffffff;
}

/* footer
-------------------------------------*/
#garage-koumuten footer {
	background: #181619;
	color: #fff;
	padding-block: 14.493vw 41.478vw;
}

#garage-koumuten footer .footer-Box {
	padding: 0;
}

#garage-koumuten .footer_logo {
	margin-bottom: 2.899vw;
	text-align: center;
}

#garage-koumuten .footer_logo img {
	height: auto;
	width: 29.952vw;
}

#garage-koumuten .footer_name {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: -2.101vw;
	text-align: center;
}

#garage-koumuten .footer_txt {
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 3;
	margin-bottom: 4.628vw;
	text-align: center;
}

#garage-koumuten .copyright {
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 3;
	padding: 0;
	text-align: center;
}

/* sp-fix-list
-------------------------------------*/
#garage-koumuten .sp-fix-list {
	background: #393A34;
	padding: 4.831vw 5.797vw;
}

#garage-koumuten .sp-fix-list a {
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

/* fv
-------------------------------------*/
.p-fv {
	margin-block: -17.309vw 0;
}

.p-fv .l-inner.l-fv {
}

  .p-fv .p-fv__video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .p-fv .p-fv__video video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

.p-fv .p-fv__contents {
	display: grid;
	gap: 8.696vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 88.8vw);
  position: absolute;
  top: 33vw;
  left: 6vw;
}

.p-fv .p-fv__ttl {
	padding-inline: 1.449vw 0;
}

/* garage__link
-------------------------------------*/
.p-garage__link {
	background: url(../images/garage-koumuten/link_bg_sp.png) no-repeat top center/cover;
}

.p-garage__link.bottom {
	background: url(../images/garage-koumuten/link_bg_bottom_sp.png) no-repeat top center/cover;
}

.p-garage__link .l-inner.l-garage__link {
	margin-inline: auto;
	padding-block: 11.739vw 40.155vw;
	width: min(95%, 86.9vw);
}

.p-garage__link.bottom .l-inner.l-garage__link {
	padding-block: 21.739vw 24.155vw;
}	


.p-garage__link .p-garage__link-contents-center{text-align: center;padding: 0 0 5.33vw 0;}
.p-garage__link .p-garage__link-contents .icon{text-align: center;margin: 0 0 5vw 0;}
.p-garage__link .link-movielist{width: 100%;margin: 0 auto 5.33vw;
-webkit-box-orient:horizontal;-webkit-box-direction:normal;
-ms-flex-wrap: wrap;flex-wrap: wrap;
display:-webkit-box;display:-ms-flexbox;display:flex;}
.p-garage__link .link-movielist li{padding: 4vw 2vw 3vw 2vw;margin: 0 2vw 0 0;width: 42.4vw;background-color:#222326;text-align: center;}
.p-garage__link .link-movielist li:last-child{margin: 0;}
.p-garage__link .link-movielist li.linkttl01 .linklist-ttl{margin: 0 0 3vw 0;}
.p-garage__link .link-movielist li.linkttl02 .linklist-ttl{margin: 0 0 3vw 0;}
.p-garage__link .link-movielist li .txt{padding: 0;font-size:3.62vw;line-height: 1.4;letter-spacing: 0.25vw;}


/* concept
-------------------------------------*/
.p-concept {
background-image:url(../images/garage-koumuten/concept_bg01_sp.png),url(../images/garage-koumuten/concept_bg02_sp.png);
background-position:top center,top 170.9vw center;
background-repeat:no-repeat,no-repeat;
background-size:contain,contain;
margin-block: -40.464vw 0px;
}

.p-concept .l-inner.l-concept {
	padding-block: 26.71vw 0px;
}

.p-concept .p-concept__en {
	margin-bottom: 10.903vw;
	text-align: center;
}

.p-concept .p-concept__en img {
	height: auto;
	width: 21.493vw;
}

.p-concept .p-concept__ttl {
	margin-bottom: 50.58vw;
	text-align: center;
}

.p-concept .p-concept__ttl img {
	height: auto;
	width: 71.396vw;
}

.p-concept .p-concept__txt {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.2857142857;
	margin-bottom: 8.614vw;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 82.1vw);
}

.p-concept .p-concept__txt p {
	margin-bottom: 7.662vw;
}

.p-concept .p-concept__txt p.bottom {
	margin-bottom: 0;
}

.p-concept .p-concept__scrolldown {
	animation: scroll 2s infinite;
	background: #ffffff;
	height: 19.324vw;
	left: 50%;
	margin-bottom: 9.155vw;
	position: relative;
	transform: translateX(-50%);
	width: 0.242vw;
	z-index: 10;
}

.p-concept .p-concept__ttl02 {
	margin-bottom: 95.155vw;
	text-align: center;
}

.p-concept .p-concept__ttl02 img {
	height: auto;
	width: 72.464vw;
}

.p-concept .p-concept__txt02 {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	margin-bottom: 9vw;
	margin-inline: auto;
	position: static;
	text-align: left;
	width: min(95%, 82.1vw);
}

.p-concept .p-concept__txt02 p {
	margin-bottom: 7.662vw;
}

.p-concept .p-concept__txt02 p.bottom {
	margin-bottom: 0;
}

.p-concept .p-concept__txt03 {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 32.541vw;
	margin-inline: auto;
	text-align: left;
	width: min(95%, 79.9516908213vw);
}

.p-concept .p-concept__txt03 p {
	display: block;
	padding-inline: 9vw 0;
	position: relative;
}

.p-concept .p-concept__txt03 p span {
	display: block;
	text-align: right;
}

.p-concept .p-concept__txt03 p:before {
	background: #ffffff;
	content: "";
	height: 0.242vw;
	left: -1vw;
	position: absolute;
	top: 4vw;
	width: 7.246vw;
}

.p-concept .p-concept__img {
	height: 100%;
	padding-inline: 0;
	position: static;
	margin-bottom: 16vw;
}

.p-concept .p-concept__img .img01 {
	margin-bottom: 4.831vw;
	position: static;
	text-align: right;
	padding-inline: 0 4vw;
}

.p-concept .p-concept__img .img01 img {
	height: auto;
	width: 37.681vw;
}

.p-concept .p-concept__img .img02 {
	margin-bottom: -41.647vw;
	position: static;
}

.p-concept .p-concept__img .img02 img {
	height: auto;
	width: 51.691vw;
}

.p-concept .p-concept__img .img03 {
	margin-bottom: 28.401vw;
	text-align: right;
}

.p-concept .p-concept__img .img03 img {
	height: auto;
	width: 35.749vw;
}

.p-concept .p-concept__img .img04 {
	margin-bottom: 14.493vw;
	text-align: right;
	transform: none;
}

.p-concept .p-concept__img .img04 img {
	height: auto;
	width: 54.106vw;
}

.p-concept .p-concept__img .img05 {
	text-align: center;
}

.p-concept .p-concept__img .img05 img {
	height: auto;
	width: 84.541vw;
}

.p-concept .side-scroll {
	left: 69vw;
	position: relative;
	top: -130vw;
	width: 235.266vw;
}

.p-concept .p-concept__point01 {
	margin-bottom: -29.155vw;
	position: relative;
}

.p-concept .p-concept__point01:before {
	background: #1A1C22;
	content: "";
	height: 194.686vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 95.894vw;
}

.p-concept .p-concept__point01-inner {
	margin-inline: auto;
	padding-block: 14.807vw 0;
	position: relative;
	width: min(95%, 91.7vw);
	z-index: 10;
}

.p-concept .p-concept__point-en {
	margin-bottom: 7.246vw;
}

.p-concept .p-concept__point-en img {
	height: auto;
	width: 38.647vw;
}

.p-concept .p-concept__point01-ttl {
	margin-bottom: 8.246vw;
}

.p-concept .p-concept__point01-ttl img {
	height: auto;
	width: 68.464vw;
}

.p-concept .p-concept__point01-img {
	margin-bottom: 5.246vw;
	position: relative;
	right: -4.106vw;
	text-align: right;
}

.p-concept .p-concept__point01-img img {
	height: auto;
	width: 91.063vw;
}

.p-concept .p-concept__point01-contents {
	display: grid;
	gap: 6.213vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-concept .p-concept__point01-contents-left {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-concept .p-concept__point01-contents-right {
	left: -4.106vw;
	position: relative;
}

.p-concept .p-concept__point01-contents-right img {
	height: auto;
	width: 82.126vw;
}

.p-concept .p-concept__point02 {
	background: url(../images/garage-koumuten/point02_bg_sp.jpg) no-repeat top center/cover;
}

.p-concept .p-concept__point02-inner {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding-block: 50.309vw 11.29vw;
}

.p-concept .p-concept__point-en.point02 {
	margin-bottom: 8.246vw;
	margin-inline: auto;
	order: 1;
	width: min(95%, 91.7vw);
}

.p-concept .p-concept__point-en img {
	height: auto;
	width: 38.647vw;
}

.p-concept .p-concept__point02-contents {
	display: contents;
}

.p-concept .p-concept__point02-contents-left {
	margin-bottom: -2.246vw;
	margin-inline: auto;
	order: 2;
	width: min(95%, 91.7vw);
}

.p-concept .p-concept__point02-contents-left img {
	height: auto;
	width: 57.488vw;
}

.p-concept .p-concept__point02-contents-right {
	margin-bottom: 30.246vw;
	margin-inline: auto;
	order: 4;
	width: min(95%, 82.1vw);
}

.p-concept .p-concept__point02-contents-right p {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	margin-bottom: 7.662vw;
	position:relative;
	z-index: 1;
}

.p-concept .p-concept__point02-contents-right p.bottom {
	margin-bottom: 0;
}

.p-concept .p-concept__point02-img {
	order: 3;
	margin-bottom: -77vw;
	        position: relative;
        bottom: -23vw;
		z-index: 3;
}

.p-concept .p-concept__point03 {
	background: url(../images/garage-koumuten/point03_bg_sp.jpg) no-repeat top center/cover;
}

.p-concept .p-concept__point03-inner {
	padding-block: 40.928vw 20.29vw;
	padding-inline: 4.106vw 0;
	width: 100%;
}

.p-concept .p-concept__point-en.point03 {
	width: 100%;
}

.p-concept .p-concept__point03-ttl {
	margin-bottom: 6.246vw;
}

.p-concept .p-concept__point03-ttl img {
	height: auto;
	width: 67.831vw;
}

.p-concept .p-concept__point03-txt {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	width: min(95%, 82.1vw);
}

.p-concept .p-concept__point03-txt p {
	margin-bottom: 6.662vw;
}

.p-concept .p-concept__point03-txt p.bottom {
	margin-bottom: 0;
}

/* youtube
-------------------------------------*/
.p-youtube {
	background: url(../images/garage-koumuten/youtube_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	width: 100%;
	margin-bottom: -21vw;
}

.p-youtube .l-inner.l-youtube {
	padding-block: 10.937vw 34.473vw;
}

.p-youtube .p-youtube__contents {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	width: 100%;
}

.p-youtube .p-youtube__contents-left {
	display: contents;
}

.p-youtube .p-youtube__contents-ttl {
	margin-bottom: 6.763vw;
	order: 1;
	text-align: center;
}

.p-youtube .p-youtube__contents-ttl img {
	height: auto;
	width: 78.502vw;
}

.p-youtube .p-youtube__contents-ttl02 {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	margin-bottom: 9.662vw;
	margin-inline: auto;
	order: 2;
	padding-bottom: 3.797vw;
	text-align: center;
	width: min(95%, 82.1vw);
}

.p-youtube .p-youtube__label {
	background: #917D6A;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 2.415vw;
	margin-left: 4.106vw;
	order: 4;
	padding-inline: 4.831vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-youtube .p-youtube__ttl03 {
	margin-bottom: 6.763vw;
	margin-inline: auto;
	order: 5;
	width: min(95%, 91.7vw);
}

.p-youtube .p-youtube__txt {
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8333333333;
	margin-inline: auto;
	order: 6;
	width: min(95%, 91.7vw);
}

.p-youtube .p-youtube__contents-right {
	margin-bottom: 3.865vw;
	order: 3;
}

.p-youtube .p-youtube__contents-right iframe {
	height: 51.691vw;
	width: 100%;
}

/* youtube__link
-------------------------------------*/
.p-youtube__link {
  margin-bottom: -27vw;
  position: relative;
  z-index: 10;
}

.p-youtube__link .l-inner.l-youtube__link {
	background: url(../images/garage-koumuten/youtube_link_bg.jpg) repeat top center/contain;
	margin-inline: auto;
	padding-block: 12.976vw 19.807vw;
	width: min(95%, 91.7vw);
}

.p-youtube__link .p-youtube__link-contents {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-youtube__link .p-youtube__link-contents-left {
	display: contents;
}

.p-youtube__link .p-youtube__link-contents-left p {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8571428571;
	margin-bottom: 3.522vw;
	order: 1;
	text-align: center;
}

.p-youtube__link .p-youtube__link-contents-left h2 {
	font-size: 4.348vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6666666667;
	margin-bottom: 9.386vw;
	order: 2;
	text-align: center;
}

.p-youtube__link .p-youtube__link-contents-left .link {
	margin-inline: auto;
	order: 4;
	width: min(95%, 72.4637681159vw);
}

.p-youtube__link .p-youtube__link-contents-left .link a {
	border: 1px solid #ffffff;
	border-radius: 48.309vw;
	color: #ffffff;
	display: block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7857142857;
	padding-block: 3.797vw;
	position: relative;
	text-align: center;
}

.p-youtube__link .p-youtube__link-contents-left .link a::after {
	background: url(../images/garage-koumuten/youtube_btn.svg) no-repeat center center/contain;
	content: "";
	height: 2.899vw;
	position: absolute;
	right: 4.831vw;
	top: 50%;
	transform: translateY(-50%);
	width: 2.899vw;
}

.p-youtube__link .p-youtube__items {
	margin-bottom: 10.386vw;
	order: 3;
}

.p-youtube__link .p-youtube__item {
	margin-inline: 0;
}

.p-youtube__link .p-youtube__item:not(:last-child) {
  margin-bottom: 10vw;
}

.p-youtube__link .p-youtube__item a {
	display: block;
}

.p-youtube__link .p-youtube__item a .img {
	margin-bottom: 2.831vw;
}

.p-youtube__link .p-youtube__item a .img img {
	height: auto;
	width: 100%;
}

.p-youtube__link .p-youtube__item a .ttl {
	color: #ffffff;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

/* youtube02
-------------------------------------*/
.p-youtube02 {
	background: url(../images/garage-koumuten/youtube02_bg_sp.jpg) no-repeat top center/cover;
}

.p-youtube02 .l-inner.l-youtube02 {
	padding-block: 38.478vw 19.324vw;
}

.p-youtube02 .p-youtube02__contents {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-youtube02 .p-youtube02__contents-left {
	margin-bottom: 2.797vw;
	order: 2;
	text-align: center;
}

.p-youtube02 .p-youtube02__contents-right {
	display: contents;
	position: static;
}

.p-youtube02 .p-youtube02__contents-right p {
	display: inline-block;
	font-size: 3.382vw;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.7142857143;
	margin-bottom: 4.072vw;
	margin-inline: auto;
	order: 1;
	padding-inline: 2.415vw;
	/* position: relative; */
	text-align: center;
	/* transform: translateX(-50%); */
}

.p-youtube02 .p-youtube02__contents-right p:before {
	background: url(../images/garage-koumuten/youtube02_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 4.106vw;
	left: 0;
	position: absolute;
	width: 1.691vw;
}

.p-youtube02 .p-youtube02__contents-right p::after {
	background: url(../images/garage-koumuten/youtube02_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 4.106vw;
	position: absolute;
	right: 0;
	transform: scale(-1, 1);
	width: 1.691vw;
}

.p-youtube02 .p-youtube02__contents-right p.bottom {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7142857143;
	margin-bottom: 9.145vw;
	order: 3;
	padding-inline: 0;
	text-align: center;
}

.p-youtube02 .p-youtube02__contents-right p.bottom:before {
	content: none;
}

.p-youtube02 .p-youtube02__contents-right p.bottom::after {
	content: none;
}

.p-youtube02 .p-youtube02__loop {
	margin-bottom: 8.87vw;
}

.p-youtube02 .p-youtube02__loop-wrap {
	align-items: center;
	display: flex;
	gap: 0 2.415vw;
	width: 444.444vw;
}

.p-youtube02 .p-youtube02__slider {
	animation: scroll-left 60s linear infinite;
}

.p-youtube02 .p-youtube02__slider img {
	height: auto;
	width: 222.222vw;
}

.p-youtube02 .p-youtube02__txt {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.0625;
	margin-bottom: 10.802vw;
	text-align: center;
}

.p-youtube02 .p-youtube02__txt02 {
	text-align: center;
}

/* gallery
-------------------------------------*/
.p-gallery .l-inner.l-gallery {
	padding-block: 13.043vw 28.986vw;
}

.p-gallery .p-gallery__en {
	margin-right: auto;
	position: relative;
	text-align: right;
	top: -15vw;
	width: min(95%, 90.9vw);
	z-index: 10;
}

.p-gallery .p-gallery__en img {
	height: auto;
	width: 12.077vw;
}

.p-gallery .p-gallery__img01 {
	left: 0;
	margin-bottom: -30vw;
	position: relative;
	top: -57.971vw;
}

.p-gallery .p-gallery__img01 img {
	height: auto;
	width: 86.957vw;
}

.p-gallery .p-gallery__img02 {
	margin-bottom: -14.662vw;
	position: relative;
	text-align: right;
	top: -24.155vw;
}

.p-gallery .p-gallery__img02 img {
	height: auto;
	width: 57.971vw;
}

.p-gallery .p-gallery__img03 {
	margin-bottom: 14.493vw;
	position: static;
}

.p-gallery .p-gallery__img03 img {
	height: auto;
	width: 43.478vw;
}

.p-gallery .p-gallery__img04 {
	margin-bottom: 19.324vw;
	position: static;
	text-align: center;
}

.p-gallery .p-gallery__img04 img {
	height: auto;
	width: 82.126vw;
}

.p-gallery .p-gallery__img05 {
	position: static;
	text-align: center;
}

/* voice
-------------------------------------*/
.p-voice {
	background: url(../images/garage-koumuten/voice_bg_sp.jpg) no-repeat top center/cover;
}

.p-voice .l-inner.l-voice {
	padding-block: 28.986vw;
}

.p-voice .p-voice__en {
	margin-bottom: -46.309vw;
	position: relative;
	text-align: center;
	top: -43.478vw;
}

.p-voice .p-voice__en img {
	height: auto;
	width: 51.208vw;
}

.p-voice .p-voice__items {
	border-top: 1px solid #707070;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 91.7vw);
}

.p-voice .p-voice__item {
	border-bottom: 1px solid #707070;
	display: grid;
	gap: 2.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding-block: 9.662vw;
	padding-inline: 4.831vw;
}

.p-voice .p-voice__item .img img {
	height: auto;
	width: 82.126vw;
}

.p-voice .p-voice__item .con {
	margin-inline: auto;
	width: min(100%, 82.1vw);
}

.p-voice .p-voice__item .con p.txt {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 6.039vw;
}

.p-voice .p-voice__item .con p.name {
	color: #979797;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: right;
}

/* faq
-------------------------------------*/
.p-faq {
	background: #D9D9D9;
}

.p-faq .l-inner.l-faq {
	padding-block: 18.29vw 19.324vw;
}

.p-faq .p-faq__contents {
	display: grid;
	gap: 9.628vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 91.7vw);
}

.p-faq .p-faq__en img {
	height: auto;
	width: 11.213vw;
}

.p-faq .p-faq__box {
	display: grid;
	gap: 5.246vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-faq details {
	border-bottom: 1px solid #707070;
	padding-bottom: 7.213vw;
}

.p-faq summary {
	display: block;
}

.p-faq summary::-webkit-details-marker {
	display: none;
}

.p-faq .p-faq__qu {
	position: relative;
  display: block;
  width: 100%;
}

.p-faq .p-faq__qu::before,
.p-faq .p-faq__qu::after {
	background: #181619;
	content: "";
	position: absolute;
	top: 0.966vw;
	translate: 0 0;
}

.p-faq .p-faq__qu::before {
	height: 0.242vw;
	right: 0vw;
	top: 2.415vw;
	width: 3.623vw;
}

.p-faq .p-faq__qu::after {
	height: 3.623vw;
	right: 1.6vw;
	transition: rotate 0.3s ease;
	width: 0.242vw;
}

.p-faq details[open] .p-faq__qu::after {
	rotate: 90deg;
}

.p-faq .p-faq__qu-txt {
	color: #181619;
	display: block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	padding-inline: 7.488vw 0;
	width: min(95%, 82.2vw);
}

.p-faq .p-faq__qu-txt::before {
	background: url(../images/garage-koumuten/q.svg) no-repeat center center/contain;
	content: "";
	height: 2.657vw;
	left: 0;
	position: absolute;
	top: 1.966vw;
	translate: 0 0;
	width: 3.865vw;
}

.p-faq .p-faq__an {
	margin-block: 1.831vw 0;
}

.p-faq .p-faq__an-txt {
	color: #181619;
	display: block;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8333333333;
	padding-inline: 7.488vw 0;
	width: min(95%, 84.2vw);
	position: relative;
}

.p-faq .p-faq__an-txt::before {
	background: url(../images/garage-koumuten/a.svg) no-repeat center center/contain;
	content: "";
	height: 2.174vw;
	left: 0;
	position: absolute;
	top: 2.449vw;
	width: 3.623vw;
}

.p-faq .js-details[open] .p-faq__an-txt {
	animation: fadeIn 0.5s ease;
}

/* contact
-------------------------------------*/
#garage-koumuten .form-Box table {
	border-top: 1px solid #707070;
}

#garage-koumuten .form-Box {
	background: url(../images/garage-koumuten/contact_bg_sp.jpg) no-repeat top center/cover;
	padding: 21vw 0 18vw;
}

#garage-koumuten .form-Box .form-box-inner {
	background: none;
}

#garage-koumuten .form-box {
	margin-inline: auto;
	width: min(100%, 91.7vw);
}

#garage-koumuten .formttl_en {
	margin-bottom: 4.937vw;
	text-align: center;
}

#garage-koumuten .formttl_en img {
	width: 21vw;
}

#garage-koumuten .formttl_ja {
	font-size: 5.314vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.0454545455;
	margin-bottom: 6.386vw;
	text-align: center;
}

#garage-koumuten .form-Box .list {
	border-bottom: none;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8333333333;
	margin-inline: auto;
	width: min(95%, 82.1vw);
	margin-bottom: 1vw;
}

#garage-koumuten .form-Box tr {
	border-bottom: 1px solid #707070;
	display: grid;
	gap: 3.382vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding-block: 6.729vw 6.246vw;
}

#garage-koumuten .form-Box td.soudan {
	padding: 0;
}

#garage-koumuten .required p::after {
	background: #544D2D;
	border-radius: 0;
	color: #fff;
	padding-inline: 4vw;
}

#garage-koumuten .input_area.soudan {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

#garage-koumuten #your-soudan {
	display: grid;
	gap: 3vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

#garage-koumuten #your-soudan p {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

#garage-koumuten #form p.txt {
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-block: 1.174vw 0;
}

#garage-koumuten .priv-text {
	color: #181619;
}

#garage-koumuten #form .confirm_button {
	background: none;
	background: url(../images/garage-koumuten/confirm_btn_sp.png) no-repeat top center/contain;
	border: none;
	height: 16.908vw;
	margin-inline: auto;
	padding: 0;
	position: static;
	width: 86.9vw;
}

#garage-koumuten #form #confirm_area p::after {
	content: none;
}

#garage-koumuten #form input[type=submit] {
	background: none;
	background: url(../images/garage-koumuten/send_btn_sp.png) no-repeat top center/cover;
	border: none;
	height: 16.908vw;
	margin-inline: auto;
	padding: 0;
	position: static;
	width: 86.9vw;
  color: transparent;
}

#garage-koumuten #form input[type=submit]::after {
	content: none;
}

#garage-koumuten #form #back_button {
	background: none;
	background: url(../images/garage-koumuten/back_btn_sp.png) no-repeat top center/cover;
	border: none;
	height: 16.908vw;
	margin-inline: auto;
	padding: 0;
	position: static;
	width: 86.9vw;
  color: transparent;
}

#garage-koumuten #form #send_area p::after {
	content: none;
}

#garage-koumuten .form-Box th {
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

#garage-koumuten .form-Box td {
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

#garage-koumuten .form-Box input[type=text],
#garage-koumuten .form-Box input[type=email],
#garage-koumuten .form-Box input[type=tel],
#garage-koumuten .form-Box input[type=date],
#garage-koumuten .form-Box input[type=datetime-local],
#garage-koumuten .form-Box textarea {
	background: #D9DDE0;
	border: none;
	padding: 3vw 5vw 3vw;
}

#garage-koumuten .form-Box textarea {
  height: 38.647vw;
}


#garage-koumuten .form-Box tbody {
  gap: 0;
}

#garage-koumuten .privtext {
  text-align: center;
}

.p-faq .p-faq__qu:hover {
	cursor: pointer;
}

/* recaptcha
-------------------------------------*/
#garage-koumuten .grecaptcha-badge {
  bottom: 29vw !important;
  z-index: 30;
}

}