#header h1 {
    position: absolute;
    bottom: 2.5vw;
    left: 4%;
    right: 4%;
    z-index: 1;
    color: rgba(255, 255, 255, .7);
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.8));
    font-size: 7.5px;
    line-height: 12px;
    letter-spacing: .05em
}

#header .hd-right {
    position: absolute;
    bottom: 11vw;
    left: 0;
    right: 0;
    z-index: 1
}

#header .hd-right .logo {
    width: 24%;
    margin: 0 auto;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 1));
}

@media screen and (min-width: 768px) {
    #header h1 {
        top: 29px;
        bottom: auto;
        left: 50px;
        right: 50px;
        font-size: 12px;
        line-height: 33px
    }

    #header .hd-left {
        position: absolute;
        bottom: 40px;
        left: 0;
        z-index: 1
    }

    #header .hd-left .nav-list {
        border-bottom: 1px solid #fff;
        padding: 0 0 18px 50px
    }

    #header .hd-left .nav-list li a {
        display: flex;
        align-items: flex-end;
        width: -moz-fit-content;
        width: fit-content
    }

    #header .hd-left .nav-list li a span {
        display: block;
        line-height: 45px
    }

    #header .hd-left .nav-list li a span.en {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: .03em
    }

    #header .hd-left .nav-list li a span.en::before {
        content: "";
        position: absolute;
        background: #fff;
        height: 2px;
        opacity: .5;
        top: calc(50% + 2px);
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: none
    }

    #header .hd-left .nav-list li a span.jp {
        color: #d0b699;
        margin: 0 0 -3px 20px;
        font-size: 14px;
        letter-spacing: .08em
    }

    #header .hd-left .nav-list li a:hover span.en,
    #header .hd-left .nav-list li a.active span.en {
        opacity: .5
    }

    #header .hd-left .nav-list li a:hover span.en::before,
    #header .hd-left .nav-list li a.active span.en::before {
        display: block
    }

    #header .hd-left .btn-tel {
        margin: 22px 0 20px 50px;
        line-height: 1
    }

    #header .hd-left .btn-tel dl {
        display: flex
    }

    #header .hd-left .btn-tel dl dt {
        margin: 7px 7px 0 0;
        font-size: 14px;
        letter-spacing: .1em
    }

    #header .hd-left .btn-tel dl dd {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: .06em
    }

    #header .hd-left .btn-tel .note {
        margin-top: 6px;
        opacity: .6;
        font-size: 12px;
        letter-spacing: .12em
    }

    #header .hd-left .btn-reservation {
        width: 360px;
        margin-left: 50px
    }

    #header .hd-left .btn-reservation a {
        position: relative;
        z-index: 1;
        display: block;
        transition: .3s;
        background: #fff;
        color: #000
    }

    #header .hd-left .btn-reservation a::before {
        content: "";
        position: absolute;
        border: 1px solid #000;
        inset: 3px;
        z-index: 1
    }

    #header .hd-left .btn-reservation a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: #000;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s
    }

    #header .hd-left .btn-reservation a span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        line-height: 60px;
        letter-spacing: .08em
    }

    #header .hd-left .btn-reservation a span::before {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_reservation_b.png") no-repeat;
        background-size: 100%;
        width: 22px;
        height: 23px;
        top: 50%;
        left: 29px;
        transform: translateY(-50%);
        transition: transform ease .3s
    }

    #header .hd-left .btn-reservation a:hover {
        color: #fff
    }

    #header .hd-left .btn-reservation a:hover:after {
        transform-origin: 0% 50%;
        transform: scaleX(1)
    }

    #header .hd-left .btn-reservation a:hover span::before {
        background-image: url("../img/shared/icon_reservation_w.png")
    }

    #header .hd-right {
        bottom: 39px !important;
        left: auto;
        right: 22px;
        display: flex;
        align-items: flex-end
    }

    #header .hd-right .logo {
        width: auto;
        margin: 0 22px 0 0
    }

    #header .hd-right .group-link {
        display: flex !important
    }

    #header .hd-right .group-link li a {
        display: block;
        font-size: 17px;
        font-weight: bold;
        line-height: 48px;
        letter-spacing: .08em
    }

    #header .hd-right .group-link li a img {
        width: 31px;
        margin: 18px 0 0 4px
    }

    #header .hd-right .group-link li a:hover {
        opacity: .8
    }

    #header .hd-right .group-link li+li {
        margin: 39px 0 0
    }

    #header .hd-right .group-link li:not(:last-child) {
        position: relative
    }

    #header .hd-right .group-link li:not(:last-child)::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 2px;
        height: 14px;
        bottom: -23px;
        left: calc(50% - 1px);
        transform: translateX(-50%) rotate(-67deg)
    }
}

