@charset "utf-8";

@media (min-width: 1200px){
  .container {
    width: 1050px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fa{
  font-size: 24px;
  color: #39387f;
}
.member_link .fa{
  line-height: 50px;
  vertical-align: top;
  /*margin-right: 3px;*/
  width: 30px;
  text-align: center;
}

.gnav{

}
.gnav ul{
  /*font-size: 0;*/
  display: flex;
}
.gnav ul li{
  font-size: 14px;
  /*display: inline-block;*/
  vertical-align: top;
  /*width: 16.666666%;*/
  width: 100%;
}
.gnav ul li a{
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  color: #333333;
  font-weight: bold;
}
.gnav ul li.active a,
.gnav ul li:hover a{
  color: #FFF;
  background: #39387f;
  text-shadow: 0 0 2px #333;
}
.gnav ul li:not(:last-child) a:after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 2em;
  top: 50%;
  right: 0;
  -web-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px dotted #999;
}

#drawer .gnav_menu{
  
}
#drawer .gnav_menu li{
  
}
#drawer .gnav_menu li a{
  border-bottom: 1px solid #e8e8e8;
    color: #525263;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
}

.blc_price_description{
  margin-top: -50px;
  font-size: 14px;
}
.blc_price_description p{
  margin: 0;
  display: inline-block;
}
.blc_price_description p.txt1{
  display: block;
}

/**/
.list_ttl{
  margin-bottom: 0;
}

.list_header_menu{
  border-bottom: 0;
}

/**/
.main_visual{
  text-align: center;
  margin-bottom: 15px;
}
.main_visual_slider{
  
}

/**/
.top_msg{
  
}
.top_msg h2{
  color: #111;
  font-size: 26px;
}
.top_msg p{
  color: #333;
  font-size: 19px;
}
.top_msg .goto_guide{
  
}
.top_msg .goto_guide span{
  display: block;
  margin: auto;
  width: 150px;
  line-height: 150px;
  text-align: center;
}
.top_msg .goto_guide span a{
  display: block;
  border: 1px solid #CCC;
  border-radius: 50%;
  color: #111;
}
.top_msg .goto_guide span a:hover{
  background: #39387f;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 2px #333;
}

.search{
  border-bottom: 1px dotted #CCC;
  margin-bottom: 15px;
}

.category_contents{
  
}
.category_contents .category_bn{
  
}
.category_contents .category_bn a{
  display: block;
  border: 1px solid #CDCDCD;
}
.category_contents .category_bn h3{
  color: #333333;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #CDCDCD;
}
.category_contents .category_bn h3 span{
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

/**/
.news_contents{
  margin-bottom: 30px;
}

/**/
.pickup_item{
  color: #333333;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
.pickup_item h2{
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
}
.pickup_item h2 span{
  display: block;
  font-weight: 500;
  font-size: 12px;
}
.pickup_item h3{
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.pickup_item h4{
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.pickup_item .img{
  border: 1px solid #CCC;
  margin: 0 0 15px;
}

#item_detail{
  margin-top: 30px;
}

.btn_area .btn{
  margin-bottom: 5px;
}

.age_err{
  border-color: red;
  color: red;
}


.item_photo{
      
}
.item_photo .regular_icon,
[id*="detail_image_box__item--"] .regular_icon,
.pg_regular_products .item .image .regular_icon{
  background-image: url('/template/ravir/img/regular_icon.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 35%;
}

@media (max-width:1023px){
  .top_msg h2{
    font-size: 20px;
  }
  .top_msg p{
    font-size: 14px;
  }
}



@media (max-width:768px){
  #member{
    /*margin-top: 50px;*/
  }
}
@media (max-width:767px){
  .header_logo_area{
    padding-bottom: 5px;
  }
  .header_logo_area .header_logo a{
    display: block;
  }
  .header_logo_area .header_logo img{
    height: 40px;
  }
  
  .blc_price_description{
    margin-top: 0;
    font-size: 13px;
    text-align: center;
  }
  
  .top_msg{
    text-align: center;
  }
  .top_msg h2{
    /*font-size: 20px;*/
  }
  .top_msg p{
    /*font-size: 14px;*/
  }
  
  .category_contents .category_bn > a{
    font-size: 0;
  }
  .category_contents .category_bn h3{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    border-bottom: 0;
  }
  .category_contents .category_bn h3 span{
    font-size: 14px;
  }
  .category_contents .category_bn .img{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  
  #item_list [id*="result_list_box--"]{
    margin-bottom: 10px;
  }
  #item_list .product_item{
    background: #fcf1f0;
    border: 1px solid #fbe5de;
    padding: 5px;
  }
  #item_list .product_item > a{
    margin: 0;
    padding: 0;
  }
  #item_list .item_photo{
    width: 30%;
    float: left;
    margin: 0;
  }
  #item_list .item_detail{
    width: 65%;
    float: right;
  }
  
}