.btn-shared a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .8)
}

.btn-shared a span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 14.5px;
    line-height: 53px;
    letter-spacing: .2em
}

.btn-shared a span:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 5.5px;
    height: 8px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.btn-shared.type-popup a span:after {
    background: url("../img/shared/icon_popup.png") no-repeat;
    width: 9px;
    height: 9px;
    background-size: 100%;
    -webkit-clip-path: unset;
    clip-path: unset
}

@media screen and (min-width: 768px) {
    .btn-shared a {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .8)
    }

    .btn-shared a::before {
        content: "";
        position: absolute;
        background: rgba(85, 68, 21, .5);
        top: 0;
        bottom: -1px;
        left: -38px;
        right: -38px;
        z-index: -1;
        opacity: 0;
        transition: .3s linear
    }

    .btn-shared a span {
        position: relative;
        font-size: 16px;
        line-height: 55px
    }

    .btn-shared a span:after {
        width: 6px;
        height: 10px;
        right: -21px
    }

    .btn-shared a:hover::before {
        opacity: 1
    }
}

.btn-shop {
    position: relative;
    z-index: 1
}

.btn-shop a {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    background: url("../img/shared/bg2.jpg") repeat center;
    border: 1px solid #908585;
    font-size: 12px;
    line-height: 60px;
    letter-spacing: .2em
}

.btn-shop a img {
    width: 16px;
    height: -moz-fit-content;
    height: fit-content
}

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

    .btn-shop a {
        padding-left: 10px;
        font-size: 16px;
        line-height: 68px
    }

    .btn-shop a img {
        width: auto
    }

    .btn-shop a:hover {
        transition: .3s linear;
        background: rgba(85, 68, 21, .8)
    }
}

.line-shared {
    position: relative
}

.line-shared::before,
.line-shared:after {
    content: "";
    position: absolute;
    background: linear-gradient(273deg, rgba(255, 255, 255, 0.25) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0.25) 100%);
    left: 0;
    right: 0;
    height: 1px;
    opacity: .6
}

.line-shared::before {
    top: 0
}

.line-shared:after {
    bottom: 0
}

#header h1 {
    position: absolute;
    bottom: 6vw;
    left: 4%;
    right: 4%;
    text-align: center;
    z-index: 2;
    opacity: .3;
    font-size: 9px;
    line-height: 24px;
    letter-spacing: .15em;
    text-shadow: 2px 2px 10px #000
}

#header .group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

#header .group .logo {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    width: 27.5vw
}

#header .group h2 {
    border-left: 1px solid rgba(255, 255, 255, .7);
    border-right: 1px solid rgba(255, 255, 255, .7);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    margin: 5vw auto 0;
    padding: 3vw 0;
    font-size: 5.33vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .2em
}

#header .group h2 small {
    font-size: 4.53vw;
    letter-spacing: .2em
}

