@charset "utf-8";

:root {
    --min-viewport-width: 375;
    --max-viewport-width: 1920;
    --color-brown-light: #E9DAB9;
    --color-gold: #776827;
    --color-gold-invert: #8897d8;
    --color-gray: #707070;
    --color-gray-light: #F7F7F7;
    --color-beige: #FAF6ED;
    --color-blue-dark: #00174B;
    --color-white: #fff;
    --color-black: #000;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 1140px) and (min-width: 769px) {
    html {
        font-size: calc(100vw / (var(--vw) / 10));
    }
}

@media screen and (max-width:768px) and (min-width:320px) {
    html {
        /* font-size: calc(100vw / (var(--vw) / 10)); */
        font-size: calc(100vw / (var(--vw) / 9.375));
    }
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #403B3B;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.06em;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

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

    .sp {
        display: block;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.font_NotoSansJP {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font_ryumin {
    font-family: 'Ryumin Regular KL', 'リュウミン R-KL', "A-OTF Ryumin Pro", a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
}

.font_Blackoak {
    font-family: "blackoak-std", serif;
    font-weight: 400;
    font-style: normal;
}

/*
ly_******************************/

.ly_cont {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 769px) {
    .ly_cont {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}

.ly_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 75.0rem;
    margin: 0 auto;
}

/*
bl_******************************/

.bl_contact {
    padding-top: clamp(10.0rem * 0.6, 100 / var(--max-viewport-width) * 100vw, 10.0rem);
    padding-bottom: clamp(10.0rem * 0.6, 100 / var(--max-viewport-width) * 100vw, 10.0rem);
    background: #000;
}

.bl_contact_secHeading {
    font-size: 3.2rem;
    text-align: center;
    color: #fff;
}

.bl_contact_secLead {
    padding-top: 3.0rem;
    text-align: center;
    color: #fff;
}

.bl_contact_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}

/*
el_******************************/

.el_secHeading {
    font-size: 1.6rem;
    position: relative;
    line-height: calc(32 / 16);
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    grid-auto-flow: column;
    font-weight: normal;
}

.el_ttl_large {
    font-size: 4.0rem;
    color: var(--color-gold);
    font-weight: bold;
    line-height: calc(32 / 40);
    letter-spacing: 0.3em;
}

.el_afterIconBtn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 3.5rem;
    padding: 0.7rem 1.5rem 0.9rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    color: var(--color-gold);
}

.el_afterIconBtn::before {
    content: "";
}

.el_afterIconBtn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .el_afterIconBtn:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

.el_secHeading svg.icon_house {
    max-width: 24px;
    height: 17px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_browser {
    max-width: 18px;
    height: 17px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_scissors {
    max-width: 13px;
    height: 17px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_instagram {
    max-width: 16px;
    height: 16px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_search {
    max-width: 14px;
    height: 15px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_cart {
    max-width: 16px;
    height: 16px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_info {
    max-width: 7px;
    height: 17px;
    fill: var(--color-black);
}

/*
header******************************/

.ly_header {
    position: relative;
}

.ly_header_inner {
    max-width: 1920px;
    margin: 0 auto;
}

.ly_header_flex {
    position: absolute;
    display: flex;
    align-items: self-start;
    width: 100%;
}

.ly_header_content {
    flex: 0 1 28.59375%;
    margin: 0;
    z-index: 30;
}

@media (min-width: 1921px) {
    .ly_header_content {
        padding-top: 8.7rem;
    }
}

@media (max-width: 1920px) {
    .ly_header_content {
        padding-top: 4.53125vw;
    }
}

@media (max-width: 768px) {
    .ly_header_content {
        flex: 0 1 50%;
    }
}

@media (max-width: 480px) {
    .ly_header_content {
        flex: 0 1 80%;
    }
}

.ly_header_space {
    flex: 1;
    position: relative;
    top: 0;
    right: 0;
    display: grid;
    justify-content: flex-end;
    align-items: center;
    gap: 3.1rem;
    grid-auto-flow: column;
}

@media (min-width: 1921px) {
    .home .ly_header_content {
        padding-top: 31.0rem;
    }
}

@media (max-width: 1920px) {
    .home .ly_header_content {
        padding-top: 16.145833vw;
    }
}

@media (max-width: 1200px) {
    .home .ly_header_content {
        padding-top: 6.70833vw;
    }
}

.bl_header_logo_imgWrapper {
    max-width: 54.9rem;
    background: var(--color-blue-dark);
}

@media (min-width: 1921px) {
    .bl_header_logo_imgWrapper {
        padding: 1.9rem 6.6rem 1.8rem;
    }
}

@media (max-width: 1920px) {
    .bl_header_logo_imgWrapper {
        padding: 0.989583vw 3.4375vw 0.9375vw;
    }
}

@media (max-width: 768px) {
    .bl_header_logo_imgWrapper {
        padding: 2.4739583vw 8.59375vw 2.34375vw;
    }
}

.bl_header_logo_svgWrapper svg {
    max-width: 417px;
    height: 4.7rem;
    width: 100%;
    fill: var(--color-gold-light);
    vertical-align: middle;
}

.ly_header_content_body {
    padding-left: 6.6rem;
}

@media (max-width: 1400px) {
    .ly_header_content_body {
        display: none;
    }

    .home .ly_header_content_body {
        padding-left: 3.3rem;
        display: block;
    }
}

@media (max-width: 768px) {
    .ly_header_content_body {
        display: none;
    }

    .home .ly_header_content_body {
        display: none;
    }
}

.ly_header_content_ttl {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
    padding-top: 2.3rem;
}

.ly_header_content_txt {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    padding-top: 0.6rem;
}

.bl_header_horizBtnList {
    display: flex;
    justify-content: flex-start;
    padding-top: 1.4rem;
}

.bl_header_horizBtnList>*:last-child {
    margin-right: 0;
}

.bl_header_horizBtnList>li {
    flex: 1 1 0;
    max-width: 15.4rem;
    margin-right: -0.1rem;
}

.bl_header_horizBtnList_txt {
    display: inline-block;
    font-size: 1.2rem;
    line-height: calc(18 / 12);
}

.bl_header_address {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    font-style: normal;
    padding-top: 1.3rem;
    font-style: normal;
}

.bl_header_sns {
    position: absolute;
    z-index: 30;
    top: 50.6rem;
    right: 1.6rem;
    transform: translateX(-50%);
}

@media (max-width: 1200px) {
    .bl_header_sns {
        top: 15.6rem;
        right: 0.6rem;
    }
}

.bl_header_sns ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 2.6rem;
    grid-auto-flow: column;
    grid-auto-flow: row;
    justify-content: center;
}

.bl_header_sns ul li {
    line-height: 1;
    grid-auto-flow: row;
    text-align: center;
}

.bl_header_sns svg {
    fill: var(--color-gold);
}

.bl_header_sns svg.icon_facebook {
    max-width: 9px;
    height: 17px;
}

.bl_header_sns svg.icon_instagram {
    max-width: 17px;
    height: 17px;
}

.bl_header_sns svg.icon_pinterest {
    max-width: 13px;
    height: 17px;
}

.bl_header_sns svg.icon_x {
    max-width: 17px;
    height: 17px;
}

.bl_header_sns svg.icon_phone {
    max-width: 17px;
    height: 18px;
}

.bl_header_sns svg.icon_line {
    max-width: 19px;
    height: 19px;
}

.bl_header_sns svg.icon_marker {
    max-width: 13px;
    height: 19px;
}

.bl_header_scroll {
    position: absolute;
    top: 93.2rem;
    right: 1.8rem;
    transform: translateX(-50%);
    z-index: 10;
    display: grid;
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 2.0rem;
    grid-auto-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    z-index: 15;
}

@media (max-width: 1200px) {
    .bl_header_scroll {
        top: 49.2rem;
        right: 0.8rem;
    }
}

.bl_header_scroll_txt {
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.26em;
    text-align: center;
    vertical-align: middle;
    writing-mode: vertical-rl;
    color: var(--color-gold);
    line-height: 1;
}

.bl_header_scroll svg.icon_chevron_down02 {
    max-width: 16px;
    height: 8px;
    fill: var(--color-gold);
}

.bg_wall {
    line-height: 0;
}

@media (max-width: 768px) {
    .bg_wall img {
        height: 1rem;
        object-fit: cover;
    }
}

.bl_cart {
    position: fixed;
    top: 7.4rem;
    right: 7.6rem;
    z-index: 30;
    background-color: transparent;
    mix-blend-mode: difference;
    border: 2px solid var(--color-gold-invert);
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%;
}

@media (min-width: 1921px) {
    .bl_cart {
        top: 7.4rem;
    }
}

@media (max-width: 1920px) {
    .bl_cart {
        top: 3.854166vw;
    }
}

@media (max-width: 1200px) {
    .bl_cart {
        top: 1.4rem;
        right: 0.6rem;
    }
}

@media (max-width: 768px) {
    .bl_cart {
        top: 6.70833vw;
    }
}

@media (max-width: 480px) {
    .bl_cart {
        top: 21.70833vw;
    }
}

.bl_cart a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bl_cart svg.icon_cart {
    max-width: 2.9rem;
    height: 2.9rem;
    fill: var(--color-gold-invert);
    display: grid;
    place-content: center;

    line-height: 1;
    transform: translate(50%, 50%);
}


/* bl_hambergerMenu */

.bl_hambergerMenu {
    position: relative;
}

.bl_hambergerMenu_btnWrapper {
    background-color: transparent;
    mix-blend-mode: difference;
    position: fixed;
    top: 9.0rem;
    right: 17.0rem;
    z-index: 1000;
}

@media (min-width: 1921px) {
    .bl_hambergerMenu_btnWrapper {
        top: 9.0rem;
    }
}

@media (max-width: 1920px) {
    .bl_hambergerMenu_btnWrapper {
        top: 4.6875vw;
    }
}

@media (max-width: 1200px) {
    .bl_hambergerMenu_btnWrapper {
        top: 2.8rem;
        right: 8rem;
    }
}

@media (max-width: 768px) {
    .bl_hambergerMenu_btnWrapper {
        top: 7.50833vw;
    }
}

@media (max-width: 480px) {
    .bl_hambergerMenu_btnWrapper {
        right: 1.5rem;
        top: 8.50833vw;
    }
}

.bl_hambergerMenu_btn {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.bl_hambergerMenu_btn span {
    width: 100%;
    height: 2px;
    display: block;
    background: var(--color-gold-invert);
    position: absolute;
    transition: top .5s ease, transform .6s ease-in-out;
}

.bl_hambergerMenu_btn span:nth-child(1) {
    top: calc(50% - 14px);
    transform: translateY(-50%);
}

.bl_hambergerMenu_btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.bl_hambergerMenu_btn span:nth-child(3) {
    top: calc(50% + 14px);
    transform: translateY(-50%);
}

.bl_hambergerMenu_inner {
    background: rgba(0, 23, 75, 0.90);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 72.0rem;
    display: flex;
    justify-content: center;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .bl_hambergerMenu_inner {
        width: 100vw;
    }
}

.bl_hambergerMenu_head {
    padding-top: 17.0rem;
}

.bl_hambergerMenu_logo {
    max-width: 34.2rem;
    margin: 0;
    padding-bottom: 10.0rem;
}

.bl_hambergerMenu_body {
    color: #fff;
    display: none;
}

@media only screen and (max-width: 768px) {
    .bl_hambergerMenu_body {
        color: #fff;
        display: block;
        padding-top: 8.0rem;
    }
}

.bl_hambergerMenu_sns {
    padding-top: 26.0rem;
    padding-bottom: 6.0rem;
}

@media only screen and (max-width: 768px) {
    .bl_hambergerMenu_sns {
        padding-top: 8.0rem;
    }
}

.bl_hambergerMenu_sns ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 7.5rem;
    grid-auto-flow: column;
    justify-content: center;
}

.bl_hambergerMenu_sns svg.icon_facebook {
    max-width: 15px;
    height: 28px;
    fill: #fff;
}

.bl_hambergerMenu_sns svg.icon_instagram {
    max-width: 28px;
    height: 28px;
    fill: #fff;
}

.el_menu_item {
    width: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin-top: 4.8rem;
}

.fadein {
    opacity: 0;
    transform: translateX(200px);
    transition: opacity .2s ease, transform .6s ease;
}

.el_menu_item a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    transition: color .6s ease;
    text-decoration: none;
}

.el_menu_item a:hover {
    color: #666;
}

.el_menu_item:first-child {
    margin-top: 0;
}


/* is-active */
.bl_hambergerMenu_inner.is-active {
    visibility: visible;
    opacity: 1;
}

.is-active .fadein {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .9s ease, transform 1s ease;
}

.is-active.bl_hambergerMenu_btn span {
    background: #fff;
}

.is-active.bl_hambergerMenu_btn span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.is-active.bl_hambergerMenu_btn span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.is-active.bl_hambergerMenu_btn span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/*
top-kv******************************/

.kv {
    padding-right: 7.6rem;
}

@media (min-width: 1921px) {
    .kv {
        padding-top: 17.3rem;
    }
}

@media (max-width: 1920px) {
    .kv {
        padding-top: 9.0104166vw;
    }
}

@media (max-width: 1200px) {
    .kv {
        padding-top: 5.010417vw;
        padding-right: 5.32rem;
    }
}

@media (max-width: 768px) {
    .kv {
        padding-right: 0;
    }
}

.kv_inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.kv_flex {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    .kv_flex {
        display: block;
    }
}

.kv_content {
    flex: 0 1 70.3125%;
    margin: 0;
    z-index: 20;
}

.kv_space {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/*
sub-kv******************************/

.pg_ttl_content {
    padding: 19.5rem 0 8.1rem;
}

.pg_ttl {
    font-size: 4.2rem;
    color: var(--color-gold);
    font-weight: bold;
    line-height: calc(32 / 42);
    line-height: 1.2;
    letter-spacing: 0.1em;
    width: calc(100% - 30px);
    margin: auto;
    text-align: center;
}

/*
bl-breadcrumb******************************/

.bl-breadcrumb {
    position: relative;
    padding-top: 8.0rem;
}

.bl-breadcrumb_inner {
    max-width: 75.3rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: 0 auto;
}

.bl-breadcrumb_list {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 1.0rem;
    grid-auto-flow: column;
    line-height: 1;
}

.bl-breadcrumb_item, .bl-breadcrumb_item a, .bl-breadcrumb {
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    color: #000;
}

.bl-breadcrumb_greater {
    width: 0.8rem;
    height: 1.3rem;
}

.bl-breadcrumb_greater:first-child {
    display: none;
}

.bl-breadcrumb_greater svg.icon_greater {
    max-width: 8px;
    height: 13px;
    fill: #040000;
}

.bl-breadcrumb_imgWrapper {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    grid-auto-flow: column;
}

.bl-breadcrumb_linkWrapper {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    grid-auto-flow: column;
}

.bl-breadcrumb_imgWrapper svg.icon_house {
    max-width: 24px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_browser {
    max-width: 18px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_linkWrapper svg.icon_browser {
    max-width: 18px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_scissors {
    max-width: 13px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_info {
    max-width: 7px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_phone {
    max-width: 18px;
    height: 19px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_search {
    max-width: 14px;
    height: 15px;
    fill: var(--color-black);
}

/*
pg_home_aboutus******************************/

.pg_home_aboutus {
    position: relative;
    background: url(../images/home_about_bg.png) repeat;
    width: 100%;
    height: auto;
    background-position: 50% top;
    background-size: 192rem 73.5rem;
    position: relative;
    margin-top: 24.6rem;
}

@media screen and (min-width: 1921px) {
    .pg_home_aboutus {
        margin-top: 24.6rem;
    }
}

@media screen and (max-width: 1920px) and (min-width: 769px) {
    .pg_home_aboutus {
        margin-top: 12.8125vw;
    }
}

@media (max-width: 768px) {
    .pg_home_aboutus {
        margin-top: 15.0rem;
    }
}

.bl_flex_layer {
    position: relative;
    display: grid;
    place-items: center;
    align-items: start;
}

@media (max-width: 768px) {
    .pg_home_aboutus .bl_flex_layer {
        display: block;
    }
}

.bl_flex_main {
    position: relative;
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
}

.bl_flex_bg {
    justify-self: self-start;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    max-width: 1920px;
    margin: auto;
}

.pg_home_shopinfo .bl_flex_bg {
    justify-self: self-start;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    max-width: inherit;
    margin: inherit;
}

@media (max-width: 768px) {
    .bl_flex_bg {
        display: none;
    }
}

.bl_media {
    display: grid;
    grid-template-columns: 55.614035% auto;
    gap: 6.1403508%;
    align-items: center;
    padding: 5.6rem 0 9.4rem;
}

@media (max-width: 768px) {
    .bl_media {
        display: block;
        margin-top: -30vw;
    }

    .pg_home_aboutus .bl_media {
        margin-top: 0
    }
}

.bl_media_imgWrapper {
    flex: 0 1 55.614035%;
    margin: 0 6.1403508% 0 0;
    overflow: visible;
    position: relative;
}

@media (max-width: 1400px) {
    .bl_media_imgWrapper {
        margin: 0;
    }
}

.bl_media_imgWrapper>img {
    width: 100%;
    opacity: 0;
}

.pg_home_aboutus .bl_media_imgWrapper>img {
    display: none;
}


@media (max-width: 768px) {
    .bl_media_imgWrapper>img {
        opacity: 1;
    }
}

.bl_media_body {
    flex: 1;
}

@media (max-width: 768px) {
    .bl_media_body {
        padding-top: 5.6rem;
    }

    .pg_home_aboutus .bl_media_body {
        padding-top: 0;
    }
}

.pg_home_aboutus_media_ttl {
    padding-top: 4.7rem;
}

.bl_about_read_en {
    padding-top: 3.5rem;
}

.bl_about_read_en_sub {
    line-height: calc(32 / 16);
}

.bl_about_read_en_sub {
    font-size: 1.0rem;
    padding-top: 1.5rem;
    line-height: calc(22 / 10);
}

.bl_about_read_ja {
    padding-top: 4.7rem;
}

.bl_about_read_ja_main {
    font-size: 2.0rem;
    line-height: calc(32 / 20);
}

.bl_about_read_ja_sub {
    padding-top: 1.6rem;
    line-height: calc(30 / 16);
}

.pg_home_aboutus_media_btn {
    max-width: 11.9rem;
    margin-left: auto;
    padding-top: 3.3rem;
}

/* pg_home_aboutus_bg */

.pg_home_aboutus_bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 768px) {
    .pg_home_aboutus_bg {
        position: relative;
    }
}

.pg_home_aboutus_bg_inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .pg_home_aboutus_bg_inner {
        padding: 0 1.5rem;
    }
}

.pg_home_aboutus_bg_slide {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    .pg_home_aboutus_bg_slide {
        display: block;
    }
}

.pg_home_aboutus_bg_content {
    flex: 0 1 53.33333%;
    margin: 0;
    z-index: 20;
}

.pg_home_aboutus_bg_space {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .pg_home_aboutus_bg_space {
        position: relative;
    }
}

@media screen and (min-width: 1921px) {
    .pg_home_aboutus_bg_content {
        top: -16.6rem;
    }
}

@media screen and (max-width: 1920px) {
    .pg_home_aboutus_bg_content {
        top: -8.64583333vw;
    }
}

@media (max-width: 768px) {
    .pg_home_aboutus_bg_content {
        top: -5.5rem;
        margin-bottom: -5.5rem;
    }
}


/*
pg_aboutus******************************/

.pg_aboutusConcept {
    padding: 0.2rem 0 7.2rem;
}

.pg_aboutusConcept_inner {
    max-width: 75.3rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutusStaff {
    padding: 7.0rem 0 8.2rem;
    background: url(../images/pg_aboutusStaff_bg.png);
    background-size: cover;
    background-position: bottom;
}

.pg_aboutusStaff_inner {
    max-width: 75.0rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutusStaff_ttl {
    font-size: 4.2rem;
    color: var(--color-gold);
    font-weight: bold;
    line-height: calc(32 / 42);
    letter-spacing: 0.1em;
    width: calc(100% - 30px);
    margin: auto;
    text-align: center;
}

.pg_aboutusStaff_detail {
    padding-top: 7.5rem;
}

.pg_aboutusStaff_detail:nth-of-type(1) {
    padding-top: 2.5rem;
}

.pg_aboutusStaff_table table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1.8rem;
}

.pg_aboutusStaff_table caption {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    padding-bottom: 1.6rem;
    text-align: left;
}

.pg_aboutusStaff_table caption span {
    padding-left: 3.0rem;
}

.pg_aboutusStaff_table th, .pg_aboutusStaff_table td {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    border-bottom: 1px solid var(--color-gray);
    padding: 1.6rem 0 1.6rem;
}

.pg_aboutusStaff_table th {
    text-align: left;
    font-weight: normal;
    width: 22.8rem;
}

@media (max-width: 480px) {
    .pg_aboutusStaff_table th {
        width: 40%;
    }
}

.pg_aboutusStaff_name {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    padding-left: 1.8rem;

}

.pg_aboutusStaff_table td.pg_aboutusStaff_txt {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
}

.pg_aboutusGallery {
    padding: 5.0rem 0 0;
}

.pg_aboutusGallery_inner {
    max-width: 87.9rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutusGallery_ttl {
    font-size: 3.2rem;
    color: var(--color-gold);
    font-weight: bold;
    line-height: calc(36 / 32);
    letter-spacing: 0.1em;
    width: calc(100% - 30px);
    margin: auto;
    text-align: center;
}

.bl_aboutusGallery_slide {
    margin-top: 2.7rem;
    position: relative;
}

.pg_aboutus360Camera {
    padding: 5.0rem 0 0;
}

.pg_aboutus360Camera_inner {
    max-width: 87.9rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutus360Camera_ttl {
    font-size: 3.2rem;
    color: var(--color-gold);
    font-weight: bold;
    line-height: calc(36 / 32);
    letter-spacing: 0.1em;
    width: calc(100% - 30px);
    margin: auto;
    text-align: center;
}

.pg_aboutus360Camera_content {
    padding-top: 1.7rem;
}

.pannellum {
    height: 0;
    overflow: hidden;
    padding-bottom: 62.34357%;
    position: relative;
}

.pg_aboutusShopinfo {
    padding: 5.0rem 0 5.0rem;
}

.pg_aboutusShopinfo_inner {
    max-width: 75.0rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutusShopinfo_ttl {
    font-size: 3.2rem;
    color: var(--color-gold);
    font-weight: bold;
    line-height: calc(36 / 32);
    letter-spacing: 0.1em;
    width: calc(100% - 30px);
    margin: auto;
    text-align: center;
}

.pg_aboutusShopinfo_btn {
    max-width: 11.9rem;
    margin: 0 auto;
    padding-top: 2.5rem;
}

.pg_aboutusShopinfo_btn a {
    display: inline-grid;
}

.bl_shopinfo {
    max-width: 43.4rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: 0 auto;
}

.pg_home_shopinfo .bl_shopinfo {
    width: 100%;
    margin: inherit;
}

.bl_shopinfo_logo {
    padding-top: 5.0rem;
    max-width: 41.7rem;
}

.bl_shopinfo_read {
    font-size: 1.0rem;
    line-height: calc(22 / 10);
    padding-top: 1.7rem;
}

.bl_shopinfo_table {
    margin-top: 3.6rem;
}

.pg_home_shopinfo .bl_shopinfo_table {
    margin-top: 5.6rem;
}

.bl_shopinfo_table table {
    border-collapse: collapse;
    width: 100%;
}

.bl_shopinfo_table tbody {
    border-top: 1px solid var(--color-gray);
}

.bl_shopinfo_table caption {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    padding-bottom: 1.4rem;
    text-align: left;
}

.bl_shopinfo_table th, .bl_shopinfo_table td {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    border-bottom: 1px solid var(--color-gray);
    padding: 1.4rem 0 1.4rem;
}

.bl_shopinfo_table th {
    text-align: left;
    font-weight: normal;
}

.bl_shopinfo_googlemap {
    margin-left: -1.0rem;
}

/*
bl_googlemap******************************/

.bl_googlemapWrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 33.0729166%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 896px) {
    .bl_googlemapWrapper {
        width: 100%;
    }
}

.bl_googlemapWrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
pg_home_news******************************/

.pg_home_news {
    padding: 6.8rem 0 13.2rem;
}

.pg_home_topics_ttl_content {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 2.4rem;
}

@media only screen and (max-width: 480px) {
    .pg_home_topics_ttl_content {
        display: block;
    }
}

.pg_home_topics_ttl {
    padding-top: 3.9rem;
}

.pg_home_news .bl_news_btn {
    padding-top: 3.9rem;
    max-width: 11.9rem;
}

.pg_home_blog_ttl_content {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 2.4rem;
    padding-top: 6.1rem;
}

@media only screen and (max-width: 480px) {
    .pg_home_blog_ttl_content {
        display: block;
    }
}

.pg_home_blog_ttl {
    padding-top: 3.9rem;
}

.bl_news_sns {
    display: flex;
    justify-content: center;
    column-gap: 6.9rem;
    padding-top: 9.9rem;
}

@media only screen and (max-width: 480px) {
    .bl_news_sns {
        column-gap: 1.0rem;
    }
}

.bl_news_sns_btn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 3.0rem;
    padding: 0 1.5rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    color: var(--color-gold);
    width: 11.9rem;
    height: 6.0rem;
    line-height: 1;
}

.bl_news_sns_btn::before {
    content: "";
}

.bl_news_sns_btn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .bl_news_sns_btn:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

.bl_news_sns_btn svg.icon_facebook {
    max-width: 15px;
    height: 28px;
    fill: var(--color-gold);
}

.bl_news_sns_btn svg.icon_instagram {
    max-width: 28px;
    height: 28px;
    fill: var(--color-gold);
}


.bl_news_sns_facebook_btn {
    width: 11.9rem;
    height: 6.0rem;
}

.bl_news_sns_instagram_btn {
    width: 11.9rem;
    height: 6.0rem;
}

/*
pg_news******************************/

.pg_news {
    padding: 4.7rem 0 8.0rem;
}

.pg_news_horizBtnList {
    display: flex;
    justify-content: center;
}

.pg_news_horizBtnList>*:last-child {
    margin-right: 0;
}

.pg_news_horizBtnList>li {
    flex: 1 1 0;
    max-width: 34.1rem;
    margin-right: 5.8rem;
}

@media only screen and (max-width: 480px) {
    .pg_news_horizBtnList>li {
        margin-right: 2.0rem;
    }
}

.pg_newsTopics {
    padding-top: 8.0rem;
}

.pg_newsBlog {
    padding-top: 10.0rem;
}

.el_btn {
    display: inline-grid;
    grid-template-columns: auto;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 3.4rem;
    padding: 0 1.5rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    color: var(--color-gold);
    max-width: 341px;
    /* height: 67px; */
    line-height: 1;
    padding: 1.2rem 1.5rem 1.1rem;
    line-height: calc(32 / 30);
}

@media (max-width: 740px) {
    .el_btn {
        padding: 1.3vw 1.5rem 1.3vw;
    }
}

.el_btn_txt {
    display: grid;
    justify-content: center;
    font-size: 3.0rem;
    font-size: clamp(12px, calc(12px + (30 - 12) * ((100vw - 375px) / (740 - 375))), 30px);
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    font-weight: bold;
    color: var(--color-gold);
}

.el_btn_txt span {
    display: block;
    line-height: calc(32 / 30);
    padding-bottom: 0.5rem;
}

.el_btn svg.icon_chevron_down02 {
    max-width: 9px;
    height: 5px;
    fill: var(--color-gold);
    display: block;
    justify-self: center;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .el_btn:hover svg.icon_chevron_down02 {
        transform: translatey(5px);
    }
}

/*
pg_newsDetail******************************/

.pg_newsDetail {
    padding: 7.6rem 0 16.7rem;
}

.pg_newsDetail_inner {
    max-width: 77.0rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_newsDetail_date {
    font-size: 1.4rem;
    line-height: calc(23 / 14);
}


.pg_newsDetail_ttl {
    font-size: 2.4rem;
    line-height: calc(32 / 24);
    padding-top: 0.6rem;
    font-weight: bold;
}

.pg_newsDetail_txt {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    padding-top: 4.5rem;
}

.pg_newsDetail_txt img.alignnone {
    margin: 2.0rem 0 2.0rem;
}

.pg_newsDetail_btn_back {
    max-width: 11.9rem;
    margin: 0 auto;
    padding-top: 5.8rem;
}

.el_beforeIconBtn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 3.5rem;
    padding: 0.7rem 1.5rem 0.9rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    color: var(--color-gold);
}

.el_beforeIconBtn::after {
    content: "";
}

.el_beforeIconBtn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: self-start;
    transition: transform 0.3s ease;
    transform: scale(-1, 1);
}

@media (hover: hover) and (pointer: fine) {
    .el_beforeIconBtn:hover svg.icon_arrow_right {
        transform: scale(-1, 1) translateX(5px);
    }
}

/*
bl_news******************************/

.bl_news_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3.9rem;
    column-gap: clamp(3.9rem* 0.6, 39 / var(--max-viewport-width)* 100vw, 3.9rem);
    row-gap: 7.0rem;
    row-gap: clamp(7.0rem* 0.6, 70 / var(--max-viewport-width)* 100vw, 7.0rem);
    margin-top: 2.9rem;
}

@media only screen and (max-width: 1000px) {
    .bl_news_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .bl_news_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bl_news_card {
    display: flex;
}

.bl_news_card_head {
    display: flex;
}

.bl_news_card_body {
    padding-top: 2.0rem;
    max-width: 22.5rem;
}

.bl_news_card_imgWrapper {
    max-width: 22.5rem;
}

.bl_news_card_date {
    font-size: 1.4rem;
    line-height: calc(32 / 14);
    letter-spacing: 0.22em;
    writing-mode: vertical-rl;
}

.bl_news_card_ttl {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*
bl_slide******************************/

.bl_slide {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl_slide_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-slide 60s infinite linear 1s both;
    animation: loop-slide 60s infinite linear 1s both;
}

.bl_slide_item {
    width: 48.0rem;
    height: 42.1rem;
    width: 25vw;
    height: 21.927vw;
}

@media screen and (min-width: 1921px) {
    .bl_slide_item {
        width: 48.0rem;
        height: 42.1rem;
    }
}

@media screen and (max-width: 480px) {
    .bl_slide_item {
        width: 24rem;
        height: 21.05rem;
    }
}

@-webkit-keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*
pg_home_menu******************************/

.pg_home_menu {
    padding: 9.1rem 0 5.8rem;
}

.pg_home_menu_head {
    padding-left: 2.4rem;
}

.pg_home_menu_bl {
    padding-top: 4.1rem;
}

/* bl_menu */

.bl_menu_slide {
    position: relative;
}

.bl_menu_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6.5rem;
    column-gap: clamp(6.5rem* 0.6, 65 / var(--max-viewport-width)* 100vw, 6.5rem);
    row-gap: 6.5rem;
    row-gap: clamp(6.5rem* 0.6, 65 / var(--max-viewport-width)* 100vw, 6.5rem);
}

@media screen and (max-width: 768px) {
    .bl_menu_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .bl_menu_list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bl_menu_ttl_en {
    font-size: 2.6rem;
    color: var(--color-gold);
    line-height: calc(32 / 26);
    letter-spacing: 0.3em;
}

.bl_menu_ttl_ja {
    font-size: 1.4rem;
    color: var(--color-gold);
    line-height: calc(32 / 14);
    padding-top: 0.8rem;
}

.bl_menu_imgWrapper {
    max-width: 33.7rem;
    padding-top: 1.4rem;
}

.bl_menu table {
    border-collapse: collapse;
    width: 100%;
    max-width: 33.7rem;
}

@media screen and (max-width: 480px) {
    .bl_menu table {
        max-width: inherit;
    }
}

.bl_menu table tr {
    background: var(--color-gray-light);
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2.0rem;
    margin-top: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .bl_menu table tr {
        flex-flow: column;
    }
}

.bl_menu table tr:not(:first-child) {
    margin-top: 0.8rem;
}

.bl_menu table tr th, .bl_menu table tr td {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
}

.bl_menu table tr th {
    text-align: left;
}

.bl_menu table tr td {
    text-align: right;
}

.bl_menu_txt {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    padding-top: 2.4rem;
}

.bl_menu_note {
    font-size: 1.4rem;
    line-height: calc(32 / 14);
    color: var(--color-gold);
    font-weight: bold;
    padding-top: 5.8rem;
    text-align: center;
}


/* bl_insta */

.bl_insta_head {
    padding-left: 2.4rem;
}

.bl_insta_slide {
    position: relative;
    margin-top: 4.0rem;
}

.bl_insta_card {
    display: flex;
}

.bl_insta_card_imgWrapper {
    max-width: 22.5rem;
}

.bl_insta_card_date {
    font-size: 1.4rem;
    line-height: calc(32 / 14);
    letter-spacing: 0.22em;
    writing-mode: vertical-rl;
}

.bl_insta_btn {
    padding-top: 4.7rem;
    max-width: 11.9rem;
    margin: 0 auto;
}

/*
pg_menu******************************/

.pg_menu {
    padding: 10.0rem 0 5.0rem;
}

/*
pg_home_insta******************************/

.pg_home_insta {
    padding: 3.0rem 0 3.0rem;
}

.pg_menu_insta {
    padding: 5.0rem 0 7.0rem;
}

.pg_contact_insta {
    padding: 5.0rem 0 7.0rem;
}

/*
pg_home_particulars******************************/

.pg_home_particulars {
    padding: 3.0rem 0 3.0rem;
}

.pg_aboutus_particulars {
    padding: 5.0rem 0 7.0rem;
}

.pg_shopinfo_particulars {
    padding: 10.0rem 0 5.0rem;
}

.bl_particulars_head {
    padding-left: 2.4rem;
}

.bl_particulars_media {
    position: relative;
    display: grid;
    place-items: center;
    align-items: start;
}

@media screen and (max-width: 768px) {
    .bl_particulars_media {
        display: block;
    }
}

.bl_particulars_media_inner {
    display: flex;
    align-items: center;
    margin-top: 4.8rem;
    background: var(--color-beige);
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    margin-left: 15.6rem;
}

@media screen and (max-width: 1100px) {
    .bl_particulars_media_inner {
        margin-left: 7.6rem;
    }
}

@media screen and (max-width: 768px) {
    .bl_particulars_media_inner {
        margin-top: 0;
        margin-left: 0;
    }
}

.bl_particulars_media_bg {
    display: flex;
    align-items: center;
    margin-top: 14.8rem;
    justify-self: self-start;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 3;
    width: 53.15789%;
}

@media screen and (max-width: 768px) {
    .bl_particulars_media_bg {
        width: 100%;
        margin-top: 4.8rem;
    }
}

.bl_particulars_media_imgWrapper {
    flex: 0 1 53.15789%;
}

.bl_particulars_media_imgWrapper>img {
    width: 100%;
}

.bl_particulars_media_body {
    flex: 1;
    padding: 3.0rem 3.6rem 5.1rem 0;
}

@media screen and (max-width: 768px) {
    .bl_particulars_media_body {
        padding: 3.0rem 3.6rem 5.1rem;
    }
}

.bl_particulars_logo_VillaLodola {
    max-width: 15.2rem;
    margin-left: auto;
}

.bl_particulars_media_ttl {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: calc(32 / 18);
    letter-spacing: 0.3em;
    font-weight: bold;
    color: var(--color-gold);
    margin-top: -1.3rem;
}

.bl_particulars_media_txt {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    padding-top: 1.7rem;
}

.bl_particulars_media_txt.-catch {
    padding-top: 6.8rem;
}

@media screen and (max-width: 768px) {
    /* .bl_particulars_media {
        display: block;
    } */

    .bl_particulars_media_imgWrapper {
        margin-right: 0;
        margin-bottom: 20px;
        flex: 0;
    }
}

.bl_particulars_btn {
    padding-top: 4.7rem;
    max-width: 11.9rem;
    margin-left: auto;
}

/*
pg_home_shopping******************************/

.pg_home_shopping {
    padding: 3.0rem 0 0;
}

.pg_shopinfo_shopping {
    padding: 5.0rem 0 7.0rem;
}

.bl_shopping_head {
    padding-left: 2.4rem;
}

.bl_shopping_slide {
    margin-top: 4.8rem;
    position: relative;
}

.bl_shopping_slide_content {
    position: relative;
    width: 100%;
    max-width: 894px;
    margin: 0 auto;
    -webkit-transform: translateX(-3.0rem);
    transform: translateX(-3.0rem);
    z-index: 3;
}

@media screen and (max-width: 1140px) {
    .bl_shopping_slide_content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.bl_shopping_slide_content::after {
    content: '';
    position: absolute;
    top: 11.5rem;
    left: 7.9rem;
    width: 100%;
    height: 100%;
    background-color: var(--color-beige);
    z-index: 1;
}

@media screen and (max-width: 1140px) {
    .bl_shopping_slide_content::after {
        left: 0;
    }
}

.bl_shopping_slide_img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
}

.bl_shopping_slide_ttlWrapper {
    position: relative;
    z-index: 3;
    color: white;
    padding: 4.0rem 0 4.0rem;
    text-align: right;
    display: grid;
    gap: 3.2rem;
    grid-auto-flow: column;
    justify-content: flex-end;
    left: 3.7rem;
    margin-left: 8.27rem;
}

@media screen and (max-width: 1140px) {
    .bl_shopping_slide_ttlWrapper {
        left: 0;
        margin-left: 0;
        padding: 4.0rem 3.9rem 4.0rem;
    }
}

@media screen and (max-width: 768px) {
    .bl_shopping_slide_ttlWrapper {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .bl_shopping_slide_ttlWrapper {
        padding: 4.0rem 2.0rem 4.0rem;
    }
}

.bl_shopping_slide_ttl {
    font-size: 1.8rem;
    line-height: calc(32 / 18);
    letter-spacing: 0.3em;
    color: var(--color-gold);
    /* word-break: break-all; */
}

.bl_shopping_slide_btn {
    max-width: 11.9rem;
    margin: 0 auto;
    width: 11.9rem;
}

@media screen and (max-width: 768px) {
    .bl_shopping_slide_btn {
        padding-top: 5.0rem;
    }
}

/*
pg_homshopinfo******************************/

.pg_home_shopinfo {
    background: url(../images/home_shopinfo_bg.png) repeat;
    width: 100%;
    height: auto;
    background-position: 50% top;
    background-size: 192rem 76.4rem;
    position: relative;
    margin-top: 24.6rem;
}

@media screen and (min-width: 1921px) {
    .pg_home_shopinfo {
        margin-top: 24.6rem;
    }
}

@media screen and (max-width: 1920px) and (min-width: 769px) {
    .pg_home_shopinfo {
        margin-top: 12.8125vw;
    }
}

@media (max-width: 768px) {
    .pg_home_shopinfo {
        margin-top: 32.03125vw;
    }
}

.pg_home_shopinfo_media_ttl {
    padding-top: 4.7rem;
}

.pg_home_shopinfo_logo {
    max-width: 41.7rem;
    padding-top: 6.4rem;
}

.pg_home_shopinfo_read {
    font-size: 1.0rem;
    line-height: calc(22 / 10);
    padding-top: 1.7rem;
}

.pg_home_shopinfo_bg {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
}

.pg_home_shopinfo_bg_content {
    flex: 0 1 53.333333%;
    margin: 0;
    z-index: 30;
    position: relative;
    top: -16.6rem;
    top: -8.64583333vw;
}

.pg_home_shopinfo_bg_space {
    flex: 1;
}


/*
pg_shopinfo******************************/

.pg_shopinfo {
    padding: 2.0rem 0 10.0rem;
}

.pg_shopinfo_imgWrapper {
    max-width: 75.3rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: 0 auto;
}

/*
pg_contact******************************/

.pg_contact {
    padding: 0 0 5.0rem;
}

.pg_contact_inner {
    max-width: 70.7rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: 0 auto;
}

.pg_contactTelephone {
    padding-top: 3.5rem;
}

.pg_contactTelephone_ttl {
    position: relative;
    font-size: 2.6rem;
    line-height: calc(18 / 26);
    letter-spacing: 0.3em;
    color: var(--color-gold);
    text-align: center;
    margin-bottom: 2.3rem;
}

.pg_contactTelephone_ttl:before {
    position: absolute;
    bottom: -2.3rem;
    left: calc(50% - 8.75rem);
    width: 17.5rem;
    height: 1px;
    content: '';
    background: #000;
}

.pg_contactTelephone_txt {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    padding-top: 2.3rem;
}

.pg_contactTelephone_telWrapper {
    padding: 2.5rem 0 3.5rem;
    margin-top: 3.2rem;
    border-top: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
    text-align: center;
}

.pg_contactTelephone_telWrapper .pg_contactTelephone_txt {
    padding-top: 1.0rem;
}

.pg_contactTelephone_tel {
    font-size: 3.4rem;
    line-height: calc(32 / 34);
    font-weight: bold;
}

.pg_contactTelephone_btn {
    padding-top: 3.0rem;
    max-width: 11.9rem;
    margin: 0 auto;
}

.pg_contactLine {
    padding-top: 5.8rem;
}

.pg_contactLine_ttl {
    position: relative;
    font-size: 2.6rem;
    line-height: calc(18 / 26);
    letter-spacing: 0.3em;
    color: var(--color-gold);
    text-align: center;
    margin-bottom: 2.3rem;
}

.pg_contactLine_ttl:before {
    position: absolute;
    bottom: -2.3rem;
    left: calc(50% - 8.75rem);
    width: 17.5rem;
    height: 1px;
    content: '';
    background: #000;
}

.pg_contactLine_txt {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    padding-top: 2.3rem;
}

.pg_contactLine_btn {
    padding-top: 2.3rem;
    max-width: 22.1rem;
    margin: 0 auto;
}

.pg_contactLine_btn svg.icon_line {
    max-width: 19px;
    height: 19px;
    fill: var(--color-gold);
}

.el_beforeAfterIconBtn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 3.5rem;
    padding: 0.7rem 1.2rem 0.9rem 1.8rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    color: var(--color-gold);
    text-indent: 0.5em;
}

.el_beforeAfterIconBtn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .el_beforeAfterIconBtn:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

/*
footer******************************/

.ly_footer {
    background-color: var(--color-blue-dark);
    padding-top: 7.3rem;
}

.ly_footer_inner {
    width: -webkit-calc(100% - 6.0rem);
    width: calc(100% - 6.0rem);
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.bl_footer_logo_imgWrapper {
    max-width: 417px;
    height: 47px;
    display: block;
    margin: auto;
}

.bl_footer_horizBtnList {
    display: flex;
    justify-content: center;
    padding-top: 5.0rem;
}

.bl_footer_horizBtnList>*:last-child {
    margin-right: 0;
}

.bl_footer_horizBtnList>li {
    flex: 1 1 0;
    max-width: 15.4rem;
    margin-right: -0.1rem;
}

.bl_footer_address {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    text-align: center;
    font-style: normal;
    color: #fff;
    padding-top: 1.4rem;
    font-style: normal;
}

.bl_footer_sns {
    padding-top: 2.8rem;
}

.bl_footer_copyright {
    font-size: 1.2rem;
    line-height: calc(26 / 12);
    letter-spacing: 0.2em;
    padding-top: 5.6rem;
    padding-bottom: 2.8rem;
    text-align: center;
    color: #fff;
}

.bl_footer_sns ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 3.1rem;
    grid-auto-flow: column;
    justify-content: center;
}

.bl_footer_sns ul li {
    line-height: 1;
    grid-auto-flow: row;
    text-align: center;
}

.bl_footer_sns svg {
    fill: #fff;
}

.bl_footer_sns svg.icon_facebook {
    max-width: 11px;
    height: 21px;
}

.bl_footer_sns svg.icon_instagram {
    max-width: 23px;
    height: 23px;
}

.bl_footer_sns svg.icon_x {
    max-width: 22px;
    height: 23px;
}

.bl_footer_sns svg.icon_line {
    max-width: 28px;
    height: 27px;
}

.bl_footer_sns svg.icon_pinterest {
    max-width: 18px;
    height: 23px;
}

.bl_footer_sns svg.icon_tiktok {
    max-width: 20px;
    height: 24px;
}

.bl_footer_sns svg.icon_youtube {
    max-width: 29px;
    height: 20px;
}

/*
pg_notfound******************************/

.pg_notfound {
    position: relative;
    padding: 10.0rem 0;
}

.pg_notfound_txt {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
}

.pg_notfound_txt a {
    color: #000;
    text-decoration: underline;
}


/* swiper */

.swiper-slide img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .kv .swiper-slide img {
        width: 100vw;
        height: calc(100vw* 5 / 5);
        max-width: 768px;
        max-height: calc(768px* 5 / 5);
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .kv .swiper-slide img {
        width: 100vw;
        height: calc(100vw* 5 / 4);
        max-width: 768px;
        max-height: calc(768px* 5 / 4);
        object-fit: cover;
    }
}

.kv .swiper {
    max-width: 1350px;
}

.kv .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    bottom: 3.4rem;
}

@media (max-width: 1200px) {
    .kv .swiper-nav {
        bottom: -2.6rem;
        right: 0;
    }
}

@media (max-width: 768px) {
    .kv .swiper-nav {
        bottom: -3.4rem;
        right: 3.2rem;
    }
}

.kv .swiper-button-prev,
.kv .swiper-button-next,
.kv .swiper-pagination {
    position: static;
}

.kv .swiper-button-prev,
.kv .swiper-button-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    background: var(--color-gold) !important;
}

.kv .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
}

.kv .swiper-button-prev,
.kv .swiper-button-next {
    width: 0.5rem;
    height: 0.9rem;
    transform: translateY(0.45rem);
}

.kv .swiper-button-prev:after,
.kv .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    margin: auto;
}

.kv .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_small.svg);
}

.kv .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_small.svg);
}

.pg_aboutusGallery .swiper-button-prev {
    left: -30px;
}

.pg_aboutusGallery .swiper-button-next {
    right: -30px;
}

.pg_aboutusGallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -25px;
}

.pg_aboutusGallery .swiper {
    max-width: 87.9rem;
}

.pg_aboutusGallery .swiper-slide img {
    height: auto;
    width: 100%;
}

.pg_aboutusGallery .swiper-button-prev:after,
.pg_aboutusGallery .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    margin: auto;
}

.pg_aboutusGallery .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_small.svg);
}

