@charset "UTF-8";
@import url(reset.css);

html{
	height: 100%;
}
body{
	background: #990000;
	font-family: din-condensed, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 100%;
	height: 100%;
}
.main{
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	padding: 20% 30px 0;
	box-sizing: border-box;
}

.title{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 0 0 20px;
}
.text{
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 15px;
	overflow: hidden;
	word-break: break-all;
}
.text#text0{
	font-size: 17px;
	font-weight: bold;
	margin: 45px 0 25px;
}

.logo{
	width: 160px;
	margin: 0 0 30px;
}
.logo img{
	width: 100%;
}
#logo{
	opacity: 0;
	transition: 1s all ease;
	transition-delay: 0.5s;
	transform: translateY(20px);
}
#logo.is-show{
	opacity: 1;
	transform: translateY(0);
}

.lang{
	position: fixed;
	bottom: 30px;
	left: 30px;
	color: #fff;
}
.lang a{
	color: #fff;
}
.lang a.current{
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.menu .logo{
	position: fixed;
	top: 8px;
	left: 8px;
	display: block;
	width: calc(100% - 16px);
	background: #fff;
	padding: 0 22px;
	padding-top: calc(20% - 8px);
	padding-bottom: 40px;
	box-sizing: border-box;
}
.menu .logo img{	
	width: 160px;
}

#text0,
#text1,
#text2,
#text3,
#text4{
	opacity: 0;
	transition: 1s all ease;
}
#text0.is-show,
#text1.is-show,
#text2.is-show,
#text3.is-show,
#text4.is-show{
	opacity: 1;
}


.btn_menu{
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 44px;
	z-index: 9999;
	border-radius: 50%;
	background: #fff;
	transition: .3s all ease;
}
.btn_menu:before,
.btn_menu:after{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	right: 10px;
	background: #990000;
	transition: .3s all ease;
}
.btn_menu:before{
	width: 16px;
	top: 50%;
	margin: -4px 0 0;
}
.btn_menu:after{
	width: 24px;
	top: 50%;
	margin: 3px 0 0;
}

.btn_menu.is-close{
	background: #900;
}

.btn_menu.is-close:before,
.btn_menu.is-close:after{
	top: 21px;
	right: 10px;
	margin: 0;
	transform: rotate(45deg);
	transform-origin: center;
	background: #fff;
}
.btn_menu.is-close:before{
	width: 24px;
	transform: rotate(-45deg);
}

.menu{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	border: 8px solid #900;
	padding: 0 22px 0;
	padding-top: calc( 30% - 8px );
	box-sizing: border-box;
	
	
	overflow-y: scroll;
}
.menu.is-show{
	display: block;
}

.menu .title{
	color: #900;
}
.menu ul{
	position: fixed;
	display: flex;
	bottom: 31px;
	right: 100px;
}
.menu ul li{
	margin-left: 20px;
}
.menu ul li a{
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px solid #990000;
	background: #fff;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
}
.menu ul li a.btn_tw{background-image: url(img/ico_tw.svg); background-size: 65%; }
.menu ul li a.btn_fb{background-image: url(img/ico_fb.svg); background-size: 33%; }
.menu ul li a.btn_in{background-image: url(img/ico_in.svg); background-size: 54%; }
.menu ul li a.btn_note{background-image: url(img/ico_note.svg); background-size: 46%; }

.menu .adress{
	margin: 60px 0 0;
}
.menu .adress:first-child{
	margin: 30px 0 0;
}

.menu .adress .title{
	font-size: 22px;
	margin: 0 0 15x;
}
.menu .adress .text{
	font-size: 14px;
	line-height: 2.0em;
	color: #990000;
}
a{
	color: #990000;
	text-decoration: none;
}
.wrap{
	padding: 60px 0;
}

@media (min-width: 640px) {
	#logo{
		margin: 0 0 30px;
	}
	.menu .logo{
		padding-top: 92px;
		padding-left: calc(30% - 8px);
		padding-right: calc(30% - 8px);
 	}
	
	.text{
		font-size: 14px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.text#text0{
		font-size: 20px;
	}
	
	.main{
		padding: 100px 30% 0;
	}
	.menu{
		padding: 92px 30% 0;
		padding-left: calc( 30% - 8px );
		padding-right: calc( 30% - 8px );
	}
	.menu ul{
		margin: 60px 0 0;
	}
	.menu .adress{
		margin: 60px 0 0;
	}
}