@media screen and (min-width: 768px) {
    #header h1 {
        inset: auto 31px 38px auto;
        text-align: left;
        font-size: 12px
    }

    #header .group {
        top: 71px;
        left: 79px;
        transform: unset
    }

    #header .group .logo {
        width: 104px
    }

    #header .group h2 {
        margin-top: 24px;
        padding: 23px 0 20px;
        font-size: 24px
    }

    #header .group h2 small {
        font-size: 18px
    }

    #header .hd-right {
        position: absolute;
        top: 32px;
        right: 47px;
        z-index: 2
    }

    #header .hd-right a,
    #header .hd-right span {
        position: relative;
        z-index: 2;
        display: block;
        cursor: pointer;
        line-height: 1
    }

    #header .hd-right a::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: ease .3s
    }

    #header .hd-right a:hover::after,
    #header .hd-right a.active::after,
    #header .hd-right span:hover::after,
    #header .hd-right span.active::after {
        width: 100%
    }

    #header .hd-right .nav-list-1 {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    #header .hd-right .nav-list-1 li a {
        display: block;
        font-size: 15px;
        letter-spacing: 0
    }

    #header .hd-right .nav-list-1 li:nth-child(1) {
        margin-right: 32px
    }
    #header .hd-right .nav-list-1 li:nth-child(2) {
        margin-right: 32px
    }

    #header .hd-right .nav-list-1 li:nth-child(2) a {
        position: relative
    }

    #header .hd-right .nav-list-1 li:nth-child(2) a img {
        width: 17px;
        margin: -3px 5px 0 0
    }

    #header .hd-right .nav-list-1 li:nth-child(4) {
        border-left: 1px solid #fff;
        margin: 0 81px 0 10px;
        padding-left: 10px
    }

    #header .hd-right .nav-list-1 li:nth-child(6) {
        position: relative;
        padding-left: 12px;
        margin-left: 11px
    }

    #header .hd-right .nav-list-1 li:nth-child(6)::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 20px;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(45deg)
    }

    #header .hd-right .nav-list-2 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 24px
    }

    #header .hd-right .nav-list-2>li>a {
        letter-spacing: .075em
    }

    #header .hd-right .nav-list-2>li:nth-child(-n+7) {
        margin-right: 31.5px
    }

    #header .hd-right .nav-list-2>li:nth-child(n+8) {
        width: 150px
    }

    #header .hd-right .nav-list-2>li:nth-child(n+8)>a {
        border: 1px solid rgba(255, 255, 255, .5);
        text-align: center;
        font-size: 15px;
        line-height: 28px
    }

    #header .hd-right .nav-list-2>li:nth-child(n+8)>a:after {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0
    }

    #header .hd-right .nav-list-2>li:nth-child(n+8)>a:hover:after,
    #header .hd-right .nav-list-2>li:nth-child(n+8)>a.active:after {
        width: 110px
    }

    #header .hd-right .nav-list-2>li:nth-child(8) {
        margin-right: 25px
    }

    #header .hd-right .parent {
        position: relative
    }

    #header .hd-right .parent .sub-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: 20px;
        display: none;
        background: #000
    }

    #header .hd-right .parent .sub-menu::before {
        content: "";
        position: absolute;
        background: #000;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        width: 12px;
        height: 7px;
        top: -7px;
        left: 50%;
        transform: translateX(-50%)
    }

    #header .hd-right .parent .sub-menu .box {
        padding: 37px 0 45px
    }

    #header .hd-right .parent .sub-menu .box a {
        position: relative;
        display: block;
        padding-left: 8px;
        letter-spacing: .1em
    }

    #header .hd-right .parent .sub-menu .box a::before {
        content: "";
        position: absolute;
        background: #fff;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        width: 6px;
        height: 9px;
        top: calc(50% + 1px);
        left: 0;
        transform: translateY(-50%)
    }

    #header .hd-right .parent .sub-menu-1 {
        width: 490px;
        top: 35px
    }

    #header .hd-right .parent .sub-menu-1 .box {
        max-width: 377px;
        margin: 0 auto
    }

    #header .hd-right .parent .sub-menu-1 .box .item dt {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        margin-bottom: 7px;
        padding-bottom: 6px;
    }

    #header .hd-right .parent .sub-menu-1 .box .item dd ul {
        display: flex;
        justify-content: space-between
    }

    #header .hd-right .parent .sub-menu-1 .box .item+.item {
        margin-top: 27px
    }

    #header .hd-right .parent .sub-menu-2 {
        width: 200px;
        top: 42px
    }

    #header .hd-right .parent .sub-menu-2 .box {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    #header .hd-right .parent .sub-menu-2 .box ul li a {
        padding-left: 11px
    }

    #header .hd-right .parent .sub-menu-2 .box ul li+li {
        margin-top: 23px
    }
}

@media screen and (min-width: 768px) and (max-width: 1229px) {

    #header .group {
        left: 30px;
    }
}
#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 .item {
        height: 900px
    }
}

#menu-toggle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: .3s linear;
    background: url("../img/shared/bg1.png") repeat center #000
}

#menu-toggle .group {
    padding: 114px 0
}

#menu-toggle .logo {
    width: 23%;
    margin: 0 auto 65px
}

#menu-toggle .nav-list-1>li:not(:last-child) {
    border-top: 1px solid #c4c4c4
}

#menu-toggle .nav-list-1>li:not(:last-child)>a,
#menu-toggle .nav-list-1>li:not(:last-child)>span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 18px;
    line-height: 69px;
    padding-left: 28px;
    letter-spacing: .075em
}

#menu-toggle .nav-list-1>li:not(:last-child)>a.active,
#menu-toggle .nav-list-1>li:not(:last-child)>span.active {
    opacity: 0.7;
}

#menu-toggle .nav-list-1>li:nth-child(7) {
    border-bottom: 1px solid #c4c4c4
}

#menu-toggle .nav-list-1>li:last-child {
    width: 77%;
    margin: 47px auto 0
}

#menu-toggle .nav-list-1>li:last-child a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 14.5px;
    line-height: 53px;
    letter-spacing: .075em
}

#menu-toggle .nav-list-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 77%;
    margin: 30px auto 0
}

#menu-toggle .nav-list-2 li a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 14px;
    line-height: 53px;
    letter-spacing: 0
}

#menu-toggle .nav-list-2 li+li {
    margin-top: 30px
}

#menu-toggle .nav-list-2 li:nth-child(1) {
    width: 100%
}
#menu-toggle .nav-list-2 li:nth-child(2) {
    width: 100%
}

#menu-toggle .nav-list-2 li:nth-child(2) a {
    font-size: 14.5px
}

#menu-toggle .nav-list-2 li:nth-child(2) a img {
    width: 15px;
    margin: -2px 7.5px 0 0
}

#menu-toggle .nav-list-2 li:nth-child(n+3) {
    width: calc(50% - 6.5px)
}

#menu-toggle .nav-list-3 {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

