.txt-en span {
    display: block;
    opacity: .1;
    font-size: 24vw;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .048em
}

@media screen and (min-width: 768px) {
    .txt-en span {
        font-size: 200px
    }
}

#sec1 {
    background: url("../img/menu/sec1_bg.png") no-repeat center bottom/cover;
    overflow: hidden
}

#sec1 .wrap {
    z-index: 1;
    padding: 45vw 4% 76vw
}

#sec1 h2 {
    margin: 0 18% 0 14.5%
}

#sec1 .txt {
    color: #fff;
    font-size: 13px;
    margin-top: 6vw;
    line-height: 22.5px
}

#sec1 .photo1 {
    position: absolute;
    top: 36.5vw;
    left: -6%;
    right: 61%;
    z-index: -1
}

#sec1 .photo2 {
    position: absolute;
    bottom: 18.5vw;
    left: -14.5%;
    right: 63.5%;
    z-index: -1
}

#sec1 .photo3 {
    position: absolute;
    top: 105vw;
    left: 56%;
    right: -25%;
    z-index: -1
}

#sec1 .photo4 {
    position: absolute;
    top: -3.5vw;
    left: 59%;
    right: -19%;
    z-index: -1
}

#sec1 .photo5 {
    position: absolute;
    bottom: 14vw;
    left: 63%;
    right: -22.5%;
    z-index: -1
}

@media screen and (min-width: 768px) {
    #sec1 {
        overflow: visible
    }

    #sec1 .wrap {
        max-width: 1232px;
        padding: 108px 0 197px
    }

    #sec1 h2 {
        text-align: center;
        margin: 0 26px 0 0
    }

    #sec1 .txt {
        position: relative;
        z-index: 1;
        margin: -120px 20px 0 auto;
        font-size: 16px;
        line-height: 35px
    }

    #sec1 .photo1 {
        top: 69px;
        left: 129px;
        right: auto
    }

    #sec1 .photo2 {
        top: 389px;
        bottom: auto;
        left: -175px;
        right: auto
    }

    #sec1 .photo3 {
        top: auto;
        bottom: 0;
        left: 48px;
        right: 0
    }

    #sec1 .photo4 {
        top: 110px;
        left: auto;
        right: -147px
    }

    #sec1 .photo5 {
        bottom: -208px;
        left: auto;
        right: -34px
    }
}

@media screen and (min-width: 768px)and (max-width: 1430px) {
    #sec1 .photo2 {
        left: calc(-50vw + 50% - 75px)
    }
}

#sec2 {
    position: relative;
    padding-bottom: 20vw
}

#sec2::before {
    content: "";
    position: absolute;
    background: url("../img/menu/sec2_deco2.png") no-repeat left bottom/100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: -35vw;
    z-index: -1
}

#sec2:after {
    content: "";
    position: absolute;
    background: url("../img/shared/bg6.jpg") repeat center;
    opacity: .6;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    height: 50vw;
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%)
}

#sec2 .deco {
    position: absolute;
    top: -52vw;
    left: 51%;
    right: -5%;
    z-index: -1
}

#sec2 .wrap {
    padding: 0 8%
}

#sec2 h2 span:nth-child(1) {
    display: flex
}

#sec2 h2 span:nth-child(1) i {
    position: relative;
    display: block;
    padding-top: 4vw;
    font-size: 6.93vw;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .06em
}

#sec2 h2 span:nth-child(1) i::before {
    content: "";
    position: absolute;
    background: #8f330f;
    border-radius: 50%;
    width: 2vw;
    height: 2vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

#sec2 h2 span:nth-child(2) {
    position: relative;
    display: block;
    margin-top: 2vw;
    font-size: 12vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0
}

#sec2 h2 span:nth-child(2)::before {
    content: "";
    position: absolute;
    background: #000;
    height: 3px;
    top: 56%;
    left: calc(-50vw + 50%);
    right: calc(100% + 2vw)
}

#sec2 .note {
    margin: 2vw 0 5vw
}

#sec2 .price {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .03em
}

#sec2 .price small {
    font-size: 17px
}

#sec2 .box-txt {
    position: relative;
    border: 1px solid #000;
    padding: 5vw 7vw;
    margin-top: 8vw;
    line-height: 20px;
    letter-spacing: .03em
}

#sec2 .box-txt::before {
    content: "";
    position: absolute;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    left: 2vw;
    right: 2vw;
    top: 0;
    bottom: 0
}

#sec2 .box-txt span {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .03em
}

#sec2 .photo {
    margin: 10vw -4% 5vw
}

