@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Lato);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);



/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/


/*========================================
 Base
========================================*/
html {font-size:62.5%;}
body {font-size:1.2rem;}
#special_content{
	position:relative;
	line-height:1.6;
}
#special_content * {box-sizing:border-box;}

.mainBanner img {vertical-align:bottom;}


/* none */
#special_content .sp {display:none;}
#product-detail-wrap .pc {display:none;}
#special_content .title_in {display:none;}
div.pagetop {display:none;}


/* 商品情報 */
.related_products ul li .item_list_class,
#related_products ul li .item_list_class{
	left:31px;
	top:3px;
}
#layouts ul.product_horizontal_list{
	border-collapse:separate;
    border-spacing:12px;
    display:table;
	table-layout:fixed;
	margin:0 !important;
	padding:0;
}
#layouts ul.product_horizontal_list li{
	float:none;
	display:table-cell;
	width:212px !important;
	padding-bottom:10px;
	box-sizing:content-box;
}
ul.product_horizontal_list li > div {margin:0 auto !important;}
#related_products ul li h3{
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	height:auto;
	font-weight:normal;
}


/* topへ戻る */
#top-wrap #footerGroup #totopSm{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
#top-wrap #footerGroup #totopSm a {display:block;}
#top-wrap #footerGroup #totopSm::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

#special_content .smOnly {display:none;}






/*========================================
 カスタム
========================================*/
#layouts {background:url(../images/bg.png) center top repeat #e8e8e8;}
#special_content{
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:0;
	padding-bottom:20px;
	color:#15141e;
}
.mainBanner {margin:0;}
#special_content .smOnly {display:none;}
.ColorRed {color:#e72d30;}


/* 商品情報 */
#layouts ul.product_horizontal_list {width:1000px !important;}
#layouts ul.product_horizontal_list:last-child {margin-bottom:20px !important;}
#layouts ul.product_horizontal_list li{
	background:#fff;
	padding:30px 10px 10px;
	border:2px solid #3260ad;
}
#layouts ul.product_horizontal_list li a{
	font-size:1.3rem;
	color:#262626;
}
.imgsizefix,
.product_horizontal_list > li > a{
	position:relative;
	z-index:100;
}

.related_products ul li .item_list_status,
.related_products ul li .release,
#related_products ul li .item_list_status,
#related_products ul li .release{
	color:#262626;	/* 基本色 */
}
.related_products ul li .price,
.related_products ul li .item_list_status ._1,
#related_products ul li .price,
#related_products ul li .item_list_status ._1{
	color:#0078c7;	/* 基本色 */
}
#related_products ul li .item_list_class p > *,
.related_products ul li .item_list_class p > *{
	color:#da245a;
	border:1px solid #da245a;
}
#special_content #related_products {
	width: 1080px;
	padding: 1rem 3.5rem;
	background-color:#fff;
	margin-bottom: 4rem;
}



/*==== ↑↑↑ テンプレここまで ↑↑↑　====*/

/*送料無料ページ共通*/

#special_content #shippingMain　{
	background-color: #e8e8e8;
}
#special_content #navWrap {
	width: 1080px;
}
#special_content #navWrap h2 {
	background: linear-gradient(transparent 60%, #ffd861 60%);
	font-size: 22px;
	margin: 1rem 38.6rem 3rem;;
	display: block;
}
/*ページ内リンク*/
#special_content #navWrap {
	width: 100%;
	padding-top:2em;
}
#special_content #navWrap ul {
	overflow: hidden;
}
#special_content #navWrap li {
	float: left;
	width: 30%;
}
#special_content #navWrap li:nth-child(2) {
	margin-left:4%;
}
#special_content #navWrap li:nth-child(3) {
	margin-left:4%;
}

/* 書籍 */

#special_content #shippingBook {
	width: 100%;
	background-color: #ffffff;
	padding: 4rem 5rem 0 5rem;
}
#special_content #shippingBook h3 {
	font-size: 19px;
	text-align: center;
	position: relative;
}
#special_content #shippingBook h3::before {
    margin-right: 1rem;
    content: url(../images/icon01.png);
	position: absolute;
	left:41%;
	top:-8%;
	
}
#special_content #shippingBook h4 {
  position: relative;
  padding: 1.5rem;
  background: #3260ad;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.5rem;
}

