@charset "UTF-8";
/* CSS Document */



.head-animation{
transform: translateY(-100%); /* 上に消えるようにする */
transition: transform 1.5s cubic-bezier(.4, 0, .2, 1);}
#headerwrapper{
  transition: transform 1.5s cubic-bezier(.4, 0, .2, 1);
  -webkit-transition: -webkit-transform  all 1.5s cubic-bezier(.4, 0, .2, 1);
   -webkit-transition: transform  all 1.5s cubic-bezier(.4, 0, .2, 1);
  z-index: 1000;
 
}



#gmo_CMSPbar {display:none;}

html {
            height: 100%;
            width: 100%;
            font-size: 62.5%;
  
        }
        body {
            font-size: 1.4em;
          background-color:#fff;
          border-collapse: collapse;
          overflow-y:scroll;
        }
@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0;/*透明度80%*/
 }
}
.blinking{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.2s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}
.cg_freespace_01{
margin:0 0 10px 0!important;
}

  #main_product {  
  width: 100%;
 font-family:Microsoft Sans Serif,sans-serif;
 margin-right:auto;
 margin-left:auto;
 overflow: hidden;
position: relative;

}

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/


input[type="button"],input[type="submit"],input[type="text"],textarea {
    -webkit-appearance: none !important;
 border-radius: 0 !important;　　
box-shadow:none!important;　
  -webkit-border-radius:none!important;　
  }
 button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.product_images h3{
  display:block!important;
text-align:center;
 font-size:18px!important;
font-family:Times New Roman,serif!important;
font-weight:normal!important;
padding-bottom:15px;
margin-left:auto;
margin-right:auto;
  width:200px;}
  
#header--sticky{
display:none;
}
.vrlogo{
  width:200px;
  height:auto;
  display:block;
 
}

.vrlogo img{
  width:200px;
  height:auto;
  display:block;
}
.menu__mega_logo{
  margin:0 80px 0 0!important;
}
.pulldown1 {
  width: 50%;
  height: 40px;
  background: #fff;
  margin: 0 48% 15px 2%;
  border: 1px solid #e0e0e0;
  text-align:center;
-webkit-border-radius:0;
border-radius:0;
-webkit-appearance:none;
padding-left:5px;
}
.pulldown2 {
  width: 50%;
  height: 40px;
  background: #fff;
  margin: 0 2% 15px 48%;
  border: 1px solid #e0e0e0;
  text-align:center;
-webkit-border-radius:0;
border-radius:0;
-webkit-appearance:none;
padding-left:5px;
}
.pulldown3 {
  width: 98%;
  height: 40px;
  background: #fff;
  margin: 0 1% 10px 1%;
  border: 1px solid #e0e0e0;
  text-align:center;
-webkit-border-radius:0;
border-radius:0;
-webkit-appearance:none;
padding-left:5px;
}

.row1{
display:none;
}
.row3{
display:none;
}
#drawer{
display:none;
}

.menu {
    position: relative;
    width: 100%;
    height: 60px!important;
    margin: 0 auto;
  display:block!important;
  background:#fff;
  
   border-bottom: 1px solid #f0f0f0!important;
}
.init-bottom{
color:#000!important;
  width:100%;
   font-size: 11px;
font-weight:normal!important;
font-family:Helvetica,Arial,sans-serif;
 text-align:center;
  height:auto;
  padding:22px 0 23px 0;
}


.menu__second-level li a{
color:#000!important;
}
.menu > li {
    float: left;
    width: 80px; /* グローバルナビ4つの場合 */
    height: auto;
    line-height: 100%;
    background-color: #fff;

}


.menu > li a {
    display: block;
    color: #fff;
  
}

.menu > li a:hover {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    width:100%;
   margin: 0 auto;
}

ul.menu__second-level_brands {
  overflow: auto!important; /* スクロール */
  height: 90vh; /* スクロール */
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
div.inner {
width: 25%;
height:auto;
float: left;
font-family:sans-serif,sans-serif;
font-style:normal;
text-decoration:none;
  
}

div.inner li{
  
}





div.inner li img{
width:90%;
  margin: 0 auto;
  height:auto;
  text-align:center;
}
.menu__second-level li {
  width:100%;
   margin: 0 auto;
   font-size: 0.8vw;
font-weight:normal!important;
font-family:Helvetica,Arial,sans-serif;
     height: auto;
    line-height: 200%;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #fff;
  width:100%;
}

.menu__third-level li a:hover {
    background: #fff;
}

.menu__fourth-level li a:hover {
    background: #fff;
}

/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 60px!important;
    left: 0;
    float:left;
    box-sizing: border-box;
    width: 100%;
    padding: 2% 0 2% 2%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
   border-bottom: 1px solid #f0f0f0!important;
}

