@charset "UTF-8";
/* --------------------
 Products Detail
-------------------- */
.products {
    padding: 20px 0 0;
}

@media (min-width: 768px) {
    .products {
        padding: 30px 0 0;
    }
}

.products__output {
    bottom: 5px;
    height: 60px;
    left: auto;
    position: fixed;
    right: 0;
    top: auto;
    width: 60px;
    z-index: 98;
}

@media (min-width: 768px) {
    .products__output {
        bottom: auto;
        top: 100px;
    }
}

@media (min-width: 992px) {
    .products__output {
        height: 100px;
        top: 200px;
        width: 100px;
    }
}

.products__output__link {
    align-items: center;
    background-color: var(--color-theme);
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs10);
    font-weight: 700;
    gap: 0;
    height: 100%;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 992px) {
    .products__output__link {
        border-radius: 20px 0 0 20px;
        font-size: var(--fs14);
    }
}

.products__output__link__status {
    left: 5px;
    position: absolute;
    top: -5px;
    z-index: 1;
}

@media (min-width: 992px) {
    .products__output__link__status {
        left: 10px;
        top: -10px;
    }
}

.products__output__link__status img {
    width: 19px;
}

@media (min-width: 992px) {
    .products__output__link__status img {
        width: 38px;
    }
}

.products__output__link__icon {
    margin: 0 0 4px;
}

@media (min-width: 992px) {
    .products__output__link__icon {
        margin: 0 0 8px;
    }
}

.products__output__link__icon img {
    width: 27px;
}

@media (min-width: 992px) {
    .products__output__link__icon img {
        width: 54px;
    }
}

.products__output__link span {
    display: block;
}

.products__output__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .products__output__link:hover {
        opacity: 0.65;
    }
}

.products__detail {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .products__detail {
        margin: 0 0 100px;
    }
}

.products__detail-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__detail-container {
        padding: 0 30px;
    }
}

.products__detail__head {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
    display: flex;
    flex-flow: column nowrap;
    gap: 4px 16px;
    margin: 0 0 12px;
    padding: 0 0 6px;
}

@media (min-width: 768px) {
    .products__detail__head {
        align-items: flex-start;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
}

.products__detail__head__category {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    justify-content: flex-start;
    padding: 9px 0 0;
}

.products__detail__head__category span {
    background-color: var(--color-theme);
    color: #fff;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0;
    padding: 4px 12px 6px;
}

@media (min-width: 768px) {
    .products__detail__head__category span {
        font-size: var(--fs18);
        padding: 4px 20px 6px;
    }
}

.products__detail__head__title {
    color: var(--color-theme);
    font-size: var(--fs28);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    width: auto;
}

@media (min-width: 768px) {
    .products__detail__head__title {
        font-size: var(--fs34);
    }
}

.products__detail__icons {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: flex-start;
    margin: 0 0 12px;
}

.products__detail__icons__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: flex-start;
}

.products__detail__icons__list img {
    width: 55px;
}

@media (min-width: 768px) {
    .products__detail__icons__list img {
        width: 65px;
    }
}

.products__detail__icons__action {
    align-self: flex-end;
    text-align: left;
}

.products__detail__icons__action a {
    color: inherit;
    font-size: var(--fs14);
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-decoration: underline;
}

.products__detail__icons__action a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .products__detail__icons__action a:hover {
        text-decoration: none;
    }
}

.products__detail__icons__modal {
    display: none;
}

.products__detail__icons__modal-container {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: center;
    left: 0;
    margin: auto;
    padding: 44px 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    will-change: transform;
    z-index: 100;
}

@media (min-width: 768px) {
    .products__detail__icons__modal-container {
        padding: 70px 40px;
    }
}

.products__detail__icons__modal-container-inner {
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 960px;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.products__detail__icons__modal__close {
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    height: 48px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -4px;
    width: 48px;
    z-index: 3;
}

.products__detail__icons__modal__close img {
    width: 24px;
}

.products__detail__icons__modal__title {
    background-color: var(--color-theme);
    border-radius: 25px;
    color: #fff;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 0 -20px;
    padding: 8px 20px;
    position: relative;
    text-align: left;
    z-index: 1;
}

@media (min-width: 768px) {
    .products__detail__icons__modal__title {
        font-size: var(--fs18);
        padding: 8px 40px;
    }
}

.products__detail__icons__modal__list {
    background-color: #fff;
    padding: 50px 20px 30px;
}

@media (min-width: 768px) {
    .products__detail__icons__modal__list {
        padding: 70px 30px 50px;
    }
}

.products__detail__icons__modal__list-inner {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0 30px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 830px;
}

.products__detail__icons__modal__list__item {
    align-items: stretch;
    border-bottom: 1px solid #000;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    padding: 12px 0px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__detail__icons__modal__list__item {
        padding: 24px 10px;
    }
}

