

/*Section1*/
#section1{
	width: 100vw;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#section1 .content01{
	width: 100%;	
	color: var(--Green);
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
	flex-wrap: wrap;
	z-index: -1;
}
.content01Video{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .5s;
}
.content01Video div{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.content01Video.is-inview{
	z-index: -1;
}
.content01Video.is-inview div{
	width: 50%;
	transition: .5s;
}
#videoIntro{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
h1{
	font-family: var(--spFont);
	font-size: 11vw;
	line-height: 1em;
	margin-bottom: 20px;
	font-weight: 700;
	color: var(--White);
	text-transform: uppercase;
}
.ss24{
	font-family: var(--spFont);
	font-size: 5vw;
	line-height: 1em;
	font-weight: 200;
	color: var(--Green);
}
.indexContent{
	width: 50%;
	padding:30vh 100px 50vh 100px;
	position: relative;
	z-index: 0;
	color: var(--White);
	font-weight: 300;
}
.indexContent.is-inview{
	z-index: 2;
}
.indexContent p{
	margin-bottom: 30px;
}
.sp{
	font-size: 1.8vw;
    line-height: 1.2em;
	font-weight: 200;
	font-family: var(--spFont);
	color: var(--White);
}
.aboutContent{
	width: 100%;
	position: relative;
}
.ss24KV{
	width: 80%;
	display: block;
	position: absolute;
	z-index: -1;
	top: -25vh;
    right: -90px;
    transform: rotate(10deg);
}
.timetableContent{
	margin-top: 50px;
}
.aDay{
	width: 100%;
	position: relative;
	margin-bottom: 50px;

	perspective: 600px;
	-webkit-perspective: 600px;
}
.date{
	font-family: var(--spFont);
	font-size: 2vw;
	line-height: 1em;
	font-weight: 200;
	color: var(--Green);
}
.date .small{
	font-size: 24px;
	vertical-align: super;
}
.aShow{
	width: 100%;
	height: 180px;
	padding: 15px 20px;
	border-radius: 10px 10px;
	border: 1px solid var(--shadow);
	box-shadow: 0 0 5px var(--shadow);
	background: rgba(0,0,0,.2);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: column;
    position: relative;

    transform-origin: center top;
	transform-style: preserve-3d;
}
.aShow div{
	width: 100%;
}
.aShow:nth-child(2){
	margin-top: 20px;
	z-index: 0;
}
.aShow:nth-child(3),
.aShow:nth-child(4),
.aShow:nth-child(5),
.aShow:nth-child(6){
	margin-top: -100px;
	z-index: 1;
}
.showMainTitle{
	font-size: 28px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 10px;
}
.wLine{
	height: 1px;
	background: var(--Green);
	opacity: .2;
	margin: 5px 0;
}
.time{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.time a{
	color: var(--White);
	font-size: 20px;
	transition: .3s;
}
.time a:hover{
	color: var(--Green);
	transition: .3s;
}
.location{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.location i{
	margin-right: 5px;
}
/*Hover Img Show*/
.hover{
	position: relative;
}
.hover-reveal {
	position: absolute;
	z-index: -1;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	overflow: hidden;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner {
	overflow: hidden;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}
/*End Hover Img Show*/

.sign{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.sign img{
	display: block;
	width: 90px;
}

/*////RWD////*/
@media screen and (max-width:1660px) {
	
}
@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1366px) {
	
}
@media screen and (max-width:1280px) {
	.showMainTitle{
		font-size: 25px;
	}
}
@media (orientation:landscape) and (max-height: 800px) {
	
}
@media screen and (max-width:1024px) {
	.showMainTitle {
    	font-size: 20px;
	}
}
@media (orientation:landscape) and (max-height: 768px) {

}
@media (orientation:portrait) and (max-height: 1180px) {
	#section1{
		background-attachment: initial;
		background-repeat:repeat-y; 
		background-size: contain;
	}	
	.content01Video{
		position: relative;
	}
	.content01Video.is-inview div {
    	display: none;
	}
	.indexContent {
	    width: 100%;
	    padding: 20vh 100px 10vh 100px;
	}
	.ss24KV {
	    width: 60%;
	    top: -15vh;
	    right: -50px;
	}
	.sp {
    	font-size: 2.4vw;
	}
	.showMainTitle {
    	font-size: 26px;
	}
	.date {
    	font-size: 6vw;
	}
}
@media (orientation:portrait) and (max-height: 1024px) {
	
}
@media (orientation:portrait) and (max-width: 480px) {
	.indexContent {
	    padding: 20vh 70px 10vh 70px;
	}
	h1 {
    	font-size: 16vw;
	}
	.ss24 {
    	font-size: 14vw;
	}
	.sp {
    	font-size: 6vw;
	}
	.date {
	    font-size: 8vw;
	}
	.date .small {
    	font-size: 14px;
	}
	.aShow {
	    height: 200px;
	}
	.aShow:nth-child(3),
	.aShow:nth-child(4),
	.aShow:nth-child(5),
	.aShow:nth-child(6) {
    	margin-top: -140px;
	}
}
/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-height: 896px) {
  
}
/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height: 844px) {
	
}
/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-height: 812px) {
  
}

/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height: 736px) {
  
}
/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height: 667px) {
	
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
