@charset "euc-jp";

/* 
---------------------------------------
リセット
---------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,  br, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section {
display: block;
margin:0;
padding:0;
}
html {
height:100%;
width:100%;
overflow-y: scroll;
}
input, textarea {
margin: 0;
padding: 0;
}
img {
border:none;
}
ol, ul {
list-style:none;
}
table {
border-collapse: collapse;
border-spacing:0;
}
caption, th {
text-align: left;
}
a:focus {
outline:none;
}

h3 {
  font-size:20px !important;
}

h2 {
  padding-bottom:5px;
}

body {
  background-color: #fff;
  color:#333;
  line-height:1.6em !important;
  font-size:14px;
}
@media(min-width:1281px){
  body {
    /*
    background:url(https://img21.shop-pro.jp/PA01327/971/etc/bushcraftbackground2.jpg);
    background-size:cover;
    background-attachment: fixed;
    */
    background: #e4e4e4;
  }
}
@media(max-width:1280px){
  body {
  }
}

a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
@media(min-width:981px){
 #wrapper_out {
	width:1200px;
	margin:0 auto;
	/* background:url(https://img21.shop-pro.jp/PA01327/971/etc/backgroundF.png?cmsp_timestamp=20160614130844) repeat-y; */
	box-shadow: 0px 2px 10px rgba(0,0,200,0.1);
	background: #fff;
 }
}
@media(max-width:980px){
 #wrapper_out {
   max-width:1000px;
 }
}


#wrapper {
  max-width: 96%;
  //background: rgba(248,241,219,0.9);
}

/*
 * contents
 */
#contentsWrap{
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px
}
#contents{width:78%;}
#side {
     padding: 0;
     width: 20%;
  }
#contents .topicpath-nav {
  line-height:1.2em;
  margin-bottom: 2px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding:0;
}
.displaynone, .hide {
	display:none;
}

@media(max-width:480px){
#side {
     width: 96%;
     margin:0 auto;
  }  
}


/*
---------------------------------------
 共通
---------------------------------------
*/
@media(min-width:481px){
	#header {
		margin-bottom:10px;
	}
}

/*
@media(max-width:480px){
	#header {
		margin-bottom:-50px;
	}
}
*/

.bgcl {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(1, #000));
	background: -webkit-linear-gradient(top, #222, #000);
	background: -moz-linear-gradient(top, #222, #000);
	background: -ms-linear-gradient(top, #222, #000);
	background: -o-linear-gradient(top, #222, #000);
	background: linear-gradient(#222, #000);
}

@media(max-width:480px){
  .my-sticky-element.stuck>.bgcl {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(86,42,36,0.8)), color-stop(1, rgba(60,28,26,0.8)));
	background: -webkit-linear-gradient(top, rgba(86,42,36,0.8), rgba(60,28,26,0.8));
	background: -moz-linear-gradient(top, rgba(86,42,36,0.8), rgba(60,28,26,0.8));
	background: -ms-linear-gradient(top, rgba(86,42,36,0.8), rgba(60,28,26,0.8));
	background: -o-linear-gradient(top, rgba(86,42,36,0.8), rgba(60,28,26,0.8));
	background: linear-gradient(rgba(86,42,36,0.8), rgba(60,28,26,0.8));
  }
}
.alart_cl {
	background: rgba(255, 0, 0, 0.6);
	border-radius: 4px;
}
#cartBl {
	width:20px;
	height:20px;
	color:red;
	text-decoration:none;
	font-weight:bold;
	border-radius:10px;
	margin:0 !important;
	background:rgba(255,255,255,0.9);
	text-align:center;
	position:absolute;
	top:-8px;
	left:22px;
}

.btn {
	color: #fff !important;
	background: #000;
	font-size: 12px !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	border:none;
}


/*
---------------------------------------
 ページトップへ
---------------------------------------
*/

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5%;
    font-size: 77%;
}
#page-top a , #page-top a:hover{
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(86,42,36,0.8)), color-stop(1, rgba(60,28,26,0.8)));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odTop.png), -webkit-linear-gradient(top, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 1));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odTop.png), -moz-linear-gradient(top, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 1));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odTop.png), -ms-linear-gradient(top, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 1));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odTop.png), -o-linear-gradient(top, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 1));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odTop.png), linear-gradient(rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 1));
	background-repeat:no-repeat;
	background-position:center 75%;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 4px 0 26px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

