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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_icon';
	src:
		url('../font/sns_icon.ttf?5mfine') format('truetype'),
		url('../font/sns_icon.woff?5mfine') format('woff'),
		url('../font/sns_icon.svg?5mfine#icf') format('svg');
	font-weight: normal;
	font-style: normal;
}
i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	
	color: #fff;
}
.icon_facebook:before { content: "\e900"; }
.icon_instagram:before { content: "\e901";}
.icon_line:before { content: "\e902";}
.icon_twitter:before { content: "\e903";}
.icon_youtube:before { content: "\e904";}

/*
Starling Book
font-family: starling, serif;
font-weight: 300;

Starling Bold
font-family: starling, serif;
font-weight: 700;
*/

body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif*/
	font-size: 12px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	
	background: -webkit-linear-gradient(-60deg, #291616 30%, #160d11 53%, #000 70%) no-repeat;
	background: linear-gradient(160deg, #291616 30%, #160d11 53%, #000 70%) no-repeat;
}

img {
	max-width: 100%;
	height: auto;
}

.star {
    animation: kirakira 10s linear, kirakira2 1.5s ease infinite;
    display: inline-block;
    position: fixed;
	line-height: 1;
    top: -1em;
    z-index: 1;
	background: url(../images/bg_snow02.png) no-repeat center center;
	background-size: contain;
	
	opacity: 0;
}
.snow {
    animation: kirakira 16s linear, kirakira2 1.5s ease infinite;
    display: inline-block;
    position: fixed;
	line-height: 1;
    top: -1em;
    z-index: 1;
	background: url(../images/bg_snow01.png) no-repeat center center;
	background-size: contain;
	opacity: 0;
}

@keyframes kirakira {
    0% { transform: translateY(0); opacity: 1;}
    100% { transform: translateY(calc(100vh + 1em)); opacity: 1;}
}
@keyframes kirakira2 {
    0% { opacity: 1;}
    100% { opacity: 0.3;}
}

@keyframes kirakira_sp {
    0% { transform: translateY(0) scale(0.4); opacity: 1;}
    100% { transform: translateY(calc(100vh + 1em)) scale(0.4); opacity: 1;}
}


#mainTitle h1 .logo {
    animation: logo 2.5s ease-out 1s forwards;
	opacity: 0;
}
@keyframes logo {
    0% { opacity: 0;}
    20% { opacity: 0.5;}
    50% { opacity: 1;}
    100% { opacity: 0.5;}
}

#mainTitle h1 .flash {
    animation: flash 0.7s linear 3.7s forwards;
	opacity: 0;
}
@keyframes flash {
    0% { opacity: 0; left: 0%; transform: rotate(0deg);}
    20% { opacity: 1;}
    80% { opacity: 1;}
    100% { opacity: 0; left: 100%; transform: rotate(360deg);}
}

.mainImg {
	opacity: 0;
    animation: mainImg 1.5s linear 5s forwards;
}
@keyframes mainImg {
    0% { opacity: 0;}
    100% { opacity: 0.5;}
}
.catch {
	opacity: 0;
    animation: catch 1s ease-out 6s forwards;
	transform: translateY(20px);
}
#info {
	opacity: 0;
    animation: catch 1s ease-out 6.5s forwards;
	transform: translateY(20px);
}
@keyframes catch {
    0% { opacity: 0; transform: translateY(20px);}
    100% { opacity: 1; transform: translateY(0);}
}



#container {
	border: #d9a059 solid 3px;
	margin: 30px 50px;
	padding: 60px;
	position: relative;
}
#container::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: #d9a059 solid 1px;
	z-index: 1;
	box-sizing: border-box;
}

.inrWrap {
	max-width: 990px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.mainImg {
	background: url("../images/main_img.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.mainImg::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url("../images/main_mask.png") no-repeat center bottom;
	background-size: 100% 100%;
}

#mainTitle {
	padding-top: 80px;
	margin-left: 40%;
	margin-bottom: 100px;
}
#mainTitle h1 {
	line-height: 0;
	margin-bottom: 60px;
	position: relative;
}

#mainTitle h1 .flash {
	position: absolute;
	top: 33%;
	left: -10%;
	width: 15%;
}

#mainTitle .catch {
	font-size: 2.6vw;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.06em;
}
#mainTitle .catch span.osaka { color: #b4b4b5;}
#mainTitle .catch span.tokyo { color: #d9a059;}

@media screen and (min-width: 1210px) {
	#mainTitle .catch {
    	font-size: 32px;
	}
}

.mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

#info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
#info .infoBox {
	width: 48%;
	padding-bottom: 20px;
}
#info .infoBox .snowIcon {
	text-align: center;
	line-height: 0;
	position: relative;
	margin-bottom: 15px;
}
#info .infoBox .snowIcon img {
	width: 16.9%;
}
#info .infoBox .snowIcon::before,
#info .infoBox .snowIcon::after {
	content: "";
	display: block;
	width: 36%;
	position: absolute;
	top: 50%;
	height: 1px;
}
#info .infoBox .snowIcon::before { left: 0;}
#info .infoBox .snowIcon::after { right: 0;}

#info .infoBox.osaka .snowIcon::before,
#info .infoBox.osaka .snowIcon::after { background-color: #fff;}
#info .infoBox.tokyo .snowIcon::before,
#info .infoBox.tokyo .snowIcon::after { background-color: #d9a059;}