li.menu__mega:hover ul.menu__second-level {
    top: 60px!important;
    visibility: visible;
    opacity: 1;
  width:100%;
}

li.menu__mega ul.menu__second-level > li {
    width: 25%;
    border: none;
  display: block;
}

li.menu__mega ul.menu__second-level > li:nth-child(4n+3) {
    margin: 0 0;
}





.banner_text {
position: absolute!important;
width:80%!important;
top: 50%!important;
left: 50%!important;
-webkit-transform: translate(-50%, -50%)!important; /* Safari用 */
transform: translate(-50%, -50%)!important;
-moz-transform: translate(-50%,-50%)!important;
-ms-transform: translate(-50%,-50%)!important;
-o-transform: translate(-50%,-50%)!important;
}
.banner_text p {
}

 p.vw1 {
            font-size: 1.5vw;
         
        }
 p.vw3 {
            font-size: 4.5vw;
          font-family:Times New Roman,serif!important;
        }
 p.vw4 {
            font-size: 2.2vw!important;
          font-family:Times New Roman,serif!important;
        }
 p.vw2 {
            font-size: 1.0vw!important;

        }
p.vw2n {
            font-size: 1.0vw!important;
font-weight:normal!important;
        }
        p.vh {
            font-size: 5vh;
          
}
.brand-banner-image img{
width: 100%!important;
height: auto!important;
  display:block;
  filter: brightness(80%);
}

.brand-banner-image {
width: 100%;
margin: 0 0 10px;
padding: 0;
display:block;
 position: relative;
}

.brand-banner-image_800{
display:none;
width: 100%;
margin: 0 0 15px 0;
padding: 0;
}

.coupon-banner-image img{
width: 100%!important;
height: auto!important;

}

.coupon-banner-image {
width: 100%;
margin: 0 0 15px 0;
padding: 0;
height:auto;
}

.coupon-banner-image_800{
display:none;
width: 100%;
margin: 0 0 15px 0;
padding: 0;
}


#button_facebook a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 32px;
    background-image: url(https://file.venturer.jp/images/button_facebookx.gif);
    padding-top: 32px;
    margin-left:5px;
margin-bottom:10px;
float:left;
}

#button_facebook a:hover {
    background-image: url(https://file.venturer.jp/images/button_facebook.gif);
float:left;
}

#button_twitter a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 32px;
    background-image: url(https://file.venturer.jp/images/button_twitterx.gif);
    padding-top: 32px;
margin-bottom: 10px;

float:left;
}

#button_twitter a:hover {
    background-image: url(https://file.venturer.jp/images/button_twitter.gif);
}


#button_insta a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 32px;
    background-image: url(https://file.venturer.jp/images/button_instax.gif);
    padding-top: 32px;
margin-bottom: 10px;
float:clear;
}

#button_insta a:hover {
    background-image: url(https://file.venturer.jp/images/button_insta.gif);
}
        
 #button_blog a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 32px;
    background-image: url(https://file.venturer.jp/images/button_blogx.gif);
    padding-top: 32px;
    margin-left:5px;
float:left;
}

#button_blog a:hover {
    background-image: url(https://file.venturer.jp/images/button_blog.gif);
float:left;
}          
        

#button_gallery a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 32px;
    background-image: url(https://file.venturer.jp/images/button_galleryx.gif);
    padding-top: 32px;

float:left;
}

#button_gallery a:hover {
    background-image: url(https://file.venturer.jp/images/button_gallery.gif);
}
#top_text_x{
  display:none;
  }
#top_text_y{
  
display:block!important;
background-color:#f0f0f0!important;
width:100%;
height:30px!important;
color:#000;
text-align:center;
font-weight:normal!important;
font-family:Times New Roman,serif!important;
margin-left:auto;
margin-right:auto;
  }
.imagelist{
display:none!important;
}
.breadcrumblist{
display:none;
}
  div.product_description {
margin-bottom:0!important;
}
.product_sns_area_l{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.thumbnail_area_right{
max-width:1000px!important;
}
.topbanner_s{
display:none;
}

.product_sns_area_s{display:none;}
@media screen and (max-width: 800px) {
  input{
-webkit-appearance: none;
  }
  
  .banner_text_800 {
 position: absolute!important;
  top: 50%!important;
  left: 50%!important;
    width:80%!important;
  -webkit-transform: translate(-50%, -50%)!important; /* Safari用 */
  transform: translate(-50%, -50%)!important;
    -moz-transform: translate(-50%,-50%)!important;
-ms-transform: translate(-50%,-50%)!important;
-o-transform: translate(-50%,-50%)!important;
}
   .banner_text_800 p{

}
  .topbanner_l{
display:none;
}
.topbanner_s{
display:block!important;
}
 #stores_name img{
padding:0!important;
margin:0!important;
width:48%!important;
}
  #guide_top{
text-align:center!important;

}
  #brands_name{