/*
---------------------------------------
 トップページ
---------------------------------------
*/
@media(min-width:981px){
  #stlogo {
    display:inline;
  }
}
@media(max-width:980px){
  #stlogo {
    display:block;
    width:100%;
  }
}
@media(max-width:480px){
  #stlogo {
    margin-top: 10px;
    margin-bottom:20px;
    display:inline;
  }
}
#stlogo {
   float:left;
   position:relative;
}

#stlogo img{
   width:400px;
}

.loginMark {
    position: absolute;
    width:96px;
    bottom: 15px;
    right: -100px;
    z-index: 10;
}
.loginMark2 {
    position: absolute;
    width:96px;
    bottom: 6px;
    right: 0px;
    z-index: 6;
}
.loginMark3 {
    float:left;
    width:96px;
    z-index: 10;
}

@media (min-width:1400px){
  #loginout {
     float:right;
     margin-top:50px;
  }
}
@media (min-width:981px) and (max-width:1400px){
  #loginout {
     float:right;
     margin-top:0;
  }
}
@media (max-width:980px){
  #loginout {
     float:right;
     margin-top:10px;
  }
}

@media (max-width:480px){
  .loginMark {
     position: absolute;
     width:96px;
     bottom: 40px;
     right: 0px;
     z-index: 10;
  }
  #loginout {
     float:right;
     margin-top:4px;
  }
  #loginout a{
     background:rgba(86,42,36,0.2);
     border-radius:15px;
     font-size:12px;
     padding:4px 12px;
     display:block
  }
}

@media (max-width:320px){
  #loginout li {
    padding-left:0px;
    padding-right:0px;
  }
  #loginout a{
     background:rgba(86,42,36,0.2);
     border-radius:15px;
     font-size:12px;
     padding:4px 8px;
     display:block;
  }
}

.bx-wrapper {
   width:100%;
}
.bx-pager {
   margin-top:4px;
   text-align:center;
}
.bx-pager a img {
   opacity: 0.3;
   filter: alpha(opacity=30);
}
.bx-pager a.active img {
   box-shadow:0px 0px 4px 8px #e2feff;
   opacity: 1;
   filter: alpha(opacity=100);
}

@media (min-width: 481px){
   .bx-pager a img {
      width:100px;
   }
   .bx-pager a.active img {
      width:100px;
   }
}

@media (max-width: 480px){
   .bx-pager a img {
      width:15%;
   }
   .bx-pager a.active img {
      width:15%;
   }
}



#tpslide {
   margin-top:10px;
}

#tpslide img {
   width:100%;
}
#tpslide .tptmnal {
   margin-top:6px;
   text-align:center;
}
#tpslide .tptmnal img {
   width:100px;
   margin-right:4px;
}



#tp3bn {
   margin-top:20px;
}
#tp3bn img {
   width:32%;
   border-radius:4px;
}

@media (min-width:481px) {
  #infoTop {
    padding: 20px !important;
    margin-top: -6px;
    background: rgba(250,250,255,1);
    border-radius: 6px;
  }
}
@media (max-width:480px) {
  #infoTop {
    padding:10px !important;
    border: solid 1px rgba(0,0,200,0.1);
  }
  #infoTop li {
    line-height:1.2em;
    margin-bottom:10px;
    font-weight: bold;
    font-size: 110%;
    color: black!important;
  }
  #infoTop li a{
		font-weight:normal;
    	font-size:100%;
        color: rgba(0,0,200,0.7)!important;
  }
	.topInfo_bg {
     padding-top:0 !important;
     padding-right:0 !important;
     padding-left:0 !important;
  }
}