.pg_aboutusGallery .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_small.svg);
}

.bl_insta_slide .swiper-button-prev {
    left: -47px;
}

@media (max-width: 1250px) {
    .bl_insta_slide .swiper-button-prev {
        left: -21px;
    }
}

.bl_insta_slide .swiper-button-next {
    right: -47px;
}

@media (max-width: 1250px) {
    .bl_insta_slide .swiper-button-next {
        right: -21px;
    }
}

.bl_insta_slide .swiper {
    max-width: 1140px;
}

.bl_insta_slide .swiper-slide img {
    height: auto;
    width: 100%;
}

.bl_insta_slide .swiper-button-prev:after,
.bl_insta_slide .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 3.6rem;
    margin: auto;
}

.bl_insta_slide .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_large.svg);
}

.bl_insta_slide .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_large.svg);
}

.bl_menu_slide .swiper-button-prev {
    left: -47px;
}

@media (max-width: 1250px) {
    .bl_menu_slide .swiper-button-prev {
        left: -21px;
    }
}

.bl_menu_slide .swiper-button-next {
    right: -47px;
}

@media (max-width: 1250px) {
    .bl_menu_slide .swiper-button-next {
        right: -21px;
    }
}

.bl_menu_slide .swiper {
    max-width: 1140px;
}

