@charset "euc-jp";

html{scroll-padding-top: 80px;}
body {
  background-color: #fff;
  background-image: url(http://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}

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

/*
 * layout
 */

:root {
	--icon-width: 2px;
	--icon-color: white;
	--blue-min18:#4D6E9B;
	--sv-orange:#fd5a2a;
	--sv-red:#a71528;
	--aco1st-color:#ededed;
	--aco2nd-color:#fff2da;
}

#wrapper {
	position: relative;
	padding-bottom: 180px;
}

.container {
}

/* common */
.top_news, .heading {
  background: #dddddd url() repeat-x;
  background-image: linear-gradient(#464646, #0E0E0E);
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  padding: 10px 20px 7px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  border-left: 3px solid #fd5a2a;
}
.top_news {border-radius: 6px 6px 0 0;}
.heading {border-radius: 4px;}

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

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

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

.list_link {
  padding: 20px 0;
}

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

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
  border-radius:4px;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
    padding-top: 5px;
    min-height: 32px;
    display: block;
    line-height: 1.2em;
    text-align: left;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
  text-align:right;
  font-weight: normal;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 14px;
  color: #0e2a76;
}
.item_price_discount {
  color: #cf0400;
  position: relative;
  bottom: 0;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
	text-align: center;
	background:#ffeef1;
	width: 60%;
	border-radius:4px;
	position: absolute;
	bottom: 0px;
	right: 8px;
	color: #c18383;
	padding:1px;
}
.hantoumei{opacity:0.5;}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

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

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

.top_news_list {
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 20px;
    height: 160px;
    overflow: scroll;
}
.top_news_list ul li a{color: #004ccd;}
.top_news_list ul {
    display: flex;
    margin: 0;
    padding: 0 10px;
}
.top_news_list ul li{line-height:1.8em;}
li {list-style: none;}
.news_years {
    width: 22%;
}
.news_coments {
    width: 76%;
}
.cont_Wrap{
	margin: 0 auto;
}
.morelist{margin:0;}


@media(min-width:1000px) {
  #mainContentsWrap{width: 980px;margin: 0 auto;}
  .cont_Wrap{width: 980px;}
}
@media(min-width:481px) and (max-width:1000px) {
  .cont_Wrap{width: 98%;}
  .container {
        width: 98%!important;
        padding:0!important;
  }
  #header_logo_hdn{
        left: unset !important;
        right: -60%;
        opacity: 0.5 !important;
  }
}
@media(min-width:481px){
  .header_btm{position: absolute;z-index: 200;}
}
@media(max-width:480px){
  .item_soldout{width:40%;}
  .cont_Wrap{width:96%;padding: 0 2%;}
  .flex-control-thumbs{display:none!important;}
  .top_news_list{padding: 4px 6px;margin-bottom:10px;}
  .top_news_list ul{padding:0;}
  .top_news_list ul li {line-height: 1.6em;}
  .news_years{font-size: 95%;width: 32%;}
  .news_coments{width: 68%;}
  #wrapper{padding-bottom: 0px;}
}
@media(min-width:800px){
  .fixed #header_logo_hdn{left: 55% !important;}
}
@media(min-width:1000px){
  .fixed #header_logo_hdn{left: 42% !important;}
}

/*
 * header
 */

.header_top_inner .megaBtn, .header_top_inner .search_select, .header_top_inner .search_box, .header_top_inner .btn_search, .search_form.visible-phone .btn_search, .search_form.visible-phone .search_box, .search_form.visible-phone .search_select{
  background: #fd5a2a;
  color: white;
  border-color:#ffa453!important;
  border-radius: 2px;
}
.header_top_inner .megaBtn{border: 1px solid;}
.header_top_inner .search_select{border: 1px solid;}
.header_top_inner .search_select option{
    background: #fff8f3;
    color: #fd5a2a;
    padding: 4px 10px;
    display: block;
}
.header_top_inner .search_box{
    border-top: 1px solid;
    border-right: none;
    border-left: 1px solid;
    border-bottom: 1px solid;
    background-color: #fff0e6;
    margin-left: 4px;
    border-radius: 2px 0 0 2px;
    margin-right: -2px;
    color:#555;
}
.header_top_inner .btn_search, .search_form.visible-phone .btn_search{
    border-top: 1px solid #ffa453;
    border-right: 1px solid #ffa453;
    border-bottom: 1px solid #ffa453;
}

#header {
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 9000;
}

.header_top {
  width: 100%;
  padding: 10px 0;
  background-color: #333;
  position: relative;
}
#mainContentsWrap{
  position: relative;
  top: 172px;
  margin: 0 auto;
}

