@charset "utf-8";

#wrap_contents img {
	transition: 1.0s ;
	vertical-align: bottom;
}

#wrap_contents a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.auto_slider div { transition: none; }

/*左から右にフェードイン*/
.left-to-right {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1s;
    transition-delay: .3s;
}
.left-to-right.inview {
    opacity: 1;
    transform: translate(0);
}

/*右から左にフェードイン*/
.right-to-left {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.right-to-left.inview {
    opacity: 1;
    transform: translate(0);
}

/*下から上にフェードイン*/

.down-to-top {
    opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
    transition-delay: .5s;
}
.down-to-top.inview {
    opacity: 1;
	transform: translate(0);
}

/*アニメーションdelay*/
.animation_delay2 {
	transition-delay: .5s;
}
.animation_delay4 {
	transition-delay: .8s;
}
.animation_delay6 {
	transition-delay: 1.1s;
}


.down-to-top_parent .down-to-top_child {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.down-to-top_parent.inview .down-to-top_child {
    opacity: 1;
    transform: translate(0);
}
.down-to-top_parent .down-to-top_child:nth-child(2) {
	transition-delay: .5s;
}
.down-to-top_parent .down-to-top_child:nth-child(3) {
	transition-delay: .7s;
}
.down-to-top_parent .down-to-top_child:nth-child(4) {
	transition-delay: .9s;
}
.down-to-top_parent .down-to-top_child:nth-child(5) {
	transition-delay: 1.1s;
}
.down-to-top_parent .down-to-top_child:nth-child(6) {
	transition-delay: 1.3s;
}
.down-to-top_parent .down-to-top_child:nth-child(7) {
	transition-delay: 1.5s;
}
.down-to-top_parent .down-to-top_child:nth-child(8) {
	transition-delay: 1.7s;
}
.down-to-top_parent .down-to-top_child:nth-child(9) {
	transition-delay: 1.9s;
}
.down-to-top_parent .down-to-top_child:nth-child(10) {
	transition-delay: 2.1s;
}
.down-to-top_parent .down-to-top_child:nth-child(11) {
	transition-delay: 2.3s;
}
.down-to-top_parent .down-to-top_child:nth-child(12) {
	transition-delay: 2.5s;
}
.down-to-top_parent .down-to-top_child:nth-child(13) {
	transition-delay: 2.7s;
}
.down-to-top_parent .down-to-top_child:nth-child(14) {
	transition-delay: 2.9s;
}
.down-to-top_parent .down-to-top_child:nth-child(15) {
	transition-delay: 3.1s;
}


.delay_time02 {
    transition-delay: 0.2s;
}
.delay_time04 {
    transition-delay: 0.4s;
}
.delay_time06 {
    transition-delay: 0.6s;
}
.delay_time08 {
    transition-delay: 0.8s;
}
.delay_time10 {
    transition-delay: 1s;
}
.delay_time12 {
    transition-delay: 1.2s;
}
.delay_time14 {
    transition-delay: 1.4s;
}
.delay_time16 {
    transition-delay: 1.6s;
}
.delay_time18 {
    transition-delay: 1.8s;
}
.delay_time20 {
    transition-delay: 2.0s;
}
.delay_time22 {
    transition-delay: 2.2s;
}
.delay_time24 {
    transition-delay: 2.4s;
}
.delay_time26 {
    transition-delay: 2.6s;
}
.delay_time28 {
    transition-delay: 2.8s;
}



@keyframes curtain_anim_left {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}
.right-to-left-curtain {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}
.right-to-left-curtain.inview {
	-webkit-animation: curtain_anim_right 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
	animation: curtain_anim_right 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
}
@keyframes curtain_anim_right {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%)
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

#wrap_contents {
	width: 100%;
	margin: 0 auto 50px;
	font-size: 60%;
	clear: both;
	font-family: 'yu-gothic-pr6n', sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow:hidden;
	line-height: normal;
	letter-spacing: 0.04em;
}



.for-pc { display:block; }
.for-sp { display:none; }	


.main_image{
	margin: 80px auto 0;
	width:90%;
		
}

.main_text{
	margin:70px 0 20px 0;
	font-size: 14px;
}

.small{
	font-size: 12px;
}




/***************▼スマホ大▼*****************/
@media screen and (max-width: 767px) {
	#wrap_contents {
		margin: 85px auto 50px;
	}
	
	#index .unit_wrap_max_inner {
		padding: 50px 0;
	}

	.for-pc { display:none; }
  	.for-sp { display:block; }
	
	.main_text{
	margin:70px 0 20px 0;
	font-size: 13px;
}
	
	
}



#lower {
	padding-top: 0%;
}




.en-imgarea {
	width: 90%;
	margin: 10vh auto;
}



.en-grid {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto 50px;
		
	
}

.en-grid li{
	width:24%;
	margin-bottom: 50px;
}


.en-grid-text {
	font-size: 13.5px;
	text-align: left;
	margin-top:5px;
	line-height:20px;
}

.en-textbox2{
	font-size:20px;
	margin-bottom: 20px;
}




@media screen and (max-width: 480px) {
	.en-grid-img {
		padding: 0 0 3% 0;
	}
	.en-imgarea {
		width: 100%;
		padding: 0 0 0vh 0;
	}
	.en-grid-text {
		font-size: 13px;
		padding: 0 5% 0 5%;
		line-height:5vw;
			margin-top:0px;
	}
	
.en-grid {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto 50px;
		
	
}

.en-grid li{
	width:46%;
	margin-bottom: 2rem;
}
	.main_image{
	margin: 40px auto 0;
	width:100%;
		
}
	.small{
	font-size: 10px;
}



}

