:root {
    /* TOP＞スライダー */
    --duration-per-image: 5s;
}
html {
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    touch-action: manipulation;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

body {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #333;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/common/bg.webp) repeat;
}

*,
::after,
::before {
    box-sizing: inherit
}

.contents__wrapper {
    max-width: 1140px;
    width: calc(100% - 40px);
    margin: 0 auto;
    box-sizing: border-box
}

.offs .effect,
.offs.effect,
.offs .effect-auto,
.offs.effect-auto {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
}
.ons .effect,
.ons.effect,
.ons .effect-auto,
.ons.effect-auto {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease；;
}

.zen-old-mincho-bold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}

.fc-main {
    color: #002958
}
.fc-white {
    color: #fff
}
.fc-black {
    color: #333
}
.bg-main {
    background-color: #002958
}
.bg-white {
    background-color: #fff;
}
.txt-bold {
    font-weight: 600;
}
.txt70 {
    font-size: 7rem
}
.txt50 {
    font-size: 5rem
}
.txt32 {
    font-size: 3.2rem
}
.txt26 {
    font-size: 2.6rem
}
.txt24 {
    font-size: 2.4rem
}
.txt18 {
    font-size: 1.8rem
}
.txt16 {
    font-size: 1.6rem
}
.txt14 {
    font-size: 1.4rem
}
.rd8 {
    border-radius: 8px;
}
.rd5 {
    border-radius: 5px;
}
.txt-left {
    text-align: left;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section {
    position: relative;
    width: 100%;
    background-size: 200px 200px;
    background-repeat: repeat;
    background-position: center
}

.main__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.main__heading {
    padding: 0 0 12px 10px;
    border-bottom: 3px #002958 solid;
    color: #002958;
    margin-top: 20px;
    margin-bottom: 40px;
}

h2,h3 {
    font-weight: 600;
}

section a {
    position: relative;
    overflow: hidden;
    display: block;
}
section a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
section a:hover img {
    transform: scale(1.1);
}

.common_btn {
    display: block;
    border-radius: 8px;
    transition: all 0.5s ease;
    background-color: #3392BE;
    border: 1px solid #3392BE;
    color: #fff;
    width: 320px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem
}
.common_btn:hover {
    background-color: #fff;
    border-color: #3392BE;
    color: #3392BE
}
.common_btn.common_btn_white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #002958;
}
.common_btn.common_btn_white:hover {
    background-color: #3392BE;
    border-color: #3392BE;
    color: #fff;
}
.common_btn.reserve {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem
}

.fixed {
    position: fixed;
    background-color: #F4161B;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10000;
}
.fixed a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.fixed img {
    margin: 5px auto 0;
    padding-left: 10px;
    max-width: 65px;
}

.limited {
    display: flex;
    align-items: center;
}
.limited dt {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    border-radius: 8px;
    margin-right: 20px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #002958
}
.limited dd {
    font-size: 2rem;
}

.limited-img img {
    margin: 20px auto;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 16px 0;
    z-index: 999
}

.header.scroll-on {
    background-color: #002958
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1340px;
    margin: 0 auto
}

.header__logo {
    display: block;
    align-items: center
}

.header__logo img {
    display: block;
    width: 100%;
    max-width: 169px;
    height: auto
}

.header__logo-sp {
    position: absolute;
    top: 40px;
    left: 20px
}

.shop_name {
    padding-top: 10px;
    font-size: 2.5rem;
    color: #fff;
    font-family: ta-engeifude, sans-serif;
    text-align: center;
    text-shadow: 2px 2px 2px #000
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 60px
}

.header__list {
    display: flex;
    justify-content: flex-end;
    gap: 40px
}

.header__item a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.8rem
}

.not-home .header__item a {
    color: #000;
    text-shadow: 1px 1px 1px #fff
}

.not-home .shop_name {
    color: #000;
    text-shadow: 2px 2px 2px #fff
}

.header__item a:hover {
    color: #E3E6E9
}

.menu__list {
    padding: 0;
    width: 95%;
    text-align: left;
    list-style: none
}

.header__item-hamburger {
    border-top: 1px solid #707070
}