#special_content #shippingBook h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 70px;
  border: 15px solid transparent;
  border-top: 15px solid #3260ad;
  width: 0;
  height: 0;
}
#special_content .bookWrap {
	width: 100%;
	overflow: hidden;
	margin: 2rem 0;
}
#special_content .bookBox01 {
	float: left;
	background-color: #658dd0;
	border-radius: 25px;
	font-size: 15px;
	color: #ffffff;
	padding: 0.7rem 5rem;
}
#special_content .bookBox02 {
	float: left;
	font-size: 14px;
	border-bottom: dotted 4px #f5cd50;
	margin: 0.9rem 2rem;
}
#special_content .booktxtBox {
	width: 100%;
	padding: 2rem 2.9rem;
	background-color:#dfdfdf;
}
#special_content .booktxtBox h5 {
	text-align: center;
	font-size: 16px;
	border-bottom: solid 2px ;
	display: block;
	margin:0 42rem 2rem;;
}
#special_content .booktxtBox span {
	color: #E73E41;
}
#special_content .recommendTitle {
	padding: 1.5rem;
	background:#0f3068;
	text-align: center;
	font-size: 15px;
	margin-top: 4rem;
	color:#ffffff;
	border-radius: 30px;
}

/* CD*/

#special_content #shippingCd {
	width: 100%;
	background-color: #ffffff;
	padding: 4rem 5rem 0 5rem;
}
#special_content #shippingCd h3 {
	font-size: 19px;
	text-align: center;
	position: relative;
}
#special_content #shippingCd h3::before {
    margin-right: 1rem;
    content: url(../images/icon02.png);
	position: absolute;
	left: 408px;
	top: -22%;
}
#special_content #shippingCd h4 {
	position: relative;
	padding: 1.5rem;
	background: #3260ad;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.5rem;
}
#special_content #shippingCd h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 70px;
  border: 15px solid transparent;
  border-top: 15px solid #3260ad;
  width: 0;
  height: 0;
}
#special_content .cdBox02 {
    float: left;
    font-size: 14px;
    border-bottom: dotted 4px #f5cd50;
    margin: 0.9rem 2rem;
}

/* キャラグッズ*/

#special_content #shippingGods {
	width: 100%;
	background-color: #ffffff;
	padding: 4rem 5rem 0 5rem;
}
#special_content #shippingGods h3 {
	font-size: 19px;
	text-align: center;
	position: relative;
}
#special_content #shippingGods h3::before {
    margin-right: 1rem;
    content: url(../images/icon03.png);
	position: absolute;
	left: 360px;
	top: -29%;
}
#special_content #shippingGods h4 {
  position: relative;
  padding: 1.5rem;
  background: #3260ad;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.5rem;
}

#special_content #shippingGods h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 70px;
  border: 15px solid transparent;
  border-top: 15px solid #3260ad;
  width: 0;
  height: 0;
}
#special_content .godsBox01 {
	float: left;
	background-color: #658dd0;
	border-radius: 25px;
	font-size: 15px;
	color: #ffffff;
	padding: 0.7rem 5rem;
	margin-top:1.5rem; 
}

/* SNS */
#special_content #special_content .share{
	position:absolute;
	top:0;
	right:0;
	width:auto;
	z-index:50;
}
/* 特典注意文 */
#special_content .tokutenBoxAttention{
	width:980px;
	margin:20px auto;
	padding:1em;
	border:1px solid #cbcccb;
}
#special_content .tokutenBoxAttention p {padding:0 12px;}
#special_content .tbaTit{
	display:inline-block;
	margin-bottom:3px;
	padding:0 6px;
	font-size:1.4rem;
	color:#ee2026;
	border:1px solid #ee2026;
}
#special_content .tbaTit::before{
	font-family:FontAwesome;
	content:"\f06a";
	margin-right:4px;
	font-size:1.6rem;
	color:#ee2026;
}
#special_content .tokutenBoxAttention .AttLink{
	margin:12px 0 0;
	font-size:1.4rem;
}
#special_content .tokutenBoxAttention .AttLink a {color:#ee2026;}
#special_content .tokutenBoxAttention .AttLink::before{
	font-family:FontAwesome;
	content:"\f061";
	margin-right:4px;
	font-size:1.6rem;
	color:#ee2026;
}
#special_content .tokutenBoxAttention .AttLink a:hover{
	color:#444;
	text-decoration:none;
}



