body {
    font-family: "klee one", serif;
    font-size: 16pt;
    line-height: 180%;
    background-color: #F2F2E8;
    background-repeat: repeat;
    color: #4A4A3D;
}

.wrapper {
    max-width: 1140px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#g-nav ul {
    display: flex;
    column-gap: 5%;
}

#g-nav li {
    font-size: clamp(16px, 3vw, 20px);
}

.nav_container {
    display: flex;
}


/* ヘッダー */

.music_text {
    font-family: "Lora", serif;
    font-size: clamp(12px, 3vw, 14px);
    text-align: center;
    margin-top: 10px;
}

.music_button {
    font-family: "Lora", serif;
    font-size: clamp(12px, 3vw, 16px);
    border: solid 1px #4A4A3D;
    padding: 10px 13px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
}

.music_button:hover {
    opacity: 0.5;
}

.music_button span {
    font-size: clamp(9px, 3vw, 16px);
    font-weight: 500;
    line-height: 160%;
    text-align: center;
}

.music_button_box {
    display: flex;
    column-gap: 10%;
    margin-top: 15px;
}

#global-nav {
    width: 100%;
    background-color: #F2F2E8;
}

#global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}

#global-nav .inner {
    padding-bottom: 0;
    padding-top: 0;
    margin: 0 auto;
    padding: 25px 0;
}


.header_container {
    display: flex;
    justify-content: space-between;
}

.header_name {
    display: flex;
    align-items: baseline;
    width: 100%;
}

.header_title {
    font-size: clamp(20px, 3vw, 32px);
}

.header_text {
    font-family: "Lora", serif;
    font-size: clamp(13px, 3vw, 20px);
    margin-left: 3%;
}

.header_box {
    display: flex;
}

.header_list {
    display: flex;
    margin-right: 32px;
    font-family: "Lora", serif;
    font-size: 20px;
}

.header_right {
    display: flex;
}

li {
    list-style: none;
    font-family: "Lora", serif;
}

li:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.sound_nav {
    font-family: "Lora", serif;
}

.header_name {
    align-items: baseline;
    justify-content: flex-end;
    width: 100%;
}

.nav_container {
    display: flex;
}

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0px;
    left: -100%;
    width: 33%;
    height: 100vh;
    /*ナビの高さ*/
    background: #F2E183;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    left: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: block;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 100;
    top: 45vh;
    left: 18%;
    transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
}

#g-nav li a {
    width: 100%;
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    font-size: clamp(16px, 3vw, 24px);
}

/*========= ボタンのためのCSS ===============*/
.button_box {
    display: flex;
}

/*×に変化*/
.openbtn {
    position: fixed;
    z-index: 1000;
    /*ボタンを最前面に*/
    top: 18px;
    left: 13%;
    cursor: pointer;
    width: 80px;
    height: 80px;
    /* border-radius: 100px; */
    display: flex;
    justify-content: center;
}

.menu {
    display: block;
    font-family: "Lora", serif;
    font-size: clamp(16px, 3vw, 28px);
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 1px;
    border-radius: 2px;
    background-color: #4A4A3D;
    width: 100%;
}

.openbtn span:nth-of-type(1) {
    top: 40px;
}

.openbtn span:nth-of-type(2) {
    top: 50px;
}

.openbtn.active span:nth-of-type(1) {
    top: 40px;
    left: 0px;
    transform: translateY(6px) rotate(-10deg);
    width: 100%;
}

.openbtn.active span:nth-of-type(2) {
    top: 52px;
    left: 0px;
    transform: translateY(-6px) rotate(10deg);
    width: 100%;
}


.footer_icon {
    width: 80%;
    margin-left: 2%;
}

.footer_name {
    margin-bottom: 0px;
}

.icon_box {
    margin-bottom: 0px;
}

.policy {
    font-size: clamp(14px, 3vw, 16px);

}

.policy:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.bottom {
    display: flex;
    flex-direction: column;
}

