@charset "utf-8";
@media only screen and (min-width:1216px){
    .pageLineup #container{
        overflow: unset;
    }
}
.secLineup{
    padding-top: 9.2rem;
    padding-bottom: 2.5rem;
}
.secLineup .lineupOntxt{
    text-align: center;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_35);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secLineup{
        padding-top: 4.5rem;
        padding-bottom: 10rem;
    }
    .secLineup .lineupOntxt{
        text-align: left;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
    }
}
/* secLineupContent */
.secLineupContent{
    
}
.secLineupContent .ContentInner{
    display: flex;
}
/* secItemlist */
.secItemlist{
    flex: 1;
    padding-right: 9rem;
    padding-top: 6.1rem;
}
.secItemlist .list{
    width: 100%;
}
.secItemlist .item{
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 1rem 0 0 var(--lineupBnrshadow);
}
.secItemlist .item + .item{
    margin-top: 6rem;
}
.secItemlist .itemInner{
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    overflow: hidden;
    border-radius: 1rem;
}
.secItemlist .imgArea{
    width: 55.5rem;
}
.secItemlist .PickupSlider{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.secItemlist .swiper{
    width: 100%;
}
.secItemlist .imgLink{
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc((422 / 555) * 100%);
    overflow: hidden;
    z-index: 1;
}

.secItemlist .txtArea{
    flex: 1;
    max-width: calc(100% - 55.5rem);
    position: relative;
}
.secItemlist .txtLink{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 8rem;
}
.secItemlist .txtIn{
    width: 100%;
    text-align: center;
    padding-top: 4.7rem;
}
.secItemlist .subtit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_24);
    font-weight: bold;
}
.secItemlist .imglogo{
    margin: 0 auto;
    margin-top: 1.8rem;
}
.secItemlist .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_24);
    font-weight: bold;
    margin-top: 1.6rem;
}
.secItemlist .pricebox{
    margin: 0 auto;
    margin-top: 1.4rem;
    width: 100%;
    max-width: 31.5rem;
    background-color: var(--priceBgColor);
    padding: 1.5rem 0;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.secItemlist .price_on{
    display: inline-block;
    padding-left: calc(6rem + 0.8rem);
    position: relative;
}
.secItemlist .leftbox{
    width: 6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: calc(50% - 1.3rem);
    background-color: #fff;
    color: var(--textColor);
    border-radius: 0.3rem;
}
.secItemlist .lefttit{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_18);
    font-weight: bold;
}
.secItemlist .priceTxt{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_24);
    font-weight: bold;
}
.secItemlist .priceTxt .num{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_24);
    font-weight: bold;
    vertical-align: bottom;
    padding-right: 0.4rem;
}
.secItemlist .taxtxt{
    font-size: var(--pcFontSize12);
    font-weight: bold;
    padding-left: 0.5rem;
}
.secItemlist .moreItem{
    display: inline-block;
    margin-top: 1.8rem;
}
.secItemlist .moreIn{
    position: relative;
    min-width: 14.6rem;
    height: 4rem;
    padding-right: calc(4rem + 1.8rem);
    display: flex;
    align-items: center;
}
.secItemlist .moreIn::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid;
    border-color: var(--textColor);
    background-color: #fff;
}
.secItemlist.lazyloaded .moreIn::after {
    background: url(../img/common/imgMoreArrow.png) center center no-repeat #fff;
    background-size: 0.6rem auto;
}
.secItemlist .moreIntxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    font-weight: bold;
    flex: 1;
}
.secItemlist .imgbox{
    position: absolute;
    bottom: 0;
}
.secItemlist .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 2.8rem;
    left: 2.8rem;
    width: auto;
}
.secItemlist .swiper-pagination-bullet{
    opacity: 1;
    background-color:rgba(255,255,255,0);
    width: 1rem;
    height: 1rem;
    border: 0.1rem solid;
    border-color: #fff;
}
.secItemlist .swiper-pagination-bullet-active{
    background-color: #fff;
}
.secItemlist .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
}
.secItemlist .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: 1rem;
}
@media only screen and (max-width:1500px){
    .secItemlist .priceTxt{
        font-size: var(--pcFontSize13);
    }
    .secItemlist .priceTxt .num{
        font-size: var(--pcFontSize20);
    }
    .secItemlist .taxtxt{
        font-size: var(--pcFontSize11);
    }
}
@media only screen and (max-width:1215px){
    /* secLineupContent */
    .secLineupContent{
        margin-top: 3.4rem;
    }
    .secLineupContent .ContentInner{
        display: block;
    }
    /* secItemlist */
    .secItemlist{
        width: 100%;
        padding: 0;
    }
    .secItemlist .item{
        border-radius: 0.5rem;
        box-shadow: 0 0.8rem 0 0 var(--lineupBnrshadow);
        position: relative;
    }
    .secItemlist .item + .item{
        margin-top: 5rem;
    }
    .secItemlist .item:nth-child(2n){
        /* box-shadow:none; */
    }
    .secItemlist .itemInner{
        display: block;
        border-radius: 0.5rem;
    }
    .secItemlist .imgArea{
        width: 100%;
        /* margin: 0 auto; */
        position: absolute;
        content: "";
        bottom: 0;
    }
    .secItemlist .imgLink{
        padding-top: calc((180 / 335) * 100%);
    }

    .secItemlist .txtArea{
        width: 100%;
        max-width: 100%;
    }
    .secItemlist .txtLink{
        height: auto;
        padding: 0;
    }
    .secItemlist .txtIn{
        padding-top: 2.2rem;
    }
    .secItemlist .subtit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    .secItemlist .imglogo{
        margin-top: 1.2rem;
    }
    .secItemlist .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        margin-top: 0.9rem;
    }
    .secItemlist .pricebox{
        margin-top: 0.8rem;
        max-width: 100%;
        width: 19.5rem;
        padding: 1.5rem 0;
        display: block;
    }
    .secItemlist .price_on{
        padding-left: calc(5.5rem + 0.4rem);
    }
    .secItemlist .leftbox{
        width: 5.5rem;
        height: 2.2rem;
        top: calc(50% - 1.1rem);
    }
    .secItemlist .lefttit{
        font-size: var(--spFontSize11);
    }
    .secItemlist .priceTxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_18);
    }
    .secItemlist .priceTxt .num{
        font-size: var(--spFontSize18);
        vertical-align: bottom;
        padding-right: 0.2rem;
    }
    .secItemlist .taxtxt{
        width: 100%;
        font-size: var(--spFontSize11);
        padding: 0;
        margin-top: 0.6rem;
    }
    .secItemlist .moreItem{
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .secItemlist .moreItem.sub{
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .secItemlist .linkmore{
        display: flex;
        justify-content: center;
        z-index: 10;
        width: 100%;
        padding: 1.5rem 0 1.5rem;
    }
    .secItemlist .moreIn{
        min-width: 0;
        width: fit-content;
        height: 3.4rem;
        padding-right: calc(3.4rem + 1rem);
    }
    .secItemlist .moreIn::after {
        top: calc(50% - 1.7rem);
        width: 3.4rem;
        height: 3.4rem;
    }
    .secItemlist .moreIntxt{
        font-size: var(--spFontSize12);
    }
    .secItemlist .imgbox{
        position: absolute;
        bottom: 0;
    }
    .secItemlist .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom:1rem;
        left: 1rem;
    }
    .secItemlist .swiper-pagination-bullet{
        width: 0.7rem;
        height: 0.7rem;
    }
    .secItemlist .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet{
        margin-left: 0.5rem;
    }
}