#sec2 .photo img {
    border: 2px solid #8f330f
}

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

    #sec2::before {
        background-size: auto;
        bottom: -208px
    }

    #sec2:after {
        height: 440px;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
        clip-path: polygon(0 0, 0% 100%, 100% 100%)
    }

    #sec2 .deco {
        top: -162px;
        left: auto;
        right: 115px
    }

    #sec2 .wrap {
        max-width: 1177px;
        padding: 0 20px
    }

    #sec2 h2 {
        padding-top: 45px
    }

    #sec2 h2 span:nth-child(1) i {
        padding-top: 20px;
        font-size: 42px
    }

    #sec2 h2 span:nth-child(1) i::before {
        width: 10px;
        height: 10px
    }

    #sec2 h2 span:nth-child(2) {
        margin-top: 15px;
        font-size: 80px
    }

    #sec2 h2 span:nth-child(2)::before {
        height: 5px;
        top: calc(50% + 2px);
        right: calc(100% + 27px)
    }

    #sec2 .note {
        margin: 12px 0 0 7px
    }

    #sec2 .price {
        margin: 45px 0 0 9px;
        font-size: 38px
    }

    #sec2 .price small {
        font-size: 22px
    }

    #sec2 .box-txt {
        width: 400px;
        padding: 8px 29px 15px;
        margin: 46px 0 0 9px;
        line-height: 28px
    }

    #sec2 .box-txt::before {
        left: 10px;
        right: 10px
    }

    #sec2 .box-txt span {
        margin-bottom: 4px;
        font-size: 22px;
        line-height: 38px
    }

    #sec2 .txt {
        margin: 47px 0 0 10px
    }

    #sec2 .photo {
        top: 248px;
        left: 509px;
        right: calc(-50vw + 50%);
        margin: 0;
        height: 546px
    }

    #sec2 .photo img {
        border-right: none
    }
}

#sec3 {
    background: url("../img/menu/sec3_deco_txt.png") no-repeat right top 94vw/15%;
    position: relative;
    padding-bottom: 20vw
}

#sec3::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg6.jpg") repeat center;
    opacity: .6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2
}

#sec3 h2 {
    position: relative;
    text-align: center;
    font-size: 10.66vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0
}

#sec3 h2::before {
    content: "";
    position: absolute;
    background: #000;
    height: 1vw;
    top: 50%;
    left: 82vw;
    right: calc(-50vw + 50%);
    transform: translateY(-50%)
}

#sec3 .set1 .sub-ttl {
    background: #b3451a;
    border: 2px solid #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 22vw;
    height: 22vw;
    font-size: 5vw;
    line-height: 1.0769230769;
    letter-spacing: .025em
}

#sec3 .set1 * {
    will-change: tranform
}

#sec3 .set1 .slider-main {
    margin-top: 10vw
}

#sec3 .set1 .slider-main .item .photo img {
    border: 2px solid #8f330f
}

#sec3 .set1 .slider-main .item .group-txt {
    margin-top: 5vw
}

#sec3 .set1 .slider-main .item .group-txt .name-price {
    text-align: center;
    line-height: 1
}

#sec3 .set1 .slider-main .item .group-txt .name-price dt {
    position: relative;
    font-size: 8vw;
    font-weight: bold
}

#sec3 .set1 .slider-main .item .group-txt .name-price dt .sub-ttl {
    position: absolute;
    top: 50%;
    right: 0vw;
    transform: translateY(-50%)
}

#sec3 .set1 .slider-main .item .group-txt .name-price dd {
    margin-top: 3vw;
    font-size: 6vw;
    font-weight: 600
}

#sec3 .set1 .slider-main .item .group-txt .name-price dd small {
    font-size: 4.5vw
}

#sec3 .set1 .slider-main .item .group-txt .txt {
    margin-top: 5vw
}

#sec3 .set1 .slider-thumb {
    margin: 15vw -5vw 0 0
}

#sec3 .set1 .slider-thumb .slick-list {
    overflow: visible
}

#sec3 .set1 .slider-thumb .slick-slide {
    position: relative;
    width: 35vw;
    transition: .3s linear
}

#sec3 .set1 .slider-thumb .slick-slide+.slick-slide {
    margin-left: 5vw
}

#sec3 .set1 .slider-thumb .slick-slide .sub-ttl {
    position: absolute;
    top: -15vw;
    right: -5vw;
    z-index: 2
}

#sec3 .set1 .slider-thumb .slick-slide.hide {
    opacity: 0
}

#sec3 .set2 {
    margin-top: 15vw
}

#sec3 .set2 h3 {
    text-align: center;
    font-size: 7.93vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0
}

#sec3 .set2 .row {
    margin-top: 5vw
}

#sec3 .set2 .row .col dl {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px
}

#sec3 .set2 .row .col dl dt {
    flex: 1
}