.header__item-hamburger:last-child {
    border-bottom: 1px solid #707070
}

.header__item-hamburger {
    position: relative
}

.header__item-hamburger {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
    text-shadow: 1px 1px 1px #000
}

.header__item-hamburger::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 10px
}

.header__item-hamburger a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: 700
}

.no-scroll {
    overflow: hidden;
    height: 100vh
}

.hamburger {
    display: none;
    position: relative
}

.hamburger__menu {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #002958;
    cursor: pointer;
    z-index: 102
}

.hamburger__menu-line {
    width: 60%;
    height: 4px;
    background-color: #002958;
    transition: transform .3s ease
}

.hamburger__menu-line:first-of-type {
    transform: translateY(-2.5px)
}

.hamburger__menu-line:nth-of-type(2) {
    transform: translateY(2.5px)
}

.hamburger__menu.open .hamburger__menu-line:first-of-type {
    transform: translateY(2px) rotate(45deg)
}

.hamburger__menu.open .hamburger__menu-line:nth-of-type(2) {
    transform: translateY(-2px) rotate(-45deg)
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #002958;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    z-index: 100;
    pointer-events: none
}

.menu.open {
    transform: translateX(0);
    pointer-events: auto
}

.menu__item {
    margin: 20px 0
}

.menu__item a {
    color: #fff;
    font-size: 2rem;
    text-decoration: none
}

.mv {
    position: relative;
    height: 100vh;
    overflow: hidden;
    max-height: 1080px
}

.mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mv_img {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    animation-name: fade-switch;
    animation-duration: calc(var(--duration-per-image) * var(--total));
    animation-iteration-count: infinite;
    animation-delay: calc(var(--duration-per-image) * var(--i));
}

@keyframes fade-switch {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
    }
    calc(100% / var(--total) - 5%) {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    calc(100% / var(--total)) {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.kv_wrap {
    width: 100vw;
    height: 320px;
}
.kv_wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.breadcrumbs__inner {
    background-color: #D9D9D9;
    padding: 3px 0;
}
.breadcrumbs__inner ol {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: end;
}
.breadcrumbs__inner li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.25rem;
    font-size: 1.3rem;
    line-height: 1.4;
    content: "＞";
}
.breadcrumbs__inner span,
.breadcrumbs__inner a {
    font-size: 1.3rem;
    line-height: 1.4;
}


.about {
    padding: 120px 0 100px
}

.food__wrap {
    position: relative;
    padding: 180px 0
}

.food__wrap .flex {
    margin: 0 auto 95px;
    width: calc(100% - 40px);
    max-width: 1140px;
    align-items: start
}
.food__wrap .flex_img {
    width: 555px;
    position: relative;
    z-index: 10;
}
.food__wrap .flex_img img {
    position: relative;
    z-index: 15;
}
.food__wrap .flex_img::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 0;
    background-color: #E3E6E9;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.food__wrap .flex_txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 528px;
    min-height: 310px;
    height: 100%
}
.food__wrap .flex_txt .common_btn {
    margin: auto 0 0 auto;
    align-self: flex-start
}

.section.store__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../images/top/bg_search.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: -200px;
    padding: 100px 0
}
.section.store__wrap .common_btn {
    margin: 0 auto;
}

.store-info__title {
    text-align: center;
    margin-bottom: 40px
}

.wave-area {
    width: 100%;
    height: 400px;
    position: absolute;
    top: -340px;
    z-index: 10;
    padding-top: 200px;
	overflow:hidden;
}
.wave-area::before {
    content: '';
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 75%;
    height: 230px;
    transform: skewY(-5.5deg);
    background-color: #002958
}
.wave-area svg {
    transform: skewY(-5.7deg);
    transform-origin: left center;
}
.wave-area svg path {
    animation:wave linear 40s infinite
}
@keyframes wave {
	from {
		transform:translate(0);
	}
	to {
		transform:translate(-9000px);
	}
}

.about--blue {
    background-color: #002958
}

.about__content {
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1140px
}

.about__header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column
}

.about__frame {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0 5vw;
    z-index: 10
}

.about__text {
    font-size: 2.5rem;
    line-height: 1.6;
    text-align: center;
    color: #fff
}

