@charset "UTF-8";
/*\*/

/* ------------------------------------
 * Over Ride
 * ------------------------------------ */

main > article section h2 {
	text-align: center;
}

main > article section h2:after {
	display: none;
}

.maintenance h2 {
	text-align: left;
}
.maintenance h2:after {
	display: block;
}

.pagingNumber li:first-child a,
.pagingNumber li:last-child a,
.pagingNumber li:first-child span,
.pagingNumber li:last-child span {
    font-weight: 600;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	.maintenance h2 {
		text-align: center;
	}
}



/* ------------------------------------
 * SHOP
 * ------------------------------------ */

/*---box共通------------------------*/

#shop .box {
	background: #f3f3f3;
	padding: 3%;
}

section .box + .box{
	margin-top: 0 !important;
}


/*---btn共通------------------------*/

a.btn_cart_inner {
	display: block;
	width: 100%;
	margin: 0% 0% 3% auto;
	padding: 10px 18%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	background: #232323;
	border-radius: 24px;

}

/*---tab共通------------------------*/

#shop #tabNav .tab_menu {
	overflow: hidden;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	zoom: 1;
	margin-bottom: 14px;
}

#shop #tabNav .tab_menu li {
	padding-right: 2px;
}

#shop #tabNav .tab_menu li a {
	position: relative;
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	-webkit-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	background-color: #f3f3f3;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #000;
	letter-spacing: .03em;
}

#shop #tabNav .tab_menu li a:hover {
	background-color: #9b9b9b;
	color: #fff;
	opacity: 1;
}
div.category ul.tab_menu a.shop_all{
	background: #9b9b9b !important;
	color: #fff !important;
}
div.categoryJSGD ul.tab_menu a.shop_goods {
	background: #9b9b9b !important;
	color: #fff !important;
}
div.categoryJSCD ul.tab_menu a.shop_cd{
	background: #9b9b9b !important;
	color: #fff !important;
}
div.categoryJSDV ul.tab_menu a.shop_dvd{
	background: #9b9b9b !important;
	color: #fff !important;
}
div.categoryJSBK ul.tab_menu a.shop_books{
	background: #9b9b9b !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	#shop #tabNav .tab_menu li {
		width: 20%;
	}
	#shop #tabNav .tab_menu li a {
		width: auto;
	}
}

@media (max-width: 599px) {
	#shop #tabNav .tab_menu {
		margin: 1% auto 4%;
		width: 306px;
	}
	#shop #tabNav .tab_menu li {
		width: 100px;
		margin-bottom: 2px;
	}
}


/*各ページtab_selected時*/
@media (min-width: 768px) {
	/*#shop #tabNav .tab_menu li {
		padding-right: 4px;
	}
	div.category ul.tab_menu a.shop_all{
		color: #ad3eb3 !important;
		border-bottom: 1px solid #ad3eb3!important;
	}
	div.category ul.tab_menu a.shop_all:after{
		display: block !important;
	}
	div.categoryVXGD ul.tab_menu a.shop_goods {
			color: #ad3eb3 !important;
		border-bottom: 1px solid #ad3eb3 !important;
	}
	div.categoryVXGD ul.tab_menu a.shop_goods:after{
		display: block!important;
	}
	div.categoryVXBK ul.tab_menu a.shop_books{
			color: #ad3eb3 !important;
		border-bottom: 1px solid #ad3eb3 !important;
	}
	div.categoryVXBK ul.tab_menu a.shop_books:after{
		display: block !important;
	}
	div.categoryVXCD	ul.tab_menu a.shop_cd{
		color: #ad3eb3 !important;
		border-bottom: 1px solid #ad3eb3 !important;
	}
	div.categoryVXCD	ul.tab_menu a.shop_cd:after{
		display: block !important;
	}
	div.categoryVXDV	ul.tab_menu a.shop_dvd{
		color: #ad3eb3 !important;
		border-bottom: 1px solid #ad3eb3 !important;
	}
	div.categoryVXDV	ul.tab_menu a.shop_dvd:after{
		display: block !important;
	}*/
}

