/*特設ページ内のPOPUPは非表示*/

body {
    background-color: #A0BBC8;
}

.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: #fff;
}

nav.fs-c-breadcrumb {
    padding: 0% 0% 0%;
}

@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: 84%;
    display: block;
    margin: 0% auto 10%;
    /* padding: 8% 7% 8%; */
}

@media screen and (min-width:768px){

    .visual img {
        border: unset;
        padding-top: 0%;
        width: 50%;
        margin: 0 auto;
        display: block;
        margin-bottom: 4%;
    }

}

.main-txt {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    padding: 0 10%;
    margin-bottom: -4%;
    line-height: 1.8;
    color: #fff;
    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: 1rem;
        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 #fff;
}

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: #fff;
}

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 img {
    height: auto;
    width: 100%;
}

.swiper-slide p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.swiper-pagination-bullet-active {
    background-color: #FC8611 ;
}

@media only screen and (min-width: 641px) {

    .swiper.-spot {
        max-height: 350px;
    }

    section.spot {
        margin-top: 10%;
    }

    section.spot h2 img {
        width: 10%;
    }

    section.spot h2::before, section.spot h2::after {
        width: 40%;
    }

}

/*----------共通--------------*/

.section .text {
    color: #fff;
    position: absolute;
}

.section .text h3 {
    font-weight: 700;
    font-family: "helvetica-lt-pro", sans-serif;
}

.section .text h4 {
    font-weight: 400;
    font-family: "helvetica-lt-pro", sans-serif;
}

.section .text h5 {
    letter-spacing: -0.4px;
}

/* アイテムを見るボタン */
.item_btn {
    background-color: #FFF;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    transition: all 0.3s ease;
}

.item_btn a {
    color: #457795;    
    font-weight: bold;
    transition: all 0.3s ease;
}

.item_btn:hover {
    background-color: transparent; 
}

.item_btn:hover a {
    color: #FFF;
}

@media screen and (max-width: 640px) {

    .item_btn {
        width: 200px;
        height: 45px;
    }

}

/* カテゴリーに飛ばすボタン */
.category_btn {
    background-color: transparent; 
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.category_btn a {
    color: #fff;    
    font-weight: bold;
    transition: all 0.3s ease;
}

.category_btn:hover {
    
    background-color: #FFF;
}

.category_btn:hover a {
    color: #457795;
}

@media screen and (max-width: 640px) {

    .category_btn {
        width: 200px;
        height: 45px;
    }

}
/*----------section.-odd--------------*/

.section {
    position: relative;
    padding: 0 9%;
    padding-bottom: 20%;
    margin-bottom: 20%;
    border-bottom: 1px dotted #fff;
}

.section.-odd .itemBox {
    position: relative;
    text-align: right;
    letter-spacing: 0.2px;
    line-height: 1.75;
}

.section.-odd .mainItem {
    width: 72%;
}

.section.-odd .text {
    text-align: left;
    top: 10.5%;
    left: 9%;
}

.section.-odd .itemDetail {
    text-align: left;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 20%;
}

.section.-odd .itemDetail .innerBox {
    width: 65%;
    margin-right: auto;
}

.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%;
}

/* 長袖はこちらボタン */
.long_sleeve_btn {
    color: #fff;
    text-decoration: underline !important;
    font-size: 1rem;
}




@media only screen and (min-width: 641px) {

    .section.-odd .searchBox img  {
        width: 35%;
    }

    .section.-odd .text {
        top: 14.5%;
    }

    .section.-odd .itemDetail a img {
        width: 40%;
    }

    .long_sleeve_btn {
    font-size: 1.2rem;
    }

}


/*----------section.-even--------------*/

.section.-even .itemBox {
    position: relative;
    text-align: left;
    letter-spacing: 0.2px;
    line-height: 1.75;
}

.section.-even .mainItem {
    width: 72%;
}

