@charset "UTF-8";

/*--------------画像+テキストのテキスト背景にロゴ画像追加_260430--------------*/
#top_pattern_10 + .contents_box01 .inner_item_txt > p:before,
#top_pattern_10_2 + .contents_box01 .inner_item_txt > p:before {
    position: absolute;
    content: "";
    width: 50%;
    max-width: 280px;
    aspect-ratio: 195 / 157;
    background: url(/common/upload_data/yuusaclubcom/image/20260414111421_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    bottom: 2%;
    right: 2%;
}
@media screen and (max-width: 480px) {
#top_pattern_10 + .contents_box01 .inner_item_txt > p:before,
#top_pattern_10_2 + .contents_box01 .inner_item_txt > p:before {
    bottom: 105px;
}
}

/*MV画像位置調整 260430*/
@media screen and (max-width: 900px) {
  #mv .mv_img li:nth-child(4) img{
    object-position: 70% 50%;
  }