#menu-toggle .nav-list-3 li a {
    display: block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0
}

#menu-toggle .nav-list-3 li:nth-child(2) {
    position: relative;
    margin-left: 10px;
    padding-left: 10px
}

#menu-toggle .nav-list-3 li:nth-child(2)::before {
    content: "";
    position: absolute;
    background: #bdbdbd;
    width: 1px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg)
}

#menu-toggle .nav-list-3 li:nth-child(2) a {
    color: #bdbdbd
}

#menu-toggle .parent {
    position: relative
}

#menu-toggle .parent::after {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_plus.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    top: 32px;
    right: 23.5px;
    transform: translateY(-50%)
}

#menu-toggle .parent.active:after {
    background-image: url("../img/shared/icon_minus.png")
}

#menu-toggle .parent>a,
#menu-toggle .parent>span {
    width: -moz-fit-content;
    width: fit-content
}

#menu-toggle .parent .sub-menu {
    background: #000;
    display: none
}

#menu-toggle .parent .sub-menu .box {
    padding: 28px 7.5% 54px
}

#menu-toggle .parent .sub-menu .box a {
    position: relative;
    display: block;
    padding-left: 13px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .1em
}

#menu-toggle .parent .sub-menu .box a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 6px;
    height: 9px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

#menu-toggle .parent .sub-menu-1 .box .item dt {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 6px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .1em
}

#menu-toggle .parent .sub-menu-1 .box .item dd {
    margin-left: 16px
}

#menu-toggle .parent .sub-menu-1 .box .item dd ul li+li {
    margin-top: 10px
}

#menu-toggle .parent .sub-menu-1 .box .item+.item {
    margin-top: 30px
}

#menu-toggle .parent .sub-menu-2 .box ul li+li {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    #menu-toggle {
        overflow-y: auto
    }

    #menu-toggle .parent .sub-menu .box a.active {
        opacity: 0.7;
    }
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        background: #000;
        inset: 0 0 auto
    }

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

    #menu-toggle .group {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 20px 24px 20px 120px
    }

    #menu-toggle a,
    #menu-toggle span {
        position: relative;
        cursor: pointer
    }

    #menu-toggle a::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: ease .3s
    }

    #menu-toggle a:hover::after,
    #menu-toggle a.active::after,
    #menu-toggle span:hover::after,
    #menu-toggle span.active::after {
        width: 100%
    }

    #menu-toggle .nav-list-1 {
        display: flex;
        justify-content: flex-end;
        order: 2;
        margin-top: 15px
    }

    #menu-toggle .nav-list-1>li {
        margin: 1px 31.5px 0 0
    }

    #menu-toggle .nav-list-1>li:not(:last-child) {
        border-top: none
    }

    #menu-toggle .nav-list-1>li:not(:last-child)>a,
    #menu-toggle .nav-list-1>li:not(:last-child)>span {
        font-size: 16px;
        line-height: 1;
        padding-left: 0
    }

    #menu-toggle .nav-list-1>li:nth-child(1) {
        order: 1
    }

    #menu-toggle .nav-list-1>li:nth-child(2) {
        order: 2
    }

    #menu-toggle .nav-list-1>li:nth-child(3) {
        order: 3
    }

    #menu-toggle .nav-list-1>li:nth-child(4) {
        order: 4
    }

    #menu-toggle .nav-list-1>li:nth-child(5) {
        order: 8;
        width: 150px;
        margin: 0
    }

    #menu-toggle .nav-list-1>li:nth-child(5)>a {
        border: 1px solid rgba(255, 255, 255, .8);
        text-align: center;
        font-size: 15px;
        line-height: 28px
    }

    #menu-toggle .nav-list-1>li:nth-child(5)>a:after {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    #menu-toggle .nav-list-1>li:nth-child(5)>a:hover:after,
    #menu-toggle .nav-list-1>li:nth-child(5)>a.active:after {
        width: 110px
    }

    #menu-toggle .nav-list-1>li:nth-child(6) {
        order: 5
    }

    #menu-toggle .nav-list-1>li:nth-child(7) {
        order: 6;
        border-bottom: none
    }

    #menu-toggle .nav-list-1>li:last-child {
        order: 7;
        width: 150px;
        margin: 0 23px 0 0
    }

    #menu-toggle .nav-list-1>li:last-child>a {
        font-size: 15px;
        line-height: 28px
    }

    #menu-toggle .nav-list-1>li:last-child>a:after {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    #menu-toggle .nav-list-1>li:last-child>a:hover:after,
    #menu-toggle .nav-list-1>li:last-child>a.active:after {
        width: 110px
    }

    #menu-toggle .nav-list-2 {
        order: 1;
        justify-content: flex-end;
        flex-wrap: nowrap;
        width: auto;
        margin: 0
    }

    #menu-toggle .nav-list-2 li {
        width: auto !important
    }

    #menu-toggle .nav-list-2 li a {
        border: none;
        text-align: left;
        font-size: 15px !important;
        line-height: 1
    }

    #menu-toggle .nav-list-2 li+li {
        margin: 0
    }

    #menu-toggle .nav-list-2 li:nth-child(1) {
        margin-right: 25px
    }
    #menu-toggle .nav-list-2 li:nth-child(2) {
        margin-right: 25px
    }

    #menu-toggle .nav-list-2 li:nth-child(2) a img {
        width: 17px;
        margin: -3px 5px 0 0
    }

    #menu-toggle .nav-list-2 li:nth-child(4) {
        border-left: 1px solid #fff;
        margin-left: 10px;
        padding-left: 10px
    }

    #menu-toggle .nav-list-3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        margin-top: 0;
        align-items: center;
        background: url("../img/shared/bg1.png") repeat center
    }

    #menu-toggle .nav-list-3 li:nth-child(3)::before {
        background: #fff
    }

    #menu-toggle .nav-list-3 li:nth-child(3) a {
        color: #fff
    }

    #menu-toggle .parent::after {
        display: none
    }

    #menu-toggle .parent>a,
    #menu-toggle .parent>span {
        width: auto
    }

    #menu-toggle .parent .sub-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    #menu-toggle .parent .sub-menu .box {
        padding: 37px 0 45px
    }

    #menu-toggle .parent .sub-menu .box a {
        padding-left: 8px;
        font-size: 16px;
        line-height: 20px
    }

    #menu-toggle .parent .sub-menu-1 {
        width: 490px;
        top: 35px
    }

    #menu-toggle .parent .sub-menu-1 .box {
        max-width: 377px;
        margin: 0 auto
    }

    #menu-toggle .parent .sub-menu-1 .box .item dt {
        margin-bottom: 7px;
        /* padding-bottom: 3px; */
        font-size: 16px;
        line-height: 20px
    }

    #menu-toggle .parent .sub-menu-1 .box .item dd {
        margin-left: 0
    }

    #menu-toggle .parent .sub-menu-1 .box .item dd ul {
        display: flex;
        justify-content: space-between
    }

    #menu-toggle .parent .sub-menu-1 .box .item dd ul li+li {
        margin-top: 0
    }

    #menu-toggle .parent .sub-menu-1 .box .item+.item {
        margin-top: 27px
    }

    #menu-toggle .parent .sub-menu-2 {
        width: 200px;
        top: 42px
    }

    #menu-toggle .parent .sub-menu-2 .box {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    #menu-toggle .parent .sub-menu-2 .box ul li a {
        padding-left: 11px
    }

    #menu-toggle .parent .sub-menu-2 .box ul li+li {
        margin-top: 23px
    }
}

