.f-22 {
    font-family: "Zen Old Mincho";
    font-size: 5.2vw;
    line-height: 1.77;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.f-26 {
    font-family: "Zen Old Mincho";
    font-size: 5.4vw;
    line-height: 1.77;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.f-29,
.f-28 {
    font-family: "Zen Old Mincho";
    font-size: 6vw;
    line-height: 1.77;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.f-29 small,
.f-28 small {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
}

.f-30 {
    font-family: "Zen Old Mincho";
    font-size: 6.4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.45;
}

.f-40 {
    font-family: "Zen Old Mincho";
    font-size: 7.5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.45;
}

.price-cm {
    font-family: "Zen Old Mincho";
    font-size: 5.2vw;
    line-height: 1.77;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.price-cm small {
    font-size: 4.8vw;
}

.object-cover {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
}

.btn-popuo-style {
    width: 22vw;
}

.btn-popuo-style a {
    display: block;
    position: relative;
}

.btn-popuo-style a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../img/menu/btn_popup_circle.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-popuo-style a:hover img {
    opacity: 1 !important;
}

@keyframes scrollLoop {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@media screen and (max-width: 767.98px) {
    .btn-popuo-style[style*="visible"] a::before {
        animation: scrollLoop 10s linear infinite;
    }
}
@media screen and (min-width: 768px) {
    .f-22 {
        font-size: 22px;
    }
    .f-26 {
        font-size: 26px;
    }
    .f-28 {
        font-size: 28px;
    }
    .f-28 small {
        font-size: 24px;
    }
    .f-29 {
        font-size: 29px;
    }
    .f-30 {
        font-size: 30px;
    }
    .f-40 {
        font-size: 40px;
    }
    .price-cm {
        font-size: 22px;
    }
    .price-cm small {
        font-size: 18px;
    }
    .btn-popuo-style {
        width: 155px;
    }
    .btn-popuo-style a:hover:before {
        animation: scrollLoop 8s linear infinite;
    }
}

@media screen and (max-width: 768px) {
    #sec1 {
        padding: 0vw 0;
        margin: -30px 0 0 0;
    }
}

#sec1 .col-text {
    margin-bottom: 15vw;
}

#sec1 .col-text h2 {
    line-height: 2;
    margin-bottom: 8vw;
}

#sec1 .col-text h2 span {
    display: block;
    margin-left: 26vw;
    position: relative;
}

#sec1 .col-text h2 span:after {
    content: "";
    width: 11vw;
    height: 1px;
    background: #000;
    opacity: 0.22;
    position: absolute;
    right: 0vw;
    top: 50%;
}

#sec1 .col-text .note {
    margin-top: 20px;
}

#sec1 .col-img {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 3vw;
}

#sec1 .col-img .img2 {
    margin-top: 10vw;
}

@media screen and (min-width: 768px) {
    #sec1 {
        padding: 42px 0 0;
    }
    #sec1 .row-flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }
    #sec1 .col-text {
        width: 536px;
        margin: 46px -59px 0 0;
    }
    #sec1 .col-text h2 {
        line-height: 2;
        margin: 0 0 57px -7px;
    }
    #sec1 .col-text h2 span {
        margin-left: 149px;
    }
    #sec1 .col-text h2 span:after {
        width: 104px;
        top: 51%;
    }
    #sec1 .col-text .note {
        margin-top: 25px;
    }
    #sec1 .col-img {
        width: 573px;
        flex-direction: column;
        align-items: flex-end;
        gap: 53px;
        margin-left: -149px;
    }
    #sec1 .col-img .img2 {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
    #sec1 .col-text {
        margin-right: -20px;
    }
}

#sec2 {
    position: relative;
    z-index: 0;
    padding: 20vw 0;
}

#sec2:before {
    content: "";
    width: 48vw;
    height: 30vw;
    background-image: url("../img/menu/sec2_deco.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 5vw;
    top: 106vw;
    z-index: -1;
}

#sec2:after {
    content: "";
    width: 80%;
    height: 115vw;
    background-image: url("../img/shared/bg2.jpg");
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

#sec2 h2 {
    margin-bottom: 8vw;
}

#sec2 .col-img {
    position: relative;
}