.header_top_cmspbar {}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.search_form {
  margin: 0;
}

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

.search_box {}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
  height: 30px;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin:0;
  letter-spacing: 0.1em;
  width:45%;
  justify-content: end;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}

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

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}
.header_mid {
    width: 100%;
    border-bottom: 1px solid #333;
    background-color: #fff;
    opacity: 1;
}
.fixed .header_mid{display:none;opacity: 0;transition: all .5s ease 0s;}

.header_mid_cmspbar {}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  padding:0;
  align-items: end;
}

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

.header_nav_global li a i, #navi2 li a i {
  vertical-align: -40%;
}

.header_nav_global li a, #navi2 li a {display: block;padding: 8px 0;}

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

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #333333f5;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
  z-index:20;
  box-shadow: #00000047 0 10px 10px;
  border-radius: 0 0 6px 6px;
}
.header_nav_global_box_heading {
  padding: 30px 0 0;
  float:none;
  width:15%;
  border-right: 1px solid #ffa453;
}
.header_nav_global_box_heading p{
	font-size: 12px;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding:10px;
  float: none;
  width: 85%;
}
#megabox{
  display:flex;
  border: 1px solid;
  border-color: #ffa453;
  border-top: none;
}
.header_nav_global_left {
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 0px;
}

.header_nav_global_right {
  margin: 0;
  height: 40px;
}

.header_nav_global_social {
  padding-left: 5px;
  width: 100%;
  justify-content: center;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header_logo {
  margin: 0;
  width: 16%;
  padding: 10px 0;
}
.header_logo a img{height: 100%;}
.fixed .header_logo {}

#header_logo_hdn{
  opacity:0;
  transition: all .3s ease 0s;
  position:absolute;
  left: 50%;
  transform: translateX(-480px);
  -webkit-transform: translateX(-480px);
  -ms-transform: translateX(-480px);
  display:none;
}

.fixed #header_logo_hdn{
  opacity: 1;
  transition: all .3s ease 0s;
  width:120px;
  display:block;
}
.fixed #header_logo_hdn .header_logo{width: 100%;}

.fixed #header_logo_hdn .header_logo a img{height:auto;}

.header_lead {
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  width: 240px;
  height: 100%;
  padding: 6px;
}
.header_lead a img{
   border-radius: 4px;
}

.header_nav_phone {
  z-index: 99;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  top:50px;
  left: 52%;
  display: none;
  margin-left: -50%;
  width: 95%;
  border: 1px solid #ccc;
  background: #262626ed;
}
.header_nav_lst_phone ul {
    margin: 0;
    /*border: 1px solid #ffa453;*/
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #6a6a6a;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 14px 0;
  color: gainsboro;
}
.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%;
}

#grp_menu_bt{
    display: block!important;
    background: #fd5a2a;
    padding: 4px 20px;
    margin: 10px 0;
    border: 1px solid #ffa453;
    border-radius: 2px;
    color: white;
    font-size: 90%;
    text-align: center;
}

@media(min-width:480px) and (max-width:1000px){
  #megabox{flex-wrap: wrap;}
  .header_nav_global_box_heading{
		width:100%;
		width: 100%;
        padding: 10px 0;
        border-top: 1px solid white;
        background: #635700d9;
  }
  .megaNav{width: 98vw;}
  .header_nav_global_box_detail{
    width: 96%;
    padding: 1% 2%;
  }
}

@media(max-width:480px){
  .header_top_inner{padding: 0 10px;}
  .header_top {padding:0;}
  #mainContentsWrap{top:50px;}
  #header_logo_hdn{display:none;}
}

.search_form .search_select option {
	background: #fff8f3;
    color: #fd5a2a;
    padding: 4px 10px;
    display: block;
}

.search_form .search_box, .search_form.visible-phone .search_box{
    border-top: 1px solid;
    border-right: none;
    border-left: 1px solid;
    border-bottom: 1px solid;
    background-color: #fff0e6;
    border-radius: 2px 0 0 2px;
    color: #555;
  width:40%;
}

#menbers_login_out{
  padding: 6px;
  display: flex;
}
#menbers_login_out .loginMark3, #menbers_login_out #menberLogin{
  margin-right:4px;
}

/*
 * main
 */

.main {
  width:100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin:0 auto;
}
.main:before {content: none;}
.main:after {content: none;}

/*
 * contents
 */

.contents {
  padding: 0;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 14px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_wrap{
    padding: 4px;
    margin-bottom:10px;
}
#panTag{text-align:right;}
#panTag .pankuzu_lists {font-size: 12px;}
#panTag ul{display:inline;}
#panTag ul li{margin-bottom: 4px;}
#panTag ul li a{
	background: #efefef;
    padding: 0px 14px;
    border-radius: 10px;
}

