@charset "UTF-8";

#hero--image {
	height: 100vh;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 4
}
#hero--image #hero--slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
#hero--image #hero--slider .slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}
#hero--image #hero--slider #main01 {
	background-image: url(../img/main01.jpg);
	z-index: 2
}
#hero--image #hero--slider #main01-back {
	background-image: url(../img/main01.jpg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}
#hero--image #hero--slider #main02 {
	background-image: url(../img/main02.jpg)
}
#hero--image #hero--slider #main03 {
	background-image: url(../img/main01.jpg)
}
#hero--image #hero--slider #main04 {
	background-image: url(../img/main02.jpg)
}
#hero--image #hero--text {
	position: relative;
	z-index: 10;
	width: 100%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	color: #fff;
	text-align: center;
	font-weight: 400;
	/*max-width: 465px;*/
	max-width: 558px;
	margin: 0 auto
}
@media (max-width:575px) {
	#hero--image #hero--text {
		max-width: 85%
	}
}
#hero--image #hero--text .hero--text-wrap span {
	min-width: 1rem;
	display: block;
	-webkit-transform-origin: center center;
	transform-origin: center center
}
#hero--image #hero--text #hero--text-en {
	opacity: 0;
	font-size: 4rem;
	letter-spacing: 1rem;
	margin-bottom: 0;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:575px) {
	#hero--image #hero--text #hero--text-en {
		font-size: 4rem
	}
}
@media (max-width:350px) {
	#hero--image #hero--text #hero--text-en {
		font-size: 15vw
	}
}
#hero--image #hero--text #hero--text-en.active {
	opacity: 1
}
#hero--image #hero--text #hero--text-ja {
	opacity: 0;
	letter-spacing: .8rem;
	font-size: 1.3rem;
	margin-bottom: 0;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:575px) {
	#hero--image #hero--text #hero--text-ja {
		font-size: 1rem;
		letter-spacing: 4px
	}
}
@media (max-width:350px) {
	#hero--image #hero--text #hero--text-ja {
		font-size: 3vw
	}
}
#hero--image #hero--text #hero--text-ja.active {
	opacity: 1
}
#hero--image #hero--overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	overflow: hidden
}
#hero--image #hero--overlay.step1 #hero--overlay1 {
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	left: -280%;
	width: 300% !important
}
#hero--image #hero--overlay.step1 #hero--overlay2 {
	-webkit-transform: skew(-40deg);
	transform: skew(-40deg);
	left: 90%;
	width: 300% !important
}
#hero--image #hero--overlay.step2 #hero--overlay1 {
	-webkit-transform: skew(-50deg);
	transform: skew(-50deg);
	left: 70%
}
#hero--image #hero--overlay.step2 #hero--overlay2 {
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
	left: 90%
}
#hero--image #hero--overlay.step3 #hero--overlay1 {
	-webkit-transform: skew(-70deg);
	transform: skew(-70deg);
	left: 100%;
	width: 300% !important
}
#hero--image #hero--overlay.step3 #hero--overlay2 {
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	left: 90%;
	width: 300% !important
}
#hero--image #hero--overlay #hero--overlay1 {
	position: absolute;
	left: 60%;
	top: 0;
	width: 0;
	height: 100%;
	z-index: 8;
	background-image: linear-gradient(180deg, #2af5988a 0%, #009efd70 100%);
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg)
}
#hero--image #hero--overlay #hero--overlay2 {
	position: absolute;
	left: -161%;
	top: 0;
	width: 0;
	height: 100%;
	z-index: 7;
	background-image: url(img/main04.jpg)	
	background: -moz-linear-gradient(65deg, rgba(255, 190, 44, 0.4), rgba(255, 44, 171, 0.7));
	background: -webkit-linear-gradient(65deg, rgba(255, 190, 44, 0.4), rgba(255, 44, 171, 0.7));
	background: linear-gradient(25deg, rgba(255, 190, 44, 0.4), rgba(255, 44, 171, 0.7));
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: skew(30deg);
	transform: skew(30deg)
}
#hero--image .slider-controls {
	display: none;
	position: absolute;
	right: 8%;
	top: 48%;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 11;
	width: 35px
}
@media (max-width:991px) {
	#hero--image .slider-controls {
		display: none
	}
}
#hero--image .slider-controls li {
	width: 35px;
	text-indent: -999px;
	position: relative;
	overflow: hidden;
	margin: 0;
	line-height: 20px
}
#hero--image .slider-controls li.active:before {
	width: 35px
}
#hero--image .slider-controls li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .8s cubic-bezier(1, 0, 0, 1);
	transition: all .8s cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1)
}
#main--image {
	position: relative;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-position: center center
}


#main--image:before {
	content: "";
	position: absolute;
	right: 50%;
	top: 0;
	width: 200%;
	height: 100%;
	z-index: 1;
	background: rgba(14, 22, 104, .5);
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: skew(-55deg, 0);
	transform: skew(-55deg, 0)
}
#main--image:after {
	content: "";
	position: absolute;
	right: 50%;
	top: 0;
	width: 200%;
	height: 100%;
	z-index: 1;
	background: rgba(30, 72, 157, .5);
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: skew(60deg, 0);
	transform: skew(60deg, 0)
}
#main--image h2 {
	padding-top: 260px;
	padding-bottom: 120px;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 4px;
	margin-bottom: 0;
	position: relative;
	z-index: 2
}
#main--image h2 span {
	font-size: 1.1rem;
	letter-spacing: 1px;
	display: block
}

.pswp__ui.pswp__ui--hidden {
	display: none;

}


.contents{
margin-top: 20px;
margin-bottom: 30px;
text-align: center;

}




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


#hero--image #hero--slider #main01 {
	background-image: url(../img/main01_sp.jpg);
	z-index: 2
}
#hero--image #hero--slider #main01-back {
	background-image: url(../img/main01_sp.jpg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}
#hero--image #hero--slider #main02 {
	background-image: url(../img/main02_sp.jpg)
}
#hero--image #hero--slider #main03 {
	background-image: url(../img/main01_sp.jpg)
}
#hero--image #hero--slider #main04 {
	background-image: url(../img/main02_sp.jpg)
}
	
}