#keyvisual {
    height: calc(100vh - 60px)
}

#keyvisual .photo {
    height: 100%
}

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

@media screen and (min-width: 768px) {
    #keyvisual {
        height: 100vh
    }
}

#menu-toggle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .85);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s linear
}

#menu-toggle .group {
    padding: 38px 10% 83px
}

#menu-toggle .btn-tel {
    text-align: left;
    line-height: 1
}

#menu-toggle .btn-tel dl dt {
    font-size: 12px;
    letter-spacing: .1em
}

#menu-toggle .btn-tel dl dd {
    font-weight: bold;
    margin-top: 7px;
    font-size: 24px;
    letter-spacing: .06em
}

#menu-toggle .btn-tel .note {
    opacity: .6;
    margin-top: 7px;
    font-size: 10px;
    letter-spacing: .12em
}

#menu-toggle .nav-list {
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 24px 0 21px;
    padding: 19px 0
}

#menu-toggle .nav-list ul:nth-child(1) li a {
    display: flex;
    align-items: flex-end
}

#menu-toggle .nav-list ul:nth-child(1) li a span {
    display: block;
    line-height: 37.5px
}

#menu-toggle .nav-list ul:nth-child(1) li a span.en {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .03em
}

#menu-toggle .nav-list ul:nth-child(1) li a span.jp {
    color: #d0b699;
    margin: 0 0 -3px 14px;
    font-size: 10px;
    letter-spacing: .08em
}

#menu-toggle .nav-list ul:nth-child(1) li a:hover span.en,
#menu-toggle .nav-list ul:nth-child(1) li a.active span.en {
    opacity: .3
}

#menu-toggle .nav-list ul:nth-child(2) {
    display: flex;
    margin-top: 12px;
    -moz-column-gap: 38px;
    column-gap: 38px
}

#menu-toggle .nav-list ul:nth-child(2) li:nth-child(1) {
    position: relative
}

#menu-toggle .nav-list ul:nth-child(2) li:nth-child(1)::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 15px;
    top: 50%;
    right: -16px;
    transform: rotate(27deg) translateY(-50%)
}

#menu-toggle .nav-list ul:nth-child(2) li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 37.5px;
    letter-spacing: .03em
}

#menu-toggle .btn-instagram a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 37.5px;
    letter-spacing: .06em
}

#menu-toggle .btn-instagram a img {
    width: 22.5px;
    margin: -6px 0 0 20px
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        overflow: hidden;
        bottom: auto;
        height: 85px;
        background: rgba(0, 0, 0, .9)
    }

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

    #menu-toggle .group {
        display: flex;
        flex-direction: column;
        padding: 12px 29px
    }

    #menu-toggle .btn-tel {
        display: flex;
        order: 2;
        margin: 1px 0 0 -2px
    }

    #menu-toggle .btn-tel dl {
        display: flex
    }

    #menu-toggle .btn-tel dl dt {
        font-size: 14px;
        letter-spacing: .05em
    }

    #menu-toggle .btn-tel dl dd {
        margin: -4px 0 0 8px;
        font-size: 20px
    }

    #menu-toggle .btn-tel .note {
        margin: 2px 0 0 8px;
        font-size: 12px;
        letter-spacing: .05em
    }

    #menu-toggle .nav-list {
        order: 1;
        border: none;
        margin: 0;
        padding: 0
    }

    #menu-toggle .nav-list ul:nth-child(1) {
        display: flex;
        -moz-column-gap: 19px;
        column-gap: 19px
    }

    #menu-toggle .nav-list ul:nth-child(1) li a {
        align-items: flex-start
    }

    #menu-toggle .nav-list ul:nth-child(1) li a span.en {
        font-size: 18px
    }

    #menu-toggle .nav-list ul:nth-child(1) li a span.jp {
        display: none
    }

    #menu-toggle .btn-reservation {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px
    }

    #menu-toggle .btn-reservation a {
        position: relative;
        z-index: 1;
        display: block;
        transition: .3s;
        background: #fff;
        color: #000
    }

    #menu-toggle .btn-reservation a::before {
        content: "";
        position: absolute;
        border: 1px solid #000;
        inset: 3px;
        z-index: 1
    }

    #menu-toggle .btn-reservation a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: #000;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s
    }

    #menu-toggle .btn-reservation a span {
        display: block;
        text-align: center;
        font-weight: bold;
        padding: 0 0 3px 26px;
        font-size: 15px;
        line-height: 82px;
        letter-spacing: .08em
    }

    #menu-toggle .btn-reservation a span::before {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_reservation_b.png") no-repeat;
        background-size: 100%;
        width: 18px;
        height: 19px;
        top: calc(50% - 1.5px);
        left: 25px;
        transform: translateY(-50%);
        transition: transform ease .3s
    }

    #menu-toggle .btn-reservation a:hover {
        color: #fff
    }

    #menu-toggle .btn-reservation a:hover:after {
        transform-origin: 0% 50%;
        transform: scaleX(1)
    }

    #menu-toggle .btn-reservation a:hover span::before {
        background-image: url("../img/shared/icon_reservation_w.png")
    }
}

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

