html,
body {
    font-size: min(3.73vw, 14px);
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    color: #55382e;
    background: #dcaf00;
    position: relative;
    scroll-behavior: smooth;
    touch-action: manipulation;
}

html.no-scroll {
    overflow: hidden;
}

li {
    list-style: none;
}

p {
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #ffffff;
}

button {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

address {
    font-style: normal;
}

.sp {
    display: none;
}

.pc_content {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
}

.pc_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.pc_bg picture {
    width: 100%;
}

.pc_bg img {
    object-fit: contain;
    object-position: right;
}

.pc_shop_img {
    width: 30.85vw;
    max-width: 650px;
    position: absolute;
    left: 0;
    bottom: 4%;
}

.content_area {
    width: 100%;
    max-width: 375px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.content_area_bg {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    max-width: 375px;
    z-index: 0;
}

.shippori {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
}

/**************************** 
トップ 
****************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
}

.header_top_content {
    padding: min(3.47vw, 80px) 0 0 min(3.47vw, 80px);
    font-size: min(0.83vw, 14px);
}

h1.logo {
    display: block;
    width: min(15.97vw, 300px);
    height: auto;
    z-index: 9999;
    position: relative;
    margin-bottom: 16px;
}

h1.logo a {
    display: grid;
}

h1.logo img {
    grid-area: 1 / 1;
    transition: opacity 0.3s;
}

.logo-black {
    opacity: 1;
}

.header.change .logo-white {
    opacity: 0;
}

.header.change .logo-black {
    opacity: 1;
}

.hamburger {
    width: min(7.47vw, 28px);
    height: 18px;
    position: relative;
    z-index: 9999;
}

.hamburger::after {
    content: "MENU";
    color: #fff;
    font-size: min(2.13vw, 8px);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 180%;
    transition: all .3s;
}

.hamburger span {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.hamburger span:nth-of-type(2) {
    top: 50%;
    translate: 0 -50%;
}

.hamburger span:nth-of-type(3) {
    top: auto;
    bottom: 0;
}

.hamburger.open::after {
    content: "CLOSE";
    color: #fff;
    font-size: min(2.13vw, 8px);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 180%;
    transition: all .3s;
}

.hamburger.open span:nth-of-type(1) {
    top: 50%;
    translate: 0 -50%;
    transform: rotate(30deg);
    transform-origin: center;
}

.hamburger.open span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
    top: 50%;
    translate: 0 -50%;
    transform: rotate(-30deg);
    transform-origin: center;
}

.header.change .hamburger::after {
    color: #55382e;
}

.header.change .hamburger span {
    background: #55382e;
}

.nav {
    position: absolute;
    top: 50%;
    left: calc(50% + 190px);
    translate: min(4.51vw, 100px) -50%;
    z-index: 9998;
}

.nav ul {
    display: flex;
    flex-direction: row-reverse;
    gap: min(2.08vw, 66px);
}

.nav ul a {
    color: #55382e;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s;
}

@media (any-hover: hover) {
    .nav ul a:hover {
        opacity: 0.5;
    }
}


span.nav_circle_text {
    color: #ffffff;
    position: relative;
    font-size: min(1.81vw, 30px);
    font-weight: bold;
}

span.nav_circle_text::before {
    content: "";
    display: block;
    width: 170%;
    height: 170%;
    background: #af2734;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
}

.nav ul a p {
    writing-mode: vertical-rl;
    font-size: min(1.67vw, 28px);
    font-weight: bold;
    margin: 30px 0 20px;
}

span.nav_en_text {
    writing-mode: vertical-rl;
    color: #ffffff;
    text-wrap: nowrap;
}

main {
    position: relative;
}

.kv_sec {
    height: 100vh;
    min-height: 550px;
    max-height: 700px;
    background: url(../images/kv-bg.jpg) no-repeat center;
    background-size: cover;
}

h2.kv_catchcopy {
    font-size: min(6.93vw, 26px);
    color: #ffffff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    filter: drop-shadow(2px 2px 3px #000000ef);
    width: 100%;
    padding: 80px 20px 0 0;
    line-height: 1.8;
}


h2.kv_catchcopy span {
    text-combine-upright: all;
}

/**************************** 
お知らせ
****************************/
section.news_sec {
    padding: 30px 0;
    background: url(../images/news-bg.png) no-repeat;
    background-size: cover;
}

.news_list {
    width: 92%;
    background: #ffffff;
    padding: 20px;
    position: relative;
}

.news_list a {
    color: #55382e;
}

.news_list::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dcaf00;
    position: absolute;
    top: 0;
    right: 0;

}

span.news_date {
    display: inline-block;
    color: #bbabb8;
    margin-bottom: 0.5em;
}

.btn_wrap {
    text-align: center;
    margin: 30px auto 0;
    width: 90%;
}

a.btn {
    display: inline-block;
    width: fit-content;
    max-width: 90%;
    border-radius: 9999px;
    background: #55382e;
    border: 1px solid #55382e;
    padding: 1em 2em;
    text-align: center;
    font-size: min(3.2vw, 12px);
    transition: all .3s;
}

section.news_sec a.btn {
    width: 90%;
    max-width: 184px;
}

@media (any-hover: hover) {
    a.btn:hover {
        background: transparent;
        color: #55382e;
    }
}

/**************************** 
こだわり
****************************/
.point_sec {
    padding: 60px 0;
}

.sec_ttl {
    text-align: center;
}

.sec_ttl img {
    width: min(26.67vw, 100px);
}

.sec_ttl h2 {
    font-size: min(5.87vw, 22px);
    margin-top: 0.8em;
}

ul.point_content {
    margin-top: 50px;
}

li.point_wrap:not(:first-of-type) {
    margin-top: 40px;
}

.p_top {
    display: flex;
    justify-content: space-between;
}

li.point_wrap:nth-of-type(2n) .p_top {
    flex-direction: row-reverse;
}

.p_img {
    width: 72%;
    height: min(60.27vw, 226px);
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.p_img img {
    object-fit: cover;
    object-position: right;
}

li.point_wrap:nth-of-type(2n) .p_img {
    border-radius: 10px 0 0 10px;
}

li.point_wrap:nth-of-type(2n) .p_img img {
    object-position: left;
}

.p_ttl {
    writing-mode: vertical-rl;
    font-size: min(7.47vw, 28px);
    line-height: 1.2;
    padding-right: 5%;
}

li.point_wrap:nth-of-type(2n) .p_ttl {
    padding-right: 0;
    padding-left: 5%;
}

.p_ttl span {
    font-size: min(4.27vw, 16px);
}

.p_ttl span.p_sub_ttl {
    font-size: min(2.67vw, 10px);
    color: #dcaf00;
    font-weight: normal;
    margin-top: 1em;
}

p.p_text {
    text-align: justify;
    width: 90%;
    margin: 20px auto 0;
}

.movie {
    margin: 58px auto 0;
    width: 90%;
}

.movie iframe {
    width: 100%;
    height: min(53.33vw, 200px);
}


/**************************** 
おしながき
****************************/
.menu_sec {
    padding: 60px 0;
    background: url(../images/menu-bg.png) no-repeat;
    background-size: cover;
}

.tab_wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.tab_wrap p {
    writing-mode: vertical-rl;
    padding: 2.2em 0.4em;
    background: #fff;
    border-radius: 9999px;
    cursor: pointer;
    transition: all .3s;
}

.tab_wrap p.active {
    background: #dcaf00;
    color: #ffffff;
}

@media (any-hover: hover) {
    .tab_wrap p:hover {
        background: #dcaf00;
        color: #ffffff;
    }
}

.tab_02_slider {
    display: none;
}

.splide__slide {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.splide__slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: top;
}

.menu_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.menu_content h3 {
    margin-bottom: 0.8em;
}

p.menu_text {
    font-size: min(3.2vw, 12px);
}

p.menu_price {
    margin-top: auto;
    text-align: right;
    padding-top: 1.5em;
    font-weight: 500;
}

.splide__pagination {
    display: none;
}

/* 矢印 */
.splide__arrows {
    margin: 30px auto 20px;
    display: flex;
    width: 66%;
    justify-content: flex-end;
    gap: 16px;
}

.splide__arrow {
    content: "";
    display: block;
    width: min(7.47vw, 28px);
    height: min(7.47vw, 28px);
    background: #fff;
    border-radius: 50%;
    position: relative;
    transition: all .3s;
}

.splide__arrow .arrow {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(2.13vw, 8px);
    height: 1px;
    translate: -50% -50%;
    border-radius: 9999px;
    background-color: #af2734;
    transform-origin: right center;
    transition: all .3s;
}

@media (any-hover: hover) {
    .splide__arrow:hover {
        background: #dcaf00;
    }

    .splide__arrow:hover .arrow::before,
    .splide__arrow:hover .arrow::after {
        background-color: #fff;
    }
}

.arrow::before {
    transform: rotate(45deg);
}

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

.splide__arrow.prev .arrow::before,
.splide__arrow.prev .arrow::after {
    transform-origin: left center;
}

.menu_note {
    width: 90%;
    margin: 0 auto;
    font-size: min(3.2vw, 12px);
    padding-left: 1em;
}

.menu_note p {
    position: relative;
}

.menu_note p::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    translate: -100% 0;
}

.menu_btn_flex a.btn {
    margin-top: 20px;
}

/**************************** 
店舗情報
****************************/
.about_sec {
    padding: 60px 0;
}

.about_content {
    width: 90%;
    margin: 40px auto 0;
}

.about_sec address {
    text-align: center;
}

.about_sec address .store_name {
    font-size: min(4.27vw, 16px);
    margin-bottom: 1em;
}

.about_sec .map {
    margin: 40px 0;
}

.about_sec .map iframe {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}

.about_sec .map p {
    font-size: min(3.73vw, 14px);
}

.about_sec table {
    width: 100%;
}

.about_sec table tr {
    border-bottom: 1px solid;
}

.about_sec table tr th,
.about_sec table tr td {
    width: 100%;
    display: block;
    text-align: left;
}

.about_sec table tr th {
    color: #bbabb8;
    margin-bottom: 0.5em;
}

.about_sec table tr:not(:first-of-type) th {
    margin-top: 1em;
}

.about_sec table tr td {
    margin-bottom: 1em;
    line-height: 1.4;
}

.about_sec table tr td a {
    color: #55382e;
}

.about_sec table tr td span {
    font-size: 0.8em;
    display: block;
}

/**************************** 
フッター
****************************/
.footer {
    text-align: center;
    padding: 40px 0 10px;
    font-size: min(2.67vw, 10px);
    position: relative;
    background: url(../images/news-bg.png) no-repeat;
    background-size: cover;
}

.footer_logo {
    width: min(36vw, 135px);
    margin: 0 auto;
}

.footer address {
    margin: 1.5em 0 3em;
}

/**************************** 
アニメーション
****************************/
.anime {
    opacity: 0;
    translate: 0 50px;
    transition: all 1.5s;
}

.inview {
    opacity: 1;
    translate: 0;
}

h2.kv_catchcopy.anime,
.sec_ttl.anime {
    translate: 0;
    transition: all 2s;
}

/**************************** 
ニュースシングル・アーカイブ
****************************/
.inner {
    min-height: calc(100vh - var(--footer-height));
    padding-top: 80px;
    background: url(../images/menu-bg.png) no-repeat;
    background-size: cover;
}

.page_title {
    font-size: min(4.8vw, 18px);
    margin-bottom: 1em;
}

.inner ul.news_list li {
    border-bottom: 0.5px dotted #bbabb8;
    padding: 14px 0;
}

.pagination {
    margin-top: 14px;
    color: #dcaf00;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
}

.pagination a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #dcaf00;
    border-radius: 50%;
}

