@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url(https://fonts.googleapis.com/css?family=Lato&display=swap);

/*--------------------------------------------------------------------*/
/* Product */
/*--------------------------------------------------------------------*/

/** {
	margin: 0;
	padding: 0;
}
html {
  font-size: 62.5%;
}
body {
	min-width: 320px;
	margin: 0 auto;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.5;
	letter-spacing: .1em;
}*/

/*clearfix*/
/*.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}*/

img,video {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}

#share,
.block-category-list--header,
.block-category-list--comment {
	display: none;
}

/* layout
--------------------------------------------------------------------*/
#pCat-wrap {
	margin: 0 10px;
	background: #fff;
}
#pCat-wrap h1 {
	text-align: center;
	margin: .25em 0;
	font-size: 1.75em;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

#pCat-wrap a, #pCat-wrap a:hover {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	#pCat-wrap h1 {
	font-size: 2.5em;
	font-weight: 500;
	}
}

@media screen and (min-width:980px){
	#pCat-wrap {
		margin: 0 10px;
	}
}


/* Slider
--------------------------------------------------------------------*/
#slider{
	max-width: 100%;
	margin: 0 auto 30px;
}
#slider .item{
  margin: 3px;
}
#slider .item img{
  display: block;
  width: 100%;
  height: auto;
}



/* Book selection
--------------------------------------------------------------------*/
.book-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 5px;
}
.book-selection li {
  width: 49%;
}


/* ProductTop
--------------------------------------------------------------------*/
#productTop {
	background: #fff;
}
#productTop h1,
#productTop h2,
#productTop h3 {
	font-family: "Noto Sans JP", "Kozuka Gothic Pro Light", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.1em;
  padding: 0;
}
#productTop h1 {
	font-size: 1.6rem;
	margin: 0 0 .3em;
	text-align: center;
}
#productTop h2 {
	font-size: 1rem;
	text-align: center;
  margin: 0 0 1em;
}

#productTop a,
#productTop a:hover {
	text-decoration: none;
}

@media screen and (min-width:480px){
	#productTop h1 {
    font-size: 2.8rem;
	}
	#productTop h2 {
    font-size: 1.4rem;
	}
}

@media screen and (min-width:980px){
	#productTop {
	}
}

#productTop h3,
#productTop h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
#productTop h3 span {
  display: inline-block;
	font-size: 1.4rem;
  height: 60px;
  line-height: 60px;
}
#productTop h3 .icon {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #999;
  margin-right: 10px;
}
#productTop h3 .icon img {
  width: 60px;
  height: 60px;
}

@media screen and (min-width:768px){
  #productTop h3,
  #productTop h3 a {
    margin: 0 0 20px;
  }
  #productTop h3 span {
    font-size: 1.8rem;
    height: 60px;
    line-height: 60px;
  }
  #productTop h3 .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  #productTop h3 .icon img {
    width: 60px;
    height: 60px;
  }
}

.cat-section {
  padding: 20px 0;
}
.cat-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
}
.cat-section ul li {
	box-sizing: border-box;
  width: 50%;
  font-size: 1rem;
  margin-bottom: .5em;
}
.cat-section ul li.catname-long {
  width: 100%;
}
.cat-section ul li a {
  display: block;
}
.cat-section ul li a:hover {
  color: #d66372;
  text-decoration: none;
}
.cat-section ul li a::before {
	content: "\f0da";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}

@media screen and (min-width:768px){
	.cat-section ul {
		margin: 0 auto 0 100px;
	}
	.cat-section ul li,
  .cat-section ul li.catname-long {
		width: 33.3333%;
	}
}
@media screen and (min-width:980px){
	.cat-section ul li,
  .cat-section ul li.catname-long {
		width: 25%;
	}
}