#sec3 .set2 .row .col+.col {
    margin-top: 5vw
}

@media screen and (min-width: 768px) {
    #sec3 {
        background-size: auto;
        background-position: right top 65px;
        padding: 7px 0 85px
    }

    #sec3 h2 {
        text-align: right;
        font-size: 80px;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 150px 0 auto;
        letter-spacing: .02em
    }

    #sec3 h2::before {
        height: 5px;
        top: calc(50% + 5px);
        left: calc(100% + 30px)
    }

    #sec3 .wrap {
        max-width: 1300px
    }

    #sec3 .set1 .sub-ttl {
        width: 111px;
        height: 111px;
        font-size: 26px
    }

    #sec3 .set1 .slider-main {
        margin-top: 0
    }

    #sec3 .set1 .slider-main .slick-list {
        overflow: visible
    }

    #sec3 .set1 .slider-main .item .photo {
        top: 2px;
        left: calc(-50vw + 50%);
        right: calc(50% + 46px);
        height: 530px;
        border-left: none
    }

    #sec3 .set1 .slider-main .item .group-txt {
        width: 50%;
        margin: 0 0 0 auto;
        padding: 64px 26px 0
    }

    #sec3 .set1 .slider-main .item .group-txt .name-price {
        text-align: left;
        line-height: 1
    }

    #sec3 .set1 .slider-main .item .group-txt .name-price dt {
        width: -moz-fit-content;
        width: fit-content;
        font-size: 52px
    }

    #sec3 .set1 .slider-main .item .group-txt .name-price dt .sub-ttl {
            right: -130px;
    }

    #sec3 .set1 .slider-main .item .group-txt .name-price dd {
        margin: 20px 0 0 7px;
        font-size: 38px
    }

    #sec3 .set1 .slider-main .item .group-txt .name-price dd small {
        font-size: 22px
    }

    #sec3 .set1 .slider-main .item .group-txt .txt {
        margin: 27px -20px 0 8px
    }

    #sec3 .set1 .slider-thumb {
        overflow: hidden;
        margin: 9px calc(-50vw + 50%) 0 calc(50% + 2px)
    }

    #sec3 .set1 .slider-thumb .slick-slide {
        cursor: pointer;
        width: auto;
        padding-top: 49px
    }

    #sec3 .set1 .slider-thumb .slick-slide+.slick-slide {
        margin-left: 31px
    }

    #sec3 .set1 .slider-thumb .slick-slide .sub-ttl {
        top: 0;
        right: -28px
    }

    #sec3 .set1 .slider-thumb .slick-slide:hover img {
        opacity: .8
    }

    #sec3 .set2 {
        margin-top: 93px
    }

    #sec3 .set2 h3 {
        font-size: 52px
    }

    #sec3 .set2 .row {
        display: flex;
        justify-content: space-between;
        max-width: 740px;
        margin: 54px auto 0
    }

    #sec3 .set2 .row .col {
        width: 300px
    }

    #sec3 .set2 .row .col dl {
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    #sec3 .set2 .row .col dl dt {
        flex: 1
    }

    #sec3 .set2 .row .col+.col {
        margin-top: 0
    }
}

#sec4 {
    position: relative;
    padding: 12vw 0 9vw
}

#sec4::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg6.jpg") repeat center;
    opacity: .6;
    bottom: -20vw;
    left: 0;
    right: 0;
    height: 90vw;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1
}

#sec4 .set1 h2 {
    text-align: center;
    font-size: 8.3vw;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0
}

#sec4 .set1 .wrap {
    padding: 0
}

#sec4 .set1 .row .group {
    position: relative;
    padding: 6vw 5% 0
}

#sec4 .set1 .row .group .name-price {
    line-height: 1
}

#sec4 .set1 .row .group .name-price dt {
    font-size: 7vw;
    font-weight: bold
}

#sec4 .set1 .row .group .name-price dd {
    margin-top: 4vw;
    font-size: 5vw;
    font-weight: 600
}

#sec4 .set1 .row .group .name-price dd small {
    font-size: 4vw
}

#sec4 .set1 .row .group .txt {
    margin-top: 2.5vw
}

#sec4 .set1 .row1 .photo {
    margin: 3vw 0 0 1%
}

#sec4 .set1 .row1 .group .ttl {
    position: absolute;
    top: -7vw;
    left: 42%;
    right: -1.5%
}

#sec4 .set1 .row2 {
    position: relative
}

#sec4 .set1 .row2::before {
    content: "";
    position: absolute;
    background: url("../img/menu/sec4_deco.png") no-repeat right top/100%;
    top: 0;
    bottom: 0;
    left: 30%;
    right: -10%;
    z-index: -1
}

