@charset "UTF-8";

/* mv */
.main-visual {
    height: 30vw;
    position: relative;
    background: url(../images/mv-commit.png) no-repeat center / cover;
}

.main-visual h2 {
    font-size: 4vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-shadow: 1px 1px 6px #000;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* commit */
.commit{
    background: url(../images/bg-sub-commit.png) no-repeat center top / cover;
    padding: 7vw 0;
}

.commit > h2{
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: max(2.5vw,3rem);
    width: 120rem;
    max-width: 90%;
    margin: 0 auto 3vw;
}

.commit > h3{
    font-size: max(1.2vw,1.8rem);
    width: 120rem;
    max-width: 90%;
    margin: 0 auto 1vw;
}

.commit > p{
    width: 100rem;
    max-width: 90%;
    font-size: max(1vw,1.5rem);
    margin: 0 auto 3vw;
    line-height: 1.5;
}

/* commit01 */
.commit01 {
    display: flex;
    height: 40vw;
    margin: 0 0 8vw;
}

.commit-l {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 2vw 0;
    position: relative;
}

.commit-l img:nth-of-type(1) {
    width: 30vw;
    position: absolute;
    top: 19.8vw;
    right: 0;
}

.commit-l img:nth-of-type(2) {
    width: 30vw;
    position: absolute;
    top: 2vw;
    left: 0;
}

.commit-r {
    display: flex;
    flex-direction: row-reverse;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 3vw 10vw 0 0;
    width: 50%;
}

.commit-r h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 4vw;
    position: relative;
    z-index: 1;
}

.commit-r h2::after {
    position: absolute;
    content: "";
    background: url(../images/bg-commit-title.png) no-repeat;
    width: 17vw;
    height: 17vw;
    background-size: 17vw;
    top: -1vw;
    left: -6.1vw;
    z-index: -1;
}

.commit-r p:nth-of-type(1) {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5vw;
    line-height: 1.5;
    height: 28vw;
    margin: 0 10vw 0 0;
    padding: 3vw 0 0 0;
    position: relative;
}

.commit-r p:nth-of-type(1)::after {
    position: absolute;
    content: "";
    background: url(../images/bg-commit-text.png) no-repeat;
    width: 1vw;
    height: 1vw;
    background-size: 1vw;
    top: 1vw;
    right: 0.6vw;
}

.commit-r p:nth-of-type(2) {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5vw;
    line-height: 1.5;
    height: 28vw;
    margin: 0 3vw 0 0;
    padding: 3vw 0 0 0;
    position: relative;
}

.commit-r p:nth-of-type(2)::after {
    position: absolute;
    content: "";
    background: url(../images/bg-commit-text.png) no-repeat;
    width: 1vw;
    height: 1vw;
    background-size: 1vw;
    top: 1vw;
    right: 0.6vw;
}

/* lunch */
.lunch-list{
    display: flex;
    width: 120rem;
    max-width: 90%;
    margin: 0 auto 8vw;
    justify-content: space-between;
}

.lunch-list li{
    width: 48%;
}

.lunch-list li h3{
    font-size: max(1.2vw,1.8rem);
    margin: 0 0 1vw;
    line-height: 1.5;
}

.lunch-list li p{
    font-size: max(1vw,1.5rem);
    padding: 0 0 0 1vw;
}

.lunch-list li img{
    width: 100%;
}

/* find */
.find-list{
    width: 110rem;
    max-width: 90%;
    margin: 0 auto 3vw;
    font-size: max(1vw,1.5rem);
    display: flex;
    flex-wrap: wrap;
}

.find-list dt{
    width: 25%;
    line-height: 2;
}

.find-list dd{
    width: 75%;
    line-height: 2;
}

/* dinner */
.dinner-list{
    display: flex;
    width: 120rem;
    max-width: 90%;
    margin: 0 auto 8vw;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2vw;
}

.dinner-list li{
    width: 48%;
}

.dinner-list li img{
    width: 100%;
}