.bl_menu_slide .swiper-slide img {
    height: auto;
    width: 100%;
}

.bl_menu_slide .swiper-button-prev:after,
.bl_menu_slide .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 3.6rem;
    margin: auto;
}

.bl_menu_slide .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_large.svg);
}

.bl_menu_slide .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_large.svg);
}

.bl_shopping_slide .swiper-button-prev {
    left: -6px;
}

@media (max-width: 1250px) {
    .bl_shopping_slide .swiper-button-prev {
        left: -21px;
    }
}

.bl_shopping_slide .swiper-button-next {
    right: -6px;
}

@media (max-width: 1250px) {
    .bl_shopping_slide .swiper-button-next {
        right: -21px;
    }
}

.bl_shopping_slide .swiper {
    max-width: 1140px;
}

.bl_shopping_slide .swiper-slide img {
    height: auto;
    width: 100%;
}

.bl_shopping_slide .swiper-button-prev:after,
.bl_shopping_slide .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 3.6rem;
    margin: auto;
}

.bl_shopping_slide .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_large.svg);
}

.bl_shopping_slide .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_large.svg);
}

.bl_aboutusGallery_slide .swiper-button-prev {
    left: -47px;
}

@media (max-width: 1250px) {
    .bl_aboutusGallery_slide .swiper-button-prev {
        left: -21px;
    }
}