#sec4 .set1 .row2 .photo {
    margin: 6.5vw -2% 0 3%
}

#sec4 .set1 .row2 .group .ttl {
    position: absolute;
    top: -12vw;
    right: -3%;
    left: 41.5%;
    z-index: 1
}

#sec4 .set1 .row2 .name-price {
    margin-top: -7.5vw
}
#sec4 .set1 .row3 .photo {
    margin: 3vw 0 0 1%
}

#sec4 .set1 .row3 .group .ttl {
    position: absolute;
    top: -13vw;
    left: 42%;
    right: -1.5%
}

#sec4 .set2 {
    margin-top: 12vw
}

#sec4 .set2 h3 {
    text-align: center;
    font-size: 7vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0
}

#sec4 .set2 .txt {
    margin-top: 5vw
}

#sec4 .set2 .catch {
    margin-left: 2vw;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;

}

#sec4 .set2 .catch1{
margin-left: 30vw;
    text-align: right;
}
#sec4 .set2 .catch span {

    font-size: 17px;

}


#sec4 .set2 .group-photo {
    margin-top: 10vw
}

#sec4 .set2 .group-photo li {
    position: relative
}

#sec4 .set2 .group-photo li::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg3.jpg") repeat center;
    width: 30vw;
    height: 30vw;
    z-index: -1
}

#sec4 .set2 .group-photo li img {
    border: 1px solid #8f330f;
    width:110%;
}

#sec4 .set2 .group-photo li:nth-child(1) {
    padding-right: 15%
}

#sec4 .set2 .group-photo li:nth-child(1)::before {
    top: -5vw;
    left: -4%
}

#sec4 .set2 .group-photo li:nth-child(2) {
    padding: 5vw 0 0 15%
}

#sec4 .set2 .group-photo li:nth-child(2)::before {
    bottom: -5vw;
    right: -4%
}

#sec4 .set2 .btn-shared {
    margin: 10vw 7.5% 0
}

@media screen and (min-width: 1250px) {
    #sec4 .set1 .row3 .group .ttl {
        top: -20px;
    }
}

@media screen and (min-width: 768px) {
    #sec4 {
        background: url("../img/menu/sec4_deco_txt.png") no-repeat left top 905px/auto, url("../img/menu/sec4_deco.png") no-repeat right top 413px/auto;
        padding: 98px 0 0
    }

    #sec4::before {
        height: 835px;
        bottom: -200px;
        -webkit-clip-path: polygon(0 calc(100% - 395px), 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 calc(100% - 395px), 100% 0, 100% 100%, 0% 100%)
    }

    #sec4 .set1 h2 {
        position: relative;
        font-size: 80px
    }

    #sec4 .set1 h2::before,
    #sec4 .set1 h2:after {
        content: "";
        position: absolute;
        background: #000;
        height: 5px;
        top: calc(50% + 5px);
        transform: translateY(-50%)
    }

    #sec4 .set1 h2::before {
        left: 0;
        right: calc(50% + 446px)
    }

    #sec4 .set1 h2::after {
        left: calc(50% + 446px);
        right: 0
    }

    #sec4 .set1 .wrap {
        max-width: 100%;
        padding: 0
    }

    #sec4 .set1 .row {
        display: flex
    }

    #sec4 .set1 .row .photo {
        max-width: 743px;
        flex: 1
    }

    #sec4 .set1 .row .group {
        padding: 0
    }

    #sec4 .set1 .row .group .name-price dt {
        font-size: 52px
    }

    #sec4 .set1 .row .group .name-price dd {
        margin: 19px 0 0 7px;
        font-size: 38px
    }

    #sec4 .set1 .row .group .name-price dd small {
        font-size: 22px
    }

    #sec4 .set1 .row .group .txt {
        margin: 28px 0 0 7px
    }

    #sec4 .set1 .row1 {
        max-width: 1314px;
        margin: 45px auto 0
    }

    #sec4 .set1 .row1 .photo {
        margin: 0
    }

    #sec4 .set1 .row1 .group {
        width: 418px;
        padding: 193px 0 63px;
        margin: 0 20px 0 16px
    }

    #sec4 .set1 .row1 .group .ttl {
        top: 12px;
        left: auto;
        right: -100px
    }

    #sec4 .set1 .row2 {
        justify-content: flex-end;
        max-width: 1350px;
        margin: 0 auto
    }

    #sec4 .set1 .row2::before {
        display: none
    }

    #sec4 .set1 .row2 .photo {
        order: 2;
        margin: -24px 0 0
    }

    #sec4 .set1 .row2 .group {
        order: 1;
        width: 368px;
        margin: 0 13px 0 20px;
        padding: 207px 0 0
    }

    #sec4 .set1 .row2 .group .ttl {
        top: 11px;
        right: auto;
        left: 16px
    }

    #sec4 .set1 .row2 .name-price {
        margin-top: 0
    }
       #sec4 .set1 .row3 {
        max-width: 1314px;
        margin: 45px auto 0
    }

    #sec4 .set1 .row3 .photo {
        margin: 0
    }

    #sec4 .set1 .row3 .group {
        width: 418px;
        padding: 193px 0 63px;
        margin: 0 20px 0 16px
    }

    #sec4 .set1 .row3 .group .ttl {
        top: -20px;
        left: auto;
        right: 10px;
    }

    #sec4 .set2 {
        margin-top: 16px
    }

    #sec4 .set2 h3 {
        font-size: 52px
    }

    #sec4 .set2 .txt {
        text-align: center;
        margin-top: 35px
    }
    #sec4 .set2 .catch {
    margin-left:20px;
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom:10px; 
    }
    #sec4 .flex{
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}       

    #sec4 .set2 .catch1{
    margin-left:100px;
    text-align: left;
    }
    #sec4 .set2 .catch span {

        font-size: 22px;

    }
    #sec4 .set2 .group-photo {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px;
        max-width: 1200px;
        padding: 0 20px;
        margin: 32px auto 0
    }

    #sec4 .set2 .group-photo li:nth-child(1) {
        padding-right: 0
    }

    #sec4 .set2 .group-photo li:nth-child(1)::before {
        width: 216px;
        height: 212px;
        top: -40px;
        left: -150px
    }

    #sec4 .set2 .group-photo li:nth-child(2) {
        padding: 0
    }

    #sec4 .set2 .group-photo li:nth-child(2)::before {
        width: 243px;
        height: 210px;
        bottom: -47px;
        right: -120px
    }

    #sec4 .set2 .btn-shared {
        margin: 0 20px 0;
    }
}


