/* 下層共通 */


/*  */

.under-page__send__wrap {
   
    padding: 69px 20px 19px;
   
}

.product-purchase__wrap {
    
}

.slide__img__list__thumbs {
    display: flex;
    width: 100%;
    /* max-width: 394px; */
    margin: 0;
    margin-top: 15px;
    flex-wrap: wrap;
}

.slide__img__list__thumbs li:not(:last-child) {
    /* margin-right:3%; */
}

.productd-details__img__wrap {
    width: 100%;
    /* margin-right: 8.14%; */
}

.slide__img__list__slider {}

.slide__img__list__slider li {
    padding-top: 100%;
    position: relative;

}

.slide__img__list__slider img {
    /*  width:100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50.2%);
}


.slide__img__list__thumbs {}

.slide__img__list__thumbs li {
    width: 17.6% !important;
    padding-top: 17.6%;
    position: relative;
    overflow: hidden;

}

.slide__img__list__thumbs li {
    width: 100% !important;
    padding-top: 100%;
    position: relative;
    overflow: hidden;

}

.slide__img__list__thumbs li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.slide__img__list__thumbs li:not(:nth-child(5n)) {
    margin-right: 3%;
}




.form__input.quantity {
    position: relative;
    width: 83.8px;
    border: solid 1px #cccccc;
    border-radius: 2px;
    padding:1.5px;

    /* max-width: 205px; */
}

.quantity select {
    width: calc(100% - 10px);
    height: 15px;
    margin: 5px;
    padding: 0 15px;
    border: 0;
    text-align: center;
    font-size: 13px;
    background: transparent;
}

.form-group select {
    position: relative;
}

.quantity::before {
    content: '個';
    display: block;
    position: absolute;
    top: 4px;
    right: 15px;
    width: 6px;
    height: 6px;
    /* border: solid 1px #535353;
    border-width: 0 0 1px 1px;
    pointer-events: none;
    transform: rotate(-45deg); */
}

