#custom-options-container label::after{
	content:"（必須）";
	color:#a40000;
	font-size:90%;
}

.gunTokchou ul li{list-style:none!important;}
.stock_zero{
    background: #a80303;
    color: white;
}
#option_tbl td, #option_tbl th{padding: 2px;}

.nonOmake{
    color: var(--sv-red);
    border: 1px solid;
    text-align: center;
    border-radius: 4px;
}
.nonOmake p{margin: 8px 0;}
.marker{background:yellow;}
.priceInfo{
	font-weight: normal;
    font-size: 90%;
    margin-right: 6px;
}
#incart{
	border-radius: 6px;
    padding: 10px;
    background: #cd3433;
}
#incart > a{
	display: block;
	text-align: center;
}
#cartTPrice{
	margin: 10px 0 0;
    padding: 20px 20px 10px;
    background: white;
    border-radius: 6px;
}
#cartTPrice p{
    font-size: 16px;
    color: #ba0606;
	text-align: center;  
    margin-bottom: 0;
}
#cartTPrice p span{
    font-size: 24px;
    font-weight: bold;
    margin: 0 4px;
}
#cartTPrice #viewCart{text-align: right;}
#cartTPrice #viewCart a{
	text-decoration: underline;
    color: #cd3433;
}

#nameTtl.product_name{
	margin: 10px;
	font-size: 20px;
}
/*
#nameTtl.product_name.fixed{
	position: fixed;
    z-index: 20;
    top: 50px;
    background: #0000006b;
    width: 32%;
    margin: 0;
    padding: 4px;
    color: #ffffff;
    line-height: 1.2em;
}
*/

.btn-addcart{
    padding: 12px 0!important;
    font-size: 14px!important;
    color: black!important;
    letter-spacing: 0.1em;
    transition: .3s;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
	border-radius: 4px;
}
.btn-addcart:hover{
    background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%) !important;
    background: linear-gradient(to bottom, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%) !important;
	color: #fff !important;
}

.product_explain a{color: #2f00ff; text-decoration: underline;}
#svpw {/*margin-bottom: -20px;*/}
#svpw p{color: #fd5a2a;}
#svpw input{
    border-color: #fd5a2a;
    border-radius: 0;
}
#exp_Wrap{
    border-top: 1px solid #777;;
    border-bottom: 1px solid #777;
    margin: 2%;
	padding: 20px 10px;
}
#product_detail_area{
    background-color: #f6f6f6;
    padding: 20px 10px 10px;
    border-radius: 6px 6px 0 0;
  }
.product_img_thumb ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.slick-list{border-radius:8px;}

@media(max-width:480px){
	#incart{margin: 0 20px;}
	#exp_Wrap{}
	#nameTtl.product_name.fixed{
		width: 100%;
		font-size: 14px;
	}
  #mainContentsWrap.fixed2 .header_btm{
    opacity: 0.3;
    top: 70px!important;
    transition: all 0.5s 0s ease;
  }
  #mainContentsWrap.mGun .header_btm{top:210px;}
  .prdctPage{top:50px;}
  .prdctPage .header_btm{
    position: fixed;
    padding: 0;
    z-index: 10;
    width: 30%;
    right: 0;
    top:50px;
    transition: all 0.5s 0s ease;
  }
  .prdctPage #header_logo_hdnPhn{}
  .prdctPage .header_btm .header_logo{
	padding: 10px;
  }
  .prdctPage .header_btm .header_logo img{
    width: 100%;
  }
  .prdctPage .header_btm .header_nav_global_social{
    justify-content: right;
    width: 20%;
    margin-left: auto;
  }
  .product_cart_area{padding: 10px 10px 20px !important;}
  .product_area_right{width: 100%;}
  #exp_Wrap{padding: 0;}
}

@media(min-width:480px) and (max-width:1000px){
  #nameTtl.product_name.fixed{width: 100%;}
}

.product_img_thumb ul li{width:19%;margin-right: 1%;}
#wetFormingBn a img{
  	width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

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

.product {
    margin-bottom: 20px;
}

.product_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_area_left {
  padding: 0;
}
.product_area_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: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.product_model {
  margin: 0;
  font-size: 12px;
  text-align: right;
}
.product_nouki{
  margin: 6px 0 0;
  font-size: 12px;
  text-align: right;
}
.product_nouki span{
  	font-weight:bold;
}

