@charset "UTF-8";
#lp_contents a:hover {
	opacity: 0.8;
}
#lp_contents a img:hover {
	opacity: 0.8;
}
#lp_contents img {
	width: 100%;
}
#lp_contents img.w-auto {
	width: auto;
	margin: auto;
}
#lp_contents .relative {
	position: relative;
}
#lp_contents ul, #lp_contents li {
	list-style: none;
}
#lp_contents .inner {
	margin: 0px 10px;
	padding: 0px;
	width: auto;
}

#lp_contents .center {
	text-align: center;
}

#lp_contents .movie {
	cursor: pointer;
}
#lp_contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#lp_contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#lp_contents .block {
	display: block;
}

#lp_contents .pc-only {
	display: block;
}
@media screen and (max-width: 768px) {
	#lp_contents .pc-only {
		display: none;
	}
}

#lp_contents .sp-only {
	display: none;
}
@media screen and (max-width: 768px) {
	#lp_contents .sp-only {
		display: block;
	}
}
#lp_contents .inner {
	max-width: 1000px;
	margin: auto;
}
@media screen and (max-width: 768px) {
#lp_contents .inner {
	padding: 0 10px;
}
}

#lp_contents .shadow {
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
}

#lp_contents .mgb10 {
	margin-bottom: 10px !important;
}
#lp_contents .mgb14 {
	margin-bottom: 14px !important;
}
#lp_contents .mgb20 {
	margin-bottom: 20px !important;
}
#lp_contents .mgb30 {
	margin-bottom: 30px !important;
}
#lp_contents .mgb40 {
	margin-bottom: 40px !important;
}
#lp_contents .mgb50 {
	margin-bottom: 50px !important;
}
#lp_contents .mgb60 {
	margin-bottom: 60px !important;
}
#lp_contents .mgb80 {
	margin-bottom: 80px !important;
}
#lp_contents .mgb100 {
	margin-bottom: 100px !important;
}
#lp_contents .mgt80 {
	margin-top: 80px !important;
}



/*-共有部分ここまで----------------------------------------------*/
#lp_contents #main_contents {
	background: #fff;
	max-width: 1200px;
	margin: auto;
	color: #000;
	font-size: 16px;
}


#lp_contents .bg_exhibition {
	background: url("/contents/crosstrek/images/index/bg_exhibition.png") no-repeat center center;
    background-size: cover;
	padding: 80px 0px;
	font-family: 'Noto Sans JP', sans-serif;
}
#lp_contents .bg_carnival {
  position: relative;
  background: url("/contents/crosstrek/images/index/carnival_bg.png") no-repeat;
  background-size: cover;
  padding: 50px 0px 100px;
}


#lp_contents .bg_movie {
	background: url("/contents/crosstrek/images/index/bg.jpg") center center;
	padding: 0px 0px 100px;
}

#lp_contents .bg_exhibition h2 {
	font-size: 32px;
	margin-bottom: 50px;
}

#lp_contents .bg_exhibition dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	width: 712px;
	margin: auto;
}

#lp_contents .bg_exhibition dl dt , #lp_contents .bg_exhibition dl dd {
	padding: 5px;
	margin: 0;
}

#lp_contents .bg_exhibition dl dt {
	width: 35%;
}

#lp_contents .bg_exhibition dl dd {
	width: 18.5%;
}

#lp_contents .bg_exhibition dl dd:last-child {
	margin-left: auto;
	margin-right: 0;
	width: 15%;
}

#lp_contents .movie_flex {
	display: flex;
	justify-content: space-around;
}

#lp_contents .movie_flex .set {
	width: 49%;
}

#lp_contents .movie_flex .set p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}


#lp_contents .present_title {
	width:　596px;
	margin: auto;
}

#lp_contents .exhibition  {
	text-align: left;
	color: #fff;
}

#lp_contents .exhibition p  {
	text-align: center;
}

#lp_contents .exhibition table {
	margin: auto;
	border-spacing: 0px;
	border-top: 1px solid #fff;
}

#lp_contents .exhibition th , td {
	margin: auto;
	border-bottom: 1px solid #fff;
	padding: 5px 24px;
}

#lp_contents .absolute01 {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 85%;
}
#lp_contents .size80 {
	width: 80%;
	margin: 0 auto;
}



/*-タブレット部分ここから----------------------------------------------*/
@media screen and (max-width: 768px) {
	#lp_contents #main_contents {
		font-size: 12px;
	}
  #lp_contents .bg_exhibition {
	background: url("/contents/crosstrek/images/index/bg_exhibition_sp.png") no-repeat center center;
    background-size: cover;
		padding: 30px 0px 30px;
}
#lp_contents .bg_carnival {
		padding: 30px 0px 30px;

}
  #lp_contents .exhibition th, td {
    padding: 3px 4px;
	font-size: 14px;
}
	#lp_contents .mgb0 {
		margin-bottom: 0px !important;
	}
	#lp_contents .mgb10 {
		margin-bottom: 5px !important;
	}
	#lp_contents .mgb20 {
		margin-bottom: 10px !important;
	}
	#lp_contents .mgb30 {
		margin-bottom: 15px !important;
	}
	#lp_contents .mgb40 {
		margin-bottom: 20px !important;
	}
	#lp_contents .mgb50 {
		margin-bottom: 25px !important;
	}
	#lp_contents .mgb60 {
		margin-bottom: 30px !important;
	}
	#lp_contents .mgb100 {
		margin-bottom: 50px !important;
	}
	#lp_contents .mgb80 {
		margin-bottom: 40px !important;
	}
	
	
#lp_contents .bg_exhibition dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	width: auto;
	margin: auto;
	flex-wrap: wrap;
}

#lp_contents .bg_exhibition dl dt , #lp_contents .bg_exhibition dl dd {
	padding: 5px;
	margin: 0;
}

#lp_contents .bg_exhibition dl dt {
	width: 35%;
	min-width: 180px;
}

#lp_contents .bg_exhibition dl dd {
	width: 18.5%;
	min-width: 100px;
}

#lp_contents .bg_exhibition dl dd:last-child {
	width: 15%;
}

#lp_contents .movie_flex {
	display: block;

}

#lp_contents .movie_flex .set {
	width: 100%;
}

#lp_contents .movie_flex .set p {
	font-size: 20px;
}

#lp_contents .absolute01 {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 4.5%;
	width: 95%;
	top: auto;
}

	
	

}


/*-スマホ部分ここから----------------------------------------------*/
@media screen and (max-width: 480px) {
}



/*end--------------------------------------------*/

