.productdetail-head {
    margin: 0 0 25px;
}
.productdetail-head h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 10px;
}
.male .productdetail-head h1 {
    background: var(--cr-male-bg);
}
.female .productdetail-head h1 {
    background: var(--cr-female-bg);
}
.unisex .productdetail-head h1 {
    background: var(--cr-unisex-bg);
}
.productdetail-head__category {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    padding: 2px 5px;
}
.male .productdetail-head__category {
    background: var(--cr-male);
}
.female .productdetail-head__category {
    background: var(--cr-female);
}
.unisex .productdetail-head__category {
    background: var(--cr-unisex);
}

.productdetail-head__txt {
    margin: 0 0 15px;
}
.productdetail-head__txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.productdetail-head__inspection h2 {
    border: 1px solid #333;
    color: #0095F0;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 5px 8px;
    width: 100%;
}
.productdetail-inspection__list {
    border-top: 1px solid #333;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.inspection-list__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #333;
    border-top: 0;
    border-right: 0;
}
.inspection-list__item:nth-child(4n) {
    border-right: 1px solid #333;
}
.inspection-list__item:last-child {
    border-right: 1px solid #333;
}
.inspection-list__item dt {
    border-right: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    width: 40px;
}
.inspection-list__item dt[data-val="〇"] {
    color: #FF4A56;
}
.inspection-list__item dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    padding: 0 5px;
    text-align: left;
    width: calc(100% - 40px);
}
.productdetail-content__ttl {
    margin: 0 0 15px;
}
.productdetail-content__ttl h2 {
    background: #E7F2FF;
    border-left: 5px solid #0095F0;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 10px;
}
.productdetail-content__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 35px;
}
.productdetail-content__images,
.productdetail-content__cart {
    width: 48.5%;
}
.productdetail-content__imagemain {
    margin: 0 0 15px;
}
.productdetail-mainimage__item {
    text-align: center;
}
.productdetail-content__thumb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.productdetail-thumb__item {
    opacity: .5;
}
.productdetail-thumb__item.active {
    opacity: 1;
}

.productdetail-cart__items {
    display: grid;
    gap: 10px;
}
.productdetail-cart__item {
    border: 1px solid #333;
    border-radius: 10px;
    padding: 10px;
}
.productdetail-cart__ttl {
    margin: 0 0 8px;
}
.productdetail-cart__ttl p {
    font-size: 16px;
    font-weight: 400;
}
.productdetail-cart__price {
    margin: 0 0 12px;
}
.productdetail-cart__price .txt {
    font-size: 14px;
}
.productdetail-cart__price .price,
.productdetail-cart__price .yen {
    color: #FF0A00;
    font-size: 24px;
    font-weight: 700;
}
.productdetail-cart__price .tax {
    font-size: 13px;
}
.productdetail-cart__main .stock,
.productdetail-cart__main .quantity {
    display: none;
}
.productdetail-cart__main button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FF7068;
    border-radius: 50px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    height: 50px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(35, 35, 35, 0.5);
    width: 100%;
}
.productdetail-cart__notice {
    margin: 20px 0 0;
}
.productdetail-cart__notice p {
    color: #0095F0;
    font-size: 14px;
    line-height: 1.8em;
}
.productdetail-cart__categories {
    margin: 8px 0 0;
}
.productdetail-cart__category {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
}
.productdetail-cart__category span {
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    max-width: max-content;
}
.productdetail-cart__category span[data-tag="男性用"] {
    background: var(--cr-male);
}
.productdetail-cart__category span[data-tag="女性用"] {
    background: var(--cr-male);
}
.productdetail-cart__category span[data-tag="男女共通"] {
    background: var(--cr-unisex);
}

.productdetail-cont__main {
    margin: 0 0 35px;
}

.productdetail-main__items {
    border-top: 1px solid #333;
}
.productdetail-main__item {
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.productdetail-main__item dt {
    background: #f1f1f1;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    width: 200px;
}
.productdetail-main__item dd {
    padding: 10px;
    width: calc(100% - 200px);
}
.inspection-tags {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
}
.inspection-tag {
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    padding: 0 10px;
    width: max-content;
}
.inspection-tag p {
    font-size: 14px;
    font-weight: 400;
}

.productdetail-features__items {
    display: grid;
    gap: 20px;
}
.productdetail-features__item dt {
    color: #FF7068;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0 0 8px;
}
.productdetail-features__item dd,
.productdetail-features__item dd p {
    font-size: 16px;
    font-weight: 400;
}

.related {
    margin: 45px 0 0;
}
.related-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.related-head {
    margin: 0 0 15px;
}
.related-head h2 {
    background: #E7F2FF;
    border-left: 5px solid #0095F0;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 10px;
}
.related-products__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.related-products__image {
    line-height: 0;
}
.related-products__text {
    padding: 5px;
}
.related-products__text h3 {
    color: #0597F0;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}
.related-products__text .related-products__price {
    text-align: right;
}
.related-products__text .related-products__price .txt,
.related-products__text .related-products__price .tax {
    font-size: 13px;
}
.related-products__text .related-products__price .price,
.related-products__text .related-products__price .yen {
    color: #FF0A00;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .productdetail-head h1 {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        font-size: 23px;
        text-align: left;
    }
    .productdetail-head__category {
        margin: 0 0 5px;
    }
    .productdetail-inspection__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .inspection-list__item:nth-child(even) {
        border-right: 1px solid #333;
    }
    .productdetail-content__images,
    .productdetail-content__cart {
        width: 100%;
    }
    .productdetail-content__images {
        margin: 0 0 25px;
    }
    .related-products__list {
        grid-template-columns: repeat(2, 1fr);
    }
}