#sec2 .col-img .img2 {
    width: 55vw;
    margin: -22vw 0 0 auto;
    position: relative;
    z-index: 1;
}

#sec2 .col-img .btn-popuo-style {
    position: absolute;
    left: 3vw;
    bottom: 10vw;
    z-index: 1;
}

#sec2 .col-text {
    padding: 0 5.3%;
}

#sec2 .col-text h3 {
    margin-bottom: 3vw;
}

#sec2 .col-text .price-cm {
    margin-bottom: 4vw;
}

#sec2 .col-text .md-txt {
    font-size: 16px;
    margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
    #sec2 {
        padding: 140px 0 293px;
    }
    #sec2:before {
        width: 302px;
        height: 150px;
        right: calc(50% + 186px);
        top: 57px;
    }
    #sec2:after {
        width: calc(50% - 104px);
        height: 970px;
        top: -180px;
    }
    #sec2 .inner {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: 66px;
    }
    #sec2 h2 {
        margin-bottom: 0;
        position: absolute;
        top: -81px;
        right: calc(50% - 561px);
        z-index: 2;
    }
    #sec2 h2 span {
        color: #fff;
    }
    #sec2 .col-img {
        width: calc(50% + 139px);
        position: relative;
    }
    #sec2 .col-img .img1 {
        height: 580px;
    }
    #sec2 .col-img .img2 {
        width: 482px;
        margin: 0;
        position: absolute;
        right: -19px;
        bottom: -292px;
        z-index: 1;
    }
    #sec2 .col-img .btn-popuo-style {
        left: -45px;
        bottom: -141px;
    }
    #sec2 .col-text {
        width: 445px;
        padding: 0;
        margin-top: 122px;
    }
    #sec2 .col-text h3 {
        margin-bottom: 16px;
    }
    #sec2 .col-text .price-cm {
        margin-bottom: 20px;
    }
    #sec2 .col-text .md-txt {
        font-size: 18px;
        letter-spacing: 0.1em;
        margin: 0 -20px 17px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1390px) {
    #sec2 h2 {
        right: 20px;
    }
    #sec2 .inner {
        gap: 30px;
    }
    #sec2 .col-img {
        width: calc(100% - 500px);
    }
}

#sec3 {
    padding-bottom: 20vw;
}

#sec3 h2 {
    margin-bottom: 8vw;
}

#sec3 .col-img {
    position: relative;
    margin-bottom: 8vw;
}

#sec3 .col-img dl {
    color: #fff;
    position: absolute;
    bottom: 3vw;
    left: 3vw;
    right: 3vw;
    z-index: 1;
    text-shadow:
        0 0 10px #000,
        0 0 10px #000;
}

#sec3 .col-img dl dd {
    text-align: right;
}

#sec3 .col-text .txt {
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    #sec3 {
        padding-bottom: 0;
    }
    #sec3 h2 {
        width: 450px;
        float: right;
        margin: 32px -53px 37px 0;
    }
    #sec3 .col-img {
        width: 650px;
        float: left;
        margin: -1px 0 0 -101px;
    }
    #sec3 .col-img dl {
        display: flex;
        justify-content: flex-end;
        gap: 62px;
        bottom: 10px;
        left: auto;
        right: 27px;
        text-shadow: none;
    }
    #sec3 .col-img dl dd {
        margin-top: 2px;
    }
    #sec3 .col-text {
        width: 420px;
        float: right;
        margin-right: -37px;
    }
    #sec3 .col-text .txt {
        margin: 0 -8px 41px -4px;
    }
    #sec3 .col-text .btn-link .hvr-rt-and-bg {
        width: 100%;
        padding: 25px 49px 29px 30px;
    }
    #sec3 .col-text .btn-link .hvr-rt-and-bg:after {
        right: 46px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
    #sec3 h2 {
        margin-right: -23px;
    }
    #sec3 .col-text {
        margin-right: -7px;
    }
}

#sec4 {
    padding-bottom: 20vw;
    position: relative;
    z-index: 0;
}

#sec4:after {
    content: "";
    background-image: url("../img/shared/bg2.jpg");
    position: absolute;
    left: 0;
    right: 0;
    top: 90vw;
    bottom: 0;
    z-index: -1;
}