.section.-even .text {
    text-align: right;
    top: 10.5%;
    right: 9%;
}

.section.-even .itemDetail {
    text-align: right;
    color: #fff;
    margin-top: 11%;
    margin-bottom: 20%;
}

.section.-even .itemDetail .innerBox {
    width: 65%;
    margin-left: auto;
    margin-bottom: 20%;
}


.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.-odd .itemBox h5 {
    font-size: 1rem;
}

.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 .itemDetail {
        margin-top: 3%;
    }

    .section.-even .searchBox img  {
        width: 35%;
    }

    .section.-even .text {
        top: 14.5%;
    }

    .section.-even .itemDetail a img {
        width: 40%;
    }

}


/*----------個別--------------*/


.section._01 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2026/the_5keywords_vol1/item_01.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -26px;
    right: 15px;
    z-index: 0;
}

.section._01 .text h3 {
    font-size: 2rem;
    margin-bottom: -1%;
}

.section._01 .text h4 {
    font-size: 0.9rem;
}

.section._01 .text h5 {
    font-size: 0.8rem;
}

@media screen and (min-width:768px){

    .section._01 .text h3 {
        font-size: 4.5rem;
        margin-bottom: -1%;
    }

    .section._01 .text h4 {
        font-size: 1.5rem;
    }

    .section._01 .text h5 {
        font-size: 1rem;
    }

}


.section._02 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2026/the_5keywords_vol1/item_02.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -35px;
    left: 15px;
    z-index: 0;
}


.section._02 .text h3 {
    font-size: 1.6rem;
    margin-bottom: -1%;
}

.section._02 .text h4 {
    font-size: 0.9rem;
}

.section._02 .text h5 {
    font-size: 0.8rem;
}

@media screen and (min-width:768px){

    .section.-even .text {
        top: 13.5%;
    }

    .section._02 .text h3 {
        font-size: 3.3rem;
        margin-bottom: -1%;
    }

    .section._02 .text h4 {
        font-size: 1.5rem;
    }

    .section._02 .text h5 {
        font-size: 1rem;
    }
}


.section._03 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2026/the_5keywords_vol1/item_03.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -26px;
    right: 15px;
    z-index: 0;
}

.section._03 .text h3 {
    font-size: 1.7rem;
    margin-bottom: -1%;
}

.section._03 .text h4 {
    font-size: 0.9rem;
}

.section._03 .text h5 {
    font-size: 0.8rem;
}

.section._03 .itemDetail {
    margin-top: 3%;
}


@media screen and (min-width:768px){

    .section._03 .text h3 {
        font-size: 3.2rem;
        margin-bottom: -1%;
    }

    .section._03 .text h4 {
        font-size: 1.5rem;
    }

    .section._03 .itemDetail {
        margin-top: 6%;
    }

    .section._03 .text h5 {
    font-size: 1rem;
    }

}


.section._04 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2026/the_5keywords_vol1/item_04.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -35px;
    left: 15px;
    z-index: 0;
}


.section._04 .text h3 {
    font-size: 2rem;
    margin-bottom: -4%;
}

.section._04 .text h4 {
    font-size: 0.9rem;
}

.section._04 .text h5 {
    font-size: 0.8rem;
}

@media screen and (min-width:768px){

    .section._04 .text h3 {
        font-size: 4rem;
        margin-bottom: -1%;
    }

    .section._04 .text h4 {
        font-size: 1.5rem;
    }

    .section._04 .text h5 {
    font-size: 1rem;
    }
}

.section._05 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2026/the_5keywords_vol1/item_05.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -26px;
    right: 15px;
    z-index: 0;
}


.section._05 .text h3 {
    font-size: 2rem;
    margin-bottom: -1%;
}

.section._05 .text h4 {
    font-size: 0.7rem;
}

.section._05 .text h5 {
    font-size: 0.8rem;
}