.topInfo_bg {
  background:rgba(255,255,255,0.6);
  border-radius:0 0 6px 6px;
}

.recommend-unit p, .seller-unit p{
   text-align: left;
   line-height:1.4em;
   margin-bottom:4px;
}
.recommend-unit .red, .seller-unit .red{
   color:red;
}

.seller-unit img, .recommend-unit img {
   border-radius:6px;
}


#catbt {
  float:left;
}


@media(min-width:321px){
  #catbt a{
  display:block;
  text-decoration:none;
  padding:4px 18px;
  text-align:center;
  border-radius:4px;
  color:#fff;
  margin-left:2px;
  }
}
@media(max-width:320px){
  #catbt a{
  display:block;
  text-decoration:none;
  padding:4px 8px;
  text-align:center;
  border-radius:4px;
  color:#fff;
  }
}
/*
---------------------------------------
 ログイン
---------------------------------------
*/
@media(min-width:481px){
  #menbers_login_out {
     margin:10px 0;
  }
}
@media(max-width:480px){
  #menbers_login_out {
     margin:10px 0;
  }
}
#menberLogin {
   float:left;
   margin-left:6px;
}

/*
---------------------------------------
 検索
---------------------------------------
*/
#searcharea{
  float:right;
}
.searchBtn {background: #fff; box-shadow: none;}

@media (max-width:400px){
   #searcharea{
      margin-top:0px;
      margin-bottom:4px;
   }
}


/*
---------------------------------------
 メニュー
---------------------------------------
*/
#pcMenu {box-shadow: 0px 2px 10px rgba(0,0,200,0.1);}

#main-nav{
	    background-image: url(https://img21.shop-pro.jp/PA01327/971/etc/bcbgpt.jpg);
}

/*
.my-sticky-element.stuck .bgcl {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(102,81,29,0.9)), color-stop(1, rgba(128,105,14,0.9))) !important;
	background: -webkit-linear-gradient(top, rgba(102,81,29,0.9), rgba(128,105,14,0.9)) !important;
	background: -moz-linear-gradient(top, rgba(102,81,29,0.9), rgba(128,105,14,0.9)) !important;
	background: -ms-linear-gradient(top, rgba(102,81,29,0.9), rgba(128,105,14,0.9)) !important;
	background: -o-linear-gradient(top, rgba(102,81,29,0.9), rgba(128,105,14,0.9)) !important;
	background: linear-gradient(rgba(102,81,29,0.9), rgba(128,105,14,0.9)) !important;
}
*/

.my-sticky-element.stuck #main-nav{
        margin:0 auto;
}

@media (min-width:481px){
  .my-sticky-element.stuck {
        width:1210px !important;
        position:fixed;
        top:0;
        box-shadow:0 2px 6px rgba(0, 0, 150, 0.4);
        z-index:100;
        margin-left:-30px;
  }

  .sticky-wrapper {}
  .navbar-nav>li>a {
       line-height:40px !important;
       text-align: center;
       padding: 0 !important;
		border-top: 0.5px solid rgba(200,200,200,0.2);
		border-bottom: 0.5px solid rgba(0,0,200,0.2);
  }
  .navbar-nav>li>a:hover {
       background: rgba(137,73,68,0.9) !important;
  }
}

@media (max-width:480px){
    .my-sticky-element.stuck {
        width:100%;
        position:fixed;
        top:0;
        left:0;
        box-shadow:0 2px 6px rgba(0, 0, 0, 0.4);
        z-index:100;
    }
    .my-sticky-element.stuck #main-nav{
        width:100%;
    }
    .navbar-nav>li>a {
      text-align: left;
      padding: 0 0 0 20px!important;
      line-height:40px !important;
      height:40px !important;
    }
}