width:100%!important;
text-align:left!important;
height:auto;
vertical-align:middle!important;
float:left;
}
  #brands_top{
width:100%!important;
text-align:left!important;
height:auto;
vertical-align:middle!important;
float:clear;
}
  .pager_top {
   font-size:12px!important;
   width:100%;
   height:50px;
   padding:5px 1% 5px 1%;
font-family: Helvetica,Arial,sans-serif;
  text-align:center!important;
}
.pager_bottom {
  text-align:center!important;
   font-size:12px!important;
   width:100%;
   height:50px;
   padding:0 1% 5px 1%!important;
font-family: Helvetica,Arial,sans-serif;
}
  .product_sns_area_l{display:none!important;}
  .product_sns_area_s{
    display:block!important;
  margin-right:auto;
    margin-left:auto;
  text-align:center;
    -webkit-filter: grayscale(100%);
filter: grayscale(100%);
  }
  h1.product_brand_name {
  display:none!important;
  }
   h2.product_name {
  display:none!important;
  }
  
  .breadcrumblist {
display:block!important;
    font-size:18px!important;
font-family:Times New Roman,serif!important;
font-weight:normal!important;
   margin-top:14px;
    margin-bottom:14px;
   text-align:center!important;
  margin-right:auto!important;
  margin-left:auto!important;
    padding-left:0!important;
    padding-right:0!important;
}
    #main_product {  
  width: 100%!important;
 font-size:11px;
 font-family:Microsoft Sans Serif,sans-serif;
 margin-right:auto;
 margin-left:auto;
 overflow: hidden;
position: relative;
margin-bottom:0px;
  margin-top:0px!important;
    height:auto!important;
    display:block!important;
}
  div.product_description {
margin-bottom:0!important;
}
  .imagelist{
display:block!important;
    width:100%!important;
}
  .imagelist img{
    width:100%!important;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 0 0 0 ;
  text-align: center;
}
.sold_out2{
     display:block!important;
   background-color:#ce0000; 
border: 1px solid #ccc!important;
font-size:12px; 
color: #000;
    width:90%!important;
height:50px!important;
font-weight:bold;
margin:0 5% 0 5%!important;
}

  
  #ui-tab {
	margin: 0 auto;
	width: 100%!important;
	height: 100%;
    background-color:#f0f0f0!important;
}
  #ui-tab ul li a{
  margin: auto;
  display: block; 
  width: 100%!important;
    text-align: center!important;
  vertical-align: middle!important;
font-weight:normal!important;
 font-size:12px!important;
font-family:sans-serif,sans-serif;
  height:100%!important;
}
    #ui-tab ul li a span {
	width: 100px!important;
	height: 50px!important;
    display: flex!important;
      justify-content: center!important;
	align-items: center!important;
      text-align:center!important;
      margin-right:auto!important;
      margin-left:auto!important;
        
      
}
  #ui-tab ul li {
	float:clear!important;
text-align:center!important;
     background-color:#fff; 
border: 1px solid #ccc!important;
font-size:12px; 
color: #000;
width:90%!important;
align-items: center!important;
height:50px!important;
font-weight:bold;
margin:1.25% 5% 1.25% 5%!important;
  
}


.purchase_submit_button {
  border: none;
  display: inline-block;
background-color:#000000; 
border-style: none;  
font-size:12px; 
color: #fff;
width:90%!important;
margin:0 5% 2.5% 5%!important;
font-weight:bold;
height:50px!important;
     }
  .purchase_inquiry_button_l{
  display:none;
  }
  
.purchase_inquiry_button_s {
  display:block!important;
   background-color:#fff; 
border: 1px solid #ccc!important;
font-size:12px; 
color: #000;
    width:90%!important;
height:50px!important;
font-weight:bold;
margin:0 5% 0 5%!important;
     }
  .purchase_inquiry_button_w {
  width:90%!important;
margin:0 5% 2.5% 5%!important;
font-weight:bold;
height:50px!important;
     }
table.add_cart_table {
width: 90%!important;
  height:100%!important;
  margin-right:5%!important;
  margin-left:5%!important;
border-top: 0!important;
border-collapse: collapse!important;
}
table.add_cart_table th {
  border-collapse: collapse!important;
border-bottom: 1px solid #ccc!important;
padding: 5px;
font-size: 11px;
width:100px;
}
table.add_cart_table td {
  border-collapse: collapse!important;
border-bottom: 1px solid #ccc!important;
padding: 5px;
font-size: 11px;
width:380px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
  border-collapse: collapse!important;
}
table.add_cart_table td strong.price {
font-size: 14px;
}
  .add_cart_table img{
  filter: brightness(0.94)!important;
  }


  #main_product {  
  width: 100%!important;
 font-size:11px;
 font-family:Microsoft Sans Serif,sans-serif;
 margin-right:auto;
 margin-left:auto;
 overflow: hidden;