.bl_aboutusGallery_slide .swiper-button-next {
    right: -47px;
}

@media (max-width: 1250px) {
    .bl_aboutusGallery_slide .swiper-button-next {
        right: -21px;
    }
}

.bl_aboutusGallery_slide .swiper {
    max-width: 879px;
}

.bl_aboutusGallery_slide .swiper-slide img {
    height: auto;
    width: 100%;
}

.bl_aboutusGallery_slide .swiper-button-prev:after,
.bl_aboutusGallery_slide .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 3.6rem;
    margin: auto;
}

.bl_aboutusGallery_slide .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_large.svg);
}

.bl_aboutusGallery_slide .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_large.svg);
}

.bl_aboutusConcept_slide .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.bl_aboutusConcept_slide .swiper-button-prev,
.bl_aboutusConcept_slide .swiper-button-next,
.bl_aboutusConcept_slide .swiper-pagination {
    position: static;
}

.bl_aboutusConcept_slide .swiper-button-prev,
.bl_aboutusConcept_slide .swiper-button-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    background: var(--color-gold);
}

.bl_aboutusConcept_slide .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
}

.bl_aboutusConcept_slide .swiper-button-prev,
.bl_aboutusConcept_slide .swiper-button-next {
    width: 0.5rem;
    height: 0.9rem;
    transform: translateY(0.45rem);
}

