@charset "utf-8";

h2 {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: space-between;

    letter-spacing: 0.1em;

    font-family: "游明朝 Demibold", "YuMincho Demibold", serif;
    font-size: 3.8rem;
    font-size: clamp(2rem, 2.7vw, 3.8rem);
    line-height: 2;
}
h2.tb-rl {
    font-size: 3.8rem;
    font-size: clamp(2rem, 2.7vw, 3.8rem);
}
h2 p {
    position: relative;
    z-index: 1;

    padding-bottom: 0;

    letter-spacing: 0.1em;
}
h2.tb-rl p {
    padding-bottom: 0;

    letter-spacing: 0.6em;
}
h2 span.en {
    display: flex;
    align-items: center;

    letter-spacing: 0.1em;

    color: #B7975A;
    background-color: inherit;

    font-size: 1.7rem;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
}
#news h2.tb-rl span.en {
    flex-direction: row-reverse;
}
h2 span.en::after {
    display: block;

    width: 8.4rem;
    margin-left: 1.5em;

    content: "";

    border-top: 1px solid #B7975A;
}
h2.tb-rl span.en::after {
    width: auto;
    height: 8.4rem;
    margin-top: 2.3rem;
    margin-right: 0.3rem;
    margin-left: 0;

    border-top: none;
    border-right: 1px solid #B7975A;
}
h2 p .brackets {
    margin-top: -0.6em;

    letter-spacing: -0.02em;
}
h2 p .brackets::before {
    content: "「";
}
h2 p .brackets::after {
    content: "」";
}
h2 p .brackets-txt {
    margin-top: 0.2em;

    letter-spacing: 0.4em;
}

