@charset "euc-jp";

body {
  background-color: #1d2023;
  background-image: none;
  color: #e5e5e5;
}

*{
  outline: none;
}

strong {
  color: red;
}

a {
  color: #e5e5e5;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a img,
button{
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover,
a:focus {
  color: #ccc;
  text-decoration: none;
}

.col{
  word-break: normal;
}

.info a{
  text-decoration: underline;
}
.main a:hover{
  color: #b2b2b2;
}

.light:before{
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100%;
  height: 100%;
  height: 100%;
  padding: 100px;
  -webkit-box-shadow: #1d2023 0 0 100px 50px inset;
  -moz-box-shadow: #1d2023 0 0 100px 50px inset;
  box-shadow: #1d2023 0 0 100px 50px inset;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_asphalt.jpg?cmsp_timestamp=20150625021613);
  z-index: -1;
}

/*
 * layout
 */

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
}
.heading .badge{
  margin: -18px 0 -23px -10px;
}

.lists {
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.list {
  border-top: 1px solid #555;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  position: relative;
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 50px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  font-size: 20px;
}

.item_img {
  margin: 0 auto;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: red;
}
.item_discount_rate {
  color: red;
}
.item_soldout {
  color: red;
}

.rank_box {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  z-index: 1;
}
.rank_box.rank_number_1,
.rank_box.rank_number_2,
.rank_box.rank_number_3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 62px;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

.remainingPriceArea{
  color: rgba(0,0,0,.54);
}

/*
 * header
 */

#header {
  cursor: default;
}
#header a{
	margin-right: 10px;
}
#header i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: middle;
}
#header .btn_search i {
	margin-right: 0;
	font-size: 18px;
}
#header i.icon-user{
  margin-right: 2px;
}
#header i.icon-skull{
  font-size: 30px;
}
#header i.icon-down{
  margin-right: 2px;
  font-size: 20px;
  vertical-align: text-bottom;
}
#header .header_nav_global_social a{
	margin-right: 0;
}

.header_top_mid{
  position: fixed;
  width: 100%;
  height: 102px;
  z-index: 10;
}
#header.none .header_top_mid{
  height: 51px;
}

.header_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  background-color: #999;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header.none .header_bg{
  top: -52px;
}

.header_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 0;
  background-color: #999;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  -webkit-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  z-index: 10;
}
.header_top_bg{
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}

.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  width: 260px;
}

.btn_search {
  width: 38px;
  height: 30px;
  border: 1px solid #101010;
}
.btn_search:hover {
  background-color: #ccc;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a {
  color: #fff;
  line-height: 52px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  position: relative;
  padding-left: 25px;
}
.header_nav_headline .headline_viewcart:before{
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 1px;
	height: 24px;
	background-color: #fff;
}

.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 51px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
  -webkit-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
}
#header.none .header_mid{
	top: -3px;
}

.header_mid a{
	color: #000;
}
.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a {
	line-height: 52px;
}