#sec4 h2 {
    margin-bottom: 5vw;
    position: relative;
    z-index: 2;
}

#sec4 .eng-ttl {
    position: absolute;
    left: 0;
    top: 27vw;
    z-index: 1;
}

#sec4 .img {
    height: 68.8vw;
    margin-bottom: 8vw;
}

#sec4 .row-text {
    padding: 0 5.3%;
}

#sec4 .row-text h3 {
    margin-bottom: 2vw;
}

#sec4 .row-text .price-cm {
    margin-bottom: 3vw;
}

#sec4 .row-text .txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.7;
}

#sec4 .row-text .col + .col {
    border-top: 2px solid;
    margin-top: 8vw;
    padding-top: 8vw;
}

@media screen and (min-width: 768px) {
    #sec4 {
        padding: 344px 0 78px;
    }
    #sec4:after {
        height: 483px;
        top: auto;
    }
    #sec4 .inner {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    #sec4 h2 {
        margin-bottom: 0;
        position: absolute;
        right: calc(50% - 516px);
        top: 89px;
        text-align: left;
        line-height: 1.79;
    }
    #sec4 h2 .r-two {
        margin-top: 35px;
    }
    #sec4 h2 .white-pc {
        color: #fff;
    }
    #sec4 .eng-ttl {
        left: calc(50% - 722px);
        top: 194px;
    }
    #sec4 .img {
        height: 600px;
        margin-bottom: 54px;
    }
    #sec4 .row-text {
        padding: 12px 30px 28px 0;
        display: flex;
        justify-content: center;
        gap: 106px;
        position: relative;
    }
    #sec4 .row-text:before {
        content: "";
        width: 2px;
        background: #000;
        position: absolute;
        left: 49.9%;
        top: 0;
        bottom: 0;
    }
    #sec4 .row-text .col {
        width: 430px;
    }
    #sec4 .row-text h3 {
        margin-bottom: 8px;
    }
    #sec4 .row-text .price-cm {
        margin-bottom: 22px;
    }
    #sec4 .row-text .txt {
        font-size: 20px;
    }
    #sec4 .row-text .col + .col {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
    #sec4 .eng-ttl {
        left: 0;
    }
}

#sec5 {
    padding-top: 100vh;
    overflow: hidden;
    position: relative;
}

#sec5 .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 1;
}

#sec5 .img-bg {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#sec5 .img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    will-change: filter;
}

#sec5 .wrap {
    position: relative;
    z-index: 1;
    color: #fff;
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sec5 h2 {
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    #sec5 .wrap {
        height: calc(100vh - 100px);
    }
    #sec5 h2 {
        margin-bottom: 60px;
    }
    #sec5 .txt {
        text-align: center;
    }
}

#sec6 {
    position: relative;
    z-index: 1;
    padding-bottom: 30vw;
}

#sec6:after {
    content: "";
    width: 47vw;
    height: 40vw;
    background-image: url("../img/menu/sec6_deco.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    position: absolute;
    left: 3vw;
    bottom: 0;
    z-index: -1;
}

#sec6 .eng-ttl {
    margin: -15vw 0 10vw;
}

#sec6 .inner {
    padding: 0 5.3%;
}

#sec6 .row1 {
    margin-bottom: 15vw;
}

#sec6 .row1 h2 {
    line-height: 2;
    margin-bottom: 8vw;
}

#sec6 .row1 h2 .r-two {
    margin-left: 15vw;
    position: relative;
}

#sec6 .row1 h2 .r-two:after {
    content: "";
    width: 15vw;
    height: 1px;
    background: #000;
    opacity: 0.22;
    position: absolute;
    right: 0;
    top: 51%;
}

#sec6 .row1 .col-text dl {
    display: flex;
    justify-content: center;
    gap: 10vw;
    margin-bottom: 8vw;
}

#sec6 .row2 {
    width: 76vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8vw;
}

#sec6 .row2 .img {
    margin-bottom: 4vw;
}

#sec6 .row2 .sttl {
    color: #6c6c6c;
    font-size: 4.8vw;
    line-height: 1.77;
    font-weight: 500;
}

#sec6 .row2 .ttl {
    font-size: 4.8vw;
    line-height: 1.77;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    padding-bottom: 1vw;
}

