.btn-shared a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .4);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-property: color;
    transition-duration: .3s
}

.btn-shared a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #edece9;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.btn-shared a span {
    position: relative;
    display: block;
    line-height: 68px;
    letter-spacing: .1em
}

.btn-shared a span::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 39px;
    right: 32px;
    height: 1px;
    width: 14.5px
}

.btn-shared a span::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 6px;
    height: 4px;
    top: 36px;
    right: 31px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%)
}

.btn-shared a:hover {
    border-color: #edece9;
    color: #000
}

.btn-shared a:hover::before {
    transform: scale(2)
}

.btn-shared a:hover span::before,
.btn-shared a:hover span:after {
    background: #000
}

@media screen and (min-width: 768px) {
    .btn-shared {
        width: 360px
    }

    .btn-shared a {
        border-color: #fff
    }

    .btn-shared a span {
        line-height: 80px
    }

    .btn-shared a span::before {
        top: 45px;
        right: 34px;
        width: 16px;
        transition: .3s linear
    }

    .btn-shared a span::after {
        top: 41px;
        right: 34px;
        transition: .3s linear
    }
}

.btn-reserve a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #9d173f;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-property: color;
    transition-duration: .3s;
    line-height: 47px;
    letter-spacing: .1em
}

.btn-reserve a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #edece9;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.btn-reserve a:hover {
    color: #000
}

.btn-reserve a:hover::before {
    transform: scale(2)
}

.btn-takeout a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-property: color;
    transition-duration: .3s;
    line-height: 47px;
    letter-spacing: .1em;
    border: 1px solid #fff;
    line-height: 1;
    padding: 12px 20px;
}

@media screen and (min-width: 768px) {
    .btn-reserve {
        width: 176px
    }

    .btn-reserve a {
        font-size: 14px;
        /* line-height: 39px; */
    }
}

.btn-popup a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid #edece9;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-property: color;
    transition-duration: .3s
}

.btn-popup a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #edece9;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.btn-popup a span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 68px;
    letter-spacing: .1em
}

.btn-popup a span::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_popup.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 13px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.btn-popup a:hover span {
    color: #000
}

.btn-popup a:hover span::before {
    background-image: url("../img/shared/icon_popup_on.png")
}

.btn-popup a:hover::before {
    transform: scale(2)
}

@media screen and (min-width: 768px) {
    .btn-popup {
        width: 500px
    }

    .btn-popup a span {
        font-size: 17px;
        line-height: 100px
    }

    .btn-popup a span::before {
        right: 26px
    }
}

#header {
    height: 100vh
}

#header h1 {
    position: absolute;
    bottom: 8vw;
    left: 3%;
    right: 3%;
    z-index: 2;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .1em
}

#header .row {
    position: absolute;
    top: 5.2vw;
    left: 4%;
    right: 4%;
    z-index: 2
}

#header .row .logo {
    width: 36.27%
}

@media screen and (min-width: 768px) {
    #header {
        height: 900px
    }

    #header h1 {
        inset: 180px auto auto 20px;
        height: 720px;
        text-align: center;
        font-size: 14px;
        line-height: 36px
    }

    #header .row {
        position: relative;
        z-index: 2;
        inset: 0;
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    #header .row .logo {
        width: 205px;
        margin: 59px 0 0 61px
    }

    #header .row .group {
        display: flex !important;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px;
        flex: 1;
        max-width: 937px;
        margin: 42px 43px 0 0;
        position: relative;
    }

    #header .row .group .nav-list {
        flex: 1;
        display: flex;
        justify-content: space-between;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 702px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-top: 25px
    }

    #header .row .group .nav-list li a {
        position: relative;
        overflow: hidden;
        display: block;
        padding-top: 7px;
        letter-spacing: .2em
    }

    #header .row .group .nav-list li a::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.5s
    }

    #header .row .group .nav-list li a span {
        display: block;
        letter-spacing: .2em
    }

    #header .row .group .nav-list li a:hover::before,
    #header .row .group .nav-list li a.active::before {
        opacity: 1
    }

    #header .row .group .nav-list li a:hover span {
        animation: animationText .5s forwards
    }

    #header .row .group .contact .btn-tel dl {
        line-height: 1;
        margin-bottom: 20px;
    }

    #header .row .group .contact .btn-tel dl dt {
        font-size: 12px;
        letter-spacing: .2em
    }

    #header .row .group .contact .btn-tel dl dd {
        margin-top: 18px;
        font-size: 26px;
        letter-spacing: .025em
    }

    #header .row .group .contact .btn-tel dl dd img {
        width: 15px;
        margin: -2px 6px 0 0
    }

    #header .row .group .contact .btn-reserve {
        /* width: 176px;
        margin: 19px 0 0 3px */
        width: 205px;
        margin: 19px 0 0 0;
    }

    #header .row .group .contact .btn-reserve a {
        font-size: 14px;
        line-height: 40px;
        letter-spacing: .1em;
        transition: .3s linear
    }

    #header .row .group .contact .btn-reserve a:hover {
        background: #edece9;
        color: #000
    }

    #header .btn-pdf {
        position: absolute;
        bottom: 40px;
        right: 118px;
        z-index: 2
    }

    #header .sns {
        position: absolute;
        width: 80px;
        top: 180px;
        bottom: 0;
        right: 0;
        z-index: 2;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 34px
    }

    #header .sns li {
        width: 25px
    }

    #header .sns li a {
        display: block
    }

    #header .sns li a img {
        display: block
    }

    #header .sns li:last-child {
        width: 19px
    }
