@charset "UTF-8";
#koransha{
	font-family: "a-otf-ryumin-pr6n", "Cormorant Garamond", sans-serif;
	background: url("../images/base/footer_bg.png");
}
header{
	height:100px!important;
}
header img.logo{
	position: absolute;
	left:16px;
	top:25px;
	z-index: 999;
}
#click-nav {
	position: fixed;
	top:0;
	right:0;
}
.online{
	position: fixed;
	top:0;
	right:65px;
}
#menu-wrap .online{
	margin-right:50px;
}


.obi_title{
	background: url("../images/koransha/store/top.jpg") no-repeat;
	background-size: 100% auto;
	height: 0;
	padding-bottom: calc(100% / 3.415);
	color:#fff;
	position: relative;
}
.obi_title h2{
	position: absolute;
	left:0;
	top:10%;
	bottom:10%;
	right:0;
	margin:auto;
	width:68px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:25px;
	padding:24px 5px 10px 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	letter-spacing: 6px;
	height:170px;
	
}
.obi_title h2 span{
	font-family: 'Cormorant Garamond', serif;
	display: block;
	font-size:12px;
	letter-spacing: 1.5px;
	font-weight: 600;
	margin-left:2px;
}
#content{
	width:990px;
	margin:20px auto;
	color:#181F6C;
}
#content p{
	font-size:16px;
	line-height: 36px;
	margin-bottom:20px;
	letter-spacing: 1.5px;
}
#content h3{
	text-align: center;
	margin-top:70px;
	font-size:24px;
	letter-spacing: 4px;
	margin-bottom:50px;
	font-family: 'Shippori Mincho B1', serif;
}

#content h3 span{
	font-family: 'EB Garamond', "a-otf-ryumin-pr6n", serif;
	font-size:16px;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom:10px;
	font-weight: 600;
}
#content h3 span.ja{
	font-size:14px;
}
a.link{
	display: block;
	box-shadow: 0px 0px 23px -8px #6d8edd;
	border-radius: 1px;
	border: 1px solid #D6E3FC;
	color:#2456CC;
	 transition: all 1s ease;
}
a.link:hover{
	box-shadow: 0px 0px 36px -3px #6d8edd;
    border-color: transparent;
	background: #233B98;
	color:#fff;
}
hr.blue{
	clear: both;
	width:710px;
	border:0;
	border-bottom:1px solid #D8E0F6;
	margin:60px 0 105px 0;
}
hr.blue2{
	clear: both;
	width:710px;
	border:0;
	border-bottom:1px solid #D8E0F6;
	margin:100px 0 105px 0;
}
hr.space{
	border:0;
	margin:50px 0;
}