@charset "UTF-8";

body,
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: auto;
    background: #fff;
    color: #373737;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

footer ul li {
    list-style: none;
    padding: 0;
    border-bottom: 1px dotted #292929;
    margin-bottom: 8px;
    font-size: smaller;
}

footer ul li a {
    color: #5e5d5d;
    text-decoration: none;
}

footer ul li:before {
    font-family: "Font Awesome 7 Free";
    content: '\f105';
    font-weight: 900;
    padding-right: 10px;
    color: #ff6600;
}

footer ul li a:hover {
    text-decoration: underline;
}


.page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 100%;
    z-index: 1;
}

.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: 0.5s;
    opacity: 0.8;
}

.page-top a:hover {
    text-decoration: none;
    background: #999;
}

.scroll-stop {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    display: block;
    background: #ffffff;
    opacity: 0.9;
}

.f-sns {
    color: #ff6600;
}

/* font */
.shippori-mincho-reg {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.shippori-mincho-med {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.shippori-mincho-bld {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.shippori-mincho-extbld {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 800;
    font-style: normal;
}



/* Extra small devices (スマートフォン, 576px未満) */
@media (max-width: 575.98px) {
    /* XSデバイス用のスタイル */

    .logo-size {
        width: 30%;
        /* ロゴの幅を調整 */
        height: auto;
        /* 高さは自動調整 */
        padding-top: 10px;
        /* 上の余白を追加 */
    }

    .back-image {
        background: url("../images/index/sample-1.jpg");
        height: 300px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-02 {
        background: url("../images/index/sample-2.jpg");
        height: 300px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-03 {
        background: url("../images/index/sample-3.jpg");
        height: 300px;
        background-position: center center;
        background-size: cover;
    }

    .main-midashi {
        margin-top: 120px;
    }

    .main-font {
        font-size: 170%;
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 6px #000000;
    }

    .subtitle {
        font-size: 130%;
        text-align: center;
        color: #fff;
        line-height: 1.2em;
        text-shadow: 0px 0px 4px #000000;
        color: #fff;
    }


}


/* Small devices (スマートフォン - タブレット, 576px以上) */
@media (min-width: 576px) {

    /* SMデバイス用のスタイル */
    .logo-size {
        width: 20%;
        /* ロゴの幅を調整 */
        height: auto;
        /* 高さは自動調整 */
        padding-top: 10px;
        /* 上の余白を追加 */
    }

    .back-image {
        background: url("../images/index/sample-1.jpg");
        height: 400px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-02 {
        background: url("../images/index/sample-2.jpg");
        height: 400px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-03 {
        background: url("../images/index/sample-3.jpg");
        height: 400px;
        background-position: center center;
        background-size: cover;
    }

    .main-midashi {
        margin-top: 160px;
    }

    .main-font {
        font-size: 200%;
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 7px #000000;
    }

    .subtitle {
        font-size: 160%;
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 4px #000000;
        color: #fff;
    }


}

/* Medium devices (タブレット, 768px以上) */
@media (min-width: 768px) {

    /* MDデバイス用のスタイル */
    .logo-size {
        width: 100%;
        /* ロゴの幅を調整 */
        height: auto;
        /* 高さは自動調整 */
        margin-bottom: 10px;
        /* 下の余白を追加 */
        padding-top: 10px;
        /* 上の余白を追加 */
    }

    .back-image {
        background: url("../images/index/sample-1.jpg");
        height: 500px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-02 {
        background: url("../images/index/sample-2.jpg");
        height: 500px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-03 {
        background: url("../images/index/sample-3.jpg");
        height: 500px;
        background-position: center center;
        background-size: cover;
    }

    .main-midashi {
        margin-top: 210px;
    }

    .main-font {
        font-size: 280%;
        text-align: center;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 8px #000000;
    }

    .subtitle {
        font-size: 200%;
        text-align: center;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #000000;
        color: #fff;
    }
}

/* Large devices (デスクトップ, 992px以上) */
@media (min-width: 992px) {

    /* LGデバイス用のスタイル */
    .logo-size {
        width: 70%;
        /* ロゴの幅を調整 */
        height: auto;
        /* 高さは自動調整 */

        padding-top: 10px;
        /* 上の余白を追加 */
    }
}

/* Extra large devices (ワイドデスクトップ, 1200px以上) */
@media (min-width: 1200px) {
    /* XLデバイス用のスタイル */

    .logo-size {
        width: 50%;
        /* ロゴの幅を調整 */
        height: auto;
        /* 高さは自動調整 */

        padding-top: 10px;
        /* 上の余白を追加 */
    }

    .back-image {
        background: url("../images/index/sample-1.jpg");
        height: 700px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-02 {
        background: url("../images/index/sample-2.jpg");
        height: 700px;
        background-position: center center;
        background-size: cover;
    }

    .back-image-03 {
        background: url("../images/index/sample-3.jpg");
        height: 700px;
        background-position: center center;
        background-size: cover;
    }

    .main-midashi {
        margin-top: 280px;
    }

    .main-font {
        font-size: 400%;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 6px #000000;
        text-align: center;
    }

    .subtitle {
        font-size: 150%;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 4px #000000;
        text-align: center;
        color: #fff;
    }
}

/* XXL devices (より大きなデスクトップ, 1400px以上) */
@media (min-width: 1400px) {
    /* XXLデバイス用のスタイル */

    .back-image {
        background: url("../images/index/sample-1.jpg");
        height: 100vh;
        background-position: center center;
        background-size: cover;
    }

    .back-image-02 {
        background: url("../images/index/sample-2.jpg");
        height: 100vh;
        background-position: center center;
        background-size: cover;
    }

    .back-image-03 {
        background: url("../images/index/sample-3.jpg");
        height: 100vh;
        background-position: center center;
        background-size: cover;
    }

    .main-midashi {
        margin-top: 350px;
    }

    .main-font {
        font-size: 450%;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 6px #000000;
        text-align: center;
    }

    .subtitle {
        font-size: 150%;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 4px #000000;
        text-align: center;
        color: #fff;
    }
}