#header .btn-takeout {
    position: absolute;
    top: 76px;
    right: 220px;
}
}

@media screen and (min-width: 768px)and (max-width: 1280px) {
    #header .row .logo {
        margin-left: 30px
    }

    #header .row .group {
        margin-right: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1170px) {
    #header .row .logo {
        margin-left: 10px
    }

    #header .row .group {
        margin-right: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    #header .row .group .nav-list {
        -moz-column-gap: 5px;
        column-gap: 5px
    }

    #header .row .group .nav-list li a {
        font-size: 14px
    }
}

#hamburger {
    position: fixed;
    box-sizing: content-box;
    top: 6.4vw;
    right: 2.93%;
    width: 42px;
    height: 25px;
    z-index: 1000
}

#hamburger::before {
    content: "Close";
    position: absolute;
    font-family: "Amiri", serif;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1;
    letter-spacing: .1em;
    opacity: 0;
    pointer-events: none;
    transition: .3s linear
}

#hamburger span {
    position: absolute;
    display: block;
    background: #fff;
    height: 1px;
    width: 42px;
    right: 0;
    transition: .3s linear
}

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

#hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

#hamburger span:nth-child(3) {
    bottom: 0
}

#hamburger.is-active {
    padding-right: 52px
}

#hamburger.is-active::before {
    opacity: 1;
    pointer-events: all
}

#hamburger.is-active span {
    width: 37px
}

#hamburger.is-active span:nth-child(1),
#hamburger.is-active span:nth-child(3) {
    opacity: 0
}


@media screen and (min-width: 768px) {
    #hamburger {
        top: 44px;
        right: 21px;
        width: 48px;
        height: 30px;
        opacity: 0;
        cursor: pointer;
        visibility: hidden;
        pointer-events: none;
        transition: .3s linear
    }

    #hamburger.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #hamburger.fixed:hover {
        opacity: .7
    }

    .fix2 {
        position: fixed;
        top: 104px;
        right: 21px;
        z-index: 999;
        width: auto;
        height: 170px;
        cursor: pointer;
        transition: .3s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .fix2.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #hamburger::before {
        font-size: 14px
    }

    #hamburger span {
        height: 2px;
        width: 48px
    }

    #hamburger.is-active {
        right: 44px;
        padding-right: 40px
    }

    #hamburger.is-active span {
        width: 35px
    }
}


#menu-toggle {
    position: fixed;
    inset: 0;
    z-index: 999;
    overflow-y: auto;
    opacity: 0;
    visibility: all;
    pointer-events: none;
    transition: .3s linear;
    background: #1c1c1c
}

#menu-toggle .group {
    padding: 26.5vw 6%
}

#menu-toggle .col-r .nav-list {
    display: flex;
    justify-content: space-between
}

#menu-toggle .col-r .nav-list ul {
    width: 50%
}

#menu-toggle .col-r .nav-list ul li a {
    display: block;
    font-size: 23px;
    line-height: 50px;
    letter-spacing: .1em
}

#menu-toggle .col-r .nav-list ul li a:hover,
#menu-toggle .col-r .nav-list ul li a.active {
    color: #8d8d8d
}

#menu-toggle .col-r .nav-list ul:nth-child(2) {
    padding-left: 4%
}

#menu-toggle .col-r .contact {
    margin-top: 13.5vw
}