#btn-fixed {
    position: fixed;
    top: 230px;
    right: 0;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s linear
}

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


#btn-fixed li {
    height: 220px
}

#btn-fixed li a {
    position: relative;
    display: block;
    background: url("../img/shared/bg2.jpg") repeat center;
    border: 4px solid rgba(255, 255, 255, .05);
    padding-top: 26px;
    font-size: 17px;
    line-height: 52px;
    letter-spacing: .15em
}

#btn-fixed li a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 11px;
    left: 50%;
    bottom: 27px;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

#btn-fixed li a:hover {
    opacity: .7
}

/* ↓↓本店・神宮店・松坂屋店↓↓ */
#btn-fixed.btn-fixed2 li:nth-child(2) {
    height: 220px
}

#btn-fixed.btn-fixed2 li:nth-child(2) a {
    position: relative;
    display: block;
    background: url("../img/shared/bg2.jpg") repeat center;
    border: 4px solid rgba(255, 255, 255, .05);
    padding-top: 26px;
    font-size: 17px;
    line-height: 52px;
    letter-spacing: .15em
}

#btn-fixed.btn-fixed2 li:nth-child(2) a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 11px;
    left: 50%;
    bottom: 27px;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

#btn-fixed.btn-fixed2 li:nth-child(2) a:hover {
    opacity: .7
}

#btn-fixed.btn-fixed2 li:nth-child(1) {
    height: 160px
}

#btn-fixed.btn-fixed2 li:nth-child(1)  {
    display: block;
    text-align: center;
    background: url("../img/shared/bg4.jpg") repeat center;
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: .2em
}

#btn-fixed.btn-fixed2 li:nth-child(1) small {
    font-size: 14px;
    letter-spacing: .2em
}

/* #btn-fixed li:nth-child(2) a:hover {
    opacity: .7
} */

#footer {
    background: url("../img/shared/bg6.png") repeat center;
    padding-bottom: 100px
}

#footer .wrap {
    padding: 0
}

#footer .set1 {
    padding: 73px 0 58px
}

#footer .set1 .logo {
    width: 23%;
    margin: 0 auto 65px
}

#footer .set1 .group .sp .nav-list-1>li {
    border-top: 1px solid #c4c4c4
}

