/*特設ページ内のPOPUPは非表示*/

body {
    background-color: #92917C;
}

.banner.itemdetail_view_timer.is-show {
    display: none !important;
}

.header-nav__inner {
    display: none;
}

.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
    padding-left: 16px;
    color: #EBE9D7;
}

@media only screen and (max-width: 640px) {
    .breadcrumb {
        margin-top: 46px !important;
    }
}


/*----------↓↓↓全体共通↓↓↓--------------*/

.wrapper-trending-vintage {
    font-family: sans-serif, "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, serif;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
}


.campaign-banner-block {
    display: none;
}

.top {
    text-align: center;
    left: 86%;
    right: 0px;
    position: absolute;
    top: 25%;
    width: 11%;
    line-height: 1.35;
    letter-spacing: 0.2px;
    font-size: 0.7rem;
    font-weight: 600;
}

.visual img {
    width: 100%;
    margin-bottom: 10%;
}

.main-txt {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    padding: 0 10%;
    margin-bottom: 10%;
    line-height: 1.8;
    color: #ececde;
    text-align: left;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

h3 {
    letter-spacing: -0.5px;
}

.pc_break {
    display: none;
}


@media only screen and (min-width: 641px) {

    .main-txt {
        font-size: 1.2rem;
        padding: 0 30%;
    }

    .pc_break {
        display: block;
    }

}

/*-----top-list-----*/

section.top-list {
    margin-bottom: 10%;
}

.top-list h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2%;
    color: #50392b;
}

ul.clearfix.thumb {
    padding: 0% 6%;
}

ul.clearfix.thumb li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 13%;
    color: #50392b;
}

ul.clearfix.thumb li:last-child {
    margin-right: 0%;
}

.thumb-img {
    margin-bottom: 15%;
    border-radius: 7px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
}

.thumb li div {
    font-size: 13px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.thumb li div::after {
    content: "↓";
    position: absolute;
    top: 155%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #333;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    background: #FFF;
    font-size: 13px;
}

.thumb li.rain_icon {
    position: relative;
}

.thumb li.rain_icon::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2024/summer-item_best5/rain_icon.png?1) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -12px;
    right: -10px;
}


@media only screen and (min-width: 641px) {

    h1 {
        margin-bottom: 5%;
    }

}

/*------------- section-spot -------------*/

section.spot {
    margin-top: 15%;
    margin-bottom: 15%;
    padding-bottom: 3%;
    border-bottom: 1px solid #ececde;
}

section.spot h2 {
    text-align: center;
    margin-bottom: 7%;
    position: relative;
}

section.spot h2::before, section.spot h2::after {
    content: '';
    position: absolute;
    top: 85%;
    display: inline-block;
    width: 35%;
    height: 1px;
    background-color: #ececde;
}

section.spot h2::before {
    left:0;
}

section.spot h2::after {
    right: 0;
}

section.spot h2 img {
    width: 20%;
}

.swiper.-spot .swiper-wrapper {
    margin-bottom: 10%;
}

/* .swiper-slide {
    opacity: .3;
    transform: scale(.8);
    transition: .7s;
} */

.swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-slide p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
} */

.swiper-pagination-bullet-active {
    background-color: #ececde ;
}



@media only screen and (min-width: 641px) {

    .swiper.-spot {
        max-height: 350px;
    }

    section.spot h2 img {
        width: 10%;
    }

    section.spot h2::before, section.spot h2::after {
        width: 40%;
    }

}





/*----------section.-odd--------------*/

.section {
    padding: 0 10%;
    padding-bottom: 20%;
    margin-bottom: 20%;
    border-bottom: 1px dotted #ececde;
}

.section.-odd .itemBox {
    position: relative;
    text-align: right;
}

.section.-odd .mainItem {
    width: 80%;
}

.section .itemName {
    position: absolute;
}

.section.-odd .itemDetail {
    text-align: left;
    color: #EBE9D7;
    margin-bottom: 20%;
}

.section.-odd .itemDetail .innerBox {
    width: 65%;
    margin-right: auto;
}

.section.-odd .itemDetail h3 {
    font-size: 0.5rem;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-top: 2%;
    margin-bottom: 5%;
}

.section.-odd .itemDetail p {
    font-size: 	0.8rem;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-bottom: 15%;
}

.section.-odd .itemDetail a {
    text-align: left;
    display: block;
}

.section.-odd .itemDetail a img {
    width: 60%;
}


.section.-odd .itemImg01 {
    text-align: right;
    margin-bottom: 5%;
}

.section.-odd .itemImg01 img {
    width: 80%;
}

.section.-odd .itemImg02 {
    text-align: left;
    margin-bottom: 20%;
}

.section.-odd .itemImg02 img {
    width: 60%;
}

.section.-odd .searchBox {
    width: 100%;
    text-align: left;
}

.section.-odd .searchBox a:first-child {
    display: block;
    margin-bottom: 5%;
}

.section.-odd .searchBox img  {
    width: 50%;
}

@media only screen and (min-width: 641px) {

    .section.-odd .searchBox img  {
        width: 40%;
    }

}



/*----------section.-even--------------*/

.section.-even .itemBox {
    position: relative;
    text-align: left;
}

.section.-even .mainItem {
    width: 80%;
}

.section.-even .itemDetail {
    text-align: right;
    color: #eaecde;
    margin-bottom: 20%;
}

.section.-even .itemDetail .innerBox {
    width: 65%;
    margin-left: auto;
}


.section.-even .itemDetail h3 {
    font-size: 0.5rem;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: left;
}