#menu-toggle .col-r .contact .btn-tel {
    text-align: center;
    line-height: 1
}

#menu-toggle .col-r .contact .btn-tel dl dt {
    font-size: 11.5px;
    letter-spacing: .2em
}

#menu-toggle .col-r .contact .btn-tel dl dd {
    margin-top: 17px;
    font-size: 29px;
    letter-spacing: .025em
}

#menu-toggle .col-r .contact .btn-tel dl dd img {
    width: 16.5px;
    margin: -2px 9.5px 0 0
}

#menu-toggle .col-r .contact .btn-reserve {
    width: 224px;
    margin: 5vw auto 0;
}

#menu-toggle .col-r .contact .btn-reserve a {
    border: 1px solid #fff;
    /* background: rgba(0, 0, 0, 0); */
    line-height: 52px
}

#menu-toggle .col-l .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 11.5vw
}
#menu-toggle .col-r .contact .btn-takeout {
    width: 224px;
    margin: 5vw auto 0;
}
#menu-toggle .col-l .sns li:nth-child(1) {
    width: 29px
}

#menu-toggle .col-l .sns li:nth-child(2) {
    width: 30px
}

#menu-toggle .col-l .sns li:nth-child(3) {
    width: 23.5px
}

#menu-toggle .col-l .btn-pdf {
    max-width: 265px;
    margin: 18vw auto 0
}

@media screen and (min-width: 768px) {
    #menu-toggle .group {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 1368px;
        padding: 87px 20px 74px;
        margin: 0 auto
    }

    #menu-toggle .col-r {
        order: 2;
        width: 540px;
        margin-top: 17px
    }

    #menu-toggle .col-r .nav-list {
        display: block
    }

    #menu-toggle .col-r .nav-list ul {
        width: auto
    }

    #menu-toggle .col-r .nav-list ul li a {
        width: -moz-fit-content;
        width: fit-content;
        font-size: 24px;
        line-height: 53px;
    }

    #menu-toggle .col-r .nav-list ul:nth-child(2) {
        padding-left: 0
    }

    #menu-toggle .col-r .contact {
        /* display: flex; */
        justify-content: space-between;
        /* margin: 69px 0 0 7px */
        margin: 39px 0 0 0;
    }

    #menu-toggle .col-r .contact .btn-tel {
        text-align: left
    }

    #menu-toggle .col-r .contact .btn-tel dl dt {
        font-size: 14px
    }

    #menu-toggle .col-r .contact .btn-tel dl dd {
        margin: 11px 0 24px 6px;
        font-size: 35px
    }

    #menu-toggle .col-r .contact .btn-tel dl dd img {
        width: 20px;
        margin: -5px 9px 0 0
    }

    #menu-toggle .col-r .contact .btn-reserve {
        max-width: 336px;
        width: 100%;
        margin: 13px 0 0;
    }

    #menu-toggle .col-r .contact .btn-reserve a {
        /* font-size: 15px; */
        font-size: 20px;
        line-height: 65px;
    }
    #menu-toggle .col-r .txt-center{
        text-align: left;
    }

    #menu-toggle .col-l {
        order: 1;
        flex: 1;
        display: flex;
        align-items: flex-end
    }

    #menu-toggle .col-l .sns {
        flex-direction: column;
        gap: 19px;
        margin: 0 38px 13px 20px
    }

    #menu-toggle .col-l .sns li:nth-child(1) {
        width: 23px
    }

    #menu-toggle .col-l .sns li:nth-child(2) {
        width: 25px
    }

    #menu-toggle .col-l .sns li:nth-child(3) {
        width: 19px
    }

    #menu-toggle .col-l .photo {
        max-width: 586px;
        height: 708px;
        flex: 1
    }
    #menu-toggle .btn-takeout{
        width: 200px;
        /* padding: 20px 20px; */
        margin: 20px 0 !important;
        margin: 5vw auto 0;
    }
}

#keyvisual {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

#keyvisual .slick-current.slick-active .item img,
#keyvisual .op .item img {
    animation: zoomOut 12s linear 0s;
    animation-fill-mode: both
}

#keyvisual .item {
    height: 100vh
}