position: relative;
margin-bottom:0px;
  margin-top:20px;
    height:auto!important;
    display:block!important;
}
  .item_box_recommend{
float:left;
width:33.333%!important;
text-align:center;
font-size:15px;
font-family:Times New Roman,serif!important;
margin:20px 0 50px 0!important;
}
.item_photo_recommend{
float:left;
width:100%!important;
}
  .item_photo_recommend img{
width:100%!important;
}

#box_alsobought{
padding-left:5%;
padding-right:5%;
width:100%!important;
}
.product_detail_area{
float:clear!important;
width:100%!important;

   margin-right:auto!important;  
 margin-left:auto!important;  
}
  div.product_images {
width: 100%!important;
float: clear!important;
display: inline;
 font-size:11px;
 font-family:Microsoft Sans Serif,sans-serif;
    background-color:#f0f0f0!important;
    margin-top:3%!important;
    margin-bottom:5%!important;
}
  #recommend_product {
  width: 100%!important;
 margin-right:auto;
 margin-left:auto;
}
#recommend_product h3{
text-align:center;
 font-size:18px!important;
font-family:Times New Roman,serif!important;
font-weight:normal!important;
padding-bottom:15px;
margin-left:auto;
margin-right:auto;
  width:200px!important;
}

.product_images h3{
  display:block!important;
text-align:center;
 font-size:18px!important;
font-family:Times New Roman,serif!important;
font-weight:normal!important;
padding-bottom:15px;
margin-left:auto;
margin-right:auto;
  width:200px!important;
}

div.add_cart {
width: 100%!important;
float: clear;
text-align:center!important;
height:auto!important;
}
table#option_tbl {
width: 90%;
height:50px;
margin-right:5%!important;
margin-left:5%!important;
margin-bottom: 5%!important;
margin-top: 5%!important;
}

h2.product_name {
font-size: 13px;
margin-bottom: 10px;
font-family:Microsoft Sans Serif,sans-serif;
text-align:center!important;
}
h3.product_price {
font-size: 14px;
margin-bottom: 5px;
font-family:Microsoft Sans Serif,sans-serif;
text-align:center!important;
}

.thumbnail_area{
width: 100%!important;
float:clear!important;  
  top:0!important; 
  display:block;
   margin-right:auto!important;  
 margin-left:auto!important;  
  margin-top:10px;
  margin-bottom:20px;
}
  div.thumbnail_area_left{
  display:none!important;
  }
  div.thumbnail_area_right{
     display:none!important;
  width: 100%!important;
height:auto!important;
float: clear!important;
  }
  .main_thumbnail {
width:96%!important;
    height:auto!important;
     margin-right:2%!important;  
 margin-left:2%!important;
  }
  
.main_thumbnail img {
width:100%!important;
 height:auto!important;
float: clear!important;
padding-top:5px;
}

  
.slide-title_1{
font-size:65%!important;
  padding:2% 0 2% 0 ;
}
.slide-title_2{
font-size:65%!important;
}

.off { background-color:#c80000; 
border-style: none;  
color: #fff;
   
  padding:4px;
}


#option_tbl{
margin-right : auto;
 margin-left : auto;
width: 100%;
border-collapse: collapse;
margin-top:10%;
margin-bottom:10%;
}
.table_price {
display:none;
}
.cell_2{
vertical-align: top;
text-align:center;
padding:8% 0 0 0;
background-color: #fff;
border: 1px solid #b9b9b9;
width: 100%;
}
.cell_1{
width: 20%!important;
text-align:center;
height:100%;
vertical-align: middle;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
padding:5% 5% 5% 5%;
}
#stock_table_modal{
margin-right : auto;
margin-left : auto;
text-align:center;
}


.add_cart_table_modal{
margin-right : auto;
 margin-left : auto;
text-align:center;
}
.stock_zero{
vertical-align: top;
text-align:center;
margin:8% 0 8% 0;
background-color: #fff;
border: none;
width: 50%;
}

