@charset "UTF-8";
.is-hover-fade{
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
}

.is-hover-fade:hover{
	opacity:0.7;
}
body{
	background-color:#000;
}
.section-box{min-height: inherit;}
.section-main{min-height: 900px;}

.section-inner{
	width:960px;
	margin:0 auto;
}
.section-main .logo{
	position: absolute;
	left:35px;top:35px;
}

.section-main .close{
	position: absolute;
	right:35px;top:35px;
}


.title-policy{
	display: none;
	padding:135px 0 40px 0;
	color:#a9884d;
	font-size:16px;
}
body.change-jp .title-policy.jp-title{
	display: block;
}
body.change-en .title-policy.en-title{
	display: block;
}

.text-box{
	display: none;
}
body.change-jp .text-box.jp-text{
	display: block;
}
body.change-en .text-box.en-text{
	display: block;
}
.text-box p{
	font-size:14px;
	margin-bottom: 30px;
	    line-height: 26px;
}

.list-box{
	display:none;
	border:solid 1px #a9884d;
	color:#fff;
	font-size:14px;
	text-align: center;
	margin-bottom: 20px;
}
body.change-jp .list-box.jp-list{
	display: block;
}
body.change-en .list-box.en-list{
	display: block;
}
.list-box .ninzuu{
	padding:15px 0;
	border-bottom: solid 1px #a9884d;
}
.list-box .mix-box{
	width:100%;
	    display: table;
}
.list-box .left{
	width:50%;
	padding:15px;
	display: table-cell;
	border-right:solid 1px #a9884d;
	    vertical-align: middle;
	line-height: 27px;
}
.list-box .right{
	width:50%;
	padding:15px;
	display: table-cell;
	    vertical-align: middle;
	line-height: 27px;
}
.btn-doui{
	display: none;
	width:200px;
	margin:0 auto;
	margin-top:50px;
}
body.change-jp .btn-doui.jp-link{
	display: block;
}
body.change-en .btn-doui.en-link{
	display: block;
}
.btn-doui a{
	display: block;
	text-align: center;
	padding:20px 0;
	color:#a9884d;
	border:solid 1px #a9884d;
	    transition: all 0.2s ease;
    opacity: 1;
}
.btn-doui a:hover{
	background-color:#a9884d;
	color:#000;
}
.text-copy{
	color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15px;
	margin-bottom: 15px;
    font-size: 10px;
}