@media (min-width: 992px) {
    .products__detail__icons__modal__list__item {
        padding: 30px 10px;
        width: calc(50% - 15px);
    }
}

.products__detail__icons__modal__list__item:nth-child(1) {
    border-top: 1px solid #000;
}

@media (min-width: 992px) {
    .products__detail__icons__modal__list__item:nth-child(2) {
        border-top: 1px solid #000;
    }
}

.products__detail__icons__modal__list__item__fig {
    align-self: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
}

@media (min-width: 768px) {
    .products__detail__icons__modal__list__item__fig {
        width: 68px;
    }
}

.products__detail__icons__modal__list__item__fig img {
    width: 100%;
}

.products__detail__icons__modal__list__item__main {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
}

.products__detail__icons__modal__list__item__main__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin: 0 0 6px;
}

@media (min-width: 768px) {
    .products__detail__icons__modal__list__item__main__title {
        font-size: var(--fs18);
    }
}

.products__detail__icons__modal__list__item__main__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .products__detail__icons__modal__list__item__main__content p {
        font-size: var(--fs16);
    }
}

.products__detail__icons__modal.is-open {
    display: block;
}

.products__detail__icons__modal[aria-hidden=false] .products__detail__icons__modal-container {
    animation: modalFadeIn 0.3s ease-in-out;
}

.products__detail__icons__modal[aria-hidden=true] .products__detail__icons__modal-container {
    animation: modalFadeOut 0.35s ease-in-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.products__detail__fig {
    align-items: center;
    aspect-ratio: 960/440;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 60px;
    padding: 12px;
    width: 100%;
}

@media (min-width: 992px) {
    .products__detail__fig {
        padding: 24px;
    }
}

.products__detail__fig img {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-height: 100%;
    object-fit: contain;
}

.products__detail__freearea {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .products__detail__freearea > table {
        margin: 0;
    }

    .products__detail__freearea > table:last-child {
        margin: 0 0 70px;
    }

    /* 2つ以上の.tableが連続する場合：2個目以降の上ボーダーを消す */
    .products__detail__freearea > .table + .table > tbody > tr:first-child > td,
    .products__detail__freearea > .table + .table > tbody > tr:first-child > th {
        border-top: none;
    }
}

.videos {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    justify-content: center;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .videos {
        margin: 0 0 70px;
    }
}

.videos:last-child {
    margin-bottom: 0;
}

.videos__item {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .videos__item {
        width: calc(50% - 20px);
    }
}

.videos__item iframe {
    aspect-ratio: 16/9;
    border: none;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}

.videos__item span {
    display: block;
    font-size: var(--fs12);
    font-weight: 300;
    line-height: 1.4;
    margin: 8px 0 0;
}

@media (min-width: 768px) {
    .videos__item span {
        font-size: var(--fs14);
    }
}

.table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 60px;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .table {
        display: block;
    }
}

@media (min-width: 768px) {
    .table {
        margin: 0 0 70px;
    }
}

.table:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .table > tbody > tr {
        display: block;
        margin: 0 0 30px;
        width: 100%;
    }

    .table > tbody > tr:last-child {
        margin-bottom: 0;
    }
}

.table > tbody > tr > th, .table > tbody > tr > td {
    font-size: var(--fs14);
    letter-spacing: 0.15em;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (max-width: 767px) {
    .table > tbody > tr > th, .table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .table > tbody > tr > th, .table > tbody > tr > td {
        font-size: var(--fs16);
    }
}

.table > tbody > tr > th {
    background-color: #e6ebf1;
    font-weight: 700;
    padding: 3px 6px;
}

@media (min-width: 768px) {
    .table > tbody > tr > th {
        border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
        padding: 20px 14px;
        width: 185px;
    }
}

.table > tbody > tr > td {
    font-weight: 300;
    padding: 10px 6px;
}

@media (min-width: 768px) {
    .table > tbody > tr > td {
        border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
        padding: 20px 0 20px 30px;
    }
}

.table > tbody > tr > td p {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0 0 20px;
}

.table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}

