@charset "UTF-8";

/*
* 商品詳細
*/
article.product section.content {
    /* margin-bottom: 50px; */
}
article.product section.content .inner {
    margin: 6.315vw 17.368vw 7.052vw;
}
article.product section.content .inner .wrap {
    display: grid;
    position: relative;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;

}
article.product section.content .inner .img_area {
    grid-column: 1/2;
    grid-row: 1/3;
}

article.product section.content .inner h2 {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 4vw;
}
article.product section.content .inner .text_area {
    grid-column: 2/3;
    grid-row: 2/3;
}
article.product section.content .inner .img_area {
    display: flex;
    height: 24vw;
    align-items: center;
}
article.product section.content .inner .img_area .img_list {
    margin-right: 1.315vw;
}
article.product section.content .inner .img_area .img_list li {
    width: 4.368vw;
    height: 4.368vw;
    margin-bottom: 0.894vw;
}
article.product section.content .inner .img_area .img_list li img {
    width: 100%;
    height: 100%;
}
article.product section.content .inner .img_area .img_list li a.on img {
    border: 2px solid #000;
}
article.product section.content .inner .img_area div.main_img {
    width: 24vw;
    height: 24vw;
    position: relative;
}

/* img.blur {
    filter: blur(3px);
} */
/* article.product section.content .inner .img_area div.main_img .icon_expand {
    position: absolute;
    right: 0.263vw;
    bottom: 0.263vw;
    width: 2.105vw;
    height: 2.105vw;
} */
article.product section.content .inner .img_area div.main_img img#main_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