#keyvisual .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    #keyvisual::before {
        content: "";
        position: absolute;
        background: #4c4943;
        height: 180px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        transition: .3s linear
    }

    #keyvisual .slider {
        position: relative
    }

    #keyvisual .slider::before,
    #keyvisual .slider:after {
        content: "";
        position: absolute;
        background: #4c4943;
        width: 80px;
        top: 0;
        bottom: 0;
        z-index: 1;
        transition: .3s linear
    }

    #keyvisual .slider::before {
        left: 0
    }

    #keyvisual .slider:after {
        right: 0
    }

    #keyvisual .item {
        height: 900px
    }

    #keyvisual.active::before {
        height: 0
    }

    #keyvisual.active .slider::before,
    #keyvisual.active .slider:after {
        width: 0
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes animationText {
    0% {
        transform: translateY(0)
    }

    49% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

#footer {
    background: url("../img/shared/ft_bg_sp.jpg") no-repeat center top/100%, url("../img/shared/bg2.jpg") repeat center;
    padding-bottom: 30vw
}

#footer .row1 .col-r {
    display: flex;
    justify-content: space-between;
    padding-top: 13vw
}

#footer .row1 .col-r ul {
    width: 50%
}

#footer .row1 .col-r ul li a {
    display: block
}

#footer .row1 .col-r ul li a span {
    display: block;
    font-size: 23px;
    line-height: 50px;
    letter-spacing: .05em
}

#footer .row1 .col-r ul li a:hover,
#footer .row1 .col-r ul li a.active {
    color: #8d8d8d
}

#footer .row1 .col-r ul:nth-child(2) {
    padding-left: 3.5vw
}

#footer .row1 .col-l .info1 .logo {
    width: 53.5%;
    margin: 20.5vw auto 0
}

#footer .row1 .col-l .info1 .sub-logo {
    text-align: center;
    margin-top: 6.5vw;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .2em
}

#footer .row1 .col-l .info1 .contact {
    margin-top: 9.5vw
}

#footer .row1 .col-l .info1 .contact .btn-tel {
    text-align: center;
    line-height: 1
}

#footer .row1 .col-l .info1 .contact .btn-tel dl dt {
    font-size: 11.5px;
    letter-spacing: .2em
}

#footer .row1 .col-l .info1 .contact .btn-tel dl dd {
    margin-top: 17px;
    font-size: 29px;
    letter-spacing: .025em
}

#footer .row1 .col-l .info1 .contact .btn-tel dl dd img {
    width: 16.5px;
    margin: -2px 9.5px 0 0
}

#footer .row1 .col-l .info1 .contact .btn-reserve {
    width: 224px;
    margin: 5vw auto 0
}

#footer .row1 .col-l .info1 .contact .btn-reserve a {
    line-height: 52px
}

#footer .row1 .col-l .info2 {
    margin-top: 15vw
}

#footer .row1 .col-l .info2 .item {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .05em
}

#footer .row1 .col-l .info2 .item div a img {
    width: 9.5px;
    margin: -5px 2px 0 4px
}

#footer .row1 .col-l .info2 .item:nth-child(1) div {
    display: inline
}

#footer .row1 .col-l .info2 .item+.item {
    margin-top: 6.5vw
}

#footer .row2 .col-r .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 37px;
    column-gap: 37px;
    margin-top: 11.5vw
}

#footer .row2 .col-r .sns li a {
    display: block
}

#footer .row2 .col-r .sns li a img {
    display: block
}

#footer .row2 .col-r .sns li:nth-child(1) {
    width: 29px
}

#footer .row2 .col-r .sns li:nth-child(2) {
    width: 30px
}

#footer .row2 .col-r .sns li:nth-child(3) {
    width: 23.5px
}

#footer .row2 .col-r .btn-copy {
    width: -moz-fit-content;
    width: fit-content;
    margin: 14.5vw auto 0
}

#footer .row2 .col-r .btn-copy a {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .1em
}

#footer .row2 .col-r .btn-copy a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_copy.png") no-repeat;
    width: 13.5px;
    height: 13.5px;
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#footer .row2 .col-l .block {
    margin: 7.5vw 0 10vw;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: .1em
}