#ft-bnr-fixed ul {
    display: flex;
    height: 60px
}

#ft-bnr-fixed ul li {
    height: 100%
}

#ft-bnr-fixed ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

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

#ft-bnr-fixed ul li span.text {
    margin-bottom: 2.5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .05em
}

#ft-bnr-fixed ul .btn-reservation {
    width: 50%
}

#ft-bnr-fixed ul .btn-reservation a {
    position: relative;
    -moz-column-gap: 10.5px;
    column-gap: 10.5px;
    background: #fff;
    color: #000
}

#ft-bnr-fixed ul .btn-reservation a::before {
    content: "";
    position: absolute;
    border: 1px solid #000;
    inset: 3px;
    z-index: 1
}

#ft-bnr-fixed ul .btn-reservation a span.icon {
    width: 17px
}

#ft-bnr-fixed ul .btn-tel {
    width: 23.4666666667%
}

#ft-bnr-fixed ul .btn-tel a {
    -moz-column-gap: 7.5px;
    column-gap: 7.5px
}

#ft-bnr-fixed ul .btn-tel a span.icon {
    width: 19px
}

#ft-bnr-fixed ul .hamburger {
    position: relative;
    width: 26.4%
}

#ft-bnr-fixed ul .hamburger::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 10px;
    bottom: 10px;
    width: 1px;
    left: 0
}

#ft-bnr-fixed ul .hamburger span.on {
    display: none
}

#ft-bnr-fixed ul .hamburger.is-active span.off {
    display: none
}

#ft-bnr-fixed ul .hamburger.is-active span.on {
    display: block
}

#footer {
    background: url("../img/shared/bg3.jpg") repeat center;
    padding-bottom: 60px
}

#footer .left {
    padding: 13vw 14.5% 22vw
}

#footer .left .col:nth-child(1) .nav-list li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

#footer .left .col:nth-child(1) .nav-list li a span {
    display: block;
    line-height: 1
}

#footer .left .col:nth-child(1) .nav-list li a span.jp {
    color: #d0b699;
    font-size: 10px;
    letter-spacing: .08em
}

#footer .left .col:nth-child(1) .nav-list li a span.en {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0
}

#footer .left .col:nth-child(1) .nav-list li+li {
    margin-top: 9px
}

#footer .left .col:nth-child(1) .nav-list2 {
    display: flex;
    margin-top: 7vw;
    -moz-column-gap: 44px;
    column-gap: 44px
}

#footer .left .col:nth-child(1) .nav-list2 li a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0
}

#footer .left .col:nth-child(1) .nav-list2 li:nth-child(1) {
    position: relative
}

#footer .left .col:nth-child(1) .nav-list2 li:nth-child(1)::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 20px;
    width: 2px;
    top: 50%;
    right: -24px;
    transform: translateY(-50%) rotate(24deg)
}

#footer .left .col:nth-child(2) {
    margin-top: 11vw
}

#footer .left .col:nth-child(2) .info p {
    font-size: 12px;
    line-height: 17.5px
}

#footer .left .col:nth-child(2) .info p+p {
    margin-top: 4.5vw
}

#footer .left .col:nth-child(2) .socialbuttons {
    margin-top: 13vw
}

#footer .left .col:nth-child(2) .group-link li a {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 27px
}

#footer .left .col:nth-child(2) .group-link li a span {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 25px
}

#footer .left .col:nth-child(2) .group-link li a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_link.png") no-repeat;
    width: 10px;
    height: 11px;
    background-size: 100%;
    top: 8px;
    left: 6px
}

#footer .left .col:nth-child(2) .group-link li a:hover span {
    border-color: rgba(0, 0, 0, 0)
}

#footer .left .col:nth-child(2) .group-link li:nth-child(3) {
    margin-top: 22px
}

#footer .left .col:nth-child(2) .group-link li:nth-child(3) a::before {
    background-image: url("../img/shared/icon_pagetop.png")
}