.pagination a span.pagination-arrow {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.pagination a span.pagination-arrow::before,
.pagination a span.pagination-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% 0;
    width: 34%;
    height: 1px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: 100% 50%;
}

.pagination a span.pagination-arrow::before {
    transform: rotate(45deg);
}

.pagination a span.pagination-arrow::after {
    transform: rotate(-45deg);
}

.pagination a span.pagination-arrow.prev::before,
.pagination a span.pagination-arrow.prev::after {
    transform-origin: 0 50%;
}

.pagination a span.pagination-arrow.prev::before {
    transform: rotate(45deg);
}

.pagination a span.pagination-arrow.prev::after {
    transform: rotate(-45deg);
}

h2.news_title {
    font-size: min(4.8vw, 18px);
    margin: 10px 0 20px;
    line-height: 1.5;
}

.news_content {
    line-height: 1.5;
}

.news_back {
    text-align: right;
    margin-top: 36px;
}

.news_back a {
    padding: 0.1em 1em;
    background: #dcaf00;
    color: #fff;
    border-radius: 9999px;
    font-size: min(3.2vw, 12px);
}

@media screen and (max-width:1230px) {
    .pc_bg {
        left: calc(25vw + 375px);
        background: #ffffff;
        right: auto;
        width: calc(100% - (25vw + 375px));
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .pc_bg picture {
        display: block;
        width: fit-content;
    }

    .pc_bg img {
        width: min(24.06vw, 300px);
    }

    .pc_shop_img {
        display: none;
    }

    .nav {
        translate: 0 -50%;
    }

    .content_area {
        margin: 0 auto 0 25vw;
    }

    .content_area_bg {
        left: 25vw;
        translate: 0;
    }

    span.nav_circle_text {
        font-size: 22px;
    }

    .nav ul a p {
        font-size: 20px;
    }

    span.nav_en_text {
        color: #55382e;
    }
}

@media screen and (max-width:850px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc_bg {
        left: 375px;
        width: calc(100% - 375px);
    }

    .content_area {
        margin: 0 auto 0 0;
    }

    .content_area_bg {
        left: 0;
    }

    .header {
        left: 0;
        translate: 0;
        max-width: 375px;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px min(5vw, 18.75px) 0;
        z-index: 9999;
    }

    .header_top_content {
        padding: 0;
    }

    h1.logo {
        width: min(31.47vw, 118px);
        margin-bottom: 0;
    }

    h1.logo.open {
        opacity: 0;
        pointer-events: none;
    }

    .logo-black {
        opacity: 0;
    }

    .nav {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        translate: 0 -100%;
        opacity: 0;
        width: 100%;
        max-width: 375px;
        height: 100vh;
        z-index: 9998;
        transition: all .5s;
        overflow-y: scroll;
    }

    .nav_inner {
        position: relative;
        width: 100%;
        height: 90vh;
        min-height: 550px;
        max-height: 700px;
        background: #dcaf00;
        padding-top: 100px;
    }

    .nav_info {
        position: absolute;
        bottom: 0;
        left: 50%;
        translate: -50% 20%;
        font-size: min(2.13vw, 8px);
    }

    .nav_logo {
        width: min(33.07vw, 124px);
        margin: 0 auto 14px;
    }

    .nav_logo img.logo-black {
        opacity: 1;
    }

    .nav_bottom_img {
        position: absolute;
        bottom: 0;
        left: 0;
        translate: 0 calc(100% - 1px);
        z-index: -1;
    }

    .nav.open {
        translate: 0;
        opacity: 1;
    }

    .nav ul {
        justify-content: center;
        gap: min(16vw, 60px);
    }

    span.nav_circle_text {
        font-size: min(8vw, 30px);
        z-index: 1;
    }

    .nav ul a p {
        font-size: min(7.47vw, 28px);
    }

    span.nav_en_text {
        color: #ffffff;
    }
}

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

    html,
    body {
        background: #ffffff;
    }

    .pc_bg {
        display: none;
    }

    .content_area,
    .content_area_bg,
    .header,
    .nav {
        max-width: 520px;
    }
}