@media screen and (min-width: 768px) and (max-width: 1250px) {
    #sec4 .set1 .row .group {
        position: unset;
    }
    #sec4 .set1 .row1 .group .ttl {
        right: calc(-50vw + 50% + 20px);
    }
    #sec4 .set1 .row3 .group .ttl {
        top: 1052px;
    }}

#sec5 {
    position: relative;
    color: #fff
}

#sec5::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg8.jpg") repeat center;
    top: 20vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2
}

#sec5 .set1 {
    position: relative
}

#sec5 .set1 .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

#sec5 .set1 .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

#sec5 .set1 h2 {
    padding: 20vw 4% 20vw 30%
}

#sec5 .set2 {
    position: relative;
    z-index: 2
}

#sec5 .set2 .txt-en {
    position: absolute;
    top: 125vw;
    left: -1%;
    z-index: -1
}

#sec5 .set2 .lead .note {
    text-align: right;
    padding-top: 5vw
}

#sec5 .set2 .lead h3 {
    margin: -35vw 60% 0 6%
}

#sec5 .set2 .sub-txt {
    position: relative;
    z-index: 1;
    background: url("../img/menu/sec5_deco_ttl.png") no-repeat center top/100%;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 -5vw auto;
    padding: 4vw 8vw 13vw;
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.5
}

#sec5 .set2 .row .group-txt {
    margin-top: 5vw
}

#sec5 .set2 .row .group-txt h3 {
    text-align: center;
    font-size: 10.33vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .02em
}

#sec5 .set2 .row .group-txt .txt1 {
    text-align: center;
    margin-top: 3vw;
    font-size: 3.4vw;
    line-height: 1.6666666667;
    letter-spacing: .03em
}

#sec5 .set2 .row .group-txt .price {
    text-align: center;
    margin-top: 5vw;
    line-height: 1;
    font-size: 6.2vw;
    letter-spacing: .05em
}

#sec5 .set2 .row .group-txt .price small {
    font-size: 4.5vw
}

#sec5 .set2 .row .group-txt .box-txt {
    position: relative;
    border: 1px solid #fff;
    padding: 5vw 7%;
    margin-top: 8vw;
    line-height: 20px;
    letter-spacing: .03em
}

#sec5 .set2 .row .group-txt .box-txt::before {
    content: "";
    position: absolute;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    left: 2vw;
    right: 2vw;
    top: 0;
    bottom: 0
}

#sec5 .set2 .row .group-txt .box-txt span {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .03em
}

#sec5 .set2 .row .group-txt .box-txt span small {
    font-size: 14px;
    letter-spacing: .03em
}

#sec5 .set2 .row .txt2 {
    position: relative;
    margin-top: 5vw;
    padding-left: 5vw
}

