/* --------------------
 Product
-------------------- */
.product {
    margin: 0 0 32vw;
}

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

.product-layout {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 21.3333333333vw;
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .product-layout {
        flex-wrap: nowrap;
        gap: 40px;
    }
}

@media (min-width: 992px) {
    .product-layout {
        gap: 60px;
    }
}

.product-layout__main {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .product-layout__main {
        flex: 1 1 auto;
    }
}

.product-layout__side {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .product-layout__side {
        flex: 0 0 180px;
    }
}

@media (min-width: 1240px) {
    .product-layout__side {
        flex: 0 0 200px;
    }
}

.product__title {
    color: var(--color-navy);
    font-size: 4.784vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10.6666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .product__title {
        font-size: var(--fs23);
        margin: 0 0 50px;
    }
}

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

.product__side__cat {
    margin: 0 0 10.6666666667vw;
}

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

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

.product__side__cat__title {
    color: var(--color-navy);
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5.3333333333vw;
    padding: 0 0 2.6666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .product__side__cat__title {
        margin: 0 0 20px;
        padding: 0 0 10px;
    }
}

@media (min-width: 992px) {
    .product__side__cat__title {
        font-size: var(--fs20);
    }
}

.product__side__cat__title:after {
    background-image: linear-gradient(to right, var(--color-navy) 0, var(--color-navy) 16vw, #DDDDDD 16vw, #DDDDDD 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .product__side__cat__title:after {
        background-image: linear-gradient(to right, var(--color-navy) 0, var(--color-navy) 60px, #DDDDDD 60px, #DDDDDD 100%);
        height: 2px;
    }
}

.product__side__cat__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product__side__cat__list > li {
    margin: 0 0 2.1333333333vw;
    padding: 0;
}

@media (min-width: 768px) {
    .product__side__cat__list > li {
        margin: 0 0 12px;
    }
}

.product__side__cat__list > li:last-child {
    margin-bottom: 0;
}

.product__side__cat__list > li a {
    color: inherit;
    display: block;
    font-size: var(--fs16);
    line-height: 1.4;
    padding: 0 0 0 3.2vw;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .product__side__cat__list > li a {
        padding: 0 0 0 12px;
    }
}

@media (min-width: 992px) {
    .product__side__cat__list > li a {
        font-size: var(--fs18);
    }
}

.product__side__cat__list > li a:before {
    background-color: var(--color-navy);
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.0666666667vw;
    left: 0;
    position: absolute;
    top: 0.55em;
    width: 1.0666666667vw;
}

@media (min-width: 768px) {
    .product__side__cat__list > li a:before {
        height: 5px;
        width: 5px;
    }
}

.product__side__cat__list > li a:after {
    background-color: var(--color-navy);
    bottom: -0.5333333333vw;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0vw;
}

@media (min-width: 768px) {
    .product__side__cat__list > li a:after {
        bottom: -2px;
        height: 2px;
        width: 0px;
    }
}

.product__side__cat__list > li a:focus {
    color: var(--color-navy);
}

.product__side__cat__list > li a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .product__side__cat__list > li a:hover {
        color: var(--color-navy);
    }

    .product__side__cat__list > li a:hover:after {
        width: 100%;
    }
}

.product__side__archive {
    margin: 0 0 10.6666666667vw;
}

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

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

.product__side__archive__title {
    color: var(--color-navy);
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5.3333333333vw;
    padding: 0 0 2.6666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .product__side__archive__title {
        margin: 0 0 20px;
        padding: 0 0 10px;
    }
}

@media (min-width: 992px) {
    .product__side__archive__title {
        font-size: var(--fs20);
    }
}

.product__side__archive__title:after {
    background-image: linear-gradient(to right, var(--color-navy) 0, var(--color-navy) 16vw, #DDDDDD 16vw, #DDDDDD 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .product__side__archive__title:after {
        background-image: linear-gradient(to right, var(--color-navy) 0, var(--color-navy) 60px, #DDDDDD 60px, #DDDDDD 100%);
        height: 2px;
    }
}

.product__side__archive__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product__side__archive__list > li {
    margin: 0 0 2.1333333333vw;
    padding: 0;
}

@media (min-width: 768px) {
    .product__side__archive__list > li {
        margin: 0 0 12px;
    }
}

.product__side__archive__list > li:last-child {
    margin-bottom: 0;
}

.product__side__archive__list > li a {
    color: inherit;
    display: block;
    font-size: var(--fs16);
    line-height: 1.4;
    padding: 0 0 0 3.2vw;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .product__side__archive__list > li a {
        padding: 0 0 0 12px;
    }
}

@media (min-width: 992px) {
    .product__side__archive__list > li a {
        font-size: var(--fs18);
    }
}

.product__side__archive__list > li a:before {
    background-color: var(--color-navy);
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.0666666667vw;
    left: 0;
    position: absolute;
    top: 0.55em;
    width: 1.0666666667vw;
}

@media (min-width: 768px) {
    .product__side__archive__list > li a:before {
        height: 5px;
        width: 5px;
    }
}

.product__side__archive__list > li a:after {
    background-color: var(--color-navy);
    bottom: -0.5333333333vw;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0vw;
}

@media (min-width: 768px) {
    .product__side__archive__list > li a:after {
        bottom: -2px;
        height: 2px;
        width: 0px;
    }
}

.product__side__archive__list > li a:focus {
    color: var(--color-navy);
}

.product__side__archive__list > li a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .product__side__archive__list > li a:hover {
        color: var(--color-navy);
    }

    .product__side__archive__list > li a:hover:after {
        width: 100%;
    }
}