.navbar-nav>li>a {
  color:#000 !important;
  white-space: nowrap;
  text-shadow:rgba(255,255,255,0.4) 0px -1px 1px, rgba(0,0,0,0.5) 0px 1px 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(0.51, rgba(183,185,197,0.5)), color-stop(1.00, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0.6) 51%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, rgba(255,255,255,0.6) 51%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, rgba(255,255,255,0.6) 51%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, rgba(255,255,255,0.6) 51%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0.6) 51%, #fff 100%);

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color:none !important;
}

@media (max-width:480px){
   .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background:linear-gradient(#89534b, #784542) !important;
   }
   .nav-justified > li > a {
      margin-bottom:0px !important;
      background:linear-gradient(#411c19, #622f2b) !important;
    }
}

/* ----- メニュー ----- */


@media (min-width:481px){
  .navbar-default .navbar-nav > li > a:hover {
    background: #fff!important;
    color:#000!important;
  }

  .dropdown-menu{
    margin:0 !important;
    background-color:rgba(255,255,255,0.9)!important;
    padding-left:0 !important;
    margin-top:0 !important;
    border: 1px solid rgba(0,0,0,0.3)!important;
    border-top: 0!important;
    border-right: 0!important;
  }

  .dropdown-menu .cs a:hover, .dropdown-menu .cs a:focus {
    background:rgba(0,0,0,0.4) ;
    background-image: url("https://img21.shop-pro.jp/PA01327/971/etc/standby.png?cmsp_timestamp=20150821143713") ;
    background-repeat:no-repeat;
    background-position:10% 50%;
    color:rgba(255,255,255,0.2);
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    border-left: 2px solid rgba(0, 0, 200, 0.5);
    padding-left: 18px!important;
    background: rgba(200,200,200,0.2);
  }
}

@media (max-width:480px){
  .navbar-default .navbar-toggle {
    border-color:none !important;
  }
  .dropdown-menu{
    margin:0 !important;
    background:none !important;
    padding:0 !important;
  }
}

.navbar-toggle {
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:10px 0 !important;
  position: relative;
  float: right;
  margin-right: 0;
  border: 0;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}


.dropdown-menu > li > a {
  color:#000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background:linear-gradient(#c19f9a, #bd827e) !important;
  border-color: rgba(255,255,255,0.3) !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0 !important;
  left: 98% !important;
  margin-top: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
@media(min-width:481px){
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
  }
}
@media(max-width:480px){
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 10px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.dropdown-submenu:hover>a:after {
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu .pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media (min-width: 481px) {
   .dropdown:hover > .dropdown-menu{
     display: block;
   }
   .dropdown-submenu:hover>.dropdown-menu {
		display: block;
		box-shadow: 0 6px 12px rgba(0,0,200,0.2);
   }
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   box-shadow: 0 6px 12px rgba(0,0,200,0.2);
}

@media (max-width: 797px) {
    .navbar {
        z-index:1000;
    }
}

@media (max-width: 480px) {
  .dropdown-menu a{
    background:linear-gradient(#ad7d76, #9f7370) !important;
    border-bottom:1px solid rgba(255,255,255,0.3);
    padding: 10px 10px 10px 25px !important;
  }
}

/*---------------------------------------
 Sideメニュー
---------------------------------------*/
#movieSozai{margin-top:40px;display:block; }
#movieSozai img{border-radius:6px;}

#searchipt {
  padding:2px !important;
  height:auto !important;
  border-radius: 6px !important;
  width:160px;
  
}
.sidemenu{margin-top:40px;}

@media (max-width:480px){
  #searchipt {
    width:170px;
  }
}
@media (max-width:320px){
  #searchipt {
    width:150px;
  }
}

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

.sidemenu li a {
  text-decoration: none;
  display: block;
  padding:10px;
　font-size:14px !important;
}



/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.txt_c_f {color: #fff;}
.txt_c_red {color: red;}
.txt_ttl {letter-spacing:2px;}

/* background */
.bg_r_4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.bg_r_t4_b0 {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.bg_r_8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.bg_r_12 {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}

.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0 !important; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0 !important;}
.pad_b_0 { padding-bottom: 0;}
.pad_l_0 { padding-left: 0 !important;}
.pad_2 { padding: 2px; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px !important;}
.pad_b_5 { padding-bottom: 5px !important;}
.pad_l_5 { padding-left: 5px !important;}
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid  rgba(128,105,14,0.6); }
.bor_r_1 { border-right: 1px solid  rgba(128,105,14,0.6); }
.bor_b_1 { border-bottom: 1px solid  rgba(128,105,14,0.6); }
.bor_l_1 { border-left: 1px solid  rgba(128,105,14,0.6); }
.bor_a_1 { border:1px solid rgba(0,0,0,0.3); }
.bor_menu { border-right:1px solid rgba(255,255,255,0.3); font-size:14px; letter-spacing:1px;}

@media (max-width:480px){
   .bor_menu { font-size:14px; }
}

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

/*
---------------------------------------
 一覧
---------------------------------------
*/
.recommend-unit, .seller-unit {
   padding:0 !important;
   height:unset;
   min-height:260px;
   width:32%;
   height:400px !important;
}

@media (max-width:480px){
   .recommend-unit, .seller-unit {
		height: unset !important;
        min-height: 320px !important;
        width: 49%;
	}
}

.st_proName, .chkLsttd .chLstName {font-weight:bold;color:#000;line-height: 1.2em;}
.st_soldOut, .soldoutEndlst { width:70%;margin:0 0 0 auto;text-align:center!important;border-radius:10px; font-weight: normal!important;color: white!important;letter-spacing: 1px;}
.st_soldOut{background: black;}
.soldoutEndlst{background:rgba(188, 0, 0, 0.5);}

.st_Reservation {width:70%;margin:0 0 0 auto;text-align:center!important;border-radius:12px;background: #bc0000; font-weight: normal!important;color: white!important;letter-spacing: 1px;padding: 2px;}

.topInfo_bg .list_seg {margin: 4px 6px 0 0;padding: 4%;border: 1px solid rgba(180,180,180,0.2);border-radius: 8px;height: 99%;box-shadow: 2px 2px 2px rgba(0,0,200,0.2);position: relative;}

@media (min-width:780px) and (max-width:1024px){
  .topInfo_bg .list_seg img {width:70%;}
}

/*.list_seg .displaynone {visibility:hidden; }*/

#infoTop>ul>li {color: rgba(0,0,100,0.6);}
#infoTop>ul>li>a {color: rgba(0,0,100,1);}
.productlist-unit {
  text-align:left;
}
.productlist-unit img{
  border-radius:6px;
}

@media (max-width:480px){
  .lstTtlh2 {
     margin:0 0 10px !important;
     font-size:16px;
  }
}

.cg_freespace_01 p{
  margin:10px !important;
  font-size:14px;
  background:rgba(0,0,0,0.1);
  border-radius:6px;
  padding:20px
}

/*
---------------------------------------
 商品詳細
---------------------------------------
*/

.product-order a:hover, .product-order button:hover {
  background:#4589cb;
}

.product-order-exp img{
  border-radius:6px;
}

/*
---------------------------------------
 フッター
---------------------------------------
*/
address {
  margin-bottom:0 !important;
}

/*
---------------------------------------
 メディアクエリー
---------------------------------------
*/

@media (min-width: 1200px){
  .container {
  }
}

@media (min-width: 1000px){
  .my-sticky-element {
        width:1000px !important;
        margin:0 auto;
  }
}

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

@media (min-width: 768px){
   .container {
    width: 100% !important;
  }
   .my-sticky-element {
        width:95%!important ;
        margin:0 auto;
  }
}

@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  /* ~480px */
  .container {
    padding:5px !important;
    max-width: 100% !important;
  }
  #contents {
    width: 98%;
    margin: 0 auto;
  }
}

/*
---------------------------------------
 アイコン
---------------------------------------
*/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-w.icon-search { background-position: -208px -16px;}
.icon-lg-w.icon-search { background-position: -312px -24px;}
.icon-lg-b.icon-lock { background-position: -0px -120px; }
.icon-lg-b.icon-briefcase { background-position: -528px -48px; }
.icon-lg-w.icon-rocket { background-position: -264px -72px; }
.icon-lg-w.icon-numbered_list { background-position: -216px -144px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-text_doc { background-position: -312px -144px;}
.icon-lg-w.icon-globe { background-position: -360px -72px; }


.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}


/* 
---------------------------------------
フリーページ
---------------------------------------
*/
.smafree {
  padding-top:30px;
}

/* 
---------------------------------------
一覧
---------------------------------------
*/
.history-unit {
  line-height:1.2em;
  display:inline-block;
  vertical-align: top;
}
.lstName {
  margin-bottom:4px;
}
.lstPrice {
  font-size: 110%;
  font-weight: bold;
  text-align: right;
  margin-bottom: 4px;
  position: absolute;
  bottom: 1%;
  right: 4%;
}
.salePrice {
  font-size:110%;
  color:#bc0000;
  font-weight:bold;
  margin-bottom:0;
  line-height:1.2em;
  text-align: right;
}
.histEx {
  margin-top:6px;
}


/* 
---------------------------------------
最近チェックしたリスト
---------------------------------------
*/

.newsTitle {
	padding: 10px 0 8px 14px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    color: rgba(0, 0, 100, 1);
    border-bottom: 2px solid rgba(0,0,0,0.8);
    border-left: 1px solid black;
}

#chk_lst {
  	overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -6px;
    background: rgba(250,250,255,1);
    border-radius: 6px;
 }