/* ▼yat */
#YAT .imglogo{
    width: 8.4rem;
}
#YAT .imgbox{
    width:33.5rem;
    height: 10.4rem;
    left: calc(50% - 16.75rem);
}
#YAT .tit{
    color: var(--YATColor);
}
/* ▼carre */
#CARRE .imglogo{
    width: 15.5rem;
}
#CARRE .imgbox{
    width:29rem;
    height: 11.5rem;
    left: calc(50% - 14.5rem);
}
#CARRE .tit{
    color: var(--CARREColor);
}
/* ▼riv */
#RIV .imglogo{
    width: 7.5rem;
}
#RIV .imgbox{
    width:27.8rem;
    height: 11rem;
    left: calc(50% - 13.9rem);
}
#RIV .tit{
    color: var(--RIVColor);
}
/* ▼feele */
#FEELE .imglogo{
    width: 15.1rem;
}
#FEELE .imgbox{
    width:26.6rem;
    height: 11.5rem;
    left: calc(50% - 13.3rem);
}
#FEELE .tit{
    color: var(--FEELEColor);
}
/* ▼costa */
#COSTA .imglogo{
    width: 14.5rem;
}
#COSTA .imgbox{
    width:33.8rem;
    height:10.5rem;
    left: calc(50% - 16.9rem);
}
#COSTA .tit{
    color: var(--COSTAColor);
}
/* ▼zutto */
#ZUTTO .imglogo{
    width: 15.2rem;
}
#ZUTTO .imgbox{
    width:32rem;
    height:11.2rem;
    left: calc(50% - 16rem);
}
#ZUTTO .tit{
    color: var(--ZUTTOColor);
}
@media only screen and (max-width:1215px){
    #YAT .imglogo{
        width: 7.6rem;
    }
    #YAT .imgbox{
        width:calc(302 / 375 * 100vw);
        height: calc(94 / 375 * 100vw);
        left: calc(50% - calc(302 / 375 * 100vw / 2));
        top: calc(50% - 70px);
        position: static;
        margin: 0 auto;
        margin-top: 2rem;
    }
    #YAT .txtArea{
        padding-bottom: calc(8.5rem + (184 / 375 * 100vw));
    }
    #YAT .txtArea.sub{
        padding-bottom:1.5rem;
    }
    /* ▼carre */
    #CARRE .imglogo{
        width: 14.1rem;
    }
    #CARRE .imgbox{
        width:calc(247 / 375 * 100vw);
        height: calc(97 / 375 * 100vw);
        left: calc(50% - calc(247 / 375 * 100vw / 2));
        position: static;
        margin: 0 auto;
        margin-top: 2rem;
    }
    #CARRE .txtArea{
        padding-bottom: calc(8.5rem + (184 / 375 * 100vw));
    }
    #CARRE .txtArea.sub{
        padding-bottom:1.5rem;
    }
    /* ▼riv */
    #RIV .imglogo{
        width: 6.6rem;
    }
    #RIV .imgbox{
        width:calc(241 / 375 * 100vw);
        height: calc(96 / 375 * 100vw);
        left: calc(50% - calc(241 / 375 * 100vw / 2));
        position: static;
        margin: 0 auto;
        margin-top: 2rem;
    }
    #RIV .txtArea{
        padding-bottom: calc(8.5rem + (184 / 375 * 100vw));
    }
    #RIV .txtArea.sub{
        padding-bottom:1.5rem;
    }
    /* ▼feele */
    #FEELE .imglogo{
        width: 13.3rem;
    }
    #FEELE .imgbox{
        width:calc(243 / 375 * 100vw);
        height: calc(105 / 375 * 100vw);
        left: calc(50% - calc(243 / 375 * 100vw / 2));
        position: static;
        margin: 0 auto;
        margin-top: 2rem;
    }
    #FEELE .txtArea{
        padding-bottom: calc(8.5rem + (184 / 375 * 100vw));
    }
    #FEELE .txtArea.sub{
        padding-bottom:1.5rem;
    }
    /* ▼costa */
    #COSTA .imglogo{
        width: 12.9rem;
    }
    #COSTA .imgbox{
        width:calc(283 / 375 * 100vw);
        height: calc(88 / 375 * 100vw);
        left: calc(50% - calc(283 / 375 * 100vw / 2));
        position: static;
        margin: 0 auto;
        margin-top: 2rem;
    }
    #COSTA .txtArea{
        padding-bottom: calc(8.5rem + (184 / 375 * 100vw));
    }
    #COSTA .txtArea.sub{
        padding-bottom:1.5rem;
    }
    /* ▼zutto */
    #ZUTTO .imglogo{
        width: 14.4rem;
    }
    #ZUTTO .imgbox{
        width:calc(268 / 375 * 100vw);
        height: calc(93 / 375 * 100vw);
        left: calc(50% - calc(268 / 375 * 100vw / 2));
        position: static;
        margin: 0 auto;
        margin-top: 2rem;
    }
    #ZUTTO .txtArea{
        padding-bottom: calc(8.5rem + (184 / 375 * 100vw));
    }
    #ZUTTO .txtArea.sub{
        padding-bottom:1.5rem;
    }
}

