/*-----------------------------------
ブランドページ
-----------------------------------*/
#fathersdayBrandPage{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 600;
  padding: 0 12px;
}
#fathersdayBrandPage .header{
  margin: 10px 10px 0;
}
#fathersdayBrandPage .header img {
    width: 100%;
  margin-top: 20px;
}
#fathersdayBrandPage .header .text h2 {
   padding:0px;
   font-size: 20px;
   text-align: center;
   color: #4375ab;
}

#fathersdayBrandPage .header .text {
    color: #262626;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#fathersdayBrandPage .wrapper{
  padding: 30px 0 0;
}
h2.bg-title{
  background: #102f6e; 
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
  text-align:center; 
  color: #fff
}

/*-----------------------------------
カテゴリページ
-----------------------------------*/
#fathersdayCategoryPage{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 600;
}
#fathersdayCategoryPage .header{
  margin-bottom: 10px 10px 0;
  
}
#fathersdayCategoryPage .header img {
    width: 100%;
    margin-top: 10px;
}
#fathersdayCategoryPage .header .text h2 {
   padding:0px;
   font-size: 18px;
   text-align: center;
   color: #c34b28;
}



#fathersdayCategoryPage .header .text {
    padding: 15px;
    color: #262626;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#fathersdayCategoryPage .wrapper{
  padding: 30px 0;
}
/*-----------------------------------
ブランドページ 戻るボタン
-----------------------------------*/
#fathersdayBrandPage .back_button{
  margin: 38px auto 50px;
  text-align: center;
  position: relative;
}
#fathersdayBrandPage .back_button a{
  padding: 14px 40px 14px 50px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #3e6793;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
}

#fathersdayBrandPage .back_button a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 8px;
    height: 8px;
    transition: .3s;
    transform: translateY(-50%) rotate(-135deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
#fathersdayBrandPage .back_button a:hover::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    transition: .3s;
    transform: translateY(-50%) rotate(-135deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}

/*-----------------------------------
ブランドページ 進むボタン
-----------------------------------*/
#fathersdayBrandPage .go_button{
  margin: 30px auto 50px;
  text-align: center;
  position: relative;
}
#fathersdayBrandPage .go_button a {
    padding: 15px 30px 15px 40px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #3e6793;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
}
#fathersdayBrandPage .go_button a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    transition: .3s;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
#fathersdayBrandPage .go_button a:hover::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    transition: .3s;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}

/*-----------------------------------
ボタン2カラム
-----------------------------------*/
.bt-wrapper{
  margin: 30px 0 0;
display:block;
}
.bt-wrapper > div:first-of-type{
 margin-right: 20px;
}
#fathersdayBrandPage .bt-wrapper > div{
  margin: 15px auto;
}
/*-----------------------------------
ブランドページ　おすすめ商品
-----------------------------------*/
.pickup_block {
  margin: 40px 0;
  width: 100%;
}
.pick_title {
  margin: 0;
  color: #4c1b13;
  font-size: 30px;
  font-weight: bold;
}
.pick_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #4c1b13;
  padding-top: 30px;
}
.pick_item{
  width: calc((100% - 15px)/2);
  margin-right: 15px;
}
.pick_item:nth-of-type(n+3){
  margin-top: 20px;
}
.pick_item:nth-of-type(2n){
  margin-right: 0;
}
.pick_item .item_img{
  display: flex;
  justify-content: center;
    width: 100%;
}
.pick_item .pick_item:nth-of-type(2n){
  margin-right: 0;
}
#fathersdayBrandPage a{
  color: #000000;
  transition: 0.5s;
}
.pick_item .item_img img {
  width: 80%;
  margin: 10px auto;
  text-align: center;
}
.pick_item  a {
  transition: .3s;
  text-decoration: none;
  position: relative;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pick_item a:hover p{
  color: #007DC5;
  text-decoration: none;
}

.txt_data{
  display: inline-block;
  width:80%;
}
.txt_data p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.7;
}
.txt_data .price {
  font-size: 18px;
  font-weight: bold;
}
.txt_data .price span{
  font-size: 13px;
  font-weight: bold;
}