.chkLsttd {
  width: 140px;
  margin-right: 8px;
  padding: 4%;
  min-height: 220px;
  font-size: 90%;
  position: relative;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
}
.chkLsttd img{
   width:100%;
   border-radius:6px;
}
.soldoutLst a img, .soldoutLst .chLstName, .soldoutLst .st_proName{opacity:0.9;}
.soldoutMark{width: 70%;
    background: black;
    text-align: center;
    margin: 2px 2% 2px auto;
    color: white;
    border-radius: 12px;
    line-height: 1.4em;
}
.soldoutMarkPlus{background: #bc0000;}
.lstName {
   line-height:1.2em;
}
.histEx {
   line-height:1.4em;
   font-size:12px;
}

@media (max-width: 480px) {
  .newsTitle {box-shadow: 2px 2px 2px rgba(0,0,200,0.2);
    border-bottom: 1px solid rgba(0,0,200,0.4);
    border-top: 1px solid rgba(0,0,200,0.1);}
}
.chkLsttd .red {background: #bc0000; padding: 2px;}

/*
---------------------------------------
Youtubeコンテナ
---------------------------------------
*/

.youtube-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
}

@media screen and (max-width: 480px) {

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom:6px;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}



/*
---------------------------------------
   カラーミーカレンダー
---------------------------------------
*/
@media(min-width:481px){
  .tbl_calendar {
    width:90%;
  }
  .tbl_calendar tr{
    border-bottom: #ccc solid 1px;
  }
}
@media(max-width:480px){
  .tbl_calendar {
    width:80%;
    margin: 0 auto;
  }
  .tbl_calendar td {font-size:18px;}
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
	padding: 4px !important;
	text-align: center !important;
    color: rgba(0,0,100,1);
}
.tbl_calendar caption{
	color: rgba(0,0,100,1);
    width: 100%;
    margin: 20px auto 4px;
    text-align: left !important;
    font-weight: bold;
    padding-left: 4px;
    font-size: 16px;
}

/*
---------------------------------------
   フッター
---------------------------------------
*/

@media(max-width:480px){
 #footer a{
     background:rgba(86,42,36,0.2);
     border-radius:12px;
     font-size:12px;
     padding:2px 12px;
     text-decoration:none;
     display:block;
     margin-bottom: 6px;
  }
}