@media screen and (max-width:968px) {
    /* mv */
    .main-visual {
        height: 65vw;
        position: relative;
        background: url(../images/mv-commit-sp.png) no-repeat center / cover;
    }

    .main-visual h2 {
        white-space: nowrap;
        font-size: 4rem;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        text-shadow: 1px 1px 6px #000;
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    /* commit */
    .commit{
        background: url(../images/bg-sub-commit.png) no-repeat center top / cover;
        padding: 7vw 0;
    }

    .commit > h2{
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 3rem;
        width: 120rem;
        max-width: 90%;
        margin: 0 auto 2rem;
    }

    .commit > h3{
        font-size: 2rem;
        width: 120rem;
        max-width: 90%;
        margin: 0 auto 1vw;
    }

    .commit > p{
        width: 100rem;
        max-width: 90%;
        font-size: 1.6rem;
        margin: 0 auto 3rem;
        line-height: 1.5;
    }

    /* commit01 */
    .commit01 {
        background: url(../images/bg-commit.png) no-repeat center / cover;
        display: flex;
        height: 130rem;
        flex-direction: column-reverse;
        margin: 0 0 5rem;
    }

    .commit-l {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        position: relative;
        height: 50rem;
    }

    .commit-l img:nth-of-type(1) {
        width: 35rem;
        position: unset;
        top: 0;
        right: unset;
        margin: auto;
    }

    .commit-l img:nth-of-type(2) {
        width: 35rem;
        position: unset;
        top: 22rem;
        left: 0;
        margin: auto;
    }

    .commit-r {
        display: unset;
        flex-direction: column;
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 5rem 0;
        width: 100%;
        position: relative;
        height: 80rem;
    }

    .commit-r h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 6rem;
        position: absolute;
        z-index: 1;
        width: 6rem;
        top: 10rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .commit-r h2::after {
        position: absolute;
        content: "";
        background: url(../images/bg-commit-title.png) no-repeat;
        width: 25rem;
        height: 25rem;
        background-size: 25rem;
        top: -3rem;
        left: -9.5rem;
        z-index: -1;
    }

    .commit-r p:nth-of-type(1) {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 2.5rem;
        line-height: 1.5;
        height: 45rem;
        margin: 0;
        padding: 3rem 0 0 2rem;
        position: absolute;
        top: 35rem;
        right: 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .commit-r p:nth-of-type(1)::after {
        display: none;
    }

    .commit-r p:nth-of-type(2) {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 2.5rem;
        line-height: 1.5;
        height: 45rem;
        margin: 0;
        padding: 3rem 2rem 0 0;
        position: absolute;
        top: 35rem;
        left: 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .commit-r p:nth-of-type(2)::after {
        display:none;
    }

    /* lunch */
    .lunch-list{
        display: flex;
        width: 120rem;
        max-width: 90%;
        margin: 0 auto 8rem;
        justify-content: space-between;
        flex-direction: column;
        gap: 2rem;
    }

    .lunch-list li{
        width: 100%;
    }

    .lunch-list li h3{
        font-size: 2rem;
        margin: 0 0 2rem;
        line-height: 1.5;
    }

    .lunch-list li p{
        font-size: 1.6rem;
        padding: 0 0 0 1rem;
    }

    .lunch-list li img{
        width: 100%;
    }

    /* find */
    .find-list{
        width: 110rem;
        max-width: 90%;
        margin: 0 auto 3vw;
        font-size: 1.6rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .find-list dt{
        width: 100%;
        line-height: 2;
    }

    .find-list dd{
        width: 100%;
        line-height: 2;
        padding: 0 0 0 2rem;
    }

    /* dinner */
    .dinner-list{
        display: flex;
        width: 120rem;
        max-width: 90%;
        margin: 0 auto 8vw;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 2rem;
        flex-direction: column;
    }

    .dinner-list li{
        width: 100%;
    }

    .dinner-list li img{
        width: 100%;
    }
}