.section.-even .itemDetail p {
    text-align: left;
    font-size: 	0.8rem;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-bottom: 15%;
}

.section.-even .itemDetail a {
    text-align: right;
    display: block;
}

.section.-even .itemDetail a img {
    width: 60%;
}

.section.-even .itemImg01 {
    text-align: left;
    margin-bottom: 5%;
}

.section.-even .itemImg01 img {
    width: 60%;
}

.section.-even .itemImg02 {
    text-align: right;
    margin-bottom: 20%;
}

.section.-even .itemImg02 img {
    width: 80%;
}

.section.-even .searchBox {
    width: 100%;
    text-align: right;
}

.section.-even .searchBox a:first-child {
    display: block;
    margin-bottom: 5%;
}

.section.-even .searchBox img  {
    width: 50%;
}

@media only screen and (min-width: 641px) {

    .section.-even .searchBox img  {
        width: 40%;
    }

}


/*----------個別--------------*/


.section._01 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_01.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    right: 25px;
    z-index: 0;
}

.section._01 .itemName {
    width: 66%;
    left: 0;
    bottom: 0;
}

.section._02 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_02.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    left: 25px;
    z-index: 0;
}


.section._02 .itemName {
    width: 53%;
    right: 0;
    bottom: 0;
}

.section._03 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_03.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    right: 25px;
    z-index: 0;
}


.section._03 .itemName {
    width: 60%;
    left: 0;
    bottom: 0;
}

.section._04 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_04.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    left: 25px;
    z-index: 0;
}


.section._04 .itemName {
    width: 66%;
    right: 0;
    bottom: 0;
}

.section._05 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_05.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    right: 25px;
    z-index: 0;
}


.section._05 .itemName {
    width: 65%;
    left: 0;
    bottom: 0;
}

.section._06 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_06.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    left: 25px;
    z-index: 0;
}


.section._06 .itemName {
    width: 66%;
    right: 0px;
    bottom: 0;
}

.section._07 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_07.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    right: 25px;
    z-index: 0;
}


.section._07 .itemName {
    width: 85%;
    left: -4px;
    bottom: 0;
}


.section._08 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_08.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    left: 25px;
    z-index: 0;
}


.section._08 .itemName {
    width: 66%;
    right: 0;
    bottom: 0;
}


.section._09 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_09.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    right: 25px;
    z-index: 0;
}


.section._09 .itemName {
    width: 63%;
    left: -2px;
    bottom: 0;
}

.section._10 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage/no_10.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 3px;
    left: 25px;
    z-index: 0;
}


.section._10 .itemName {
    width: 66%;
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 641px) {

    .section._01 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        right: 25px;
    }

    .section._02 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        left: 25px;
    }

    .section._03 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        right: 25px;
    }

    .section._04 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        left: 25px;
    }

    .section._05 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        right: 25px;
    }

    .section._06 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        left: 25px;
    }

    .section._07 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        right: 25px;
    }

    .section._08 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        left: 25px;
    }

    .section._09 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        right: 25px;
    }

    .section._10 .itemBox::before {
        height: 140px;
        width: 140px;
        top: 3px;
        left: 25px;
    }

}




/*----------↓↓↓ボタン↓↓↓--------------*/

.btn01 {
    padding: 10% 20%;
    display: block;
}

.btn01 {
    padding: 2% 4%;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 41px;
    color: #FFF;
    width: 86%;
    margin: 0 auto;
}

.c-btn01 {
    margin-bottom: 3%;
}

a.c-btn01.-blk {
    background: #1c1b1b;
    border: 1px solid #1c1b1b;
}


.btn01.-rd {
    background: #db0f23;
}

.btn01.-blu {
    background: #2c3658;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-gry {
    background: #333333;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-org {
    background: #e06e1d;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
}

.wrapper-trending-vintage .more-btn.abs {
    bottom: 5px;
}

.wrapper-trending-vintage .pagetop {
    background: #e06e1d;
}


/*TOPスクロール*/

.pagetop {
    cursor: pointer;
    position: fixed;
    right: 19px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /* border-radius: 50%; */
    transition: .3s;
    color: #FFF;
    background: #c41230;
    opacity: 0;
    z-index: 30;
    text-transform: uppercase;
    font-weight: 500;
}


.pagetop img {
    width: 50%;
}

.wrapper-trending-vintage iframe {
    width: 100%;
    height: 212px;
}


/*section-special*/

.special {
    padding: 0 3% 10%;
}

.special-tlt h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4%;
    color: #ececde;
}

.special img{
    margin-bottom: 5%;
} 

.special.-archive .-box{
    margin-bottom: 5%;
    text-align: center;
} 

.special.-archive h5{
    font-weight: bold;
} 

.special.-archive img{
    margin-bottom: 1%;
} 


/*fade-in */

.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}


.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}





a.c-btn01.mt10 {
    margin-top: 10px;
}



/*----------↓↓↓PC表示↓↓↓--------------*/

@media screen and (min-width:768px){

body {
    padding-top: 0%;
}

.wrapper-trending-vintage {
    margin: 0 auto;
}

.mainBody {
    max-width: 800px;
    margin: 0 auto;
}


section.visual {
    padding-top: none;
}

.visual img {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10%;
}


.top {
    width: 15%;
    font-size: 1.0rem;
}

.real a::after {
    right: 23px;
}

.online a::after {
    right: -23px;

}


nav.sp-nav {
    padding: 0% 32%;
}

.sp-nav ul {
    padding: 18% 0;
}


nav.fs-c-breadcrumb {
    padding: 0 20%;
}


}