/* ==========================================================================
   1. Base & Common (共通設定)
   ========================================================================== */

body {
    letter-spacing: 0.5px;
    line-height: 1.75;
}

/* body.is-event-active .c-header.outer-block .inner-block {
    デフォルトの設定があればここへ記述
} */

.-flex {
    display: flex;
}

.red {
    color: #F00;
}

.border-left {
    border-left: 1px dotted #000;
}

.bg-gray {
    background: #f0f0f0;
    padding: 8% 0%;
    margin: 10% 0 15%;
    text-align: center;
}

.bg-gray h2 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: -2%;
    color: #e06e1d;
}

.bg-gray ul {
    font-weight: bold;
}

.bg-gray li {
    font-size: 0.9rem;
    letter-spacing: -0.4px;
}

.bg-gray li span {
    font-size: 1.3rem;
}

.bg-gray p {
    margin-top: 2%;
    font-size: 12px;
}

.wrapper-ss2509 {
    margin-top: -7%;
}


/* ==========================================================================
   2. Header & Navigation
   ========================================================================== */

header img {
    width: 100% !important;
    padding: none !important;
}

nav#header-scrl {
    display: none;
}

.fs-c-breadcrumb {
    margin-bottom: 2%;
}

.search-category,
.search-shop {
    display: none;
}


/* ==========================================================================
   3. Buttons & Links
   ========================================================================== */

a.c-btn01 {
    margin-bottom: 3%;
}

a.c-btn01.-bk {
    background: #000;
    border: 1px solid #000;
}

a.c-btn01.-bk:hover {
    background: #FFF;
    color: #000;
    border: 1px solid #000;
}

a.c-btn01.-org {
    background: #FFF;
    color: #e06e1d;
    border: 1px solid #e06e1d;
}

a.c-btn01.-org::after {
    background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg) no-repeat center center;
    height: 8px !important;
    width: 7px !important;
}

.button {
    text-transform: none;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border: none;
    margin-top: -4%;
    text-decoration: underline;
    color: #0d4e90;
    margin-left: 80%;
}

.button:hover {
    opacity: 0.8;
}

.button:active {
    background-color: #f4f4f4;
}

.button+.box {
    display: none;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid white;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
    text-align: left;
}

.button+.box.show {
    display: block;
}


/* ==========================================================================
   4. Sections (Main, Visual, Event, etc.)
   ========================================================================== */

section.visual {
    padding: 6% 0 0;
}

section.event-txt {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    box-sizing: border-box;
}

section.mt50.mb50.main-txt {
    padding: 0% 6% 5%;
    letter-spacing: 0.07em;
    line-height: 1.8;
    text-align: left;
}

.main-txt p {
    margin-top: 4%;
    font-size: 13px;
}

.mainTxt {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    line-height: 1.75;
    line-height: 1.85; /* 下部定義の優先値を適用 */
}

.mainTxt span {
    font-weight: bold;
}

.mainTxt span.-org {
    color: #e06e1d;
}

.section-container {
    padding: 8% 6% 0%;
}


/* ==========================================================================
   5. Item List & Category (SALE LIST)
   ========================================================================== */

.itemlist h1 {
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 2.9rem;
    font-style: normal;
    color: #C8433E;
}

section.itemlist h1 span {
    font-size: 13px;
    margin-left: 4%;
    color: red;
}

.itemlist > div > p {
    margin-top: -2%;
}

.itemlist h2 {
    padding: 0 6% 2%;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
}

.itemlist-txt {
    margin-bottom: 10%;
}

.itemlist-txt span {
    font-weight: bold;
}

.itemlist-txt h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10%;
    margin-bottom: 10%;
    color: #e06e1d;
}

.cate {
    margin-top: 4%;
    margin-bottom: 15%;
}

.cate strong {
    font-size: 26px;
}

.cate .cate-ttl h2 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    font-style: normal;
    color: #212121;
    text-transform: uppercase;
}

span.cate-rubi {
    font-size: 0.7rem;
    margin-left: 2%;
}

