/***全体***/

.btn.new_color {
    background-color: #E3E2DA;
    color: #103F2F;
    border-color: #103F2F;
    box-shadow: 3px 3px 0px 0px #103F2F, 3px 3px 0px 1px #103F2F;
    font-weight: bold;
}

#date .ttl {
    color: #103F2F;
}

#date .ttl h2,
.ttl h2 {
    font-size: 1.8rem;
}

.ttl p {
    font-size: 1rem;
}

@media only screen and (min-width: 768px) {

    #date .ttl h2,
    .ttl h2 {
        font-size: 4.0625rem;
    }

    .ttl p {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 768px) {

    .btn.top,
    #detail>.btn,
    #special a {
        width: 65%;
    }

    .btn.-last,
    .btn02.-last {
        width: 52%;
    }
}

@media only screen and (min-width: 1500px) {
    :not(#special).common_wrap {
        padding: 5% 27% !important;
    }
}

/***mv_area***/
@media only screen and (min-width: 768px) {
    .mv_area .copy {
        padding: 0 30%;
    }
}

/***detail***/
#detail .cnt_wrap {
    padding: 0;
}

#detail .cnt_wrap {
    gap: 55px;
}

#detail .cnt .item_image {
    margin-left: -10%;
    margin-right: -10%;
}

#detail .cnt .btn,
#detail .cnt .btn02 {
    width: 70%;
    box-shadow: 3px 3px 0px 0px #000000, 3px 3px 0px 1px #000;
    border-color: #000000;
}

#detail .cnt .btn {
    background-color: #103F2F;
    color: white;
}

#detail .cnt .btn02.btn03 {
    background-color: #C56A3D;
}

#detail .cnt .btn:hover,
#detail .cnt .btn02:hover {
    box-shadow: none;
}


.schedule_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

@media only screen and (min-width: 768px) {
    .schedule_box {
        flex-direction: row;
        justify-content: space-between;
    }

}

/***what is***/
.other_cnt .slick-slide h3 {
    font-weight: 600;
}

.other_cnt .slick-slide p {
    color: #777777;
}



/***special***/
#special {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) {
    #special {
        margin-top: 200px;
    }

}

#special.common_wrap {
    padding: 15% 0;
}


/*** Tab Section ***/

/* --- Tab Buttons --- */
.tab-section {
    width: 100%;
}

.tab-section__tabs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 4%;
    gap: 4px;
}

.tab-section__tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    background-color: #a5a292;
    color: #fff;
    height: 44px;
    padding: 4px 8px;
    transition: background-color 0.3s, height 0.3s;
    position: relative;
    font-family: 'garamond-premier-pro', 'Noto Sans JP', sans-serif;
    margin-bottom: 5px;
}

.tab-section__tab-en {
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'garamond-premier-pro', serif;
}

.tab-section__tab-ja {
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
}

.tab-section__tab.is-active {
    background-color: #e3e2da;
    height: 49px;
    color: #333;
    margin-bottom: 0
}

.tab-section__tab--unique.is-active {
    color: #ef9317;
}

.tab-section__tab--hidden.is-active {
    color: #c56a3d;
}

.tab-section__tab--nextvintage.is-active {
    color: #103f2f;
}

/* --- Tab Content Area --- */
.tab-section__content {
    background-color: #E3E2DA;
    padding-bottom: 20px;
}

.tab-section__panel {
    display: none;
}

.tab-section__panel.is-active {
    display: block;
}

/* --- Tab 2: Hidden Piece --- */
.tab-section__hidden-wrap {
    padding: 5% 4%;
}

.tab-section__hidden-title {
    text-align: center;
    margin-bottom: 30px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
}

.tab-section__hidden-title img {
    width: 100%;
    height: auto;
}

