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




/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */


header#header{
	/*position: relative;
	height: 80px;*/
	}

.top_main{
	position: relative;
	}



/* ---------------------------------------------------------------------------------------------

　  スライダー

--------------------------------------------------------------------------------------------- */

.slider___wrap{
	margin: 0;
	}

.thumbnail_slider{
	margin-bottom: 1rem;
	}
.thumbnail {
    position: relative;
	}
.thumbnail_content .slick-slide {
    text-align: center;
    vertical-align: middle;
	}

.thumbnail_content {
    /*position: relative;*/
	text-align: center;
	}
.thumbnail_content img {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
	border-radius: 3px;
	}

.thumbnail_nav___list{
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	}
.thumbnail_item{
	margin: 0 0.25rem;
	height:100%;
	}
.thumbnail_nav___list img{
	width: 100%;
    /*height: 150px;*/
	object-fit: cover;
	}
	@media only screen and (max-width: 767px) {
		.thumbnail_nav___list img{
			/*height: 110px;*/
			}
		}
	@media only screen and (max-width: 540px) {
		.thumbnail_nav___list img{
			/*height: 90px;*/
			}
		}



/*----------

　デバイスで表示切り替え

----------*/

/*　スマホで表示　*/
.sp_img{
	display: none!important;
	}
	@media only screen and (max-width: 767px) {
		.sp_img{
			display:block !important;
			}
		}
/*　PCで表示　*/
.pc_img{
	display: block;
	}
	@media only screen and (max-width: 767px) {
		.pc_img{
			display:none!important;
			}
		}


.top_lead{
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translateY(-42%) translateX(-50%);
	-webkit- transform: translateY(-42%) translateX(-50%);
	z-index: 10;
	text-align: center;
	}

.text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.5rem;
	}

.text.is-active {
	--x: 0;
	}

.char {
    overflow: hidden;
	}

.char-text {
	display: inline-block;
	transform: translateX(var(--x, -101%));
	transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: calc(0.05s * var(--char-index));
	}

.top_lead {
	display: flex;
	justify-content: center;
	align-items: center;
	}

.visuallyHidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	}

	@media only screen and (max-width: 900px) {}
	@media only screen and (max-width: 767px) {
		.text {
			font-size: 1.2rem;
			letter-spacing: 0.2rem;
			}
		}
	@media only screen and (max-width: 600px) {
		.text {
			font-size: 1.1rem;
			letter-spacing: 0.2rem;
			}
		}
	@media only screen and (max-width: 480px) {
		.text {
			font-size: 1rem;
			letter-spacing: 0.1rem;
			}
		}
	@media only screen and (max-width: 360px) {
		.text {
			font-size: 0.85rem;
			}
		}
	@media only screen and (max-width: 320px) {
		}





