@charset "utf-8";

/*common*/
#opningcp, #opningcp p {
  font-family: "Noto Sans TC", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height:1.5;
}

#opningcp > section {
  margin-bottom: 2em;
}

.opningcp_title {
    margin: 0 auto 5%;
    text-align: center;
    font-size: 18px;
}

.opningcp_title span {
    color:#333333;
    font-weight: bold;
    z-index: 1;
    display: inline;
    justify-content:center;
    background: linear-gradient(transparent 50%, #fff400 0%);
    padding: 0 10px;
}

/* .opningcp_title::after {
    content:"";
    width: 100%;
    height: 16px;
    display: flex;
    position:absolute;
    bottom: -3px;
    background: #FFF400;
    z-index: -3;
} */

/*概要*/
.aboutCampaign {
  margin:0 2% 0;
}

.detailCampaign {
  padding: 0.5em;
  border: 1px solid #B7B7B7;
  margin-top: 1em;
}

.detailCampaign dl {
  display: block;
  margin: 0.5em;
}

.detailCampaign dt {
  color: #333;
  font-weight: bold;
}

.detailCampaign p {
  margin:0 0.5em 0.5em;
}
.detailCampaign p:last-child {
  margin-bottom: 0;
}

.detailCampaign p::before {
  content:"*";
}


/*バーゲン商品枠*/
.vargainplans {}

.opningcp_subtitle {
  text-align: center;
  margin: 0 auto 0;
}

.opningcp_subtitle img {
  width:auto;
  height: 5em;
}
.vargainplans_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4% 10%;
    padding: 5%;
    border: 3px solid #FCDD34;
    background: #FFFEF0;
}

.vargainplans_item {
    width: 100%;
    background: #fff;
    margin-bottom: 2em;
    box-shadow: 3px 3px 16px rgba(221,215,197,1);
}

.vargainplans_item:last-child {
  margin-bottom: 0;
}
.vargainplans_item a {
  text-decoration: none;
}
.vargainplans_item_text_wrap {
    padding: 1em;
  color: #333;
  font-size:14px;
  }

.vargainplans_item_area {
  border:1px solid #707070;
  padding: 0.1em 0.5em;
  font-size:12px;
}

.vargainplans_title {
  margin: 0.5em 0 0;
  font-size: 14px;
}

.vargainplans_price {
  text-align: right;
}

.beforeDiscount {
    text-decoration: line-through;
    font-weight: bold;
    color: #727272;
  margin-right:0.5em;
}

.amountFixed {
  color:#F81E5B;
  font-size:18px;
  font-weight: bold;
  margin-left: 0.5em;
}

.vargainPlans_buttons {
  display: flex;
flex-wrap: wrap;
margin: 0 4% 10%;
padding: 5%;
border: 3px solid #B7B7B7;
background: #F9F9F9;
}

.vargainPlans_buttons a,
.vargainPlans_buttons a:link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1em;
  color: #fff;
  font-size: 16px;
  font-weight:bold;
  text-decoration: none;
  background-color: #F08300;
  padding: 1em;
  border-radius: 4px;
  margin-bottom: 1em;
}

.vargainPlans_buttons a:last-child {
  margin-bottom: 0;
}

.vargainPlans_buttons a::after {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width:2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  transform:rotate(45deg)
}

/*カテゴリ*/
.ac-content__category__list {
    display: flex;
    flex-wrap: wrap;
    }
    .ac-content__category__list__item {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 3.5%;
      text-align:center;
    }
    
    .ac-content__category__list__item:nth-child(3n) {
      margin-right:0;
    }
    
    .ac-content__category__list__item a {
      display: flex;
        flex-direction: column;
      
    }
    
    .ac-content__category__list__item__title {
      display: flex;
      color: #fff;
      background-color: #4A4A4A;
      justify-content: center;
      align-items: center;
      padding: 0.5em;
      min-height: 2.5em;
    }
    .tab {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 120px;
      }
      
      /* タブメニュー */
      .tab__menu {
        display: flex;
        align-items: flex-end; /* メニューを下揃え */
        justify-content: start;
        min-height: 50px; /* メニュー切替時にタブがズレないように */
        padding: 0;
        margin: 0 2%;
      }
      
      .tab__menu-item {
        list-style: none;
        width: 31.5%;
        padding: 8px 0; /* メニューに高さを付ける */
        text-align: center;
        margin-right: 1.5%;
        background-color: #eeeeee;
        /* border-top-left-radius: 10px; */
        /* border-top-right-radius: 10px; */
        cursor: pointer;
        transition: all .3s; /* アニメーション */
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #acacac;
      }
      
      .tab__menu-item:last-of-type {
        margin-right: 0px;
      }
      
      /* is-activeがついている時のスタイル */
      .tab__menu-item.is-active {
        background-color: #5EBFD2;
        color: #ffffff;
        padding: 12px 0;
        border: 1px solid #5ebfd2;
      }
      
      /* タブパネル */
      .tab__panel {
       width: 100%;
      }
      
      .tab__panel-box {
        min-height: 400px;
        padding: 2%;
        /* border-radius: 10px; */
        margin: 0 2% 0;
        border: 2px solid #5EBFD2;
      }
      
      .tab__panel-box001 {
        background-color: #fff;
        display: none;
        /* border: 1px solid #5EBFD2; */
      }
      
      .tab__panel-box002 {
        /* background-color: rgb(249 227 243); */
        display: none;
      }
      
      .tab__panel-box003 {
        background-color: rgb(200, 248, 195);
        display: none;
      }
      
      /* is-showがついている時のスタイル */
      .tab__panel-box.is-show {
        display: block;
      }