@charset "utf-8";
/* CSS Document */

.pcOnlyB{
	display:block;
}

.pcOnlyI{
	display:inline;
}

.spOnly, .spOnlyI, .spOnlyB{
	display:none;
}

/* トップページ */

/*メインビジュアル*/
header.mv{
	background:url(../img/mv_bg_pc.jpg) center center;
	background-size: cover;
	width: 100%;
	aspect-ratio: 16/9;
}

.mv__copy{
	width: 82%;
	padding: 2vw 0 0 0;
}

h1{
	width: 92%;
	padding-bottom: 0;
	margin-top: -1vw;
}

.mv__date{
	width: 40%;
	margin-top: -6vw;
}


/*リード文*/
.secRead{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: var(--color3);
}


/* カーライン */
.carline{
	bottom: 0;
}

.carline__inner{
	width: 200vw;
	animation: slide-x 30s linear 0s infinite;
}


/*フウッター*/
#foot {
	min-width:768px;
}

#foot div {
	font-size:1.8rem;
	padding:30px 10px;
}

#foot .foot__logo{
	width: 280px;
}

#foot .foot__contact{
	padding: 0 2vw;
}


#foot div a {
	font-size:3.6rem;
}

.secAccess{
	max-width: 1100px;
	margin: 0 auto;
}

#access {
	padding:10px;
	margin:0 auto 100px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#access .map {
	width: calc(55% - 10px);
	overflow:hidden;
}

#access .data {
	width: calc(45% - 10px);
	box-sizing:border-box;
	text-align:center;
	padding-top: 0;
}

#access .data p{
	display:inline-block;
	text-align:left;
}

h2.accessH2 {
	font-size:2.4rem;
	margin:0 0 30px 0;
}

.yumesse {
	width:auto;
}

.kyosan {
	margin:10px 50px;
}

.kyosan li {
	width:auto;
	padding:5px;
}

.kyosan li img {
	max-width:100%;
}



/* コミコミ */
.secKomi{
	margin-bottom: 50px;
}

.komi__inner{
	grid-template-columns: repeat(4,1fr);
}



/*イベント内容*/

.secEvent{
	max-width: 1690px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}

.secEvent p{
	margin-bottom: 30px;
}


.event__image1 img,
.event__image1 picture{
	height: 10.2vw;
	max-height: 192px;
}

.event__image2 img{
	height: 10.2vw;
	max-height: 192px;
}


.event__image2 img:first-child{
	transform: translateX(-0.6vw) translateY(0.4vw) scale(105%);
}

.event__image2 img:last-child{
	transform: translateX(0);
}

.event__image3 img,
.event__image3 picture,
.event__image4 img,
.event__image4 picture{
	height: 8.95vw;
	max-height: 168px;
}

.secEvent.fadeTarget p:nth-child(1) img{
	transition: opacity 200ms ease;
}
.secEvent.fadeTarget p:nth-child(2) img:nth-of-type(1){
	transition: opacity 200ms ease 50ms;
}
.secEvent.fadeTarget p:nth-child(2) img:nth-of-type(2){
	transition: opacity 200ms ease 100ms;
}
.secEvent.fadeTarget p:nth-child(3) img{
	transition: opacity 200ms ease 150ms;
}
.secEvent.fadeTarget p:nth-child(4) img{
	transition: opacity 200ms ease 200ms;
}

.footTxt{
	font-size: 10px;
	padding: 20px;
}

/* 車輌コマ */
.secCar{
	max-width: 1690px;
	margin-bottom: 50px;
}

.car__ul{
	grid-template-columns: repeat(5,1fr);
	gap: 10px;
}

@media screen and (max-width:1024px) {
	.car__ul{
		grid-template-columns: repeat(4,1fr);
	}
}

.car__text{
	font-size: min(4vw,6.5rem);
	padding: 100px ;
}