/*-----------------------------------
ブランドページ　おすすめ商品スライダー
-----------------------------------*/

button.slick-prev.slick-arrow{
  width: 30px;
  height: 60px;
  background-color: #616161;
  position: absolute;
  top: 50%;
  left: -7px;
  font-size: 0;
  transform: translateY(-50%);
  border-radius: 100vh;
  z-index: 100;
  border: none;
}
button.slick-prev.slick-arrow::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 10;
  width: 7px;
  height: 7px;
  border: none;
  background: transparent;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; 
  transform: rotate(45deg) translateY(-50%);
}
button.slick-next.slick-arrow{
  width: 30px;
  height: 60px;
  background-color: #616161;
  position: absolute;
  top: 50%;
  right: -7px;
  font-size: 0;
  transform: translateY(-50%);
  border-radius: 100vh;
  border: none;
}
button.slick-next.slick-arrow::after{
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 40%;
  z-index: 10;
  width: 7px;
  height: 7px;
  border: none;
  background: transparent;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; 
  transform: rotate(-135deg);
}
.slickbox button{
  padding: 0;
}

.slickbox{
  padding: 0 10px;
  position: relative;
}
.slickbox .slick-item{
  margin: 0 5px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slickbox .slick-item img{
  height: auto;
  width: 100%;
}
.slickbox a{
  text-decoration: none;
  transition: 0.3s;
  font-weight: 400;
}
.slickbox .item-info-wrap a:hover img{
  opacity: 0.7;
}
.slickbox .item-info-wrap .i-img{
  width: 100%;
}
.slickbox .item-info{
  padding: 10px 5px;
  font-size: 12px;
  color: #616161;
  z-index: 200;
  display: block;
  height: 130px;
}
.slickbox .item-info > .b-name{
  margin: 0 0 10px 0;
  padding: 0px 5px;
  display: inline-block;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: #595959;
}
.slickbox .item-info > .i-name{
  margin-bottom: 5px;
  line-height: 1.3;
  overflow: hidden;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slickbox .item-info > .pr-tag{
  font-weight: 600;
  font-size: 16px;
}
.slickbox .item-info > .pr-tag span{
  font-size: 13px;
}


/****************************
ロングバナー
****************************/
.brand_longbanner {
  margin: 0 0 40px;
}
.brand_longbanner .longbanner-item {
  width: 100%;
  margin: 0 0 20px;
}
.brand_longbanner .longbanner-item img,
.brand_longbanner .longbanner-item a img {
  width: 100%;
}
.brand_longbanner .longbanner-item:last-child {
  margin-bottom: 0;
}

.brand_longbanner .longbanner-item a:hover {
  opacity: .6;
}


/*-----------------------------------
キャンペーン
-----------------------------------*/
.campaign-attention{
  width: 80%;
  margin: 0 auto;
  padding: 12px 20px;
  background: #fff;
  text-align: center;
  font-weight: 600;
  border: 3px solid #D76465;
  font-size: 15px;
  border-radius: 20px;
}
.campaign-attention div:nth-of-type(1){
  margin-bottom: 11px;
  padding: 8px 10px 7px;
  color: #fff;
  background: #D76465;
  font-size: 17px;
  border-radius: 100vh;
}
.campaign-attention .campaign-important{
  padding: 12px 0 10px;
  font-weight: bold;
  font-size: 25px;
  color: #D76465;
  line-height: 1.2;
}
.campaign-attention .campaign-important span{
  font-weight: bold;
  font-size: 12px;
}

/*----------------------------
カード
-----------------------------*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

a.card-link {
    text-decoration: none;
}


#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
  }
.card-figure:hover {
  opacity: .7;
}


.card-title {
    margin: 8px 5px 8px;
    color: #333333;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
  font-weight: 100;
}

.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #ebebeb;
  　font-size: 0.8em;
}

.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    background-color: #e8e8e8;
}

@media all and (min-width: 320px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(98% / 2); 
    }
}


@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 5);
}
    

    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 5);
    }
}

#header_category {
    background: #404040 !important;
    position: sticky;
}
