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


.top_mv_wrap {
	width: 960px;
	padding: 0;
	background-image: url(../images/bg_mv.jpg);
	background-size: cover;
}
.top_mv {
	width: 864px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 70px 0;
	background-color: #FFFFFF;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.top_mv_wrap {
		width: 100%;
		height: auto;
		aspect-ratio: 96 / 48;
		padding: 0;
		background-image: url(../images/bg_mv.jpg);
		background-size: cover;
	}
	.top_mv {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 40px 0 10px 0;
		background-color: #FFFFFF;
		text-align: center;
	}
}

.mv_info1 {
	font-size: 40px;
	color: #E18021;
	margin-bottom: 10px;
	line-height: 1em;
}
.mv_info2 {
	font-size: 66px;
	color: #E18021;
	margin-bottom: 10px;
	line-height: 1em;
}
.mv_info2 span {
	font-size: 40px;
}
.mv_btn {
	width: 233px;
	padding: 10px;
	display: block;
	margin: 0 auto;
	font-size: 26px;
	color: #FFFFFF;
	background-color: #E18021;
}
@media only screen and (max-width: 767px) {
	.mv_info1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.mv_info2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.mv_info2 span {
		font-size: 18px;
	}
	.mv_btn {
		width: 233px;
		padding: 10px;
		display: block;
		margin: 0 auto;
		font-size: 26px;
		color: #FFFFFF;
		background-color: #E18021;
	}
}

.countdown {
    width: 960px;
    height: 200px;
    margin: 40px auto auto auto;
    padding-top: 40px;
    color: #4D4D4D;
    line-height: 3em;
    background-image: url(../images/bg_countbnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
@media only screen and (max-width: 767px) {
	.countdown {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		background-size: 100% 100%;
	}
}

.cd1 {
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1.4em;
}
.cd2 {
	
}
.day {
	font-size: 40px;
}
#countTimer {
	font-size: 85px;
	padding: 30px 0;
}
@media only screen and (max-width: 767px) {
	.cd1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.cd2 {

	}
	.day {
		font-size: 28px;
	}
	#countTimer {
		font-size: 50px;
		padding: 20px 0;
	}
}



.info_bar {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #E18021;
	text-align: center;
	padding: 8px;
}
@media only screen and (max-width: 767px) {
	.info_bar {
		font-size: 16px;
		padding: 8px;
		line-height: 1.4em;
	}
}
.message {
	text-align: center;	
	padding: 45px 0;
}
#todaysTxt {
	font-size: 48px;
	color: #4D4D4D;
	font-weight: 100;
}
@media only screen and (max-width: 767px) {
	.message {
		text-align: center;	
		padding: 30px 10px;
	}
	#todaysTxt {
		font-size: 30px;
		font-weight: 100;
		line-height: 1.4em;
	}
}


.swiper--wrapper {
  width: 100%;
  height: auto;
	aspect-ratio: 96 / 48;
}

.swiper-slide {
    width: 100%;
    height: auto;
	aspect-ratio: 96 / 48;
    background-color: #E4E4E4;
}
.swiper-slide img {
  width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 96 / 48;
  display: block;
}
.swiper-slide img.a4 {
  width: auto;
	height: 480px;
	object-fit :contain;
	aspect-ratio: auto;
	display: block;
	margin: 0 auto;
}
.topbnr_imglink {
	display: block;
	position: relative;
}


.topbnr_txt {
  display: block;
  position: absolute;
	bottom: 100px;
	left: 0;
  width: 400px;
  height: auto;
	padding: 20px;
  color: #FFFFFF;
  background-color: hsla(0,1%,25%,0.75);
}
.topbnr_txt_sub {
  font-size: 20px;
  font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}
.topbnr_txt_main {
  font-size: 24px;
  font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.topbnr_txt_date {
  font-size: 18px;
  font-weight: 600;
}


.swiper-button-next, .swiper-button-prev {
    color: #E48000 !important;
}
.swiper-pagination-bullet-active {
    background: #E48000 !important;
}


.tophidden {
	display: none;
}

#news_top {
	
}

@media only screen and (max-width: 767px) {

.swiper-slide img.a4 {
  width: auto;
	height: 100%;
	aspect-ratio: 210 / 297;
	object-fit :contain;
	display: block;
	margin: 0 auto;
}
.topbnr_txt {
	bottom: 10%;
	left: 0;
  width: 70%;
  height: auto;
	padding: 10px;
}
.topbnr_txt_sub {
  font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.topbnr_txt_main {
  font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.topbnr_txt_date {
  font-size: 12px;
  font-weight: 600;
}	
	
}



@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {

}