.top_sashimi {
    position: absolute;
    top: -160px;
    right: 0;
    max-width: 594px;
    width: min(30.9375vw,594px);
    height: auto;
    z-index: 10
}

.top_sake {
    position: absolute;
    bottom: -160px;
    left: 0;
    max-width: 473px;
    width: min(24.63541666666667vw,473px);
    height: auto;
    z-index: 10
}

.instagram {
    position: relative;
    padding-top: 160px
}

.info__news {
    width: 100%;
    max-width: 720px;
    margin: 0 auto
}

.info__news-title {
    margin-bottom: 54px;
    font-size: 3.2rem;
    color: #000;
    text-align: center
}

.info__news-list {
    list-style: none;
    padding: 0;
    margin: 0 0 60px
}

.info__news-item:first-child {
    border-top: 1px solid #707070
}

.info__news-item {
    border-bottom: 1px solid #707070;
    padding: 28px 0
}

.info__news-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000
}

.info__news-item:hover.info__news-item a {
    color: #e30000
}

.info__news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.4rem
}

.info__news-date {
    color: #d51d0f;
    font-weight: 700
}

.info__news-category {
    color: #e30000
}

.info__news-text {
    max-width: 500px;
    font-size: 1.6rem;
    flex-grow: 1;
    margin-left: 20px
}

.info__news-arrow {
    position: relative;
    right: 20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    transition: all .3s
}

.info__news-arrow::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
    transform-origin: center;
    translate: 0 -50%
}

.info__news-item:hover .info__news-arrow {
    right: 0
}

.store-info__shopbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 100px
}

.footer {
    position: relative;
    background-color: #000;
    color: #fff;
    margin-top: 200px;
    text-align: center
}

.footer__inner {
    padding: 70px 0 60px;
    width: calc(100% - 40px);
    max-width: 1140px;
    margin: 0 auto
}

.footer__menu {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px
}
.footer__menu a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600
}

.footer__sns {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 50px;
}
.footer__sns a {
    display: block;
    width: fit-content;
}

.footer__logo {
    display: block;
    max-width: 120px;
    height: auto;
    margin: 0 auto 30px
}

.footer__copyright {
    font-size: 1.2rem;
    color: #fff;
    text-align: center
}

.shop__search {
    position: relative;
    margin: 0 auto;
    display: block
}

.shop__search-red {
    position: fixed;
    right: 0;
    bottom: 40%;
    padding: 10px 15px;
    width: auto;
    text-align: center;
    transition: all .3s ease-in-out;
    background-color: #d51d0f;
    margin: 0 auto;
    z-index: 11;
    writing-mode: vertical-rl;
    border: 2px solid #000
}

.shop__search-red p {
    max-width: 100vw;
    padding: 14px 0;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
}

#backToTop {
    display: none;
}

.top-button {
    position: fixed;
    bottom: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: #E3E6E9;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    z-index: 11
}

.top-button__arrow {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 16px;
    height: 16px;
    border-right: 4px solid #002958;
    border-bottom: 4px solid #002958;
    transform: rotate(-135deg)
}

.instagram_logo {
    max-width: 70px;
    margin: 0 auto
}

.sp-slash::after {
    content: "\\"
}

.sp-slash {
    display: inline-block
}

.yonmaru_content {
    margin: 70px 0 100px
}

.yonmaru_logo {
    width: 200px;
    margin: 0 auto 0
}

.yonmaru_head {
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: -.26em;
    padding: 42px 0 0;
    margin-bottom: 16px
}

.yonmaru_text {
    text-align: center;
    font-size: 1.6rem;
    margin-top: -.65em;
    margin-bottom: -.35em;
    letter-spacing: -.03em;
    padding-bottom: 36px;
    line-height: 2.5
}

@media screen and (max-width:1192px) {
    .header__list {
        display: none
    }

    .hamburger {
        display: block
    }
}


