@charset "UTF-8";

@media screen and (min-width: 900px) {
  a[id*='c2'] + section .inner_item_img img {
    object-position: left;
  }
}

.composite_box01 .inner_item_img img {
  object-position: left;
}

@media screen and (max-width: 768px) {
  .parallax_img,
  .parallax_img.sp {
    transform: translateY(0) !important;
    margin-top: 0 !important;
    top: 0 !important;
    height: 100% !important;
    background-position: 80% 50% !important;
  }
}

/*------------------TOP_MVテキスト位置修正------------------*/
#mv .mv_text {
  height: 100%;
  text-align: center;
}
#mv .mv_text > div:before {
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  #mv .mv_text {
    height: 100%;
  }
}
/*------------------TOP_MVテキスト位置修正ここまで------------------*/

/*------------------TOP_Brandスライド修正------------------*/

#top_brand_slide + div .slick-track {
  gap: 4%;
}
#top_brand_slide + div .inner_item {
  position: relative;
}
#top_brand_slide + div .inner_item a {
  display: block;
}
#top_brand_slide + div .inner_item p {
  height: 0;
}
#top_brand_slide + div .inner_item .img_text {
  font-family: 'Bodoni Moda', 'Cardo', 'Noto Serif JP', '游明朝', 'Yu Mincho',
    '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro',
    'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}
#top_brand_slide + div .inner_item span.text01 {
  background: var(--i_bg_color, #fff);
  color: var(--i_sub_color);
  padding: 10px 15px;
  font-size: 1.3rem !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
#top_brand_slide + div .inner_item span.text02 {
  color: #fff;
  padding: 15px;
  text-align: left;
  transition: 0.4s;
}
#top_brand_slide + div .inner_item span.text03 {
  display: block;
  text-align: left;
  background: var(--i_bg_color, #fff);
  padding: 10px;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.3s;
  margin: 0 10px;
  width: calc(100% - 20px);
  line-height: 1.6;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 10px;
}
#top_brand_slide + div .inner_item a:hover {
  background-color: transparent;
}
#top_brand_slide + div .inner_item:hover img {
  opacity: 1;
  transform: scale(1.1) !important;
}
#top_brand_slide + div .inner_item:hover span.text02 {
  opacity: 0;
}
#top_brand_slide + div .inner_item:hover span.text03 {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  #top_brand_slide + div .gallery_single_slider {
    margin-bottom: 0;
  }
  #top_brand_slide + div .inner_item {
    margin-bottom: calc(4.8em + 10px);
  }
  #top_brand_slide + div .inner_item p {
    height: auto;
  }
  #top_brand_slide + div .inner_item:hover span.text02 {
    opacity: 1;
  }
  #top_brand_slide + div .inner_item span.text03 {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: initial;
    top: calc(100% + 10px);
    opacity: 1;
  }
}
/*------------------TOP_Brandスライド修正ここまで------------------*/

#nbp4313101\ 4313101 .inner_item_txt {
  flex-basis: 47%;
  margin-left: auto;
}