
@charset "UTF-8";

/*--背景に透過ロゴ追加--*/
#top_buy + section.contents_box01 .heading.block_header_1:after{
    content: "";
    position: absolute;
    /*top: -24%;*/
    /*left: 10%;*/
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    background-image: url(/common/upload_data/brandimpactjp/image/20231218114926.png);
    background-image: url(/common/upload_data/brandimpactjp/image/20231218114924.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*width: 300px;*/
    /*height: 200px;*/
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*@media screen and (max-width:800px){
  #top_buy + section.contents_box01 .heading.block_header_1:after{
      width: 200px;
      height: 150px;
  }
}*/

/*@media screen and (max-width:600px){
  #top_buy + section.contents_box01 .heading.block_header_1:after{
    width: 150px;
    height: 120px;
    left: 5%;
    top:-5%;
  }
}*/

/*@media screen and (max-width:480px){
  #top_buy + section.contents_box01 .heading.block_header_1:after{
    width: 30vw;
    height: 30vw;
    left: 0;
    top: -2vw;
  }
}*/

/*@media screen and (min-width:1051px){
  #top_buy + section.contents_box01 .heading.block_header_1:after {
    left: min(13vw , 17%);
    width: 350px;
    height: 220px;
  }
}*/

/*--背景ぼかし削除--*/
#t_bg2+section .parallax_img {
    filter: brightness(70%) blur(0px) contrast(120%);
}

/*--ブランド品の画像--*/
#brand_card + div.composite_box01 .inner_item_txt{
  display:none;
}

@media screen and (min-width:481px){
  #brand_card + div.composite_box01 .inner_item{
    width: 25% !important;
    margin-left: 0% !important;
  }
}

@media screen and (max-width:480px){
  #brand_card + div.composite_box01 .inner_item{
    margin-bottom: 0!important;
  }
}

/*--mvテキスト--*/
@media screen and (max-width: 700px){
#mv .mv_text h2 {
    font-size: 4.5vw !important;
}
#mv_outer #mv .mv_text div p.static {
    font-size: 3.5vw;
}
#mv .mv_text p {
    padding-top: 2vw;
}
}

/*--mv下パーツテキスト調整--*/
@media screen and (max-width: 400px){
#top_buy+.contents_box01 .heading p{
    font-size: 2.6rem !important;
 }
}