span.bkg {
    background: linear-gradient(transparent 12%, #deac55 98%);
}

h1.capitalize,
h1.new-icon.capitalize {
    text-transform: uppercase;
}

h1.new-icon span {
    font-size: 12px;
    margin-left: 3%;
}

h1.new-icon:before {
    display: none;
}

/* Category Slider & Cards */
.slider-itemlist p {
    line-height: 1.85;
}

.cate .slider-img {
    padding: 0 0 1em;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: #4c4c4c 0px 5px 3px -4px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    border-right: 1px dotted #000;
    overflow: hidden;
    position: relative;
}

.cate .slider-img img:hover {
    transform: scale(1.1);
}

.cate .slick-slide img {
    padding: 10%;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
    display: block;
}

.cate h3 {
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: 10%;
}

.cate .slider-img p {
    padding: 0 8%;
    font-size: 0.6rem;
    letter-spacing: 0.5px;
}

.cate-all {
    text-align: right;
    padding: 0% 2%;
}

.cate-all a {
    padding: 2% 3%;
    background: #ffffff;
    color: #000;
    border-radius: 100px;
    font-size: 0.7rem;
    border: 1px solid #000;
    font-weight: bold;
}

.cate .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
    background-color: #999999;
    border-radius: 10px;
}

.cate .slick-dots li.slick-active button {
    background-color: #e06e1d;
}

.cate .-link {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
    margin-top: 3%;
}

.cate .-link a {
    margin-right: 1%;
    padding: 1% 6%;
    background-color: #e9e8ed;
    font-size: 17px;
    border-radius: 50px;
}

.cate .-link a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.slick-track {
    padding-bottom: 3%;
}

.slick-slide {
    display: table-cell !important;
    float: none !important;
}

.slick-slider div {
    transition: none;
}


/* ==========================================================================
   6. Specific Content Sections
   ========================================================================== */

/* Section: Omo */
section.omo {
    padding: 5% 6% 0;
    margin-bottom: 15%;
    margin-top: 10%;
}

.omo h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3%;
}

.omo h2 span {
    font-size: 16px;
}

.omo .txtBox {
    margin: 2% auto 5%;
}

.omo .txtBox p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.75;
}

.omo .txtBox p.caution {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.75;
    color: #858585;
    margin-top: 1%;
}

/* Section: Price */
section.price {
    padding: 5% 6% 0;
    margin-bottom: 15%;
}

section.price div {
    text-align: center;
}

.price h2 {
    text-align: center;
    margin-bottom: 7%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 2.0rem;
    font-style: normal;
    color: #212121;
}

.price h2 span {
    font-size: 1.4rem;
}

.percent {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    font-style: normal;
}

.percent li {
    display: block;
    width: 100%;
}

.circle {
    position: relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
    margin-bottom: 4%;
    color: #FFF;
    font-size: 1.5rem;
    padding: 2%;
}

.circle span {
    font-size: 1.2rem;
}