#footer .set1 .group .sp .nav-list-1>li>a,
#footer .set1 .group .sp .nav-list-1>li>span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 18px;
    line-height: 69px;
    padding-left: 28px;
    letter-spacing: .075em
}

#footer .set1 .group .sp .nav-list-1>li>a.active {
    opacity: 0.7;
}

#footer .set1 .group .sp .nav-list-1>li:last-child {
    border-bottom: 1px solid #c4c4c4
}

#footer .set1 .group .sp .nav-list-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 77%;
    margin: 51px auto 0
}

#footer .set1 .group .sp .nav-list-2 li a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 14px;
    line-height: 53px;
    letter-spacing: 0
}

#footer .set1 .group .sp .nav-list-2 li+li {
    margin-top: 30px
}

#footer .set1 .group .sp .nav-list-2 li:nth-child(-n+3) {
    width: 100%
}

#footer .set1 .group .sp .nav-list-2 li:nth-child(-n+3) a {
    font-size: 14.5px
}

#footer .set1 .group .sp .nav-list-2 li:nth-child(-n+3) a img {
    width: 15px;
    margin: -2px 7.5px 0 0
}

#footer .set1 .group .sp .nav-list-2 li:nth-child(n+4) {
    width: calc(50% - 6.5px)
}

#footer .set1 .group .sp .nav-list-2 li:nth-child(2) a {
    letter-spacing: .075em
}

#footer .set1 .group .sp .nav-list-3 {
    display: flex;
    justify-content: center;
    margin-top: 46px
}

#footer .set1 .group .sp .nav-list-3 li a {
    display: block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0
}

#footer .set1 .group .sp .nav-list-3 li:nth-child(2) {
    position: relative;
    margin-left: 10px;
    padding-left: 10px
}

#footer .set1 .group .sp .nav-list-3 li:nth-child(2)::before {
    content: "";
    position: absolute;
    background: #bdbdbd;
    width: 1px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg)
}

#footer .set1 .group .sp .nav-list-3 li:nth-child(2) a {
    color: #bdbdbd
}

#footer .set1 .group .sp .parent {
    position: relative
}

#footer .set1 .group .sp .parent::after {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_plus.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    top: 32px;
    right: 23.5px;
    transform: translateY(-50%)
}

#footer .set1 .group .sp .parent.active:after {
    background-image: url("../img/shared/icon_minus.png")
}

#footer .set1 .group .sp .parent>a,
#footer .set1 .group .sp .parent>span {
    width: -moz-fit-content;
    width: fit-content
}

#footer .set1 .group .sp .parent .sub-menu {
    background: #000;
    display: none
}

#footer .set1 .group .sp .parent .sub-menu .box {
    padding: 28px 7.5% 54px
}

#footer .set1 .group .sp .parent .sub-menu .box a {
    position: relative;
    display: block;
    padding-left: 13px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .1em
}

#footer .set1 .group .sp .parent .sub-menu .box a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 6px;
    height: 9px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

#footer .set1 .group .sp .parent .sub-menu-1 .box .item dt {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 6px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .1em
}

#footer .set1 .group .sp .parent .sub-menu-1 .box .item dd {
    margin-left: 16px
}

#footer .set1 .group .sp .parent .sub-menu-1 .box .item dd ul li+li {
    margin-top: 10px
}

#footer .set1 .group .sp .parent .sub-menu-1 .box .item+.item {
    margin-top: 30px
}

#footer .set1 .group .sp .parent .sub-menu-2 .box ul li+li {
    margin-top: 30px
}

#footer .set1 .group .group-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    width: 78%;
    margin: 60px auto 0
}

#footer .set1 .group .group-link li {
    width: 48%
}

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

#footer .set1 .group .group-link li a .txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .2em
}

#footer .set1 .group .group-link li a .txt small {
    display: block;
    font-size: 2.8vw;
    letter-spacing: .2em
}

#footer .set2 {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 30px
}

#footer .set2 .col-l .btn-copy {
    text-align: center;
    margin-top: 17px
}

#footer .set2 .col-l .btn-copy span {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 12px;
    letter-spacing: .2em
}

#footer .set2 .col-r {
    margin-top: 27px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1
}

#footer .set2 .col-r * {
    letter-spacing: .2em
}

#footer .set2 .col-r .btn-cookie a {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 10px
}

#footer .set2 .col-r .btn-cookie a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_cookie.png") no-repeat;
    width: 10px;
    height: 7px;
    background-size: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#footer .set2 .col-r address {
    text-align: center;
    margin-top: 18px
}

#footer .set2 .col-m {
    margin-top: 35px;

}

#footer .set2 .col-m a {
    display: block;
    width: 90px;
    margin: 0 auto;
    font-size: 12px;
}
#footer .set2 .col-m a img{
    display: block;
    width: 45px;
        margin: auto;
}
#footer .set2 .col-m span{
    text-align: center;
    opacity: .8;
}