@media screen and (min-width: 768px) {
    #sec6 {
        padding-bottom: 63px;
    }
    #sec6:after {
        width: 274px;
        height: 134px;
        left: calc(50% - 561px);
    }
    #sec6 .eng-ttl {
        width: 903px;
        margin: -147px 0 -28px auto;
    }
    #sec6 .inner {
        max-width: 1200px;
        width: 94%;
        margin: 0 auto;
        padding: 0;
    }
    #sec6 .row1 {
        margin-bottom: -7px;
        display: flex;
        align-items: flex-start;
        gap: 236px;
    }
    #sec6 .row1 h2 {
        margin: 0 0 0 20px;
    }
    #sec6 .row1 h2 .r-two {
        margin-left: 80px;
    }
    #sec6 .row1 h2 .r-two:after {
        width: 170px;
        right: -198px;
    }
    #sec6 .row1 .col-text {
        margin-top: 98px;
        width: 450px;
    }
    #sec6 .row1 .col-text dl {
        justify-content: start;
        gap: 24px;
        margin-bottom: 34px;
    }
    #sec6 .row1 .col-text dl .price-cm {
        font-size: 28px;
    }
    #sec6 .row1 .col-text dl .price-cm small {
        font-size: 24px;
    }
    #sec6 .row2 {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }
    #sec6 .row2 .img {
        margin-bottom: 8px;
    }
    #sec6 .row2 .img img {
        width: 100%;
        height: auto;
    }
    #sec6 .row2 .sttl {
        font-size: 24px;
        padding-left: 10px;
    }
    #sec6 .row2 .ttl {
        font-size: 22px;
        padding: 0 0 7px 5px;
    }
    #sec6 .row2 .col {
        max-width: 350px;
    }
    #sec6 .row2 .col-2 {
        margin-top: 80px;
    }
    #sec6 .row2 .col-3 {
        margin-top: 160px;
    }
}

@media screen and (min-width: 1450px) {
    #sec6 .eng-ttl {
        margin-right: calc(50% - 720px);
    }
}

@media screen and (min-width: 768px) and (max-height: 750px) {
    #sec6 .eng-ttl {
        margin-top: -50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    #sec6 .row1 {
        gap: 160px;
    }
    #sec6 .row1 h2 {
        margin: 0;
    }
    #sec6 .row1 h2 .r-two:after {
        width: 120px;
        right: -130px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
    #sec6 .row2 .ttl {
        font-size: 20px;
    }
}

#sec7 {
    padding: 20vw 0 10vw;
}

#sec7 h2 {
    margin-bottom: 8vw;
}

#sec7 .row {
    margin-bottom: 10vw;
}

#sec7 .row .col-img {
    position: relative;
    margin-bottom: 10vw;
}

#sec7 .row .col-img .btn-popuo-style {
    position: absolute;
    left: 2vw;
    bottom: -6.5vw;
    z-index: 1;
}

#sec7 .row .col-text h3 {
    margin-bottom: 2vw;
}

#sec7 .row .col-text .price-cm {
    margin-bottom: 4vw;
}

@media screen and (max-width: 767px) {
    #sec7 .btn-popuo-style a:after {
        content: "";
        background: #fff;
        opacity: 0.4;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}

@media screen and (min-width: 768px) {
    #sec7 {
        padding: 30px 0 58px;
    }
    #sec7 h2 {
        margin-bottom: 73px;
    }
    #sec7 .row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 114px;
    }
    #sec7 .row .col-img {
        width: 600px;
        margin: 0 0 0 -50px;
    }
    #sec7 .row .col-img .btn-popuo-style {
        left: auto;
        right: -128px;
        bottom: -80px;
    }
    #sec7 .row .col-text {
        width: 423px;
        margin: 16px -50px 0 0;
    }
    #sec7 .row .col-text h3 {
        margin-bottom: 8px;
    }
    #sec7 .row .col-text h3 small {
        margin-bottom: 4px;
    }
    #sec7 .row .col-text .price-cm {
        margin-bottom: 48px;
    }
    #sec7 .row .col-text .txt {
        max-width: 400px;
    }
    #sec7 .row.img--right {
        flex-direction: row-reverse;
    }
    #sec7 .row.img--right .col-img {
        margin: 0 -50px 0 0;
    }
    #sec7 .row.img--right .col-img .btn-popuo-style {
        right: auto;
        left: -116px;
        bottom: -95px;
    }
    #sec7 .row.img--right .col-text {
        width: 400px;
        margin: 35px 0 0;
    }
    #sec7 .row2 {
        margin-bottom: 124px;
    }
    #sec7 .row3 {
        margin-bottom: 86px;
    }
    #sec7 .row3 .col-text {
        margin-top: 36px;
    }
    #sec7 .row4.img--right .col-img .btn-popuo-style {
        left: -117px;
        bottom: -90px;
    }
}