/* secCategory */
.secCategory{
    width: 30rem;
    height: 100%;
    padding-top: 5.3rem;
    position: -webkit-sticky;
    position: sticky;
    top: 9rem;
    right: 0;
}
.secCategory .titbox{
    border-bottom: 0.1rem solid;
    border-color: var(--textColorAlpha20);
    padding-bottom: 1.2rem;
}
.secCategory .engtit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    letter-spacing: var(--pcLetterSpacing20_50);
    font-weight: bold;
    position: relative;
    padding-left: calc(0.6rem + 0.9rem);
}
.secCategory .engtit::after{
    content: "";
    position: absolute;
    width:0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: var(--textColor);
    left: 0;
    top: calc(50% - 0.3rem);
}
.secCategory .list{
    width: 100%;
}
.secCategory .item{}
.secCategory .categoryLink{
    display: block;
    border-bottom: 0.1rem solid;
    border-color: var(--textColorAlpha20);
    padding: 2.5rem 0;
    color: var(--textColorAlpha20);
}
.secCategory .linktxt{
    position: relative;
    padding-left: calc(1.5rem + 0.9rem);
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
}
.secCategory .linktxt::after{
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 0.1rem;
    background-color: var(--textColorAlpha20);
    left: 0;
    top: calc(50% - 0.05rem);
}
.secCategory .categoryLink.active{
    color: var(--textColor);
    border-color: var(--textColor);
}
.secCategory .categoryLink.active .linktxt::after{
    background-color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secCategory{
        display: none;
    }
}

.cmnCatalogBnr .titRoman {
    width: 28.6rem;
    margin: 0 auto;
}
.cmnCatalogBnr .imgTit{
    padding: 2.5rem 0 0rem;
}
@media only screen and (max-width: 1215px) {
    .cmnCatalogBnr .titRoman {
        width: 16.8rem;
    }
    .cmnCatalogBnr .imgTit{
        padding: 1.9rem 0 0;
    }
}