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

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

#xmasBrandPage .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: "";
}
#xmasBrandPage .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: "";
}

/*-----------------------------------
ブランドページ 進むボタン
-----------------------------------*/
#xmasBrandPage .go_button{
  margin: 30px 0 50px;
  text-align: center;
  position: relative;
}
#xmasBrandPage .go_button a {
    padding: 15px 30px 15px 40px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #aa75aa;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
}
#xmasBrandPage .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: "";
}
#xmasBrandPage .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{
  display: flex;
  justify-content: center;
}
.bt-wrapper > div{
  width: calc((100% - 20px) / 2)!important;
}
.bt-wrapper > div:first-of-type{
 margin-right: 20px;
}

/*-----------------------------------
ブランドページ　おすすめ商品
-----------------------------------*/
.pickup_block {
  margin: 40px 0;
  width: 100%;
}
.pick_title {
  margin: 0;
  color: #e57676;
  font-size: 30px;
  font-weight: bold;
}
.pick_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #e57676;
  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;
}
#whitedayBrandPage 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: #eed47e;
  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;
}


/*-----------------------------------
ブランドページ　おすすめ商品スライダー
-----------------------------------*/
.slick-wrapper{
  padding: 0 10px;
  position: relative;
  height: 300px;
}
.slick-item{
  margin: 0 5px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slick-item img{
  margin-left: -50%;
  height: 100%;
  width: auto;
}
.slick-wrapper a{
  text-decoration: none;
  transition: 0.3s;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  display: block;
  height: 200px;
}
.slick-wrapper .item-info-wrap a:hover img{
  opacity: 0.7;
}
.slick-wrapper .item-info-wrap .i-img{
  width: 100%;
}
.slick-wrapper .item-info{
  padding: 10px 5px;
  font-size: 12px;
  color: #616161;
  z-index: 200;
  display: block;
  height: 130px;
}
.slick-wrapper .item-info > .b-name{
  margin: 0 0 7px -2px;
  padding: 3px 10px;
  background: #976667;
  color: #fff;
  border-radius: 100vh;
  display: inline-block;
}
.slick-wrapper .item-info > .i-name{
  margin-bottom: 5px;
  line-height: 1.3;
}
.slick-wrapper .item-info > .pr-tag{
  font-weight: 600;
}
.slick-wrapper .item-info > .pr-tag span{
  font-size: 13px;
}


button.slick-prev.slick-arrow{
  width: 30px;
  height: 60px;
  background-color: #F78284;
  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: #F78284;
  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);
}
.slick-wrap button{
  padding: 0;
}

/****************************
ロングバナー
****************************/
.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;
}