.bg-genreal {
    background-image: url("../img/shared/bg2.jpg");
    position: relative;
    z-index: 0;
}

.bg-genreal:before {
    content: "";
    background-image: url("../img/menu/sec8_bg.jpg");
    background-repeat: no-repeat;
    background-size: 230%;
    background-position: center top;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .bg-genreal:before {
        background-size: 100%;
    }
}

#sec8 {
    padding: 30vw 0 20vw;
    position: relative;
}

#sec8 h2 {
    line-height: 1.55;
    margin-bottom: 8vw;
}

#sec8 .wine {
    width: 40vw;
    position: absolute;
    right: -10vw;
    top: -51vw;
    z-index: 1;
}

#sec8 .row {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 10vw;
}

#sec8 .row .col .img {
    margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
    #sec8 {
        padding: 240px 0 0;
    }
    #sec8 h2 {
        margin-bottom: 70px;
    }
    #sec8 .wine {
        width: 528px;
        right: -357px;
        top: -300px;
        z-index: 1;
    }
    #sec8 .row {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        margin: 0 -50px 51px;
    }
    #sec8 .row .col {
        width: 500px;
    }
    #sec8 .row .col .img {
        margin-bottom: 9px;
    }
    #sec8 .row .col dt {
        margin-bottom: -2px;
    }
    #sec8 .row .col .price-cm {
        font-size: 24px;
    }
    #sec8 .row .col .price-cm small {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
    #sec8 .row {
        margin: 0 -20px 51px;
    }
    #sec8 .wine {
        right: -197px;
        top: -370px;
    }
}

#sec9 {
    padding-bottom: 20vw;
}

#sec9 .col-text {
    padding: 0 5.3%;
}

#sec9 .col-text .eng-ttl {
    width: 70vw;
    margin: -15vw 0 5vw 10vw;
}

#sec9 .col-text h2 {
    margin-bottom: 4vw;
}

#sec9 .col-text .row {
    margin-top: 8vw;
}

#sec9 .col-text .row h3 {
    margin-bottom: 6vw;
}

#sec9 .col-text .row .menu-list .menu-item {
    display: flex;
    align-items: baseline;
}

#sec9 .col-text .row .menu-list .menu-item .title {
    padding-right: 1vw;
}

#sec9 .col-text .row .menu-list .menu-item .dots {
    flex: 1;
    border-bottom: 2px dotted #333;
    margin: 0 1vw;
    transform: translateY(-1.3vw);
}

#sec9 .col-text .row .menu-list .menu-item .price-cm {
    padding-left: 1vw;
}

#sec9 .col-text .row .menu-list .note1 {
    margin: 3vw 0;
}

#sec9 .col-text .row .menu-list .note2 {
    margin-top: 3vw;
}

@media screen and (min-width: 768px) {
    #sec9 {
        padding: 126px 0 99px;
    }
    #sec9 .inner {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    #sec9 .img {
        max-width: calc(50% + 40px);
        width: calc(100% - 590px);
        height: 692px;
    }
    #sec9 .col-text {
        width: 590px;
        padding: 67px 54px 0 30px;
        position: relative;
    }
    #sec9 .col-text .eng-ttl {
        width: 484px;
        margin: 0;
        position: absolute;
        left: -70px;
        top: -118px;
    }
    #sec9 .col-text h2 {
        margin: 0 0 46px 13px;
    }
    #sec9 .col-text .row {
        margin-top: 32px;
    }
    #sec9 .col-text .row h3 {
        margin-bottom: 9px;
    }
    #sec9 .col-text .row .menu-list .menu-item {
        margin-left: -9px;
    }
    #sec9 .col-text .row .menu-list .menu-item .title {
        padding-right: 3px;
    }
    #sec9 .col-text .row .menu-list .menu-item .dots {
        margin: 0 5px;
        transform: translateY(-8px);
    }
    #sec9 .col-text .row .menu-list .menu-item .price-cm {
        padding-left: 5px;
    }
    #sec9 .col-text .row .menu-list .note1 {
        margin: 14px 0px 18px;
    }
    #sec9 .col-text .row .menu-list .note2 {
        margin-top: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
    #sec9 .col-text .eng-ttl {
        left: 0px;
    }
}