@media(max-width:480px){
	#panTag{
		text-align:left;
		margin: 6px 0 0 6px;
		max-height: 60px;
		overflow-y: scroll;
	}
	.pankuzu_wrap{/*background: #f7f7f7;*/}
	.pankuzu_lists{padding: 0 4px;}
	#panTag .pankuzu_lists {padding: 0 4px;}
}

@media(min-width:480px) and (max-width:1000px){
  .pankuzu_wrap, #brandName{padding: 0 10px;}
}


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

.info_heading {
}

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

.info_detail_lists {
}

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

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

.info_detail_list_dd {
  margin: 0;
}

/* ranking（seller） */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.seller_list {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    min-height: 280px;
    width: 24%;
    margin-right: 1%;
}

@media(max-width:480px){
  .seller_list {
    min-height: 240px;
    width: 31%;
    margin-right: 2%;
    height: 270px!important;
  }
}

/* recommend */
.recommend_heading {margin-top: 0;}
.recommend {margin-bottom: 20px;}

.recommend_lists {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recommend_list {
    margin-bottom: 10px;
    text-align: left;
    width: 32%;
    position: relative;
    min-height: 340px;
}
.recommend_lists:before, .recommend_lists:after{content:none;}

@media(max-width:480px){
  .recommend_list{
    width: 49%;
    min-height: 300px;
    margin-bottom: 10px;}
  .item_img{
    border-radius: 4px;
    /*height: fit-content;*/
  }
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 0px;
  width: 100%;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 10px;
}
.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: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.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 {
  margin-top: 40px;
}

.svKiso a{
  display: block;
  text-decoration: none;
  background: black;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 0;
  color: white;
  border-radius: 4px;
}

/*
 * footer
 */

.footer {
  position: relative;
  top: 180px;
}

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

.footer_heading {}
.footer_lists_wrap{display: flex;overflow-x: scroll;}
.footer_lists {
    margin: 0;
    display: flex;
    padding: 10px;
}
.footer_list {
  margin-right: 10px;
    text-align: left;
    font-size: 12px;
}
.footer_list_img {
  margin: 0 auto;
  max-height: none!important;
}

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

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

.footer_seller_list,
.footer_recommend_list{height: 240px;position: relative;}
.footer_checked_list{height: 220px;}

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

.footer_pagetop {
    text-align: center;
    background-color: #333333b3;
    position: fixed;
    right: 15%;
    bottom: 6%;
    border-radius: 30px;
}
.footer_pagetop a {
  display: block;
  width: 60px;
  height: 60px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice{
  padding: 60px 0;
  background-color: #eee;
}
.footer_notice .footer_inner{
  display:flex;
  justify-content: space-between;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.paymentsInfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: column wrap;
    max-height: 990px;
}
.paymentsInfo dt{width: 45%;}
.paymentsInfo dd{width: 45%;margin-bottom: 10px;}

.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	flex-wrap: wrap;
}
.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;
    border-radius: 15px;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {padding: 20px 0; background-color: #333;}
.footer_nav .footer_inner{display:flex;justify-content: center;}
.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_list {color: #fff;padding-top: 15px;}
.footer_nav_list:first-child {}
.footer_nav_list_link {color: #fff;}
.footer_nav_list_link:hover {color: #ccc; text-decoration: none;}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

.footer_nav_menu_left, .footer_nav_menu_right{width:45%;}
.footer_nav_lists{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
}


@media(max-width:480px){
  .tbl_calendar{width:49%;}
  .footer_notice_cal_table{width:100%;}
  h3.footer_notice_heading{width:44%!important;}
  .footer_pagetop, .footer_pagetop a{width: 50px!important;height: 50px!important;}
  .footer {top:0;}
  .icon-lg-w.icon-chevron_up{margin-top: 12px!important;}
  #sma_grp_lst .sv_sm_logo{margin-bottom:6px;}
  #kakoPrdct{
    display: block;
    text-align: center;
    width: 40%;
    background: black;
    padding: 2px;
    margin: 10px 0 0 auto;
    border-radius: 4px;
    color: white;
    font-size: 90%;
  }
}

/*
 * Slider
 */
.flex-control-nav{
    position: relative!important;
    bottom: unset!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-control-nav li{
    width: 9%!important;
    height: unset!important;
    float: unset!Important;
    margin: 0 2px!important;
}
.flex-control-nav li img{border-radius: 4px;}
.flex-viewport {border-radius: 6px;margin-bottom: 4px;}

@media(max-width:480px){
  .pcflexslider{display:none;}
  .hidden-phone2{display:none!important;}
}
@media(min-width:481px){
  .spflexslider{display:none;}
}

.slider {
  position: relative;
  margin-bottom: 40px;
}

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

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

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

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

/*
 * 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
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; margin-top: 16px;}
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.icon-lg-w.icon-home { background-position: -264px -24px; }

.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(http://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }


.icon-arrow-bottom {
	display: inline-block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: var(--icon-width) var(--icon-width) 0 0;
	border-color: var(--icon-color);
	transform: rotate(135deg);
    margin-bottom: 2px;
}

@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(http://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(http://img.shop-pro.jp/tmpl_img/76/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(http://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(http://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 78%;
  }
  .contents_detail{
    width:100%!important;
    }
  }

  .side {
    width: 20%;
    float: none;
    margin-top: 36px;
  }
  .side_detail{width:100%;}

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

@media (min-width: 769px) {
  .footer_list {
    width: 150px;
    position: relative;
  }
}

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

}

@media (min-width: 480px) and (max-width: 1000px) {
    .contents {
    width: 100%;
  }
}

@media(max-width:480px){
  .contents{width:100%;}
  .contents_detail{padding: 2%;}
  .header_btm {
    text-align: center;
     padding:0;
    flex-direction: column-reverse;
  }
  .header_logo {
    text-align: center;
    width: 100%;
    margin: 0;
  }
    .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 12px;
  }
}



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

  .productlist_lists {
    padding: 0 4px 20px;
  }

  .header_lead {
    width: 100%;
  }
  .header_lead a img{width: 60%;margin-top: 0;}

  .header_nav_global_social {
    padding-left: 0;
    margin: 4px 0;
  }
  .header_nav_global_social > li {margin: 0 4px;}
 
  .search_box {
    width: 81%;
    float: left;
  }

  .slider {
    margin-bottom: 20px;
  }

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

  .info_detail,
  .seller_lists,
  .recommend_lists {
    margin-bottom: 10px;
  }

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


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 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;
  }

  .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;
    padding: 0 4px;
  }
  .footer_lists {padding:10px;}

  .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: 0;
     position: relative;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 4px 0!important;
  }

  .footer_nav {
    padding: 10px;
  }
  .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;
    width: 35%;
    margin-right: 0!important;
  }
    .footer_nav_menu_right li {
      width: 100%;
    }
    .footer_nav_menu_right li:nth-child(odd) {}
  
    .footer_nav_menu_right a {
		display: block;
		color: #fff;
		text-decoration: none;
    }
  .footer_nav_menu_left{
    width:55%;
    margin-right: 2%!important;
  }

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

  .footer_nav_list {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    line-height: 1.4em;
  }
  .footer_copyright {
    font-size: 12px;
  }
  .footer_nav_lists {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 170px;}
  
	.footer_notice{padding: 2px 0;}
	.footer_pagetop{
		position: fixed;
        bottom: 2%;
        width: 60px;
        height: 60px;
        right: 2%;
        border-radius: 30px;
        background: #000000b5;
        z-index: 200;
  }
  
  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

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

h3.footer_notice_heading{
    color: black;
    padding: 8px;
    margin: 0 auto 10px;
    background: #ffffffb0;
    border-bottom: 3px solid #7c5401;
    border-right: 3px solid #bf8101;
    border-top: 1px solid #fd5a2a;
    border-left: 1px solid #fd5a2a;
    line-height: 1em;
    width: 70%;
    text-align: center;
}
.footer_notice_lists{padding-left:8px;margin: 0 0 10px;}
.footer_notice_list_dt:first-child{}
.footer_notice_list_dt{padding: 10px 0 4px;}
.footer_notice_list_dd{line-height: 1.6;padding-left: 4px;}
.footer_notice_list_dd:nth-child(8){margin-bottom:40px;}
.footerBlk:last-child .footer_notice_list_dd{
  background: white;
  padding: 4px 8px;
  border-radius: 4px;
}
.footer_notice{padding: 20px 0;}
.footer_inner{}
.footerBlk{width:25%;}
.footerBlk:last-child {width:72%;}
.footer_inner:before, .footer_inner:after {content:none;}
.footer_nav_list{padding-top: 4px;}
.footer_list {width: 140px;}
.footer_banner ul{
  display: flex;
  justify-content: space-around;
}
.footer_banner ul:before, .footer_banner ul:after{content:none;}
.footer_banner ul li{float: none;padding: 0;width: 24%;}

.side_banner_list a img{border-radius:4px;width: 100%;}
.sideCal{padding: 0;margin-top: 10px; width: 100%;}
  
@media (max-width: 480px) {
  .sideCal{
    float: unset;
    width: 100%;
    margin: 0 auto;
  }
  .header_logo a img{
    width:70%;
  }
  .side_banner{
    display: flex !important;
    flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
	margin-bottom: 10px;
  }
  .side_banner_list {
    width: 49%;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 0;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

@media (min-width: 480px) {
   .header_btm {
    display:none;
  }
}

/* -------------------------------------
*     レビューページ
* ------------------------------------- */

.reviewlist {
  	margin: 5px 0 20px;
    padding: 14px;
    overflow: hidden;
    zoom: 1;
    border: 1px solid #FB9D1E;
    background-color: #FEDDB1;
    border-radius: 6px;
}
.reviewbox{
	margin:0 0 25px 0;
	width:auto;
	border:1px solid #FCB28C;
	padding:15px;
	overflow-y:scroll;
	height:340px;

}

.review_title{
	margin:25px 0 0 0;
	padding:15px 10px 15px 10px;
	background:#FEDDB1;
	font-size:16px;
	color:#030303;
	font-weight:bold;
	border-top:1px solid #FCB28C;
	border-right:1px solid #FCB28C;
	border-left:1px solid #FCB28C;
}

.reviewlist_content {
	padding: 0 10px 10px 10px;
}

.reviewlist_datas {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 5px;
}
.reviewlist_datas a{
	font-weight:bold;
	display:block;
    padding: 2px 10px;
    color: #000;
    text-decoration: none;
  	font-size: 16px;
}
.reviewlist_datas a:hover{
  	background-color: #f9e7ce;
	border-radius:4px;
}
.icon_star {
	float: left;
	width: 150px;
}
.review_poster {
	margin-left:10px;
}
.review_poster li {
	float: right;
	list-style: none;
        margin-right:4px;
}
.review_poster li:first-child {font-weight:bold;}
.review_name{
	margin-right:10px;
}
.review_nendai{
	margin-right:10px;	
}
.review_sex{}

.review_ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.review_coments{
	font-size: 12px;
	margin-bottom: 5px;
	border-top:1px dotted #919191;
	padding-top:10px;

}
.review_img {
	float: right;
	margin: 0 0 10px 10px
}
.shopcomment {
	width:90%;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fcebd5;
	padding: 15px;
	border-radius: 6px;
}
.review_b{
	margin-top:10px;
	width: 170px;
	height: 30px;
	align-items: flex-start;
	cursor: default;
	color:#030303;
	padding: 5px 5px 3px;
	border: 2px outset buttonface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background-color: buttonface;
	box-sizing: border-box;
	-webkit-appearance: push-button;
	-webkit-user-select: none;
	white-space: pre;
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
}
.review_b a{
	color:#030303;
}

#revueLst {
        height:600px;
        overflow:scroll;
}

#revueTtl {
		margin-bottom: 20px;
		font-size: 24px;
    	font-weight: bold;
}
.nextprev .prev {
        float: left;
        text-decoration: none;
        background: #000;
        color: #fff;
        border-radius: 12px;
        padding: 2px 20px;
		margin-bottom:10px;
}
.nextprev .next {
        float: right;
        text-decoration: none;
        background: #000;
        color: #fff;
        border-radius: 12px;
        padding: 2px 20px;
		margin-bottom:10px;
}
.reviewlist_datas img{vertical-align: top;margin-left: 4px;}

/* -------------------------------------
*     カテゴリー・検索一覧
* ------------------------------------- */
.lstExp{
  text-align: left;
  font-size: 97%;
  line-height: 1.0em;
}

.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_02 {
  margin-bottom: 10px;
}

/* productlist */
.productlist_heading {
  margin: 20px 0;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
.productlist_list {
    margin-bottom: 10px!important;
    text-align: center;
    position: relative;
    width: 30%;
    padding: 1%;
    margin-right: 1%;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    min-height: 350px;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
ul.subcategorylist_lists > li {
  margin-bottom: 2px;
  width: 24.6%;
  margin-right: 2px;
}
ul.subcategorylist_lists > li a{
  border-radius: 0;
  padding: 10px;
  display: block;
  height: 40px;
  position: relative;
  background: #f7f7f7;
  color: #3c3c3c;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
ul.subcategorylist_lists > li a:hover{
  color:black;
  background: none;
}
ul.olightCls > li a:hover{
  background:#005d6b8c;
  color:#ffef00;
}

ul.subcategorylist_lists > li a:before, ul.subcategorylist_lists > li a:after{
  position: absolute;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .2s;
  background: #ffef00;
}
ul.olightCls > li a:before{
  height: 4px;
}

ul.subcategorylist_lists > li a:before{
  top: 0;
  left: 0;
}
ul.subcategorylist_lists > li a:after{
  right: 0;
  bottom: 0;
}
ul.subcategorylist_lists > li a:hover:before, ul.subcategorylist_lists > li a:hover:after{
  width:100%;
}
ul.olightCls > li a{
  color: #005d6b;
  border-color:#005d6b;
  background:#005d6b24;
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 7px;
}
.productlist_sort .sortnow{
    border-bottom: 1px dotted #181818;
    padding: 0 7px;
}

.airsoft_free{
	position: absolute;
    bottom: 10%;
    right: 2%;
    background: #fd5a2ae3;
    padding: 2px 12px;
    color: white;
    letter-spacing: 1px;
    border-radius: 4px;
    font-size: 100%;
}
.olightCt{
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 25px;
    color: #005d6b9e;
    font-family: "Roboto", serif;
	font-weight: 800;
}
.olightCt:after{
  content:'lm';
    font-size:14px;
}

@media(max-width:480px){
  .cg_freespace_01 {text-align:center;}
  .airsoft_free{bottom: 16%;}
  .subcategorylist_lists{padding: 0;}
  ul.subcategorylist_lists > li{width: 49.4%;}
  ul.subcategorylist_lists > li a{
    padding: 6px;
    height: 40px;
  }
  .olightCt{top: 50%;}
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.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,
.pagerlist li span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (min-width: 1000px) {
  .lists_img{min-height: 229px;display: flex;align-items: center;}
  .item_img[height: fit-content;]
}
@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

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

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }

  .lists_img{width:40%;display: flex;align-items: center;}
  .lists_ttl{width:58%;}
  .item_name{font-size: 11pt;line-height: 1.6em;}
}
@media (max-width: 480px) {
	.item_name{font-size: 12px;line-height: 1.2em;}
   .productlist_list{
    width: 100%;
    display: flex;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-radius: 0;
    min-height: unset;
    border-left: none;
    border-right: none;
    justify-content: space-between;
    min-height:148px;
    margin-right: 0;
  }
}

/*-------------------------------------------
スマホカテゴリー
-------------------------------------------*/

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

.menuList {
	width: 100%;
    margin: 20px 0;
    list-style: none;
}
.menuList ul{margin: 0 0 0 14px;border-left: 3px double #ffd8cc;}

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

.menu a {
	font-size: 14px;
    letter-spacing: 2px;
    color: #7f4800;
    text-decoration: none;
    border-left: 5px solid #fd5a2a;
    line-height: 2em;
    padding: 6px 4px 6px 12px;
}
.menu span.open a {
    color: #feffe8;
    text-shadow: 1px 1px 3px #fff4d8;
	border-left: 5px solid #ebfff6;
}


.menuList a:after{
  	content: ">";
    margin-left: 10px;
    font-size: 11px;
    line-height:0.6em;
}
.menu span {
	background: url(https://img11.shop-pro.jp/PA01293/120/etc_base64/c3Zfc21hX2Fjb09w.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding: 6px 0 6px 10px;
    display: block;
}
.menu span.open {
	/*
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #464646), color-stop(1, #0E0E0E));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -webkit-linear-gradient(top, #464646, #0E0E0E);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -moz-linear-gradient(top, #464646, #0E0E0E);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -ms-linear-gradient(top, #464646, #0E0E0E);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -o-linear-gradient(top, #464646, #0E0E0E);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), linear-gradient(#464646, #0E0E0E);
	*/
	background: url(https://img11.shop-pro.jp/PA01293/120/etc_base64/c3Zfc21hX2Fjb0Nsb193aGl0ZQ.png);
    background-color: #fd5a2a;
    background-repeat: no-repeat;
    background-position: 97% center;
    padding: 10px 0 10px 10px;
    display: block;
}

.menu2 a {
	font-size:10pt;
	letter-spacing:1px;
	color:#7f4800;
    text-decoration:none;
}
.menu2 span {
/*
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f7f7f), color-stop(1, #626262));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -webkit-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -moz-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -ms-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -o-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), linear-gradient(#7f7f7f, #626262);
*/
	background: url(https://img11.shop-pro.jp/PA01293/120/etc_base64/c3Zfc21hX2Fjb09w.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 20px;
	margin-left:0;
	display:block;
}
.menu2 span.open {
  /*
    background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f7f7f), color-stop(1, #626262));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -webkit-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -moz-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -ms-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -o-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), linear-gradient(#7f7f7f, #626262);
  */
	background: url(https://img11.shop-pro.jp/PA01293/120/etc_base64/c3Zfc21hX2Fjb0Nsbw.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 20px;
	margin-left:0;
	display:block;
	background: #ff9272;
}
.menu2 span.open a{color:white;}

.menu2_non a{
  /*
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f7f7f), color-stop(1, #626262));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -webkit-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -moz-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -ms-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -o-linear-gradient(top, #7f7f7f, #626262);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), linear-gradient(#7f7f7f, #626262);
  */
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 20px;
	margin-left:0;
	display:block;
	font-size:10pt;
	letter-spacing:2px;
	color:#7f4800;
    text-decoration:none;
}

.menu3 a {
	font-size:10pt;
	letter-spacing:1px;
	color:#7f4800;
    text-decoration:none;
}
.menu3 span {
  /*
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfbfbf), color-stop(1, #828282));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -webkit-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -moz-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -ms-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), -o-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtn.png), linear-gradient(#bfbfbf, #828282);
  */
	background: url(https://img11.shop-pro.jp/PA01293/120/etc_base64/c3Zfc21hX2Fjb09w.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 20px;
	margin-left:0;
	display:block;
}
.menu3 span.open {
  /*
    background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfbfbf), color-stop(1, #828282));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -webkit-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -moz-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -ms-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), -o-linear-gradient(top, #bfbfbf, #828282);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnTp.png), linear-gradient(#bfbfbf, #828282);
  */
	background: url(https://img11.shop-pro.jp/PA01293/120/etc_base64/c3Zfc21hX2Fjb0Nsbw.png);
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 20px;
	margin-left:0;
	display:block;
	background: #ffb78e;
}
.menu3 span.open a{color:white;}
.menu3_non a{
	background-repeat:no-repeat;
	background-position:97% center;
	padding:10px 0 10px 20px;
	margin-left:0;
	display:block;
	font-size:10pt;
	letter-spacing:1px;
	color:#7f4800;
    text-decoration:none;
}

.sub_menu3 a{
  /*
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2d2d2), color-stop(1, #bebebe));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -webkit-linear-gradient(top, #d2d2d2, #bebebe);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -moz-linear-gradient(top, #d2d2d2, #bebebe);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -ms-linear-gradient(top, #d2d2d2, #bebebe);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -o-linear-gradient(top, #d2d2d2, #bebebe);
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), linear-gradient(#d2d2d2, #bebebe);
  */
	background-repeat:no-repeat;
	background-position:97% center;
	font-size:10pt;
	letter-spacing:1px;
	color:#7f4800;
	padding:10px 20px 10px 20px;
	display:block;
	text-decoration:none;
	margin-left:0;
}

.smabrand a{
  /*
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(69,69,69,0.8)), color-stop(1, rgba(13,13,13,0.8)));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -webkit-linear-gradient(top, rgba(69,69,69,0.8), rgba(13,13,13,0.8));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -moz-linear-gradient(top, rgba(69,69,69,0.8), rgba(13,13,13,0.8));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -ms-linear-gradient(top, rgba(69,69,69,0.8), rgba(13,13,13,0.8));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), -o-linear-gradient(top, rgba(69,69,69,0.8), rgba(13,13,13,0.8));
	background: url(https://img11.shop-pro.jp/PA01293/120/etc/odlinkbtnR.png), linear-gradient( rgba(69,69,69,0.8), rgba(13,13,13,0.8));
  */
	background-repeat:no-repeat;
	background-position:97% center;
	font-size:10pt;
	letter-spacing:2px;
	color:black;
	padding:10px 40px 10px 20px;
	display:block;
	text-decoration:none;
	margin:0 10px;
}

.sub_menu {background: #fef9e7;}
.sub_menu2 {background: #fff5d3; border-left: 1px solid #fff5d3;}
.sub_menu3 {background: #fff2c6; border-left: 1px solid #fff2c6;}


/*
 * Calenderカレンダー
 */
td.sun, td.sat, td.holiday{background: #fff1f4;border-radius: 15px;}

/*-------------------------------------------
コンテンツ
-------------------------------------------*/
#sv_movies {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px 0;
}

@media(max-width:480px){
  .youtube-container{margin-bottom:10px;}
  .youtube-container iframe{width:100%;max-height: 220px;}
}

/*-------------------------------------------
スライド
-------------------------------------------*/
.flex-control-paging{margin-top: 4px!important;}
.flex-control-nav li{width: 10%!important;}
.flex-control-paging li a{
  width: 100%!important;
  height: 4px!important;
}
.flexslider .slides img{border-radius: 4px;}
.flexslider{margin: 0!important;}

/*-------------------------------------------
lineブロック
-------------------------------------------*/
#linefriendtop{
	text-align: center;
    border: 1px solid #00bf00;
    padding: 4% 6%;
    border-radius: 4px;
    margin: 10px 0;
}
.lineqrCord img{width: 50%;}
.linePcBlk p{
	color: #00bf00;
    text-align: left;
    font-size: 13px;
    margin-bottom:0;
}
.linePcBlk img{width:80%;margin: 4px 0;}
@media(max-width:480px){
	#linefriendtop{width: 80%; margin: 0 auto 20px;}
	.linePcBlk img{width:40%;}
}

#srcForm{
	width: 40%;
    justify-content: center;
}

@media (min-width:480px) and (max-width:1000px) {
  .header_top_inner .megaBtn{}
  .visible-phone{display:none!important;}
  #srcForm{width: 50%;}
  .search_select {
		width: 40%;
        margin-bottom: 0;
		margin-right: 2%;
	}
  .search_form{
    width: 20%;
    margin: 0;
    padding: 0;
    display: flex !important;
  }
    .search_box{
		margin-left: 0!important;
	}
  .header_nav_headline{
    display: none!important;
  }
  .btn_search {
    width: 10%;
  }
  #megaBtn{width:20%!important;}
  .header_top_inner{justify-content: normal;}
  .header_nav_phone{
	height: unset;
    border: 1px solid #767676;
    border-radius: 4px;
    padding: 1px 0px;
    width: 14%;
    justify-content: center;
    margin-left: auto;
  }
	.header_nav_lst_phone{
		width: 40%;
		left: unset;
		right: 0;
	}
  .header_nav_lst_phone a{
		padding: 20px 0;
  }
  #mainContentsWrap{}
  .header_logo{width: unset;height:100px;}
  .flex-control-nav li{width: 11% !important;}
  .footer_pagetop{}

	#side{
      width:100%;
      margin-top:30px;
  }
	.side_banner {
      margin-bottom: 20px;
      display: flex!important;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0;
      width: 100% !important;
	}
	.side_banner_list {
      margin-top: 0;
      width: 32%;
      margin-bottom: 2%;
      padding: 0;
  }
  	#side .side_banner_list:nth-child(n+3):nth-child(-n+5) {
      display:none;
  }
	.sideCal{
		display: flex;
        flex-wrap: wrap;
        width: 92%;
        margin: 0px 0 2%;
        padding: 4%;
        border-radius: 6px;
        background: #fd5a2a0d;
  }
  .sideCal h3{
		width: 40%;
        font-size: 100%;
        padding: 4px;
        text-align: center;
        line-height: 1.6em;
  }
  .sideCal .footer_notice_cal_table{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .tbl_calendar{max-width: 46%;}
  .tbl_calendar caption{font-size: 16px;}
  .tbl_calendar{font-size:95%;}
  .footer_notice_cal_memo{width: 100%; text-align: right;}
  
  .product_area_right{
		width: 90%;  margin: 0 auto;
  }
  .product_area_left{
    	width: 70%;  margin: 0 auto;
  }
}

@media(min-width:480px){
  #wrapper{padding-bottom: 180px;}
}
@media(max-width:480px){
  #side{width: 100%;}
  .visible-desktop{display: none !important;}
  #megaBtn{display:none!important;}
  .search_form {
	float: none;
	margin: 0 auto;
	flex-wrap: wrap;
	width: 96%;
    justify-content: center;
  }
  .search_select{margin-right:2%;}
}
@media(min-width:700px){
  .visible-ipad{display:none !important;}
}

/*-------------------------------------------
サバゲ カスタムページ
-------------------------------------------*/
#savaga_column_wrap {
    border: 1px solid var(--sv-red);
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
#savaga_column_wrap h2{
    color: var(--sv-red);
    width: 60%;
    background: white;
    margin-top: -23px;
    text-align: center;
    margin-bottom: 14px;
    margin-left: -8px;
}
#savaga_column_wrap p {}
#savaga_column_wrap p span{
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: serif;
}
#savaga_column_wrap dl {margin-left:10px;margin-bottom: 10px;}
#savaga_column_wrap dl dt{color: var(--sv-red);border-left:5px solid;padding-left:4px;margin: 14px 0 4px;font-size: 110%;}
#savaga_column_wrap dl dd{
    margin-left: 0;
    color: #8d545c;
    background: #fffbf2;
    padding: 8px 10px;
}
#xsvjBn{display: block; width: 100%; margin: 0 auto 10px;}
#xsvjBn img{border-radius: 4px;}

@media(max-width:480px){
  #savaga_column_wrap{padding:10px;}
  #savaga_column_wrap h2{
    width: 86%;
    font-size: 20px;
    margin-left: -20px;
    text-align: left;
    padding-left: 20px;}
  #savaga_column_wrap dl{margin-left: 4px;}
}