.product__imagearea{
    display: flex;
    flex-direction: column;
}

.wrapDetailImage{
    
}

.wrapDetailImage img{
    display: block;
    width: 100%;
}

.zoomContainer{
    display: none;
}

.product__detail__box{
    display: flex;
    gap: 30px;
}

.product__detail__left{
    width: calc((100% - 15px) * (550 / (1200 - 15)));
}

#dvProductDetailArea #detailImage{
    width: auto;
    float: unset;
}

#dvProductDetailArea #detailImage .mainImage #zoomPicture{
    display: block;
    width: 100%;
}



.product__detail__right{
    width: calc((100% - 15px) * (610 / (1200 - 15)));
}

#dvProductDetailArea #detailOne{
    width: auto;
    float: unset;
    padding: 0;
}

#dvProductDetailArea .icon{
    margin-bottom: 14px;
}

#dvProductDetailArea h1{
font-weight: 700;
font-size: 23px;
line-height: 140%;
letter-spacing: normal;
margin-bottom: 14px;

}

#dvProductDetailArea #dvProductSubInfo{
    margin: 0!important;
}
#dvProductDetailArea #dvProductSubInfo h2 {
    font-weight: 500;
    font-size: 12px;
}

#dvProductDetailArea #dvProductSubInfo h3{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.productDetailId{
    display: none;
}

#dvProductDetailArea .wrapProductPrice{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    margin: 0; 
    margin-bottom: 30px;
    margin-top: 30px;
}

#detailOne .productPrice span{
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: normal;
}

.btnCart a{
    background: #D92D2D!important;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border: 0;
    text-shadow: none;
    position: relative;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: normal;
        padding-block: 8px;
}

.btnCart a:hover{
    border: 0;
    text-shadow: none;
}

.addCart p{
    padding: 0;
    margin-bottom: 0;
}

.btnCart i{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff!important;
}

.productAmountWrap{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.productAmount{
    display: flex;
    align-items: center;
}

#dvProductDetailArea .wrapProductPrice p{
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

#dvProductDetailArea .wrapProductPrice p:nth-last-of-type(1){
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.btnContact a{
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: normal;
}

.btnListContact{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btnListContact li{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.btnListContact li i{
    color: #D92D2D;
    font-size: 20px;
}

.productCart{
    margin: 14px 0;
}

.productStock{
    display: none;
}

.productDescriptionTitle{
    background: #00B7CE;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: normal;
    padding: 12px 20px;
    margin-bottom: 20px;
}

.productInformation{
    margin-top: 40px;
}


form{
    overflow: unset;
}

#dvProductReviewImage{
    display: none;
}

.productReview{
    margin-bottom: 80px;
}

.reviewTitle{
font-weight: 500;
font-size: 16px;
line-height: 180%;
letter-spacing: 0.04em;
}

.reviewInfo{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.liReviewName{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

.reviewDate{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #C4C4C4;
}

.imgReviewRating{
    margin-top: 5px;
    margin-bottom: 10px;
}

#dvReviewComment{
    height: 130px;
    overflow-y: auto;
    padding-right: 15px;
}

#dvReviewComment::-webkit-scrollbar {
width: 10px;
}

#dvReviewComment::-webkit-scrollbar-thumb{
    background: #003894;
    border-radius: 10px;
  }

  #dvReviewComment::-webkit-scrollbar{
    background: transparent;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
  }

#dvReviewComment li.liComment{
font-weight: 400;
font-size: 14px;
line-height: 140%;
letter-spacing: 0.04em;
margin-bottom: 0;
}

#dvReviewComment ul.ulReviewComment{
    margin-bottom: 0;
}

#dvReviewComment{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ulReviewComment{
    width: calc(50% - 15px * 1 / 2);
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 14.5px;
}

.wrapDetailImage ul{
    display: none;
    flex-wrap: wrap;
    gap: 10px;
}

.wrapDetailImage ul li{
    width: calc(25% - 10px * 3 / 4);
}

.productAmount__button__minus{
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    color: #8C8C8C;

}

.productAmount__button__plus{
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    color: #8C8C8C;
}

.quantity-selector-input input {
    border: 0;
    background: transparent;
    pointer-events: none;

}

.quantity-selector-input{
    max-width: 85px;
    width: 85px;
    height: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    padding: 0 7px;
}

.product-main-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.product-main-img img {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .product-main-img {
        width: 50%;
        margin-top: 50px;
    }
    .product-main-img img {
        max-width: 550px;
    }
}

.productAmount__title{
    gap: 8px;
    white-space: nowrap;
}

.wrapDetailImage li{
    cursor: pointer;
}

#zoomPicture{
    border: 1px solid #D9D9D9;
}

.wrapDetailImage img{
    border: 1px solid #D9D9D9;
}