@media screen and (min-width: 768px) {
    #footer {
        padding-bottom: 40px
    }

    #footer .wrap {
        max-width: 1060px;
        padding: 0 30px
    }

    #footer .set1 {
        display: flex;
        justify-content: space-between;
        padding: 128px 0 64px
    }

    #footer .set1 .logo {
        width: 102px;
        margin: 0 0 0 -27px
    }

    #footer .set1 .group {
        max-width: 740px;
        flex: 1
    }

    #footer .set1 .group .pc {
        display: flex !important;
        justify-content: space-between
    }

    #footer .set1 .group .pc a,
    #footer .set1 .group .pc span {
        position: relative;
        display: block;
        cursor: pointer;
        line-height: 1
    }

    #footer .set1 .group .pc a::after,
    #footer .set1 .group .pc span::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: ease .3s
    }

    #footer .set1 .group .pc a:hover::after,
    #footer .set1 .group .pc a.active::after,
    #footer .set1 .group .pc span:hover::after,
    #footer .set1 .group .pc span.active::after {
        width: 100%
    }

    #footer .set1 .group .pc .col-l {
        width: 440px
    }

    #footer .set1 .group .pc .col-l .nav-list {
        display: flex;
        justify-content: space-between
    }

    #footer .set1 .group .pc .col-l .nav-list li a {
        letter-spacing: .075em
    }

    #footer .set1 .group .pc .col-l .sub-menu {
        margin-top: 52px
    }

    #footer .set1 .group .pc .col-l .sub-menu span {
        color: rgba(255, 255, 255, .7);
        border-bottom: 1px solid rgba(255, 255, 255, .7);
        padding-bottom: 7px;
        margin-bottom: 15px;
        letter-spacing: .075em;
        pointer-events: none;
    }

    #footer .set1 .group .pc .col-l .sub-menu span:after {
        display: none
    }

    #footer .set1 .group .pc .col-l .sub-menu .item {
        letter-spacing: .1em
    }

    #footer .set1 .group .pc .col-l .sub-menu .item dt {
        /* opacity: .7; */
        padding: 0 0 9px;
        width: 130px;
    }

    /* #footer .set1 .group .pc .col-l .sub-menu .item:nth-child(4) dt {
        padding: 0;
    } */

    #footer .set1 .group .pc .col-l .sub-menu .item dt a::before {
        content: "";
        position: absolute;
        background: #fff;
        top: 50%;
        left: 0;
        width: 6px;
        height: 9px;
        transform: translateY(-50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%)
    }

    #footer .set1 .group .pc .col-l .sub-menu .item dt a {
    padding-left: 14px;
    }


    #footer .set1 .group .pc .col-l .sub-menu .item dd ul {
        display: flex;
        justify-content: space-between
    }

    #footer .set1 .group .pc .col-l .sub-menu .item dd ul li a {
        padding-left: 9px;
        letter-spacing: .1em
    }

    #footer .set1 .group .pc .col-l .sub-menu .item dd ul li a::before {
        content: "";
        position: absolute;
        background: #fff;
        top: 50%;
        left: 0;
        width: 6px;
        height: 9px;
        transform: translateY(-50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%)
    }

    #footer .set1 .group .pc .col-l .sub-menu .item+.item {
        margin-top: 22px;    
    }
    /* #footer .set1 .group .pc .col-l .sub-menu .item:nth-child(4)  {
    margin-top: 0;
    } */


    #footer .set1 .group .pc .col-r {
        width: 250px
    }

    #footer .set1 .group .pc .col-r .nav-list-1 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: -7px
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li a {
        font-size: 15px
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(1) {
        width: 150px;
        margin-right: 39px
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(1) a {
        border: 1px solid rgba(255, 255, 255, .5);
        text-align: center;
        line-height: 28px;
        letter-spacing: .075em
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(1) a:after {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(1) a:hover:after,
    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(1) a.active:after {
        width: 110px
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(n+2) a {
        letter-spacing: 0
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(3) {
        position: relative;
        padding-left: 10px;
        margin-left: 10px;
        color: #bdbdbd
    }

    #footer .set1 .group .pc .col-r .nav-list-1 li:nth-child(3)::before {
        content: "";
        position: absolute;
        background: #bdbdbd;
        width: 1px;
        height: 15px;
        top: calc(50% + 1px);
        left: 0;
        transform: translateY(-50%) rotate(45deg)
    }

    #footer .set1 .group .pc .col-r .sub-menu {
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 46px
    }

    #footer .set1 .group .pc .col-r .sub-menu>a {
        border-bottom: 1px solid rgba(255, 255, 255, .7);
        padding-bottom: 6px;
        margin-bottom: 16px;
        /* color: rgba(255, 255, 255, .7); */
        letter-spacing: .075em;
        padding-left: 14px;
    }

    #footer .set1 .group .pc .col-r .ft-shop>a {
        border-bottom: none;
    }

    #footer .set1 .group .pc .col-r .sub-menu>a:before {
        content: "";
        position: absolute;
        background: #fff;
        top: 50%;
        left: 0;
        width: 6px;
        height: 9px;
        transform: translateY(-50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%)
    }

    #footer .set1 .group .pc .col-r .sub-menu>a:after {
        bottom: 0
    }

    #footer .set1 .group .pc .col-r .sub-menu>a:hover::after,
    #footer .set1 .group .pc .col-r .sub-menu>a.active::after {
        width: 80%
    }

    #footer .set1 .group .pc .col-r .sub-menu .list li a {
        padding-left: 14px;
        letter-spacing: .1em
    }

    
    #footer .set1 .group .pc .col-r .sub-menu .list li a::before {
        content: "";
        position: absolute;
        background: #fff;
        top: 50%;
        left: 0;
        width: 6px;
        height: 9px;
        transform: translateY(-50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%)
    }

    #footer .set1 .group .pc .col-r .sub-menu .list li+li {
        margin-top: 24px
    }

    #footer .set1 .group .pc .col-r .nav-list-2 {
        margin-top: 85px
    }

    #footer .set1 .group .pc .col-r .nav-list-2 li a {
        font-size: 15px;
        letter-spacing: 0
    }

    #footer .set1 .group .pc .col-r .nav-list-2 li:nth-child(2) {
        margin-top: 15px;
    }
    #footer .set1 .group .pc .col-r .nav-list-2 li:nth-child(2) a {
        width: -moz-fit-content;
        width: fit-content
    }

    #footer .set1 .group .pc .col-r .nav-list-2 li:nth-child(2) a img {
        width: 17px;
        margin: -3px 5px 0 0
    }

    #footer .set1 .group .pc .col-r .nav-list-2 li:nth-child(3) {
        display: flex;
        margin-top: 16px
    }

    #footer .set1 .group .pc .col-r .nav-list-2 li:nth-child(3) a:nth-child(1) {
        border-right: 1px solid #fff;
        padding-right: 9px;
        margin-right: 10px
    }

    #footer .set1 .group .group-link {
        flex-wrap: nowrap;
        width: auto;
        margin: 86px 0 0
    }

    #footer .set1 .group .group-link li {
        width: 22.972972973%
    }

    #footer .set1 .group .group-link li a .txt {
        font-size: 18px
    }

    #footer .set1 .group .group-link li a .txt small {
        font-size: 13px
    }

    #footer .set1 .group .group-link li a:hover {
        opacity: .7
    }

    #footer .set2 {
        display: flex;
        justify-content: space-between;
        padding-top: 45px
    }

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

    #footer .set2 .col-l .btn-copy {
        text-align: left;
        margin-top: 0
    }

    #footer .set2 .col-l .btn-copy a:hover span {
        text-decoration: none
    }

    #footer .set2 .col-r {
        order: 3;
        margin-top: 0
    }

    #footer .set2 .col-r .btn-cookie a {
        text-align: right;
        margin: 0 0 0 auto;
        padding-right: 18px
    }

    #footer .set2 .col-r .btn-cookie a::before {
        width: 14px;
        height: 10px
    }

    #footer .set2 .col-r .btn-cookie a:hover {
        text-decoration: underline
    }

    #footer .set2 .col-r address {
        text-align: right;
        margin-top: 22px
    }

    #footer .set2 .col-m {
        order: 2;
        margin-top: 52px
    }
}

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

