#item-detail-main {
    clear: both;
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-top: 10px
}
#item-detail-left {
    clear: both;
    float: left;
    width: 500px;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
    overflow: hidden;
}
#item-detail-right {
    float: right;
    width: 357px;
    margin: 0 0 40px 0;
    padding: 0;
    overflow: hidden;
    min-height: 500px;
    border: none;
    clear: initial;
}
.stockList #price_range {
    color: red
}
    
#item-detail-main .swiper-slide {
text-align: center;
font-size: 18px;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#item-detail-main .swiper-container {
width: 100%;
height: 300px;
height: 100%;
margin-left: auto;
margin-right: auto;
padding: 5px 10px 5px 0;
}

#item-detail-main .swiper-slide {
background-size: cover;
background-position: center;
}

#item-detail-main .mySwiper2 {
height: 80%;
width: 100%;
height: 500px;
}

#item-detail-main .mySwiper {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}

#item-detail-main .mySwiper .swiper-slide {
width: 25%;
height: 100%;
text-align: center;
}

/* .mySwiper .swiper-slide-thumb-active {
opacity: 1;
} */

#item-detail-main .swiper-slide img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}

#item-detail-main #swiper_main .swiper-slide img {
    width: 500px;
    object-fit: contain;
    max-height: 100%
    }

#item-detail-main .color-select {
    margin-top: 25px;
}

#item-detail-main .color-wrap  {
    display: flex;
    flex-wrap: wrap;
}

#item-detail-main .color-select .swiper-slide {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    width: 80px;
    height: 110px;
    margin: 4px;
}

#item-detail-main .color-select p {
    font-size: 11px;
    color: #333 !important;
    font-weight: normal !important;
    display: inline-block;
    line-height: 1.2em;
    padding-top: 0.3em;    
}

div.M_imageCatalog {
    margin-top: 25px;
}

div.M_imageCatalog .M_catalogWrap  {
    display: flex;
    flex-wrap: wrap;
}

div.M_imageCatalog .swiper-slide-l {
    display: flex;
}


div.M_imageCatalog table {
    border-collapse: separate;
    border-spacing: 5px;
}

div.M_imageCatalog .M_catalogWrap .swiper-slide-l {
    cursor: pointer;
    border: solid 1px #dadada;
    width: auto;
    height: 71px !important;
    margin: 3px;
    text-align: center;
    box-sizing: border-box;
}

.M_imageCatalog .M_catalogWrap img {
    width: 58px;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.select-txt {
    background-color: orange !important;
}
.select-txt:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 3px;
    margin-left: 3px;
}
table.size_quantity_table {
    width: 100%;
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
}
.size_quantity_table th {
    text-align: center;
}
.size_quantity_table tr {
    height: 42px;
    padding: 10px 0;
    border-color: lightgray;
    border-style: solid;
    border-width: 1px 0;
}
.size_quantity_table td img {
    width: 30px;
}
.size_quantity_table .option_size {
    width: 50px;
}
.size_quantity_table .option_price {
    color: red;
    width: 90px;
    text-align: center;
}
.size_quantity_table .option_shipping {
    width: 65px;
    text-align: center;
}

td.option_sokujitsu {
  width: 15px;
  padding: 0;
}

.quantity {
  justify-content: flex-end;
  align-items: flex-end;
}

input.qty {
    text-align: center;
    height: 30px;
    width: 30px;
}

.option_amount input:disabled {
    cursor: not-allowed;
}

/* .option_amount input:read-only {
    cursor: not-allowed;
} */

.size_quantity_table .option_amount {
    text-align: center;
    width: 100px;
}
.size_quantity_table .option_amount .input {
    text-align: center;
}

.M_inventory {
    padding-bottom: 20px;
}

.M_imageCatalog td:hover {
    opacity: 0.7;
}

#item-detail-main div#swiper_thumbs :hover {
    opacity: 0.8;
}

div.M_imageCatalog .swiper-slide-l.active {
    border: solid 1px orange;
}

#item-detail-main .color-select .active {
    outline: 5px solid orange;
    border: none;
}

h2.ttl_06, .pankuzu2 {
    width: 100% !important;
    padding: 5px 10px !important;
}

/*
div#itemMain {
    display: none;
}
.stockTitle {
    display: none;
}
.floater02 {
    display: none !important;
}
div#item_kago {
  display: none;
}
*/

/* swiper test */
.swiper-button-next::after {
    content: none;
}
.swiper-button-prev::after {
    content: none
}
#item-detail-main .swiper-button-next,
#item-detail-main .swiper-button-prev {
    position: absolute;
    top: 50%;   
    margin-top: -16px;
    z-index: 10;    
}

.swiper-button-prev, 
.swiper-button-next,
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    background-image: none;
}


#item-detail-main .swiper-button-next.swiper-button-disabled,
#item-detail-main .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
 
#item-detail-main .swiper-button-prev::before {
    position: relative;
    content: "\f104";
    font-family: FontAwesome;
    background: rgba(255,255,255,0.5);
    padding: 8px 12px;
    opacity: 1;
    border: 1px solid #111;
   
}
#item-detail-main .swiper-button-next::before {
    position: relative;
    content: "\f105";
    font-family: FontAwesome;
    background: rgba(255,255,255,0.5);
    padding: 8px 12px;
    opacity: 1;
    border: 1px solid #111;
   
 
}
 
/*
.swiper-button-prev:hover:before{
     animation: arrow_prev .5s ease-out forwards;
    }
@keyframes arrow_prev {
    0% {
      right: 0px;
    }
    50% {
      right: 5px;
    }
    100% {
          right: 0;
    }
}
  
.swiper-button-next:hover:before{
    animation: arrow_next .5s ease-out forwards;
        }
    @keyframes arrow_next {
    0% {
      left: 0px;
    }
    50% {
      left: 5px;
    }
    100% {
      left: 0;
    }
}
*/
 
 
#item-detail-main .swiper-button-prev,
#item-detail-main .swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto
}
 
#item-detail-main .swiper-button-next,
#item-detail-main .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto
}

.item-color-select {
    padding-top: 20px;
}
.size_quantity {
    padding-top: 20px;
}