@media screen and (max-width:560px) {
    html {
        font-size: 43.75%;
    }

    .main__heading {
        padding: 0 0 5px 8px;
        border-bottom: 2px #002958 solid;
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .common_btn {
        width: 100%;
        height: 55px;
        line-height: 55px
    }

    .header.scroll-on {
        padding: 10px 0;
    }

    .fixed {
        width: 90px;
        height: 90px;
        bottom: 10px;
        right: 10px;
    }
    .fixed a {
        font-size: 1.4rem;
    }
    .fixed img {
        max-width: 30px;
        padding-left: 5px;
    }

    .mv {
        height: auto;
        min-height: 480px
    }

    .illustration_01 {
        max-width: 120px;
        margin-bottom: 20px
    }

    .kv_wrap {
        height: 140px;
    }
    .kv_wrap img {
        height: 140px;
    }

    .breadcrumbs__inner {
        padding: 2px 0;
    }
    .breadcrumbs__inner ol {
        width: 100%;
        max-width: 90%;
    }

    .about {
        padding: 50px 0 100px
    }

    .food__wrap {
        padding: 160px 0 60px
    }

    .food__wrap .flex {
        margin: 0 auto 60px;
        width: calc(100% - 20px);
        max-width: 90%;
        flex-direction: column
    }
    .food__wrap .flex_img {
        margin-bottom: 30px;
        width: 100%
    }
    .food__wrap .flex_img::after {
        top: 10px;
        left: 10px;
    }
    .food__wrap .flex_txt {
        width: 100%;
        min-height: 200px;
    }
    .food__wrap .flex_txt .common_btn {
        margin-top: 20px;
    }

    .section.store__wrap {
        height: 600px;
        margin-bottom: -80px;
        padding: 80px 0
    }
    .section.store__wrap .common_btn {
        margin: 0 auto;
        width: 90%;
    }


    .wave-area {
        height: 300px;
        top: -250px;
        padding-top: 100px;
    }
    .wave-area::before {
        content: unset;
    }

    .about__content {
        width: calc(100% - 20px);
        max-width: 90%
    }

    .about__text {
        line-height: 1.75
    }

    .top_sashimi {
        top: -100px;
        max-width: unset;
        width: 45%
    }

    .top_sake {
        bottom: -110px;
        max-width: unset;
        width: 43%
    }

    .instagram {
        margin-left: -20px;
        margin-right: -20px
    }

    .instagram_logo {
        max-width: 60px
    }

    #muteBtn-pc {
        display: none
    }

    #muteBtn-sp {
        display: block
    }

    .mute-btn {
        bottom: 150px
    }

    .top-button {
        bottom: 20px;
        right: unset;
        left: 20px
    }

    .sp-slash::after {
        content: "/"
    }

    .sp-slash {
        display: inline-block
    }

    .footer {
        margin-top: 80px;
    }
}

@media screen and (max-width:500px) {
    .header__logo img {
        max-width: 110px
    }

    .hamburger__menu {
        width: 41px;
        height: 41px
    }

    .hamburger__menu-bg {
        width: 38px;
        height: 38px
    }

    .info__news-item a {
        display: block;
        position: relative
    }

    .info__news-text {
        margin-left: 0
    }

    .info__news-arrow {
        position: absolute;
        top: 36px
    }
}

@media screen and (max-width:480px) {

    .header__logo {
        display: block
    }

    .shop_name {
        padding-top: 10px;
        font-size: 1.8rem
    }

    .mv_img {
        min-height: 360px
    }

    .mv__bg source {
        height: auto;
        min-height: 500px
    }

    .footer__inner {
        padding: 60px 0 50px;
        width: calc(100% - 16px)
    }

    .footer__banner {
        display: block
    }

    .footer__banner a img {
        height: auto;
        margin: 0 auto
    }

    .footer__banner a img:first-child {
        margin-bottom: 20px
    }

    .footer__search {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #d51d0f;
        border-top: 2px solid #000;
        z-index: 100
    }

    .footer__search-btn {
        display: block;
        padding: 21px 0;
        font-size: 1.8rem;
        color: #fff
    }

    .shopbtn__local {
        width: 300px;
    }

    .shopbtn__list {
        width: 300px
    }

    .info__news-text {
        max-width: 300px
    }
}


@media only screen and (min-width: 992px) {
    .sp_view {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .pc_view {
        display: none;
    }
}