@charset "UTF-8";
.l-contents {
    overflow-x: clip;
}

/* ---------------------------------------------
*   c-page-head-7
--------------------------------------------- */
.c-page-head-7 {
    margin-top: 20px;
}

.c-page-head-7__ttl {
    z-index: 2;
}

.c-page-head-7__img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(60, 71, 93, 0.5);
}

/* ---------------------------------------------
*   c-production-detail-kv
--------------------------------------------- */
.c-production-detail-kv {
    margin-top: 20px;
    position: relative;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv {
        margin-bottom: 110px;
        margin-top: 0;
    }
}
.c-production-detail-kv__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.c-production-detail-kv__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.c-production-detail-kv__container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 50px;
    align-items: center;
    min-height: 450px;
    padding-block: 55px 45px;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__container {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 0;
        min-height: 357px;
        padding-block: 20px 20px;
    }
}
.c-production-detail-kv__body {
    margin-left: 122px;
    transform: translateY(-21px);
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__body {
        display: contents;
        order: 1;
        width: 100%;
        margin-left: 0;
    }
}
.c-production-detail-kv__category {
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__category {
        font-size: 0.75rem;
    }
}
.c-production-detail-kv__ttl {
    margin-top: 4px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__ttl {
        margin-top: 4px;
        font-size: 1.575rem;
        line-height: 1.25;
    }
}
.c-production-detail-kv__maker {
    margin-top: 6px;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__maker {
        margin-top: 3px;
        font-size: 0.75rem;
    }
}
.c-production-detail-kv__btn-wrap {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__btn-wrap {
        order: 3;
        width: calc(100% - 30px);
        margin-top: 0;
        position: absolute;
        top: calc(100% + 30px);
        left: 15px;
    }
}
.c-production-detail-kv__btn-wrap .c-btn-1 {
    background-color: transparent;
    width: 325px;
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__btn-wrap .c-btn-1 {
        width: 100%;
        font-size: 1.1428571429rem;
    }
    .c-production-detail-kv__btn-wrap .c-btn-1::before {
        width: 3.125vw;
        height: 3.125vw;
    }
}
.c-production-detail-kv__img {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-production-detail-kv__img {
        margin-top: 25px;
        order: 2;
        margin-inline: auto;
    }
}
/* ---------------------------------------------
*   p-production-detail-intro
--------------------------------------------- */
.p-production-detail-intro {
    max-width: 700px;
    margin: 55px auto 0;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro {
        max-width: initial;
        margin-top: 35px;
    }
}
.p-production-detail-intro__lead {
    margin-bottom: 54px;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__lead {
        margin-bottom: 45px;
    }
}
.p-production-detail-intro__txt {
    font-size: 1.125rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__txt {
        font-size: 1rem;
        line-height: 1.6;
    }
}
.p-production-detail-intro__txt + .p-production-detail-intro__txt {
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__txt + .p-production-detail-intro__txt {
        margin-top: 30px;
    }
}
.p-production-detail-intro__section + .p-production-detail-intro__section {
    margin-top: 60px;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__section + .p-production-detail-intro__section {
        margin-top: 50px;
    }
}
.p-production-detail-intro__ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__ttl {
        font-size: 1.25rem;
    }
}
.p-production-detail-intro__list {
    margin-top: 20px;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__list {
        margin-top: 12px;
    }
}
.p-production-detail-intro__item {
    display: flex;
    font-size: 1rem;
    line-height: 1.7;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__item {
        font-size: 1rem;
        line-height: 1.75;
        gap: 8px;
        padding-right: 5px;
    }
}
.p-production-detail-intro__item::before {
    content: "・";
    flex-shrink: 0;
}

.p-production-detail-intro__table {
    margin-top: 26px;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__table {
        margin-top: 25px;
    }
}
.p-production-detail-intro__table .mod-table-scroll {
    width: 100%;
}

@media print, screen and (min-width: 751px) {
    .p-production-detail-intro__table .c-table-1--sp-scroll {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding-bottom: 0;
        cursor: default;
    }
    .p-production-detail-intro__table .c-table-1--sp-scroll table {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-wrapper,
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-mask,
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-offset,
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-content-wrapper,
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-content {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        cursor: default;
        outline: none;
        box-shadow: none;
    }
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-content-wrapper:focus,
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-content-wrapper:focus-visible {
        outline: none;
        box-shadow: none;
    }
    .p-production-detail-intro__table .c-table-1--sp-scroll .simplebar-track.simplebar-horizontal {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
    }
}
.p-production-detail-intro__table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__table table {
        border-right: 1.6px solid #C2C8CE;
        min-width: 1080px;
    }
}
.p-production-detail-intro__table td {
    text-align: left;
}

.p-production-detail-intro__table td sup {
    font-size: 0.5rem;
    transform: translateY(1px);
}

.p-production-detail-intro__note {
    margin-top: 14px;
    font-size: 0.75rem;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .p-production-detail-intro__note {
        margin-top: 12px;
        font-size: 0.8571428571rem;
    }
}
.p-production-detail-intro__wysiwyg h3, .p-production-detail-intro__wysiwyg h4 {
    font-weight: bold;
}
.p-production-detail-intro__wysiwyg h3 {
    margin-block: 60px 20px;
    font-size: 1.75rem;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg h3 {
        margin-block: 60px 10px;
        font-size: 1.2857142857rem;
    }
}
.p-production-detail-intro__wysiwyg h4 {
    margin-top: 50px;
    font-size: 1.25rem;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg h4 {
        margin-block: 30px 0;
        font-size: 1rem;
    }
}
.p-production-detail-intro__wysiwyg h5 {
    margin-block: 20px;
    font-size: 1.25rem;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg h5 {
        margin-block: 10px;
        font-size: 1rem;
    }
}
.p-production-detail-intro__wysiwyg p {
    margin-top: 20px;
    line-height: 1.75;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg p {
        line-height: 1.6;
    }
}
.p-production-detail-intro__wysiwyg p sup {
    font-weight: 700;
    font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg p sup {
        font-size: 1rem;
    }
}
.p-production-detail-intro__wysiwyg a {
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .p-production-detail-intro__wysiwyg a {
        transition: opacity 300ms;
    }
    .p-production-detail-intro__wysiwyg a:hover {
        opacity: 0.8;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-production-detail-intro__wysiwyg a:hover {
        text-decoration: none;
    }
}
.p-production-detail-intro__wysiwyg a[target=_blank]:not(:has(img))::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    background: url(/assets/img/common/icon_external_4.svg) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg a[target=_blank]:not(:has(img))::after {
        width: 9px;
        height: 9px;
        margin-left: 4px;
    }
}
.p-production-detail-intro__wysiwyg img {
    display: block;
    margin-block: 30px;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg img {
        margin-block: 15px;
    }
}
.p-production-detail-intro__wysiwyg img.mt-image-center {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-production-detail-intro__wysiwyg img.mt-image-center {
        max-width: 80%;
    }
}
.p-production-detail-intro__wysiwyg b, .p-production-detail-intro__wysiwyg strong {
    font-weight: 700;
}