* {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    width: 99vw;
    margin: 0px auto;
}

header {
    background-image: url(../TopImage/2.png);
    object-fit: cover;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    margin: 0px;
    padding-top: 8px;
    background-attachment: fixed;

}

nav {
    width: 90vw;
    margin: 0 auto;
    background-color: #527853;
    border-radius: 20px;
    padding: 20px;
    color: #F9E8D9;
    display: block;
    position: fixed;
    top: auto;
    left: 5vw;
}

nav ul {
    display: flex;
}

nav ul li {
    display: inline-block;
    border-right: #F9E8D9 3px solid;
    padding: 0 20px;
    text-align: center;
}

li:last-child {
    border-right: none;
}

nav li a {}

nav li a:hover {
    background-color: #F7B787;
}

h1 {
    padding-top: 40vh;
    padding-right: 20px;
    text-align: right;
    font-size: 40px;
}

.intro {
    background-image: url(../TopImage/1.png);
    object-fit: cover;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    margin: 0px;
    padding-top: 8px;
    /* background-attachment: fixed; */
}

.intro div {
    padding-top: 26vh;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #527853;
}

h2 {
    border-bottom: 0.5px solid #e3e2e2;
    font-size: 26px;
    padding: 8px;
    font-weight: bold;
}

.blog-osusume-box {
    /* border: #e1ad90 3px double; */
    padding: 10px;
    line-height: 28px;
}

.blog-osusume-box li::before {
    content: "■";
    color: #e1ad90;
    margin-right: 3px;
}

.section01img img {
    display: block;
    width: 70px;
    height: auto;
    margin: 8px auto;
}
.aside-youtube{
    display: block;
    margin: 8px auto;
    width: 64%;
    height: 26vh;
}
h3 {
    padding: 8px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 600px) {

    /* 1025px以上の画面サイズで適用されるスタイル */
    #wrapper {
        width: 410px;
        margin: 0px auto;
    }

    header {
        /* background-image: url(../TopImage/2.png);
        object-fit: cover;
        background-size: cover;
        background-position: left bottom;
        background-repeat: no-repeat;
        min-height: 90vh;
        width: 100%;
        margin: 0px;
        padding-top: 8px; */

    }
}