@media screen and (min-width:768px){

    .section._05 .text h3 {
        font-size: 4rem;
        margin-bottom: -1%;
    }

    .section._05 .text h4 {
        font-size: 1.5rem;
    }

    .section._05 .text h5 {
    font-size: 1rem;
    }
}

.section._06 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage_vol2/06.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -35px;
    left: 15px;
    z-index: 0;
}

.section._06 .text h3 {
    font-size: 2rem;
    margin-bottom: -1%;
}

.section._06 .text h4 {
    font-size: 0.8rem;
}

.section._06 .text h5 {
    font-size: 0.5rem;
}

@media screen and (min-width:768px){

    .section._06 .text h3 {
        font-size: 4rem;
        margin-bottom: -1%;
    }

    .section._06 .text h4 {
        font-size: 1.5rem;
    }

}

.section._07 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage_vol2/07.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -26px;
    right: 15px;
    z-index: 0;
}


.section._07 .text h3 {
    font-size: 2rem;
    margin-bottom: -1%;
}

.section._07 .text h4 {
    font-size: 0.8rem;
}

.section._07 .text h5 {
    font-size: 0.5rem;
}

@media screen and (min-width:768px){

    .section._07 .text h3 {
        font-size: 4rem;
        margin-bottom: -1%;
    }

    .section._07 .text h4 {
        font-size: 1.5rem;
    }

}


.section._08 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage_vol2/08.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -35px;
    left: 15px;
    z-index: 0;
}


.section._08 .text h3 {
    font-size: 1.4rem;
    margin-bottom: -1%;
}

.section._08 .text h4 {
    font-size: 0.7rem;
}

.section._08 .text h5 {
    font-size: 0.5rem;
}


@media screen and (min-width:768px){

    .section._08 .text h3 {
        font-size: 2.4rem;
        margin-bottom: -1%;
    }

    .section._08 .text h4 {
        font-size: 1rem;
    }

}

.section._09 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage_vol2/09.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -26px;
    right: 15px;
    z-index: 0;
}


.section._09 .text h3 {
    font-size: 1.9rem;
    margin-bottom: -1%;
}

.section._09 .text h4 {
    font-size: 0.9rem;
}

.section._09 .text h5 {
    font-size: 0.5rem;
}

@media screen and (min-width:768px){

    .section._09 .text h3 {
        font-size: 4rem;
        margin-bottom: -1%;
    }

    .section._09 .text h4 {
        font-size: 1.5rem;
    }

}

.section._10 .itemBox::before {
    background: url(https://jamtrading.itembox.design/item/jam//img/special/2025/trending-vintage_vol2/10.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    top: -35px;
    left: 15px;
    z-index: 0;
}

.section._10 .text h3 {
    font-size: 2rem;
    margin-bottom: -1%;
}

.section._10 .text h4 {
    font-size: 0.9rem;
}

.section._10 .text h5 {
    font-size: 0.5rem;
}

@media screen and (min-width:768px){

    .section._10 .text h3 {
        font-size: 3.1rem;
        margin-bottom: -1%;
    }

    .section._10 .text h4 {
        font-size: 1.5rem;
    }

}

@media only screen and (min-width: 641px) {

    .section._01 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        right: 25px;
    }

    .section._02 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        left: 25px;
    }

    .section._03 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        right: 25px;
    }

    .section._04 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        left: 25px;
    }

    .section._05 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        right: 25px;
    }

    .section._06 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        left: 25px;
    }

    .section._07 .itemBox::before {
        height: 140px;
        width: 140px;
          top: -60px;
        right: 25px;
    }

    .section._08 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        left: 25px;
    }

    .section._09 .itemBox::before {
        height: 140px;
        width: 140px;
         top: -60px;
        right: 25px;
    }

    .section._10 .itemBox::before {
        height: 140px;
        width: 140px;
        top: -60px;
        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: #fff;
}

.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;
}


.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: 30px 0% 0px;
}


}