#info .infoBox.osaka {
	border-bottom: #fff solid 1px;
	color: #fff;
}
#info .infoBox.tokyo {
	border-bottom: #d9a059 solid 1px;
	color: #d9a059;
}

#info .infoBox .date {
	display: flex;
	justify-content: space-around;
	list-style: none;
}
#info .infoBox .date li {
    width: 50%;
	text-align: center;
	position: relative;
	font-family: starling, serif;
	font-weight: 700;
}

#info .infoBox.tokyo .date li:last-child {
	border-left: #d9a059 solid 1px;
}

#info .infoBox .date li .y {
	position: absolute;
    top: 50%;
	left: 0;
	font-size: 24px;
	letter-spacing: 0.05em;
    line-height: 1;
    transform: translate(8%, -120%) rotate(-90deg);
}
#info .infoBox .date li .md {
	font-size: 81px;
    line-height: 1;
    margin-left: 30px;
}
#info .infoBox .date li .md span {
	font-size: 40px;
    vertical-align: middle;
}
#info .infoBox .date li .w {
	font-size: 22px;
	letter-spacing: 0.05em;
    line-height: 1;
}

#info .infoBox .location {
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
	padding-top: 10px;
	margin-top: 15px;
}
#info .infoBox.osaka .location { border-top: #fff solid 1px;}
#info .infoBox.tokyo .location { border-top: #d9a059 solid 1px;}

#info .infoBox .location span {
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
}


.entryBtn {
	max-width: 550px;
	margin: 0 auto;
}
.entryBtn a {
	display: block;
	background-color: #d9a059;
	padding: 30px 20px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
}
.entryBtn a::before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	box-sizing: border-box;
	border: #fff solid 1px;
}

.comingsoon {
	text-align: center;
	font-size: 34px;
	color: #d9a059;
}



footer {
	padding: 120px 0 80px;
}
footer .ftrSns {
	margin-bottom: 60px;
}
footer .ftrSns p {
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
footer .ftrSns ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
footer .ftrSns ul li {
	margin: 0 20px;
}
footer .ftrSns ul li a {
	text-decoration: none;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: #d9a059 solid 1px;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
}

footer .ftrLogo {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	list-style: none;
}
footer .ftrLogo li {
	width: 160px;
	margin: 0 40px;
}

footer .access {
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

footer .access a {
	color: #fff;
	text-decoration: none;
}


@media screen and (min-width: 813px) {
	
	.sp { display: none;}
	
	a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.entryBtn a:hover,
	footer .ftrSns ul li a:hover,
	footer .access a:hover {
		opacity: 0.6;
	}
	
}
@media screen and (max-width: 812px) {
	
	.pc { display: none;}
	
	
	.star {
		animation: kirakira_sp 10s linear, kirakira2 1.5s ease infinite;
	}
	.snow {
		animation: kirakira_sp 16s linear, kirakira2 1.5s ease infinite;
	}
	
	.mainImg {
		background: url(../images/main_img_sp.jpg) no-repeat center top;
		background-size: cover;
		height: 98vw;
	}
	.mainImg::after {
		background: url("../images/main_mask_sp.png") no-repeat center bottom;
		background-size: 100% 100%;
	}
	
	#container {
		margin: 3vw;
		padding: 4vw;
		border: #d9a059 solid 2px;
	}
	#container::before {
		top: 1vw;
		left: 1vw;
		width: calc(100% - 2vw);
		height: calc(100% - 2vw);
	}
	
	#mainTitle {
		padding-top: 50vw;
		margin-left: 0;
		margin-bottom: 12vw;
	}
	#mainTitle h1 {
		margin-bottom: 6vw;
	}
	#mainTitle .catch {
		font-size: 4.8vw;
	}
	
	
	#info {
		display: block;
		margin-bottom: 15vw;
	}
	#info .infoBox {
		width: 100%;
		padding-bottom: 4vw;
		margin-bottom: 6vw;
	}
	#info .infoBox .snowIcon {
		margin-bottom: 3vw;
	}
	
	#info .infoBox .date li .y {
		font-size: 4.2vw;
	}
	#info .infoBox .date li .md {
		font-size: 12.6vw;
		line-height: 1;
		margin-left: 3vw;
	}
	#info .infoBox .date li .md span {
		font-size: 8vw;
	}
	#info .infoBox .date li .w {
		font-size: 4vw;
	}
	#info .infoBox .location {
		font-size: 6vw;
		line-height: 1.6;
		padding-top: 2vw;
		margin-top: 3vw;
	}
	#info .infoBox .location span {
		font-size: 3vw;
	}
	
	
	.entryBtn a {
		padding: 4vw 4vw;
		font-size: 5.6vw;
	}


	.comingsoon {
    	font-size: 5.4vw;
	}
	
	footer {
		padding: 16vw 0 10vw;
	}
	footer .ftrSns {
		margin-bottom: 10vw;
	}
	footer .ftrSns p {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	footer .ftrSns ul li {
		margin: 0 3vw;
	}
	footer .ftrSns ul li a {
		width: 12vw;
		height: 12vw;
		line-height: 12vw;
		font-size: 5vw;
	}
	
	footer .ftrLogo li {
		width: 26vw;
		margin: 0 4vw;
	}
	
	footer .access {
    	font-size: 3vw;
	}
}