#sec5 .set2 .row .txt2::before,
#sec5 .set2 .row .txt2:after {
    content: "";
    position: absolute;
    background: #8f330f;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 0
}

#sec5 .set2 .row .txt2:after {
    left: 3px
}

#sec5 .set3 {
    position: relative;
    z-index: 1;
    padding-bottom: 4vw
}

#sec5 .set3:before {
    content: "";
    position: absolute;
    background: url("../img/menu/sec5_set3_bg_deco.jpg") no-repeat right bottom/cover;
    height: 138vw;
    bottom: -20vw;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 84.5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 84.5%, 100% 0, 100% 100%, 0% 100%)
}

#sec5 .set3 .col-l h3 {
    padding: 13vw 35% 0
}

#sec5 .set3 .col-l .txt {
    position: relative;
    margin-top: 5vw;
    padding-left: 5vw;
}

#sec5 .set3 .col-l .txt::before,
#sec5 .set3 .col-l .txt::after {
    content: "";
    position: absolute;
    background: #8f330f;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 0;
}

#sec5 .set3 .col-l .txt::after {
    left: 3px;
}

#sec5 .set3 .col-r .photo-lead {
    margin: 4vw -9% 0 56.5%
}

#sec5 .set3 .col-r .group-photo li:nth-child(1) {
    margin: -12vw 50% 0 5%
}

#sec5 .set3 .col-r .group-photo li:nth-child(2) {
    margin: -32vw 4.5% 0 49.5%
}

#sec5 .set3 .col-r .group-photo li:nth-child(3) {
    margin: -8vw 51.5% 0 2%
}

#sec5 .set4 {
    position: relative;
    z-index: 2
}

#sec5 .set4 .slider-main .slick-list {
    overflow: visible
}

#sec5 .set4 .slider-main .item {
    padding-top: 17vw
}

#sec5 .set4 .slider-main .item dt {
    position: absolute;
    top: 0;
    right: -4vw;
    z-index: 1;
    width: 60%
}

#sec5 .set4 .slider-main .item dd {
    height: 58vw
}

#sec5 .set4 .slider-main .item dd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#sec5 .set4 .slider-thumb .slick-list {
    overflow: visible
}

#sec5 .set4 .slider-thumb .slick-slide {
    margin-top: -10vw;
    width: 35vw
}

#sec5 .set4 .slider-thumb .slick-slide .thumb img {
    border: 2px solid #e5e2db;
    filter: grayscale(100%)
}

#sec5 .set4 .slider-thumb .slick-slide+.slick-slide {
    margin-left: 3vw
}

#sec5 .set4 .slider-thumb .slick-current .thumb img {
    filter: grayscale(0%)
}

#sec5 .set5 {
    position: relative;
    z-index: 1
}

#sec5 .set5 .wrap {
    padding: 0
}

#sec5 .set5 h3 {
    padding: 9vw 1.5% 0 39.5%
}

#sec5 .set5 .photo {
    position: absolute;
    top: 15.5vw;
    left: -10.5%;
    right: -52.5%;
    z-index: -1
}

#sec5 .set5 .deco-txt {
    position: absolute;
    top: 35.5vw;
    left: 17%;
    right: 9%;
    z-index: -2
}

#sec5 .set5 .box {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center
}

#sec5 .set5 .box h4 {
    font-size: 7.93vw;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .06em
}

#sec5 .set5 .box dl {
    margin-top: 6vw
}

#sec5 .set5 .box dl * {
    letter-spacing: 0
}

#sec5 .set5 .box dl dt {
    border-bottom: 1px solid #fff;
    padding-bottom: 3.5vw;
    margin-bottom: 1vw;
    font-size: 5.8vw;
    line-height: 1;
    font-weight: bold
}

#sec5 .set5 .box dl dd {
    font-size: 4vw;
    line-height: 1.35;
    font-weight: 600
}

#sec5 .set5 .box dl dd span {
    font-size: 5.5vw;
    letter-spacing: .05em
}

#sec5 .set5 .box dl dd span small {
    font-size: 3.5vw
}

#sec5 .set5 .box1 {
    margin: 46.5vw 0 0 6.5%
}
#sec5 .set5 .box small{
        font-size: 20px;
        padding-bottom: 20px;
}

#sec5 .set5 .box1::before {
    content: "";
    position: absolute;
    background: url("../img/menu/sec5_set5_deco_bg1.png") no-repeat;
    background-size: 100%;
    top: -14vw;
    left: -14.5vw;
    width: 67vw;
    height: 66vw;
    z-index: -2
}

#sec5 .set5 .row {
    display: flex;
    justify-content: space-between
}

#sec5 .set5 .row .txt {
    margin: 27vw 0 0 4%;
    width: 35%;
    font-size: 12px;
    line-height: 22.5px;
    letter-spacing: .025em
}

