@charset "UTF-8";
/*---------------------------------
共通
----------------------------------*/
ul.clearfix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.clearfix li img {
  width: 100%;
}

/*---------------------------------
全体設定
----------------------------------*/
@media screen and (min-width: 751px) {
  .wrapper_background {
    background-image: url(../images/back.png);
    background-repeat: repeat;
  }
}

.wrapper_innner {
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .wrapper_innner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .wrapper_innner {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .right_bruno {
    width: 760px;
    float: right;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .right_bruno {
    width: 100%;
  }
}

.left_bruno {
  width: 200px;
  float: right;
  margin-left: 10px;
  margin-right: 20px;
}

@media screen and (min-width: 751px) {
  .main_bruno {
    width: 1000px;
  }
}

@media screen and (min-width: 751px) {
  .footer_bruno {
    width: 1000px;
    padding-bottom: 55px;
    margin-top: 66px;
  }
}

@media screen and (min-width: 751px) {
  .bruno_title {
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 750px) {
  .bruno_title {
    font-size: 2.9vw;
    text-align: center;
    margin-bottom: 3.5vw;
    margin-top: 10vw;
  }
}

@media screen and (min-width: 751px) {
  .bruno_title span {
    font-size: 16px;
    font-weight: bold;
    margin-right: 1em;
  }
}
@media screen and (max-width: 750px) {
  .bruno_title span {
    font-size: 5.5vw;
    display: block;
    line-height: 100%;
  }
}

/*---------------------------------
PCヘッダー
----------------------------------*/
@media screen and (min-width: 751px) {
  .header_bruno_pc {
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    line-height: 64px;
  }
}

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_top * {
    /* height: 64px; */
    line-height: 2;
  }
}

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_top .logo {
    float: left;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
  }
  .header_bruno_pc .header_pc_top .logo img {
    width: 60px;
    height: 35px;
    margin-right: 15px;
    vertical-align: middle;
  }
  .header_bruno_pc .header_pc_top .shop_of_the_month {
    float: left;
    margin-left: 10px;
  }

  .header_bruno_pc .header_pc_top .shop_of_the_month img {
    width: 100%;
    height: 35px;
    vertical-align: middle;
  }
  .header_bruno_pc .header_pc_top .header_pc_gnavbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    /* margin-left: 15px; */
  }
  .header_bruno_pc .header_pc_top .header_pc_gnav {
    float: left;
  }
  .header_bruno_pc .header_pc_top .header_pc_gnav > li {
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
    height: 13px;
    line-height: 1;
    border-right: solid 1px #999;
  }
  .header_bruno_pc .header_pc_top .header_pc_gnav > li:first-child {
    border-left: solid 1px #999;
  }
  .header_bruno_pc .header_pc_top .header_pc_gnav > li a {
    height: 13px;
    line-height: 1;
  }

  .header_pc_itemnav {
    float: left;
    width: 690px;
    padding-top: 6px;
    font-size: 0;
  }
  .header_pc_itemnav > li {
    position: relative;
    display: inline-block;
    width: calc(100% / 5);
    height: 13px;
    line-height: 1;
    border-right: solid 1px #999;
  }
  .header_pc_itemnav > li:first-child {
    border-left: solid 1px #999;
  }
  .header_pc_itemnav > li span,
  .header_pc_itemnav > li a {
    display: block;
    height: 13px;
    /* padding-left: 1.5em;
    padding-right: 1.5em; */
    font-size: 13px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
  }
  .header_pc_itemnav_child {
    position: absolute;
    top: 13px;
    display: none;
    width: 100%;
    padding: 30px 0 10px;
    background-color: #fff;
  }
  .header_pc_itemnav_child > li {
    margin-bottom: 18px;
    text-align: center;
  }
  .header_pc_itemnav_child > li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    line-height: 1.1em;
  }
  .header_pc_itemnav_child:hover,
  .header_pc_itemnav > li span:hover + .header_pc_itemnav_child {
    display: block;
    z-index: 100;
  }
}

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_top p {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 14px;
  }
}

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom {
    height: 38px;
    line-height: 38px;
  }
}

/* @media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom ul {
    display: inline-block; } } */

/* @media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom ul li {
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-right: solid 1px #999;
    display: inline-block;
    height: auto;
    line-height: 100%; } } */

/* @media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom ul li:first-of-type {
    padding-left: 0; } } */

/* @media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom ul li:last-of-type {
    border-right: none; } }

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom ul li a {
    text-decoration: underline; } } */

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom .Search {
    width: 258px;
    height: 38px;
    display: inline-block;
    float: right;
    box-sizing: border-box;
    border: 1px solid #000;
    padding-left: 10px;
  }
}

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom .Search .sbox {
    height: 34px;
    width: 210px;
    float: left;
    border: none;
    font-size: 13px;
  }
}

