.grid__item.product__media-wrapper {
    margin-bottom: 15px;
}

.product__title {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    p {
        margin: 0;
    }
    .en {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.06em;
        margin-bottom: 3px;
    }
    h1 {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 1.3;
    }
}
.product__copy {
    margin-bottom: 20px;
    p {
        margin: 0;
    }
    .ttl {
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.45;
        margin: 0 0 8px;
    }
    .txt {
        font-size: 13px;
        letter-spacing: 0.03em;
        line-height: 1.5;
    }
}
.price--large {
    line-height: 1 !important;
}
.price-item {
    font-size: 25px;
    letter-spacing: 0.04em;
    font-weight: 700;
    small {
        font-size: 15px;
        font-weight: 400;
    }
}
.product-form__submit {
    color: #fff;
    background: #000 !important;
    line-height: 1;
    height: 65px;
}
.product__info-container .product-form {
    margin: 0 0 50px;
}
.cart-notification__links {
    .button {
        color: #fff;
        background: #000;
    }
}

.product-form__buttons__note {
    dl {
        dt {
            font-size: 15px;
            color: #666;
        }
        dd {
            font-size: 13px;
            color: #666;
            margin: 0;
        }
    }
}

.feature {
    margin-bottom: 35px;
    p {
        margin: 0;
    }
    .feature__ttl {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.03em;
        margin-bottom: 25px;
        span {
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-right: 8px;
            transform: translateY(2px);
        }
    }
    .feature__list {
        @media screen and (max-width: 749px) {
            margin: 0 -1.5rem;
        }
        .feature__item {
            padding: 15px;
            &:nth-child(2n - 1) {
                background: #f9f9f9;
            }
            .en {
                font-size: 12px;
                color: #969696;
                letter-spacing: 0.06em;
                line-height: 1;
                margin-bottom: 8px;
            }
            .ttl {
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 0.03em;
                margin: 0 0 8px;
            }
            .txt {
                font-size: 13px;
                letter-spacing: 0.03em;
                line-height: 1.5;
            }
        }
    }
}

.detail {
    border: 1px solid #000;
    padding: 0 15px;
    p {
        margin: 0;
    }
    .detail__pulldown {
        padding: 20px 0;
        font-size: 14px;
        letter-spacing: 0.03em;
        position: relative;
        cursor: pointer;
        &:before,
        &:after {
            content: "";
            background: #000;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        &:before {
            width: 13px;
            height: 1px;
            right: 15px;
        }
        &:after {
            width: 1px;
            height: 13px;
            right: 21px;
        }
        &.active {
            &:after {
                opacity: 0;
            }
        }
    }
    .detail__in {
        // display: none;
        dl {
            border-top: 1px solid #000;
            margin: 0;
            padding: 20px 0 25px;
            > div {
                margin-bottom: 12px;
                display: flex;
                &:last-child {
                    margin-bottom: 0;
                }
            }
            dt {
                font-size: 12px;
                letter-spacing: 0.04em;
                width: 58px;
            }
            dd {
                font-size: 11px;
                letter-spacing: 0.03em;
                line-height: 1.5;
                width: calc(100% - 58px);
                margin: 0;
            }
        }
    }
}

.contents {
    @media screen and (max-width: 749px) {
        margin: 0 -15px;
    }
    img {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 749px) {
    .collapsible-section-layout {
        padding-top: 0 !important;
    }
}