#footer .right {
    background: url("../img/shared/ft_bg_sp.jpg") no-repeat center/cover;
    padding: 11vw 0
}

#footer .right .logo {
    width: 20%;
    margin: 0 auto
}

#footer .right .btn-instagram {
    width: 9%;
    margin: 6vw auto 5vw
}

#footer .right address {
    text-align: center;
    font-size: 7.5px;
    letter-spacing: .1em
}

@media screen and (min-width: 768px) {
    #footer {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding-bottom: 0
    }

    #footer .left {
        display: flex;
        max-width: 1200px;
        flex: 1;
        padding: 0 0 118px
    }

    #footer .left .col:nth-child(1) {
        width: 41.5%;
        padding: 100px 12px 0
    }

    #footer .left .col:nth-child(1) .inner {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    #footer .left .col:nth-child(1) .nav-list li a span.jp {
        font-size: 14px
    }

    #footer .left .col:nth-child(1) .nav-list li a span.en {
        margin-top: 3px;
        font-size: 48px
    }

    #footer .left .col:nth-child(1) .nav-list li a:hover span.en,
    #footer .left .col:nth-child(1) .nav-list li a.active span.en {
        opacity: .5
    }

    #footer .left .col:nth-child(1) .nav-list li+li {
        margin-top: 25px
    }

    #footer .left .col:nth-child(1) .nav-list2 {
        margin-top: 48px;
        -moz-column-gap: 56px;
        column-gap: 56px
    }

    #footer .left .col:nth-child(1) .nav-list2 li a {
        font-size: 30px
    }

    #footer .left .col:nth-child(1) .nav-list2 li:nth-child(1)::before {
        height: 25px;
        right: -30px
    }

    #footer .left .col:nth-child(2) {
        flex: 1;
        margin-top: 94px
    }

    #footer .left .col:nth-child(2) .info p {
        text-align: left;
        font-size: 15px;
        line-height: 24px
    }

    #footer .left .col:nth-child(2) .info p+p {
        margin-top: 24px
    }

    #footer .left .col:nth-child(2) .socialbuttons {
        margin-top: 75px;
        justify-content: flex-start
    }

    #footer .left .col:nth-child(2) .group-link {
        margin-top: 22px
    }

    #footer .left .col:nth-child(2) .group-link li a {
        padding-left: 32px
    }

    #footer .left .col:nth-child(2) .group-link li a span {
        font-size: 13px
    }

    #footer .left .col:nth-child(2) .group-link li a::before {
        width: 14px;
        height: 15px;
        top: 9px;
        left: 3px
    }

    #footer .left .col:nth-child(2) .group-link li:nth-child(2) {
        margin-top: 10px
    }

    #footer .left .col:nth-child(2) .group-link li:nth-child(3) {
        margin-top: 22px
    }

    #footer .left .col:nth-child(2) .group-link li:nth-child(3) a::before {
        top: 7px
    }

    #footer .left .col:nth-child(2) address {
        margin-top: 63px;
        font-size: 12px;
        line-height: 32px;
        letter-spacing: .1em
    }

    #footer .right {
        background-image: url("../img/shared/ft_bg_pc.jpg");
        width: 300px;
        padding: 100px 0 0
    }

    #footer .right .logo {
        width: 151px
    }

    #footer .right .btn-instagram {
        width: 45px;
        margin-top: 49px
    }
}

@media screen and (min-width: 768px)and (max-width: 1280px) {
    #footer .left .col:nth-child(1) {
        max-width: 400px;
        width: 100%
    }

    #footer .right {
        width: 230px
    }
}

#bnr {
    padding: 0 4vw 4vw
}

#bnr .item {
    position: relative;
    display: block;
    padding: 10vw 0
}

#bnr .item::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    inset: 2vw;
    z-index: 1
}

#bnr .item span {
    display: block;
    text-align: center;
    line-height: 1
}

#bnr .item span.en {
    font-style: italic;
    font-size: 9.33vw;
    letter-spacing: 0
}

#bnr .item span.jp {
    margin: 3.5vw 0 3vw;
    font-size: 5.47vw;
    letter-spacing: .12em
}

#bnr .item span.more {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 4vw;
    font-size: 3.6vw;
    font-weight: bold
}

#bnr .item span.more::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_w.png") no-repeat;
    width: 1.5vw;
    height: 1.8vw;
    background-size: 100%;
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    #bnr {
        padding: 0 20px 20px
    }

    #bnr .item {
        padding: 99px 0
    }

    #bnr .item::before {
        inset: 12px
    }

    #bnr .item span.en {
        font-size: 60px
    }

    #bnr .item span.jp {
        margin: 19px 0 14px;
        font-size: 31px
    }

    #bnr .item span.more {
        padding-right: 22px;
        font-size: 17px
    }

    #bnr .item span.more::before {
        width: 8px;
        height: 11px;
        top: calc(50% + 3px)
    }

    #bnr .item:hover {
        opacity: .8
    }
}