.tab-section__hidden-items {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.tab-section__hidden-item {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.tab-section__hidden-item-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tab-section__hidden-item-num {
    text-align: right;
    order: -1;
}

.tab-section__hidden-item-num img {
    width: 58px;
}

.tab-section__hidden-item-img {
    width: 100%;
}

.tab-section__hidden-item-img a img {
    width: 100%;
    border-radius: 8px;
}

.tab-section__hidden-item-info {
    width: 100%;
}

.tab-section__hidden-item-born {
    font-family: 'garamond-premier-pro', serif;
    font-size: 0.875rem;
    color: #c56a3d;
    font-weight: 600;
    margin-bottom: 4px;
}

.common_wrap .tab-section__hidden-item-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    padding-left: 0px;
}

.tab-section__hidden-item-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.tab-section__hidden-item-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.tab-section__hidden-item-price p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #C56A3D;
}

.tab-section__hidden-buy-btn {
    display: inline-block;
    background-color: transparent;
    color: #C56A3D;
    font-family: 'garamond-premier-pro', serif;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 18px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #C56A3D;
    transition: all 0.3s ease;
    line-height: 1;
}

.tab-section__hidden-buy-btn:hover {
    box-shadow: none;
    background-color: #C56A3D;
    color: #fff;
}

.tab-section__hidden-search-btn {
    display: inline-block;
    background-color: #fff;
    color: #C56A3D;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    transition: box-shadow 0.2s;
    position: relative;
    transition: all 0.2s ease;
}

.tab-section__hidden-search-btn:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
}

/* Check Point */
.tab-section__checkpoint {
    margin-top: 30px;
    padding: 24px 16px;
    border-top: none;
    background: #fff;
    position: relative;
}

.tab-section__checkpoint-title {
    font-family: 'garamond-premier-pro', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #c56a3d;
    margin-bottom: 20px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    font-weight: bold;
}

.tab-section__checkpoint-title-c {
    font-size: 3.75rem;
}

.tab-section__checkpoint-list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: none;
    user-select: none;
}

.tab-section__checkpoint-list img {
    pointer-events: none;
    -webkit-user-drag: none;
}

.tab-section__checkpoint-list::-webkit-scrollbar {
    display: none;
}

.tab-section__checkpoint-slide {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    flex: 0 0 65%;
    min-width: 0;
    scroll-snap-align: start;
}

.tab-section__checkpoint-img img {
    width: 100%;
    display: block;
}

.tab-section__checkpoint-slide h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #333;
    padding: 10px 12px 4px;
}

.tab-section__checkpoint-slide p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.75rem;
    line-height: 1.6;
    color: #666;
    padding: 0 12px 12px;
}

/* Hidden CTA */
.tab-section__hidden-cta {
    display: block;
    max-width: 340px;
    margin: 40px auto 0;
    background-color: #c56a3d;
    color: #fff;
    font-family: 'garamond-premier-pro', serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 9999px;
    box-shadow: 3px 3px 0 0 #000;
    border: 1px solid #000;
    transition: box-shadow 0.2s;
    line-height: 1.4;
    width: 65%;
    padding: 1.5% 7%;
}

.tab-section__hidden-cta span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
}

.tab-section__hidden-cta:hover {
    box-shadow: none;
}

/* --- Float Buttons PC --- */
.tab-section-float {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}

.tab-section-float.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.tab-section-float__btn {
    width: 174px;
    height: 49px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 3px 3px 0 0 #000;
    transition: box-shadow 0.2s;
    padding: 0;
    position: relative;
    transition: all 0.2s ease;
}

.tab-section-float__btn:hover {
    box-shadow: none;
    top: 3px;
    left: 3px;
}

.tab-section-float__btn--unique {
    background-color: #ef9317;
}

.tab-section-float__btn--hidden {
    background-color: #c56a3d;
}

.tab-section-float__btn--nextvintage {
    background-color: #103f2f;
}

