@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
基本設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align:bottom;
  border: 0;
  margin: 0 auto;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.photo_r:after,
.photo_l:after{
  content: "";
  display: table;
  width: 0;
  height: 0;
  clear: both;
}

.photo_l .img{
  float: left;
  margin-right: 40px;
}

.photo_r .img{
  float: right;
  margin-left: 40px;
}

.photo_l .img,
.photo_r .img{
  margin-bottom: 30px;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ブロック*/

.block {
  margin: 0 auto 60px;
}

/*見出し*/

h2,
h3,
h4{
  font-weight: bold;
}

h2,
h3{
  margin-bottom: 30px;
}

h2{
  text-align: center;
  border-top:4px solid #b50000;
  background-color: #fdf8d2;
  font-size: 22px;
  padding: 22px 10px 21px;
}

h3{
  border-left: 6px solid #b50000;
  padding-left: 16px;
  font-size: 20px;
}

h4{
  margin-bottom: 20px;
  font-size: 18px;
}

.product_catch{
  text-align: center;
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding: 15px 10px;
}


/*メインキャッチコピー*/
.mv_txt {
  text-align: center;
  background-color: #b50000;
  padding: 15px 10px 14px;
}

.mv_txt p {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.mv_txt span {
  font-size: 24px;
  color: #feee18;
  font-weight: bold;
}


/*タブ*/

.tab_wrap .row{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.tab_item:not(:last-of-type){
  border-right: 1px solid #ddd;
}

.tab_item{
  text-align: center;
  background-color: #f4f4f4;
}

.tab_item:hover,
.tab_item.selected{
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #DC426A;
}

.tab_item a{
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.5;
  padding: 20px 10px;
}

.tab_item:hover a,
.tab_item.selected a{
  opacity: 1;
  color:#fff;
}

/*ページ内リンク*/
.base-anchor_wrap{
  padding-top: 20px;
}

/*商品アイテム*/
.product_wrap .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-right: -15px;
  margin-left: -15px;
}

.product_item{
  position: relative;
  height: 100%;
  padding-bottom: 78px;
}

.product_item_img{
  text-align: center;
  margin-bottom: 30px;
}

.product_item_title,
.product_item_comment{
  margin-bottom: 30px;
}

.product_item_title{
  font-weight: bold;
}

.product_item_title.tit_sale{
  border-left: 6px solid #b50000;
  padding-left: 16px;
  font-size: 20px;
  font-weight: bold;
}

.product_item_title a{
  font-weight: bold;
  text-decoration: underline;
  color: #DC426A;
  font-size: 18px;
}

.product_item_arw{
  padding: 8px 0;
}

.product_item_price_point{
  color: #db2000;
}

.product_item_price_point span {
  display: inline-block;
  color: #db2000;
  font-weight: bold;
  margin:0 5px;
  font-size: 24px;
}

.product_item_note{
  font-size: 12px;
}

.product_item_btn{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}


.product_item_btn a{
  margin-left: auto;
  margin-right: auto;
  background: #b50000;
}

.product_wrap .row .product_item_btn a{
  width: 100%;
}

/*他の商品一覧ボタン*/

.product_list_btn a{
  margin-left: auto;
  margin-right: auto;
  background-color: #222;
  width: calc(50% - 15px);
  padding-top: 22px;
  padding-bottom: 22px;
}

/*他の特集へのバナー*/
.campaign_bnr_wrap .row{
  margin-right: -15px;
  margin-left: -15px;
}


/*注意書き*/

.itemattention{
  border: solid 2px #ddd;
  padding: 30px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width: 767px) {

  /*基本設定*/

  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  .photo_l .img,
  .photo_r .img{
    margin-left:0;
    margin-right: 0;
    display: block;
    float: none;
  }

  .cms-products .row > [class*="col"]{
    margin-bottom: 60px;
  }

  /*メインキャッチコピー*/

  .mv_txt {
    padding-top:20px;
    padding-bottom: 20px;
  }

  .mv_txt p {
    font-size: 20px;
  }

  /*タブ*/
  .cms-products .row > [class*="col"].tab_item{
    margin-bottom: 0;
  }


  /*見出し*/

  h2{
    font-size: 22px;
    padding: 15px 10px;
  }

  h3{
    border-left-width: 4px;
    padding-left: 14px;
  }

  h2,
  h3{
    margin-bottom: 20px;
  }

  h4{
    margin-bottom: 15px;
  }

  /*商品アイテム*/

  .product_wrap .row > [class*="col"]:last-of-type{
    margin-bottom: 0;
  }

  .product_item_price,
  .product_item_title,
  .product_item_comment {
    margin-bottom: 20px;
  }

  .product_item{
    position: inherit;
    height: inherit;
    padding-bottom: 0;
  }

  .product_item_price,
  .product_item_btn{
  position: inherit;
  }

  /*他の商品一覧ボタン*/

  .product_list_btn a{
    width: 100%;
  }

  /*他の特集へのバナー*/

  .campaign_bnr_wrap .row > [class*="col"]:last-of-type{
    margin-bottom: 0;
  }
}