.table > tbody > tr > td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table > tbody > tr > td ul > li {
    font-size: inherit;
    font-weight: 300;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

.table > tbody > tr > td ul > li:before {
    content: "・";
    left: 0;
    position: absolute;
    top: 0;
}

@media (min-width: 768px) {
    .table > tbody > tr:first-child > th, .table > tbody > tr:first-child > td {
        border-top: 1px solid rgba(var(--color-theme-rgb), 0.4);
    }
}

.table__mechanism {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    justify-content: flex-start;
}

.table__mechanism span {
    background-color: #d4d4d4;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: var(--fs12);
    line-height: 1.2;
    min-width: 75px;
    padding: 2px 6px;
    text-align: center;
}

@media (min-width: 768px) {
    .table__mechanism span {
        font-size: var(--fs14);
        min-width: 85px;
    }
}

@media (min-width: 992px) {
    .table__mechanism span {
        font-size: var(--fs16);
    }
}

.table__mechanism span.-active {
    background-color: var(--color-theme);
    font-weight: 300;
}

.table__compatibility {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.table__compatibility > thead > tr > th, .table__compatibility > thead > tr > td {
    background-color: #e6ebf1;
    border-right: 1px solid #fff;
    font-size: var(--fs12);
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 3px 6px;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .table__compatibility > thead > tr > th, .table__compatibility > thead > tr > td {
        font-size: inherit;
        padding: 6px 15px;
        width: 50%;
    }
}

.table__compatibility > thead > tr > th:last-child, .table__compatibility > thead > tr > td:last-child {
    border-right: none;
}

.table__compatibility > thead > tr > th {
    font-weight: 300;
}

.table__compatibility > thead > tr > td {
    font-weight: 300;
}

.table__compatibility > tbody > tr > th, .table__compatibility > tbody > tr > td {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
    border-right: 1px solid rgba(var(--color-theme-rgb), 0.4);
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 3px 6px;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .table__compatibility > tbody > tr > th, .table__compatibility > tbody > tr > td {
        padding: 6px 15px;
    }
}

.table__compatibility > tbody > tr > th:last-child, .table__compatibility > tbody > tr > td:last-child {
    border-right: none;
}

.table__compatibility > tbody > tr > th {
    font-weight: 700;
}

.table__compatibility > tbody > tr > td {
    font-weight: 300;
}

.table__gallery {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: flex-start;
    margin: 20px 0 0;
}

.table__gallery:first-child {
    margin-top: 0;
}

.table__gallery__item {
    text-align: center;
    width: 130px;
}

.table__gallery__item__fig {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 6px;
    position: relative;
    width: 100%;
}

.table__gallery__item__fig img {
    bottom: 0;
    display: block;
    height: calc(100% - 12px);
    left: 0;
    margin: auto;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 12px);
}

.table__gallery__item span {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.products__spec {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .products__spec {
        margin: 0 0 100px;
    }
}

.products__spec-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__spec-container {
        padding: 0 30px;
    }
}

.products__spec__head {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px 0;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .products__spec__head {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

.products__spec__head__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-start;
}

.products__spec__head__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
}

.products__spec__head__title__en img {
    height: 22px;
    width: auto;
}

@media (min-width: 768px) {
    .products__spec__head__title__en img {
        height: 24px;
    }
}

.products__spec__head__title__ja {
    color: var(--color-theme);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .products__spec__head__title__ja {
        font-size: var(--fs16);
    }
}

.products__spec__head__selector {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-end;
}

.products__spec__head__selector__item {
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .products__spec__head__selector__item {
        margin: 0;
        width: auto;
    }
}

.products__spec__head__selector__item:after {
    background-image: url(../../images/pages/products/products-spec-selector-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
    z-index: 1;
}

.products__spec__head__selector__item select {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: var(--fs14);
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 25px 10px 10px;
    width: 100%;
}

.products__spec__head__selector__item select::-ms-expand {
    display: none;
}

.products__spec__table-wrapper {
    margin: 0 0 70px;
}

.products__spec__table-responsive {
    margin: 0 0 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.products__spec__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.products__spec__table > thead > tr > th, .products__spec__table > thead > tr > td {
    background-color: #e6ebf1;
    border-left: 1px solid rgba(var(--color-theme-rgb), 0.4);
    border-top: 1px solid rgba(var(--color-theme-rgb), 0.4);
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
    display: none;
    font-size: var(--fs12);
    line-height: 1.2;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .products__spec__table > thead > tr > th, .products__spec__table > thead > tr > td {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .products__spec__table > thead > tr > th, .products__spec__table > thead > tr > td {
        font-size: var(--fs16);
    }
}

.products__spec__table > thead > tr > th:last-child, .products__spec__table > thead > tr > td:last-child {
    border-right: 1px solid rgba(var(--color-theme-rgb), 0.4);
}

.products__spec__table > thead > tr > th._output, .products__spec__table > thead > tr > td._output {
    width: 65px;
}

.products__spec__table > tbody > tr > th, .products__spec__table > tbody > tr > td {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
    border-left: 1px solid rgba(var(--color-theme-rgb), 0.4);
    font-size: var(--fs12);
    display: none;
    line-height: 1.4;
    padding: 10px 6px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .products__spec__table > tbody > tr > th, .products__spec__table > tbody > tr > td {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .products__spec__table > tbody > tr > th, .products__spec__table > tbody > tr > td {
        font-size: var(--fs16);
    }
}

.products__spec__table > tbody > tr > th:last-child, .products__spec__table > tbody > tr > td:last-child {
    border-right: 1px solid rgba(var(--color-theme-rgb), 0.4);
}

.products__spec__table > tbody > tr > th._name, .products__spec__table > tbody > tr > td._name {
    text-align: left;
}

@media (min-width: 992px) {
    .products__spec__table > tbody > tr > th._name, .products__spec__table > tbody > tr > td._name {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.products__spec__table > tbody > tr > td a {
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.products__spec__table > tbody > tr > td a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .products__spec__table > tbody > tr > td a:hover {
        opacity: 0.65;
    }
}

.products__spec__table > tbody > tr:first-child > th, .products__spec__table > tbody > tr:first-child > td {
    border-top: 1px solid rgba(var(--color-theme-rgb), 0.4);
}

.products__spec__table__output a, .products__spec__table__output button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-theme);
    border: 1px solid var(--color-theme);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 4px;
    text-align: center;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .products__spec__table__output a, .products__spec__table__output button {
        font-size: var(--fs14);
    }
}

.products__spec__table__output a:focus, .products__spec__table__output button:focus {
    background-color: #fff;
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .products__spec__table__output a:hover, .products__spec__table__output button:hover {
        background-color: #fff;
        color: var(--color-theme);
    }
}

.products__spec__table__unit {
    font-size: var(--fs12);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .products__spec__table__unit {
        font-size: var(--fs14);
    }
}

.products__spec__action .com-button {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__spec__action .com-button {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .products__spec__action .com-button {
        font-size: var(--fs18);
    }
}

.products__option {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .products__option {
        margin: 0 0 100px;
    }
}

.products__option-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__option-container {
        padding: 0 30px;
    }
}

.products__option__head {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px 0;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .products__option__head {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

.products__option__head__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-start;
}

.products__option__head__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
}

.products__option__head__title__en img {
    height: 22px;
    width: auto;
}

@media (min-width: 768px) {
    .products__option__head__title__en img {
        height: 24px;
    }
}

.products__option__head__title__ja {
    color: var(--color-theme);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .products__option__head__title__ja {
        font-size: var(--fs16);
    }
}

.products__option__head__selector {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-end;
}

.products__option__head__selector__item {
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .products__option__head__selector__item {
        margin: 0;
        width: auto;
    }
}

.products__option__head__selector__item:after {
    background-image: url(../../images/pages/products/products-spec-selector-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
    z-index: 1;
}

.products__option__head__selector__item select {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: var(--fs14);
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 25px 10px 10px;
    width: 100%;
}

.products__option__head__selector__item select::-ms-expand {
    display: none;
}

.products__option__table-wrapper {
    margin: 0 0 70px;
}

.products__option__table-responsive {
    margin: 0 0 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.products__option__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.products__option__table > thead > tr > th, .products__option__table > thead > tr > td {
    background-color: #e6ebf1;
    border-left: 1px solid rgba(var(--color-theme-rgb), 0.4);
    border-top: 1px solid rgba(var(--color-theme-rgb), 0.4);
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
    font-size: var(--fs12);
    line-height: 1.2;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .products__option__table > thead > tr > th, .products__option__table > thead > tr > td {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .products__option__table > thead > tr > th, .products__option__table > thead > tr > td {
        font-size: var(--fs16);
    }
}

.products__option__table > thead > tr > th:last-child, .products__option__table > thead > tr > td:last-child {
    border-right: 1px solid rgba(var(--color-theme-rgb), 0.4);
}

.products__option__table > thead > tr > th._output, .products__option__table > thead > tr > td._output {
    width: 65px;
}

.products__option__table > tbody > tr > th, .products__option__table > tbody > tr > td {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.4);
    border-left: 1px solid rgba(var(--color-theme-rgb), 0.4);
    font-size: var(--fs12);
    line-height: 1.4;
    padding: 10px 6px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .products__option__table > tbody > tr > th, .products__option__table > tbody > tr > td {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .products__option__table > tbody > tr > th, .products__option__table > tbody > tr > td {
        font-size: var(--fs16);
    }
}

.products__option__table > tbody > tr > th:last-child, .products__option__table > tbody > tr > td:last-child {
    border-right: 1px solid rgba(var(--color-theme-rgb), 0.4);
}

.products__option__table > tbody > tr > th._name, .products__option__table > tbody > tr > td._name {
    text-align: left;
}

@media (min-width: 992px) {
    .products__option__table > tbody > tr > th._name, .products__option__table > tbody > tr > td._name {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.products__option__table > tbody > tr > td a {
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.products__option__table > tbody > tr > td a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .products__option__table > tbody > tr > td a:hover {
        opacity: 0.65;
    }
}

.products__option__table > tbody > tr:first-child > th, .products__option__table > tbody > tr:first-child > td {
    border-top: 1px solid rgba(var(--color-theme-rgb), 0.4);
}

.products__option__table__output a, .products__option__table__output button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-theme);
    border: 1px solid var(--color-theme);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 4px;
    text-align: center;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .products__option__table__output a, .products__option__table__output button {
        font-size: var(--fs14);
    }
}

.products__option__table__output a:focus, .products__option__table__output button:focus {
    background-color: #fff;
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .products__option__table__output a:hover, .products__option__table__output button:hover {
        background-color: #fff;
        color: var(--color-theme);
    }
}

.products__option__table__unit {
    font-size: var(--fs12);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .products__option__table__unit {
        font-size: var(--fs14);
    }
}

.products__option__action .com-button {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__option__action .com-button {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .products__option__action .com-button {
        font-size: var(--fs18);
    }
}

.products__contact {
    background-color: #e6ebf1;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .products__contact {
        padding: 60px 0 100px;
    }
}

.products__contact-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__contact-container {
        padding: 0 30px;
    }
}

.products__contact__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: center;
    margin: 0 0 50px;
}

.products__contact__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
}

.products__contact__title__en img {
    height: 22px;
    width: auto;
}

@media (min-width: 768px) {
    .products__contact__title__en img {
        height: 24px;
    }
}

.products__contact__title__ja {
    color: var(--color-theme);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .products__contact__title__ja {
        font-size: var(--fs16);
    }
}

.products__contact__action .com-button {
    border-color: var(--color-theme);
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}

@media (min-width: 768px) {
    .products__contact__action .com-button {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .products__contact__action .com-button {
        font-size: var(--fs18);
    }
}

.product-gallery__thumbs {
    max-width: 600px;
    margin: 0 auto 20px auto;
    padding-left: 32px;
    padding-right: 32px;
}
.product-gallery__thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
}
.product-gallery__thumbs .swiper-slide {
    width: 170px !important;
    height: 170px;
    margin-right: 50px !important;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
    opacity: 0.5;
    transition: border 0.2s, opacity 0.2s;
}

.product-gallery__thumbs .swiper-slide:last-child {
    margin-right: 0 !important;
}

.product-gallery__thumbs .swiper-slide:hover,
.product-gallery__thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
@media (max-width: 600px) {
    .product-gallery__thumbs {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }
    .product-gallery__thumbs .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .product-gallery__thumbs .swiper-slide {
        width: 80px !important;   /* サムネイル1個の幅を調整 */
        height: 80px !important;
        margin-right: 8px !important;
        flex: 0 0 auto;
    }
}