/* Footer */
#special_content footer{
	padding-bottom:30px;
	color:#fff;
}
#special_content footer #koushiki a{
	display:inline-block;
	background:#7873d6;
	margin-bottom:1rem;
	padding:4px 1rem;
	font-size:1.4rem;
	color:#fff;
	text-decoration:none;
	border:1px solid #7873d6;
	box-sizing:border-box;
	border-radius:30px;
}
#special_content footer #koushiki a:hover {background:rgba(255, 255, 255, 0.4);}



/*=================================
スマートフォン
=================================*/
article section {font-size:1.2rem;}
#top-wrap{
	background:#fff;
	font-size:1.2rem !important;
}
#top-wrap section {background:transparent;}
#top-wrap h2{
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}
h2.search-h2 {display:none;}
div.sphone_banner {}
/*div.sphone_banner img {width:100%;}*/
#corner_sphone_banner img{
	max-width:640px;
	width:100%;
	margin:0 auto;
	vertical-align:bottom;
}
section#corner_name {display:none;}
#product-detail-wrap{
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	line-height:1.4;
}
section #product-detail-wrap h2, section #product-detail-wrap h3, section #product-detail-wrap h4, section #product-detail-wrap h5, section #product-detail-wrap h6 {line-height:1.4;}
#top-wrap .itemsList{
	background:#fff;
	width:98%;
	margin:0 auto;
}
#top-wrap #corner_products {padding-bottom:20px;}

#top-wrap section p {padding:0;}

#product-detail-wrap h2 {padding:0;}
#product-detail-wrap .pcOnly {display:none;}

#corner_sub_text_title {display:none;}

#top-wrap #product-detail-wrap * {box-sizing:border-box;}


/*送料無料ページ共通*/

#top-wrap #shippingMain　{
	background-color: #e8e8e8;
}
#top-wrap #navWrap {
	width: 100%;
}
.navTxt {
	margin: 1rem 0 3rem;
}
#top-wrap #navWrap h2 {
	background: linear-gradient(transparent 60%, #ffd861 60%);
	font-size: 22px;
	display: inline;
	text-align: center;
}
/*ページ内リンク*/
#top-wrap #navWrap {
	width: 100%;
	padding-top:2em;
	text-align: center;
}

/* 書籍 */

#top-wrap #shippingBook {
	width: 100%;
	background-color: #ffffff;
	margin-top: 6rem;
}
#top-wrap #shippingBook h3 {
	font-size: 19px;
	margin-left: 17rem;
	position: relative;
	color: #000;
}
#top-wrap #shippingBook h3::before {
    margin-right: 1rem;
    content: url(../images/icon01.png);
	position: absolute;
	left: -24%;
    top: -13%;
	
}
#top-wrap #shippingBook h4 {
  position: relative;
  padding: 1.5rem;
  background: #3260ad;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.5rem;
}

#top-wrap #shippingBook h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 70px;
  border: 15px solid transparent;
  border-top: 15px solid #3260ad;
  width: 0;
  height: 0;
}
#top-wrap .bookWrap {
	width: 100%;
	margin: 2rem 0;
}
#top-wrap .bookBox01 {
	background-color: #658dd0;
	border-radius: 25px;
	font-size: 15px;
	color: #ffffff;
	padding: 0.7rem 5rem;
	text-align: center;
	margin: 3rem 3rem 2rem;
}
#top-wrap .bookBox02 {
	font-size: 13px;
	border-bottom: dotted 4px #f5cd50;
	text-align: center;
	margin: 1rem 4rem;;
}
#top-wrap .booktxtBox {
	width: 100%;
	padding: 2rem 2.9rem;
	background-color:#dfdfdf;
}
#top-wrap .booktxtBox h5 {
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 1rem 11rem 1rem 10rem;
}
#top-wrap .booktxtBox span {
	color: #E73E41;
}
#top-wrap .recommendTitle {
	padding: 1rem;
	background:#0f3068;
	text-align: center;
	font-size: 15px;
	margin: 3rem 3rem 1rem;;
	color:#ffffff;
	border-radius: 30px;
}

