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;
    }
}

/* ============== .swiperSec ============== */
.swiperSec
{
    position: relative;
    z-index: -1;

    width: 100%;
}

.swiperSec::before
{
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .3;
    background-color: #070707;

    inset: 0;
}

.swiperSec__swiper
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.swiperSec__slide
{
    width: 100%;
    height: 1080px;
}

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

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

.swiperSec__slide > picture
{
    display: block;

    width: 100%;

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

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

.swiperSec__slide > picture > img
{
    display: block;

    width: 100%;

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

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

.swiperSec__slide img
{
    display: block;

    width: 100%;
}

@-webkit-keyframes zoomUp
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);
    }
}

@keyframes zoomUp
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);
    }
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img
{
    -webkit-animation: zoomUp 20s linear both;
            animation: zoomUp 20s linear both;
}

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

/* ============== .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--01
{
    background-image: url(../images/img_top_parallax_01_v2.jpg);
}

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

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

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

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

.parallax--02
{
    background-image: url(../images/img_top_parallax_02_v2.jpg);
}

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

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

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

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

.parallax--03
{
    background-image: url(../images/img_top_parallax_03.jpg);
}

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

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

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

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

.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%;
    }
}

/* PC */
.parallax--05
{
    background-image: url(../images/img_top_parallax_05.jpg);
}

/* タブレット */
@media print, screen and (max-width: 1025px)
{
    .parallax--05
    {
        background-image: none;
        background-position: center bottom 20%;
    }

    .parallax--05 .parallax__fixedBg
    {
        background-image: url(../images/img_top_parallax_05_pd.jpg);
        background-position: center bottom 30%;
    }
}

/* スマホ */
@media print, screen and (max-width: 430px)
{
    .parallax--05
    {
        background-image: none;
        background-position: center bottom 25%;
    }

    .parallax--05 .parallax__fixedBg
    {
        background-image: url(../images/img_top_parallax_05_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;
}

/* ============== .tourRouteSec ============== */
.tourRouteSec
{
    overflow: hidden;

    padding-top: 150px;
}

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

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

.tourRouteSec__cont
{
    margin-top: 20px;
}

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

.tourRouteSec__txt
{
    font-weight: 500;
    line-height: 1.5;

    letter-spacing: .1em;
}

.tourRouteSec__img
{
    width: 100%;
    margin-top: 60px;
}

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

@media print, screen and (max-width: 430px)
{
    .tourRouteSec__img
    {
        overflow-x: scroll;
    }
}

.tourRouteSec__img img
{
    display: block;

    width: 100%;
}

@media print, screen and (max-width: 430px)
{
    .tourRouteSec__img img
    {
        width: 146.66667vw;
        height: 104.8vw;

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

/* ============== .comPointSec ============== */
.comPointSec
{
    padding-top: 150px;
    padding-bottom: 200px;
}

@media print, screen and (max-width: 1920px)
{
    .comPointSec
    {
        padding-top: 7.8125vw;
        padding-bottom: 10.41667vw;
    }
}

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

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

    margin-top: 50px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 72px 84px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

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

        gap: 3.75vw 4.375vw;
    }
}

.comPointSec__item
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 663px;
    min-height: 319px;
    padding: 40px 60px 40px 21px;

    background: rgba(255, 255, 255, .8);
}

@media print, screen and (max-width: 1920px)
{
    .comPointSec__item
    {
        width: 34.53125vw;
        min-height: 16.61458vw;
        padding: 2.08333vw 3.125vw 2.08333vw 1.09375vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .comPointSec__item
    {
        width: 100%;
        min-height: auto;
        padding: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
    }
}

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

    width: 100%;
    height: 2px;

    content: '';

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

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

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

.comPointSec__item::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

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

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

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

.comPointSec__item--tour
{
    min-height: 247px;
}

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

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

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 43px;
}

@media print, screen and (max-width: 1920px)
{
    .comPointSec__ttlBox
    {
        gap: 2.23958vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .comPointSec__ttlBox
    {
        gap: 5.73333vw;
    }
}

.comPointSec__numBox
{
    position: relative;
    z-index: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 88px;
    height: 83px;
    padding-top: 20px;
}

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

@media print, screen and (max-width: 1025px)
{
    .comPointSec__numBox
    {
        width: 8.59375vw;
        height: 8.10547vw;
        padding-top: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .comPointSec__numBox
    {
        width: 11.73333vw;
        height: 11.06667vw;
        padding-top: 1.6vw;
    }
}

.comPointSec__numBox::before
{
    position: absolute;
    z-index: -1;

    width: 100%;
    height: 100%;

    content: '';

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

    inset: 0;
}

.comPointSec__numBox--tour
{
    padding-top: 14px;
}

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

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

@media print, screen and (max-width: 430px)
{
    .comPointSec__numBox--tour
    {
        width: 15.73333vw;
        height: 15.06667vw;
        padding-top: 2.4vw;
    }
}

.comPointSec__num
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;

    letter-spacing: .05em;

    color: #fff;
}

.comPointSec__en
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;

    color: #fff;
}

.comPointSec__ttl
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
}