.tab-section-float__btn-en {
    font-family: 'garamond-premier-pro', serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.tab-section-float__btn-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

/* --- Float Button SP --- */
.tab-section-float-sp {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}

.tab-section-float-sp.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.tab-section-float-sp__trigger {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 1000;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.tab-section-float-sp__trigger img {
    width: 100%;
    height: 100%;
    display: block;
}

.tab-section-float-sp__trigger.is-open {
    display: none;
}

.tab-section-float-sp__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
}

.tab-section-float-sp__overlay.is-open {
    display: block;
}

.tab-section-float-sp__popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tab-section-float-sp__popup.is-open {
    display: block;
}

.tab-section-float-sp__popup-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tab-section-float-sp__popup-btn {
    width: 200px;
    height: 46px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 2px 2px 0 0 #000;
    transition: box-shadow 0.2s;
    padding: 0;
}

.tab-section-float-sp__popup-btn:active {
    box-shadow: none;
}

.tab-section-float-sp__popup-btn--unique {
    background-color: #ef9317;
}

.tab-section-float-sp__popup-btn--hidden {
    background-color: #c56a3d;
}

.tab-section-float-sp__popup-btn--nextvintage {
    background-color: #103f2f;
}

.tab-section-float-sp__popup-btn-en {
    font-family: 'garamond-premier-pro', serif;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.2;
}

.tab-section-float-sp__popup-btn-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Hide SP float on PC, hide PC float on SP */
@media only screen and (min-width: 768px) {
    .tab-section-float-sp {
        display: none !important;
    }

    .tab-section__tabs {
        gap: 6px;
    }

    .tab-section__tab {
        height: 52px;
        border-radius: 20px 20px 0 0;
        padding: 6px 16px;
    }

    .tab-section__tab-en {
        font-size: 1.125rem;
    }

    .tab-section__tab-ja {
        font-size: 0.75rem;
    }

    .tab-section__tab.is-active {
        height: 60px;
    }

    .tab-section__content {
        padding-bottom: 40px;
    }

    /* Tab 2 PC layout */
    .tab-section__hidden-wrap {
        padding: 5% 8%;
    }

    .tab-section__hidden-title span {
        font-size: 1.5rem;
        padding: 12px 60px;
    }

    .tab-section__hidden-item {
        padding: 0;
    }

    .tab-section__hidden-item-inner {
        display: grid;
        grid-template-columns: 457px 1fr;
        grid-template-rows: auto 1fr;
        gap: 0 30px;
    }

    .tab-section__hidden-item-img {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 100%;
    }

    .tab-section__hidden-item-num {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
        order: 0;
        margin-bottom: 8px;
    }

    .tab-section__hidden-item-info {
        grid-column: 2;
        grid-row: 2;
    }

    .tab-section__hidden-item-num img {
        width: 100px;
    }

    .common_wrap .tab-section__hidden-item-name {
        font-size: 1.375rem;
    }

    .tab-section__hidden-item-desc {
        font-size: 0.9375rem;
    }

    .tab-section__hidden-cta {
        max-width: 420px;
        font-size: 1.375rem;
        padding: 16px 30px;
        width: 65%;
    }

    .tab-section__checkpoint {
        padding: 60px 40px 40px;
        margin-top: 50px;
    }

    .tab-section__checkpoint-list {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .tab-section__checkpoint-slide {
        flex: 0 0 45%;
        min-width: 0;
    }

    .tab-section__checkpoint-slide h5 {
        font-size: 1.125rem;
    }

    .tab-section__checkpoint-slide p {
        font-size: 1rem;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 767px) {
    .tab-section-float {
        display: none !important;
    }

    .tab-section__hidden-item-img {
        max-width: 100%;
    }
}

/*** タブ1 Unique デザイン調整 ***/

/* BUYボタン: 枠線のみ */
#unique .item_price a {
    background-color: transparent;
    color: #103f2f;
    border: 1px solid #103f2f;
    border-radius: 14px;
    padding: 2px 18px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

#unique .item_price a:hover {
    background-color: #103f2f;
    color: #fff;
}

/* 「似ているアイテムを探す」ボタン: オレンジ背景 */
#unique .cnt {
    margin-bottom: 0%;
}

#unique .cnt_wrap .btn02 {
    background-color: #ef9317;
    color: #fff;
    border: 1px solid #000;
    box-shadow: 3px 3px 0 0 rgba(16, 63, 47, 0.8);
    width: 65%;
    padding: 1.5% 7%;
}

