.l-section__inner{
	max-width: 1100px;
}
form{
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.p-product__inner{
      margin-top: 150px;
}

.p-product-img__main > img , .p-product-img__sub-li > img {
  width: 100%;
}
.p-product__img{
  width: calc(100% - 48px - 460px);
}
.p-product-img__main{
  margin-bottom: 12px;
	aspect-ratio: 1;
}
.p-product-img__sub-cover{
  overflow: scroll;
  scrollbar-color: #C1C1C1 transparent;
}
.p-product-img__sub{
  display: flex;
  gap: 12px;
  width: fit-content;
}
.p-product-img__sub-li{
  width: 104px;
}

.p-product__info{
  width: 460px;
}

.p-product-info__ttl{
  margin-bottom: 24px;
}
.p-product-info__ttl-name{
  margin: 0 0 8px 0;
  font-family: 'Shippori Mincho', san-serif;
  font-size: 24px;
  font-weight: 400;
}
.p-product-info__ttl-num{
  color: #838383;
  font-size: 12px;
}

.p-product-info__price{
  margin-bottom: 24px;
  color: #C74A4A;
  font-size: 24px;
  font-weight: bold;
}
.p-product-info__txt , .p-product-info__postage{
  font-size: 12px;
  font-weight: inherit;
}

.p-product-info__option-ttl{
  margin-bottom: 8px;
  font-family: 'Shippori Mincho', san-serif;
}
.p-product-info__option-select > select{
  margin-bottom: 24px;
}

.p-product-info__btn{
  padding: 16px;
  width: 100%;
  background-color: #FEC700;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.p-product-info__btn--disabled{
  background-color: #e6e6e6;
  color: #ababab;
  cursor: no-drop!important;
}

.p-product-info__bnr-ul{
  margin-top: 32px;
}
.p-product-info__bnr-li{
  margin-top: 8px;
}

.p-product-info__num{
  margin-bottom: 24px;
}
.p-product-info__num-ttl{
  margin-bottom: 8px;
  font-family: 'Shippori Mincho', san-serif;
}
.p-product-info__num-inner{
  display: flex;
}
.p-product-info__num-btn{
   width: 28px;
   height: 34px;
   background-color: #ffffff;
   border: 1px solid #DDDDDD;
}
.p-product-info__num-input{
  width: 72px;
  height: 34px;
  background-color: #ffffff;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center;
}

.p-product__desc{
  margin-top: 24px;
}
.p-product-info__desc-ttl{
  margin-bottom: 16px;
  font-family: 'Shippori Mincho', san-serif;
  font-size: 20px;
}

.p-product-area__ul-cover{
  overflow: scroll;
  scrollbar-color: #C1C1C1 transparent;
}
.p-product-area__ul{
  display:flex;
  gap: 16px;
  width: fit-content;
}
.p-product-area__li{
  width: 150px;
}
.p-product-area__img{
  border-radius: 5px;
  overflow: hidden;
}
.p-product-area__ttl{
  margin-top: 8px;
  display: -webkit-box;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
}
.p-product-area__price{
  color: #C74A4A;
  font-size: 18px;
  font-weight: bold;
}
.p-product-area__postage{
  color: #C74A4A;
  font-size: 12px;
}

.p-product-area__none{
  width: 100%;
}

.p-product-guide__li-h4{
  margin-top: 0;
  margin-bottom: 12px;
  font-family: 'Shippori Mincho', san-serif;
  font-size: 16px;
}
.p-product-guide__ul{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 24px;
}
.p-product-guide__li{
  width: 32%;
}
.p-product-guide__li-pref{
  background-color: #f4f4f4;
}
.p-product-guide__li-yen > td{
  padding-bottom: 8px;
}
.p-product-guide__li-td{
  width: 16%;
}

@media (max-width: 768px) {
  .p-product__inner{
    margin-top: 100px;
  }
  .c-breadlist{
    margin-bottom: 8px;
  }
  form{
  	flex-direction: column;
  }
  .p-product__img{
    width: 100%;
  }
  .p-product__info{
    width: 100%;
  }
  .p-product-guide__ul{
  	flex-direction: column;
  }
  .p-product-guide__li{
    width: 100%;
	}
  .p-product-img__sub-li{
  	width: 82px;
	}