@media print, screen and (max-width: 1025px)
{
    .comPointSec__ttl
    {
        line-height: 1.5;

        text-align: left;
    }
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    padding-left: 39px;

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

@media print, screen and (max-width: 1920px)
{
    .comPointSec__txt
    {
        margin-top: 2.08333vw;
        padding-left: 2.03125vw;
    }
}

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

.comPointSec__txt--tour
{
    padding-left: 20px;
}

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

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

/* ============== .comRecommendSec ============== */
.comRecommendSec
{
    padding: 100px 0 150px;
}

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

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

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

.comRecommendSec__inner
{
    width: 1672px;
    margin: 0 auto;
}

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

.comRecommendSec__cont
{
    margin-top: 20px;
    margin-bottom: 150px;
}

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

@media print, screen and (max-width: 430px)
{
    .comRecommendSec__cont
    {
        margin-top: 2.66667vw;
        margin-bottom: 20vw;
    }
}

.comRecommendSec__cont--tour
{
    margin-bottom: 0;
}

.comRecommendSec__txt
{
    font-weight: 700;
    line-height: 2;

    letter-spacing: .1em;
}

@media print, screen and (max-width: 430px)
{
    .comRecommendSec__txt
    {
        text-align: left;
    }
}

.comRecommendSec__txt--left
{
    margin-top: 15px;
    margin-bottom: 30px;

    text-align: left;
}

@media print, screen and (max-width: 1920px)
{
    .comRecommendSec__txt--left
    {
        margin-top: .78125vw;
        margin-bottom: 1.5625vw;
    }
}

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

.comRecommendSec__txt--white
{
    color: #fff;
}

.comRecommendSec__txt--right
{
    margin-top: 20px;

    text-align: right;
}

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

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

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

    margin-top: 60px;

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

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

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

        margin-top: 8vw;

        gap: 10.66667vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.comRecommendSec__item
{
    width: 46.59%;
}

@media print, screen and (max-width: 1025px)
{
    .comRecommendSec__item
    {
        width: 48.59%;
    }
}

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

.comRecommendSec__img
{
    width: 100%;
}

.comRecommendSec__img img
{
    display: block;

    width: 100%;
}

.comRecommendSec__ttl
{
    font-weight: 900;

    margin-top: 25px;

    letter-spacing: .05em;

    color: #8d0100;
}

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

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

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

        margin-top: 4.66667vw;
    }
}

.comRecommendSec__ttl--beige
{
    color: #c6ac7a;
}

.comRecommendSec__line
{
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    display: inline-block;
  
     line-height: 1.5;

}

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

.comRecommendSec__line::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

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

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

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

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

.comRecommendSec__line--beige::before
{
    background-image: url(../images/img_com_recommend_ttl_line_beige.svg);
}