#sec10 {
    padding: 0vw 0 20vw;
}

#sec10 .contact-box {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 10vw 0;
}

#sec10 .contact-box h2 {
    margin-bottom: 6vw;
}

#sec10 .contact-box .contact-tel {
    font-size: 8vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 6vw;
}

#sec10 .contact-box .contact-tel img {
    width: 4.8vw;
    margin: -1.2vw 1vw 0 0;
}

#sec10 .contact-box .contact-tel small {
    font-size: 3.4vw;
    line-height: 1.06;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 3vw;
}

#sec10 .contact-box .contact-tel a:hover img {
    opacity: 1 !important;
}

#sec10 .contact-box .btn-link .hvr-rt-and-bg:after {
    display: none;
}

#sec10 .contact-box .btn-link .hvr-rt-and-bg img {
    width: 19px;
    margin: -4px 7px 0 0;
}

#sec10 .contact-box .btn-link .hvr-rt-and-bg .hvr-rt-and-bg-txt--hover img {
    filter: invert(1);
}

#sec10 .contact-box .btn-link .hvr-rt-and-bg:hover img {
    opacity: 1 !important;
}

@media screen and (min-width: 768px) {
    #sec10 {
        padding: 0 0 135px;
    }
    #sec10 .contact-box {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        padding: 45px 0 56px;
    }
    #sec10 .contact-box h2 {
        margin-bottom: 19px;
    }
    #sec10 .contact-box .contact-tel {
        font-size: 34px;
        margin: 0 0 33px 12px;
    }
    #sec10 .contact-box .contact-tel img {
        width: 21px;
        margin: -8px 4px 0 0;
    }
    #sec10 .contact-box .contact-tel small {
        font-size: 15px;
        margin-top: 9px;
    }
    #sec10 .contact-box .btn-link .hvr-rt-and-bg {
        width: 340px;
        font-size: 19px;
        padding: 16px 0 16px 14px;
    }
    #sec10 .contact-box .btn-link .hvr-rt-and-bg img {
        width: 22px;
        margin: -5px 10px 0 0;
    }
}

#sec11 {
    padding-bottom: 20vw;
}

#sec11 .banner {
    width: 94.7vw;
    margin: 0 auto;
}

#sec11 .banner a {
    display: block;
    position: relative;
}

#sec11 .banner a .ttl {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 6.7vw;
}

@media screen and (max-width: 767px) {
    #sec11 .f-30 {
        font-size: 5.3vw;
    }
    #sec11 .f-30 .big {
        font-size: 6.7vw;
        margin-right: 2vw;
        position: relative;
        top: 0.5vw;
    }
}

@media screen and (min-width: 768px) {
    #sec11 {
        padding-bottom: 153px;
    }
    #sec11 .banner {
        width: 900px;
    }
    #sec11 .banner a .ttl {
        transform: translateY(-64%);
        padding: 0 52px;
    }
    #sec11 .banner a .ttl .big {
        font-size: 54px;
        font-weight: 700;
        margin-right: 13px;
        position: relative;
        top: 9px;
    }
}

/*=======POPUP=======*/
.remodal-close {
    background: url("../img/menu/close.png") no-repeat 0 0/100% auto;
    margin: 15px 0 15px auto;
    mix-blend-mode: difference;
}

.remodal-close2 {
    cursor: pointer;
    display: table;
    width: 75px;
    margin: 43px auto 0;
    background: transparent;
    border: none;
    font-size: 0;
}

.remodal {
    padding-bottom: 30px;
}