/*
---------------------------------------
  スマホ用メニューリスト
---------------------------------------
*/

#sma_grp_lst {
   margin:10px 0 40px;
}

.menuList {
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}

.sub_menu, .sub_menu2, .sub_menu3{
    display:none;
    list-style:none;
}

.menu a {
	font-size:12pt;
	letter-spacing:2px;
	color:rgba(60,28,26,1);
        text-decoration:none;
}
.menu span {
	background: url(https://img21.shop-pro.jp/PA01327/971/etc/yajirusiBt.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 10px;
	display:block;
        border-bottom:1px solid rgba(60,28,26,0.3);
}
.menu span.open {
        background: url(https://img21.shop-pro.jp/PA01329/363/etc/yajirusiTp2.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 20px;
	display:block;
        border-bottom:none;
        font-weight:bold;
}

.menu2 a {
	font-size:12pt;
	letter-spacing:2px;
	color:rgba(60,28,26,1);
        text-decoration:none;
}
.menu2 span {
	background: url(https://img21.shop-pro.jp/PA01327/971/etc/yajirusiBt.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 0;
	margin-left:40px;
	display:block;
        border-bottom:1px solid rgba(60,28,26,0.3);
}
.menu2 span.open {
        background: url(https://img21.shop-pro.jp/PA01329/363/etc/yajirusiTp2.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 0px;
	margin-left:40px;
	display:block;
        border-bottom:none;
        font-weight:bold;
}

.menu2_non a{
	padding:10px 0 10px 0;
	margin-left:40px;
	display:block;
	font-size:12pt;
	letter-spacing:2px;
	color:rgba(60,28,26,1);
        text-decoration:none;
        border-bottom:1px solid rgba(60,28,26,0.3);
}

.menu3 a {
	font-size:12pt;
	letter-spacing:2px;
	color:rgba(60,28,26,1);
        text-decoration:none;
}
.menu3 span {
	background: url(https://img21.shop-pro.jp/PA01327/971/etc/yajirusiBt.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 0;
	color:rgba(60,28,26,1);
	margin-left:60px;
	display:block;
        border-bottom:1px solid rgba(60,28,26,0.3);
}
.menu3 span.open {
        background: url(https://img21.shop-pro.jp/PA01329/363/etc/yajirusiTp2.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 0;
	margin-left:60px;
	display:block;
        border-bottom:none;
        font-weight:bold;
}
.menu3_non a{
	padding:10px 0 10px 0;
	margin-left:60px;
	display:block;
	font-size:12pt;
	letter-spacing:2px;
	color:rgba(60,28,26,1);
        text-decoration:none;
        border-bottom:1px solid rgba(60,28,26,0.3);
}
.sub_menu3 a{
	color:rgba(60,28,26,1);
	padding:10px 40px 10px 0;
	display:block;
	text-decoration:none;
	margin-left:80px;
        border-bottom:1px solid rgba(60,28,26,0.3);
      	font-size:12pt;
}

@media(max-width:480px){
   li .cs {
      background-image: url("https://img21.shop-pro.jp/PA01327/971/etc/standby.png") ;
      background-repeat:no-repeat;
      background-position:90% 50%;
   }
}

/*
---------------------------------------
  ボタン
---------------------------------------
*/
.btn-xs, .btn-group-xs > .btn {
   padding:4px !important;
}

#companyInfo {
    text-align:right;
}
#companyInfo a {
    float:right;
    display: block;
    width: 192px;
    margin: 4px 0 0 4px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(128,105,14,0.9);
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    letter-spacing:2px;
}
#companyInfo a:hover {background:rgb(111,111,111);}

/*
---------------------------------------
  特定商取引法その他
---------------------------------------
*/

.payment_img {
    width:30px !important;
}



/* -------------------------------------
*     Moviesページ
* ------------------------------------- */

@media screen and (min-width: 450px) {
	#sv_movies {
		width:100%;
	}
	#sv_movies .colm {
		width:50%;
		float:left;
		text-align:center;
		margin-bottom:5px;
	}
}

@media screen and (max-width: 449px) {
	#sv_movies {
		width:100%;
		padding:0 2%;
	}
	#sv_movies .colm {
		width:100%;
		float:left;
		text-align:center;
		margin-bottom:10px;
	}
}


