
@charset "UTF-8";

/*-----------------------------取扱商品・講座内容一覧---------------------------------*/
#top_products + section .parallax_img{
    opacity: 0.3;
    filter: brightness(100%) blur(10px) grayscale(100%);
}
#top_products + div .parallax_img{
    opacity: 0.3;
    filter: brightness(100%) blur(10px) grayscale(100%);
}
#top_products + .composite_box01.block_images_10 .inner_item_img img {
    opacity: 0.7;
}
#top_products + div  .heading.block_header_1 p {
    color: var(--i_txt_color) !important;
}
#top_products + div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before {
    background: var(--i_main_color) !important;
}

/*-----------------------------取扱商品・講座内容一覧の調整---------------------------------*/
#top_products + div .heading.block_header_1 p {
    color: #fff!important;
}

#top_products + div .heading.block_header_1 h2 {
    color: #fff;
    opacity: 1;
}

#top_products + div .add_text {
    color: #fff;
}

#top_products + div .heading.block_header_4 .h {
    color: #fff;
}

#btn + div .content_wrapper {
  display: flex;
  justify-content: center;
}

#btn + div .content_wrapper a {
  min-width: unset;
  width: fit-content !important;
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  #btn + div .content_wrapper {
    flex-wrap: wrap;
  }

  #btn + div .content_wrapper a {
    min-width: 40%;
  }
}
@media (max-width: 600px) {
  #btn + div .content_wrapper a {
    min-width: 100%;
    justify-content: center;
  }
}

