#hero {
    position: relative;
}

.hero__title {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 6%;
    bottom: 11.4vw;
    width: 90px;
}

.hero__logo {
    position: absolute;
    top: 90px;
    right: 80px;
    width: 140px;
    z-index: 2;
}

#intro {
    padding-top: 196px;
}

.intro__copy {
    letter-spacing: 0.1em;
    line-height: 3;
    padding-bottom: 150px;
}

.wave-font {
    max-width: 68px;
    margin-left: auto;
    padding-bottom: 542px;
}

.menu__top {
    width: 87%;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    padding-bottom: 224px;
}

.menu__top h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    letter-spacing: 0.2em;
    font-size: 38px;
    padding-right: 10px;
    position: relative;
    min-width: 44px;
    letter-spacing: 0.5em;
    z-index: 2;
}

.menu__top figure {
    margin-left: 14%;
}

#reserve {
    padding-bottom: 500px;
}

.reserve__copy {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 54px;
}

.reserve__top {
    width: 87%;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    padding-bottom: 390px;
}

.reserve__top h1 {
    letter-spacing: 0.5em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    font-size: 38px;
    padding-right: 10px;
    position: relative;
    min-width: 44px;
    height: 180px;
    margin-bottom: -20px;
}

.reserve__top figure {
    margin-left: 14%;
}

.line-anime::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    width: 0.5px;
    height: 85%;
    /**
    background: linear-gradient(to bottom,
            #2c3434,
            hsl(0, 0%, 100%),
            #2c3434);

    background-size: 400% 400%;
    background-repeat: no-repeat;
    background-position: bottom;
    animation: AnimationName 2s ease;
    **/
}

.line-anime--on::after {
    opacity: 0;
    background: #D6D6D6;
    animation: AnimationName 2s cubic-bezier(1, 0, 0, 1);
}

@keyframes AnimationName {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}



.reserve__inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.reserve__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 123px;
}

.reserve__btn a {
    display: block;
    font-size: 14px;
    letter-spacing: 0.03em;
    width: 32%;
    text-align: center;
    padding: 24px 0;
    border: solid #707070 1px;
    transition: all 0.3s;
}

.reserve__btn a:hover {
    background: #707070;
}

.reserve__btn a:not(:nth-child(3n)) {
    margin-right: 2%;
}

.reserve__anno {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 2.7;
    text-align: center;
}

#menu {
    position: relative;
}



.menu__random {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: 70px;
}

.menu__random figure {
    width: 50%;
}

.menu__random-content {
    width: 34%;
    text-align: center;
    padding-top: 90px;
}

.menu__random-title {
    font-size: 13px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 34px;
}

.menu__random-title::after {
    display: block;
    content: "";
    width: 27px;
    height: 1px;
    border-bottom: #707070 solid 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.menu__random-price {
    font-size: 23px;
    letter-spacing: 0.14em;
    padding-bottom: 34px;
    position: relative;
    margin-bottom: 45px;
}

.menu__random-price span {
    font-size: 17px;
}

.menu__random-price::after {
    display: block;
    content: "";
    width: 27px;
    height: 1px;
    border-bottom: #707070 solid 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.menu__random-txt {
    font-size: 14px;
    line-height: 2.5;
}

/**
background: linear-gradient(#fff 0%, rgba(84, 84, 84, 0) 100%);

**/

.menu__ph3 {
    width: 35%;
    margin-right: auto;
    margin-left: 10%;
    margin-bottom: 322px;
}

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

.menu__intro-job {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.menu__intro-name {
    font-size: 22px;
    letter-spacing: 0.16em;
    margin-bottom: 44px;
}

.menu__intro-career {
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    max-width: 110px;
    margin-bottom: 40px;
}

.menu__intro-career::after {
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 0.7px;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-bottom: 0.7px solid #D6D6D6;
}


.menu__intro figure {
    width: 42%;
}

.menu__intro-content {
    width: 43%;
}

.menu__intro-exp {
    font-size: 14px;
    line-height: 2.7;
    text-align: justify;
}

.menu__effect {
    position: absolute;
    display: block;
    content: "";
    bottom: -250px;
    right: 0;
    max-width: 354px;
    width: 26vw;
    height: auto;
    background-image: url(../imgs/effect.png);
    background-size: 100% 100%;
    z-index: -1;
}

#gallery {
    padding-bottom: 328px;
}

.gallery__ph1 {
    max-width: 970px;
    width: 71%;
    margin-bottom: 268px;
}

.gallery__ph2 {
    max-width: 638px;
    width: 47%;
    margin-left: auto;
}

.gallery__ph3 {
    max-width: 370px;
    width: 27%;
    margin-left: 17.5%;
    margin-bottom: 250px;
}

