@charset "utf-8";

a{
	color: #c4bb6b;
}

.main{
	background-image: url("../images/bg_img.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 165px;
}

.main > div{
	padding: 30px;
	background-image: url("../images/bg_ph.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 45%;
}

.link{
	position: relative;
	z-index: 1;
}
.tokyo{
	position:absolute;
	display: block;
	top: -70px;
	right: 120px;
	width: 180px;
	height: 180px;
	transform: rotate(45deg);
}
.koukyo{
	position:absolute;
	display: block;
	top: 55px;
	right: -5px;
	width: 180px;
	height: 180px;
	transform: rotate(45deg);
}
.sky{
	position:absolute;
	display: block;
	top: 180px;
	right: 120px;
	width: 180px;
	height: 180px;
	transform: rotate(45deg);
}
.sennsouji{
	position:absolute;
	display: block;
	top: 305px;
	right: -5px;
	width: 180px;
	height: 180px;
	transform: rotate(45deg);
}


/*MV調整*/
@media screen and (max-width:768px){
	.main{
	background-position: top;
	padding-bottom: 0;
	}
}

.ttl{
	font-size: 2.5rem;
	font-weight: 700;
	border-bottom: 1px solid #a09972;
	border-image-slice: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.logo {
    width: 20%;
    margin-bottom: 40px;
}
.logo  img{
	width: 40%;
}

.organaiz{
	width: 50%;
	margin-top: 40px;
}
.organaiz img{
	width: 50%;
}

.venue {
	margin-bottom: 80px;
}

.venue img{
	width: 55%;
}

.theme img{
	width: 90%;
}

.date{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 8px;
}
.date img{
	width: 50%;
}

.copy_box >div{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.finish{
	margin-bottom: 50px;
	padding: 30px;
	background-color: rgba(230, 239, 244, 0.8);
	box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.1);
}

.finish p{
	font-size: 1.8rem;
	font-weight: 700;
}


/*お知らせ*/
.newsBox{
	background-color: rgba(11,38,65,0.4);
	padding: 30px;
	margin-top: 30px;
	border: solid 1px #8a8461;
	color: #dadfe5;
	}

.newsBox_in{
	overflow-y: scroll;
	height: 280px;
}

.newsBox dl{
	display: flex;
	justify-content: flex-start;
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px dotted #dadfe5;
}

.newsBox dt{
	margin-right: 25px;
}

.newsBox > .ttl{
	color: #8a8461;
}



.btnEn{
	position: absolute;
	top: -30px;
	right: -30px;
}

.btnEn a{
	color: #fff ;
	text-decoration: none;
	display: inline-block;
	padding: 4px 20px;
	border: 2px solid #0F53AD ;
	transition-duration: 500ms;
	background-color: #0F53AD ;
}

.btnEn a::before{
		content: "ENGLISH";
	}

.btnEn a::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff ;
	border-bottom: 2px solid #fff ;
	position: absolute;
	top: 40%;
	right: 12px;
	transform: rotate(-45deg);
	transition-duration: 500ms;
}

.btnEn a:hover{
	background-color: #ffffff ;
	transition-duration: 500ms;
	color: #0F53AD;
}

.btnEn a:hover::after{
	border-right: 2px solid #0F53AD;
	border-bottom: 2px solid #0F53AD;
	transition-duration: 500ms;
}



.sp_hd_title,.sp_ttl_logo,
.sp_title,.sp_logo
{
	display: none;
}



@media screen and (max-width:768px){
	.sp_hd_title{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.sp_hd_title .symbol{
		width: 40px;
		height: auto;
		margin-top: -30px;
		display: block;
	}
	.sp_hd_title .sp_logo{
		display: inline-block;
		width: 140px;
		margin-left: 10px;
	}
	.sp_logo{
		width: 20%;
		margin-bottom: 40px;
		margin-top: 10px;
	}
	.sp_logo img{
		width: 55%;
		margin-top: 50px;
	}
	.main > div{
		margin-top: 8%;
	}

	.copy_box >div{
		flex-direction: column;
		margin-top: 20px;
	}
	.sp_title ,.sp_ttl_logo{
		display: block;
	}
	.sp_title a img{
		margin-top: 5%;
		width: 50%;
	}
	.sp_ttl_logo img{
		width: 7%;
	}

	.organaiz{
		width: 50%;
		margin-top: 40px;
	}
	.organaiz img{
		width: 80%;
	}
	
	.venue {
		margin-bottom: 80px;
	}
	
	.venue img{
		width: 55%;
	}

	.date{
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	.finish{
		margin-top: 0;
		padding: 15px;
	}

	.btnEn{
		position: absolute;
		top: 58%;
		right:45px;
	}

	.btnEn a{
		padding: 0px 5px;
		margin-top: -28px;
	}
	
	.btnEn a::before{
		content: "EN";
		font-size: 1.2rem;
	}
	
	.btnEn a::after{
		display: none;
	}

	.theme{
		margin-left:30px;
		margin-top: 20%;
	}


	
	/*お知らせ*/
	.newsBox{
	padding: 20px;
	margin-top: -30px;
	}
	
	.newsBox dl{
		display: block;
	}
	
}


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

	
	.date{
		margin-bottom: -10px;
	}
}