/*---------------------------
shop_index
---------------------------*/

#shop_bnr_slider {
	/*width:100%;
	text-align:center;
	overflow:hidden;*/
	padding: 3% 0 0;
	margin: 0 auto;
	background-color: #e8e8e8;
}

ul.bxslider li a{
	display:block;
	max-width:940px;
	margin:0 auto;
}

ul.bxslider li img{
	width:100%;
	max-width:940px;
	border-radius: 20px;
}
/*
#shop_bnr_slider img {
	max-width:100%;
	width: auto !important;
	width:100%;
  display: table-cell;
	vertical-align: middle;
}
*/

.bx-wrapper .bx-viewport {
	background: #F2F4F8 !important;
}

.bx-wrapper .bx-controls-direction a {
	top: 33% !important;
	margin-top: 0 !important;
}

div.list_top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

div.list_top h2 {
	border-left: 4px solid #333;
	padding: 3px 0 5px;
	text-indent: 1em;
	font-size: 120%;
	color: #333;
	margin: 0;
}

div.list_top div.btn_area {
	width: 28%;
	margin-bottom:3 px;
}

div.list_frame{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content:  flex-start;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

div.item_card {
	width: 24%;
	padding: 2%;
	background: #fff;
	margin-bottom:10px;
	margin-right:7px;
}

div.list_frame div:nth-of-type(4n) {
	margin-right:0;
}

div.item_card a {
	text-decoration: none;
}
div.item_card a:hover {
	text-decoration: underline;;
}

.item_title h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 18px;
}

.item_title p.topic_icon {
	display: inline-block;
	display: inline-block;
	margin-bottom: 3%;
	padding: 2px 5% 1px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	font-size: 86%;
	font-weight: bold;
}

div.item_card ul {
	margin-bottom:7%;
}

div.item_card ul li.item_img img{
	width:100%;
	display:block;
	margin:0 auto 4%;
}

@-moz-document url-prefix() {
	div.item_card ul li.item_img img{
		margin: 8% auto;
	}
}

@media (max-width: 767px) {
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	div.list_top{
		-webkit-flex-direction: column-reverse; /* Safari */
		flex-direction: column-reverse;
	}
	div.list_top h2 {
		padding-bottom: 0.8em;
		border-left: none;
		border-bottom: 1px solid #f8a5ad;
		text-indent: 0;
		margin: 0 auto 15px;
	}
	div.list_top div.btn_area{
		width: 88%;
		margin: 1% auto 5%;
	}
	div.list_frame{
		/*-webkit-flex-direction: column;*/ /* Safari */
		/*flex-direction: column;*/
		width: 100%;
		justify-content: space-between;
	}
	div.item_card {
		width: 48%;/*width: 100%;*/
		padding:  %;
		margin-right: 0;
	}
	ul.bxslider li img{
		border-radius: 0px;
	}
}

/*---------------------------
/shop_index
---------------------------*/


/*---------------------------
shop_detail
---------------------------*/

#shop_detail h2{
	display: none;
}

/*---box------------------------*/

#shop_detail .box {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: flex-start;/* safari*/
	align-items: flex-start;
}

#shop_detail .box .left_box{
	width: 40%;
	margin-right: 2% !important;
}

#shop_detail .box .right_box{
 width: 58%;
}

#shop_detail .box .left_box,
#shop_detail .box .right_box{
    height: auto;
  	background: #fff;
  	margin: 0 auto;
}

@media (max-width: 767px) {
	#shop_detail .box {
		-webkit-flex-direction: column; /* Safari */
		flex-direction:         column;
	}
	#shop_detail .box .left_box {
		margin-right:0 !important;
	}
	#shop_detail .box .left_box,
	#shop_detail .box .right_box {
		width:100%;
	}
}