a.circle.off50 { background: #c8433e; }
a.circle.off30 { background: #ec7909; }
a.circle.off10 { background: #218380; }

section.newprice {
    margin-bottom: 15%;
}

section.newprice h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
}

/* Section: Special & Attention */
section.special {
    margin: 20% 6%;
}

.special h2 {
    font-size: 16px;
    font-weight: bold;
}

section.special div {
    margin-bottom: 10%;
}

.special h3 {
    font-weight: bold;
}

section.attention {
    padding: 0 5%;
    margin: 0 0 10%;
}

.attention h2 {
    font-weight: bold;
}

ul.attention {
    font-size: 0.9rem;
    letter-spacing: -0.1px;
    line-height: 1.75;
}

/* Section: Era */
section.era {
    padding: 0 5%;
    margin-bottom: 15%;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

section.era h2 {
    text-align: center;
    margin-bottom: 5%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
}

section.era h2 span {
    font-size: 1.4rem;
}

.era-flexWrap {
    margin-bottom: 5%;
}

.era-flexWrap .-flex:first-of-type {
    margin-bottom: 2%;
}

.era-flexWrap .-flex {
    justify-content: center;
    gap: 2%;
}

.era-flexWrap .-flex a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

section.era .-link {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
    margin-top: 3%;
}

section.era .-link a {
    margin-right: 1%;
    padding: 1% 6%;
    background-color: #e9e8ed;
    font-size: 17px;
}

section.era .-link a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* Section: Spot */
section.spot {
    margin-top: 15%;
    margin-bottom: 7%;
}

section.spot h2 {
    text-align: center;
    margin-bottom: 7%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 2.7rem;
    font-style: normal;
    color: #C8433E;
}

.swiper.-spot .swiper-wrapper {
    margin-bottom: 12%;
}

.swiper-slide {
    opacity: .3;
    transform: scale(.8);
    transition: .7s;
}

.swiper-slide img {
    height: auto;
    width: 100%;
    margin-bottom: 3%;
}

.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: #e06e1d;
}

/* Section: Staff Pickup & Hot Item */
section.staff-pickup {
    box-shadow: rgb(99 99 99 / 38%) 0px 3px 7px 0px;
    margin-bottom: 5%;
    padding-bottom: 8%;
}

section.section-slider.staff-pickup {
    margin: 0 5%;
    border-radius: 1%;
}

section.section-slider.staff-pickup.itemdetail_view_timer {
    margin: 0 6% 12%;
}

.staff-pickup .day {
    color: #c8433e;
    font-weight: bold;
    margin: 0;
    text-align: left;
    padding: 0 0 0 4%;
}

.day span {
    color: #000;
    font-weight: normal;
}

.staff-pickup p,
.staff-pickup-A p {
    font-weight: bold;
    text-align: center;
}

.staff-pickup-B {
    margin-top: 3%;
}

p.subject {
    text-align: center;
    margin-top: 0%;
    font-weight: bold;
}

p.yen {
    color: #525252;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 10% !important;
}

h2.hotitem-title {
    font-size: 14px;
}

h2.hotitem-title::before {
    content: none;
}

.wrapper-ss2509 h2.hotitem-title {
    margin-top: 0;
    margin-bottom: 1%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    font-style: normal;
    color: #212121;
    text-align: center;
}

section.hotitem.hotitem-top.inner-block.s-short {
    margin-bottom: 0%;
    padding: 0 6%;
}

.hotitem-box div {
    border-radius: 0px;
}

.hotitem-box img {
    padding: 2px 3px 3px 3px;
}

.hotitem-box li.slider-img {
    width: 30%;
    margin-right: 2%;
}

/* Section: Tag & Keywords */
.reco_kw {
    padding: 0 6%;
    margin-bottom: 5%;
}

h2.top-kw-tagTitle {
    margin-top: 0 !important;
}

h2.top-kw-tagTitle::before {
    content: "";
    background-image: url(https://jamtrading.itembox.design/item/jam/img/top/hotitem-icon01.png?10);
    display: inline-block;
    width: 20px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

section.top-kw-tag.inner-block.s-short {
    padding: 0 6% 6%;
    margin-bottom: 3%;
}

.wrapper-ss2509 h2.top-kw-tagTitle {
    font-size: 13px;
    padding-bottom: 0px;
}

.wrapper-ss2509 .top-kw-tagList a {
    font-size: 10px;
    padding: 1px 8px 1px 20px;
    margin: 3px 4px;
}

/* Common Boxes & Links */
.box {
    background-color: #f4f4f4;
    padding: 5% 5%;
}

.box .red {
    font-weight: bold;
    margin-bottom: 14px;
}

.box p {
    font-size: 14px;
    padding: 5% 0 3%;
}

section.link {
    padding: 0 6%;
}

.link a {
    margin: 0 auto;
}

.link a:nth-child(2) {
    background: #FFF;
    color: #e06e1d;
}

.link a:nth-child(2)::after {
    background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg) no-repeat center center;
}

.link-box {
    margin-top: 13%;
}

.link-box p {
    float: left;
}

.link-box p:nth-child(1) {
    width: 53%;
}

.link-box p:nth-child(2) {
    width: 40%;
    background: #c8433e;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 22px;
    margin-right: 1%;
    letter-spacing: 0.5px;
    text-align: center;
}

.pickitem-box li {
    float: left;
    width: 32.3%;
    margin-bottom: 2%;
}

.pickitem-box li:not(:last-child) {
    margin-right: 1%;
}

ul.pickitem-box.sale-icon.clearfix {
    padding: 0 6%;
}

/* Fixed Text Heights */
.txt-height { height: 100px; }
.txt-height.-btm,
.txt-height.-outer,
.txt-height.-ladies { height: 95px; }
.txt-height.-shoes { height: 80px; }
.txt-height.-goods { height: 67px; }


/* ==========================================================================
   7. Events & Conditions Component
   ========================================================================== */

.conditions {
    background: #e6e6e6;
    margin: 60px 0% 0;
    padding: 45px 0 35px;
    text-align: center;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
}

.conditions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.conditions li {
    font-size: 1rem;
    letter-spacing: -.4px;
    line-height: 1.8;
    color: #212121;
}

.conditions li span {
    font-size: 1.3rem;
    font-weight: bold;
}

.label-capsule {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 10px 60px;
    border-radius: 50px;
    width: fit-content;
    white-space: nowrap;
    z-index: 10;
}

.label-capsule.-period { background-color: #b50e1d; }
.label-capsule.-itemlist { background-color: #3b3f62; }
.label-capsule.-event { background-color: #deac55; }

.label-capsule p {
    margin: 0 !important;
    font-size: 1rem;
    color: #fff !important;
    font-weight: bold;
}

.special-event {
    background: #f5f1e6;
    margin: 25% 0% 0;
    padding: 7% 0 7%;
    text-align: center;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
}

.special-event img {
    max-width: 70%;
    margin-top: 2%;
}

.event-title { font-size: 1.4rem; }
.jam-super-sale-special-event { font-size: .8rem; }

.event-detail {
    font-size: .8rem;
    max-width: 70%;
    margin: 5% auto;
    text-align: left;
    font-weight: 400;
}


/* ==========================================================================
   8. Media Queries (Responsive Styles)
   ========================================================================== */

/* Max-width Media Queries (SP Target) */
@media only screen and (max-width: 640px) {
    .fs-c-breadcrumb {
        margin-top: 21% !important;
        margin-left: 4% !important;
        margin-bottom: 0%;
    }

    a.c-btn01.-org::after {
        height: 8px !important;
        width: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .special-event {
        padding: 10% 0 10%;
    }

    .special-event img {
        max-width: 85%;
        margin-top: 2%;
    }

    .event-detail {
        font-size: .8rem;
        max-width: 85%;
    }

    .c-btn01.event-btn {
        width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    .conditions {
        margin: 50px 0% 0;
        padding: 35px 10px 25px;
    }

    .label-capsule {
        padding: 8px 40px;
    }

    .small-text-sp {
        font-size: .6rem !important;
        font-weight: bold;
    }
}

/* Min-width Media Queries (Tablet & PC Target) */
@media only screen and (min-width: 641px) {
    body.is-event-active .c-header.outer-block .inner-block {
        padding: 25px 30px 25px 22px !important;
    }
}

@media screen and (min-width: 768px) {
    .wrapper-ss2509 {
        padding: 3% 0% 0;
    }

    nav.fs-c-breadcrumb {
        padding: 0 0%;
    }

    section.visual {
        padding: 3% 24% 0;
    }

    section.event-txt {
        padding: 0 30% 0;
    }

    .itemlist h1 {
        font-size: 4.5rem;
    }

    .itemlist > div > p {
        margin-top: 0%;
    }

    .itemlist-txt {
        margin-bottom: 5%;
    }

    .cate {
        margin-top: 4%;
        margin-bottom: 6%;
    }

    .cate h3 {
        font-size: 1rem;
    }

    .cate .slider-img p {
        font-size: 0.8rem;
    }

    .cate-all a {
        font-size: 0.9rem;
        padding: 1% 2%;
    }

    .cate .cate-ttl h2 {
        font-size: 2.5rem;
    }

    span.cate-rubi {
        font-size: 1rem;
    }

    section.omo {
        padding: 0% 30% 0;
        margin-bottom: 10%;
    }

    section.price {
        padding: 5% 30% 0;
        margin-bottom: 7%;
    }

    .price h2 {
        margin-bottom: 5%;
        font-size: 2.5rem;
    }

    .price h2 span {
        font-size: 1.9rem;
    }

    section.link {
        margin-top: -2%;
    }

    section.attention {
        padding: 0 30%;
        margin: 0 0 10%;
    }

    .wrapper-ss2509 h2.hotitem-title {
        font-size: 2rem;
    }

    .section-container {
        padding: 3% 6% 0%;
    }

    a.c-btn01 {
        margin-bottom: 1.5%;
    }

    section.top-kw-tag {
        margin-top: 0px;
    }

    section.era {
        margin-bottom: 7%;
    }

    section.era h2 {
        font-size: 2.5rem;
    }

    section.era h2 span {
        font-size: 1.9rem;
    }

    section.spot {
        padding: 0 30%;
        margin-top: 7%;
        margin-bottom: 2%;
    }

    section.spot h2 {
        font-size: 3.5rem;
    }

    .bg-gray {
        padding: 5%;
    }

    .bg-gray h2 {
        margin-bottom: 0%;
    }
}