#sec5 .set5 .row .box2 {
    margin: 13vw 3% 0 0
}

#sec5 .set5 .row .box2::before {
    content: "";
    position: absolute;
    background: url("../img/menu/sec5_set5_deco_bg2.png") no-repeat;
    background-size: 100%;
    top: -14vw;
    right: -13vw;
    width: 66vw;
    height: 66vw;
    z-index: -2
}

#sec5 .set6 {
    position: relative;
    z-index: 1;
    padding: 20vw 0
}

#sec5 .set6 .txt-en {
    position: absolute;
    bottom: 8vw;
    left: -2%
}

#sec5 .set6 h3 {
    padding: 0 20% 5vw
}

#sec5 .set6 .txt {
    margin-top: 3vw
}

#sec5 .set6 .btn-shared {
    margin: 7vw 7.5% 0
}

@media screen and (min-width: 768px) {
    #sec5::before {
        top: 200px
    }

    #sec5 .set1 h2 {
        text-align: right;
        padding: 186px 115px 147px 0
    }

    #sec5 .set2 .txt-en {
        top: 33px;
        left: -12px
    }

    #sec5 .set2 .wrap {
        max-width: 1093px;
        padding: 0 20px
    }

    #sec5 .set2 .lead {
        display: flex
    }

    #sec5 .set2 .lead .note {
        order: 2;
        padding: 51px 0 0 111px
    }

    #sec5 .set2 .lead h3 {
        order: 1;
        margin: -134px 0 0
    }

    #sec5 .set2 .sub-txt {
        margin: -45px 0 0 195px;
        padding: 19px 38px 75px 39px;
        font-size: 34px
    }

    #sec5 .set2 .photo {
        top: -104px;
        left: 547px;
        right: calc(-50vw + 50%);
        height: 626px
    }

    #sec5 .set2 .row {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px;
        max-width: 1000px;
        margin: 0 auto
    }

    #sec5 .set2 .row .group-txt {
        width: 400px;
        margin-top: 0
    }

    #sec5 .set2 .row .group-txt h3 {
        text-align: left;
        font-size: 70px
    }

    #sec5 .set2 .row .group-txt .txt1 {
        text-align: left;
        margin-top: 2px;
        font-size: 18px
    }

    #sec5 .set2 .row .group-txt .price {
        text-align: left;
        margin-top: 27px;
        font-size: 38px
    }

    #sec5 .set2 .row .group-txt .price small {
        font-size: 22px
    }

    #sec5 .set2 .row .group-txt .box-txt {
        padding: 22px 30px 26px 30px;
        margin-top: 39px;
        font-size: 18px;
        line-height: 22px
    }

    #sec5 .set2 .row .group-txt .box-txt::before {
        left: 10px;
        right: 10px
    }

    #sec5 .set2 .row .group-txt .box-txt span {
        margin-bottom: -3px;
        font-size: 22px;
        line-height: 38px
    }

    #sec5 .set2 .row .group-txt .box-txt span small {
        font-size: 18px
    }

    #sec5 .set2 .row .txt2 {
        margin: 0 25px 39px 0;
        padding-left: 33px
    }

    #sec5 .set2 .row .txt2::before,
    #sec5 .set2 .row .txt2:after {
        top: 8px;
        bottom: 8px
    }

    #sec5 .set3 {
        padding-bottom: 66px
    }

    #sec5 .set3:before {
        height: 1026px;
        bottom: -55px;
        left: calc(50% - 242px);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(100% 0, 100% 100%, 0% 100%)
    }

    #sec5 .set3 .wrap {
        display: flex;
        justify-content: flex-end;
        max-width: 1214px;
        padding: 0 20px
    }

    #sec5 .set3 .col-l h3 {
        padding: 99px 0 0 18px;
    }

    #sec5 .set3 .col-l .txt {
        margin: 57px -45px 0 0;
        padding: 0 0 0 33px;
    }

    #sec5 .set3 .col-r {
        max-width: 771px;
        flex: 1
    }

    #sec5 .set3 .col-r .photo-lead {
        text-align: right;
        margin: -41px 126px 0 0
    }

    #sec5 .set3 .col-r .group-photo {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    #sec5 .set3 .col-r .group-photo li:nth-child(1) {
        margin: -38px 0 0 0
    }

    #sec5 .set3 .col-r .group-photo li:nth-child(2) {
        margin: 24px 0 0 0
    }

    #sec5 .set3 .col-r .group-photo li:nth-child(3) {
        margin: -51px 0 0
    }

    #sec5 .set4 .slider-main .item {
        padding-top: 0px
    }

    #sec5 .set4 .slider-main .item dt {
        top: -109px;
        right: -87px;
        width: auto
    }

    #sec5 .set4 .slider-main .item dd {
        height: 491px
    }

    #sec5 .set4 .slider-thumb .slick-slide {
        cursor: pointer;
        width: auto;
        margin-top: -40px
    }

    #sec5 .set4 .slider-thumb .slick-slide+.slick-slide {
        margin-left: 15px
    }

    #sec5 .set4 .slider-thumb .slick-slide:hover {
        opacity: .8
    }

    #sec5 .set5 .txt-en {
        position: absolute;
        top: -203px;
        right: -39px;
        z-index: -3
    }

    #sec5 .set5 .wrap {
        padding: 0
    }

    #sec5 .set5 h3 {
        text-align: right;
        padding: 95px 36px 0 0
    }

    #sec5 .set5 .photo {
        top: 117px;
        left: 27px;
        right: 0
    }

    #sec5 .set5 .deco-txt {
        top: 267px;
        left: calc(50% + 10px);
        transform: translateX(-50%);
        right: auto
    }

    #sec5 .set5 .box h4 {
        font-size: 54px;
        line-height: 1.1;
    }

    #sec5 .set5 .box dl {
        margin-top: 42px
    }

    #sec5 .set5 .box dl dt {
        padding-bottom: 25px;
        margin-bottom: 9px;
        font-size: 36px
    }

    #sec5 .set5 .box dl dd {
        font-size: 26px;
        line-height: 44px
    }

    #sec5 .set5 .box dl dd span {
        font-size: 38px
    }

    #sec5 .set5 .box dl dd span small {
        font-size: 22px
    }

    #sec5 .set5 .box1 {
        margin: 149px 0 0 52px
    }

    #sec5 .set5 .box1::before {
        top: -50px;
        left: -100px;
        width: 457px;
        height: 441px
    }

    #sec5 .set5 .row {
        display: flex;
        justify-content: space-between
    }

    #sec5 .set5 .row .txt {
        margin: 123px 0 0 76px;
        width: auto;
        font-size: 16px;
        line-height: 35px
    }

    #sec5 .set5 .row .box2 {
        margin: -15px 25px 0 0
    }

    #sec5 .set5 .row .box2::before {
        top: -50px;
        right: -101px;
        width: 452px;
        height: 444px;
        z-index: -1
    }
    #sec5 .set5 .box small{
        font-size: 36px;
        padding-bottom: 20px;
}

    #sec5 .set6 {
        padding: 201px 0 303px
    }

    #sec5 .set6 .wrap {
        max-width: 1148px;
        padding: 0 20px
    }

    #sec5 .set6 .txt-en {
        top: 187px;
        bottom: auto;
        left: -12px
    }

    #sec5 .set6 .photo {
        position: absolute;
        top: -30px;
        left: 481px;
        right: -226px
    }

    #sec5 .set6 h3 {
        padding: 0 0 0
    }

    #sec5 .set6 .txt {
        width: 312px;
        margin: 65px 0 0 58px
    }

    #sec5 .set6 .btn-shared {
        margin: 51px 0 0 54px
    }
}