.product__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 8vw 8vw;
    justify-content: flex-start;
    margin: 0 -2.6666666667vw 21.3333333333vw;
}

@media (min-width: 768px) {
    .product__list {
        gap: 40px 20px;
        margin: 0 0 120px;
    }
}

@media (min-width: 992px) {
    .product__list {
        gap: 40px 20px;
    }
}

.product__list__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .product__list__item {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .product__list__item {
        flex: 0 0 calc(33.33333% - 13.33333px);
    }
}

.product__list__item__link {
    color: inherit;
    display: block;
    height: 100%;
    padding: 3.2vw;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .product__list__item__link {
        padding: 20px;
    }
}

.product__list__item__link:before {
    border: 0.5333333333vw solid var(--color-navy);
    border-radius: 1.3333333333vw;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    z-index: -1;
}

@media (min-width: 768px) {
    .product__list__item__link:before {
        border-radius: 5px;
        border-width: 2px;
    }
}

.product__list__item__link__fig {
    margin: 0 0 4.2666666667vw;
}

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

.product__list__item__link__fig img {
    aspect-ratio: 594/600;
    border-radius: 1.3333333333vw;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .product__list__item__link__fig img {
        border-radius: 5px;
    }
}

.product__list__item__link__title {
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .product__list__item__link__title {
        font-size: var(--fs18);
        margin: 0 0 12px;
    }
}

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

.product__list__item__link__detail > tbody > tr > th, .product__list__item__link__detail > tbody > tr > td {
    font-size: var(--fs14);
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.product__list__item__link__detail > tbody > tr > th {
    border-bottom: 1px solid var(--color-navy);
    min-width: 14.6666666667vw;
    padding: 2.1333333333vw 0 2.1333333333vw 0;
    width: 14.6666666667vw;
}

@media (min-width: 768px) {
    .product__list__item__link__detail > tbody > tr > th {
        min-width: 55px;
        padding: 8px 0;
        width: 55px;
    }
}

.product__list__item__link__detail > tbody > tr > td {
    border-bottom: 1px solid #DDDDDD;
    padding: 2.1333333333vw 0 2.1333333333vw 2.1333333333vw;
}

@media (min-width: 768px) {
    .product__list__item__link__detail > tbody > tr > td {
        padding: 8px 0 8px 8px;
    }
}

.product__list__item__link__detail > tbody > tr > td a {
    color: #9A0018;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.product__list__item__link__detail > tbody > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .product__list__item__link__detail > tbody > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

a.product__list__item__link {
    text-decoration: none;
}

.product__list__item__link:focus:before {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .product__list__item__link:hover:before {
        opacity: 1;
    }
}

.detail {
    margin: 0 0 32vw;
}

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

.detail__title {
    color: var(--color-navy);
    font-size: var(--fs28);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__title {
        font-size: var(--fs40);
        margin: 0 0 40px;
    }
}

.detail__main {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 8vw;
}

@media (min-width: 768px) {
    .detail__main {
        gap: 30px 50px;
    }
}

@media (min-width: 992px) {
    .detail__main {
        flex-wrap: nowrap;
    }
}

.detail__main__fig {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 992px) {
    .detail__main__fig {
        flex: 0 0 50%;
    }
}

.detail__main__fig img {
    border-radius: 1.3333333333vw;
}

@media (max-width: 767px) {
    .detail__main__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .detail__main__fig img {
        border-radius: 5px;
    }
}

.detail__main__fig a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.detail__main__fig a img {
    transition: transform var(--duration) var(--cubic) 0s;
}

.detail__main__fig a:focus {
    opacity: 0.65;
}

.detail__main__fig a:focus img {
    transform: scale(1.05);
}

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

    .detail__main__fig a:hover img {
        transform: scale(1.05);
    }
}

.detail__main__contents {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 992px) {
    .detail__main__contents {
        flex: 0 0 calc(50% - 50px);
    }
}

.detail__main__contents__category {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 2.1333333333vw;
    justify-content: flex-start;
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .detail__main__contents__category {
        gap: 8px;
        margin: 0 0 12px;
    }
}

.detail__main__contents__category span, .detail__main__contents__category a {
    background-color: var(--color-navy);
    border: 1px solid var(--color-navy);
    border-radius: 0.8vw;
    color: var(--color-white);
    display: block;
    font-size: 3.2vw;
    line-height: 1;
    margin: 0;
    min-width: 16.5333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
    text-align: center;
    text-box: trim-both cap alphabetic;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__main__contents__category span, .detail__main__contents__category a {
        border-radius: 3px;
        font-size: var(--fs12);
        min-width: 62px;
        padding: 4px 8px;
    }
}

.detail__main__contents__category a {
    text-decoration: none;
}

.detail__main__contents__category a:focus {
    background-color: var(--color-white);
    color: var(--color-navy);
}

@media (hover: hover) and (pointer: fine) {
    .detail__main__contents__category a:hover {
        background-color: var(--color-white);
        color: var(--color-navy);
    }
}

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

.detail__main__contents__table > tbody > tr > th, .detail__main__contents__table > tbody > tr > td {
    font-size: var(--fs14);
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

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

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

.detail__main__contents__table > tbody > tr > th {
    border-bottom: 1px solid var(--color-navy);
    min-width: 14.6666666667vw;
    padding: 3.2vw 0 3.2vw 0;
    width: 14.6666666667vw;
}

@media (min-width: 768px) {
    .detail__main__contents__table > tbody > tr > th {
        min-width: 90px;
        padding: 16px 0 16px 8px;
        width: 90px;
    }
}

.detail__main__contents__table > tbody > tr > td {
    border-bottom: 1px solid #DDDDDD;
    padding: 3.2vw 0 3.2vw 2.1333333333vw;
}

@media (min-width: 768px) {
    .detail__main__contents__table > tbody > tr > td {
        padding: 16px 0 16px 12px;
    }
}

.detail__main__contents__table > tbody > tr > td a {
    color: #9A0018;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.detail__main__contents__table > tbody > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .detail__main__contents__table > tbody > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.detail__content {
    margin: 16vw 0 0;
}

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

.detail__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0 0 1.75em;
}

.detail__content p:last-child {
    margin-bottom: 0;
}

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

.detail__content:empty {
    display: none;
}

.other {
    margin: 0 0 32vw;
}

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

.other__title {
    color: var(--color-navy-blue);
    font-size: 4.784vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10.6666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .other__title {
        font-size: var(--fs23);
        margin: 0 0 50px;
    }
}

.other__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 8vw 8vw;
    justify-content: flex-start;
    margin: 0 -2.6666666667vw 21.3333333333vw;
}