.product_nouki a{
  	color: #a40000;
}
.product_yoyaku{
  margin: 6px 0 0;
  font-size: 14px;
  text-align: left;
  color:var(--sv-red);
}
.product_souryou{
  margin: 6px 0 0;
  font-size: 12px;
  text-align: right;
}
.product_souryou span {font-size:14px;font-weight:bold;}
.product_img {
  margin-bottom: 20px;
}
.product_img_main img {
  width:100%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 4px;
}
#slick .slick-track img {width: auto;}
.product_img_thumb li {
  margin-top: 1%;
}
.product_img_thumb_img {
  width: auto;
}
.thumb_active {}

.thumbnail.slick-slider .slick-track{overflow: scroll;}


.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
  position: relative;
  min-height: 300px;
  width: 25%;
}

.product_price_area {
  margin: 10px 0 0;
  text-align: right;
  font-weight: bold;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_regular_price.mPrice {
  text-decoration: line-through;
  font-size: 14px;
  text-align: right;
  margin-top: 4px;
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: #cf0400;
  text-align: right;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 18px;
  text-align: right;
  margin-bottom: 4px;
  font-weight: normal;
  letter-spacing: 1px;
}
.product_discount_rate span{font-size:120%;}
.product_price_establish {
  margin: 6px 0 0;
  font-size: 12px;
  text-align: right;

}
.product_discount_rate a{
  font-size: 70%;
  color: #cf0400;
  text-decoration: underline;}
.product_price_establish s{margin-left: 4px;}
.product_stock_str {
   margin: 6px 0 0;
   font-size: 12px;
   text-align: right;
}

.product_cart_area {
  background-color: #f6f6f6;
  margin: 0 0 20px;
  padding: 10px 10px 20px;
  font-size: 12px;
  border-radius: 0 0 6px 6px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 4px;
  padding-bottom: 2px;
}
.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 {
  border: none;
  margin-top: 10px;
  padding: 18px 0;
  background-color:#fd5a2a;
  border: 3px solid #ffa453!important;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color:#ff4711;
  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: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

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

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

.product_related_lists {
	font-size: 12px;
	margin-left: auto !important;
}
.product_related_lists li{text-align:right;}
.product_related_lists_review {}
.product_related_list {
  padding: 2px 0;
}

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

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8em;
}

.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;
}

#opDetail{text-align: right;margin-top: 20px;}
#opDetail a{
	color: #a40000;
    border: 1px solid;
    padding: 2px 20px;
    border-radius: 4px;
}

#product_social{padding: 2%;}
.product_social_lists{
	display: flex;
	justify-content: flex-end;
}
.product_social_lists li{display: inline;}

