@charset "UTF-8";

/*parallax*/
#parallax + div > .content_wrapper::after {
    display: block;
    content: "";
    width: 800px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 5%;
    background: url(/common/upload_data/nplusstudiojp/image/20241008115050.png) no-repeat;
    pointer-events: none;
    background-size: 25%;
    filter: brightness(5);
}
/*MVスクロール削除*/
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}


@media screen and (min-width: 601px) and (max-width: 1200px){
#parallax + div > .content_wrapper::after {
    background-size: 18%;
}
}

@media screen and (max-width: 600px) {
#parallax + div > .content_wrapper::after {
    background-size: 12%;
}
}

/*top_about*/
#top_about_i + div > .content_wrapper::after {
    display: block;
    content: "";
    width: 300px;
    height: 700px;
    position: absolute;
    top: -55px;
    right: 0%;
    background: url(/common/upload_data/nplusstudiojp/image/20241008115114.png) no-repeat;
    pointer-events: none;
    background-size: 30%;
}

@media screen and (min-width: 601px) and (max-width: 850px){
#top_about_i + div > .content_wrapper::after {
    right: -25%;
    background-size: 20%;
}
}

@media screen and (max-width: 600px) {
#top_about_i + div > .content_wrapper::after {
    right: -40%;
    background-size: 17%;
}
}

/*top>blog*/
block_news_1.add_design4 .content_wrapper li>p, .block_news_1.add_design4 .content_wrapper li a>p {
    display: none !important;
}
@media screen and (max-width: 700px) {
    .block_news_1.add_design4 .content_wrapper li>p, .block_news_1.add_design4 .content_wrapper li a>p {
display: none;
}
}
.block_news_1.add_design4 .content_wrapper li a span img {
    height: auto;
    aspect-ratio: 1 !important;
}
.block_news_1.add_design4 .content_wrapper li a span {
    padding: 0 0 100%;
}
.block_news_1.add_design4 .content_wrapper ul>li {
    margin-left: 1% !important;
}
@media screen and (max-width: 550px) {
    .block_news_1.add_design4 .content_wrapper ul>li, .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(1):nth-of-type(4n+1), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(2):nth-of-type(4n+1), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(3):nth-of-type(4n+1), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(4):nth-of-type(4n+1), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(1):nth-of-type(4n+2), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(2):nth-of-type(4n+2), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(3):nth-of-type(4n+2), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(1):nth-of-type(4n+3), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(2):nth-of-type(4n+3), .block_news_1.add_design4 .content_wrapper ul>li:nth-last-of-type(1):nth-of-type(4n+4) {
        margin-bottom: 0px;
    }
}
.block_news_1.add_design4 .content_wrapper li a span {
    margin-bottom: 3px;
}
block_news_1.add_design4 .content_wrapper li>p, .block_news_1.add_design4 .content_wrapper li a p {
    display: none !important;
}
.block_news_1 .content_wrapper li a>p {
    display: none;
}