@media (min-width: 768px) {
    .other__list {
        gap: 40px 20px;
        margin: 0 0 120px;
    }
}

@media (min-width: 992px) {
    .other__list {
        gap: 40px 20px;
    }
}

.other__list__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .other__list__item {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .other__list__item {
        flex: 0 0 calc(33.33333% - 13.33333px);
    }
}

.other__list__item__link {
    color: inherit;
    display: block;
    height: 100%;
    padding: 3.2vw;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .other__list__item__link {
        padding: 20px;
    }
}

.other__list__item__link:before {
    border: 0.5333333333vw solid var(--color-navy);
    border-radius: 1.3333333333vw;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    z-index: -1;
}

@media (min-width: 768px) {
    .other__list__item__link:before {
        border-radius: 5px;
        border-width: 2px;
    }
}

.other__list__item__link__fig {
    margin: 0 0 4.2666666667vw;
}

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

.other__list__item__link__fig img {
    aspect-ratio: 594/600;
    border-radius: 1.3333333333vw;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .other__list__item__link__fig img {
        border-radius: 5px;
    }
}

.other__list__item__link__title {
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .other__list__item__link__title {
        font-size: var(--fs18);
        margin: 0 0 12px;
    }
}

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

.other__list__item__link__detail > tbody > tr > th, .other__list__item__link__detail > tbody > tr > td {
    font-size: var(--fs14);
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.other__list__item__link__detail > tbody > tr > th {
    border-bottom: 1px solid var(--color-navy);
    min-width: 14.6666666667vw;
    padding: 2.1333333333vw 0 2.1333333333vw 0;
    width: 14.6666666667vw;
}

@media (min-width: 768px) {
    .other__list__item__link__detail > tbody > tr > th {
        min-width: 55px;
        padding: 8px 0;
        width: 55px;
    }
}

.other__list__item__link__detail > tbody > tr > td {
    border-bottom: 1px solid #DDDDDD;
    padding: 2.1333333333vw 0 2.1333333333vw 2.1333333333vw;
}

@media (min-width: 768px) {
    .other__list__item__link__detail > tbody > tr > td {
        padding: 8px 0 8px 8px;
    }
}

.other__list__item__link__detail > tbody > tr > td a {
    color: #9A0018;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.other__list__item__link__detail > tbody > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .other__list__item__link__detail > tbody > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

a.other__list__item__link {
    text-decoration: none;
}

.other__list__item__link:focus:before {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .other__list__item__link:hover:before {
        opacity: 1;
    }
}