#frisportHeader {
	padding: 4px 0;
    background: #222;
}
#frisportcontents {position:relative;}
#frisportwebshopbt {
	position:absolute;
	bottom:150px;
	left:50%;	
}
#frisportwebshopbt a{
	padding: 3%;
    border-radius: 6px;
    left: -50%;
    position: relative;
    background: rgba(255,255,255,0.7);
    color: #443333;
    font-weight: bold;
}
#frisportwebshopbt a:hover{
	background:#b81f34;
	color: #fff;
}
#frisportFotter {
	background: #000;
    background-repeat: repeat;
    padding: 30px 0;
}
#frisportFotter a{
	display: block;
    padding: 10px;
    background: rgba(255,255,255,0.9);
    text-align: center;
}
#footerLogo {
	width:30%;
}
#footer {border-top: 1px solid rgba(0,0,100,0.4);}

#frisportimg {
}

@media(min-width:480px) and (max-width:780px){
	#frisportwebshopbt {bottom: 140px;}
	#frisportwebshopbt #topShoplink {width: auto;}
	#frisportwebshopbt a {
		width: 250px;
  		padding: 2%;
	}
}
@media(max-width:480px){
	#frisportwebshopbt {bottom: 70px;left: 0;}
	#frisportwebshopbt a {
		width: 300px;
		padding: 1%;
		left:13%;
	}
	#frisportFotter {padding: 10px 0;}
}
@media(max-width:320px){
	#frisportwebshopbt {left: 0;}
	#frisportwebshopbt a {left: 3%;}
	
}
#goldenweeknews a {
	width: 80%;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    font-size: 110%;
    background: rgba(255, 255, 255, 0.6);
    padding: 4px 0;
    border-radius: 15px;
    border: 1px solid rgba(255,0,0,0.5);
    color: #ff0000;
}
#goldenweeknews a:hover {
	background: rgba(255, 255, 255, 0.2);
	text-decoration:none;
}