@media screen and (min-width: 768px)and (max-width: 1570px) {
    #sec5 .set6 .photo {
        right: calc(-50vw + 50%)
    }
}

.remodal {
    position: relative;
    text-align: left
}

.remodal .popup {
    background: url("../img/shared/bg_bd.jpg") repeat center;
    color: #fff;
    margin: 0 2%;
    padding: 1px
}

.remodal .popup .inner {
    background: url("../img/shared/bg3.jpg") repeat center;
    padding: 30px 0 40px
}

.remodal .popup h2 {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    letter-spacing: .06em
}

.remodal .popup .note {
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: .1em
}

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

.remodal .popup .row .col .item h3 {
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: .1em
}

.remodal .popup .row .col .item dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 11.5px 0;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.remodal .popup .row .col .item dl * {
    letter-spacing: .05em
}

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

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

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

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

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

    .remodal .popup {
        margin: 0
    }

    .remodal .popup .inner {
        padding: 74px 0 124px
    }

    .remodal .popup h2 {
        margin-top: 0;
        font-size: 42px
    }

    .remodal .popup .note {
        margin-top: 27px;
        font-size: 14px
    }

    .remodal .popup .row {
        display: flex;
        justify-content: center;
    }

    .remodal .popup .row .col {
        width: 420px;
        margin: 0 20px;
    }
    }



/* @media screen and (min-width: 768px) {
        .remodal .popup1 .row {
        display: flex;
        justify-content: center;
    }
        .remodal #popup1 .row .col {
        width: 420px;
        margin: 0 20px;
    }
    
} */