@media screen and (min-width: 768px) {
    #footer {
        background: url("../img/shared/ft_bg_pc.jpg") no-repeat center top/100%, url("../img/shared/bg2.jpg") repeat center;
        padding-bottom: 110px
    }

    #footer .wrap {
        max-width: 1240px;
        padding: 0 20px
    }

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

    #footer .row1 .col-r {
        order: 2;
        display: block;
        margin-right: -4px;
        padding: 134px 0px 0 0
    }

    #footer .row1 .col-r ul {
        width: auto
    }

    #footer .row1 .col-r ul li a {
        overflow: hidden;
        position: relative;
        padding-left: 16px
    }

    #footer .row1 .col-r ul li a::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0;
        transition: 0.5s;
    }

    #footer .row1 .col-r ul li a span {
        font-size: 18px;
        line-height: 40px;
        letter-spacing: .2em
    }

    #footer .row1 .col-r ul li a:hover,
    #footer .row1 .col-r ul li a.active {
        color: #fff
    }

    #footer .row1 .col-r ul li a:hover::before,
    #footer .row1 .col-r ul li a.active::before {
        opacity: 1
    }

    #footer .row1 .col-r ul li a:hover span,
    #footer .row1 .col-r ul li a.active span {
        animation: animationText .5s forwards
    }

    #footer .row1 .col-r ul:nth-child(2) {
        padding-left: 0
    }

    #footer .row1 .col-l {
        order: 1;
        display: flex;
        margin: 96px 0 0 10px
    }

    #footer .row1 .col-l .info1 .logo {
        width: 208px;
        margin: 0
    }

    #footer .row1 .col-l .info1 .sub-logo {
        margin-top: 36px;
        font-size: 14px;
        line-height: 24px
    }

    #footer .row1 .col-l .info1 .contact {
        margin-top: 37px
    }

    #footer .row1 .col-l .info1 .contact .btn-tel dl dt {
        font-size: 12px
    }

    #footer .row1 .col-l .info1 .contact .btn-tel dl dd {
        margin-top: 21px;
        font-size: 26px
    }

    #footer .row1 .col-l .info1 .contact .btn-tel dl dd img {
        width: 15px;
        margin: -2px 7px 0px 0
    }

    #footer .row1 .col-l .info1 .contact .btn-reserve {
        width: 194px;
        margin-top: 18px
    }

    #footer .row1 .col-l .info1 .contact .btn-reserve a {
        font-size: 14px;
        line-height: 46px
    }

    #footer .row1 .col-l .info2 {
        margin: 81px 0 0 72px
    }

    #footer .row1 .col-l .info2 .item {
        display: flex;
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .1em
    }

    #footer .row1 .col-l .info2 .item div a {
        border-bottom: 1px solid rgba(0, 0, 0, 0)
    }

    #footer .row1 .col-l .info2 .item div a img {
        width: 9px;
        margin: -4px 1px 0 6px
    }

    #footer .row1 .col-l .info2 .item div a:hover {
        border-color: #fff
    }

    #footer .row1 .col-l .info2 .item:nth-child(1) div {
        display: block
    }

    #footer .row1 .col-l .info2 .item+.item {
        margin-top: 24px
    }

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

    #footer .row2 .col-r {
        order: 2
    }

    #footer .row2 .col-r .sns {
        justify-content: flex-end;
        -moz-column-gap: 29px;
        column-gap: 29px;
        margin: 49px 26px 0 0
    }

    #footer .row2 .col-r .sns li:nth-child(1) {
        width: 23px
    }

    #footer .row2 .col-r .sns li:nth-child(2) {
        width: 25px
    }

    #footer .row2 .col-r .sns li:nth-child(3) {
        width: 19px
    }

    #footer .row2 .col-r .btn-copy {
        margin: 48px 5px 0 auto
    }

    #footer .row2 .col-r .btn-copy a {
        font-size: 12px
    }

    #footer .row2 .col-r .btn-copy a::before {
        width: 12px;
        height: 12px
    }

    #footer .row2 .col-r .btn-copy a:hover {
        text-decoration: underline
    }

    #footer .row2 .col-l {
        order: 1
    }

    #footer .row2 .col-l .block {
        display: flex;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin: 106px 0 0 7px;
        text-align: left;
        font-size: 12px
    }

    #footer .row2 .col-l .block .btn-cookie a:hover {
        text-decoration: underline
    }

    #footer .row2 .col-l #socialbuttons {
        justify-content: flex-start;
        margin-top: 36px
    }
}

#ft-bnr-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998
}

#ft-bnr-fixed ul {
    display: flex;
    justify-content: space-between
}

#ft-bnr-fixed ul li {
    width: 25%
}

#ft-bnr-fixed ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 63px;
    border: 1px solid #9d9d9d;
    background: #ddd;
    color: #000
}

#ft-bnr-fixed ul li a span {
    display: block;
    line-height: 1
}

#ft-bnr-fixed ul li a span.icon img {
    width: auto;
    height: 21px
}