.t_stock_num {
white-space: nowrap;
padding:0 0 0 0;
vertical-align: top;
}
.product_brand_name_modal{
text-align:center;
font-size:100%;
font-weight:bold;
}
.product_name_modal{
text-align:center;
font-size:100%;
font-weight:normal;
}
.product_price_modal{
text-align:center;
font-size:100%;
font-weight:bold;
}
.product_brand_name_modal a:link {color:#000000;} 
.product_brand_name_modal a:visited {color:#000000;} 


#products_text{
text-align:center;
font-size:70%;
font-weight:bold;
margin:0 0 1% 0;
background-color:#e7e7e7;
padding:2% 0 2% 0 ;
width:100%;
}


/* ************************************************ 
 *  tab
 * ************************************************ */













.product_brand_name{
text-align:center;
font-size:100%;
}
.product_brand_name a:link {color:#000000;} 
.product_brand_name a:visited {color:#000000;} 



#product_name{
text-align:center;
font-size:90%;
font-weight:normal;

}



    


.sold_out2{
   border: none;
  display: inline-block;
background-color:#ce0000; 
border-style: none;  
font-size:12px; 
color: #fff;
width:90%!important;
margin:0 5% 2.5% 5%!important;
font-weight:bold;
height:50px!important;
}

.stock_error{
padding:0%;
}

 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}
  
  
  
  .grid{width:100%!important;
    overflow: hidden;
}
  
      p.vw1 {
            font-size: 3vw;
        }
  p.vw3 {
            font-size: 4.5vw;
          font-family:Times New Roman,serif!important;
        }
   p.vw4 {
            font-size: 5.5vw!important;
          font-family:Times New Roman,serif!important;
        }
 p.vw2 {
            font-size: 2.0vw!important;

        }
p.vw2n {
            font-size: 1.9vw!important;
font-weight:normal!important;
        }
        p.vh {
            font-size: 5vh;
          
}
  
  

  
  .pager_top {
  display:none;
  
}
   .pager_bottom {
   font-size:11px;
   text-align:right;
   width:100%;
   height:50px;
   padding:5px 20px 5px 5px;
  font-family: Helvetica,Arial,sans-serif;

}

  #drawer{
    border-collapse: collapse!important;
display:block!important;
    z-index:3000!important;
font-weight:normal!important;
font-family:Helvetica,Arial,sans-serif!important;
  }

  .vrlogo{
  width:100px;
  height:auto;
  display:block;
float:center;
}
.vrlogo img{
  width:100px;
  height:auto;
  display:block;
}
    #category{
  width:100%!important;
  }
  
     #content{
  width:100%!important;
  }
  .footstamp {
    font-size:18px!important;
     width:100%;
 text-align:center!important;
  margin-right:auto;
  margin-left:auto;
font-family:Times New Roman,serif!important;
line-height:50px;
    padding-left:0!important;
    padding-right:0!important;
}
  .sort {
   font-size:11px;
   background-color: #f4f4f4;
   width:100%;
   height:30px!important;
   text-align:center;
  }
  .brandsearch{
     height:30px!important;
width:100%;
padding-bottom:10px;
}
#category_filter{
vertical-align:middle;
  width:50%;
}
	
#sort_filter{
  float:left;
vertical-align:middle;
	width:50%;
	}

  #main{
  width:100%!important;
  }
li.menu__mega_right{
  display:none;
  }
    .item_area{
  width:100%!important;
  }
  .item_box{
  float:left;
width:48%!important;
text-align:center;
font-size:13px;
font-family: Helvetica,Arial,sans-serif;
margin:10px 1% 60px 1%!important;

  }
  .item_photo{
   width:100%!important;
  }
  .item_photo img{
   width:100%!important;
  }
  .item_detail{
     width:100%!important;
  }
  .item_name{
  width:100%!important;
  }
  #footerwrapper{
  display:none;
  } 
    #footernavi1{
  display:none;
  }
  #footernavi2{
  display:none;
  }
    #footernavi3{
  display:none;
  }
   #copyright{
	font-size: 9px!important;
     	  padding-right:0!important;
   padding-left:0!important;
	height: auto!important;
   width:100%!important;
   margin-right: auto!important;
   margin-left: auto!important;
	text-align:center;
	padding-top:20px;
		height: 90px!important;
	display: block;
color:#000;

}
    #copyrightwrapper {
	background-color: #e0e0e0;
	height:130px!important;
	width: 100%!important;
	overflow:hidden;
    text-align:center;
     margin-right: auto!important;
   margin-left: auto!important;
     padding-right:0!important;
   padding-left:0!important;
}
  .menu__mega_logo{
  margin:0 0 0 0!important;
}
    #header--sticky{
display:block!important;
}
  .menu{
  display:none!important;
  }
  /*
 * パーツ
 */

