.fv,
.commitment {
    position: relative;
    min-height: 600px;
    /*height: calc(100vh - 90px);*/
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}


/* fv */

.fv .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: #000;*/
    background-image: url(/img/fv-80.jpg);
    background-position: center;
    background-size: cover;
    /* margin: auto; */
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.fv-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv_logo {
    width: 200px;
}

.fv video {
    min-width: 100%;
    min-height: 100vh;
    position: absolute;
}

/* news */

section.news {
    padding: 50px 20px;
}

.news .sec-title,
.series .sec-title {
    width: 100%;
    margin: 30px auto;
    max-width: 750px;
}

#gallery .sec-title {
    max-width: 750px;
    margin: 30px auto;
}

.news-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-block {
    max-width: 400px;
    width: 30%;
    box-sizing: border-box;
    padding: 20px 3%;
    border-right: 1px solid #000;
}

.news-block:first-child {
    border-left: 1px solid #000;
}

.news-block .box-img {
    max-width: 165px;
    font-size: 14px;
}

.news-block .box-title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}



/* commitment */

.commitment {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000;
    top: -30px;
    height: 100%;
}

.commitment>h3 {
    font-size: 32px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}

.commitment>h3>.small {
    font-size: .5em;
}

.com-wrap.com-main {
    margin-bottom: 100px;
}

.com-desctiption {
    position: relative;
    color: #fff;
}

section.commitment .bg {
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    top: 0;
    left: -50px;
    background-image: url(/img/20211013/2x/bg_commitment_pc_v2.png);
    background-size: cover;
}

.com-wrap {
    position: relative;
    color: #fff;
    margin: 30px 20px 20px 20px;
    max-width: 725px;
    font-size: 14px;
}

.commitment .sec-title {
    width: 65px;
    margin: 1px 10%;
}

section.commitment h2 {
    font-size: 22px;
    margin: 0 17%;
    font-weight: normal;
}

.com-txt {
    line-height: 3.4;
    /*font-weight: bold;*/
}

.com-txt>p>span>span,
.commitment h2>span>span {
    opacity: 0;
    transition: .6s;
}

.com-description {
    position: relative;
    color: #fff;
}



/* message */

section.message,
section.menu,
section.movie,
section.access {
    padding: 50px 0 0;
}

section.message .sec-title,
section.menu .sec-title,
section.movie .sec-title,
section.access .sec-title {
    max-width: 700px;
    margin: 0px auto;
    width: 50%;
}

.mes-block,
.mov-block,
.acc-block {
    background-image: url(/img/news-thum);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    padding: 10% 0;
    position: relative;
}

.mes-block {
    background-image: unset;
    background-color: rgb(0 0 0 / 46%);
}

.acc-block {
    background-image: url(/img/20211013/unamasa_bg4.jpg);
    justify-content: flex-start;
    padding-left: 8%;
}

section.message .bg,
section.movie .bg,
section.access .bg,
section.series .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
    mix-blend-mode: multiply;
}

section.access .bg {
    background: url(/img/pc/bg_access.png);
    background-size: cover;
    background-repeat: repeat;
}

section.message .bg {
    background-image: url(/img/20211013/unamasa_bg4.jpg);
    background-size: cover;
}

.message h2,
.movie h2,
.access h2 {
    font-size: 36px;
    width: 100%;
    position: relative;
    margin: auto;
    letter-spacing: 2px;
    font-weight: normal;
}

.access h2 {
    margin: 0;
}


.mes-txt,
.mov-txt,
.acc-txt {
    position: relative;
    margin: 35px auto;
    width: 100%;
    line-height: 2.4;
    letter-spacing: 1.5px;
}

.mes-txt {
    text-shadow: 1px 1px 10px #000;
}

.acc-txt {
    margin: 35px auto;
    max-width: unset;

}

.mes-txt>div {
    text-align: right;
    padding-top: 30px;
}

.mes-txt>div>img {
    max-width: 120px;
}




/* shop info */

section.shop-info {
    padding: 50px 20px;
}

section.shop-info h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 4px;
    margin: 50px;
    font-weight: normal;
}

table.info-table {
    max-width: 1000px;
    margin: 30px auto;
    width: 100%;
    border-collapse: collapse;
}

