.product-category-section {
    display: none;
}
#contents {
    padding-left: 0;
    padding-right: 0;
}
.season-group-section {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
}
@media (min-width: 1024px) {
    .season-group-section {
        width: calc(100% - 40px);
        max-width: var(--content-width-pc);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.local-nav {
    margin-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
}
.search-area {
    margin-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
}
.search-description-section {
    margin-top: 48px;
}
.search-filter-section {
    margin-top: 48px;
}
.product-category-section {
    margin-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
}
.category-content-section {
    margin-top: 24px;
}
.back-button-area {
    margin-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
}
@media (min-width: 1024px) {
    .local-nav,
    .search-area,
    .product-category-section,
    .back-button-area {
        width: calc(100% - 40px);
        max-width: var(--content-width-pc);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.c-contentbasedop.category-title {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.96px;
    margin-top: 48px;
    max-width: 1312px;
    color: #222222;
}
.search-title {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}
.search-description {
    font-family: var(--font-family-normal);
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}
.search-description p {
    margin-bottom: 0;
}
.search-filter {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.filter-label {
    font-family: var(--font-family-normal);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
    margin: 0;
}
.filter-select-wrapper {
    position: relative;
    display: inline-block;
    min-width: 122px;
}
.filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f9f9f9;
    padding: 8px 28px 8px 8px;
    border: none;
    font-family: var(--font-family-bold);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.56px;
    color: #000000;
    cursor: pointer;
    width: 100%;
    outline: none;
}
.filter-select:hover {
    background-color: #f0f0f0;
}
.filter-select-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.category-section-title,
.season-category-title {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
    margin-top: 48px;
}
.product-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.product-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.2s;
}
.product-card:hover {
    opacity: 0.8;
}
.product-card-image {
    width: 100%;
    aspect-ratio: 800 / 500;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
}
.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-card-content {
    display: flex;
    flex-direction: column;
}
.product-card-badge {
    background-color: #000000;
    color: #ffffff;
    font-family: var(--font-family-bold);
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    display: inline-block;
    width: fit-content;
    padding: 0 4px;
    border-width: 1px;
    font-size: 12px;
    letter-spacing: .48px;
    align-content: center;
    font-weight: 700;
    line-height: 1.5;
}
.product-card-title {
    font-family: var(--font-family-bold);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #222222;
    margin: 0;
    margin-top: 5px;
}
.product-card-subtitle {
    font-family: var(--font-family-normal);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
    margin: 0;
}
.product-card-year {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.product-card-year-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.product-card-year-label {
    font-family: var(--font-family-normal);
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.56px;
    color: #666666;
    margin: 0;
    margin-bottom: 0!important;
}
.product-card-year-value {
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
    margin: 0;
}
.product-card-year-image {
    flex: 1;
}
.product-card-year-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.5);
}
.product-modal-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.product-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px 24px 16px 0;
    flex-shrink: 0;
}
.product-modal-close {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
    color: #000000;
}
.product-modal-close:hover {
    opacity: 0.7;
}
.product-modal-close-icon {
    width: 14px;
    height: 14px;
    display: block;
}
.product-modal-close svg {
    width: 14px;
    height: 14px;
    display: block;
}
.product-modal-body {
    padding: 0 24px 24px 24px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}
.product-modal-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.product-modal-image-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-modal-image {
    width: 100%;
    aspect-ratio: 800 / 500;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.product-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-modal-note {
    display: flex;
    gap: 0;
    font-family: var(--font-family-normal);
    font-size: 12px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.48px;
    color: #666666;
}
.product-modal-note-mark {
    flex-shrink: 0;
    width: 16px;
    margin: 0;
}
.product-modal-note-text {
    flex: 1;
    margin: 0;
}
.product-modal-text-area {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-modal-title {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.96px;
    color: #222222;
    margin: 0;
}
.product-modal-description {
    font-family: var(--font-family-normal);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
    margin: 0;
}
.product-modal-details {
    margin-top: 32px;
    border-top: 1px solid #e5e5e5;
}
.product-modal-detail-item {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    gap: 24px;
}
.product-modal-detail-label {
    font-family: var(--font-family-normal);
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.6;
    letter-spacing: 0.56px;
    color: #222222;
    margin: 0;
    flex-shrink: 0;
    min-width: 80px;
}
.product-modal-detail-content {
    font-family: var(--font-family-normal);
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.6;
    letter-spacing: 0.56px;
    color: #222222;
    margin: 0;
    white-space: pre-wrap;
    flex: 1;
}
.product-modal-info-note {
    display: flex;
    gap: 0;
    font-family: var(--font-family-normal);
    font-size: 12px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.48px;
    color: #666666;
}
.product-modal-info-note-mark {
    flex-shrink: 0;
    width: 16px;
    margin: 0;
}
.product-modal-info-note-text {
    flex: 1;
    margin: 0;
}
.product-modal-button-area {
    display: flex;
    justify-content: center;
}
.product-modal-button {
    background-color: #000000;
    color: #ffffff;
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.64px;
    padding: 20px 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 592px;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.product-modal-button:hover {
    background-color: #333333;
}
.product-modal-button-icon {
    width: 12px;
    height: 12px;
    filter: invert(1) brightness(2);
    flex-shrink: 0;
}
body.is-modal-open {
    overflow: hidden;
}
@media (min-width: 1024px) {
    .product-modal {
        padding: 0;
    }
    .product-modal-container {
        max-width: 1008px;
    }
    .product-modal-header {
        padding: 48px 48px 16px 0;
    }
    .product-modal-body {
        padding: 0 96px 48px 96px;
    }
}
@media (min-width: 1024px) {
    .product-card-badge {
        height: 20px;
        align-items: center;
    }
}
@media (max-width: 1023px) {
    .c-contentbasedop.category-title {
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    .category-section-title,
    .season-category-title {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .product-card-badge {
        padding: 0 4px;
        border-width: 1px;
        font-size: 10px;
        letter-spacing: .4px;
    }
    .product-card-title {
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    .product-card-year-label {
        font-size: 12px;
    }
    .product-card-year-value {
        font-size: 14px;
    }
    .product-card-subtitle {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .product-modal-content {
        gap: 32px;
    }
    .product-modal-title {
        font-size: 20px;
        letter-spacing: 0.8px;
    }
    .product-modal-description {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .product-modal-details {
        margin-top: 24px;
        padding-top: 16px;
    }
    .product-modal-detail-item {
        padding: 12px 0;
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    .product-modal-detail-label {
        font-size: 13px;
        letter-spacing: 0.52px;
        min-width: auto;
    }
    .product-modal-detail-content {
        font-size: 13px;
        letter-spacing: 0.52px;
    }
    .product-modal-button {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.56px;
        padding: 16px 12px;
    }
}
.button-row {
    display: flex;
    gap: 32px;
    justify-content: center;
}
.latest-season-buttons + .back-button-area {
    margin-top: 48px !important;
}
@media (max-width: 1023px) {
    .button-row {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .button-row .p-btndop {
        width: 100%;
    }
}
.product-modal-button-note {
    margin-top: 16px;
    text-align: center;
}
.product-modal-button-note p {
    margin: 0;
    font-size: 12px;
    color: #666;
}
.dop-current-season-buttons {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
}
@media (min-width: 1024px) {
    .dop-current-season-buttons {
        width: calc(100% - 40px);
        max-width: var(--content-width-pc);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.dop-cards-container {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}
.dop-info-card {
    flex: 1;
    max-width: calc(50% - 12px);
    background-color: #ffffff;
    border: 1px solid #333333;
    padding: 48px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.dop-card-title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #222222;
    margin: 0 0 16px 0;
}
.dop-card-description {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.56px;
    color: #222222;
    margin: 0 0 24px 0!important;
    flex-grow: 1;
}
.dop-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.56px;
    color: #222222;
    text-decoration: none !important;
    margin-top: auto;
    align-self: flex-end;
    transition: color 0.2s ease;
}
.dop-card-link:hover {
    color: #222222!important;
    background-color: #f4f4f4;
}
.dop-card-link svg {
    transition: transform 0.2s ease;
    width: 16px;
    height: 16px;
}
@media (max-width: 767px) {
    .dop-cards-container {
        flex-direction: column;
        gap: 16px;
    }
    .dop-info-card {
        max-width: none;
        padding: 24px;
    }
    .dop-card-title {
        font-size: 18px;
        letter-spacing: 0.72px;
    }
    .dop-card-description {
        font-size: 13px;
        letter-spacing: 0.52px;
        margin-bottom: 20px;
    }
    .dop-card-link {
        font-size: 13px;
        letter-spacing: 0.52px;
    }
}
@media (max-width: 1023px) {
    .search-description br {
        display: none;
    }
}