@-webkit-keyframes h2_over {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes h2_over {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.title-wrap {
    position: relative;
    /* display: flex;
    flex-direction: column; */
}
.title-wrap .line-wrap {
    /* position: relative;
    flex: 1; */
    position: absolute;
    top: 30px;
    left: 20px;
}
.title-wrap .line-wrap.vertical {
    height: calc(100% - 30px);
}

.title-wrap .line-wrap.beside {
    position: absolute;
    top: 228px;
    left: 0;

    width: 22%;
}
.title-wrap .border-line {
    position: absolute;

    width: 1px;

/* margin-left: 22px; */
    padding-left: 0;

    background: #1E1E1E;
}

.title-wrap .line-wrap.vertical .border-line {
    height: 100%;
}

/* .title-wrap .border-line::after {
    position: absolute;
    bottom: 0;
    left: -6px;

    width: 13.22px;
    height: 26.43px;

    content: "";

    background-image: url(../common/images/icn-rhombus.svg);
    background-repeat: no-repeat;
    background-size: contain;
} */
.title-wrap .border-line .diamond {
    position: absolute;
    z-index: 1;
    bottom: 6px;
    left: -7px;

    display: block;

    width: 13.22px;
    height: 13.22px;

    content: "";
    transform: rotate(45deg) skew(20deg, 20deg);

    border: 1px solid #1E1E1E;
}
.title-wrap .border-line .diamond-bg {
    position: absolute;
    z-index: 0;
    bottom: -1px;
    left: -6px;

    display: block;

    transform: rotate(0deg);

/* border-top: 14px solid #4682b4; */

    border-top: 14px solid #FFFFFF;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.title-wrap .border-line .diamond-bg.beige {
    border-top: 14px solid #FCF8F0;
}

h3 {
    padding-top: 42px;

    text-align: center;
    letter-spacing: 0;

    font-size: 35px;
    font-size: clamp(2rem, 2.5vw, 3.5rem);
    line-height: 1.7;
}

h3.ttl_icn {
    font-family: "游明朝 ミディアム", "YuMincho Medium", YuMincho, "Yu Mincho", serif;
    font-weight: 500;
}
@media print, screen and (max-width: 768px) {
    h2 {
        letter-spacing: 0.04em;

        font-size: 22px;
    }
    h2.tb-rl {
        font-size: 6.4vw;
        line-height: 1;
    }
    h2 p {
        padding-bottom: 14.5px;
    }
    h2 span.en {
        font-size: 3.7vw;
    }
    h2.tb-rl span.en {
        padding-left: 3vw;
    }

    .title-wrap {
        width: 11.5vw;
    }
    .title-wrap .line-wrap {
        left: 11px;
    }
    .title-wrap .line-wrap.beside {
        position: absolute;
        top: 228px;
        left: 0;

        width: 22%;
    }
    .title-wrap .border-line {
        position: absolute;

        width: 1px;
        margin-left: 30%;
        padding-left: 0;

        background: #1E1E1E;
    }
    .title-wrap .beside .border-line {
        width: 460%;
    }

    .title-wrap .border-line .diamond {
        bottom: 4px;
        left: -5px;

        width: 9px;
        height: 9px;
    }
    .title-wrap .border-line .diamond-bg {
        bottom: 0px;
        left: -3px;

        border-top: 9px solid #FFFFFF;
        border-right: 3px solid transparent;
        border-left: 4px solid transparent;
    }
    .title-wrap .border-line .diamond-bg.beige {
        border-top: 9px solid #FCF8F0;
    }

    h3 {
        padding-top: 42px;

        text-align: center;
        letter-spacing: 0;

        font-size: 35px;
        line-height: 1.7;
    }

    h3.ttl_icn {
        font-family: "游明朝 ミディアム", "YuMincho Medium", YuMincho, "Yu Mincho", serif;
        font-weight: 500;
    }
}

/* mv
========================================================================== */
.mv-wrap {
    position: relative;

    height: calc(100svh - 80px);

    background-color: #000000;
}
.mv-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);

    object-fit: cover;
    object-position: bottom;
}
.mv-wrap .lead {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 232px;
    height: 100%;
    padding-top: 7.2svh;

    text-align: right;
    letter-spacing: 1.4svh;

    color: #FFFFFF;

    font-family: "游明朝 ミディアム", "YuMincho Medium", YuMincho, "Yu Mincho", serif;
    font-size: 3.51svh;
    line-height: 2;
}
.mv-wrap .lead p {
    height: 66svh;
}
.mv-wrap .lead p span {
    display: block;

    text-align: left;
}
.mv-wrap .lead p span:last-of-type {
    text-align: right;
}
@media only screen and (max-width: 1366px) {
    .mv-wrap .lead {
                text-shadow: -1px -1px 10px #000000, 1px -1px 10px #000000;

        font-size: 27px;

           -moz-text-shadow: -1px -1px 10px #000000, 1px -1px 10px #000000;
        -webkit-text-shadow: -1px -1px 10px #000000, 1px -1px 10px #000000;
    }
    .mv-wrap .prof {
        bottom: 29px;

        font-size: 19px;
    }
    .mv-wrap .prof-1 {
        left: 311px;
    }

    .mv-wrap .prof-2 {
        right: 262px;
    }
}
@media print, screen and (max-width: 768px) {
    .mv-wrap .lead {
        top: 4.8vw;
        right: 5.3vw;

        width: 13.3vw;

        font-size: 16px;
    }
    .mv-wrap .lead p {
        height: 54.18svh;
    }
    .mv-wrap .lead span {
        display: none;
    }

    .mv-wrap .prof {
        bottom: 3.2vw;

        font-size: 13px;
    }
    .mv-wrap .prof-1 {
        left: 11.46vw;
    }

    .mv-wrap .prof-2 {
        right: 3.5vw;
    }

    .swiper-container .pager-box {
        margin-top: 2.6vw;
    }

    .swiper-container .pager-box .swiper-pagination .swiper-pagination-bullet {
        margin: 0 7px;
    }
}

/* about
========================================================================== */
.about-wrap {
    color: #FFFFFF;
    background: #000000;
    overflow: hidden;
}

.about-wrap .inner {
    position: relative;

    display: flex;
    justify-content: space-between;
}

.about-wrap .title-wrap {
    margin-bottom: 52px;
}
.about-wrap .title-wrap h2 {
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 1.75vw, 2.4rem);
}
.about-con {
    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    width: 88.14%;

/* max-width: 1204px; */
    margin: 0 0 0 auto;
    padding: 8.5% 0 8.7%;
}

.about-txt-wrap {
    width: 42.5%;
    margin-right: 4.2%;
}
.about-con .about-txt {
    letter-spacing: 0.01em;

    font-size: 1.7rem;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
    line-height: 2;
}

.about-photo01 {
    width: 53.2%;
    /* max-width: 641px; */
}

.about-con .rice_master {
    position: absolute;
    right: 4.5vw;
    right: auto;
    bottom: -2.2%;
    left: 92%;

    letter-spacing: 0.4em;

    font-size: 17px;
    font-size: 1.2vw;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
}
.about-con .rice_master span {
    position: relative;
    top: -1.5rem;
    right: -2.4rem;

    display: inline-block;

    height: 3.7vw;
    margin: 0;
    padding: 0;

    transform: rotate(65deg);
    transform-origin: 0% 0%;

    border: 0;
    border-right: 1px solid #FFFFFF;
}
@media only screen and (max-width: 1366px) {
    .about-con .rice_master {
        font-size: 17px;
    }

    .about-con .rice_master span {
        height: 51px;
    }
}

