.modal {
    position: fixed;
    display: none;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, .5);
}
.modal-close{
    display: flex;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
}
.modal-close div{
    cursor: pointer;
    margin: 2rem 0px 0px 2rem;
    font-size: 2rem;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .55);
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .product-ac-info{
    border: none;
    width: 70%;
    height: 90%;
    margin: auto;
    margin-top: 4rem;
}
.modal .product-ac-info .product-ac-info-box{
    display: flex;
}
.modal .product-ac-info-box .product-ac-img-box{
    background-color: #fff;
    width: 75%;
}
.modal .product-ac-info-box .product-ac-img-pannel{
    width: 25%;
}
.modal .product-ac-info .img-pannel-img{
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
}
.modal .product-ac-info .img-pannel-img img{
    width: 10rem;
}
.product-body-container {
    width: 100%;
}
.product-body {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    background-color: white;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.product-ac {
    width: 100%;
    height: 700px;
    display: flex;
    position: relative;
    padding: 5rem;
}
.product-ac-info {
    width: 60%;
    height: 100%;
    padding: 1rem;
    border: solid 1px rgb(226, 226, 226);
    border-radius: 8px;
}
.product-ac-info-box {
    width: 100%;
    height: 90%;
    position: relative;
   
}
.product-ac-img-ctr {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top:0px; 
}
.product-ac-coming-soon{
  width: 25%;
  height: 20%;
  position: absolute;
  background-image: url("../image/coming-soon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-ac-sold-out{
    width: 25%;
    height: 20%;
    position: absolute;
    background-image: url("../image/sold-out.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
.product-ac-img-ctr-btn-box{
  width: 100%;
  margin-top: 35%;

  justify-content: space-between;
  display: flex;
}

.product-ac-img-ctr-btn {
    width:7%;
    height: 100%;
    border-radius: 8px;
    font-size: 4rem;
    text-align: center;
    line-height: 10rem;
    opacity: 0.2;
    cursor: pointer;
}

.product-ac-img-ctr-btn:hover {
    opacity: 0.5;
}
.product-ac-img-box {
  margin: auto;
  width: 95%;
  height: 100%;
  display: flex;
}
.product-ac-img {
   max-width: 100%;
   max-height: 100%;
   object-fit:contain ;
   margin: auto;
   transition: all 0.4s;

}
.product-ac-img-pannel {
    width: 100%;
    height: 10%;
}
.img-pannel-img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.img-pannel-img img {
    max-height: 100%;
    padding: 8px 10px;
    margin: 4px 15px;
    border: solid 1px rgb(226, 226, 226);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s;
    z-index: 9999;
}

.product-ac-control {
    width: 40%;
    height: 100%;
}

.product-ac-control-info {
    width: 100%;
    padding-left: 2rem;
}
.product-name {
    font-size: 4rem;
    line-height: 8rem;
    
}
.product-price {
    font-size: 3rem;
    line-height: 8rem;
    color: red;
    border-bottom: solid 1px rgb(168, 168, 168);
}
.product-price span{
    font-size: 2rem;
}
.product-info {
    font-size:1.6rem ;
    line-height: 5rem;
    font-weight: 600;
}         
.product-info span {
    font-weight: 200;
}               
.product-ac-control-btn {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin-top: 5rem;
    
}
.product-btn{
    margin-top: 4rem;
    cursor: pointer;
    user-select: none;
    font-size: 4rem;
    font-weight: bold;
}
.rakuten-icon{
    color: rgb(191, 51, 51);
}

 .active {
    border: solid 3px #077ee0 !important;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);

 }
  
  label[for="Checkbox"] {
    font-size: 1.5rem;
  }
  #Checkbox{
    margin-left: 4rem;
    margin-top: 2rem;
  }
  .product-option p{
    text-indent: 2rem;
    font-size: 1.5rem;
    margin-left: 4rem;
    margin-right: 2rem;
  }
  .kumitatekibou{
    display: none;
  }
  .kumitatekibou a{
    text-decoration: none;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 1rem;
    width: fit-content;
    display: block;
    color: black;
    margin: auto;
    background-color: rgb(223, 223, 223);
    border-radius: 2rem;
    height: fit-content;
  }
  .kumitatekibou a:hover{
    color: #077ee0;
  }
  