.bl_aboutusConcept_slide .swiper-button-prev:after,
.bl_aboutusConcept_slide .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    margin: auto;
}

.bl_aboutusConcept_slide .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_small.svg);
}

.bl_aboutusConcept_slide .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_small.svg);
}

.bl_home_aboutus_slide {
    position: relative;
}

.bl_home_aboutus_slide .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    right: 0;
}

.bl_home_aboutus_slide .swiper-button-prev,
.bl_home_aboutus_slide .swiper-button-next,
.bl_home_aboutus_slide .swiper-pagination {
    position: static;
}

.bl_home_aboutus_slide .swiper-button-prev,
.bl_home_aboutus_slide .swiper-button-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    background: var(--color-gold);
}

.bl_home_aboutus_slide .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
}

.bl_home_aboutus_slide .swiper-button-prev,
.bl_home_aboutus_slide .swiper-button-next {
    width: 0.5rem;
    height: 0.9rem;
    transform: translateY(0.45rem);
}

.bl_home_aboutus_slide .swiper-button-prev:after,
.bl_home_aboutus_slide .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    margin: auto;
}

.bl_home_aboutus_slide .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_small.svg);
}

.bl_home_aboutus_slide .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_small.svg);
}

.pg_home_aboutus_bg .swiper {
    max-width: 1024px;
    pointer-events: all;
}

