a
{
    text-decoration: none;

    color: #070707;
}

.sp
{
    display: none !important;
}

@media print, screen and (max-width: 430px)
{
    .sp
    {
        display: block !important;
    }
}

.pc
{
    display: block;
}

@media print, screen and (max-width: 430px)
{
    .pc
    {
        display: none !important;
    }
}

.spi
{
    display: none;
}

@media print, screen and (max-width: 430px)
{
    .spi
    {
        display: inline;
    }
}

.pdi
{
    display: none;
}

@media print, screen and (max-width: 1025px)
{
    .pdi
    {
        display: inline;
    }
}

@media print, screen and (max-width: 430px)
{
    .pdi
    {
        display: inline;
    }
}

.pci
{
    display: inline;
}

@media print, screen and (max-width: 430px)
{
    .pci
    {
        display: none;
    }
}

/* ============== .parallax ============== */
.parallax
{
    position: relative;

    overflow: hidden;

    min-height: 1080px;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

@media print, screen and (max-width: 1920px)
{
    .parallax
    {
        min-height: 56.25vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .parallax
    {
        height: 55.66406vw;
        min-height: auto;

        background-image: none;
        background-attachment: scroll;

                clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@media print, screen and (max-width: 430px)
{
    .parallax
    {
        position: relative;

        height: 144vw;

        background-image: none;
        background-attachment: scroll;

                clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

.parallax--04
{
    background-image: url(../images/img_top_parallax_04.jpg);
}

@media print, screen and (max-width: 1025px)
{
    .parallax--04
    {
        background-position: center bottom 20%;
    }
}

@media print, screen and (max-width: 430px)
{
    .parallax--04
    {
        background-image: none;
        background-position: center bottom 25%;
    }
}

@media print, screen and (max-width: 1025px)
{
    .parallax--04 .parallax__fixedBg
    {
        background-image: url(../images/img_top_parallax_04_pd.jpg);
        background-position: center bottom 30%;
    }
}

@media print, screen and (max-width: 430px)
{
    .parallax--04 .parallax__fixedBg
    {
        background-image: url(../images/img_top_parallax_04_sp.jpg);
        background-position: center bottom 10%;
    }
}

@media print, screen and (max-width: 1025px)
{
    .parallax.is-active .parallax__fixedBg
    {
        visibility: visible;

        opacity: 1;
    }
}

@media print, screen and (max-width: 430px)
{
    .parallax.is-active .parallax__fixedBg
    {
        visibility: visible;

        opacity: 1;
    }
}

.parallax__fixedBg
{
    display: none;
}

@media print, screen and (max-width: 1025px)
{
    .parallax__fixedBg
    {
        position: fixed !important;
        z-index: -1;
        top: 0 !important;
        left: 0 !important;

        display: block;
        visibility: visible;

        width: 100vw !important;
        height: 100% !important;
        min-height: 100vh !important;

        -webkit-transform: none !important;
                transform: none !important;
        pointer-events: none;

        opacity: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media print, screen and (max-width: 430px)
{
    .parallax__fixedBg
    {
        position: fixed !important;
        z-index: -1;
        top: 0 !important;
        left: 0 !important;

        display: block;
        visibility: visible;

        width: 100vw !important;
        height: 100% !important;
        min-height: 100vh !important;

        -webkit-transform: none !important;
                transform: none !important;
        pointer-events: none;

        opacity: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

.parallax__slideWrp
{
    position: absolute;
    z-index: 1;
    bottom: -19px;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100%;
}

@media print, screen and (max-width: 1920px)
{
    .parallax__slideWrp
    {
        bottom: -.98958vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .parallax__slideWrp
    {
        bottom: -1.85547vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .parallax__slideWrp
    {
        z-index: 1;
        bottom: -1.6vw;
    }
}

.parallax__track
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;

    -webkit-animation: scrollLoop 30s linear infinite;
            animation: scrollLoop 30s linear infinite;

    gap: 0;
}

.parallax__track:last-child
{
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.parallax__scrollCont
{
    margin-right: 50px;
}

@media print, screen and (max-width: 430px)
{
    .parallax__scrollCont
    {
        margin-right: 6.66667vw;
    }
}

.parallax__txt
{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 1;

    white-space: nowrap;

    color: transparent;
    text-shadow: 0 0 1px rgba(255, 255, 255, .08), 0 0 3px rgba(255, 255, 255, .05);

    -webkit-text-stroke: 1px #fff;
}

@media print, screen and (max-width: 1920px)
{
    .parallax__txt
    {
        text-shadow: 0 0 .05208vw rgba(255, 255, 255, .08), 0 0 .15625vw rgba(255, 255, 255, .05);
    }
}

@media print, screen and (max-width: 1025px)
{
    .parallax__txt
    {
        text-shadow: 0 0 .09766vw rgba(255, 255, 255, .08), 0 0 .29297vw rgba(255, 255, 255, .05);
    }
}

@media print, screen and (max-width: 430px)
{
    .parallax__txt
    {
        font-size: 14.66667vw;

        text-shadow: 0 0 .13333vw rgba(255, 255, 255, .08), 0 0 .4vw rgba(255, 255, 255, .05);
    }
}

@-webkit-keyframes scrollLoop
{
    0%
    {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

@keyframes scrollLoop
{
    0%
    {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

.parallax__blurText
{
    display: block;

    width: auto;
    height: 1em;
}

/* ============== .shopSec ============== */
.shopSec
{
    position: relative;
    z-index: 0;

    padding: 150px 0;

    background-color: #fdf7f0;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec
    {
        padding: 7.8125vw 0;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec
    {
        padding: 9.76562vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec
    {
        padding: 16vw 0;
    }
}

.shopSec::before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/img_bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-position: top left;
    background-size: cover;

    inset: 0;
}

.shopSec__conceptCont
{
    position: relative;
    z-index: 2;

    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 100px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptCont
    {
        max-width: 100vw;
        margin-bottom: 5.20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptCont
    {
        margin-bottom: 7.8125vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptCont
    {
        margin-bottom: 16vw;
    }
}

.shopSec__conceptTtl
{
    margin: 135px 362px 0 0;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptTtl
    {
        margin: 7.03125vw 18.85417vw 0 0;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptTtl
    {
        margin: 7.8125vw 19.53125vw 0 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptTtl
    {
        margin: 0;
    }
}

.shopSec__conceptWrp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptWrp
    {
        margin-top: 3.125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptWrp
    {
        margin-top: 3.90625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptWrp
    {
            flex-direction: column;

        margin-top: 5.33333vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shopSec__conceptTxtBox
{
    position: relative;
    z-index: 0;
}

.shopSec__conceptTxtBox::before
{
    position: absolute;
    bottom: 40px;
    left: -160px;

    width: 450px;
    height: 326px;

    content: '';

    background-image: url(../images/img_shop_concept_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptTxtBox::before
    {
        bottom: 2.08333vw;
        left: -8.33333vw;

        width: 23.4375vw;
        height: 16.97917vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptTxtBox::before
    {
        bottom: 2.92969vw;
        left: -11.71875vw;

        width: 39.0625vw;
        height: 28.32031vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptTxtBox::before
    {
        bottom: -20vw;
        left: -18.66667vw;

        width: 80vw;
        height: 53.33333vw;
    }
}

.shopSec__conceptTtl
{
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptTtl
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shopSec__conceptTtlTxt
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;

    position: relative;

    padding: 12px 24px;

    letter-spacing: .3em;
        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptTtlTxt
    {
        padding: .625vw 1.25vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptTtlTxt
    {
        padding: 1.36719vw 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptTtlTxt
    {
        padding: 2vw 0;

        letter-spacing: .1em;
            -ms-writing-mode: lr-tb;

        -webkit-writing-mode: horizontal-tb;
                writing-mode: horizontal-tb;
        text-orientation: mixed;
    }
}

.shopSec__conceptTtlTxt::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 2.9px;
    height: 410px;

    content: '';

    background-image: url(../images/img_shop_concept_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptTtlTxt::before
    {
        width: .15104vw;
        height: 21.35417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptTtlTxt::before
    {
        width: .25391vw;
        height: 39.0625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptTtlTxt::before
    {
        top: auto;
        bottom: 0;
        left: 50%;

        width: 77.33333vw;
        height: .42667vw;

        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

 
    }
}

.shopSec__conceptTtlTxt:first-child::after
{
    position: absolute;
    top: 0;
    right: 0;

    width: 2.9px;
    height: 410px;

    content: '';

    background-image: url(../images/img_shop_concept_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptTtlTxt:first-child::after
    {
        width: .15104vw;
        height: 21.35417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptTtlTxt:first-child::after
    {
        width: .25391vw;
        height: 39.0625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptTtlTxt:first-child::after
    {
        left: 0;

        width: 77.33333vw;
        height: .42667vw;
        margin: 0 auto;


    }
}

.shopSec__conceptTxt
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;
    line-height: 2.38;

    position: relative;
    z-index: 2;

    margin-top: 76px;
    margin-right: 152px;

    text-align: left;
    letter-spacing: .15em;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptTxt
    {
        margin-top: 3.95833vw;
        margin-right: 7.91667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptTxt
    {
        margin-top: 5.85938vw;
        margin-right: 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptTxt
    {
        line-height: 2;

        width: 92vw;
        margin-top: 5.33333vw;
        margin-right: 0;

        letter-spacing: .05em;
    }
}

.shopSec__conceptPhoto
{
    width: 994px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__conceptPhoto
    {
        width: 51.77083vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__conceptPhoto
    {
        width: 52.73438vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__conceptPhoto
    {
        position: relative;
        z-index: 2;

        width: 100%;
        margin-top: 2.66667vw;
    }
}

.shopSec__conceptPhoto img
{
    display: block;

    width: 100%;
}

.shopSec__atmosphereCont
{
    position: relative;

    padding: 100px 0 150px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereCont
    {
        padding: 5.20833vw 0 7.8125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereCont
    {
        overflow: hidden;

        padding: 7.8125vw 0 11.71875vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereCont
    {
        padding: 13.33333vw 0 16vw;
    }
}

.shopSec__atmosphereCont::before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/img_first_bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-position: top left;
    background-size: cover;

    inset: 0;
}

.shopSec__atmosphereInner
{
    position: relative;
    z-index: 1;

    width: 1672px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereInner
    {
        width: 87.08333vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereInner
    {
        width: 92vw;
    }
}

.shopSec__atmosphereLead
{
    font-weight: 500;

    margin: 30px 0 45px;

    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereLead
    {
        margin: 1.5625vw 0 2.34375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereLead
    {
        margin: 3.90625vw 0 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereLead
    {
        line-height: 1.6;

        margin: 5.33333vw 0;
    }
}

.shopSec__atmospherePhoto
{
    width: 100%;
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmospherePhoto
    {
        overflow: hidden;

        height: 53.33333vw;
    }
}

.shopSec__atmospherePhoto img
{
    display: block;

    width: 100%;
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmospherePhoto img
    {
        height: 100%;

        -o-object-fit: cover;
           object-fit: cover;
    }
}

.shopSec__atmosphereSeatWrp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 150px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatWrp
    {
        margin-top: 7.8125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereSeatWrp
    {
        margin-top: 7.8125vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatWrp
    {
            flex-direction: column-reverse;

        margin-top: 16vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}

.shopSec__atmosphereSeatWrp--tour
{
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 0;
    padding-bottom: 150px;
    padding-left: 124px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatWrp--tour
    {
        margin: 0;
        padding-bottom: 7.8125vw;
        padding-left: 6.45833vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatWrp--tour
    {
        width: 92vw;
        margin: 0 auto;
        padding-bottom: 16vw;
        padding-left: 0;
    }
}

.shopSec__atmosphereSeatItem
{
    width: 550px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatItem
    {
        width: 28.64583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereSeatItem
    {
        width: 29.29688vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatItem
    {
        width: 100%;
    }
}

.shopSec__atmosphereSeatItem--left
{
    margin-top: 70px;
    margin-right: 80px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatItem--left
    {
        margin-top: 3.64583vw;
        margin-right: 4.16667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereSeatItem--left
    {
        margin-top: 3.90625vw;
        margin-right: 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatItem--left
    {
        margin-top: 6.66667vw;
        margin-right: 0;
    }
}

.shopSec__atmosphereSeatTtlBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 200px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatTtlBox
    {
        margin-left: 10.41667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereSeatTtlBox
    {
        margin-left: 5.85938vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatTtlBox
    {
            flex-direction: column-reverse;

        margin-left: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shopSec__atmosphereSeatTxt
{
    color: #fff;
}

.shopSec__atmosphereSeatTtl
{
    font-weight: 800;
    margin: 20px 0;

    letter-spacing: .05em;

    color: #c6ac7a;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatTtl
    {
        width: 26.5625vw;
        margin: 1.04167vw 0;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereSeatTtl
    {
        width: 29.29688vw;
        margin: 1.46484vw 0 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatTtl
    {
        width: 100%;
        margin: 2.66667vw 0;
    }
}

.shopSec__atmosphereSeatTtl .shopSec__atmosphereSpan
{
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    display: inline-block;
}

.shopSec__atmosphereSeatTtl .shopSec__atmosphereSpan::before
{
    position: absolute;
    bottom: -6px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

    background-image: url(../images/img_atmosphere_seat_ttl_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatTtl .shopSec__atmosphereSpan::before
    {
        bottom: -.3125vw;

        height: .15625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereSeatTtl .shopSec__atmosphereSpan::before
    {
        bottom: -.48828vw;

        height: .25391vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatTtl .shopSec__atmosphereSpan::before
    {
        bottom: -.66667vw;

        height: .34667vw;
    }
}

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

.shopSec__atmosphereSeatTxt
{
    font-weight: 500;
    line-height: 2;

    width: 510px;

    text-align: left;
    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereSeatTxt
    {
        width: 26.5625vw;
        margin: 1.04167vw 0;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__atmosphereSeatTxt
    {
        width: 29.29688vw;
        margin: 1.46484vw 0 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereSeatTxt
    {
        width: 100%;
        margin: 2.66667vw 0;
    }
}

.shopSec__atmosphereTxt
{
    font-weight: 500;
    line-height: 2;

    margin-top: 50px;
    margin-right: 140px;

    text-align: left;
    letter-spacing: .25em;
        -ms-writing-mode: tb-rl;

    color: #fff;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__atmosphereTxt
    {
        margin-top: 2.60417vw;
        margin-right: 7.29167vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__atmosphereTxt
    {
        width: 100%;
        margin-top: 4vw;
        margin-right: 0;
        margin-bottom: 5.33333vw;

        text-align: center;
        letter-spacing: .1em;
            -ms-writing-mode: lr-tb;

        -webkit-writing-mode: horizontal-tb;
                writing-mode: horizontal-tb;
    }
}

.shopSec__sceneCont
{
    margin: 195px 0 150px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__sceneCont
    {
        margin: 10.15625vw 0 7.8125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__sceneCont
    {
        margin: 9.76562vw 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__sceneCont
    {
        margin: 16vw 0 13.33333vw;
    }
}

.shopSec__sceneWrp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1672px;
    margin: 0 auto;
    margin-top: 50px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__sceneWrp
    {
        width: 87.08333vw;
        margin-top: 2.60417vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__sceneWrp
    {
        width: 100%;
        margin-top: 3.90625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__sceneWrp
    {
            flex-direction: column;

        margin-top: 8vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shopSec__sceneItem
{
    position: relative;

    width: 523px;
    height: 521px;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__sceneItem
    {
        width: 27.23958vw;
        height: 27.13542vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__sceneItem
    {
        width: 28.32031vw;
        height: 28.32031vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__sceneItem
    {
        width: 80vw;
        height: 80vw;
        margin-bottom: 10.66667vw;
    }
}

.shopSec__sceneItem::before
{
    position: absolute;
    z-index: -2;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/img_shop_scene_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    inset: 0;
}

@media print, screen and (max-width: 430px)
{
    .shopSec__sceneItem:last-child
    {
        margin-bottom: 0;
    }
}

.shopSec__sceneNum
{
    position: relative;

    width: 109px;
    height: 109px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__sceneNum
    {
        width: 5.67708vw;
        height: 5.67708vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__sceneNum
    {
        width: 6.83594vw;
        height: 6.83594vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__sceneNum
    {
        width: 20vw;
        height: 20vw;
    }
}

.shopSec__sceneNum::before
{
    position: absolute;
    z-index: -1;
    top: -5px;
    right: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    content: '';

    background-image: url(../images/img_shop_scene_ttl_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    inset: 0;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__sceneNum::before
    {
        top: -.26042vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__sceneNum::before
    {
        top: -1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__sceneNum::before
    {
        top: -4vw;
    }
}

.shopSec__scene
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;

    padding-top: 30px;

    letter-spacing: .05em;

    color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__scene
    {
        padding-top: 1.5625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__scene
    {
        margin-top: -2.92969vw;
        padding-top: 0;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__scene
    {
        padding-top: 2.66667vw;
    }
}

.shopSec__num
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;

    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__num
    {
        font-size: 2.53906vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__num
    {
        font-size: 5.33333vw;
    }
}

.shopSec__numTtl
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;

    position: relative;

    margin-top: 20px;

    letter-spacing: .1em;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__numTtl
    {
        margin-top: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__numTtl
    {
        font-size: 2.14844vw;

        margin-top: -.97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__numTtl
    {
        font-size: 4.8vw;

        margin-top: -2.66667vw;
    }
}

.shopSec__numTtl::before
{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -14px;
    left: 0;

    width: 270px;
    height: 24.8px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/img_shop_scene_ttl_line_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__numTtl::before
    {
        bottom: -.72917vw;

        width: 14.0625vw;
        height: 1.29167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__numTtl::before
    {
        bottom: -.97656vw;

        width: 19.53125vw;
        height: 1.79687vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__numTtl::before
    {
        bottom: -1.86667vw;

        width: 48vw;
        height: 4.37333vw;
    }
}

.shopSec__numTtl--02::before
{
    width: 345px;

    background-image: url(../images/img_shop_scene_ttl_line_02.svg);
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__numTtl--02::before
    {
        width: 17.96875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__numTtl--02::before
    {
        width: 24.41406vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__numTtl--02::before
    {
        width: 61.33333vw;
    }
}

.shopSec__txtBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    margin-top: 45px;

    text-align: start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__txtBox
    {
        margin-top: 2.34375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__txtBox
    {
        margin-top: 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__txtBox
    {
        margin-top: 4vw;
    }
}

.shopSec__span
{
    font-weight: 500;
    line-height: 2.8;

    position: relative;

    display: inline-block;

    padding-top: 20px;

    letter-spacing: .2em;
        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__span
    {
        padding-top: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__span
    {
        padding-top: 0
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__span
    {
        padding-top: 2.66667vw;

        letter-spacing: .15em;
    }
}

.shopSec__span::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 3px;
    height: 236px;

    content: '';

    background-image: url(../images/img_shop_scene_txt_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__span::before
    {
        width: .15625vw;
        height: 12.29167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__span::before
    {
        top: -.48828vw;

        width: .29297vw;
        height: 18.55469vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__span::before
    {
        top: -.66667vw;

        width: .53333vw;
        height: 48vw;
    }
}

.shopSec__span:nth-child(1)::after
{
    position: absolute;
    top: 0;
    right: 0;

    width: 3px;
    height: 236px;

    content: '';

    background-image: url(../images/img_shop_scene_txt_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .shopSec__span:nth-child(1)::after
    {
        top: 0;

        width: .15625vw;
        height: 12.29167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__span:nth-child(1)::after
    {
        top: -.48828vw;

        width: .29297vw;
        height: 18.55469vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .shopSec__span:nth-child(1)::after
    {
        top: -.66667vw;

        width: .53333vw;
        height: 48vw;
    }
}