article.product section.content .inner .img_area div.main_img a::after {
    position: absolute;
    content: url(../img/icon_expand.png);
    width: 20px;
    height: 20px;
    right: 21px;
    bottom: 21px;
}
article.product section.content .inner .text_area {
    padding-left: 4vw;
}
article.product section.content .inner .text_area h2 {
    font-size: 34px;
    line-height: 47.6px;
    padding-bottom: 1.052vw;
    border-bottom: 1px solid #ccc;
}
article.product section.content .inner .text_area .detail {
    margin-top: 1.578vw;
}
article.product section.content .inner .text_area .detail li {
    display: flex;
    /* align-items: center; */
    /* height: 40px; */
    margin-bottom: 5px;
    min-height: 40px;
}
article.product section.content .inner .text_area .detail li .title {
    font-weight: bold;
    background-color: #f2f2f2;
    width: 8.210vw;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.052vw;
    min-width: 100px;
}
article.product section.content .inner .text_area .detail li .item {
    width: calc(100% - 8.210vw - 1.052vw);
    display: flex;
    align-items: center;
}
article.product section.content .inner .text_area .detail li .item.optical {
    /* width: 100%; */
    width: calc(100% - 8.210vw - 1.052vw);
    display: block;
}
article.product section.content .inner .text_area .detail li a:has(.optical) {
    /* width: calc(100% - 8.210vw - 1.052vw); */
    width: 100%;
    display: block;
}
article.product section.content .inner .text_area .detail li .item.optical .indent {
    margin-left: 2.5em;
    text-indent: -2.5em;
}
article.product section.content .inner .text_area .detail li .item.optical .optical_desc {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 14px;
}
article.product section.content .inner .text_area .detail li .item.optical .optical_desc img {
    margin-left: 5px;
    margin-top: 2px;
}
article.product section.content .inner .text_area .add_cart {
    margin-top: 2.105vw;
}
article.product section.content .inner .text_area .add_cart a {
    width: 100%;
    height: 3.578vw;
    border-radius: 34px;
    background-color: #c5151f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    pointer-events: none;
}
article.product section.content .inner .text_area .add_cart a.added {
    background-color: #ccc;
    pointer-events: none !important;
}
article.product section.content .inner .text_area .add_cart a:before {
    position: absolute;
    content: url(../img/icon_shopping-cart.png);
    left: 1.578vw;
    top: 50%;
    transform: translateY(-40%);
}
article.product section.content .inner .text_area .add_cart a span {
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
article.product section.content .inner .text_area .note_area {
    margin-top: 1.578vw;
}
article.product section.content .inner .text_area p.note {
    text-indent: -1.3em;
    margin-left: 1em;
}
article.product section.content .inner .text_area p.note:not(:last-child) {
    margin-bottom: 1.315vw;
}

article.product section.content .inner .sameseries_area {
    margin-top: 3.947vw;
}
article.product section.content .inner .sameseries_area > div:first-child {
    margin-bottom: 3.157vw;
}
article.product section.content .inner .sameseries_area .title {
    font-size: 25px;
    line-height: 47.6px;
    font-weight: bold;
    margin-bottom: 1.368vw;
}

article.product section.content .inner .sameseries_area > div > div {
    padding: 0 2.105vw;
    position: relative;
}
article.product section.content .inner .sameseries_area .swiper6 {
    overflow: hidden;
    position: static;
}
article.product section.content .inner .sameseries_area .swiper-container,
article.product section.content .inner .sameseries_area .swiper-slide {
   height: 100%;
}
article.product section.content .inner .sameseries_area .swiper-slide img {
    width: 11.736vw;
    height: 11.736vw;
    object-fit: contain;
}
article.product section.content .inner .sameseries_area .swiper-slide p.name {
    font-weight: bold;
    font-size: 22px;
    /* line-height: 47.6px; */
    line-height: 30px;
}
article.product section.content .inner .sameseries_area .swiper-slide p:not(.name) {
    font-size: 14px;
    line-height: 28px;
}
article.product section.content .inner .button_area {
    margin-top: 4.105vw;
}
article.product section.content .inner .button_area p.button {
    width: 15.368vw;
    min-width: 200px;
    /* height: 2.210vw; */
    border: 2px solid #c5151f;
    border-radius: 25px;
    margin: 0 auto;
}
article.product section.content .inner .button_area p.button a {
    display: block;
    width: 100%;
    text-align: center;
    color: #c5151f;
    line-height: 42px;
    position: relative;
}

article.product section.content .inner .button_area p.button a:before {
    position: absolute;
    content: url(../img/img_arrow_prev.png);
    left: 10px;
    top: 50%;
    transform: translateY(-55%);
}
article.product p.next_button {
    width: 18.736vw;
    min-width: 200px;
    margin: 0 auto 0.842vw;
}
article.product p.back_button {
    width: 18.736vw;
    margin: 0 auto 3.684vw;
    min-width: 200px;
}

@media screen and (max-width:1250px) {
    article.product section.content .inner .sameseries_area .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    article.product section.content .inner .sameseries_area > div > div {
        padding: 0 30px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        top: calc(65% / 2 + 28px / 2);
    }
}
@media screen and (max-width:930px) {
    article.product section.content .inner .wrap {
        grid-template-rows: 40px 300px auto;
        grid-template-columns: 100%;
        gap: 20px;
    }
    article.product section.content .inner h2 {
        grid-column: 1 / 1;
        grid-row: 1 / 3;
        padding-left: 0;
        z-index: -1;
    }
    article.product section.content .inner .img_area {
        grid-column: 1 / 1;
        grid-row: 2 / 3;
        height: auto;
        margin: 0 auto;
        align-items: start;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: auto 1fr;
        gap: 20px;
    }
    article.product section.content .inner .text_area {
        grid-column: 1 / 1;
        grid-row: 3 / 3;
    }
    article.product section.content .inner .text_area .detail {
        /* display: flex;
        justify-content: center; */
    }
    article.product section.content .inner .img_area .img_list li {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    article.product section.content .inner .text_area {
        /* margin-top: 50px; */
        padding-left: 0;
    }
    article.product section.content .inner .img_area div.main_img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        max-width: 300px;
        max-height: 300px;
    }
    /* article.product section.content .inner .img_area div.main_img .icon_expand {
        width: 20px;
        height: 20px;
        right: 5px;
        bottom: 5px;
    } */
    article.product section.content .inner .text_area .detail li .title {
        width: 100px;
        margin-right: 10px;
        font-size: 14px;
    }
    article.product section.content .inner .text_area .detail li .item {
        width: calc(100% - 110px);
    }
    article.product section.content .inner .text_area .add_cart a {
        height: 45px;
    }
    article.product section.content .inner .img_area .img_list {
        margin-right: 0;
    }
    article.product section.content .inner .text_area .note_area {
        font-size: 14px;
    }
}

@media screen and (max-width:700px) {
    article.product section.content .inner {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    article.product section.content .inner .sameseries_area .swiper-slide p.name {
        font-size: 16px;
        line-height: 24px;
    }
    article.product section.content .inner .sameseries_area .swiper-slide p:not(.name) {
        line-height: 24px;
    }
    article.product section.content .inner .text_area .add_cart {
        margin: 20px 0;
      }
}
/* ----- モーダルウィンドウ ----- */
.modal-wrapper {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
}

.modal-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
  
.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 40.315vw;
    min-width: 250px;
    /* height: 21.052vw; */
    height: auto;
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    background-color: #fff;
	/* border-radius: 5px; */
    overflow-x: hidden;
    border: 2px solid #c5151f;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.modal-overlay:hover {
    opacity: 1;
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: -13px;
    right: -13px;
}
.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
}
.modal-content a.modal-btn {
	width: auto;
}
.modal-content p.title {
    font-size: 34px;
    line-height: 47.6px;
    font-weight: bold;
    margin-top: 5.263vw;
    margin-bottom: 3.473vw;
}

