@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
a{
	text-decoration: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html{
	font-size: 62.5%;
}
body {
  font-family: 'Ryumin Regular KL',sans-serif;
  font-size: 1.7rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.7;
  color: #000;
	letter-spacing: .1rem;
}
@media screen and (max-width: 640px) {
	body{
		font-size: 1.5rem;
	}
}

a {
  color: #143C7D;
  text-decoration: none;
}
a:hover{
	color: #2878AA;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;	
}
a img:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;	
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}
h3,h4{
	font-family: 'Shuei Yokobuto Min B',sans-serif;
	line-height: 1.55;
	font-feature-settings: "palt";
	letter-spacing: .3rem;
}
h3{
	font-size: 3.2rem;	
	padding-bottom: 45px;
}
h4{
	font-size: 2.6rem;
}
.spOnly {
	display: none;
}
.hoverOp:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
@media screen and (max-width: 640px) {
	h3{
		font-size: 2.4rem;
		padding-bottom: 30px;
		line-height: 1.25;
	}
	h4{
		font-size: 2.2rem;
	}

  .pcOnly {
    display: none !important;
  }
  .spOnly{
	display: block;
  }
  .space{
	display: inline-block;
	padding-right: 1em;
  }
}

/* ===============================================================================
Top
=============================================================================== */
#bgs{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#bgs .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 3s ease; 
}
#bgs .bg.active{
	opacity: 1;
}
#bgs .bg.bg--1{
	background-image: url(../img/index/bg1.jpg);
}
#bgs .bg.bg--2{
	background-image: url(../img/index/bg2.jpg);
}
#bgs .bg.bg--3{
	background-image: url(../img/index/bg3.jpg);
}
.mv{
	position: relative;
	width: 100vw;
	height: 100vh;
}
.bg-slider__title{
	position: absolute;
	top: 8.125%;
	right: 5.83%;
}
.mv p{
	position: absolute;
	z-index: 1;
}
.mv p:first-of-type{
	top: 8.125%;	
	left: 5.83%;
}
.mv p:last-of-type{
	bottom: 6.875%;
	left: 5.83%;
}
@media screen and (max-width: 640px) {
	.mv{
		height: auto;
	}
	#top_sp {
		width: 100vw;
		height: auto;
		margin:0 auto;
		padding-top: 103.9%;
		position:relative;
		background-color: rgba(255,255,255,.95);
	}
	#bgs .bg.bg--1{
		background-image: url(../img/index/bg1_sp.jpg);
	}
	#bgs .bg.bg--2{
		background-image: url(../img/index/bg2_sp.jpg);
	}
	#bgs .bg.bg--3{
		background-image: url(../img/index/bg3_sp.jpg);
	}
	#top_sp img {
		position:absolute;
		left:0;
		top:0;
	}
	.bg-slider__title{
		width: 21.875%;
		top: 4.125%;
		right: 5.83%;
		z-index: 1;
	}
	.mv p:first-of-type{
		width: 37.656%;
		top: 4.125%;
		left: 5.83%;
	}
	.mv p:last-of-type{
		width: 38.25%;
		bottom: 5.83%;
		left: 5.83%;
	}
  #pageWrap > div:first-child {
    height: 100vh !important;
  }
}
/* ===============================================================================
common
=============================================================================== */
@media screen and (max-width: 640px) {
	.inner{
		width: 90%;
	}
}
/* ===============================================================================
Book cart Area
=============================================================================== */
.book{
	padding: 50px 0;
	background-color: rgba(255,255,255,.95);
}
.book .inner{
	max-width: 900px;
	margin: 0 auto;
}
.book p{
	width: 20em;
	margin: 0 auto;
	padding-bottom: 55px;
}
.book h2 {
    width: 20em;
    margin: 0 auto;
    padding-bottom: 55px;
}
.book_container{
	display: flex;
}
.book_right{
	max-width: 400px;
	padding: 10px 0 0 80px;
	font-size: 1.4rem;
}
.btn{
	background-color: #EB000A;
    display: inline-block;
    padding: 10px 50px;
    margin: 30px 0 15px;
    font-size: 2rem;
	color: #FFF;
}
.btn-cart.sold a.btn {
    cursor: default;
    transition: none 1s;
    background-color: #cccccc;
    color: #7f7f7f;
}
.btn-cart.sold a.btn {
	opacity: 1;
}
.book_links ul li{
	float: left;
    width: 40%;
    margin-top: 10px;
    line-height: 1;
}
.book_notes{
	font-family: 'Ryumin Regular KL',sans-serif;
	clear: left;
	font-size: 1.7rem;
    border-top: 1px solid #666666;
    margin-top: 70px;
    padding: 20px 0;
	line-height: 1.7;
    letter-spacing: .1rem;
}
.book_notes span{
	font-size: 1.4rem;
}
.prof{
	border:1px solid;
	padding: 10px 15px;
	display: inline-block;
	cursor: pointer;
}
.popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: .1s;
}
.popup.active {
  z-index: 1;
  opacity: 1;
}
.popup .box {
  background: #fff;
  width: 500px;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
  z-index: 2;
  max-height: 90vh;
  overflow: scroll;
}
.popup .box .image {
  margin-bottom: 22px;
}
.popup .box .text01 {
  padding: 0 5px;
  font-size: 2.6rem;
  margin-bottom: 16px;
  line-height: 1;
}
.popup .box .text01 span{
  font-size: 1.7rem;
}
.popup .box .text02 {
  padding: 0 5px;
}
.popup .box .text02 p {
	width: 22em;
	padding-bottom: 30px;
	margin-left: 0;
}
.popup .box > .close {
  width: 36px;
  position: static;
  cursor: pointer;
  margin-left: auto;
  margin-top: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.popup .box > .close:hover {
  opacity: .5;
}
.popup > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top{
	padding
}
.last{
	margin: 100px 0;
}
@media screen and (max-width: 640px) {
	.book .inner{
		width: 75%;
	}
	.book p{
		padding-bottom: 20px;
	}
	.book h2 {
		padding-bottom: 20px;
	}
	.book_container{
		display: block;
	}
	.book_right{
		padding: 20px 0 0 0;
		font-size: 1.3rem;
	}
	.book_left{
		width: 102%;
		margin-left: -2%;
	}
	.btn{
		padding: 10px 65px;
	}
	.book_links ul li{
		width: 50%;
	}
	.prof{
		padding: 5px 10px;
	}
  .popup .box {
    width: 95%;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 5px 20px;
  }
  .popup .box .image {
    width: 93%;
    margin: 0 auto 6px;
  }
  .popup .box .text01 {
    padding: 10px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .popup .box .text02 {
    padding: 0 10px;
  }
  .popup .box .text02 p {
	  width: 22em;
    padding-bottom: 1em;
  }
  .popup .box > .close {
    width: 19px;
    right: 10px;
    bottom: 10px;
  }
  .popup .box > .close {
    position: absolute;
    width: 19px;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
	.book .inner{
		width: 90%;
	}
	.btn{
		padding: 10px 70px;
	}
	.popup .box .text01 {
		width: 14em;
		font-size: 2rem;
	}
	.popup .box > .close {
		bottom: -20px;
	}
}
/* ===============================================================================
Browse
=============================================================================== */
.browse{
	padding: 50px 0 80px;
	background-color: rgba(116,136,150,.95);
	color: #fff;
}
.browse .inner{
	max-width: 1000px;
	margin: 0 auto;	
}
.browse h4 span{
	font-size: 1.4rem;
}
.browse ul{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.browse{
		padding: 40px 0;
	}
	.browse h4{
		line-height: 1;
		padding-bottom:20px; 
	}
	.browse ul{
		flex-wrap: wrap;
		padding-top: 0;
	}
	.browse li{
		width: 30%;
		padding-bottom: 15px;
	}
}
/* ===============================================================================
About
=============================================================================== */
.about{
	margin-top: 100px;
	padding: 80px 0;
	background-color: rgba(255,255,255,.95);
}
.about .inner{
	max-width: 700px;
	margin: 0 auto;
}
.about div, .about h3 ,.about h4{
	max-width: 600px;
	margin: 0 auto;
}
.about h4{
	padding-bottom: 40px;
}
.about hr{
	margin: 50px 0 40px;
	border-top: 1px solid;
	border-bottom: none;
}
.about img{
	padding-bottom: 50px;
}
.about span{
	font-size: 1.6rem;
	color: #2F7C95;
}
@media screen and (max-width: 640px) {
	.about{
		margin-top: 80px;
		padding: 40px 0;
	}
	.about hr{
		margin: 40px 0 20px;
	}
	.about h4{
		padding-bottom: 20px;
	}
	.about img{
		padding-bottom: 20px;
	}
	.about span{
		font-size: 1.5rem;
		color: #2F7C95;
	}
}
/* ===============================================================================
Special
=============================================================================== */
.special{
	margin-top: 100px;
	padding: 50px 0 100px;
	background-color: rgba(243,239,160,.95);
}
.special .inner{
	max-width: 815px;
	margin: 0 auto;
}
.special h3, .special div{
	max-width: 580px;	
	margin: 0 auto;
}
.special ul{
	display: flex;
    justify-content: space-between;
	padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
	.special{
		padding: 50px 0;
	}
	.special ul{
		flex-wrap: wrap;
		width: 85%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.special ul li{
		width: 48%;
		padding-bottom: 15px;
	}
	.special ul li:first-of-type{
		width: 100%;
	}
	.special .ex img{
		width: 100%;
	}
}
/* ===============================================================================
Meet
=============================================================================== */
.meet{
	margin-top: 100px;
	padding: 80px 0;
	background-color: rgba(255,255,255,.95);
}
.meet .inner{
	max-width: 600px;
	margin: 0 auto;
}
.meet img{
	padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
	.meet{
		padding: 50px 0;
	}
	.meet img{
		padding-bottom: 30px;
	}
}
/* ===============================================================================
tobichi
=============================================================================== */
.tobichi{
	margin-top: 100px;
	padding: 50px 0 100px;
	background-color: rgba(116,136,150,.95);
	color: #fff;
}
.tobichi .inner{
	max-width: 700px;
	margin: 0 auto;	
}
.tobichi h3, .tobichi h4, .tobichi div{
	max-width: 600px;
	margin: 0 auto;
}
.tobichi h3{
	letter-spacing: .2rem;
}
.tobichi img{
	padding: 50px 0;
}
.tobichi h4{
	padding: 80px 0 40px;
}
.tobichi .btn_link{
	border: 1px solid;
	display: inline-block;
	padding: 5px 20px;
	margin: 10px 0 0 50px;
}
.tobichi hr{
	margin: 50px auto;
	border-top: 1px solid;
	border-bottom: none;
}
.tobichi .btn_link a{
	color: #FFF;
}
.tobichi .btn_link a:hover{
	color: #FFF;
}
@media screen and (max-width: 640px) {
	.tobichi{
		padding: 50px 0;
	}
	.tobichi img{
		padding: 30px 0;
	}
	.tobichi h4{
		padding: 50px 0 30px;
		letter-spacing: .2rem;
	}
	.tobichi .btn_link{
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 320px) {
	.tobichi .inner{
		width: 96.5%;
	}
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer {
    width: 100%;
	background-color: rgba(116,136,150,.95);
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	font-size: 1.2rem;
	color: #FFF;
}
.share{
    max-width: 900px;
    margin: 0 auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.share_list {
    width: 45%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.mail_home{
    width: 48%;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding-left: 90px;
}
.share_list li img{
	width: auto;
    height: 45px;
}
.share_list li.home img{
	width: 218px;
	height: auto;
    margin: 0;
}
.share_list li.mail img {
	width: 139px;
	height: auto;
    margin: 0 0 0 150px;
}
footer hr{
	max-width: 900px;
	margin: 40px auto 20px;
	border-top: 1px solid #FFF;
	border-bottom: none;
}
.link ul{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;	
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.link ul li:last-of-type{
	padding-left: 60px;
}
@media screen and (max-width: 768px) {
	.mail_home{
		padding-left: 50px;
	}
}
@media screen and (max-width: 640px) {
	footer{
		padding: 30px 0;
	}
	footer hr{
		width: 90%;
		margin: 30px auto 20px;
	}
	.share{
		display: block;
		width: 90%;
	}
	.share_list, .mail_home{
		width: 100%;
	}
	.mail_home{
		padding-left: 0;
		padding-top: 40px;		
	}
	.share_list li img {
		height: 40px;
	}
	.mail_home li:first-of-type{
		width: 40%;
	}
	.mail_home li:last-of-type{
		width: 50%;
	}
	.link ul{
		display: block;
		width: 21em;
		text-align: left;
	}
	.link ul li{
		line-height: 3;
	}
	.link ul li:last-of-type{
		padding-top: 2em;
		padding-left: 0;
	}
}