.button {
    border: 1px solid #4A4A3D;
    padding: 5px 4% 9px;
    border-radius: 40px;
    font-family: "Lora", serif;
    position: relative;
    transition-duration: 0.3s;
    font-size: clamp(16px, 3vw, 20px);
    transition: 0.5s;
}

.button::after {
    content: "";
    display: block;

    width: 20px;
    height: 1px;
    background-color: #4A4A3D;

    transform: rotate(315deg);

    position: absolute;
    top: 3px;
    right: -3px;
}


.button:hover {
    padding: 7px 4% 10px;
    letter-spacing: 0.05em;
    transition: 0.5s;
}

/* フッター */

/* フッター */
.footter {
    text-align: center;
    margin-bottom: 25px;
}

.footer_name {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 24px;
}

.footer_title {
    font-size: clamp(16px, 3vw, 32px);
    margin-right: 2%;
}

.footer_text {
    font-family: "Lora", serif;
    font-size: clamp(12px, 3vw, 20px);
}

.icon_box {
    display: flex;
    justify-content: center;
    column-gap: 3%;
    margin-bottom: 40px;
}

.footer_icon {
    margin-left: 2%;
}

.footer_icon:hover {
    opacity: 0.5;
}

.copyright {
    font-size: clamp(10px, 3vw, 13px);
}


@media screen and (max-width: 570px) {

    .music_button_box {
        display: flex;
        column-gap: 10%;
        margin-top: 10px;
    }

    .music_text {
        margin-top: 5px;
    }

    .wrapper {
        max-width: 530px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .music_button {
        padding: 7.5px 10px;
        border-radius: 50px;
        text-align: center;
    }

    #global-nav .inner {
        padding-bottom: 0;
        padding-top: 0;
        margin: 0 auto;
        padding: 10px 0;
    }

    .header_container {
        display: flex;
        justify-content: space-between;
        padding: 5px 0px;
        margin-bottom: 0px;
    }

    .button {
        border: 1px solid #4A4A3D;
        padding: 5px 8% 9px;
        border-radius: 40px;
        font-family: "Lora", serif;
        position: relative;
        transition-duration: 1s;
        font-size: clamp(16px, 3vw, 20px);
    }

    .button:hover {
        padding: 9px 8.2% 10px;
        background-color: rgb(221 196 68 / 15%);
    }

    .header_name {
        align-items: baseline;
        width: 100%;
    }

    .nav_container {
        display: flex;
    }

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        /*ナビのスタート位置と形状*/
        top: 0px;
        left: -100%;
        width: 191px;
        height: 470px;
        /*ナビの高さ*/
        background: #F2E183;
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        left: 0;
    }


    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        display: block;
        /*ナビゲーション天地中央揃え*/
        top: 250px;
        left: 25%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
    }

    #g-nav li a {
        width: 100%;
        color: #333;
        text-decoration: none;
        padding: 5px;
        display: block;
        letter-spacing: 0.1em;
    }

    /*========= ボタンのためのCSS ===============*/
    .button_box {
        display: flex;
    }

    /*×に変化*/
    .openbtn {
        position: fixed;
        /*ボタンを最前面に*/
        top: 8px;
        left: 0px;
        cursor: pointer;
        width: 70px;
        height: 70px;
        /* border-radius: 100px; */
        display: flex;
        justify-content: center;
    }

    .menu {
        display: block;
        font-family: "Lora", serif;
        font-size: 16px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 1px;
        border-radius: 2px;
        background-color: #4A4A3D;
        width: 60%;
    }

    .openbtn span:nth-of-type(1) {
        top: 30px;
    }

    .openbtn span:nth-of-type(2) {
        top: 38px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 35px;
        left: 14px;
        transform: translateY(6px) rotate(-15deg);
        width: 60%;
    }

    .openbtn.active span:nth-of-type(2) {
        top: 47px;
        left: 14px;
        transform: translateY(-6px) rotate(15deg);
        width: 60%;
    }


    .footer_icon {
        width: 80%;
        margin-left: 2%;
    }

    .footer_name {
        margin-bottom: 0px;
    }

    .icon_box {
        margin-bottom: 10px;
    }



}