#ft-bnr-fixed ul li a span.txt {
    margin-top: 9px;
    font-size: 10px;
    letter-spacing: .1em
}

#ft-bnr-fixed ul li:nth-child(1) a {
    background: #9d173f;
    border-color: #9d173f;
    color: #fff
}

#reserve {
    padding: 15vw 0
}

#reserve .wrap {
    background: url("../img/shared/bg1.jpg") repeat center;
    margin: 0 6.13%;
    padding: 10vw 5vw
}

#reserve h2 {
    text-align: center;
    font-size: 5vw;
    line-height: 2;
    letter-spacing: .3em
}

#reserve .note {
    margin-top: 10vw
}

#reserve .note li {
    display: flex;
    letter-spacing: .05em
}

#reserve .contact {
    border: 1px solid #cbc9bd;
    margin-top: 10vw;
    padding: 10vw 4vw
}

#reserve .contact .btn-tel {
    text-align: center;
    line-height: 1
}

#reserve .contact .btn-tel dl dt {
    font-size: 13px
}

#reserve .contact .btn-tel dl dd {
    margin-top: 23px;
    font-size: 30px;
    letter-spacing: .025em
}

#reserve .contact .btn-tel dl dd img {
    width: 17px;
    margin: -3px 7px 0 0
}

#reserve .contact .btn-reserve {
    margin: 9vw auto 0
}

@media screen and (min-width: 768px) {
    #reserve {
        padding: 150px 0 170px
    }

    #reserve .wrap {
        margin: 0 auto;
        padding: 120px 0 90px
    }

    #reserve h2 {
        font-size: 30px
    }

    #reserve .note {
        margin-top: 31px
    }

    #reserve .note li {
        justify-content: center;
        text-align: center;
        letter-spacing: .19em
    }

    #reserve .contact {
        width: 490px;
        margin: 51px auto 0;
        padding: 63px 0 64px
    }

    #reserve .contact .btn-tel dl dt {
        font-size: 15px
    }

    #reserve .contact .btn-tel dl dd {
        margin-top: 24px;
        font-size: 32px
    }

    #reserve .contact .btn-tel dl dd img {
        width: 18px;
        margin: -4px 10px 0 0
    }

    #reserve .contact .btn-reserve {
        width: 315px;
        margin-top: 43px
    }

    #reserve .contact .btn-reserve a {
        font-size: 20px;
        line-height: 57px
    }
}

#menu {
    padding: 13vw 0 35vw
}

#menu .group-link li a {
    position: relative;
    display: block
}

#menu .group-link li a .group {
    position: absolute;
    bottom: 4vw;
    left: 7%;
    right: 7%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

#menu .group-link li a .group::before {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .4;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

#menu .group-link li a .group:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .6s
}

#menu .group-link li a .group h2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5vw
}

#menu .group-link li a .group h2 span {
    display: block;
    line-height: 1
}

#menu .group-link li a .group h2 span.jp {
    width: 41.5vw;
    font-size: 6.13vw;
    letter-spacing: .03em
}

#menu .group-link li a .group h2 span.en {
    margin-bottom: .5vw;
    color: #e2dbc9;
    font-size: 3.2vw;
    letter-spacing: .3em
}

#menu .group-link li a .group .arrow {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 4.5vw;
    border-radius: 15px;
    width: 29.5px;
    height: 16px
}

#menu .group-link li a .group .arrow .icon {
    position: absolute;
    display: block;
    width: 13px
}

#menu .group-link li a .group .arrow .icon img {
    display: block
}

#menu .group-link li a .group .arrow .icon:nth-child(1) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#menu .group-link li a .group .arrow .icon:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-250%, -50%)
}

#menu .group-link li+li {
    margin-top: 8vw
}