.slick-slide img {
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-open--flip {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--red {
  background: #f44336;
  color: #fff;
}

.button--white {
  background: #fff;
  color: #000000;
}

.button--orange {
  background: #ff6f00;
  color: #fff;
}
.button--black {
  background: #f0f0f0;
  color: #000;
}


.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--sort {
  font-size: 100%;
  padding: 5px 0;
  width: 28%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--tag {
  font-size: 85.71429%;
  padding: 4px 4px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 114.28571%;
  padding: 11px 0 12px;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
  line-height: 1;
}
.button--medium .icon {
  width: 14px;
  margin: 0 0 0 5px;
}

.button--large {
  font-size: 128.57143%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
  margin: 0 0 10px;
}

.button--disabled {
  background: #bdbdbd;
  color: #fff;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color:#e0e0e0;
-webkit-border-radius:none;
-webkit-appearance:none;
outline:0; 
}

  
  
input[type="text"].keyword--small {
  width: 68%;
  margin: 0 10px 0 0;
  height: 40px;
}

input[type="text"].keyword--white {
  background: #fff;
  color: #212121;
}

input[type="text"].keyword--black {
  background: #000;
  color: #fff;
  border: none;
}

input[type="number"].productnum {
  padding: 8px 10px;
  width: 15%;
}

input[type="text"].productnum {
  padding: 8px 10px;
  width: 15%;
}

.pulldown1 {
  width: 94%!important;
  height: 40px!important;
  background: #fff;
  margin: 0 2% 15px 4%;
  border: 1px solid #e0e0e0;
}
  .pulldown2 {
  width: 94%;
  height: 40px;
  background: #fff;
  margin: 0 4% 15px 2%;
  border: 1px solid #e0e0e0;
}
  
  .pulldown3 {
  width: 96%;
  height: 40px;
  background: #fff;
  margin: 0 2% 10px 2%;
  border: 1px solid #e0e0e0;
}

  
  /* ヘッダー */
.shopname {
  padding: 20px 20px 15px;

}

.shopname-text {
  text-align: center;
  margin: 0;
  font-size: 142.85714%;
}
.shopname-text a {
  font-weight: bold;
  color: #212121;
  display: block;
}

/* ツールバー */
.toolbar {
  background: #fff!important;
margin: 0 auto;  
}

.toolbar-inner {
margin: 0 auto;  
  padding: 0;
  background:#fff;
}

.toolbar-item {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
 
}
.toolbar-item a {
  font-size: 80%;
  display: block;
 
  color: #000000;
  line-height: 1.3;
}

.toolbar-item a:active {
  background: rgba(255, 255, 255, 0.1);
}

.toolbar-item a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

#header--sticky {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0!important;
  left: 0;
  display: none;
  width: 100%;
  height:70px!important;
  
}
#header--sticky .toolbar-item {
  list-style: none;
}
#header--sticky .toolbar-item .icon {
  margin: 0;
}
#header--sticky .toolbar--menu {
  float: left;
  width:18%;
 padding:10px 0 0 0;
}

#header--sticky .toolbar--cart {
  float: right;
  width: 18%;
 padding: 10px 0 0 0;
}





#header--sticky_x {
  background: #555;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
}
#header--sticky_x .toolbar-item {
  list-style: none;
}
#header--sticky_x .toolbar-item .icon {
  margin: 0;
}
#header--sticky_x .toolbar--menu {
  float: left;
  width:18%;
 padding: 10px 0 0 0;
}

#header--sticky_x .toolbar--cart {
  float: right;
  width: 18%;
 padding: 10px 0 0 0;
}









.toolbar--totop {
  width: 64%;
  border: none;
text-align:center;
}
.toolbar--totop a {
  font-size: 100%;
  width: 100%;
  padding-top: 10px;
  line-height: 1;
}
.toolbar--totop a .icon--up_w {
  width: 16px;
}

/* ドロワー(フィルター) */
.drawer-accordion-name-text_filter {
color: #000;
font-size:150%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0px;
background-color:#fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



/* ドロワー */


#drawer {
  position: fixed;
  top: 0;
  left: -280px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 280px;
  height: 100%;
  color: #000;
  background: #fff;
  -webkit-overflow-scrolling: touch;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#drawer.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.drawer-item {
  border-bottom: 1px solid #f0f0f0;
box-shadow:none!important;
}

.drawer-item-name {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
.drawer-item-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-item-name-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;

}

.drawer-item-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-item-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion {
  border-bottom: 1px solid #f0f0f0;
background-color:#fff;
}
.drawer-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
border: 1px solid #f0f0f0;
background-color:#fff;
}

.drawer-accordion-name {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
.drawer-accordion-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
  
  .drawer-accordion-name-text-sub{
  color:#6f6f6f!important;
  }

.drawer-accordion-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion-item {
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
}

.drawer-accordion-item a:link {color:#000000;} 
.drawer-accordion-item a:visited {color:#000000;} 

.drawer-accordion-item:last-child {
  border: none;
}
.drawer-accordion-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 15px 15px 30px!important;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
  vertical-align: middle;
}
.drawer-accordion-item .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
font-size:80%;
}

.drawer-accordion-item-text_filter {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
font-size:100%;
}


drawer-accordion-item-text a:link {color:#ffffff;} 
drawer-accordion-item-text a:visited {color:#ffffff;} 

.drawer-accordion-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-item-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer--search {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  box-shadow:none!important;
}
#top_text_x{
display:block!important;
background-color:#f0f0f0!important;
width:100%;
height:40px;
color:#000;
text-align:center;
font-size:13px!important; 
font-weight:normal!important;
font-family:Helvetica,Arial,sans-serif;
margin-left:auto;
margin-right:auto;
padding:12px 0 0 0 ;
}
  #top_text_y{
display:block!important;
background-color:#f0f0f0!important;
width:100%;
height:30px;
color:#000;
text-align:center;
font-size:15px!important; 
font-weight:normal!important;
font-family:Times New Roman,serif!important;
margin-left:auto;
margin-right:auto;
}
#top_text_wrap{
width:320px;  
 margin-left:auto;
margin-right:auto; 
color:#000!important;
  height:20px;
  padding:0 0 0 0 !important;
  }