.btn-shared a {
    position: relative;
    display: block;
    border: 1px solid #fff;
    transition: color ease .3s
}

.btn-shared a::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    inset: 2px;
    z-index: 1;
}

.btn-shared a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s
}

.btn-shared a span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 50.5px
}

.btn-shared a span::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_w.png") no-repeat;
    width: 6.5px;
    height: 8px;
    background-size: 100%;
    top: 50%;
    right: 27.5px;
    transform: translateY(-50%);
    transition: background ease .3s
}

.btn-shared a:hover {
    border-color: rgba(0, 0, 0, 0)
}

.btn-shared a:hover::after {
    transform-origin: 0% 50%;
    transform: scaleX(1)
}

.btn-shared.type-popup a {
    border-color: #000
}

.btn-shared.type-popup a::before {
    border-color: #000
}

.btn-shared.type-popup a span::before {
    background-image: url("../img/shared/icon_popup.png");
    width: 16px;
    height: 16px
}

.btn-shared.type-popup a:hover {
    color: #fff
}

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

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

    .btn-shared a::before {
        inset: 3px
    }

    .btn-shared a span {
        font-size: 17px;
        line-height: 68px
    }

    .btn-shared a span::before {
        width: 8px;
        height: 10px;
        right: 38px
    }
}

.remodal {
    background: url(../img/shared/bg1.jpg) repeat center;
    text-align: left;
    color: #000;
    padding-bottom: 50px
}

.remodal h2 {
    text-align: center;
    font-size: 30px;
    line-height: 2;
    letter-spacing: .12em
}

.remodal .note-lead {
    text-align: center;
    line-height: 24px
}

.remodal .row {
    margin-top: 40px
}

.remodal .row .col .item h3 {
    text-align: center;
    background: url("../img/shared/bg3.jpg") repeat center;
    color: #fff;
    margin-bottom: 21px;
    line-height: 43px
}

.remodal .row .col .item .sub-txt {
    margin: 15px 0 10px
}

.remodal .row .col .item dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
    padding: 7px 0;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.remodal .row .col .item dl.align-end {
    align-items: flex-end
}

.remodal .row .col .item dl dt {
    flex: 1
}

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

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

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

.remodal .remodal-close-bot {
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
    color: #000;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .1em
}

@media screen and (min-width: 768px) {
    .remodal {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0 25px
    }

    .remodal .wrap {
        max-width: 100%
    }

    .remodal h2 {
        margin-top: 14px;
        font-size: 36px
    }

    .remodal .note-lead {
        margin-top: 11px;
        line-height: 30px
    }

    .remodal .row {
        display: flex;
        justify-content: space-between;
        max-width: 1040px;
        padding: 0 20px;
        margin: 53px auto 0
    }

    .remodal .row .col {
        width: 480px
    }

    .remodal .row .col .item dl {
        padding: 0;
        line-height: 47px
    }

    .remodal .row .col .item dl.lh2 {
        line-height: 38px;
        padding: 6px 0 5px
    }

    .remodal .row .col .item+.item {
        margin-top: 47px
    }

    .remodal .row .col+.col {
        margin-top: 0
    }

    .remodal .remodal-close-bot {
        cursor: pointer;
        margin-top: 84px;
        font-size: 30px
    }

    .remodal .remodal-close-bot:hover {
        opacity: .8
    }
}

.photo-shadow {
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .5)
}

.photo-deco1 {
    position: relative
}

.photo-deco1::before {
    content: "";
    position: absolute;
    background: url("../img/shared/iframe_deco_x.jpg") repeat-x left top/auto, url("../img/shared/iframe_deco_x.jpg") repeat-x left bottom/auto, url("../img/shared/iframe_deco_y.jpg") repeat-y left top/auto, url("../img/shared/iframe_deco_y.jpg") repeat-y right top/auto;
    inset: 0;
    z-index: 1
}

.photo-deco1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .photo-deco1::before {
        background-size: auto
    }
}

.photo-deco2 {
    position: relative
}

.photo-deco2::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: -1.5vw;
    left: 1.5vw;
    right: -1.5vw;
    bottom: 1.5vw;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .photo-deco2 {
        position: relative
    }

    .photo-deco2::before {
        top: -10px;
        left: 10px;
        right: -10px;
        bottom: 10px
    }
}