.pg_home_aboutus_bg_slide .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    position: absolute;
    bottom: 18%;
    left: 25%;
    pointer-events: all;
}

@media (max-width: 768px) {
    .pg_home_aboutus_bg_slide .swiper-nav {
        bottom: -3.4rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

.pg_home_aboutus_bg_slide .swiper-button-prev,
.pg_home_aboutus_bg_slide .swiper-button-next,
.pg_home_aboutus_bg_slide .swiper-pagination {
    position: static;
}

.pg_home_aboutus_bg_slide .swiper-button-prev,
.pg_home_aboutus_bg_slide .swiper-button-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.pg_home_aboutus_bg_slide .swiper-pagination-bullet-active {
    background: var(--color-gold);
}

.pg_home_aboutus_bg_slide .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
}

.pg_home_aboutus_bg_slide .swiper-button-prev,
.pg_home_aboutus_bg_slide .swiper-button-next {
    width: 0.5rem;
    height: 0.9rem;
    transform: translateY(0.45rem);
}

.pg_home_aboutus_bg_slide .swiper-button-prev:after,
.pg_home_aboutus_bg_slide .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    margin: auto;
}

.pg_home_aboutus_bg_slide .swiper-button-prev:after {
    background-image: url(../images/swiper_arrow_left_small.svg);
}

.pg_home_aboutus_bg_slide .swiper-button-next:after {
    background-image: url(../images/swiper_arrow_right_small.svg);
}