.product-order-exp strong {
  	display: block;
    width: 100%;
    font-weight: bold!important;
    letter-spacing: 1px;
    font-size: 120%;
    padding: 6px 0 6px 12px;
    background: rgba(126, 100, 73,0.1);
    margin-left: -10px;
    margin-bottom: -10px;
}

#product > form > h2, .together-block h2 {
	padding: 16px 0 8px 10px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0,0,100,0.3);
    box-shadow: 0px 4px 4px rgba(0,0,200,0.2);
    border-radius: 8px 8px 0 0;
    color: rgba(0, 0, 100, 1);
}

/*
---------------------------------------
   ページトップへ
---------------------------------------
*/
#page-top, #cart-top {
    position: fixed;
    bottom: 10px;
    font-size: 77%;
    z-index: 1000;
}
#page-top {
    right: 3%;
}
#cart-top {
	left: 3%;
}
#page-top a, #page-top a:hover, #cart-top a, #cart-top a:hover {
    background-repeat: no-repeat!important;
    background-position: center 70%!important;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 6px 0 0;
    text-align: center;
    display: block;
    border-radius: 30px;
    height: 50px;
    box-shadow: rgba(0, 0, 3, 0.1) 0px 0px 4px 4px;
    -webkit-box-shadow: rgba(0, 0, 3, 0.1) 0px 0px4px 4px;
    -moz-box-shadow: rgba(0, 0, 3, 0.1) 0px 0px 4px 4px;
}
#page-top a, #page-top a:hover {
    background: url(https://img11.shop-pro.jp/PA01293/120/etc/odTop.png), rgb(45, 45, 45);
}