.gallery__ph4 {
    max-width: 524px;
    width: 38.5%;
    margin-right: 7%;
    margin-left: auto;
}

#info {}

.info__title {
    text-align: center;
    font-size: 23px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.info__copy {
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 94px;
}

.info__scale {
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.info__scale .info__mv {
    height: auto;
    transition: transform 2s ease;
    /* ゆっくり変化させる */
}

.info__scale:hover .info__mv {
    transform: scale(1.1);
    /* 拡大 */
}

.info__scale .info__scale-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.info__scale-content figure {
    max-width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.info__insta {
    width: 100%;
    text-align: center;
}

.info__insta p {
    font-size: 18px;
}


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

    .reserve__inner {
        padding: 0 3%;
    }

}

@media screen and (max-width: 800px) {
    #menu .inner-800 {
        padding-left: 3%;
        padding-right: 3%;
    }

    .inner-800 .wave-font {
        margin-right: 17%;
    }

    .inner-800 .intro__copy {
        padding-left: 9%;
        padding-right: 9%;
    }

}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .hero__title {
        left: 8%;
        width: 67px;
        bottom: 25.8vw;
    }

    .hero__logo {
        width: 90px;
        top: 30px;
        right: 6%;
    }

    #intro {
        padding-top: 114px;
    }

    .intro__copy {
        font-size: 14px;
    }


    .wave-font {
        max-width: 50px;
        padding-bottom: 150px;
        padding-top: 30px;
    }

    #menu {
        overflow: hidden;
    }

    #menu .inner-800 {
        padding-left: 9%;
        padding-right: 9%;
    }

    .menu__top {
        position: relative;
        width: 100%;
        margin-bottom: 243px;
        padding-bottom: 0;
    }

    .menu__top h1 {
        position: absolute;
        bottom: -30vw;
        left: 11%;
        font-size: 7.2vw;
        letter-spacing: 0.5em;
        line-height: 1.5;
    }

    .menu__top figure {
        margin-left: 0;
    }

    .menu__random figure {
        width: 72%;
        max-width: 270px;
        width: 100%;
    }


    .menu__random {
        flex-direction: column;
        margin-bottom: 6px;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .menu__random-content {
        width: 100%;
        margin-bottom: 120px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 0;
    }

    .menu__random-txt {
        font-size: 13px;
        letter-spacing: 0.03em;
    }

    .menu__ph3 {
        max-width: 270px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 116px;
    }

    .wrap-cover {
        padding-top: 123px;
    }

    .menu__effect {
        max-width: 227px;
        width: 100%;
        bottom: 278px;
        right: -90px;
    }

    .menu__intro {
        flex-direction: column;
    }

    .menu__intro-career {
        margin-bottom: 27px;
    }

    .menu__intro-exp {
        font-size: 13px;
    }

    .menu__intro figure {
        width: 100%;
        max-width: 205px;
        margin-bottom: 50px;
    }

    .menu__intro-content {
        width: 100%;
    }

    #reserve {
        padding-bottom: 133px;
    }

    .reserve__top {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding-bottom: 0;
        margin-bottom: 190px;
    }

    .reserve__top h1 {
        position: absolute;
        z-index: 2;
        bottom: -20vw;
        left: 11%;
        font-size: 7.2vw;
        letter-spacing: 0.5em;
        line-height: 1.5;
        height: 33vw;
        margin-bottom: 0;
    }

    .reserve__top figure {
        margin-left: 0;
    }

    .reserve__inner {
        padding: 0 10%;
    }

    .reserve__anno {
        font-size: 13px;
    }

    .reserve__copy {
        font-size: 13px;
        line-height: 2.3;
    }

    .reserve__btn {
        flex-direction: column;
    }

    .reserve__btn a:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .reserve__btn a:not(:last-child) {
        margin-bottom: 38px;
    }

    .reserve__btn a {
        width: 100%;
    }

    #gallery {
        padding-bottom: 155px;
    }

    .gallery__ph1 {
        width: 78vw;
        margin-bottom: 82px;
    }

    .gallery__ph2 {
        width: 80vw;
        margin-bottom: 90px;
    }

    .gallery__ph3 {
        margin-bottom: 105px;
        margin-left: 0;
        width: 60vw;
    }

    .gallery__ph4 {
        margin-right: 0;
        width: 72vw;
    }

    .info__title {
        font-size: 3.7vw;
    }

    .info__copy {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .info__scale-content figure {
        max-width: 4vw;
        margin-bottom: 10px;
    }

    .info__insta p {
        font-size: 14px;
    }


}


/**
width: 1px;
height: 104px;
background: linear-gradient(#fff 0%, rgba(84, 84, 84, 0) 100%);
***/