#ft-bnr-fixed>ul {
    display: flex
}

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

#ft-bnr-fixed>ul li img.off {
    display: block
}

#ft-bnr-fixed>ul li img.on {
    display: none
}

#ft-bnr-fixed>ul li.active img.off {
    display: none
}

#ft-bnr-fixed>ul li.active img.on {
    display: block
}

#ft-bnr-fixed .box {
    position: fixed;
    overflow-y: auto;
    top: 0;
    bottom: 16vw;
    left: 0;
    right: 0;
    display: none
}

#ft-bnr-fixed .box.active {
    display: block
}

#ft-bnr-fixed .box1 {
    background: url("../img/shared/bg2.jpg") repeat center;
    padding: 80px 7%
}

#ft-bnr-fixed .box1 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .2em
}

#ft-bnr-fixed .box1 .txt {
    margin-top: 50px
}

#ft-bnr-fixed .box1 .group-tel {
    max-width: 227px;
    margin: 60px auto 0
}

#ft-bnr-fixed .box1 .group-tel a {
    display: block
}

#ft-bnr-fixed .box1 .group-tel a dl {
    line-height: 1
}

#ft-bnr-fixed .box1 .group-tel a dl dt {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    opacity: .7;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em
}

#ft-bnr-fixed .box1 .group-tel a dl dd {
    margin: 13px -10px 0 0;
    font-size: 30px;
    letter-spacing: .02em
}

#ft-bnr-fixed .box1 .group-tel a dl dd img {
    width: 17.5px;
    margin: -5px 6px 0 0
}