select {
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

.product-purchase {
    margin-top: 27px;
}

.product-purchase__info__wrap {}
.product-purchase__info__wrap h2{
    font-size:26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #42210b;
}

.product-purchase__info__txt {
    font-size:18px;
    line-height:1.39;
    margin: 26px 0;
}

.product-purchase__info__size {
    font-size:18px;
    margin-bottom:15px;
}

.product-purchase__info__price {
    font-size:40px;
    font-weight:bold;

}
.product-purchase__info__price span{
    font-size:16px;
    /* margin-left: 10px; */
    font-weight: normal;
}

.product-purchase__info__quantity {
    margin-bottom:10px;
    margin-top:40px;
}

.form__input {}

.quantity {}

.product-purchase__info__cart {
    background-color: #eba03b;
    font-size:22px;
    text-align: center;
    width:199.1px;
    padding: 8px 0 7px;

}

.product-purchase__info__cart a{
    color: #333333;
    text-decoration: none;
    display: block;
    padding:12px;
}


.shopping-guide {
    /* background-color: #fff;
    padding: 22px 20px;
    margin: 0 -20px; */
    padding: 22px 0;
    
}

.shopping-guide h3{
    font-size: 18px;
    font-weight: normal;
    font-feature-settings: "palt";
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.shopping-guide__list {
    margin-top: 20px;
}

.shopping-guide__list li{
    margin-top:16px;
}

.shopping-guide__list__dt {
    font-size: 18px;
    margin-bottom: 7px;
}

.shopping-guide__list__info {
    line-height: 1.5;
    margin-left: 1rem;
}

.shopping-guide__list__info span a{
    color: #0000ff;
    text-decoration: none;
}
.shopping-guide__list__info span{
    border-bottom: 1px solid #0000ff;

}



/** input/スピンボタンのラップ要素 **/
.number-spinner-wrap{
    position: relative;
    display: block;
    width: 83.83px !important;
    height: 2rem;
    border: 1px solid ;
}
/** デフォルトのスピンボタンを隠す **/
.number-spinner-wrap input::-webkit-outer-spin-button,
.number-spinner-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/** input要素 **/
.number-spinner-wrap input{
  width: 100%; height: 100%;
  /* padding-left: 3rem; */
  padding-right: 3px;
  text-align: center;
}
/** スピンボタン要素 **/
.number-spinner-wrap .spinner{
  position: absolute;
  top: 50%;
  width: 1.2rem;
  transform: translate(0, -50%);
  font-size: 20px;
  padding: 0;
  text-align: center;
 /*  background: lightgray; */
  cursor: pointer;
  user-select: none;
}
/** 減算のスピンボタン要素 **/
.number-spinner-wrap .spinner-down{
  left: 0;
  /* border-right: 1px solid lightgray; */
  /* top:23px; */
  padding-bottom: 2px;
}
/** 加算のスピンボタン要素 **/
.number-spinner-wrap .spinner-up{
  right: 0;
 /*  top:6px; */
  /* border-left: 1px solid lightgray; */
}
.shopping-guide__wrap{
    background: #fff;
    margin: 0 -20px;
    padding: 0 20px;
}

#thumbs .slick-track{
    transform: translate(0) !important;
    width: 100% !important;
}

#thumbs .slick-slide{
    width:26.5% !important;
    margin-right: 3%;
}
@media screen and (min-width: 768px){

    .under-page__send__wrap {
       
        padding: 105px 20px 80px;
       
    }

    .product-purchase__wrap {
        
    }

    .product-purchase__img-info__wrap{
        display: flex;
    }

    .productd-details__img__wrap{
        width:40%;
        margin-right: 5.6%;
    }

    .slide__img__list__slider li {
        padding-top: 100%;
        position: relative;
    }

    .slide__img__list__thumbs li {
        width: 100% !important;
        padding-top: 100%;
        position: relative;

        margin-bottom: 14px;
    }

    .slide__img__list__slider img {
        /*  width:100%; */
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        object-fit: cover;
        transform: translateY(-50%) translateX(-50%);
    }
    
.slide__img__list__thumbs {
    margin-top: 33px;
}

    .product-purchase {
        margin-top:0;
        width:54.4%;
    }
    
    .product-purchase__info__wrap {
        
    }
    .product-purchase__info__wrap h2{
        font-size:30px;
    }
    
    .product-purchase__info__txt {
        line-height:1.666666;
        margin: 26px 0 40px;
    }
    
    .product-purchase__info__size {
        font-size:18px;
        margin-bottom:15px;
    }
    
    .product-purchase__info__price {
        font-size:40px;
        font-weight:bold;
    
    }
    .product-purchase__info__price span{
        font-size:16px;
        /* margin-left: 10px; */
        font-weight: normal;
    }

    .quantity-cart__wrap{
        display: flex;
        margin-top:60px;
        justify-content:space-between;
    }
    
    .product-purchase__info__quantity {
        margin-bottom:10px;
        margin-top:0;
    }
    
    .form__input {}
    
    .quantity {}

    .form__input.quantity {
        position: relative;
        width: 98px;
        border: solid 1px #cccccc;
        border-radius: 2px;
        padding:7px;
    
        /* max-width: 205px; */
    }

    .quantity::before {
        content: '個';
        display: block;
        position: absolute;
        top: 11px;
        right: 15px;
        width: 6px;
        height: 6px;
        /* border: solid 1px #535353;
        border-width: 0 0 1px 1px;
        pointer-events: none;
        transform: rotate(-45deg); */
    }
    
    
    .product-purchase__info__cart {
        background-color: #eba03b;
        font-size:25px;
        text-align: center;
        width:264.18px;
    
    }
    
    .product-purchase__info__cart a{
        color: #333333;
        text-decoration: none;
        display: block;
        padding:12px;
    }

    .shopping-guide__wrap{
        background: #fff;
        margin: 0 auto;
        padding:0;
        width: 100vw;
        margin-left:calc( ( 100% - 100vw ) / 2 - 10px );
    /* margin-left: calc( ( 100% - 100vw ) / 2 );; */
    
    }

    .shopping-guide {
        background-color: transparent;
        padding: 0 20px;
        padding-top: 55px;
        padding-bottom:10px;
        margin: 0 auto;
        max-width: 1040px;
       
        
    }

    .shopping-guide h3 {
       
        padding-bottom: 19px;
    }

    .shopping-guide__list {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shopping-guide__list li {
        margin-top:0;
        margin-bottom: 45px;
    }

    .shopping-guide__list__info {
        line-height: 1.625;
    }

    /** input/スピンボタンのラップ要素 **/
.number-spinner-wrap{
    position: relative;
    display: block;
    width: 98px !important;
    height: 2rem;
    border: 1px solid ;
}
}