@media screen and (min-width: 768px) {
    #menu {
        margin-top: 200px;
        padding: 0 0 230px
    }

    #menu .wrap {
        max-width: 100%;
        margin: 0 67px
    }

    #menu .group-link {
        display: flex;
        justify-content: space-between
    }

    #menu .group-link li {
        width: calc(50% - 22px)
    }

    #menu .group-link li a {
        overflow: hidden
    }

    #menu .group-link li a .photo {
        position: relative;
        height: 693px
    }

    #menu .group-link li a .photo::before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, .35);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: 2s cubic-bezier(0.115, 0.405, 0.24, 1);
        z-index: 1
    }

    #menu .group-link li a .photo img {
        transition: 2s cubic-bezier(0.115, 0.405, 0.24, 1)
    }

    #menu .group-link li a .group {
        bottom: 32px;
        left: 41px;
        right: 41px
    }

    #menu .group-link li a .group h2 {
        margin: 0 0 41px 6px
    }

    #menu .group-link li a .group h2 span.jp {
        width: auto;
        font-size: 32px;
        letter-spacing: .24em
    }

    #menu .group-link li a .group h2 span.en {
        margin: 0 0 7px 25px;
        font-size: 14px
    }

    #menu .group-link li a .group .arrow {
        margin: 0 12px 37px 0;
        border-radius: 11px;
        width: 41px;
        height: 22px
    }

    #menu .group-link li a .group .arrow .icon {
        width: 18px;
        transition: .6s cubic-bezier(0.77, 0, 0.175, 1)
    }

    #menu .group-link li a:hover .photo::before {
        opacity: 1
    }

    #menu .group-link li a:hover .photo img {
        transform: scale(1.05)
    }

    #menu .group-link li a:hover .group:after {
        width: 100%
    }

    #menu .group-link li a:hover .group .arrow .icon:nth-child(1) {
        transform: translate(200%, -50%)
    }

    #menu .group-link li a:hover .group .arrow .icon:nth-child(2) {
        transform: translate(-50%, -50%)
    }

    #menu .group-link li+li {
        margin-top: 0
    }
}

.-end-intro .eraseStart #async-container {
    animation: hideContents 1.25s cubic-bezier(0.17, 0.84, 0.44, 1) 1
}

.-end-intro .onloadcomplete #async-container {
    animation: showContents 1.25s cubic-bezier(0.17, 0.84, 0.44, 1) 1;
    animation-fill-mode: forwards;
    cursor: auto
}