/* CD*/

#top-wrap #shippingCd {
	width: 100%;
	background-color: #ffffff;
	margin-top: 5rem;
}
#top-wrap #shippingCd h3 {
	font-size: 19px;
	margin-left: 17rem;
	position: relative;
	color: #000;
}
#top-wrap #shippingCd h3::before {
    margin-right: 1rem;
    content: url(../images/icon02.png);
	position: absolute;
	left: -50px;
    top: -30%;
}
#top-wrap #shippingCd h4 {
	position: relative;
	padding: 1.5rem;
	background: #3260ad;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.5rem;
}

#top-wrap #shippingCd h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 70px;
  border: 15px solid transparent;
  border-top: 15px solid #3260ad;
  width: 0;
  height: 0;
}
#top-wrap .cdBox02 {
    font-size: 13px;
    border-bottom: dotted 4px #f5cd50;
    text-align: center;
    margin: 1rem 16rem;
}

/* キャラグッズ*/

#top-wrap #shippingGods {
	width: 100%;
	background-color: #ffffff;
	margin-top: 5rem;
}
#top-wrap #shippingGods h3 {
	font-size: 19px;
	margin-left: 12rem;
	position: relative;
	color: #000;
}
#top-wrap #shippingGods h3::before {
    margin-right: 1rem;
    content: url(../images/icon03.png);
	position: absolute;
	left: -47px;
    top: -35%;
}
#top-wrap #shippingGods h4 {
  position: relative;
  padding: 1.5rem;
  background: #3260ad;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.5rem;
}

#top-wrap #shippingGods h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 70px;
  border: 15px solid transparent;
  border-top: 15px solid #3260ad;
  width: 0;
  height: 0;
}
#top-wrap .godsBox01 {
    background-color: #658dd0;
    border-radius: 25px;
    font-size: 15px;
    color: #ffffff;
    padding: 0.7rem 5rem;
    text-align: center;
	margin: 3rem 3rem 2rem;
}

/* 特典注意文 */
#product-detail-wrap .tokutenBoxAttention{
	width:96%;
	margin:0 auto 20px;
	padding:1rem;
	font-size:1.1rem;
	border:1px solid #cbcccb;
}
/*#product-detail-wrap .tokutenBoxAttention p {padding:0 12px !important;}*/
#product-detail-wrap .tbaTit{
	display:inline-block;
	margin-bottom:3px;
	padding:0 6px !important;
	font-size:1.3rem;
	color:#ee2026;
	border:1px solid #ee2026;
}
#product-detail-wrap .tbaTit::before{
	font-family:FontAwesome;
	content:"\f06a";
	margin-right:4px;
	font-size:1.6rem;
	color:#ee2026;
}
#product-detail-wrap .tokutenBoxAttention .AttLink{
	margin:12px 0 0;
	font-size:1.3rem;
}
#product-detail-wrap .tokutenBoxAttention .AttLink a {color:#ee2026;}
#product-detail-wrap .tokutenBoxAttention .AttLink:before{
	font-family:FontAwesome;
	content:"\f061";
	margin-right:4px;
	color:#ee2026;
}
#product-detail-wrap .tokutenBoxAttention .AttLink a:active{
	color:#444;
	text-decoration:none;
}



/* Footer */
#top-wrap footer {background:transparent;}
#top-wrap .copyright {margin-bottom:2em;}
#top-wrap footer a #koushiki{
	display:inline-block;
	background:#7873d6;
	margin-bottom:1rem;
	padding:4px 1rem;
	font-size:1.4rem;
	color:#fff;
	text-decoration:none;
	border:1px solid #7873d6;
	box-sizing:border-box;
	border-radius:30px;
}
#top-wrap footer a:active #koushiki {background:rgba(255, 255, 255, 0.4);}

