@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.cmnMaintit{
    background-image: url(../img/modelroom/maintit.jpg);
}
@media only screen and (max-width:1215px){
    .cmnMaintit{
        background-image: url(../img/modelroom/maintit_sp.jpg);
    }
}

/* secTaste */
.secTaste{
    padding: 15rem 0 0;
    position: relative;
    z-index: 1;
}
.secTaste::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    left: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(21,133,143,1) 0%,rgba(21,133,143,0) 60%,rgba(21,133,143,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secTaste::after{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    bottom: -50rem;
    right: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(0,105,52,1) 0%,rgba(0,105,52,0) 60%,rgba(0,105,52,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secTaste .bgWrap{
    position: relative;
    z-index: 1;
}
.secTaste .titCopy{
    font-size: var(--pcFontSize45);
    letter-spacing: 0.04em;
    margin-bottom: 7.7rem;
    text-align: center;
}
.secTaste .boxTab{
    display: flex;
    gap: 0 4rem;
    margin-bottom: 8rem;
}
.secTaste .boxTab .itemTab{
    flex: 1;
    background-color: #fff;
    position: relative;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
    font-size: var(--pcFontSize20);
    letter-spacing: 0.04em;
    padding: 3.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.secTaste .boxTab .itemTab::before{
    content: '';
    display: block;
    width: 0.5rem;
    height: 100%;
    background-color: #a5b0b2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.secTaste .boxTab .itemTab.isVintage::before{
    background-color: var(--modelVintageColor);
}
.secTaste .boxTab .itemTab.isNatural::before{
    background-color: var(--modelNaturalColor);
}
.secTaste .boxTab .itemTab.isActive{
    background-color: var(--modelModernColor);
    color: #fff;
    filter: none;
}
.secTaste .boxTab .itemTab.isActive.isVintage{
    background-color: var(--modelVintageColor);
}
.secTaste .boxTab .itemTab.isActive.isNatural{
    background-color: var(--modelNaturalColor);
}
.secTaste .boxTab .itemTab.isActive::before{
    background-color: transparent;
}
.secTaste .boxInfo{
    display: flex;
    justify-content: space-between;
    gap: 0 8rem;
    margin-bottom: 5rem;
}
.secTaste .boxInfo .logo{
    width: 50rem;
    height: 20rem;
    position: relative;
    background-color: var(--modelModernColor);
}
.secTaste .boxInfo .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.secTaste .boxInfo .boxTxt{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.secTaste .boxInfo .titTop{
    font-size: var(--pcFontSize18);
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #798486;
}
.secTaste .boxInfo .tit{
    font-size: var(--pcFontSize24);
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
    font-weight: 600;
}
.secTaste .boxSlider{
    position: relative;
    margin-bottom: 4rem;
}
.secTaste .boxSlider .img{
    text-align: center;
    aspect-ratio: 1280 / 853;
    position: relative;
}
.secTaste .boxSlider .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.secTaste .boxSlider .swiper-button-prev,
.secTaste .boxSlider .swiper-button-next{
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 50%;
    margin-top: -5rem;
}
.secTaste .boxSlider .swiper-button-prev{
    left: -5rem;
}
.secTaste .boxSlider .swiper-button-next{
    right: -5rem;
}
.secTaste .boxSlider .swiper-button-prev.swiper-button-disabled,
.secTaste .boxSlider .swiper-button-next.swiper-button-disabled{
    opacity: 0;
}
.secTaste .boxSlider .swiper-button-prev::before,
.secTaste .boxSlider .swiper-button-next::before{
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 0.6rem solid #000;
    border-right: 0.6rem solid #000;
}
.secTaste .boxSlider .swiper-button-prev::before{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.secTaste .boxSlider .swiper-button-next::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secTaste .boxSlider .swiper-button-prev::after,
.secTaste .boxSlider .swiper-button-next::after{
    display: none;
}
.secTaste .boxSlider .swiper-scrollbar{
    display: none;
}
.secTaste .boxThumb{
    padding: 0 0 3.5rem;
    margin-bottom: 6.5rem;
    position: relative;
}
.secTaste .boxThumb .swiper{
    width: 25.8rem;
    overflow: visible;
    margin: 0;
}
.secTaste .boxThumb .list{
    width: 25.8rem;
}
.secTaste .boxThumb .item{
    position: relative;
}
.secTaste .boxThumb .img{
    width: 24.8rem;
    height: 14rem;
    margin-right: 1rem;
    position: relative;
    cursor: pointer;
}
.secTaste .boxThumb .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.secTaste .boxThumb .item.swiper-slide-thumb-active .img::before{
    content: "";
    width: 100%;
    height: 100%;
    border: var(--modelModernColor) solid 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.secTaste .boxContent:not(.isActive){
    display: none;
}
.secTaste .boxContent.isVintage .boxThumb .item.swiper-slide-thumb-active .img::before{
    border-color: var(--modelVintageColor);
}
.secTaste .boxContent.isNatural .boxThumb .item.swiper-slide-thumb-active .img::before{
    border-color: var(--modelNaturalColor);
}
.secTaste .boxThumb .item img{
    position: relative;
    z-index: 0;
}
.secTaste .swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}
.secTaste .swiper-scrollbar-drag{
    background-color: #ddd;
    cursor: grab;
}
.secTaste .btnMore .linkInner{
    display: block;
    max-width: 50rem;
    margin: 0 auto 14rem;
    background-color: #fff;
}
.secTaste .btnMore .linkInnerIn{
    border: 1px solid var(--textColor);
    font-size: var(--pcFontSize20);
    letter-spacing: 0.04em;
    padding: 4rem;
    text-align: center;
    position: relative;
}
.secTaste .btnMore .linkInnerIn::before{
    content: '';
    display: block;
    width: 6rem;
    height: 1px;
    background-color: var(--textColor);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4.1rem;
    margin: auto 0;
}
@media only screen and (max-width:1215px){
    .secTaste{
        padding: 4.5rem 0 0;
    }
    .secTaste::before,
    .secTaste::after{
        display: none;
    }
    .secTaste .titCopy{
        font-size: var(--spFontSize16);
        letter-spacing: 0;
        line-height: 1.75;
        margin-bottom: 3.5rem;
    }
    .secTaste .boxTab{
        gap: 0 1rem;
        margin-bottom: 3rem;
    }
    .secTaste .boxTab .itemTab{
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        line-height: 1.5;
        padding: 1.8rem 0.5rem 1.5rem;
    }
    .secTaste .boxTab .itemTab::before{
        width: 100%;
        height: 0.3rem;
    }
    .secTaste .boxInfo{
        flex-direction: column;
        gap: 0;
        margin-bottom: 1.5rem;
    }
    .secTaste .boxInfo .logo{
        width: 100%;
        height: 21.33vw;
        background-color: var(--modelModernColor);
        margin-bottom: 2rem;
    }
    .secTaste .boxContent.isVintage .boxInfo .logo{
        background-color: var(--modelVintageColor);
    }
    .secTaste .boxContent.isNatural .boxInfo .logo{
        background-color: var(--modelNaturalColor);
    }
    .secTaste .boxInfo .logo img{
        width: 75vw;
    }
    .secTaste .boxInfo .titTop{
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        margin-bottom: 1.5rem;
    }
    .secTaste .boxInfo .tit{
        font-size: var(--spFontSize14);
        letter-spacing: 0;
        margin-bottom: 1rem;
    }
    .secTaste .boxSlider .swiper{
        overflow: visible;
    }
    .secTaste .boxSlider .swiper-button-prev,
    .secTaste .boxSlider .swiper-button-next{
        display: none;
    }
    .secTaste .boxSlider .swiper-scrollbar{
        display: block;
        width: calc((355 / 375) * 100vw);
        left: -2.5vw;
        bottom: 0.5rem;
        height: 0.3rem;
    }
    .secTaste .swiper-scrollbar-drag{
        background-color: #000;
        opacity: 0.2;
    }
    .secTaste .boxThumb{
        display: none;
    }
    .secTaste .btnMore .linkInner{
        max-width: 20.5rem;
        margin: 0 auto 6rem;
    }
    .secTaste .btnMore .linkInnerIn{
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        padding: 2.1rem 1rem;
    }
    .secTaste .btnMore .linkInnerIn::before{
        width: 3rem;
        left: -2.1rem;
    }
}

/* secVirtual */
.secVirtual{
    position: relative;
    z-index: 1;
}
.secVirtual .boxVr{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 36rem 0;
    margin-bottom: 15rem;
}
@media only screen and (max-width:1215px){
    .secVirtual .boxVr{
        padding: 9rem 0;
        margin-bottom: 6rem;
    }
}

/* secTour */
.secTour{
    position: relative;
}
.secTour::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    left: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(241,204,52,1) 0%,rgba(241,204,52,0) 60%,rgba(241,204,52,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secTour .bgWrap{
    position: relative;
    z-index: 1;
}
.secTour .boxWrap{
    display: flex;
    gap: 0 8rem;
    margin-bottom: 20rem;
}
.secTour .boxVr{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 16rem 0;
    width: 50rem;
}
.secTour .boxTxt{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width:1215px){
    .secTour::before{
        display: none;
    }
    .secTour .boxWrap{
        flex-direction: column;
        margin-bottom: 10rem;
    }
    .secTour .boxVr{
        padding: 21rem 0;
        margin-bottom: 2.5rem;
        width: 100%;
    }
    .secTour .boxTxt{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}