table.info-table th,
table.info-table td {
    padding: 38px;
    height: 118px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

table.info-table th {
    white-space: nowrap;
}

table.info-table td>span {
    font-size: 11px;
}

table.info-table th {
    text-align-last: justify;
    font-weight: normal;
}

a.btn.yoyaku-btn {
    position: relative;
    max-width: 500px;
    margin: 75px auto 45px auto;
    padding: 30px;
    font-weight: normal;
    font-size: 22px;
    border: 2px solid #000;
}

img.yoyaku-arrow {
    width: 40px;
    position: absolute;
    right: 20px;
}

a.btn.yoyaku-btn:after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: url(/img/pc/anwin_black.png);
    background-size: cover;
    width: 10px;
    height: 10px;
    display: block;
}

.tel {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 40px 0 75px 0;
}


/* series */

section.series {
    position: relative;
    padding: 50px 0 100px;
}

section.series .bg {
    background-image: url(/img/pc/bg_series_pc_v2.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.sec-title {
    position: relative;
}

.ser-wrap {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.ser-block {
    width: 100%;
    /* max-width: 350px; */
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.series .block-img {
    max-width: 390px;
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}

.ser-block.hanamasa>.block-img {
    background-image: url(/img/series-thum1);
}

.ser-block.turuya>.block-img {
    background-image: url(/img/20211013/tsuruya.jpg);
}

.ser-block.misato>.block-img {
    background-image: url(/img/series-thum3);
}

.ser-block.laxanadu>.block-img {
    background-image: url(/img/20211013/1x/laxanadu.png);
}

.ser-block.arare>.block-img {
    background-image: url(/img/20211013/1x/arare.png);
}

.series .block-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.series .block-content {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
}

.series .block-content>p:nth-child(2) {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
}

/* banner */
a.banner-logo {
    width: 66%;
    max-width: 850px;
    display: block;
    margin: 8% auto;
}

/* menu */

.menu-title {
    width: 20%;
    margin: auto;
    margin-bottom: -4%;
    position: relative;
    z-index: 100;
}
.text-reminder p {
    text-align: center;
    font-size: 16px;
}
.menu-slider {
    margin: 75px 0;
}

.swiper-button-next,
.swiper-button-prev {
    top: 35%;
    width: 50px;
    height: 160px;
    background-color: rgba(0, 0, 0, .8);
    margin-top: -22px;
    background-size: 15px 28px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 24%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 24%;
}

.swiper-slide {
    background: #000;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.gozen .swiper-slide {
    background: #291c22;
}

.skewers .swiper-slide {
    background: #33432a;
}

.gemdis .swiper-slide {
    background: #af4727;
}

.course-menu .swiper-slide {
    background: #861116;
}

.slide-content {
    padding: 20px;
    min-height: 85px;
    text-align: center;
}

.course-menu .slide-content,
.drink .slide-content {
    padding: 10px;
    text-align: center;
}

.slide-title {
    font-size: 20px;
    padding: 0 0 10px;
}

.course-menu .slide-title,
.drink .slide-title {
    border-bottom: 1px solid #fff;
}

p.slide-detail {
    padding: 10px 0;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .text-reminder p {
        font-size: 14px;
    }
}

/* modal */
.modal {
    display: none;
    position: fixed;
    width: 80%;
    /* max-width: 830px; */
    min-width: 300px;
    max-height: 470px;
    background-color: #000;
    top: 0;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    box-shadow: 1px 1px 4px 2px #3a3a3a;
    aspect-ratio: 16/9;
}

.modal2 {
    display: none;
    position: fixed;
    width: 80%;
    max-width: 900px;
    min-width: 300px;
    max-height: 600px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    box-shadow: 1px 1px 4px 2px #3a3a3a;
    aspect-ratio: 16/9;
}

.modal.active {
    display: block;
}

.mdl-img {
    width: 100%;
    padding: 30px 50px;
    margin: auto;
    max-width: 900px;
}

.mdl-content {
    color: #fff;
    text-align: center;
    padding: 0 50px;
}

p.mdl-title {
    font-size: 24px;
    padding: 5px;
}

p.mdl-detail {
    padding: 10px;
    border-top: 1px solid #565656;
}


.modal .next,
.modal .prev {
    position: absolute;
    width: 45px;
    height: 125px;
    background: rgb(255 255 255 / 63%);
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.modal .next {
    right: -22px;
}

.modal .prev {
    left: -22px;
}

.next:after,
.prev:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.next:after {
    transform: rotate(45deg);
}

.prev:after {
    transform: rotate(225deg);
}

.modal-close {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.modal-close:before,
.modal-close:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.modal-close:after {
    transform: rotate(-45deg);
    margin-top: -2px;
}

.modal-close:before {
    transform: rotate(45deg);
}

.mdl-thumnails {
    display: flex;
    flex-wrap: wrap;
    max-width: 75%;
    margin: auto;
    max-height: 180px;
    overflow-y: auto;
}

.mdl-thum {
    width: 19%;
    margin: 0.5%;
    cursor: pointer;
}

.mdl-thum>img {
    display: block;
    width: 100%;
}

.mdl-gallery-img {
    width: 75%;
    margin: 20px auto;
}


section.banner-area>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 800px;
    width: 50%;
}

section.banner-area a {
    margin: 15px 0;
}


@media screen and (min-width:1120px) {

    header nav ul li {
        font-size: 15px !important;
        margin: 0 10px !important;
    }

    a.btn.header-btn {
        font-size: 15px !important;
    }
}

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

    .news-wrap {
        flex-wrap: wrap;
    }

    .news-block {
        width: 100%;
        border: none;
        display: flex;
    }

    .news-block .box-img {
        margin: auto 15px auto 0;
        max-width: 110px;
    }

    .mes-txt>div {
        text-align: center;
    }

    .news .sec-title,
    .series .sec-title {
        margin: 0px auto 20px;
    }

    .news-block:first-child {
        border-left: none;
    }

    .news .sec-title,
    .series .sec-title {
        width: 60%;
        margin: 15px auto 40px;
        max-width: 800px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .news .sec-title>img,
    .series .sec-title>img {
        width: 125%;
    }

    .news-block .box-title {
        margin-top: 0;
    }

    section.commitment {
        height: auto;
        padding: 40px 20px 30px;
        font-size: 12px;
        text-align: center;
    }

    .com-wrap {
        margin: 15px 0;
    }

    .news-block {
        padding: 10px 0;
        border-bottom: 1px solid #000;
    }

    .commitment .sec-title {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }

    .commitment>h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .com-wrap>p {
        text-align: left;
    }

    .com-txt {
        line-height: 2;
        text-align: center;
        font-size: 14px;
    }

    .mes-txt,
    .mov-txt,
    .acc-txt {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.7;
    }

    section.commitment h2 {
        font-size: 22px;
        margin: 25px;
        text-align: center;
    }

    section.banner-area>div {
        width: 90%;
    }

    section.commitment .bg {
        background-position: 25% 0px;
        background-image: url(/img/20211013/2x/bg_commitment_sp_v2.png);
    }

    section.message .sec-title,
    section.menu .sec-title,
    section.movie .sec-title,
    section.access .sec-title {
        margin: 25px auto 60px;
        width: 70%;
    }

    .message h2,
    .movie h2,
    .access h2 {
        font-size: 22px;
        text-align: center;
    }

    .mes-block,
    .mov-block,
    .acc-block {
        padding: 30px 30px 10px;
    }

    a.btn.yoyaku-btn {
        padding: 25px 0;
        font-size: 18px;
    }

    .reserve-tel-btn {
        color: #fff;
        background: #000;
        font-size: 18px;
        padding: 25px 0;
    }

    img.yoyaku-arrow {
        width: 35px;
        right: 10px;
    }

    .acc-txt br {
        display: none;
    }

    .series .block-content {
        position: relative;
    }

    .block-content:after {
        content: "";
        position: absolute;
        width: 15%;
        height: 115%;
        right: -8%;
        top: -7%;
        background: #fff;
        transform: rotate(8deg);
    }

    .series .block-title {
        font-size: 14px;
        border-bottom: 1px solid #000;
    }

    .series .block-content>p:nth-child(2) {
        font-size: 12px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 5%;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 5%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 20%;
    }

    .menu-title {
        width: 50%;
    }

    .menu-slider {
        margin: 50px 0;
    }

    .map>iframe {
        height: 250px;
    }

    .ser-wrap {
        flex-wrap: wrap;
        max-width: 500px;
    }

    .ser-block {
        width: 100%;
        overflow: hidden;
        max-width: unset;
        flex-wrap: unset;
    }

    span.ser-tel {
        display: block;
    }

    .series .block-img {
        height: 125px;
        width: 70%;
        /* order: 2; */
    }

    section.shop-info h2 {
        font-size: 24px;
        margin: 0;
    }

    table.info-table th,
    table.info-table td {
        padding: 10px 10px;
        height: 100px;
        width: 30px;
        font-size: 12px;
    }

    table.info-table td {
        width: 80%;
    }

    a.banner-logo {
        width: 90%;
    }

    .modal {
        max-height: 400px;
        width: 93%;
    }

    .modal.gallery {
        width: 90%;
        max-height: 400px;
        max-width: 640px;
    }

    .mdl-thumnails {
        display: none;
    }

    .modal .next,
    .modal .prev {
        width: 30px;
        height: 75px;
    }

    .modal .next {
        right: -15px;
    }

    .modal .prev {
        left: -15px;
    }

    .gal-wrap {
        height: 100%;
        display: flex;
    }

    .mdl-gallery-img {
        width: 80%;
        margin: auto;
        display: block;
    }

    .commitment>h3 {
        font-size: 18px;
        margin-top: 50px;
    }

    .com-wrap.com-main {
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 450px) {

    .modal.gallery {
        width: 90%;
        max-width: 430px;
        max-height: 400px;
        height: 40%;
    }
    .modal {
        aspect-ratio: unset;
    }
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9),
(min-aspect-ratio: 16/9) {
    video {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
    video {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Firefox */
@-moz-document url-prefix() {
    .modal {
        top: 0;
    }
}



/* ------- 10/21以降調整 -------- */
.box-content p {
    line-height: 1.2;
    margin-top: 10px;
}

.add-small {
    font-size: 40%;
    letter-spacing: 0.2em;
}

.com-description {
    margin-top: 30px;
    font-size: 15px;
}

.com-wrap-title {
    font-size: 19px;
    margin-bottom: 10px;
    text-indent: -0.3em;
}

.gold {
    color: #bea86b;
    font-weight: normal;
}

.mb50 {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .hamburger {
        background: #000 !important;
        color: #FFF !important;
        opacity: 0.7;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #FFF !important;
    }

    .front-page.active .hamburger-box:after {
        color: #FFF !important;
    }

    header .hamburger-nav .rsv-btn {
        margin-top: 0 !important;
    }

    .mes-adjust {
        margin-top: 15px;
    }

    .com-description {
        margin-top: 0;
        font-size: 12px;
    }

    .com-wrap-title {
        font-size: 16px;
        margin-top: 20px;
    }

    .mb50 {
        margin-bottom: 30px;
    }

    .swiper-button-next {
        top: 26%;
        width: 35px;
        height: 140px;
    }

    .swiper-button-prev {
        top: 26%;
        width: 35px;
        height: 140px;
    }

    .mdl-img {
        padding-bottom: 0;
        padding: 35px 25px;
    }

    .menu-title {
        margin-bottom: -10%;
    }

    .mt0 {
        margin-top: 0 !important;
    }

    .message h2,
    .movie h2,
    .access h2 {
        font-size: 21px;
        margin-top: 26px;
    }

    a.btn.yoyaku-btn {
        margin-bottom: 0px;
    }

    .tel {
        margin-top: 20px;
    }

    .series .sec-title {
        width: 100%;
    }

    .series .sec-title>img {
        width: 100%;
    }

    #gallery .sec-title {
        margin-top: 0;
    }

    .store-bnr-adjust {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .news .sec-title>img {
        width: 150%;
    }

    section.message {
        padding-top: 0;
    }

    section.message .sec-title {
        width: 90%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    section.menu {
        padding-top: 0;
    }

    section.menu .sec-title {
        width: 90%;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .menu-slider {
        margin-top: 30px;
    }

    section.movie .sec-title, section.access .sec-title {
        width: 90%;
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.foot-nav .list-line:before {
    display: none;
}