body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 20px;
}

img {
    max-width: 100%;
}

.sp-only {
    display: block !important;
}

.pc-only {
    display: none !important;
}

@media screen and (min-width: 959px) {
    .sp-only {
        display: none !important;
    }

    .pc-only {
        display: block !important;
    }
}

.comheading {
    font-size: 33.333333333%;
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    text-align: center;
}

.wrapper {
    margin: 0 auto;
    height: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
}

.biography {
    text-align: center;
}

.biography .mahbiefig {
    width: 33.33333%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.biography .name {
    margin-top: 100px;
    font-size: 40px;
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
}

.biotext {
    width: 800px;
    margin: 0 auto;
    margin-top: 28px;
    line-height: 1.8em;
    font-size: 18px;
    text-align: left;
}

.schedule {
    margin-top: 120px;
    text-align: center;
}

.schedule .schedule_video {
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
}

.schedule .schedule_video video {
    max-width: 100%;
}
.schedule .fig {
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
}

.works {
    margin-top: 100px;
    text-align: center;
}

.works .works_insta {
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
}

.works .works_insta iframe {
    max-width: 100% !important;
}

.works .spotify {
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
}

.works .youtube {
    margin-top: 50px;
}

.works .youtube iframe {
    max-width: 100%;
}

.inview.fadeup {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(30px);
}

.inview.fadeup.active {
    opacity: 1;
    transform: translateY(0px);
}

.shop {
    margin-top: 100px;
    text-align: center;
}

.shop a {
    line-height: 1.8em;
    font-size: 18px;
    color: #fff;
}

a:hover {
    color: #A80000;
    transition: .3s;
}

a,
a:visited {
    color: inherit;
    transition: .3s;
}

a[target="_blank"] {
    &:after {
      font-family: "Font Awesome 6 Free";
      content: "\f08e";
      font-weight: 900;
      margin: 0 0.25rem;
    }
  }

.contact {
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 100px;
    text-align: center;
}

.contact .booking {
    margin-bottom: 10px;
    font-size: 18px;
    color :#686D76;
}

.contact .com {
    line-height: 1.8em;
    font-size: 18px;
}

.contact figure {
    position: relative;
    z-index: 10;
    width: 42vw;
    margin-top: -3vw;
    margin-left: -2vw;
}

footer {
    width: 100%;
    background-color: #DDD;
    color: #333;
    text-align: center;
    position: absolute;
    bottom: 0;
    font-size: 17px;
}

.schedule figure {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
}

@media only screen and (max-width: 896px) {
    .biography .mahbiefig {
        width: auto;
    }
    
    .mahbiefig.schedule {
        margin: 0;
    }

    .biography .name {
        margin-top: 12vw;
        font-size: 5vw;
    }

    .biotext {
        width: auto;
        font-size: 4vw;
        text-align: left;
        line-height: 1.8em;
        padding: 0 4.5vw;
        margin-top: 3vw;
    }

    .heading {
        font-size: 8vw;
    }

    .schedule {
        margin-top: 16vw;
    }

    .schedule .schedule_video {
        width: auto;
        margin-top: 8vw;
    }
    .schedule .fig {
        width: 90%;
        margin-top: 8vw;
    }
    .works {
        margin-top: 16vw;
    }

    .works .works_insta {
        width: 90%;
        margin-top: 8vw;
    }

    .works .spotify {
        width: 90%;
    }
    .shop {
        margin-top: 16vw;
    }
    .contact {
        width: 80%;
    }
    .contact figure {
        margin-top: -24vw;
        width: 84vw;
    }
    .schedule figure {
        width: 90%;
    }
    
}