@media (min-width: 980px) {
  .product_area_left {
    width: 69%;
    padding: 0;
  }
  .product_area_right {
    width: 30%;
    padding: 0;
  }
}

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

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

  .product_area_left, .product_area_right {  }
}

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

  .product_detail_area,
  .product_social_lists {
    padding: 3% 3% 0!important;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
		padding: 20px 10px;
  }
  .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%;
  }
}
@media (max-width: 480px) {
  .product_area{
	display: block;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.product_img_main{
	height:auto!important;
	position: relative;}
.product_img_thumb ul li{height:auto!important;}


/* * * * * 商品画像スライド * * * * */
.main-image-free{
	bottom: unset;
    right: unset;
    top: 3%;
    left: 3%;
    padding: 4px 20px;
    letter-spacing: 2px;
    background: #fd5a2ad1;
	z-index: 10;
}
.slick-slide{min-width:100px;}
.thumbnail .slick-slide.slick-current{}

.slickslider, .thumb{opacity: 0;transition: 3s;}
.slick-initialized{opacity: 1;}
.slick-slide li a img{border-radius: 8px;}

.slick-slider{
	-ms-touch-action: auto!important;
	touch-action: auto!important;
}
	.slick-lightbox-slick-img {max-width: 100%!important;max-height: 850px!important;}

@media(max-width:480px){
	.slick-lightbox-slick-item-inner{max-width: 96%!important;}
	.slick-slide .item {width: 96% !important; padding: 2%;}
	.thumbnail .slick-next, .thumbnail .slick-prev{height: 60px !important;}
}
@media(min-width:480px){
  .slickslider{width: 100%;
    margin: 0 auto;
    padding: 20px 10% 4px;
    background: white;
    border-radius: 8px 8px 0 0;}
  .thumb{width: 100%;
    margin: 0 auto 20px;
    background: white;
    padding: 0 10% 20px;
    border-radius: 0 0 8px 10px;}
}

.thumbnail.product_img_thumb{margin-top: 6px;}
.thumb .slick-list .slick-track > .slick-slide {
    margin-right: 4px;
    margin-bottom: 4px;
}
.thumb .slick-list .slick-track > .slick-slide img{border-radius: 4px;}
.thumb .slick-list .slick-track > .slick-current img{opacity: 0.4!important;border: 1px solid orange;}

.thumbnail-img {
  opacity: 1;
  transition: opacity .3s linear;
}
.thumbnail .slick-current .thumbnail-img{
	opacity: .2;
    border: 1px solid var(--sv-orange);
    border-radius: 4px;
}
.thumbnail{border: none;padding: 0;}

.thumbnail .slick-next:before, .thumbnail .slick-prev:before{
  font-size: 20px!important;
  color: black !important;
}
.thumbnail .slick-next, .thumbnail .slick-prev{
	width: 20px !important;
    height: 60px !important;
}

#slick > .slick-next:before, #slick > .slick-prev:before{
	font-size: 30px!important;
	content:unset;
  	/*color: #737373 !important;*/
}
.slick-arrow{z-index:100;}

.slick-next, .slick-prev{width: 60px !important; height: 200px !important;}
#slick > .slick-prev{left:-6px!important;} 
#slick > .slick-next{right:-6px!important;}
.slick-prev{left:0!important;}
.slick-next{right:0!important;}
.thumbnail .slick-arrow{background:#00003b3b !important}
.thumbnail .slick-prev{border-radius: 0 4px 4px 0;}
.thumbnail .slick-next{border-radius: 4px 0 0 4px;}

@media(min-width:1000px){
.slick-lightbox-slick > .slick-prev{left:20%!important;} 
.slick-lightbox-slick > .slick-next{right:20%!important;}
}

.yoyakualeart{
	border: 3px double brown;
    padding: 20px;
    color: brown;
    line-height: 1.6em;
    border-radius: 6px;
}

@media(min-width:480px) and (max-width:1000px){
  .product_cart_area{ padding: 10px 20px 10px 50%;}
}

#gunInfo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gunInfo-wrap, #gunSubinfo-wrap{width:49%;}
.gunCatch{background: #efefef;padding: 20px;color: var(--min18-color);}
.gunCatch ul{margin: 0 0 0 20px;}
.gunCatch ul li{
    list-style: "■";
    padding-left: 4px;
    line-height: 1.6em;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #001e57;}
.gunSpec{margin-top:20px;}
.gunSpec p{
      font-size: 12px;
    line-height: 1.6em;
    margin-top: 10px;
}
.gunSpec table {border: 1px solid var(--min18-color); font-size: 16px;}
.gunSpec table tr{border-bottom: 1px dotted gray;}
.gunSpec table tr th{
    width: 20%;
    padding: 8px 16px;
    background: #F0F0F0;
    text-align: left;
    vertical-align: top;
}
.gunSpec table tr td{
    width: 80%;
    padding: 8px;
    line-height: 1.4em;
}
#gunInfo-wrap h3, .gunSubinfo-blk h3{
      background-color: var(--min18-color);
    color: white;
    padding: 8px 10px;
    font-weight: normal;
    margin: 0;
}
.gunSubinfo-blk p{
    padding: 20px;
    line-height: 1.6em;
    background-color: #F5F5F5;
    font-size: 16px;
    color: var(--min18-color);
}
.gunTokchou ul li h3{
    border-bottom: 1px solid var(--min18-color);
    margin: 10px 0;
}
.gunTokchou ul li h3 span{
    color: var(--min18-color);
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    border-left: 5px solid var(--min18-color);
}
.gunTokchou ul li p{
  padding:0 0 10px 10px;
}

form {margin: 0;}

#brandName{margin-bottom: 8px;}
#brandName a{
	padding: 1px 8px;
    border: 1px solid var(--sv-red);
    color: var(--sv-red);
    line-height: 1em;
    font-size: 12px;
}
.expImg{
    width: 50%;
    border-radius: 8px;
	display:block;
}

.product_op_pricelist{
	text-align: right;
    margin-top: 12px;
}
.product_op_pricelist a{
	border: 1px solid;
    padding: 1px 10px;
    border-radius: 2px;
}

@media(max-width:480px){
	.product_explain{padding:0;margin:0;}
	.gunTokchou ul{margin-left: 0px!important;}
	#gunInfo-wrap, #gunSubinfo-wrap{width:100%;margin-bottom: 10px;}
	.gunSpec table{font-size:14px;}
	.gunSpec table tr th{
		width: 24%;
		padding: 6px 10px;
		font-weight: normal;
	}
	.gunSpec table tr td{line-height:1.6em;}
	.gunCatch{padding:10px;}
	.expImg{width: 95%;margin:0 auto;}
}
#custom-options-label{
    margin: 10px 0 5px!important;
    font-size: 12px!important;
    font-weight: normal!important;
}
#custom-options-select{
	border: 1px solid #333 !important;
    height: 40px !important;
    padding: 4px 6px !important;
    font-size: 14px;
}