.popup-content {
    background-image: url("../img/shared/bg1.jpg");
    margin: 0 auto;
    padding: 10vw 5.3vw 20vw;
}

.popup-content h2 {
    letter-spacing: 0.05em;
    margin-bottom: 4vw;
}

.popup-content .note {
    font-size: 13px;
    margin-bottom: 8vw;
}

.popup-content .menulist .col .item {
    margin-bottom: 40px;
}

.popup-content .menulist .col .item h3 {
    font-family: "Zen Old Mincho";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.popup-content .menulist .col .item h4 {
    font-family: "Zen Old Mincho";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.popup-content .menulist .col .item h5 {
    margin: 25px 0 10px;
}

.popup-content .menulist .col .item .sttl {
    text-align: left;
    margin-bottom: 10px;
}

.popup-content .menulist .col .item .note2 {
    margin-bottom: 20px;
}

.popup-content .menulist .col .item .note3 {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.popup-content .menulist .col .item dl {
    width: 100%;
    display: table;
    line-height: 22px;
    border-bottom: 1px solid #aba9a6;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

.popup-content .menulist .col .item dl dt {
    display: table-cell;
    text-align: left;
}

.popup-content .menulist .col .item dl dd {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    padding-left: 5px;
}

.popup-content .menulist .col .item dl dd.vab {
    vertical-align: bottom;
}

.popup-content .img-group {
    position: relative;
    margin-bottom: 8vw;
}

.popup-content .img-group .img-ttl {
    text-align: right;
    color: #fff;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 500;
    position: absolute;
    bottom: 3vw;
    right: 5vw;
    z-index: 1;
}

.popup-content .img-group .img img {
    border-radius: 5vw;
}

.popup-content .btn-link .hvr-rt-and-bg::after {
    right: 20px;
}

@media screen and (min-width: 768px) {
    .remodal-close {
        width: 50px;
        height: 50px;
        margin: 0px 0 67px auto;
    }
    .remodal-close2:hover {
        opacity: 0.7;
    }
    .remodal {
        max-width: 1160px;
        padding: 30px;
    }
    .popup-content {
        width: 100%;
        padding: 54px 50px 80px;
    }
    .popup-content h2 {
        margin-bottom: 8px;
    }
    .popup-content .note {
        font-size: 14px;
        margin-bottom: 39px;
    }
    .popup-content .menulist {
        max-width: 920px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .popup-content .menulist .col {
        width: 440px;
    }
    .popup-content .menulist .col .item {
        margin-bottom: 39px;
    }
    .popup-content .menulist .col .item h3 {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 26px;
    }
    .popup-content .menulist .col .item h4 {
        font-size: 18px;
    }
    .popup-content .menulist .col .item .sttl {
        margin-bottom: 10px;
    }
    .popup-content .menulist .col .item .note2 {
        margin-bottom: 20px;
    }
    .popup-content .menulist .col .item .note3 {
        font-size: 15px;
    }
    .popup-content .menulist .col .item dl {
        line-height: 24px;
        padding-bottom: 12px;
        margin-bottom: 11px;
    }
    .popup-content .img-group {
        width: 800px;
        margin: 0 auto 33px;
    }
    .popup-content .img-group .img-ttl {
        font-size: 24px;
        bottom: 19px;
        right: 47px;
    }
    .popup-content .img-group .img img {
        border-radius: 44px;
    }
    .popup-content .btn-link .hvr-rt-and-bg {
        width: 500px;
        padding: 26px 50px 28px;
    }
    .popup-content .btn-link .hvr-rt-and-bg::after {
        right: 50px;
    }
    .popup-pair {
        padding: 58px 50px 80px;
    }
    .popup-pair h2 {
        min-height: 96px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 29px;
        line-height: 1.65;
        margin-bottom: 30px;
    }
    .popup-pair .remodal-close2 {
        width: 84px;
    }
}
@media screen and (min-width: 768px) {
    #header .key_subpage .item1 .photo1 img {
        height: 803px;
    }
    #header .key_subpage .item2 .photo {
        margin: -56px 55px 0 auto;
        width: 26.4666666667%;
    }
    #header .key_subpage .item2 .photo img {
        height: 290px;
    }
}