#unique .cnt_wrap .btn02:hover {
    box-shadow: none;
}

.btn.-last, .btn02.-last {
    width: 65%;
    padding: 1.5% 7%;
}

/*** タブ1 item_ttl 吹き出し修正 ***/

/* SP: height:autoで内容に合わせる */
#unique .item_ttl {
    height: auto;
}

/* PC用吹き出し（新規要素） */
.item_ttl_pc {
    display: none;
}

@media only screen and (min-width: 768px) {

    /* PC: 既存item_ttlを非表示 */
    #unique .pc>.item_ttl {
        display: none;
    }

    .item_ttl_pc {
        display: block;
        background-image: url(https://jamtrading.itembox.cloud/item/jam/img/special/2026/goodregular_newarrivals_vol3/speech_bubble_tab.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 310px;
        padding: 50px 50px 70px;
        padding-right: 10px;
        color: #fff;
        margin-bottom: 15px;
    }

    .item_ttl_pc._01 {
        padding: 54px 32px 70px;
    }

    .item_ttl_pc._02 {
        padding: 62px 44px 70px;
    }

    .item_ttl_pc._03 {
        padding: 60px 42px 69px;
    }

    .item_ttl_pc._04 {
        padding: 58px 51px 70px;
    }

    .item_ttl_pc._05 {
        padding: 52px 28px 70px;
    }

    .item_ttl_pc h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.4;
        padding: 0;
    }

    .item_ttl_pc h4 {
        font-size: 0.75rem;
    }
}

/*** タブ1 アイテム間セパレーター ***/
.tab-section__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 200px;
}

.tab-section__separator:last-child {
    margin: 40px 0 50px;
}

.tab-section__separator-line {
    flex: 1;
    border-top: 4px dashed #ef9317;
}

.tab-section__separator-img {
    width: 100px;
    height: auto;
    margin: 0 10px;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
    .tab-section__separator-img {
        width: 168px;
    }

    .tab-section__separator {
        margin: 60px 0;
    }

    .tab-section__separator-line {
        border-top-width: 6px;
    }
}




/***タブ関連上書き**/
#unique h2,
#nextvintage h2 {
    max-width: 285px;
}

#nextvintage h2 {
    margin-bottom: 10%;
}

@media only screen and (min-width: 768px) {
    #unique .cnt {
        margin-bottom: 0%;
    }

    #unique .cnt_wrap {
        padding-top: 10%;
        margin-bottom: 0;
    }
}

#unique .item_num {
    top: -4%;
}

#unique .item_comment .item_ttl_pc h3 {
    border-bottom: none;
    color: white;
    font-size: 1.3rem;
    font-family: 'Noto Sans JP', sans-serif;
}

#unique .item_price {
    justify-content: flex-start;
}

#unique .item_comment .item_name .bub {
    font-size: 0.75rem;
}

@media only screen and (min-width: 768px) {
    .pc_item_img {
        width: 45.5%;
    }
}



#unique .item_ttl {
    background-image: url(https://jamtrading.itembox.cloud/item/jam/img/special/2026/goodregular_newarrivals_vol3/speech_bubble_tab.svg);
}

#unique .item_ttl._01 {
    padding: 7% 9% 13%;
    top: -15%;
}

#unique .item_ttl._02 {
    padding: 9% 6% 13%;
    top: -19%
}

#unique .item_ttl._04 {
    padding: 10% 8% 15%;
    top: -12%;
}


.btn04 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 4% 7%;
    margin: 0 auto 10%;
    position: relative;
    color: #103F2F;
    border: 2px solid #000;
    background-color: #E3E2DA;
    box-shadow: 3px 3px 0px 0px #103F2F, 3px 3px 0px 1px #103F2F;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.btn04:hover {
    transform: translate(4px, 4px);
    box-shadow: none;
}


.btn02.-last._tab {
    margin-top: 15%;
}

@media only screen and (min-width: 768px) {
    .btn02.-last._tab {
        margin-top: 5%;
    }
}