/* * * * * * * 商品ページ別 * * * * * * */
#gforce {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
}
#gforce h2.catch{
}
#gforce h4.midasi{
	font-size: 13px;
    padding: 5px 10px 3px 10px;
    background: #f5ebd0;
    margin-bottom: 10px;
}
#gforce ul{margin-left: 40px;}
#gforce ul li{list-style: disc;}
#gforce ul li span.red{color: var(--sv-red);}
#gforce table{
	width: 95%;
    text-align: left;
    border: 1px solid var(--aco1st-color);
    margin: 0 auto;
  font-size:12px;
}
#gforce table tr{
	border-bottom: 1px solid var(--aco1st-color);
}
#gforce table tr:last-child{border-bottom:none;}
#gforce table th{
	width: 18%;
	background: #eaeaea;
	padding: 6px 1% 4px;
    font-weight: normal;
	border-right: 1px solid var(--aco1st-color);
    font-weight:bold;  
}
#gforce table td{
	padding: 6px 1% 4px;
    width: 28%;
}
#gforce .cont-wrap{position: relative;border-top: 1px solid var(--aco1st-color);}
#gforce .cont-wrap .cont-text{
	position: absolute;
    top: 5%;
    width: 40%;
}
#gforce .cont-wrap .cont-text.right{
  right:0%;
}
#gforce .cont-wrap .cont-text.white h2, #gforce .cont-wrap .cont-text.white p{color:white;}

@media(max-width:480px){
	#gforce table{width:100%;}
  	#gforce table th{width:36%;}
	#gforce h2.catch{
      font-size: 90%;
      line-height: 1.4em;
      margin: 4px 0;}
	#gforce .cont-wrap .cont-text{width:43%;}
  	#gforce .cont-text p {
		font-size: 73%;
		line-height: 1.2em;
  }
}

/***** Youtube container  *****/
.youtube-container {
    position: relative;
    padding-top: 56%;
	margin-bottom:10px;
}
.youtube-container iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
	border-radius: 8px;
}
/***** //Youtube container  *****/

/***** Flex Block  *****/
#cont_wrap{
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}
.cont_blk{ width: 49%;}
.cont_blk img{ border-radius:6px;}
.cont_blk p{font-size:90%;}

@media(max-width:480px){
	.cont_blk{width: 100%; width: 90%; margin: 0 auto 10px;} 
	.cont_blk p{
		line-height: 1.6em;
	    font-size: 90%;
	    margin: 6px 0;
	}
}
.slick-track {display:flex!important;}

/***** Olight *****/
.technical-table{width:100%;}
.technical-table tr{border-bottom:1px solid #c7c7c7;}
th.technical-th{padding-top: 10px;}
td.technical-td{padding:4px 10px;}
td.technical-td:first-child{width:30%;}

.olight{
	width: 100% !important;
    display: block;
    border-radius: 0px !important;
	margin: 0 !important;}
.olight_sm{display:none;}
.border-ress{border-bottom:none!important;}
#airsoft_ex ul li{
  border-left: 3px solid;
  margin-top: 7px;
  padding-left: 7px;
  line-height: 1.4;
  margin-left: -10px;
}
#airsoft_ex p.kakaku{
  border-bottom: 2px solid;
  margin-left: 20px;
  font-weight: bold;
  width: 42%;
  margin-top: 10px;
  font-size: 15px;
}
.defo_kakaku{
  margin-left: 10%;
  font-size: 14px;
}
@media(max-width:480px){
  td.technical-td:first-child{ width: 40%;}
  .olight_pc{display:none;}
  .olight_sm{display:block;}
  #airsoft_ex p.kakaku{width: 100%; margin: 0;text-align: right;}
}