/*---left_box_inner------------------------*/

.swap p {
	padding: 7% 6%;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}
.swap p img {
	width:100%;
	display: block;
	margin:0 auto;
}
.swap ul {
	zoom:1;
	overflow: hidden;
	width: 90%;
	margin: 0 auto 6%;
	padding: auto 6%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.swap ul li {
	width:33%;
	overflow: hidden;
	margin-bottom:4px;
}
.swap ul li a {
	position: relative;
	display: block;
	width:85px;
	height:85px;
	margin: 0 auto 3%;
}

@media (max-width: 767px) {
	.swap ul li a {
		width:80px;
		height:80px;
	}
}


/*---right_box_inner------------------------*/

#shop_detail .box .right_box ul{
	padding: 5% 6% 1%;
}

#shop_detail .box .right_box li {
	border-bottom: 1px dotted #00235d;
	margin-bottom: 4%;
	padding-bottom: 2%;
	line-height: 16px;
}

#shop_detail h3 {
	font-size: 130%;
	font-weight: bold;
}

#shop_detail p.topic_icon {
	display: inline-block;
	padding: 1.2% 3% 0.5%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0 0 2%;
	border-radius: 100px;
}

#shop_detail p.topic_icon + p.topic_icon {
	margin-left: 0.5em;
}

.fc_gentei{
	background: #9d0016;
}

.reserved{
	background: #be7900;
}

.free_shipping{
	background: #004d8e;
}

select {
	background: #f3f3f3;
	width: 100%;
	margin: 2% 0;
}

@media (max-width: 767px){
	#shop_detail p.topic_icon {
	  padding: 2% 3% 1%;
	}
}


/*---btn------------------------*/

.choice_area{
	text-align: right;
	padding: 0 6% 1%;
}

#select_pcode {
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
}

input[type="submit"] {
	-webkit-appearance: none;
}

a.btn_decoration,
#submit_button{
	display: block;
	width: 50%;
	margin: 2% 0 5% auto;
	padding: 8px 4%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size:120%;
	box-shadow:2px 4px 2px -1px rgba(0,3,41,0.16);
	-moz-box-shadow:2px 4px 2px -1px rgba(0,3,41,0.16);
	-webkit-box-shadow:2px 4px 2px -1px rgba(0,3,41,0.16);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#submit_button{
	border:none;
	background:#dadada;
	padding:3% 0;
	margin-top:10px !important;
}

a.btn_cart,
.submit_button_stock {
	background: #ff8a00 !important;
	background-size: auto 50%;
	-webkit-background-size: auto 50%;
	-moz-background-size: auto 50%;
	cursor: pointer;
}

a.btn_cart_inner::before{
	content: " ";
	display: inline-block;
	width: 24px;
	height: 20px;
	margin: -5px 7px 0 0;
	background: url(../img/shop/cart_icon.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	/*@include transition(all 0.25s linear);*/
}

a.btn_reserved,
.submit_button_reserve {
	background: #455a64 !important;
	cursor: pointer;
}

a.btn_soldout,
a.btn_pause,
.submit_button_sold_out,
.submit_button_suspended{
	background: #a6a6a6  !important;
	pointer-events: none  !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

#shop.title_maintenance .box{
 	background:#fff;
	padding: 20px 30px 30px;
}

.btn_overseas {
	margin-bottom: 3%;
}

@media (max-width: 767px){
	a.btn_decoration,
	#submit_button {
		width: 100%;
		margin:1% auto 5%;
	}
	#shop.title_maintenance .box {
		padding: 1% 0 5%;
	}
	.btn_overseas {
		text-align: center;
	}
}


/*--- MAINTENANCE ------------------*/

.comingsoon {
	padding: 3em 0;
	text-align: center;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	font-size: 150%;
	font-weight: 700;
}


/*--- clearfix ------------------*/

clearfix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