#ft-bnr-fixed .box1 .group-tel a+a {
    margin-top: 20px
}

#ft-bnr-fixed .box2 {
    background: #000;
    padding: 28px 0 90px
}

#ft-bnr-fixed .box2 .list li a {
    position: relative;
    display: block;
    border-bottom: 1px solid #c4c4c4;
    padding-left: 16%;
    font-size: 18px;
    line-height: 69px;
    letter-spacing: .1em
}

#ft-bnr-fixed .box2 .list li a::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 5.5px;
    height: 8px
}

#ft-bnr-fixed .box3 {
    background: #000;
    padding: 34px 7.5% 60px
}

#ft-bnr-fixed .box3 .item dt {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    /* opacity: .7; */
    line-height: 1;
    font-size: 18px;
    letter-spacing: .1em;
    padding-left: 28px;
}

#ft-bnr-fixed .box3 .item dt a {
    position: relative;
}

#ft-bnr-fixed .box3 .item dt a::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 5.5px;
    height: 8px
}

#ft-bnr-fixed .box3 .item dd {
    margin: 19px 0 0 16px
}

#ft-bnr-fixed .box3 .item dd ul li a {
    position: relative;
    display: block;
    padding-left: 13px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .1em
}

#ft-bnr-fixed .box3 .item dd ul li a::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 5.5px;
    height: 8px
}

#ft-bnr-fixed .box3 .item dd ul li+li {
    margin-top: 22px
}

#ft-bnr-fixed .box3 .item+.item {
    margin-top: 40px
}

/* ↓↓ここから予約表↓↓ */

#ft-bnr-fixed .box1 .set2 {
    position: relative;
    background: url("../img/shared/bg2.jpg") repeat center;
    margin-top: 10vw;
    padding: 11.5vw 3vw 22vw
}

#ft-bnr-fixed .box1 .set2 .txt-color-1 {
    color: #b00000
}

#ft-bnr-fixed .box1 .set2 .txt-color-2 {
    color: #0b009c
}

#ft-bnr-fixed .box1 .set2 .txt-color-3 {
    color: #aa5757
}

#ft-bnr-fixed .box1 .set2 .group1 .note-lead {
    margin: 0 3%;
    font-size: 13px;
    font-weight: 200
}

#ft-bnr-fixed .box1 .set2 .group1 .table {
    color: #000;
    margin-top: 7vw
}

#ft-bnr-fixed .box1 .set2 .group1 .table * {
    letter-spacing: .1em
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row {
    background: url("../img/shared/bg5.jpg") repeat center;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    min-height: 68px
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(1) h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(1) h3 small {
    display: block;
    font-size: 12px
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(n+2) {
    margin: 0 3vw;
    padding: 0 0 40px
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(n+2) .sub-ttl {
    text-align: center;
    padding: 16px 0 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(n+2) dl {
    width: 66%;
    margin: 0 auto
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(n+2) dl dt {
    font-size: 13px;
    line-height: 1;
    font-weight: 600
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(n+2) dl dd {
    margin-top: 8px;
    font-size: 13px;
    line-height: 21.5px
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(n+2) dl dd small {
    font-size: 11.5px
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(n+2) dl+dl {
    margin-top: 27px
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row .col:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, .5)
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row1 {
    background: #fff;
    margin-bottom: 1.5px
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row1 h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: .1em
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row4 .col:nth-child(3) .note {
    width: 66%;
    margin: 27px auto 0
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row5 {
    border-bottom: none
}

#ft-bnr-fixed .box1 .set2 .group1 .table .row5 .col:nth-child(3) .note {
    text-align: center
}

#ft-bnr-fixed .box1 .set2 .group2 {
    margin-top: 16vw
}

#ft-bnr-fixed .box1 .set2 .group2 h3 {
    background: url("../img/shared/deco_ttl.png") no-repeat center top/20vw auto;
    padding: 5.5vw 0;
    text-align: center;
    font-size: 6.13vw;
    line-height: 1.5;
    letter-spacing: .15em
}

#ft-bnr-fixed .box1 .set2 .group2 .txt {
    text-align: center;
    font-size: 13px
}

#ft-bnr-fixed .box1 .set2 .group2 .name-price {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 6.5vw 6% 0;
    padding: 3vw 5% 3.5vw;
    font-size: 4.624vw;
    font-weight: 500
}

#ft-bnr-fixed .box1 .set2 .group2 .name-price * {
    letter-spacing: .1em
}

#ft-bnr-fixed .box1 .set2 .group2 .name-price dd small {
    font-size: 3.78vw
}

#ft-bnr-fixed .box1 .set2 .group2 .note {
    margin: 10vw 3% 0
}

#ft-bnr-fixed .box1 .set2 .group2 .note li {
    display: flex;
    font-size: 12.5px;
    font-weight: 200;
    line-height: 27.5px
}