@media screen and (min-width: 751px) {
  .header_bruno_pc .header_pc_bottom .Search .sbtn {
    float: right;
    width: 34px;
    height: 34px;
    padding: 5px;
    display: block;
  }
}

/*---------------------------------
SPヘッダー
----------------------------------*/
.header_bruno_sp {
  height: 13.5vw;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 1;
  padding-left: 2.66vw;
  padding-right: 2.66vw;
  padding-top: 2.8vw;
  border-bottom: 1px solid #000000;
}

/*ヘッダー高さ差分*/
@media screen and (max-width: 750px) {
  .main_bruno {
    padding-top: 13.5vw;
  }
}

.header_bruno_sp img {
  width: 100%;
}

.header_bruno_sp .logo_sp {
  width: 14vw;
  height: 8.4vw;
  background-image: url(../images/logo.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 43.3%;
  top: 2.6vw;
}

.header_bruno_sp .logo_sp a {
  display: block;
  height: 100%;
  width: 100%;
}

.header_bruno_sp .search_sp {
  width: 7.5vw;
  height: 11vw;
  display: inline-block;
  float: right;
  font-size: 2vw;
  line-height: 90%;
  font-weight: bold;
  text-align: center;
  margin-top: -0.9vw;
}

.header_bruno_sp .cart_sp {
  width: 9.4vw;
  height: 8.2vw;
  display: inline-block;
  float: right;
  margin-top: 0.8vw;
  margin-left: 2.5vw;
}

/*ハンバーガーメニュー*/
#menu-cb {
  display: none;
}

.header_bruno_sp #MenuBtnBox {
  background-image: url(../images/sp_menu.gif);
  height: 8.4vw;
  width: 7.3vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
}

#menu-icon {
  display: block;
  height: 100%;
  width: 100%;
}

#menu-background {
  background-color: #333;
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  width: 100%;
  z-index: -1;
  visibility: hidden;
}

#ham-menu {
  background-color: rgba(255, 255, 255, 0.97);
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  position: fixed;
  left: -100%;
  top: 0;
  transition: left 0.3s linear 0s;
  -webkit-transition: left 0.3s linear 0s;
  width: 84%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.close {
  position: absolute;
  left: -80%;
  top: 1em;
  width: 1.5em;
  height: 1.5em;
  z-index: 1000000;
}

#menu-cb:checked ~ #ham-menu {
  left: 0;
}

#menu-cb:checked ~ .close {
  display: block;
  left: 77%;
  position: fixed;
}

#menu-cb:checked ~ #menu-background {
  opacity: 0.5;
  z-index: 999;
  visibility: visible;
}

/*ハンバーガーここまで*/
/*---------------------------------
メイン
----------------------------------*/
/*ランキング*/
.ranking_wrapper {
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 751px) {
  .ranking_wrapper {
    padding-top: 47%;
  }
}
@media screen and (max-width: 750px) {
  .ranking_wrapper {
    padding-top: 98vw;
  }
}

.ranking_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .ranking_wrapper iframe {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .ranking_wrapper iframe {
    width: 100vw;
    max-width: 100vw;
  }
}

.product_wrapper {
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 751px) {
  .product_wrapper {
    padding-top: 47%;
  }
}
@media screen and (max-width: 750px) {
  .product_wrapper {
    padding-top: 98vw;
  }
}

.product_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .product_wrapper iframe {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .product_wrapper iframe {
    width: 100vw;
    max-width: 100vw;
  }
}

/*特集一覧*/
.features_wrapper {
  position: relative;
  width: 100%;
  height: 950px;
}
@media screen and (min-width: 751px) {
  .features_wrapper {
    padding-top: 110%;
  }
}
@media screen and (max-width: 750px) {
  .features_wrapper {
    padding-top: 190vw;
  }
}

.features_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*カテゴリ*/
.category_wrapper {
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 751px) {
  .category_wrapper {
    padding-top: 180%;
  }
}
@media screen and (max-width: 750px) {
  .category_wrapper {
    padding-top: 290vw;
  }
}

.category_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*カレンダー*/
.calender_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 250%;
}

.calender_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*カレンダー*/
.calender_wrapper_sp {
  position: relative;
  width: 80%;
  margin: 3em auto 0;
  height: 0;
  padding-top: 82%;
}

