/*-----------------------------------
ブランドページ
-----------------------------------*/
#halloweenBrandPage{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 600;
}
#halloweenBrandPage .header img {
    width: 100%;
    margin-bottom: 20px;
}
#halloweenBrandPage .header .text h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 800;
    color:#692927;
    font-size: 26px;
}
#halloweenBrandPage .header .text {
    padding: 15px;
    color: #262626;
    font-size: 110%;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#halloweenBrandPage .subtitle {
    margin: 20px 0 0;
    text-align: center;
    font-weight: 800;
    color:#eb8407;
    font-size: 26px;
}
#halloweenBrandPage .subtitle span {
  font-size: 18px;
}

/*-----------------------------------
ブランドページ 戻るボタン
-----------------------------------*/
#halloweenBrandPage .back_button{
  margin: 20px 0 50px;
  text-align: center;
  position: relative;
}
#halloweenBrandPage .back_button a{
  padding: 15px 30px 15px 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #7c6c93;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
}

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

/*-----------------------------------
進むボタン
-----------------------------------*/
.go_button{
  margin: 0 auto;
  width: 60%;
  text-align: center;
  position: relative;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
}
.go_button:nth-of-type(n+3){
  margin-top: 20px;
}
.go_button a {
    padding: 15px 50px 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff!important;
    background-color: #765e91;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
  display: block;
}
.go_button a:hover{
  background: #8a77b7;
}
.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: "";
}
.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: 20px 40px;
  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;
  margin-left: 20px;
  color: #7c6c93;
  font-size: 30px;
  font-weight: bold;
}
.pick_wrap{
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
  width: 100%;
  border-top: 1px solid #7c6c93;
  padding-top: 30px;
}
.pick_item{
  width: calc((100% - 30px)/4);
  margin-right: 10px;
}
.pick_item:nth-of-type(4n){
  margin-right: 0;
}
.pick_item .item_img{
  display: flex;
  justify-content: center;
  width: 100%;
}
.pick_item .pick_item:nth-of-type(4n){
  margin-right: 0;
}
#keiroBrandPage 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: #8A77B7;
  text-decoration: none;
}

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


/*-----------------------------------
ブランドページ　おすすめ商品スライダー
-----------------------------------*/
/*　　3枚スライダー　　*/
.slick-wrapper{
  padding: 30px 20px;
}
.slick-wrapper .slick-item{
  margin: 0 20px;
  width: calc((100% - 100px) / 6);
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 2%;
}

.slick-wrapper .item-info{
  position: absolute;
  bottom: 0;
  left: 5%;
}
.slick-wrapper a{
  text-decoration: none;
  transition: 0.3s;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  display: flex;
  justify-content: center;
    width: 100%;
    height: 100%;
}
.slick-wrapper a img{
  transition: 0.3s;
  width: 100%;
}
.slick-wrapper a:hover img{
  opacity: 0.7;
  transform: scale(0.9);
}
.slick-wrapper .item-info-wrap .i-img{
  width: 100%;
}
.slick-item:hover .item-info{
  left: 0;
}
.slick-wrapper .item-info{
  position: absolute;
  bottom: 0;
  left: -500px;
  margin-bottom: 0;
  padding: 10px;
  width: 93%;
  font-size: 15px;
  color: #333333;
  background:rgb(255 160 95 / 83%);
  transition: 0.3s;
}
.slick-wrapper .item-info > .b-name{
  margin: 0 5px 5px;
    font-size: 16px;
    border-bottom: 2px dotted #333;
    color: #333333;
    display: inline-block;
}
.slick-wrapper .item-info > .pr-tag{
  font-weight: 600;
}
.slick-wrapper .item-info > .pr-tag span{
  font-size: 13px;
}


/*　　5枚スライダー　　*/
.slick-five-wrapper{
  padding: 30px 20px;
}
.slick-initialized .slick-slide {
    display: block;
    height: auto!important;
}

/*　　スライダーページボタン　　*/
button.slick-prev.slick-arrow{
  width: 30px;
  height: 60px;
  background-color: #eb8407;
  position: absolute;
  top: 50%;
  left: 0;
  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: #eb8407;
  position: absolute;
  top: 50%;
  right: 0;
  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);
}