.header_nav_global li a:hover {
  color: #444;
  text-decoration: none;
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333; 
  border-right: 1px solid #333;
  background-color: #999;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  -webkit-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  position: absolute;
  top: 51px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
.header_nav_global_box_heading {
  position: relative;
  margin: 0;
  padding-top: 30px;
  padding-right: 0.2%;
  padding-left: 1.8%;
  color: #fff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.1em;
  z-index: 1;
}
.header_nav_global_box_group .header_nav_global_box_heading {
  padding-left: 3%;
}
.header_nav_global_box_detail {
  padding: 30px 20px 20px;
  border-left: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
}
.header_nav_global .header_nav_global_box_detail li{
	margin-bottom: 18px;
}
.header_nav_global .header_nav_global_box_detail li a{
	line-height: 1.5;
}
.header_nav_global .header_nav_global_box_detail li a:hover{
	color: #4d4d4d;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_btm {
  max-width: 980px;
  padding-top: 101px;
  margin: 0 auto 30px;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}
.header_logo img{
  width: 309px;
  height: auto;
}

.header_lead {
  padding-top: 40px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  float: right;
  text-align: right;
}
.header_lead span{
  font-size: 18px;
  font-weight: bold;
}
#header .header_lead span i{
  margin-right: 0;
  font-size: 20px;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 12px;
}
.pankuzu_lists:last-child {
  margin-bottom: 20px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail .new_item_box{
	width: 100%;
	height: 150px;
	padding: 10px 25px 10px 10px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* seller & recommend */
.items {
  position: relative;
  margin-bottom: 125px;
}

.seller_heading {
}

.item_lists_box{
  position: relative;
  margin: 50px 0 0;
}
.item_lists_bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item_lists_wrap{
  width: 2830px;
}

.item_lists {
  float: left;
  width: 670px;
  margin-bottom: -40px;
  font-size: 12px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.item_lists.under_2page{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  z-index: -1;
}

.item_list{
  position: relative;
  width: 160px;
  margin-right: 10px;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
.item_list.rank_top3,
.item_list.productlist_list{
  width: 216px;
  margin-right: 11px;
}
.item_list.no_margin_right,
.together_product_list:last-child{
  margin-right: 0;
}

.item_img_box{
  position: relative;
  width: 100%;
  height: 160px;
  background-color: #fff;
  overflow: hidden;
}
.item_img_box_hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.item_img_box_hover.on{
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.item_img_box_hover.off{
  opacity: 0 !important;
}
.rank_top3 .item_img_box,
.productlist_list .item_img_box{
  height: 216px;
}
.item_img_box.soldout:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
.item_img_box.soldout:after{
  content: "SOLD OUT";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  z-index: 2;
}
.item_list .item_img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  max-height: 1000px !important;
}

.item_name .new_mark_img1{
  display: none !important;
}

.item_list .new_mark{
  position: absolute;
  top: 100px;
  right: 0;
}
.item_list.rank_top3 .new_mark,
.item_list.productlist_list .new_mark{
  top: 156px;
}

/* pagerlist */

.pagerlist {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 50px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid #666;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
.pagerlist li span{
  float: left;
  cursor: default;
}
.pagerlist li a.current,
.pagerlist li a.a_current{
  cursor: default;
}
.pagerlist li a.current,
.pagerlist li a.a_current,
.pagerlist li a:hover {
  border: 1px solid #999;
  background-color: #666;
  color: #ccc;
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -210px;
  border: 1px solid #333;
  background-color: #999;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  -webkit-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  box-shadow: rgba(0,0,0,0.9) 0px 0 2px 0px;
  z-index: 7;
  display: none;
}
.side_subcategory_lists ul{
  margin: -15px -20px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
  color: #000;
}
.side_subcategory_lists li a:hover{
  color: #4d4d4d;
}

.side_group {
  margin-top: 60px;
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  display: table;
  margin-top: 40px;
  width: 100%;
  height: 270px;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side_banner_long div{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_bg{
  background-color: #999;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
}
.footer_wrap{
	background-color: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
  padding-left: 4px;
}
.footer_list {
  text-align: center;
}
.footer_list.item_list{
  width: 90px;
  margin-right: 8px;
}
.footer_list.item_list:last-child{
  margin-right: 0;
}
.footer_list .item_img_box{
  width: 90px;
  height: 90px;
  border: 1px solid #ccc;
}
.footer_list_img {
  margin: 0 auto;
}
.footer_belong_lists{
  text-align: center;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  position: fixed;
  bottom: 12.5%;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  text-align: center;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer_pagetop.none{
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.footer_pagetop a {
  display: block;
  position: absolute;
  top: 0;
  right: -100px;
  width: 50px;
  height: 50px;
  background-color: #999;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  border: 1px solid #333;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px 0;
}
.footer_pagetop a:hover {
  color: #ccc;
}
.footer_pagetop_icon.icon-up {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}

.footer_notice {
  padding: 60px 0;
  background-color: #eee;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}
.footer_nav_shopinfo ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer_nav_shopinfo ul.inline li{
	padding-right: 0;
	padding-left: 0;
}
.footer_nav_shopinfo a{
  color: #fff;
}
.footer_nav_shopinfo a:hover{
  color: #ccc;
}
.footer_nav_shopinfo i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}
.footer_nav_shopinfo .official_link{
  font-size: 13px;
}
.footer_nav_shopinfo .official_link a{
  text-decoration: underline;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
  font-size: 13px;
  color: #ccc;
}

/*
 * Slider
 */

#slide{
  position: relative;
  max-width: 980px;
  height: 480px;
  margin: 0 auto 125px;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.asphalt{
  position: relative;
}
#slide:before,
.asphalt:before{
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100%;
  height: 100%;
  height: 100%;
  padding: 100px;
  -webkit-box-shadow: #1d2023 0 0 100px 50px inset;
  -moz-box-shadow: #1d2023 0 0 100px 50px inset;
  box-shadow: #1d2023 0 0 100px 50px inset;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_asphalt.jpg?cmsp_timestamp=20150625021613);
  z-index: -1;
}
#slide.none{
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.slider {
  float: right;
  position: relative;
  width: 720px;
  height: 100%;
  margin-bottom: 50px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: 100%;
}

#slider{
	height: 100%;
}
#slider > div{
  position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#slider > div a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0 100px 10px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 0 100px 10px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 0 100px 10px inset;
}

#slider > div a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 10%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
}

.slider .bx-wrapper .bx-viewport {
  left: 0 !important;
  height: 480px !important;
  border: 1px solid #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 30px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 30px 0;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slider .bx-wrapper .bx-controls {
  position: absolute;
  top: 0;
  left: -260px;
  width: 230px;
  height: 100%;
  border: 1px solid #333;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 2px inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx-wrapper .bx-pager {
  padding-top: 0 !important;
  bottom: 0 !important;
  height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx-pager.bx-custom-pager:before,
.bx-pager.bx-custom-pager:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 29px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 2px;
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 2px;
}
.bx-pager.bx-custom-pager:after{
  top: auto;
  bottom: 0;
}

.bx-wrapper .bx-pager .bx-pager-item{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 24px;
  width: 180px;
  height: 120px;
}
.bx-wrapper .bx-pager .bx-pager-item a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px 0px;
  overflow: hidden;
}
.bx-wrapper .bx-pager .bx-pager-item a:before,
.bx-wrapper .bx-pager .bx-pager-item a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bx-wrapper .bx-pager .bx-pager-item a:before{
	background-color: #000;
	opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
}
.bx-wrapper .bx-pager .bx-pager-item a:after{
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.bx-wrapper .bx-pager .bx-pager-item a.active:after{
	opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.bx-wrapper .bx-pager .bx-pager-item a.active:before,
.bx-wrapper .bx-pager .bx-pager-item a:hover:before{
	opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.bx-wrapper .bx-pager .bx-pager-item.item_0{ top:50px; }
.bx-wrapper .bx-pager .bx-pager-item.item_1{ top:180px; }
.bx-wrapper .bx-pager .bx-pager-item.item_2{ top:310px; }
.bx-wrapper .bx-pager .bx-pager-item.item_3{ top:440px; }
.bx-wrapper .bx-pager .bx-pager-item.item_4{ top:570px; }
.bx-wrapper .bx-pager .bx-pager-item.item_5{ top:700px; }
.bx-wrapper .bx-pager .bx-pager-item.item_6{ top:-340px; }
.bx-wrapper .bx-pager .bx-pager-item.item_7{ top:-210px; }
.bx-wrapper .bx-pager .bx-pager-item.item_8{ top:-80px; }

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

.bx-wrapper .bx-prev {
	left: 0;
}
.bx-wrapper .bx-next {
	right: 0;
}
.bx-wrapper .bx-prev:after {
	left: 17px;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
.bx-wrapper .bx-next:after {
	right: 17px;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #ffffff;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 50px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000);
	opacity: 0;
  -ms-filter: "alpha(opacity=0)";
	text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-viewport:hover .bx-controls-direction a{
	opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.bx-wrapper .bx-controls-direction a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
	opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bx-wrapper .bx-controls-direction a:hover:after {
	opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-pager-up,
.bx-pager-down{
  position: absolute;
  top: 0;
  left: -260px;
  width: 230px;
  height: 31px;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.bx-pager-down{
  top: auto;
  bottom: 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.bx-pager-up:before,
.bx-pager-down:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
	border: 1px solid #333;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pager-down:before{
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.bx-pager-up:after,
.bx-pager-down:after{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 105px;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bx-pager-up:after{
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.bx-pager-down:after{
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.bx-pager-up:hover:after,
.bx-pager-down:hover:after{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
@font-face {
	font-family: 'icomoon';
	src:url('https://core-choco.com/shop/fonts/icomoon.eot?-184es6');
	src:url('https://core-choco.com/shop/fonts/icomoon.eot?#iefix-184es6') format('embedded-opentype'),
		url('https://core-choco.com/shop/fonts/icomoon.ttf?-184es6') format('truetype'),
		url('https://core-choco.com/shop/fonts/icomoon.woff?-184es6') format('woff'),
		url('https://core-choco.com/shop/fonts/icomoon.svg?-184es6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-skull:before {
	content: "\e600";
}
.icon-mail:before {
	content: "\e601";
}
.icon-help:before {
	content: "\e602";
}
.icon-facebook:before {
	content: "\e603";
}
.icon-twitter:before {
	content: "\e604";
}
.icon-instagram:before {
	content: "\e605";
}
.icon-line:before {
	content: "\e606";
}
.icon-up:before {
	content: "\e607";
}
.icon-down:before {
	content: "\e608";
}
.icon-left:before {
	content: "\e609";
}
.icon-right:before {
	content: "\e60a";
}
.icon-cart:before {
	content: "\e93a";
}
.icon-phone:before {
	content: "\e942";
}
.icon-user:before {
	content: "\e971";
}
.icon-adduser:before {
	content: "\e973";
}
.icon-search:before {
	content: "\e986";
}
.icon-login:before {
	content: "\ea13";
}
.icon-logout:before {
	content: "\ea14";
}

/*
 * badge
 */
 
.badge{
  display: inline-block;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/badge.png?cmsp_timestamp=20150702121312);
}
/*
.badge{
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/badgex2.png?cmsp_timestamp=20150702121334);
}
*/

.badge.rank_number_1{
  width: 69px;
  height: 51px;
  background-position: 0px 0px;
}
.badge.rank_number_2{
  width: 69px;
  height: 51px;
  background-position: -70px 0px;
}
.badge.rank_number_3{
  width: 69px;
  height: 51px;
  background-position: -139px 0px;
}
.badge.rank_under4{
  width: 46px;
  height: 52px;
  background-position: -208px 0px;
}
.badge.new_mark{
  width: 62px;
  height: 60px;
  background-position: 0px -51px;
}
.badge.recommend_mark{
  width: 62px;
  height: 60px;
  background-position: -62px -51px;
}
.badge.seller_mark{
  width: 62px;
  height: 60px;
  background-position: -124px -51px;
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 670px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }
  
  .header_bg{
	  height: 51px;
  }

  .header_btm {
    padding-top: 51px;
    text-align: center
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #333;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #333;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

/* product_list */

.productlist_head{
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.productlist_heading{
  float: left;
  border-bottom: none;
}
.productlist_number {
  float: right;
  line-height: 1.4;
}

.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}

/* product_detail */

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product {
  margin-bottom: 40px;
}

.product_area {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 20px 0;
  font-size: 12px;
}
.product_belong_list {
  margin-bottom: 4px;
  padding: 2px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
}
.product_belong_list a{
  color: #000;
}
.product_belong_list a:hover{
  color: #555;
}

.product_name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.product_name img {
  display: none !important;
}
.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main{
  position: relative;
  height: 490px;
  margin-bottom: 30px;
}
.product_img_main img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: auto;
}
#gallery .col-lg-2{
  margin-bottom: 10px;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.active .product_img_thumb_img {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: red;
}
.product_discount_rate {
  color: red;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
  color: red;
}

.product_cart_area {
  position: relative;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
  color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product_cart_area .product_cart_area_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
}
.product_cart_table_box {
  margin-top: 20px;
  font-size: 12px;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  border-top: 1px solid #1d2023;
  border-right: 1px solid #1d2023;
  border-bottom: 1px solid #1d2023;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
}
.product_cart_table_box tr {
  background-color: rgba(255, 255, 255, 0.4);
}
.product_cart_table_box .tr_soldout{
  background-color: rgba(0, 0, 0, 0.2);
}
.product_cart_table_box .stock_zero{
  color: #cf0400;
}
.product_cart_table_box th,
.product_cart_table_box td {
  border-top: 1px solid #1d2023;
  border-left: 1px solid #1d2023;
}
.product_cart_table_box th {
  border-top: 1px solid #1d2023;
  border-left: 1px solid #1d2023;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  position: relative;
  border: none;
  margin-top: 30px;
  padding: 18px 0;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-addcart .btn_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: red;
  font-size: 18px;
  color: #fff;
  *background-color: red;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: red;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: red;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_lists_review li {
  float: left;
}
.product_related_lists_review li:first-child a {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
.product_related_lists_review li:last-child a {
  display: block;
  margin-left: 15px;
  padding: 0 10px;
  background-color: olive;
  line-height: 36px;
  font-weight: bold;
  border-radius: 5px;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 500px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}


/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__outline .cart_in_modal__outline_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://img08.shop-pro.jp/PA01037/765/etc/bg_metal.jpg?cmsp_timestamp=20150620222510);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: -1;
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}


.cart_in_modal__name .new_mark_img1{
  display: none !important;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #e5e5e5;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cart_in_modal__text-link:hover{
  color: #b2b2b2;
}
.cart_in_modal__text-link:hover:before{
  border-top: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}

.cart_in_modal__button{
  position: relative;
  display: block;
  width: 100%;
  border: none;
  margin-top: 30px;
  padding: 18px 0;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart_in_modal__button:hover,
.cart_in_modal__button:focus,
.cart_in_modal__button:active {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}