@keyframes hideContents {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes showContents {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.progress-indicator {
    --size: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    pointer-events: none;
    transition: opacity .3s ease;
    transform: rotate(-90deg)
}

.progress-indicator svg {
    padding: 10px
}

.progress-indicator circle {
    fill: rgba(0, 0, 0, 0);
    stroke: #867c7c;
    stroke-width: var(--stroke-width, 1);
    stroke-dasharray: calc(var(--progress-loaded)/50*var(--perimeter)) var(--perimeter);
    transition: stroke-dasharray .2s steps(12);
    transition-property: stroke-dasharray, stroke-dashoffset
}

.progress-complete .progress-indicator {
    opacity: 0
}

.progress-complete .progress-indicator circle {
    stroke-dashoffset: calc(var(--perimeter-px)*-1)
}

.def-svg {
    position: absolute;
    inset: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.page-transition-cover {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    background-color: #1e1d1d;
    background-image: url("../img/shared/bg_load.png");
    background-size: 100px;
    z-index: 1001;
    pointer-events: none;
    animation: ramdomTexture 2s steps(5) infinite;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 80%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0
}

.-end-intro .eraseStart~.page-transition-cover {
    animation: hidePage 1.25s cubic-bezier(0.77, 0, 0.18, 1) 1, ramdomTexture 2s steps(5) infinite;
    animation-fill-mode: forwards
}

.-end-intro .eraseStart~.page-transition-cover .indicator {
    opacity: 1
}

.-end-intro .onloadcomplete~.page-transition-cover {
    -webkit-mask-image: linear-gradient(-90deg, #000 0, #000 80%, transparent 100%);
    mask-image: linear-gradient(-90deg, #000 0, #000 80%, transparent 100%);
    animation: showPage 1.25s linear 1, ramdomTexture 2s steps(5) infinite;
    animation-fill-mode: forwards;
    cursor: auto;
    pointer-events: none
}

.-end-intro .onloadcomplete~.page-transition-cover .indicator {
    opacity: 0;
    z-index: -1
}

@keyframes hidePage {
    0% {
        opacity: 0;
        -webkit-mask-position: 200% 0
    }

    100% {
        opacity: 1;
        -webkit-mask-position: 0 0
    }
}

@keyframes showPage {
    0% {
        opacity: 1;
        -webkit-mask-position: 0 0
    }

    100% {
        opacity: 0;
        -webkit-mask-position: -400% 0
    }
}

.first-transition-cover {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #1e1d1d;
    background-image: url("../img/shared/bg_load.png");
    background-size: 150px;
    z-index: 1001;
    animation: ramdomTexture 2s steps(5) infinite
}

.first-transition-cover img {
    width: 100px
}

.-end-intro .first-transition-cover {
    transition: opacity .5s cubic-bezier(0.17, 0.84, 0.44, 1);
    pointer-events: none;
    opacity: 0;
    z-index: -1
}

@media(min-width: 1280px) {
    .first-transition-cover img {
        width: 120px
    }
}

@keyframes ramdomTexture {
    0% {
        background-position: 50% 100%
    }

    20% {
        background-position: 30% 50%
    }

    40% {
        background-position: 60% 90%
    }

    60% {
        background-position: 20% 40%
    }

    80% {
        background-position: 70% 80%
    }

    100% {
        background-position: 10% 30%
    }
}

.popup-shared {
    position: relative;
    z-index: 2;
    background: url("../img/shared/bg2.jpg") repeat center;
    text-align: left;
    letter-spacing: .1em;
    padding-bottom: 100px
}

.popup-shared h2 {
    text-align: center;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: .3em
}

.popup-shared .note {
    text-align: center;
    margin-top: 20px
}

.popup-shared .list-note {
    margin-top: 20px
}

.popup-shared .list-note li {
    display: flex
}

.popup-shared .list-box {
    margin-top: 40px
}

.popup-shared .list-box .box {
    border: 1px solid #cbc9bd;
    text-align: center;
    padding: 40px 7%
}

.popup-shared .list-box .box .name-price {
    line-height: 2.6
}

.popup-shared .list-box .box .name-price dt {
    font-size: 23px
}

.popup-shared .list-box .box .name-price dd {
    font-size: 18px
}

.popup-shared .list-box .box .sub-ttl {
    border-top: 1px solid #cbc9bd;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    padding-top: 20px
}

.popup-shared .list-box .box .list {
    width: 80%;
    margin: 10px auto 0;
    text-align: left
}

.popup-shared .list-box .box+.box {
    margin-top: 40px
}

.popup-shared .row {
    margin-top: 40px
}

.popup-shared .row .col .item h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .1em
}

.popup-shared .row .col .item .sub-txt {
    color: #e6d1a6;
    margin-top: 10px;
    font-size: 13px;
    line-height: 30px
}

.popup-shared .row .col .item dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(203, 201, 189, .5);
    padding: 7px 0;
    font-size: 13px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.popup-shared .row .col .item dl dt {
    flex: 1
}

.popup-shared .row .col .item dl dd {
    text-align: right
}

.popup-shared .row .col .item+.item {
    margin-top: 40px
}

.popup-shared .row .col+.col {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .popup-shared {
        padding: 20px 0 150px
    }

    .popup-shared .wrap {
        max-width: 1200px;
        padding: 0 20px
    }

    .popup-shared .wrap2 {
        max-width: 1340px;
        padding: 0 20px
    }

    .popup-shared h2 {
        font-size: 30px
    }

    .popup-shared .note {
        margin-top: 37px
    }

    .popup-shared .list-note {
        margin-top: 51px;
        line-height: 35px
    }

    .popup-shared .list-note li {
        justify-content: center
    }

    .popup-shared .list-box {
        display: flex;
        justify-content: space-between;
        margin-top: 71px
    }

    .popup-shared .list-box .box {
        width: 30.7692307692%;
        padding: 73px 20px 53px
    }

    .popup-shared .list-box .box .name-price {
        line-height: 53px;
        letter-spacing: .3em
    }

    .popup-shared .list-box .box .name-price dt {
        font-size: 25px
    }

    .popup-shared .list-box .box .name-price dd {
        font-size: 20px
    }

    .popup-shared .list-box .box .sub-ttl {
        max-width: 300px;
        margin: 22px auto 0;
        padding-top: 28px;
        font-size: 20px
    }

    .popup-shared .list-box .box .list {
        max-width: 230px;
        width: 100%;
        margin-top: 16px;
        font-size: 15px;
    }

    .popup-shared .list-box .box+.box {
        margin-top: 0px
    }

    .popup-shared .row {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        margin: 57px auto 0
    }

    .popup-shared .row .col {
        width: 500px
    }

    .popup-shared .row .col .item h3 {
        font-size: 23px
    }

    .popup-shared .row .col .item .sub-txt {
        margin: 14px 0 -10px;
        font-size: 16px
    }

    .popup-shared .row .col .item dl {
        padding: 9px 0 11px;
        font-size: 16px
    }

    .popup-shared .row .col+.col {
        margin-top: 0
    }
}