.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 70px;
    background-color: rgba(10, 10, 12, .32);
    backdrop-filter: blur(128px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    transition: .3s;
}

#header .nav {
    height: 70px;
    margin: 0 50px;
    display: flex;
    justify-content: space-between;
}

#header a {
    text-decoration: none;
    color: white;
    transition: .3s;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 450;
    font-style: normal;
}

#header a:hover {
    opacity: .6;
}

#header .header-always-top {
    height: auto;
    margin: auto 0;
}

#header .header-top {
    margin: auto 0;
    font-size: 28px;
    letter-spacing: 5px;
}

#header .menu-group {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

#header .navigation-group{
    margin: auto 0;
}

#header .menu-item {
    margin: auto 8px;
    font-size: 20px;
}

#header .sns-icon {
    margin: auto 0;
}

#header .sns-icon img {
    height: 20px;
    margin-left: 20px;
}

#js-hamburger{
    display: none;
}

@media screen and (max-width: 991px) {
    #header .nav {
        margin: 0 25px;
        display: block;
    }

    #header .nav.active {
        height: 100vh;
    }

    #header a:hover {
        opacity: 1;
    }
    
    #header .header-always-top{
        width: calc(100vw - 50px);
        height: 70px;
        position: fixed;
        display: flex;
        justify-content: space-between;
    }

    #header .menu-group{
        position: fixed;
        bottom: 35vh;
        display: block;
        width: 60%;
        height: auto;
        margin: 0 20%;
    }

    #header .menu-group li{
        margin: calc(100vh / 30) 0;
    }

    #header .sns-icon{
        position: fixed;
        bottom: 20vh;
        width: 60%;
        height: 50px;
        margin: 0 20%;
    }

    #header .sns-icon img{
        margin-left: 0;
        margin-right: 20px;
        margin-top: 15px;
    }

    .header-top{
        width: auto;
    }

    .header.active {
        height: 100vh;
    }

    #js-hamburger{
        display: block;
    }

    .header__hamburger {
        width: 48px;
        height: 48px;
        margin: auto 0;
        padding-right: 0;
    }

    .hamburger{
        background-color: transparent;
        border-color: transparent;
        z-index: 9999;
    }

    .hamburger span {
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: relative;
        transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
        display: block;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        margin: 8px 0;
    }

    .hamburger span:nth-child(3) {
        top: 0;
    }

    .hamburger.active{
        margin: 11px 0;
    }

    .hamburger.active span:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        top: -8px;
        transform: rotate(-45deg);
    }

    #header .navigation-group{
        opacity: 0;
        transition: .3s;
    }

    #header .navigation-group.active{
        display: block;
        opacity: 1;
    }
    
    #header .header-top{
        margin: 12px 0;
    }

    #header .header-top a{
        height: 70px;
        margin: auto 0;
    }
}

#footer {
    background-color: #101020;
    color: #fff7e2;
    padding: 40px 50px 30px 50px;
}

#footer .footer-title {
    display: flex;
}

#footer h1 {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 56px;
    letter-spacing: 5px;
}

#footer img {
    height: 72px;
    margin-left: 16px;
}

#footer .footer-links {
    margin: 16px 0;
    padding: 16px 0 0 0;
    border-top: .5px solid #fff7e2;
    border-bottom: .5px solid #fff7e2;
    display: flex;
    flex-wrap: wrap;
}

#footer .menu-group {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
    margin-right: 24px;
}

#footer .menu-group li {
    opacity: .8;
}

#footer .menu-group li:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

#footer a {
    text-decoration: none;
    color: #fff7e2;
    transition: .3s;
}

#footer .menu-group li {
    margin-bottom: 3px;
}

#footer a:hover {
    opacity: .6;
}

#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    #footer {
        padding: 40px 25px 50px 25px;
    }

    #footer .footer-title {
        display: block;
    }

    #footer img {
        width: 80%;
        max-width: 300px;
        height: auto;
        margin-left: 0;
        margin-top: 5px;
    }

    #footer h1 {
        font-size: 48px;
    }

    #footer .footer-links {
        display: block;
        padding: 4px 0;
    }

    #footer .menu-group {
        margin: 10px 0;
    }

    #footer a:hover {
        opacity: 1;
    }

    #footer .footer-bottom {
        display: block;
    }
}

p {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 450;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    font-style: normal;
}

li {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 450;
    font-style: normal;
}

html, body {
    background-color: #fff7e2 !important;
}

.top-blank {
    background: #fff7e2;
    height: 70px;
}

.bottom-blank {
    height: 30px;
}

.title {
    background: #fff7e2;
    padding: 20px 0 30px 0;
}

@media screen and (min-width: 1200px) {
    .title {
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: calc((100vw - 1200px) / 2);
    }
}

.title p{
    margin: 0 50px 15px 50px;
    padding-left: 10px;
    max-width: 450px;
    color: #782222;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 10%;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6101e;
}

.title h1 {
    margin: 15px 50px 0 50px;
    padding-left: 10px;
    padding-bottom: 15px;
    max-width: 450px;
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 3%;
    margin-top: -5px;
    border-bottom: 1px solid #c6101e;
}

@media screen and (max-width: 991px) {
    .title p {
        margin: 0 25px 15px 25px;
    }
    
    .title h1 {
        margin: 15px 25px 0 25px;
    }
}

.content {
    background: #f5edcb;
    border: rgba(10, 10, 20, .05) 1px solid;
    padding: 30px 50px 30px 50px;
    max-width: 1200px;
    border-radius: 24px;
}

#yellow-bg {
    background: #ffee90;
    color: #553c06;
}

#kana-boon-profile {
    background: linear-gradient(165deg, #b9303a 0%, #275795 100%);
    color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .content {
        margin-left: calc(((100vw - 1200px) / 2) + 50px);
        margin-right: calc(((100vw - 1200px) / 2) + 50px);
    }
}

@media screen and (max-width: 991px) {
    .content {
        margin-left: 25px;
        margin-right: 25px;
        padding: 20px 20px 20px 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .content {
        margin-left: 50px;
        margin-right: 50px;
    }
}

.content h1 {
    margin: auto;
    margin-bottom: 5px;
}

.content p {
    font-size: 20px;
    margin: 15px 0;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.text-weak {
    opacity: .85;
}

.btn.btn-primary {
    background: linear-gradient(90deg, #c6101e 0%, #940347 100%);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-border-color: transparent;
    color: #fff7e2;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    transition: .3s;
}

.btn.btn-primary:hover {
    opacity: .8;
}

.btn.btn-primary:active {
    opacity: .6;
}

.btn.btn-primary.out {
    background: #777777;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-border-color: transparent;
    color: #fff7e2;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}

.btn.btn-primary.out:hover {
    opacity: 1;
    cursor: not-allowed;
}

.btn.btn-primary.out:active {
    opacity: 1;
}

.guest-top {
    background: #f5edcb;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guest-top img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .guest-top img {
        height: auto;
        max-height: 720px;
    }
}

.guest-title {
    padding: 0 25px;
    margin-top: auto;
    margin-bottom: auto;
}

.guest-title button {
    margin-top: 10px;
}

.content-main.container-fluid.row {
    margin: 0;
    padding: 0;
}

.guest-top .col-12.col-lg-6 {
    margin: 0;
    padding: 0;
    min-height: 200px;
}

.kana-boon-links {
    display: flex;
    margin-top: 20px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.kana-boon-links img {
    height: 28px;
    margin-right: 15px;
    transition: .3s;
}

.kana-boon-links img:hover {
    opacity: .6;
}