@charset "UTF-8";

/*--- レイアウト変更(2025/06/11) ---*/
#mv .mv_text {
    height: 100%;
    bottom: initail !important;
    top: 0;
    align-items: center;
}
#mv .mv_text>div {
    text-align: center;
}
#mv .mv_text h2 {
    font-size: 160px !important;
    letter-spacing: 8px;
    line-height: 1;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media only screen and (min-width: 901px) {
    #mv {
        width: 100%;
        left: 0;
    }
}
@media only screen and (max-width: 800px) {
    #mv .mv_text h2 {
        font-size: 135px !important;
    }
}
@media only screen and (max-width: 800px) {
    #mv .mv_text h2 {
        font-size: 70px !important;
    }
}

#blog-part + .block_news_1 {
    position: relative;
    display: inline-block;
    width: 49%;
　　　　vertical-align: top !important;
    float:left;
}
#blog-part + .block_news_1 > .content_wrapper {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
}
#blog-part + .block_news_1 ul {
    min-width: initial;
}
#column-part + .block_news_1 {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-left: 1%;
　　　　vertical-align: top !important;
}
#column-part + .block_news_1 > .content_wrapper {
    max-width: 600px !important;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
}
#column-part + .block_news_1 ul {
    min-width: initial;
}
@media only screen and (max-width: 900px) {
    #blog-part + .block_news_1,
    #column-part + .block_news_1 {
        float: none;
        display: block;
        width: 100%;
    }
    #blog-part + .block_news_1 > .content_wrapper,
    #column-part + .block_news_1 > .content_wrapper {
        padding: 0 20px;
        margin-right: auto;
        margin-left: auto;
    }
}