/*
 * layout
 */
#outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
overflow: hidden;
}

#wrapper.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
   filter: brightness(80%);
}


.section-inner {
  padding: 0 20px 20px;
text-align:center;
font-size:80%;
}

#top_text_x a:link {color:#fff;} 
#top_text_x a:visited {color:#fff;} 
#top_text_x a:hover {color:#fff;} 
#top_text_x a:active {color:#fff;} 
  
#top_text_y a:link {color:#fff;} 
#top_text_y a:visited {color:#fff;} 
#top_text_y a:hover {color:#fff;} 
#top_text_y a:active {color:#fff;} 

.section-inner a:link {color:#000000;} 
.section-inner a:visited {color:#000000;} 
.section-inner a:hover {color:#000000;} 
.section-inner a:active {color:#000000;} 

  #top_text_1 a, #top_text_2 a, #top_text_3 a, #top_text_4 a{ 
  background-color:#f0f0f0!important;
color:#000!important;
  }
  
  #top_text_wrap a{
 color:#000!important;
  }

  #top_text_wrap{
width:480px;  
 margin-left:auto;
margin-right:auto; 
    color:#000!important;
    height:20px;
  }
  
#top_text_1{
  width:120px;
text-align:center;
font-weight:normal;
padding:0 0 0 0 ;
vertical-align:middle;
display:block!important;
background-color:#f0f0f0!important;
color:#000!important;
  float:left;
}
  
#top_text_2{
  width:120px;
text-align:center;
font-weight:normal;
vertical-align:middle;
margin:0 0 0 0;
display:block!important;
background-color:#f0f0f0!important;
color:#000!important;
float:left;
}
#top_text_3{
  width:120px;
text-align:center;
font-weight:normal;
margin:0 0 0 0;
  vertical-align:middle;
display:block!important;
background-color:#f0f0f0!important;
color:#000!important;
float:left;
}
#top_text_4{
  width:120px;
text-align:center;
font-weight:normal;
background-color:#f0f0f0!important;
color:#000 !important;
float:left;
  vertical-align:middle;
}

.brand-banner-image_800 img{
width: 100%!important;
height: auto!important;
display:block;
  filter: brightness(80%);
}

.brand-banner-image_800 {
width: 100%;
margin: 0 0 10px 0;
padding: 0;
display:block;
position: relative;
}
.brand-banner-image {
display:none;
}

.coupon-banner-image_800 img{
width: 100%!important;
height: auto!important;

}

.coupon-banner-image_800 {
width: 100%;
margin: 0 0 15px 0;
padding: 0;
height:auto;
}
.coupon-banner-image {
display:none;
}


  #header_info{
  display:none;
  }
  
  .header_link{
  float:right!important;
  }
 
 
  #headermenu9{
  display:none;
  }
  
  
   #headermenu10{
  display:none;
  }
  #category{
  width:100%!important;
  }
  #main{
  width:100%!important;
  }
  .item_area{
  width:100%!important;
  }
 
  .item_photo{
   width:100%!important;
  }
  .item_photo img{
   width:100%!important;
  }
  .item_detail{
     width:100%!important;
  }
  .item_name{
  width:100%!important;
  }
  li.menu__mega_right{
  display:none;
  }

 
  #drawer{
display:block!important;
}
  .pulldown1 {
  width: 94%!important;
  height: 40px!important;
  background: #fff;
  margin: 0 2% 15px 4%;
  border: 1px solid #e0e0e0;
}
  .pulldown2 {
  width: 94%;
  height: 40px;
  background: #fff;
  margin: 0 4% 15px 2%;
  border: 1px solid #e0e0e0;
}
    .pulldown3 {
  width: 96%;
  height: 40px;
  background: #fff;
  margin: 0 2% 10px 2%;
  border: 1px solid #e0e0e0;
}
 .row1{
display:block!important;
}  
  .row2{
display:none!important;
}
    .row3{
display:none!important;
}
  input[type="text"].keyword {
  font-size: 85.71429%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color:#e0e0e0!important;
    -webkit-appearance: none!important;
}

input[type="text"].keyword--small {
  width: 68%;
  margin: 0 10px 0 0;
  height: 40px;
}

input[type="text"].keyword--white {
  background: #fff;
  color: #212121;
}

