@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.product-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}
@media screen and (max-width: 1400px) {
    .product-main {
        padding: 55px 1.5rem 0;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    .product-main {
        padding: 18px 13px 0;
    }
}
.product-main .routes-wrapper {
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
    .product-main .routes-wrapper {
        margin-bottom: 10px;
    }
}
.product-main .section-product {
    margin-bottom: 53.5px;
    padding-bottom: 64.5px;
    border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
    .product-main .section-product {
        margin-bottom: 40px;
        padding-bottom: 10px;
    }
}
.product-main .section-product .product-title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-title {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-title {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 768px) {
    .product-main .section-product .product-wrapper {
        columns: 2;
        column-width: 330px;
    }
}
@media screen and (min-width: 768px) {
    .product-main .section-product .product-wrapper .product-inner {
        break-inside: avoid;
    }
}
.product-main .section-product .product-wrapper .product-detail {
    max-width: 400px;
    width: 100%;
    margin-right: 22px;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-detail {
        max-width: 100vw;
    }
}
.product-main .section-product .product-wrapper .product-detail .detail-slider {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider {
        display: flex;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .swiper {
    width: 100%;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .swiper-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-show {
    max-width: 400px;
    width: 100%;
    margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-show {
        width: 60%;
        margin: 0 9px 10px 0;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-item_img {
    object-fit: cover;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-item_zoom {
    width: 100px;
    height: 100px;
    display: none;
    background-repeat: no-repeat;
    background-size: 600px 600px;
    border: 1px solid #000000;
    position: absolute;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #00000080;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal
    .modal-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal
    .modal-pic {
    position: relative;
}
@media screen and (min-width: 576px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-modal
        .modal-pic {
        max-width: 400px;
    }
}
@media screen and (max-width: 575px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-modal
        .modal-pic {
        width: 90%;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal
    .modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15%;
    right: -5%;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal
    .modal-close::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #ffffff;
    transform: rotate(45deg);
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal
    .modal-close::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #ffffff;
    transform: rotate(-45deg);
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal
    .modal-close:hover {
    opacity: 0.7;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-modal.show {
    display: block;
}
@media screen and (min-width: 992px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-modal.show {
        display: none;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-inner {
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-inner {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        margin: 0;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-inner
    .slider-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px 15px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-inner
        .slider-list {
        margin-bottom: 8px;
        gap: 8px 12px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-inner
    .slider-item {
    height: 100%;
    flex: 0 0 calc((100% - 45px) / 4);
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-inner
        .slider-item {
        flex: 0 0 calc((100% - 12px) / 2);
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-inner
    .slider-item_pic {
    max-width: 88px;
    height: 100%;
    display: flex;
    border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-inner
        .slider-item_pic {
        max-width: 150px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-inner
    .slider-item_img {
    object-fit: cover;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-inner
    .swiper-slide-thumb-active
    .slider-item_pic {
    border: 5px solid #9b9b9b;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-thumbnail
    .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px 15px;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-thumbnail
    .swiper-slide {
    flex: 0 0 calc((100% - 45px) / 4);
    height: 100%;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-thumbnail
        .swiper-slide {
        flex: 0 0 calc((100% - 15px) / 2);
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-thumbnail
    .swiper-item_pic {
    max-width: 88px;
    height: 100%;
    display: flex;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-thumbnail
        .swiper-item_pic {
        max-width: 150px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-caption {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-caption {
        font-size: 10px;
        line-height: 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-caption_pc {
        display: none;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-slider
    .slider-caption_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-slider
        .slider-caption_sp {
        display: inline-block;
    }
}
.product-main .section-product .product-wrapper .product-detail .detail-dmn {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-dmn {
        width: calc(60% - 9px);
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-dmn
    .dmn-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-dmn
        .dmn-text {
        font-size: 11px;
        line-height: 15px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-moreInfo {
    display: flex;
    margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-moreInfo {
        width: calc(60% - 9px);
        margin-bottom: 11px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-moreInfo
    .moreInfo-btn {
    flex: 1;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-moreInfo
    .moreInfo-btn:first-child {
    margin-right: 12px;
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-moreInfo
    .moreInfo-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ba9f57;
    border-radius: 7px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-moreInfo
        .moreInfo-link {
        padding: 5px 8px;
        border-radius: 3px;
    }
}
@media screen and (max-width: 575px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-moreInfo
        .moreInfo-link {
        padding: 5px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-moreInfo
    .moreInfo-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-moreInfo
        .moreInfo-text {
        font-size: 11px;
        line-height: 15px;
    }
}
@media screen and (max-width: 575px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-moreInfo
        .moreInfo-text {
        font-size: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-moreInfo
        .moreInfo-text
        span {
        display: none;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-detail
    .detail-moreInfo
    .moreInfo-pic {
    max-width: 19px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-detail
        .detail-moreInfo
        .moreInfo-pic {
        max-width: 15px;
    }
}
.product-main .section-product .product-wrapper .product-info {
    max-width: 400px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-info {
        max-width: 100vw;
        margin-bottom: 39px;
    }
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-info_pc {
        display: none;
    }
}
.product-main .section-product .product-wrapper .product-info_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-info_sp {
        display: block;
    }
}
.product-main .section-product .product-wrapper .product-info .info-title {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-info .info-title {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-info .info-title {
        margin-bottom: 12px;
        text-align: center;
    }
}
.product-main .section-product .product-wrapper .product-info .info-table {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-info .info-table {
        margin-bottom: 37px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-table
    .table-dl {
    border: 1px solid #c6c6c6;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-table
    .table-dl_wrapper {
    display: flex;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-table
    .table-dl_wrapper
    + .table-dl_wrapper {
    border-top: 1px solid #c6c6c6;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-table
    .table-dt {
    width: 40%;
    padding: 9px 0 9px 11px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-right: 1px solid #c6c6c6;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-table
    .table-dt_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-info
        .info-table
        .table-dt_text {
        font-size: 12px;
        line-height: 16px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-table
    .table-dd {
    width: 60%;
    padding: 9px 0 9px 14px;
    box-sizing: border-box;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-table
    .table-dd_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-info
        .info-table
        .table-dd_text {
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-info
        .info-tag
        .tag-title {
        margin-bottom: 17px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-tag
    .tag-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-info
        .info-tag
        .tag-list {
        justify-content: center;
        margin-bottom: 17px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-tag
    .tag-item_link {
    display: inline-block;
    padding: 7px 20px;
    box-sizing: border-box;
    border: 1px solid #bbbfc1;
    border-radius: 40px;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-tag
    .tag-item_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-info
        .info-tag
        .tag-item_text {
        font-size: 12px;
        line-height: 16px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-linkInfo
    .linkInfo-list {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-info
        .info-linkInfo
        .linkInfo-list {
        justify-content: center;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-linkInfo
    .linkInfo-item
    + .linkInfo-item {
    margin-left: 10px;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-linkInfo
    .linkInfo-item:last-child {
    margin-left: 20px;
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-linkInfo
    .linkInfo-item_link {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #3a87ae;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-info
        .info-linkInfo
        .linkInfo-item_link {
        font-size: 14px;
        line-height: 19px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-info
    .info-linkInfo
    .linkInfo-item_pic {
    max-width: 20px;
}
.product-main .section-product .product-wrapper .product-order {
    max-width: 458px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-order {
        max-width: 100vw;
    }
}
.product-main .section-product .product-wrapper .product-order .order-title {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-title {
        font-size: 14px;
        line-height: 19px;
    }
}
.product-main .section-product .product-wrapper .product-order .order-tag {
    margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-order .order-tag {
        margin-bottom: 12px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-tag
    .tag-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-tag
    .tag-item
    + .tag-item {
    margin-left: 12px;
}
@media screen and (max-width: 1400px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-tag
        .tag-item
        + .tag-item {
        margin-left: 10px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-tag
    .tag-item_wrapper {
    padding: 7px 23px;
    box-sizing: border-box;
    border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-tag
        .tag-item_wrapper {
        padding: 6px 20px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-tag
    .tag-item_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-tag
        .tag-item_text {
        font-size: 12px;
        line-height: 16px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-tag
    .tag-item:nth-of-type(2n) {
    background-color: #efefef;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-tag
    .tag-item:nth-of-type(2n)
    .tag-item_wrapper {
    border: 1px solid #bbbfc1;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-inner {
    display: flex;
    padding: 14px 0 11px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt {
    width: 50%;
    padding: 0 11px;
    box-sizing: border-box;
    border-right: 1px solid #dddddd;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-title {
    margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-title {
        margin-bottom: 10px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-input {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-input {
        margin-bottom: 10px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-input_btn {
    padding: 4px;
    box-sizing: border-box;
    background-color: #efefef;
    border: 2px solid #a0a0a0;
    cursor: pointer;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
        Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-input_btn {
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-input_btn {
        padding: 7px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-input_btn_sub {
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-input_btn_add {
    margin-right: 8px;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-input_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-input_text {
        font-size: 13px;
        line-height: 15px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-input_num {
    max-width: 65px;
    width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: right;
    border: 2px solid #a0a0a0;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-input_num {
        font-size: 12px;
        line-height: 16px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-text {
        font-size: 13px;
        line-height: 17px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-text_attn {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-text_attn {
        font-size: 9px;
        line-height: 15px;
    }
}
@media screen and (max-width: 1600px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-text_attn {
        text-align: center;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-amt
    .amt-text_attn
    br {
    display: none;
}
@media screen and (max-width: 1600px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-text_attn
        br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-amt
        .amt-text_attn
        br {
        display: none;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost {
    width: 50%;
    padding: 0 11px;
    box-sizing: border-box;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-title {
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-cost
        .cost-title {
        margin-bottom: 5px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-price:last-child
    .price-text {
    color: #ab2525;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-price:first-of-type {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #707070;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-price
    .price-title {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-cost
        .cost-price
        .price-title {
        font-size: 12px;
        line-height: 16px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-price
    .price-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 19px;
    color: #ba4e4e;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-cost
        .cost-price
        .price-text {
        font-size: 16px;
        line-height: 15px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-price
    .price-text
    span {
    font-size: 14px;
    line-height: 19px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-cost
        .cost-price
        .price-text
        span {
        font-size: 11px;
        line-height: 15px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-cost
    .cost-price
    .price-text_tax {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-cost
        .cost-price
        .price-text_tax {
        font-size: 9px;
        line-height: 12px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #1c3388;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-purchase {
        margin-bottom: 9px;
        padding: 9px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-btn_cart
    .purchase-link {
    margin-right: 7px;
    background-color: #f7cf46;
    box-shadow: 0px 2px 0px #c39b13;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-btn_cart
    .purchase-text {
    margin-right: 10px;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
        Meiryo, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-purchase
        .purchase-btn_cart
        .purchase-text {
        font-size: 11px;
        line-height: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-purchase
        .purchase-btn_cart
        .purchase-text {
        margin-right: 5px;
    }
}
@media screen and (max-width: 991px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-purchase
        .purchase-btn_cart
        .purchase-text
        span {
        display: none;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-btn_wish
    .purchase-link {
    background-color: #cecece;
    box-shadow: 0px 2px 0px #919191;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-btn_wish
    .purchase-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #434343;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-purchase
        .purchase-btn_wish
        .purchase-text {
        font-size: 12px;
        line-height: 16px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-link {
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;

    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-purchase
        .purchase-link {
        margin: 8px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-pic_cart {
    max-width: 21px;
    margin-right: 10px;
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-cart
        .cart-purchase
        .purchase-pic_cart {
        margin-right: 5px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-pic_add {
    max-width: 12px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-cart
    .cart-purchase
    .purchase-pic_heart {
    max-width: 15px;
    margin-right: 6px;
}
.product-main .section-product .product-wrapper .product-order .order-qty {
    margin-bottom: 22.5px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-text {
    margin-bottom: 11px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 991px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-text {
        font-size: 12px;
        line-height: 16px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-text
    br {
    display: none;
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-text
        br {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-text
        br {
        display: none;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-text
    span {
    margin-left: 20px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
@media screen and (max-width: 991px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-text
        span {
        font-size: 9px;
        line-height: 12px;
    }
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-text
        span {
        margin-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-text
        span {
        margin-left: 20px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 13px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-inner {
    transition: all 0.3s linear 0s;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-inner:hover {
    opacity: 0.7;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 11px 32px;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    border-radius: 40px;
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-label {
        padding: 10px 18px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-label_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-qty
        .qty-label_text {
        font-size: 10px;
        line-height: 14px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-label_text:nth-child(2) {
    color: #1c3388;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-input {
    flex: 0 0 calc((100% - 13px) / 2);
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-input
    input[type="radio"] {
    display: none;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-qty
    .qty-input
    input:checked
    + .qty-inner
    .qty-label {
    background-color: #ebebeb;
    border-color: #000000;
}
.product-main .section-product .product-wrapper .product-order .order-textbox {
    display: flex;
    align-items: center;
    padding: 22.5px 0;
    border-bottom: 1px solid #707070;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox_send {
    border-top: 1px solid #707070;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox_reward {
    margin-bottom: 22.5px;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox_reward {
        margin-bottom: 20px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox_reward
    .textbox-text
    br {
    display: none;
}
@media screen and (max-width: 1400px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox_reward
        .textbox-text
        br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox_reward
        .textbox-text
        br {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox_reward
        .textbox-text
        br {
        display: block;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-title {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 45px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-title {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-title {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-title {
        width: 20%;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 575px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-title {
        width: 35%;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-pic {
        margin-left: 20px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-content {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-content {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-content {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-content {
        width: 80%;
        flex-direction: row;
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-content {
        width: 70%;
    }
}
@media screen and (max-width: 575px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-content {
        width: 65%;
        flex-direction: column;
        align-items: flex-start;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-text {
        font-size: 12px;
        line-height: 15px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-text
    span {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #ab2525;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-text
        span {
        font-size: 11px;
        line-height: 15px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-btn {
    max-width: 66px;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-btn {
        margin-top: 10px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 8px;
    box-sizing: border-box;
    background-color: #dddddd;
    border-radius: 40px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-link_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-textbox
        .textbox-link_text {
        font-size: 11px;
        line-height: 15px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-link_arrow {
    width: 6px;
    height: 6px;
    display: inline-block;
    position: relative;
    transform: translateY(-60%) rotate(45deg);
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-link_arrow:first-child {
    margin-right: -4px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-link_arrow::before {
    content: "";
    height: 1.5px;
    background: #000000;
    position: absolute;
    border-radius: 1px;
    top: 0;
    left: 0;
    right: 0;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-link_arrow::after {
    content: "";
    width: 1.5px;
    background: #000000;
    border-radius: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-textbox
    .textbox-pic {
    max-width: 17px;
}
.product-main .section-product .product-wrapper .product-order .order-quot {
    margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-order .order-quot {
        margin-bottom: 25px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-quot
    .quot-text {
    margin-bottom: 17px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-quot
        .quot-text {
        font-size: 14px;
        line-height: 19px;
    }
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-quot
    .quot-inner {
    display: flex;
    justify-content: center;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-quot
    .quot-btn:first-child {
    margin-right: 14px;
}
.product-main
    .section-product
    .product-wrapper
    .product-order
    .order-quot
    .quot-link {
    display: inline-block;
    padding: 11px 22.5px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 7px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-quot
        .quot-link {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-order
        .order-quot
        .quot-link {
        padding: 10px 15px;
    }
}
.product-main .section-product .product-wrapper .product-attn {
    max-width: 458px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-attn {
        max-width: 100vw;
    }
}
.product-main .section-product .product-wrapper .product-attn .attn-title {
    margin-bottom: 28px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .product-main .section-product .product-wrapper .product-attn .attn-title {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 991px) {
    .product-main .section-product .product-wrapper .product-attn .attn-title {
        margin-bottom: 17px;
        text-align: center;
    }
}
.product-main .section-product .product-wrapper .product-attn .attn-list {
    margin-bottom: 11px;
}
.product-main
    .section-product
    .product-wrapper
    .product-attn
    .attn-item_wrapper {
    display: flex;
    align-items: center;
}
.product-main .section-product .product-wrapper .product-attn .attn-item_pic {
    max-width: 13px;
    margin-right: 7px;
}
.product-main .section-product .product-wrapper .product-attn .attn-item_link {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #0066a7;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-attn
        .attn-item_link {
        font-size: 12px;
        line-height: 30px;
    }
}
.product-main .section-product .product-wrapper .product-attn .attn-item_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #464646;
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-attn
        .attn-item_text {
        font-size: 10px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .product-main
        .section-product
        .product-wrapper
        .product-attn
        .attn-item_text
        br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .product-main
        .section-product
        .product-wrapper
        .product-attn
        .attn-item_text
        br {
        display: block;
    }
}
.product-main .section-catalog {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .product-main .section-catalog {
        margin-bottom: 35px;
    }
}
.product-main .section-catalog .catalog-title {
    margin-bottom: 30px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .product-main .section-catalog .catalog-title {
        font-size: 14px;
        line-height: 19px;
    }
}
.product-main .section-catalog .catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
@media screen and (max-width: 767px) {
    .product-main .section-catalog .catalog-list {
        gap: 15px 21px;
    }
}
.product-main .section-catalog .catalog-item {
    flex: 0 0 calc((100% - 75px) / 4);
}
@media screen and (max-width: 767px) {
    .product-main .section-catalog .catalog-item {
        flex: 0 0 calc((100% - 21px) / 2);
    }
}
@media screen and (max-width: 767px) {
    .product-main .section-catalog .catalog-item_link {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
.product-main .section-catalog .catalog-item_pic {
    max-width: 200px;
    margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
    .product-main .section-catalog .catalog-item_pic {
        max-width: 400px;
    }
}
.product-main .section-catalog .catalog-item_img {
    object-fit: cover;
}
.product-main .section-catalog .catalog-item_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #1c3388;
    font-weight: bold;
    -webkit-text-decoration: #1c3388 underline;
    text-decoration: #1c3388 underline;
}
@media screen and (max-width: 991px) {
    .product-main .section-catalog .catalog-item_text {
        font-size: 10px;
        line-height: 16px;
    }
}
.product-main .section-catalog .catalog-item_text br {
    display: none;
}
@media screen and (max-width: 575px) {
    .product-main .section-catalog .catalog-item_text br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .product-main .section-sup {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 991px) {
    .footer-wrapper {
        padding-bottom: 130px;
    }
}

/*# sourceMappingURL=product.css.map */