.addCart {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btnCart[visible="False"]{
    display: none;
}

#divBottomArea{
    height: auto;
}
.links {
    display: flex;
    align-items: center;
    gap: 14px;
}
.links a {
    position: relative;
  text-align: center;
 max-width: 260px;
 width: 100%;
 font-weight: 700;
 font-size: 14px;
 color: #fff!important;
 padding: 12px 0;
 letter-spacing: 0;
}
.links a img {
    position: absolute;
    right: 11px;
    transform: translateY(-50%);
    top: 50%;
}
.links a:nth-of-type(1) {
    
    border: 1px solid #0D6BB1;
    background-color: #0D6BB1;

}
.links a:nth-of-type(2) {
    
    border: 1px solid #00B7CE;
    background-color: #00B7CE;

}
.product-desc {
    font-weight: 400;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .product__detail__left {
            display: flex;
    align-items: center;
    justify-content: center;
    }
    #dvProductDetailArea #detailImage .mainImage #zoomPicture {
        margin-inline: auto;
        max-width: 480px;
    }
}
@media (max-width: 768px) {
    #dvProductDetailArea #detailImage .mainImage #zoomPicture {
        margin-inline: auto;
        max-width: 350px;
    }

    #dvProductDetailArea #dvProductSubInfo h2 {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .links {
        gap: 10px;
    }
    .links a {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.4;
        text-align: left;
        padding: 10px 10px;
        max-width: 168px;
    }
    .tblLayout_ProductDetail{
        overflow: hidden;
    }
    .product__detail__box{
        flex-direction: column;
        gap: 10px;
        padding-inline: 15px;
    }
    .product__detail__left{
        width: 100%;
    }
    .product__detail__right{
        width: 100%;
    }
    #dvProductDetailArea h1{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .product-desc p {
        font-size: 14px;
    }
    #dvProductDetailArea #dvProductSubInfo{
        font-size: 12px;
    }
    #detailOne .productPrice span{
        font-size: 28px;
    }
    #dvProductDetailArea .wrapProductPrice{
        margin: 20px 0;
    }
    #dvProductDetailArea #dvProductStock{
        margin: 0;
    }
    .product__detail__right{
        
    }
    .btnCart a {
        padding-block: 1px;
    }
}

.thumbnail-slider{
    margin: 0 -3px;
    padding-top: 10px;
}

.thumbnail-slider .slick-slide{
    padding: 0 3px;
}

.slider-container img{
    border: 1px solid #D9D9D9;
}

.main-slider .slick-next{
    right: 0;
    z-index: 1;
}

.main-slider .slick-prev{
    left: 0;
    z-index: 1;
}

.main-slider .slick-next:before{
    content: '';
    background: url(/Contents/assets/img/product-next.png) no-repeat center center;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    transform: translate(50%, -50%);
}

.main-slider .slick-prev:before{
    content: '';
    background: url(/Contents/assets/img/product-preve.png) no-repeat center center;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    left: 0;
    transform: translate(-50%, -50%);
}

.productSellInfo span{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.productSellInfo select{
    margin-top: 10px;
    width: 200px!important;
    height: 30px;
}

@media (max-width: 768px) {
    .ulReviewComment{
        width: 100%;
    }
}

#dvProductDetailArea .icon img{
    height: auto;
}

.product__detail__right__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.product__detail__right__list li{
font-weight: 500;
font-size: 12px;
line-height: 100%;
letter-spacing: normal;
color: #fff;
border-radius: 19px;
padding: 6px 17px;
}
.product__detail__right__list li{
}
.drafting {
    background-color: #D92D2D;
}
.department {
    background-color: #0C53A5;
}
.eligiblecourse {
    background-color: #000000;
}

.product__detail__right__list li:empty{
    display: none;
}

#dvProductDetailArea h2{
    font-size: 16px;
    font-weight: 500;
}



#dvProductDescription p{
    font-size: 16px;
}

#dvProductDetailArea #detailImage .mainImage .soldout{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 34px;
}

.detail__sp__image .soldout{
    color: #fff;
    word-wrap: normal;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 370px;
    height: 35px;
    line-height: 35px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 34px;
}

.icon__items{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.icon__items img{
    display: block;
    width: 100%;
}

.icon__item01{
    width: 50px;
}

.icon__item02{
    width: 50px;
}

.icon__item03{
    width: 60px;
}

.icon__item04{
    width: 61px;
}

.icon__item05{
    width: 60px;
}

.icon__item06{
    width: 73px;
}

.icon__item07{
    width: 50px;
}

.icon__item08{
    width: 84px;
}

.icon__item09{
    width: 74px;
}

.icon__item10{
    width: 143px;
}

#dvProductDetailArea .wrapProductPrice p strike{
    color: #000;
}

.slider-container{
    position: relative;
}

p.icon.icon__items.pc{
    display: flex;
}

@media (max-width: 768px) {
    .slider__icons{
        position: absolute;
        top: 10px;
        left: 10px;
        display: flex!important;
        justify-content: start;
    }

    p.icon.icon__items.pc{
        display: none;
    }
        .product__detail__right__list li {
        font-size: 10px;
        padding: 4px 16px;
    }
}

.icon__items span:not(img){
    display: none;
}

.icon__items span:has(img){
    display: block;
}

.liquor__caution{
    margin-top: 20px;
    border: 1px solid #E94609;
    color: #E94609;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
}

/* 規約エリア全体のコンテナ */
.terms-wrapper {
  max-width: 100%;
  margin: 20px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
}

.terms-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

/* スクロールボックス */
.terms-scroll-box {
  width: 100%;
  height: 250px; /* 参考サイトに近い高さ */
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
}

/* 規約文内の見出し */
.terms-content h4 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
  color: #000;
}

.terms-content p {
  margin-bottom: 1em;
}

.terms-content ol {
  
  margin-bottom: 1em;
}
.terms-content ol li {
    line-height: 1.6;
}

.terms-content .attention {
  color: #d00;
  font-weight: bold;
}

/* 同意チェックボックス周り */
.terms-agree-check {
  text-align: center;
  padding: 10px 0;
}

.terms-agree-check label {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.terms-agree-check input[type="checkbox"] {
  transform: scale(1.5); /* チェックボックスを少し大きくする */
  margin-right: 10px;
  cursor: pointer;
}

.terms-caution {
        font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}