/* ============== .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.webp);
    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%);

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

.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;

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

.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.webp);
    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;

    margin-top: 30px;

    text-align: start;

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

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

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

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

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

    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__txt
    {
        padding-top: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .shopSec__txt
    {
        padding-top: .97656vw;
    }
}

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

        letter-spacing: .15em;
    }
}

.shopSec__txt .shopSec__span
{
    position: relative;

    display: inline-block;
}

.shopSec__txt .shopSec__span::before
{
    position: absolute;
    top: -20px;
    left: 0;

    width: 3px;
    height: 270px;

    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__txt .shopSec__span::before
    {
        top: -1.04167vw;

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

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

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

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

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

.shopSec__txt .shopSec__span:first-child::after
{
    position: absolute;
    top: -20px;
    right: 0;

    width: 3px;
    height: 270px;

    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__txt .shopSec__span:first-child::after
    {
        top: -1.04167vw;

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

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

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

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

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

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

    padding: 150px 0;

    background-color: #fdf7f0;
}

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

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

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

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

    width: 100%;
    height: 100%;

    content: '';

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

    inset: 0;
}

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

    width: 1672px;
    margin: 0 auto;
}

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

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

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

    margin-top: 60px;
    margin-bottom: 130px;
}

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

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

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

        margin-top: 8vw;
        margin-bottom: 16vw;

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

.accessSec__infoPhoto
{
    width: 698px;
    margin-right: 65px;
}

@media print, screen and (max-width: 1920px)
{
    .accessSec__infoPhoto
    {
        width: 36.35417vw;
        margin-right: 3.38542vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .accessSec__infoPhoto
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6.66667vw;
    }
}

.accessSec__infoPhoto img
{
    display: block;

    width: 100%;
}

.accessSec__infoBox
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 778px;
    padding: 80px 76.5px;

    background-color: rgba(255, 255, 255, .6);
}

@media print, screen and (max-width: 1920px)
{
    .accessSec__infoBox
    {
        width: 40.52083vw;
        padding: 4.16667vw 3.98437vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .accessSec__infoBox
    {
        width: 100%;
        padding: 6.66667vw 2.66667vw;
    }
}

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

    width: 100%;
    height: 2.91px;

    content: '';

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

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

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

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

.accessSec__infoBox::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2.91px;

    content: '';

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

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

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

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

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

    padding: 26px 0;

    border-bottom: 1px solid #c1c1c1;
}

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

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

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

        padding: 2.66667vw 0;

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

.accessSec__term
{
    font-weight: 700;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 158px;
    padding-left: 28px;

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

    color: #c6ac7a;
}

@media print, screen and (max-width: 1920px)
{
    .accessSec__term
    {
        width: 8.22917vw;
        padding-left: 1.45833vw;
    }
}

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

@media print, screen and (max-width: 430px)
{
    .accessSec__term
    {
        width: 100%;
        margin-bottom: 1.33333vw;
        padding-left: 0;
    }
}

.accessSec__description
{
    font-weight: 500;
    line-height: 1.666666;

    width: 476px;

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

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

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

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

.accessSec__mapCont
{
    position: relative;

    padding: 100px 0;
}

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

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

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

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

    width: 100%;
    height: 100%;

    content: '';

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

    inset: 0;
}

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

    width: 1082px;
    margin: 0 auto;
    margin-top: 50px;
}

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

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

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

.accessSec__map
{
    width: 100%;
}

.accessSec__map .accessSec__iframe
{
    display: block;

    width: 100% !important;
    height: 467px !important;

    aspect-ratio: 1082/467;
}

@media print, screen and (max-width: 1920px)
{
    .accessSec__map .accessSec__iframe
    {
        height: 24.32292vw !important;
    }
}

@media print, screen and (max-width: 1025px)
{
    .accessSec__map .accessSec__iframe
    {
        height: 34.17969vw !important;
    }
}

@media print, screen and (max-width: 430px)
{
    .accessSec__map .accessSec__iframe
    {
        height: 66.66667vw !important;
    }
}

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

    margin-top: 40px;

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

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

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

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

        margin-top: 6.66667vw;

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

.accessSec__mapItem
{
    width: 500px;
}

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

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

@media print, screen and (max-width: 430px)
{
    .accessSec__mapItem
    {
        width: 100%;
        margin-bottom: 6.66667vw;
    }
}

.accessSec__mapItem:last-child
{
    margin-bottom: 0;
}

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

    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 15px;
    padding-left: 30px;

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

    color: #fff;
    border-bottom: 1px solid #c1c1c1;
}

@media print, screen and (max-width: 1920px)
{
    .accessSec__mapTtl
    {
        padding-bottom: .78125vw;
        padding-left: 1.5625vw;

        border-bottom: .05208vw solid #c1c1c1;
    }
}

@media print, screen and (max-width: 1025px)
{
    .accessSec__mapTtl
    {
        padding-bottom: 1.46484vw;
        padding-left: 1.95312vw;

        border-bottom: .09766vw solid #c1c1c1;
    }
}

@media print, screen and (max-width: 430px)
{
    .accessSec__mapTtl
    {
        padding-bottom: 3.46667vw;
        padding-left: 4.8vw;

        border-bottom: .13333vw solid #c1c1c1;
    }
}

.accessSec__mapTtl::before
{
    position: absolute;
    bottom: 12px;
    left: 0;

    width: 19px;
    height: 28px;

    content: '';

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

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

        width: .98958vw;
        height: 1.45833vw;
    }
}

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

        width: 1.17188vw;
        height: 1.75781vw;
    }
}

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

        width: 3.2vw;
        height: 4.8vw;
    }
}

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

    padding-top: 30px;

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

    color: #fff;
}

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

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

.accessSec__spanTxt
{
    color: #93856a;
}

.accessSec__parkingCont
{
    padding: 136px 0 150px;
}

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

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

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

.accessSec__parkingCont--tour
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: 0 auto;
}

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

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

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

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

.accessSec__parkingPhoto
{
    width: 632px;
}

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

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

@media print, screen and (max-width: 430px)
{
    .accessSec__parkingPhoto
    {
        width: 100%;
        margin-bottom: 4vw;
    }
}

.accessSec__parkingPhoto img
{
    display: block;

    width: 100%;
}

.accessSec__parkingLBox
{
    width: 1312px;
    margin-right: 162px;
}

@media print, screen and (max-width: 1920px)
{
    .accessSec__parkingLBox
    {
        width: 68.33333vw;
        margin-right: 8.4375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .accessSec__parkingLBox
    {
        width: 68.35938vw;
        margin-right: 4.88281vw;
    }
}

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

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

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

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

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

.accessSec__parkingTxt
{
    font-weight: 500;

    margin-top: 25px;

    letter-spacing: .1em;
}

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

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

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

        margin-top: 0;
    }
}

.accessSec__parkingTxt--white
{
    color: #fff;
}

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

    padding: 150px 0 200px;

    background-color: #fdf7f0;
}

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

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

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

    width: 100%;
    height: 100%;

    content: '';

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

    inset: 0;
}

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

    width: 1672px;
    margin: 0 auto;
}

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

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

    margin-top: 20px;

    letter-spacing: .1em;
}

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

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

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

.contactSec__cont
{
    width: 100%;
    margin: 62px 0 100px;
    padding: 30px 0 40px;

    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background-color: rgba(255, 255, 255, .6);
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__cont
    {
        margin: 3.22917vw 0 5.20833vw;
        padding: 1.5625vw 0 2.08333vw;

        border-top: .05208vw solid #c1c1c1;
        border-bottom: .05208vw solid #c1c1c1;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__cont
    {
        margin: 3.90625vw 0 4.88281vw;
        padding: 1.95312vw 0 2.92969vw;

        border-top: .09766vw solid #c1c1c1;
        border-bottom: .09766vw solid #c1c1c1;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__cont
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 6.66667vw 0 8vw;
        padding: 8vw 5.33333vw;

        border-top: .13333vw solid #c1c1c1;
        border-bottom: .13333vw solid #c1c1c1;
    }
}

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

    display: block;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: .15em;

    color: #8d0100;
}

.contactSec__tel .contactSec__span
{
    position: relative;
}

.contactSec__tel .contactSec__span::before
{
    position: absolute;
    bottom: 12px;
    left: -62px;

    width: 36px;
    height: 36px;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

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

@media print, screen and (max-width: 1920px)
{
    .contactSec__tel .contactSec__span::before
    {
        bottom: .625vw;
        left: -3.22917vw;

        width: 1.875vw;
        height: 1.875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__tel .contactSec__span::before
    {
        bottom: 1.17188vw;
        left: -4.49219vw;

        width: 2.92969vw;
        height: 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__tel .contactSec__span::before
    {
        bottom: 1.73333vw;
        left: -6.66667vw;

        width: 5.33333vw;
        height: 5.33333vw;
    }
}

@media (any-hover: hover)
{
    .contactSec__tel:hover
    {
        color: #93856a;
    }
    .contactSec__tel:hover .contactSec__span::before
    {
        background-image: url(../images/icon_contact_tel_hover.svg);
    }
}

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

    width: 526px;
    margin: 0 auto;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

.contactSec__item--top
{
    margin-top: 20px;
    margin-bottom: 10px;
}

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

@media print, screen and (max-width: 1025px)
{
    .contactSec__item--top
    {
        margin-top: 2.34375vw;
        margin-bottom: .97656vw;
    }
}

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

.contactSec__black
{
    font-family: 'Zen Old Mincho', serif;

    width: 86px;
    padding: 3px 0 4px;

    text-align: center;

    color: #fff;
    background-color: #070707;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__black
    {
        width: 4.47917vw;
        padding: .15625vw 0 .20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__black
    {
        width: 6.83594vw;
        padding: .29297vw 0 .39062vw;
    }
}

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

.contactSec__txt
{
    font-weight: 500;

    margin-left: 15px;
}

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

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

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

        width: 49.33333vw;
        margin-left: 2.66667vw;

        text-align: left;
    }
}

.contactSec__faqBox
{
    margin-top: 100px;
}

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

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

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

.contactSec__faqBox--tour
{
    margin-top: 0;
    padding-bottom: 150px;
}

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

@media print, screen and (max-width: 430px)
{
    .contactSec__faqBox--tour
    {
        padding-bottom: 13.33333vw;
    }
}

.contactSec__tourFaq
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1672px;
    margin: 0 auto;
    padding-bottom: 150px;
}

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

@media print, screen and (max-width: 430px)
{
    .contactSec__tourFaq
    {
        width: 100%;
        padding-bottom: 13.33333vw;
    }
}

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

    padding: 80px 0 100px;
}

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

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

@media print, screen and (max-width: 430px)
{
    .faqSec
    {
        width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 16vw 0;
    }
}

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

    width: 100%;
    height: 100%;

    content: '';

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

.faqSec__inner
{
    width: 1410px;
    margin: 0 auto;
}

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

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

.faqSec__accordionWrp
{
    margin-top: 41px;
}

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

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

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

.faqSec__accordion
{
    position: relative;

    cursor: pointer;

    border-top: 1px solid #e8e8e8;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__accordion
    {
        border-top: .05208vw solid #e8e8e8;
    }
}

@media print, screen and (max-width: 1025px)
{
    .faqSec__accordion
    {
        border-top: .09766vw solid #e8e8e8;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__accordion
    {
        border-top: .13333vw solid #e8e8e8;
    }
}

.faqSec__accordion:last-child
{
    border-bottom: 1px solid #e8e8e8;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__accordion:last-child
    {
        border-bottom: .05208vw solid #e8e8e8;
    }
}

@media print, screen and (max-width: 1025px)
{
    .faqSec__accordion:last-child
    {
        border-bottom: .09766vw solid #e8e8e8;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__accordion:last-child
    {
        border-bottom: .13333vw solid #e8e8e8;
    }
}

.faqSec__accordion--black
{
    border-top: 1px solid #070707;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__accordion--black
    {
        border-top: .05208vw solid #070707;
    }
}

@media print, screen and (max-width: 1025px)
{
    .faqSec__accordion--black
    {
        border-top: .09766vw solid #070707;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__accordion--black
    {
        border-top: .13333vw solid #070707;
    }
}

.faqSec__accordion--black:last-child
{
    border-bottom: 1px solid #070707;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__accordion--black:last-child
    {
        border-bottom: .05208vw solid #070707;
    }
}

@media print, screen and (max-width: 1025px)
{
    .faqSec__accordion--black:last-child
    {
        border-bottom: .09766vw solid #070707;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__accordion--black:last-child
    {
        border-bottom: .13333vw solid #070707;
    }
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 50px 35px 50px;

    text-align: left;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#8d0100), to(#8d0100));
    background-image: linear-gradient(#8d0100, #8d0100);
    background-repeat: no-repeat;
    background-position: right 32px center;
    background-size: 35px 35px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__qBox
    {
        padding: 1.5625vw 2.60417vw 1.82292vw 2.60417vw;

        background-position: right 1.66667vw center;
        background-size: 1.82292vw 1.82292vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .faqSec__qBox
    {
        padding: 2.34375vw 2.92969vw 2.92969vw 2.92969vw;

        background-position: right 3.125vw center;
        background-size: 3.41797vw 3.41797vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__qBox
    {
        font-size: 3.73333vw;
        line-height: 1.3;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding: 4vw 2.66667vw 5.33333vw 2.66667vw;

        background-position: right 2.66667vw top 4vw;
        background-size: 5.86667vw 5.86667vw;

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

.faqSec__qBox::before
{
    position: absolute;
    top: 47px;
    right: 40px;

    width: 21px;
    height: 1px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);

    background: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__qBox::before
    {
        top: 2.44792vw;
        right: 2.08333vw;

        width: 1.09375vw;
        height: .05208vw;
    }
}

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

        width: 1.85547vw;
        height: .09766vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__qBox::before
    {
        top: 6.8vw;
        right: 4.13333vw;

        width: 3.2vw;
        height: .13333vw;
    }
}

.faqSec__qBox::after
{
    position: absolute;
    top: 47px;
    right: 40px;

    width: 21px;
    height: 1px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    background: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__qBox::after
    {
        top: 2.44792vw;
        right: 2.08333vw;

        width: 1.09375vw;
        height: .05208vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .faqSec__qBox::after
    {
        top: 3.90625vw;
        right: 3.90625vw;

        width: 1.85547vw;
        height: .09766vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__qBox::after
    {
        top: 6.8vw;
        right: 4.13333vw;

        width: 3.2vw;
        height: .13333vw;
    }
}

.faqSec__qTxt
{
    font-weight: 700;

    display: block;

    letter-spacing: .1em;

    color: #fff;
}

.faqSec__qTxt--black
{
    color: #070707;
}

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

    margin-right: 50px;

    color: #d2c39a;
}

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

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

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

        margin-right: 0;
        margin-bottom: 4vw;
    }
}

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

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 50px 35px 50px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
}

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

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

@media print, screen and (max-width: 430px)
{
    .faqSec__aBox
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding: 0 2.66667vw 5.33333vw 2.66667vw;

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

.faqSec__aBox .faqSec__en
{
    margin-right: 44px;
}

@media print, screen and (max-width: 1920px)
{
    .faqSec__aBox .faqSec__en
    {
        margin-right: 2.29167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .faqSec__aBox .faqSec__en
    {
        margin-right: 2.53906vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .faqSec__aBox .faqSec__en
    {
        margin-right: 0;
        margin-bottom: 4vw;
    }
}

.faqSec__aTxt
{
    font-weight: 500;
    line-height: 1.7;

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

    color: #fff;
}

.faqSec__aTxt--black
{
    color: #070707;
}

.faqSec__accordion.is-open .faqSec__qBox
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#070707), to(#070707));
    background-image: linear-gradient(#070707, #070707);
}

.faqSec__accordion.is-open .faqSec__qBox::before
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.faqSec__accordion.is-open .faqSec__qBox::after
{
    opacity: 0;
}