.sample-section {
    margin-top: -67px;
}

@media screen and (max-width: 960px) {
    .sample-section {
        margin-top: 40px;
    }
}

.sample-wrapper {
    padding: 40px 16px 35px 16px;
    background-color: #EDF0F3;
    position: relative;
}

.sample-title {
    margin-bottom: 25px;
    font: bold 20px Noto Sans JP;
    line-height: 17.5px;
    letter-spacing: 0.5px;
}

.sample-title .icon {
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
}

.lp_img img {
    display: block;
}

.sample-title span {
    display: block;
    text-align: center;
}

.sample-item {
    width: 100%;
}

.sample-item .sample-selector {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 24px 0 24px 16px;
    font: 12px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
}

.sample-item .sam-btn {
    display: block;
    width: 90%;
    margin: auto;
    background-color: #92A8BE;
    border: none;
    padding: 16px 10px;
    margin-top: 12px;
    font: 14px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
}

@media screen and (max-width: 960px) {
    .sample-item .sam-btn {
        width: 100%;
    }
}

.sample-item .sam-btn::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sample-link {
    margin-top: 10px;
    font: 14px Noto Sans JP;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    color: #1E6AAD;
    text-align: right;
    text-decoration: underline;
}

.sample-section-banner {
    margin-bottom: 60px;
}

.form_title {
    margin-bottom: 30px;
}

.form_title .tittle {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #90A5BA;
    text-align: center;
    padding: 11px 0 15px;
    border-bottom: 3px solid #90A5BA;
    border-top: 3px solid #90A5BA;
    position: relative;
}

.form_title .tittle:before {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #90A5BA transparent transparent transparent;
}

.form_title .tittle:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.common-title {
    margin-bottom: 0px;
}

.common-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 0;
    display: flex;
}
.common-title .border-red {
    color: #D16C6C !important;
}

.common-title h3::before {
    content: '';
    width: 5px;
    height: 26px;
    display: inline-block;
    background-color: #90A5BA;
    margin-right: 10px;
}
.common-title .border-red::before {
    background-color: #D16C6C !important;
}

.c2area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c2area>div {
    width: 47%;
}

.c2area .size_txt .st_title {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #edf0f3;
}

.c2area .size_txt p {
    margin: 0 0 20px 0;
    font: 14px Noto Sans JP;
    color: #707070;
    line-height: 1.8;
}

.c2area.c2area2 {
    margin-top: 15px;
}

.width-measure .measure-section-description h4 {
    font: 16px Noto Sans JP;
    font-weight: bold;
    margin-bottom: 15px;
}

.width-measure .measure-section-description h5 {
    font: 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #707070;
    line-height: 1.8;
}

.common-modal {
    padding: 20px 32px 48px 32px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

.common-modal-title {
    margin-bottom: 14px;
    text-align: center;
    font: bold 24px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

.common-modal-section p.tc {
    text-align: center;
}

.common-modal-section p {
    font: 13px Noto Sans JP;
    letter-spacing: 0.5px;
    line-height: 17.5px;
    color: #707070;
}

.height-measure p.first_txt {
    margin: 0 0 30px 0;
    font: 16px Noto Sans JP;
    color: #707070;
}

#enter-length-modal .c2area {
    align-items: center;
}

.c2area.v2>.size_image {
    width: 60%;
}

.c2area.v2>.size_txt {
    width: 37%;
}

.window-width .ref-txt {
    margin-top: 10px;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    font: 10px Noto Sans JP;
    color: #9A9A9A;
}


/* .common-title.c2 h3 {
    color: #d16c6c;
    border-color: #d16c6c;
} */

.common-title.c2 h3::before {
    height: 52px;
    width: 7px;
}

.container>section {
    margin-bottom: 30px;
}

.window-length .ref-txt {
    margin-top: 12px;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    font: 10px Noto Sans JP;
    color: #9A9A9A;
}

.result-cost .count {
    display: flex;
    align-items: center;
}

.fs-system-quantity-list {
    font-size: 16px;
    width: 60px;
    padding: 5px 10px;
}

.result-cost .fav-btn {
    width: 169px;
    padding: 6px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
}

._sp {
    display: none !important;
}

.open-method .img-wrap .img-item figure {
    padding: 20px 20px 12px;
}

.size_check {
    padding: 10px 16px;
    background-color: #fff;
}

.chkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #D9D9D9;
}

.mt2 .modal_open {
    padding-left: 16px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}

.mt2 .modal_open span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 9999px;
}

.warn {
    color: red;
    font-size: 12px;
    font-weight: 500;
    font-family: Noto Sans JP;
    width: 70%;
}

.check_container {
    background: #EDF0F3;
    padding: 16px;
}

.cart-btn{
    display: block;
    width: 90%;
    margin: auto;
    background-color: #92A8BE;
    border: none;
    padding: 16px 10px;
    margin-top: 30px;
    font: bold 16px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
}

.fin-check{
    display: block;
    width: 90%;
    margin: auto;
    background-color: #92A8BE;
    border: none;
    padding: 16px 10px;
    margin-top: 30px;
    font: bold 16px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
}

.fs-c-button--addToCart--variation {
    display: block;
    width: 90%;
    margin: auto;
    background-color: #92A8BE;
    border: none;
    padding: 16px 10px;
    margin-top: 30px;
    font: bold 16px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
}

.like_dislike{
    padding-left: 5px;
    font-size: 14px;
}

.like_dislike_div{
    display: flex;
    margin-top: 20px;
    width: 64%;
    background-color: #fdfdfd;
    padding: 5px;
    margin-left: auto;
}

.fs-c-variationAndActions__variation{
    margin-bottom: 0;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--addToWishList--icon::before{
    font-size: 1.4rem;
}

.fs-c-variationCart{
    padding: 0;
}

.fs-c-variationList__item__body{
    margin-top: 0;
}

.option_add{
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 24px 0 24px 16px;
    font: 12px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
}

@media screen and (max-width: 960px) {
    .c2area.c2area2 {
        margin-top: 25px;
    }
    .c2area {
        display: block;
    }
    .c2area>div {
        width: 100%;
    }
    .c2area .size_txt .st_title {
        font: bold 16px Noto Sans JP;
        letter-spacing: 0.5px;
        padding-bottom: 5px;
        margin-bottom: 8px;
        margin-top: 5px;
    }
    .c2area .size_txt p {
        margin: 0 0 20px 0;
        font: 14px Noto Sans JP;
        line-height: 175%;
    }
    .width-measure .measure-section-description h4 {
        font: 15px Noto Sans JP;
        margin-bottom: 15px;
    }
    .width-measure .measure-section-description h5 {
        font: 14px Noto Sans JP;
    }
    .common-modal {
        padding: 12px 12px 24px 12px;
    }
    .common-modal-title {
        font: bold 22px Noto Sans JP;
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .c2area.v2>.size_image {
        width: 100%;
    }
    .c2area.v2>.size_txt {
        width: 100%;
        margin-top: 10px;
    }
}

.fs-c-button--particular.fs-c-button--addToWishList--detail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 13px !important;
    background: transparent !important;
    border: solid 1px #D9D9D9;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::before {
    color: #D9D9D9;
}

.fs-c-productPrices {
    display: none !important;
}

.fs-c-productPostage {
    display: none !important;
}

@media screen and (max-width: 960px) {
    .common-title {
        margin-bottom: 15px;
    }
}