.about-photo02 {
    width: 77.8%;
}
@media print, screen and (max-width: 768px) {
    .about-wrap .title-wrap {
        width: 100%;
        margin-top: 5.3vw;
        margin-bottom: 9.8vw;
    }
    .about-wrap .title-wrap h2 {
        font-size: 5.3vw;
    }
    .about-wrap .title-wrap h2 p {
        padding-bottom: 0;

        letter-spacing: 0.05em;
    }
    .about-con {
        flex-direction: column;

        width: 94.6vw;
        padding: 32vw 0 8.7%;
    }

    .about-txt-wrap {
        order: 2;

        width: 81.6vw;
        margin: 0 4vw;
    }
    .about-con p.about-txt {
        font-size: 3.7vw;
    }

    .about-photo01 {
        order: 1;

        width: 100%;
    }

    .about-con .rice_master {
        top: 42.6vw;
        right: 5.3vw;
        right: auto;
        bottom: auto;
        left: 84vw;

        font-size: 3.7vw;
        z-index: 1;
    }
    .about-con .rice_master span {
        position: relative;
        top: -1.5rem;
        right: -2.4rem;

        height: 11.2vw;
    }

    .about-photo02 {
        width: 90.9vw;
    }
}

/* restaurant
========================================================================== */
.restaurant-wrap {
    padding: 0;

    color: #FFFFFF;
    background-color: #000000;
}

.restaurant-wrap .inner {
    width: 100%;
}

.restaurant-wrap .title-wrap {
    width: 80.9%;
    margin: 0 auto 3.6%;
}

.restaurant-con {
    display: flex;
    justify-content: space-between;
}
.restaurant-item {
    position: relative;

    padding: 1.0% 0 3.2%;

    text-align: center;
}
.restaurant-item.gion {
    background-color: #891502;
}
.restaurant-item.ginza {
    background-color: #1C3904;
}
.restaurant-item.omoya {
    background-color: #501372;
}


.restaurant-item h5 {
    padding: 0 0 2%;

    font-size: 2.4rem;
    font-size: clamp(1.6rem, 1.75vw, 2.4rem);
}
.restaurant-thumbnail {
    width: 91.2%;
}
.restaurant-detail {
    width: 280px;
    margin: 0 auto;
}
.restaurant-detail .name {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;

    height: 112px;
    margin: 8.9% 0 0;
}
.restaurant-detail .name p {
    font-size: 1.8rem;
    font-size: clamp(1.3rem, 1.31vw, 1.8rem);
}
.restaurant-detail .name img {
    margin: auto;
}
.gion .restaurant-detail .name img {
    width: 81.0%;
}
.ginza .restaurant-detail .name img {
    width: 81.4%;
}

.restaurant-detail .btn {
    margin:11.4% 0 0;
}
.restaurant-detail .btn-s.no-link .line {
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
    transition: color 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    color:#501372;
    border: 1px solid #FFF;
    background-color: #FFF;
}
.restaurant-detail .btn-s.no-link .line .line-inner {
    border-right-color: #501372;
    border-left-color: #501372;
}
.restaurant-detail .btn-s.no-link::after, .restaurant-detail .btn-s.no-link::before {
    display: none;
}
@media print, screen and (max-width: 768px) {
    .restaurant-wrap .title-wrap {
        width: 81.6vw;
    }

    .restaurant-con {
        flex-direction: column;
    }
    .restaurant-item {
        padding: 8vw 0 9.8vw;

        text-align: center;
    }

    .restaurant-item h5 {
        position: absolute;
        top: 8vw;
        right: 3.2vw;

        padding: 0;

        letter-spacing: 0.5em;
            -ms-writing-mode: tb-rl;

        font-size: 4.8vw;

        -webkit-writing-mode: vertical-rl;
                writing-mode: vertical-rl;
                text-orientation: upright;
    }
    .restaurant-thumbnail {
        width: 87.4vw;
    }
    .restaurant-detail {
        width: 74.6vw;
    }
    .restaurant-detail .name {
        height: 22.9vw;
        margin: 4.8vw 0 0;
    }
    .restaurant-detail .name p {
        font-size: 3.7vw;
    }
    .gion .restaurant-detail .name img {
        width: 48.2vw;
    }
    .ginza .restaurant-detail .name img {
        width: 48.5vw;
    }
    .omoya .restaurant-detail .name img {
        width: 57vw;
    }


    .restaurant-detail .btn {
        margin: 6.4vw 0 0;
    }
}