input[type="text"].keyword--black {
  background: #000;
  color: #fff;
  border: none;
}

input[type="number"].productnum {
  padding: 8px 10px;
  width: 15%;
}

input[type="text"].productnum {
  padding: 8px 10px;
  width: 15%;
}
  
}

@media screen and (max-width: 480px) {
.grid{
  width:100%!important;
  overflow: hidden;
}
  #top_text_x{
display:block!important;
background-color:#f0f0f0!important;
width:100%;
height:40px;
color:#000;
text-align:center;
font-size:11px!important; 
font-weight:normal!important;
font-family:Helvetica,Arial,sans-serif;
margin-left:auto;
margin-right:auto;
padding:12px 0 0 0 ;
}
  
    #top_text_y{
display:block!important;
background-color:#f0f0f0!important;
width:100%;
height:30px;
color:#000;
text-align:center;
font-size:15px!important; 
font-weight:normal!important;
font-family:Times New Roman,serif!important;
margin-left:auto;
margin-right:auto;
}
  #top_text_wrap{
width:320px;  
 margin-left:auto;
margin-right:auto; 
height:20px;
  }
  
#top_text_1{
  width:80px;
text-align:center;
font-weight:normal;
padding:0 0 0 0 ;
vertical-align:middle;
display:block!important;
background-color:#f0f0f0!important;
color:#000!important;
  float:left;
}
  
#top_text_2{
  width:80px;
text-align:center;
font-weight:normal;
vertical-align:middle;
margin:0 0 0 0;
display:block!important;
background-color:#f0f0f0!important;
color:#000!important;
float:left;
}
#top_text_3{
  width:80px;
text-align:center;
font-weight:normal;
margin:0 0 0 0;
  vertical-align:middle;
display:block!important;
background-color:#f0f0f0!important;
color:#000!important;
float:left;
}
#top_text_4{
  width:80px;
text-align:center;
font-weight:normal;
background-color:#f0f0f0!important;
color:#000 !important;
float:left;
  vertical-align:middle;
}


 
   p.vw1 {
            font-size: 3.5vw;
        }
   p.vw3 {
            font-size: 8vw;
          font-family:Times New Roman,serif!important;
        }
   p.vw4 {
            font-size: 8vw!important;
          font-family:Times New Roman,serif!important;
        }
 p.vw2 {
            font-size: 2.5vw!important;

        }
p.vw2n {
            font-size: 2.5vw!important;
font-weight:normal!important;
        }
        p.vh {
            font-size: 5vh;
          
        }
   #copyright{
   font-size: 9px!important;
   padding-right:0!important;
   padding-left:0!important;
   height: auto!important;
   width:100%!important;
   margin-right: auto!important;
   margin-left: auto!important;
   text-align:center;
   padding-top:20px;
   height: 90px!important;
   color:#000;

}
    #copyrightwrapper {
	background-color: #e0e0e0;
	height:130px!important;
	width: 100%!important;
	overflow:hidden;
    text-align:center;
    margin-right: auto!important;
    margin-left: auto!important;
    padding-right:0!important;
    padding-left:0!important;
}
  
}
@media screen and (max-width: 320px) {
.grid{width:100%!important;
  overflow: hidden;
}
    #drawer{
display:block!important;
}
   .menu{
  display:none!important;
  }
  #header--sticky{
display:block!important;
    
}
.menu__mega_logo{
  margin:0 0 0 0!important;
}
  .init-bottom{
color:#000!important;
  width:100%;
   font-size: 11px;
font-weight:normal!important;
font-family:Helvetica,Arial,sans-serif;
 text-align:center;
  height:auto;
  padding:22px 0 23px 0;
}
 #copyright{

	font-size: 8px!important;
	text-align:center !important;
	padding-top:20px;
   padding-right:0!important;
   padding-left:0!important;
	height: auto!important;
   width:100%!important;
   margin-right: auto!important;
   margin-left: auto!important;
color:#000;
}
  #copyrightwrapper {

	background-color: #e0e0e0;
	height:120px!important;
	width: 100%!important;
	overflow:hidden;
    text-align:center;
     margin-right: auto!important;
   margin-left: auto!important;
     padding-right:0!important;
   padding-left:0!important;
}
    #category{
  width:100%!important;
  }
  #main{
  width:100%!important;
  }
  li.menu__mega_right{
  display:none;
  }
    .item_area{
  width:100%!important;
  }
 
  .item_photo{
   width:100%!important;
  }
  .item_photo img{
   width:100%!important;
  }
  .item_detail{
     width:100%!important;
  }
  .item_name{
  width:100%!important;
  }
    #footerwrapper{
  display:none;
  } 
  #footernavi1{
  display:none;
  }
  #footernavi2{
  display:none;
  }
    #footernavi3{
  display:none;
  }
}