.calender_wrapper_sp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------
NEWS　ニュース
----------------------------------*/
.news ul li {
  border-bottom: 1px dotted #dddddd;
}
@media screen and (min-width: 751px) {
  .news ul li {
    padding: 25px 0;
  }
}
@media screen and (max-width: 750px) {
  .news ul li {
    padding: 3.5vw 0;
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .news .bruno_title {
    margin-bottom: 0;
  }
}

.news ul li img {
  display: block;
  float: left;
}
@media screen and (min-width: 751px) {
  .news ul li img {
    width: 178px;
  }
}
@media screen and (max-width: 750px) {
  .news ul li img {
    width: 25%;
  }
}

.news ul li div {
  display: block;
  float: left;
}
@media screen and (min-width: 751px) {
  .news ul li div {
    width: 540px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 750px) {
  .news ul li div {
    width: 74%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 751px) {
  .news ul li div .news_day {
    font-size: 14px;
  }
}

.news ul li div .news_title {
  font-weight: bold;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
@media screen and (min-width: 751px) {
  .news ul li div .news_title {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .news ul li div .news_txt {
    font-size: 2.9vw;
  }
}

/*---------------------------------
レフトナビ 
----------------------------------*/
@media screen and (min-width: 751px) {
  .left_bruno h4 {
    font-size: 16px;
    padding: 18.5px 0;
    border-bottom: solid 1.5px #000;
  }
}

@media screen and (min-width: 751px) {
  .left_bruno ul {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 751px) {
  .left_bruno ul li {
    border-bottom: solid 1px #999;
    line-height: 24px;
  }
}

@media screen and (min-width: 751px) {
  .left_bruno ul li a {
    display: block;
    padding: 15px;
    font-size: 12px;
  }
}

@media screen and (min-width: 751px) {
  .left_bruno ul li a:hover {
    background-color: #eee;
  }
}

@media screen and (min-width: 751px) {
  .left_bruno ul li.big_cate a {
    font-weight: bold;
    padding-left: 0;
  }
}

@media screen and (min-width: 751px) {
  .left_bruno .category-list > li {
    position: relative;
  }

  .left_bruno .category-list.top-level > li > a {
    padding-left: 0;
  }

  .left_bruno .category-list > li:hover .sub-category-list {
    display: block;
  }

  .left_bruno .category-list > li .sub-category-list {
    position: absolute;
    z-index: 10001;
    top: 0;
    left: 200px;
    border: solid 1px #eee;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
    display: none;
  }

  .left_bruno .category-list > li .sub-category-list > li {
    width: 250px;
    background-color: #fff;
    border-bottom: 0 solid #ffffff;
  }

  .left_bruno .category-list > li .sub-category-list > li > a {
    display: block;
    padding: 10px;
  }

  .left_bruno .category-list > li .sub-category-list > li a:hover {
    background-color: #eee;
  }

  .brand-genre-list a:hover {
    background-color: #eee;
  }
}
/*---------------------------------
カレンダー
----------------------------------*/
@media screen and (min-width: 751px) {
  .calender {
    margin-top: 30px;
  }
}

/*---------------------------------
フッター
----------------------------------*/
@media screen and (min-width: 751px) {
  .footer_bruno ul li {
    font-size: 0.9em;
    width: 250px;
    border-right: 1px solid #797979;
    padding: 10px 14px;
    line-height: 180%;
  }
}
@media screen and (max-width: 750px) {
  .footer_bruno ul li {
    width: 94%;
    margin: 0 auto;
    padding: 3vw 0;
    border-top: 1px solid #cccccc;
  }
}

@media screen and (min-width: 751px) {
  .footer_bruno ul li:first-of-type {
    border-left: 1px solid #797979;
  }
}

@media screen and (max-width: 750px) {
  .footer_bruno ul li img {
    width: 60%;
    height: auto;
    margin: 0.5em 0;
  }
}

.footer_bruno p.footer_title {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 751px) {
  .footer_bruno p.footer_title {
    font-weight: bold;
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .footer_bruno p.footer_title {
    text-decoration: underline;
    text-align: center;
    font-size: 3.5vw;
  }
}

/*PCのみ*/
@media screen and (min-width: 751px) {
  .footer_bruno span.kokokubunseki {
    margin-top: 3em;
    display: inline-block;
  }
}

.footer_bruno .footer_link {
  text-align: right;
}

.footer_bruno .footer_link a {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .footer_bruno .footer_link a {
    margin-top: 2.5em;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .footer_bruno .footer_link a {
    margin-top: 2em;
  }
}

@media screen and (max-width: 750px) {
  .footer_bruno .footer_link a:after {
    content: "＞";
    margin-left: 0.5em;
  }
}

.footer_menu_sp {
  background-color: #cccccc;
  padding-top: 1em;
}

.footer_menu_sp ul {
  display: block;
  text-align: center;
}

.footer_menu_sp ul li {
  padding-left: 1.3em;
  padding-right: 1.3em;
  border-right: solid 1px #999;
  display: inline-block;
  height: auto;
  line-height: initial;
  font-size: 2.8vw;
}

.footer_menu_sp ul li a {
  text-decoration: underline;
}

.footer_menu_sp ul li:last-of-type {
  border-right: none;
  padding-right: 0.5em;
}

.footer_menu_sp ul li:first-of-type {
  padding-left: 0.5em;
}

.copyright {
  background-color: #cccccc;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .copyright {
    padding-top: 34px;
    padding-bottom: 24px;
    min-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .copyright {
    padding-top: 7vw;
    padding-bottom: 3vw;
    font-size: 2.8vw;
  }
}
