@charset "utf-8";

/* top slide
======================================================*/

#top_slide_min {
	display: none;
}

.top_slide_wrap {
	width: 100vw;
	overflow: hidden;
	position: relative;
}
#top_slide {
	width: 3000px;
	height: 574px;
	left: calc((( 3000px - 100vw ) / 2 ) * -1 );
	position: relative;
}
.top_slide_bace .splide__slide {
	text-align: center;
}
#top_slide .splide__slide img {
	width: auto;
	height: 544px;
}
.top_slide_bace .splide__slide {
	padding: 0 0;
}
.top_slide_bace .splide__pagination {
	position: absolute;
	bottom: -0px;
}
.top_slide_bace .splide__pagination .splide__pagination__page {
	width: 14px;
	height: 14px;
	background-color: #D9D9D9;
	opacity: 1;
	margin: 0 9px;
}
.top_slide_bace .splide__pagination .splide__pagination__page.is-active {
	width: 14px;
	height: 14px;
	background-color: #6797C3;
	transform:scale(1.0);
	opacity: 1;
}

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

#top_slide {
	width: 1920px;
	height: 574px;
	position: relative;
	left: calc((( 1920px - 100vw ) / 2 ) * -1 );
}

}

@media screen and (max-height: 1040px) and (min-width: 1201px) and (max-width: 1920px) {

#top_slide {
	display: none;
}
#top_slide_min {
	display: block;
}

#top_slide_min {
	width: 1920px;
	height: 500px;
	position: relative;
	left: calc((( 1920px - 100vw ) / 2 ) * -1 );
}
#top_slide_min .splide__slide img {
	width: auto;
	height: 470px;
}

}

@media screen and (max-height: 1040px) and (min-width: 1921px) {

#top_slide {
	display: none;
}
#top_slide_min {
	display: block;
}
#top_slide_min {
	width: 3000px;
	height: 500px;
	position: relative;
	left: calc((( 3000px - 100vw ) / 2 ) * -1 );
}
#top_slide_min .splide__slide img {
	width: auto;
	height: 470px;
}
}


@media screen and (max-height: 930px) and (min-width: 1201px) and (max-width: 1920px) {

#top_slide {
	display: none;
}
#top_slide_min {
	display: block;
}

#top_slide_min {
	width: 1920px;
	height: 490px;
	position: relative;
	left: calc((( 1920px - 100vw ) / 2 ) * -1 );
}
#top_slide_min .splide__slide img {
	width: auto;
	height: 460px;
}

}

@media screen and (max-height: 930px) and (min-width: 1921px) {

#top_slide {
	display: none;
}
#top_slide_min {
	display: block;
}
#top_slide_min {
	width: 3000px;
	height: 490px;
	position: relative;
	left: calc((( 3000px - 100vw ) / 2 ) * -1 );
}
#top_slide_min .splide__slide img {
	width: auto;
	height: 460px;
}
}


/* top_warning
======================================================*/

.top_warning { display: none; }
.top_syuri { display: none; }

.top_warning_sp {
	width: 100%;
	height: calc( 100vh - 830px );
	background: url(../img/top_warning_back.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
}
.top_warning_sp .top_warning_content {
	width: 100%;
	max-width: 1100px;
	height: 175px;
	border-radius: 100vh;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.top_warning_sp .top_warning_content dl dt {
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	height: 40px;
	padding-left: 64px;
	color: #E70A40;
	background: url(../img/i_w.svg) left center no-repeat;
	background-size: auto 39px;
	display: inline-block;
}
.top_warning_sp .top_warning_content dl dd {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66;
	margin-top: 20px;
}

@media screen and (max-height: 1040px) {

.top_warning_sp {
	width: 100%;
	height: calc( 100vh - 760px );
}

.top_warning_sp .top_warning_content {
	height: 130px;
}
.top_warning_sp .top_warning_content dl dt {
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	padding-left: 40px;
	background: url(../img/i_w.svg) left center no-repeat;
	background-size: auto 26px;
}
.top_warning_sp .top_warning_content dl dd {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.66;
	margin-top: 10px;
}

}

@media screen and (max-height: 930px) {

.top_warning_sp {
	width: 100%;
	height: calc( 100vh - 700px );
}
.top_warning_sp .top_warning_content {
	height: 120px;
}

}

@media screen and (max-height: 859px) {

.top_warning_sp {
	width: 100%;
	height: auto;
	background: url(../img/top_warning_back.png) center center no-repeat;
	background-size: cover;
	position: relative;
	bottom: auto;
	margin-top: 20px;
	padding: 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
}

}


