@charset "utf-8";

.mainVisual{
	overflow: hidden;
	position: relative;
	height: 100%;
}

.box__centered{
	left: 42%;
	position: absolute;
	top: 45%;
	height: 100%;
    width: 1000px;
}

.box__contents{
	text-align: left;
	transform: translate(-50%,-50%);
}

.logo-pc{
	margin-top: 150px;
}
	
.menu {
writing-mode: vertical-rl;
margin-top: 50px;
font-size: 22px;
line-height: 2.5;
font-family :
	'YuMincho',    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
font-weight: bold;
height: 300px;
}

.menu a {
color: #FFF;
}

.menu a:hover {
color: #FFCC00;
}
.box__title{
	color: #fff;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	font-family :
	'YuMincho',    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	letter-spacing: 10px;
}
.sns {
  text-align: right;
	margin-right: -10%;
     margin-top: -35px;
}
.english_bt {
   text-align: right;
    margin-right: 0%;
    margin-top: -45px;
}

.h_text {
   	top: 10%;
    position: absolute;
    width: 100%;

}

a{
	text-decoration: none;
}