.modal-wrapper2 {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
}

.modal-wrapper2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
  
.modal-wrapper2.open {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper2::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper2 .modal-window2 {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: auto;
    height: 90%;
    vertical-align: middle
}

.modal-wrapper2 .modal-window2 .modal-content2 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    background-color: #fff;
	/* border-radius: 5px; */
    overflow-x: hidden;
    border: 2px solid #c5151f;
}
.modal-wrapper2 .modal-window2 .modal-content2 img {
    width: 100%;
    height: 100%;
}

.modal-overlay2 {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.modal-overlay2:hover {
    opacity: 1;
}

.modal-wrapper2 .modal-close {
    z-index: 20;
    position: absolute;
    top: -13px;
    right: -13px;
}
.modal-wrapper2 .modal-close:hover {
    color: #2b2e38 !important;
}
.modal-content2 a.modal-btn {
	width: auto;
}

@media screen and (max-width:700px) {
    .modal-wrapper .modal-window {
        width: 85%;
    }
    .modal-content p.title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    article.product p.next_button {
        margin-bottom: 15px;
    }
}
/*
* カート
*/
article.sample-request section.content .inner {
    margin: 6.315vw 17.368vw 7.052vw;
}
article.sample-request .inner h2 {
    margin-bottom: 2.105vw;
}
article.sample-request .inner .wrap {
    display: flex;
}
article.sample-request .inner .samplelist_area {
    width: 40.526vw;
}
article.sample-request .inner .samplelist_area li {
    padding: 1.315vw 0;
    border-top: 1px solid #ccc;
}
article.sample-request .inner .samplelist_area li:last-child {
    border-bottom: 1px solid #ccc;
}

article.sample-request .productlist img {
    width: 180px;
    height: 180px;
    margin-right: 23px;
}
article.sample-request .productlist li {
    display: flex;
    justify-content: space-between;
}
article.sample-request .productlist li .left {
    display: flex;
}
article.sample-request .productlist li .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
article.sample-request .productlist li .right > div {
    text-align: right;
}
article.sample-request .productlist li .right > div p {
    font-size: 14px;
    white-space: nowrap;
}
article.sample-request .productlist li .right p.del {
    margin-left: auto;
    cursor: pointer;
}
article.sample-request .productlist li .right p.del:hover {
    opacity: 0.5;
}
article.sample-request .productlist li p.name {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
article.sample-request .productlist li p.product,
article.sample-request .productlist li p.cat,
article.sample-request .productlist li p.maker,
article.sample-request .productlist li p.posttype {
    line-height: 30px;
    color: #999;
}
article.sample-request .samplelist_area .note {
    margin-top: 0.894vw;
    text-indent: -1.4em;
    margin-left: 1.5em;
}
article.sample-request .inner .side_area {
    width: calc(100% - 40.526vw);
    margin-left: 2.947vw;
}

article.sample-request .inner .side_area .request_area {
    background-color: #f5f5f5;
    padding: 2.368vw 1.684vw 1.631vw;
    margin-bottom: 1.052vw;
}
article.sample-request .inner .side_area .request_area .total {
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.842vw;
    display: flex;
    justify-content: space-between;
}
article.sample-request .inner .side_area .request_area .total .request_num {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    margin-right: 5px;
}
article.sample-request .inner .side_area .request_area .note {
    font-size: 14px;
    line-height: 25.2px;
    margin-bottom: 1.631vw;
}
article.sample-request .inner .side_area .request_area .text {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
article.sample-request .inner .side_area .samplesize {
    border: 1px solid #ccc;
    padding: 1.684vw;
}
article.sample-request .inner .side_area .samplesize p.title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
article.sample-request .inner .side_area .samplesize p:not(.title) {
    font-size: 14px;
    margin-bottom: 10px;
}
article.sample-request .inner .side_area .samplesize p span {
    display: block;
}
article.sample-request .inner .side_area .samplesize .title {
    font-weight: bold;
}
article .button_area {
    padding: 0 1.315vw;
}
article p.back_button {
    /* width: 100%; */
    /* border: 2px solid #c5151f; */
    /* border-radius: 25px; */
    /* margin: 0; */
    /* background-color: #fff; */
    margin-top: 2.105vw;
    padding-top: 1.052vw;
    border-top: 1px dotted #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
article.product p.back_button {
    border-top: none;
}

article p.back_button a {
    display: block;
    width: 100%;
    /* text-align: center; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

article p.back_button a:before {
    content: url(../img/img_arrow_prev3.png);
    margin-right: 10px;
    margin-top: 5px;
}
article p.next_button {
    width: 100%;
    margin: 0 0 15px;
}
article p.next_button a {
    display: block;
    width: 100%;
    text-align: center;
    color: #c5151f;
    line-height: 42px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #c5151f;
    border-radius: 25px;
    background-color: #fff;
}
article p.next_button a.zero {
    background-color: #ccc;
    border-color: #ccc;
    pointer-events: none;
    color: #777;
}

article p.next_button a:before {
    position: absolute;
    content: url(../img/img_arrow_next3.png);
    right: 10px;
    top: 50%;
    transform: translateY(-55%);
}

article p.next_button a.zero:before {
    content: none;
}

article p.login_button {
    width: 100%;
    margin: 0;
    margin-bottom: 1.578vw;
}

article p.login_button a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 42px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background-color: #c5151f;
    border: 2px solid #c5151f;
    border-radius: 25px;
}
article p.login_button a:before {
    position: absolute;
    content: url(../img/img_login.png);
    right: 10px;
    top: 50%;
    transform: translateY(-48%);
}

.selectbox-6 {
    position: relative;
}

.selectbox-6::before,
.selectbox-6::after {
    position: absolute;
    right: 15px;
    width: 9px;
    height: 6px;
    background-color: #535353;
    content: '';
    pointer-events: none;
}

.selectbox-6::before {
    top: calc(50% - 9px);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-6::after {
    bottom: calc(50% - 9px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-6 select {
    appearance: none;
    min-width: 80px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

@media screen and (max-width:1250px) {
    article.sample-request section.content .inner {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    article.sample-request .inner .samplelist_area li {
        flex-direction: column;
        padding: 15px 0;
    }
    article.sample-request .inner .samplelist_area li .detail {
        margin-top: 15px;
    }
    article.sample-request .inner .samplelist_area {
        width: calc(100% - 330px);
    }
    article.sample-request .productlist li .right {
        flex-direction: row;
        margin-top: 20px;
    }
    article.sample-request .inner .side_area {
        width: 300px;
        margin-left: 30px;
    }
}
@media screen and (max-width:930px) {
    article.sample-request .productlist li .left {
        flex-direction: column;
    }
    
    .modal-wrapper2 .modal-window2 {
        width: 80%;
        height: auto;
    }
}
@media screen and (max-width:700px) {
    article.sample-request .inner .wrap {
        flex-direction: column;
    }
    article.sample-request .inner .samplelist_area {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    article.sample-request .inner .side_area {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    article.sample-request section.content .inner {
        width: 90%;
    }
    article.sample-request .productlist img {
        margin: 0 auto;
    }
    article.sample-request .productlist li .right > div {
        text-align: left;
    }
    article.sample-request .productlist li .right p.del {
        display: flex;
        align-items: end;
    }
    article.sample-request .inner .side_area .request_area {
        margin-bottom: 15px;
        padding: 15px;
    }
    article.sample-request .inner .side_area .samplesize {
        padding: 15px;
    }
}
@media screen and (max-width:480px) {
    article.sample-request .inner .side_area {
        width: 100%;
    }
}
/*
* swiper
*/
.swiper6 {
    position: relative;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 28px;
  width: 16px;
  top: calc(11.736vw / 2 + 28px / 2);
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  content: "";
  height: 28px;
  margin: auto;
  width: 16px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/img_same_swiper_prev.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/img_same_swiper_next.png);
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (max-width:1250px) {

    .swiper-button-prev,
    .swiper-button-next {
        top: calc(65% / 2 + 28px / 2);
    }
}



/* 光学　説明 */
.modal-wrapper4 {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
}

.modal-wrapper4 {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
  
.modal-wrapper4.open {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper4::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper4 .modal-window4 {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: auto;
    height: 80%;
    vertical-align: middle
}

.modal-wrapper4 .modal-window4 .modal-content4 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    background-color: #fff;
	/* border-radius: 5px; */
    overflow-x: hidden;
    border: 2px solid #c5151f;
}
.modal-wrapper4 .modal-window4 .modal-content4 img {
    width: 100%;
    height: 100%;
}

.modal-overlay4 {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.modal-overlay4:hover {
    opacity: 1;
}

.modal-wrapper4 .modal-close {
    z-index: 20;
    position: absolute;
    top: -13px;
    right: -13px;
}
.modal-wrapper4 .modal-close:hover {
    color: #2b2e38 !important;
}
.modal-content4 a.modal-btn {
	width: auto;
}

@media screen and (max-width:700px) {
    .modal-wrapper4 .modal-window4 {
        width: 85%;
        height: auto;
    }
    .modal-content4 p.title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}