/* PRODUCT LIST START */
.product__list-wrap{
  /* background-image: url(../Contents/ImagesPkg/common/bg-productList.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center center; */
  background-image: linear-gradient(135deg, #efefef 8.33%, #ffffff 8.33%, #ffffff 50%, #efefef 50%, #efefef 58.33%, #ffffff 58.33%, #ffffff 100%);
  background-size: 8.49px 8.49px;
}

.product__list-item-wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 137px;
  padding-bottom: 100px;
}

.product__item-wrap{
  display: flex;
  flex-wrap: wrap;
}

.product__item-wrap .product__item{
  width: 100%;
  max-width: 300px;
  margin-right: 50px;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.product__item-wrap .product__item .product__item-detail{
  padding-bottom: 20px;
}

.product__item-inner{
  width: 240px;
  margin: 0 auto;
}

.product__item-wrap .product__item .product__item-image{
  padding-bottom: 20px;
}

.product__item-wrap .product__item:nth-child(3n){
  margin-right: 0;
}

.product__item-wrap .product__item .product__item-image img{
  display: block;
  width: 100%;
}

.product__item-wrap .icon {
	margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.product__item-wrap .icon li {
  margin-bottom: 4px;
	padding: 0 4px;
	background-color: #343434;
	font-size: 13px;
	font-family: soleil, sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #ffffff;
	line-height: 2;
}

.product__item-wrap .icon li:not(:last-child){
	margin-right: 10px;
}

.product__item-wrap .product__item .product__item-name{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #343434;
}

.fc-orange{
  color: #f36111 !important;
}

.product__item-wrap .product__item .product__item-price p{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #343434;
}

.calculation{
  font-size: 18px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #ec5158;
}

.calculation span{
  font-size: 14px;
}

.btn_add-fav-sp{
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product__list-item-wrap{
    max-width: calc(980*(100vw/1024));
  }
  .product__item-wrap .product__item{
    max-width: calc(283*(100vw/1024));
    margin-right: calc(50*(100vw/1024));
    margin-bottom: calc(40*(100vw/1024));
  }
  .product__item-inner{
    width: calc(240*(100vw/1024));
  }
  .product__item-wrap .icon li {
    padding: 0 calc(4*(100vw/1024));
    font-size: calc(13*(100vw/1024));
  }
  .product__item-wrap .icon li:not(:last-child){
    margin-right: calc(10*(100vw/1024));
  }
}

@media screen and (max-width: 767px) {
  .product__list-item-wrap{
    max-width: calc(690*(100vw/767));
    padding-top: calc(113*(100vw/767));
    padding-bottom: calc(70*(100vw/767));
  }
  .product__item-wrap .product__item{
    max-width: calc(330*(100vw/767));
    margin-right: calc(30*(100vw/767));
    margin-bottom: calc(40*(100vw/767));
  }
  .product__item-wrap .product__item:nth-child(3n){
    margin-right: calc(30*(100vw/767));
  }
  .product__item-wrap .product__item:nth-child(2n){
    margin-right: 0;
  }
  .product__item-inner{
    width: calc(282*(100vw/767));
  }
  .product__item-wrap .icon {
    margin-bottom: calc(10*(100vw/767));
  }
  .product__item-wrap .icon li {
    padding: 0 calc(4*(100vw/767));
    font-size: calc(16*(100vw/767));
  }
  .product__item-wrap .icon li:not(:last-child){
    margin-right: calc(10*(100vw/767));
  }
  .product__item-wrap .product__item .product__item-image{
    padding-bottom: calc(20*(100vw/767));
  }
  .product__item-wrap .product__item .product__item-name{
    font-size: calc(26*(100vw/767));
  }
  .product__item-wrap .product__item .product__item-price p{
    font-size: calc(24*(100vw/767));
  }
  .calculation{
    padding-left: calc(18*(100vw/767));
    font-size: calc(30*(100vw/767));
  }
  .calculation span{
    font-size: calc(24*(100vw/767));
  }
  .btn_add-fav-sp{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #838383;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  .btn_add-fav-sp.view{
    opacity: 1;
    visibility: visible;
  }
  .btn_add-fav-sp .btn_add-list{
    padding: calc(20*(100vw/768)) calc(30*(100vw/768));
    display: flex;
    justify-content: space-between;
  }
  .btn_add-fav-sp .btn_add-list li{
    width: 100%;
    max-width: calc(330*(100vw/768));
    height: calc(80*(100vw/768));
    font-size: calc(26*(100vw/768));
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: calc(80*(100vw/768));
    text-align: center;
    border-radius: 50px;
  }
  .btn_add-fav-sp .btn_add-list li:nth-child(1){
    background-color: #f39611;
  }
  .btn_add-fav-sp .btn_add-list li:nth-child(2){
    background-color: #ec5158;
  }
  .btn_add-fav-sp .btn_add-list li a{
    display: block;
    position: relative;
  }
  .btn_add-fav-sp .btn_add-list li a i{
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: calc(6*(100vw/768));
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: calc(34*(100vw/768));
    right: calc(40*(100vw/768));
  }
}

/* PRODUCT LIST END */

/* PRODUCT DETAIL START*/

.VariationPanel {
  position: relative;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
  border: 2px solid #888888;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  color: #888888;
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 30px;
}
.VariationPanelSelected {
  position: relative;
  margin-bottom: 10px;
  width: 175px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 30px;
  background-color: #888888;
}

.VariationPanel i{
  border: solid #888888;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  right: 23px;
}

.VariationPanelSelected i{
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 25px;
}

#primary{
  width: 100%;
  margin: 0;
  margin-bottom: -100px;
  padding: 0;
}

.product__detail-inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sp-only{
  display: none !important;
}
.pc-only{
  display: block !important;
}

/* SLIDER */
.slider-main-img img,
.slider-item img{
  display: block;
  width: 100%;
}

/* #productDetailSlider.slider-main .slick-dots{
  bottom: 0;
} */

#productDetailSlider.slider-main .slick-dots li{
  width: 50px;
  height: 10px;
}

#productDetailSlider.slider-main .slick-dots li button{
  width: 100%;
  height: 100%;
  padding: 0;
}

#productDetailSlider.slider-main .slick-dots li button::before{
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  font-size: 50px;
  line-height: 0;
  /* color: #d9d9d9; */
  border-bottom: 5px solid #d9d9d9;
}

#productDetailSlider.slider-main .slick-dots li.slick-active button::before{
  /* color: #f47076; */
  border-color: #f47076;
}

#detailOne .productSellInfo dl.quantitySelect {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

#detailOne .productSellInfo dl.quantitySelect > dt {
  display: block;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
}

#detailOne .productSellInfo dl.quantitySelect > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 135px;
  height: 40px;
  border: 1px solid #888888;
  font-size: 16px;
}

#detailOne .productSellInfo dl.quantitySelect > dd > input[type=button] {
  display: block;
  width: 60px;
  /* height: 50px; */
  background: #FFFFFF;
  font-size: 16px;
  color: #666;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#detailOne .productSellInfo dl.quantitySelect > dd > input[type=text] {
  display: block;
  width: 55px;
  height: 40px;
  /* background: #FFFFFF;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF); */
  border: 1px solid #888888;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-family: inherit;
  text-align: center;
  color: #333333;
}

.cartBoxError.errMsgBox p{
  margin-bottom: 20px;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  line-height: 2;
}

.item__description-area .item__description-one{
  margin-bottom: 100px;
}

.item__description-area .item__description-one img{
  width: 100%;
  display: block;
}

.item__description-area .item__description-two,
.item__description-area .item__description-three{
  width: 100%;
  max-width: 699px;
  margin: 0 auto;
  margin-top: 0 !important;
}

.item__description-area .item__description-two{
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 100px;
  padding-top: 30px;
}

.item__description-area .item__description-two .item__description-two-ttl{
  position: relative;
  padding-bottom: 25px;
  cursor: pointer;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 600;
  color: #343434;
  line-height: 1.5;
}

.item__description-area .item__description-two .item__description-two-text{
  padding-bottom: 30px;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}

.item__description-area .item__description-two .item__description-two-ttl::before,
.item__description-area .item__description-two .item__description-two-ttl::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  height: 2px;
  width: 20px;
  background: #343434;
  transition: transform .25s ease-in-out;
}

.item__description-area .item__description-two .item__description-two-ttl.open::before {
  transform: rotate(90deg);
}

.item__description-area .item__description-three{
  margin-bottom: 68px;
}

.item__description-area .item__description-three-ttl{
  padding-bottom: 35px;
  font-size: 36px;
	font-family: soleil, sans-serif;
	font-weight: 600;
	color: #343434;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}

.item__description-area .item__description-three-ttl span{
  display: block;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
}

.item__description-area .item__description-three-subttl{
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 3;
}

.item__description-area .item__description-three ul{
  margin-bottom: 60px;
}

.item__description-area .item__description-three ul li:not(:last-of-type){
  margin-bottom: 35px;
}

.item__description-area .item__description-three ul li h3{
  padding-bottom: 20px;
  font-size: 24px;
	font-family: soleil, sans-serif;
  font-weight: 800;
  font-style: italic;
	color: #5bc1d6;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.item__description-area .item__description-three ul li h3 span{
  padding-left: 10px;
  font-size: 30px;
}

.item__description-area .item__description-three ul li h3 i{
  display: block;
  width: 40px;
  border-bottom: 3px solid #5bc1d6;
}

.item__description-area .item__description-three ul li p{
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 1.875;
  font-feature-settings: normal;
}

.item__description-area .item__description-three ul li p.note{
  font-size: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 1.875;
  font-feature-settings: normal;
}

.item__description-area .item__description-three .item__description-three-movie img{
  width: 100%;
  display: block;
}

.product__variation-table-ttl{
  margin-bottom: 10px;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 1.4375;
  text-align: center;
}

.product__variation-table-wrap{
  display: none;
}

.product__variation-table-wrap table{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #343434;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px;
}

.product__variation-table-wrap table {
  border: 1px solid #343434;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}
.product__variation-table-wrap table thead th,
.product__variation-table-wrap table tbody th{
  border-bottom: 1px solid #343434;
}
.product__variation-table-wrap table tr:nth-child(1) td:nth-child(2){
  background-color: #f2f2f2;
}
.product__variation-table-wrap table tr:nth-child(1) td:nth-child(3){
  background-color: #ec5158;
  border-radius: 0 9px 0 0;
  color: #ffffff;
}
.product__variation-table-wrap table tr:nth-child(7) td:nth-child(2){
  border-radius: 0 0 9px 0;
}
.product__variation-table-wrap table tr:nth-child(2) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(3) td:nth-child(2),
.product__variation-table-wrap table tr:nth-child(4) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(5) td:nth-child(2),
.product__variation-table-wrap table tr:nth-child(6) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(7) td:nth-child(2){
  color: #ec5158;
}
.product__variation-table-wrap table tr:nth-child(2) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(3) td:nth-child(2),
.product__variation-table-wrap table tr:nth-child(4) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(5) td:nth-child(2),
.product__variation-table-wrap table tr:nth-child(6) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(7) td:nth-child(2){
  font-weight: 600;
}
.product__variation-table-wrap table tr:nth-child(4) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(5) td:nth-child(2),
.product__variation-table-wrap table tr:nth-child(6) td:nth-child(3),
.product__variation-table-wrap table tr:nth-child(7) td:nth-child(2){
  background-color: #ffe4e6;
}
.product__variation-table-wrap table tr:nth-child(6) th{
  border-bottom: none;
}
.product__variation-table-wrap table th{
  width: 90px;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 1.4375;
}
.product__variation-table-wrap table th span{
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  width: 60px;
  height: 16px;
  font-size: 10px;
  color: #fff;
  background-color: #ec5158;
  line-height: 16px;
}
.product__variation-table-wrap table tbody td {
  padding: 13px 0;
  padding-left: 20px;
  border-bottom: 1px solid #343434;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 1.4375;
}
.product__variation-table-wrap table thead th + th,
.product__variation-table-wrap table tbody td{
  border-left: 1px solid #343434;
}
.product__variation-table-wrap table tbody tr:last-child th,
.product__variation-table-wrap table tbody tr:last-child td {
  border-bottom: none;
}
.product__variation-table-wrap table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.product__variation-table-wrap table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.product__variation-table-wrap table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.product__variation-table-wrap table tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}

.product__variation-table-note{
  font-size: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #343434;
  line-height: 1.4375;
  text-align: right;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .product__detail-inner{
    max-width: calc(950*(100vw/1024));
    justify-content: space-between;
    margin-bottom: calc(80*(100vw/1024));
  }
  #dvProductDetailArea #detailImage{
    max-width: 48%;
  }
  #dvProductDetailArea #detailOne{
    max-width: 48%;
  }
  #dvProductDetailArea .icon{
    margin-bottom: 0;
  }
  #dvProductDetailArea .icon li{
    padding: 0 calc(8*(100vw/1024));
    font-size: calc(12*(100vw/1024));
    line-height: 2;
  }
  #dvProductDetailArea .icon li:not(:last-child){
    margin-right: calc(10*(100vw/1024));
  }
  #dvProductDetailArea h2.product__detail-info-name{
    font-size: calc(23*(100vw/1024));
  }
  #dvProductDetailArea .product__detail-info-price{
    margin-bottom: 0;
  }
  #dvProductDetailArea .product__detail-info-price p{
    font-size: calc(18*(100vw/1024));
  }
  #dvProductDetailArea .product__detail-info-catchcopy p{
    font-size: calc(16*(100vw/1024));
  }
  #dvProductDetailArea .product__detail-info-outline{
    margin-bottom: calc(30*(100vw/1024));
  }
  #dvProductDetailArea .product__detail-info-outline p{
    font-size: calc(14*(100vw/1024));
  }
  #detailOne .productSellInfo{
    margin-bottom: calc(30*(100vw/1024));
    padding: calc(35*(100vw/1024)) calc(45*(100vw/1024));
  }
  #detailOne .productSellInfo .product__type-text{
    margin-bottom: calc(15*(100vw/1024));
    font-size: calc(20*(100vw/1024));
  }
  #dvProductDetailArea .wrapProductPrice{
    margin-bottom: calc(10*(100vw/1024));
  }
  #dvProductDetailArea .wrapProductPrice p{
    font-size: calc(18*(100vw/1024));
  }
  #dvProductDetailArea .wrapProductPrice p .price-tax{
    padding-left: calc(8*(100vw/1024));
    font-size: calc(14*(100vw/1024));
  }
  .calculation{
    padding-left: calc(20*(100vw/1024));
    font-size: calc(18*(100vw/1024));
  }
  .calculation span{
    font-size: calc(14*(100vw/1024));
  }
  .item__description-area .item__description-two,
  .item__description-area .item__description-three{
    max-width: calc(699*(100vw/1024));
  }
  .item__description-area .item__description-two{
    margin-bottom: calc(100*(100vw/1024));
    padding-top: calc(30*(100vw/1024));
  }
  .item__description-area .item__description-two .item__description-two-ttl{
    padding-bottom: calc(25*(100vw/1024));
    font-size: calc(16*(100vw/1024));
  }
  .item__description-area .item__description-two .item__description-two-text{
    padding-bottom: calc(30*(100vw/1024));
    font-size: calc(14*(100vw/1024));
  }
  .item__description-area .item__description-three{
    margin-bottom: calc(68*(100vw/1024));
  }
  .item__description-area .item__description-three-ttl{
    padding-bottom: calc(35*(100vw/1024));
    font-size: calc(36*(100vw/1024));
  }
  .item__description-area .item__description-three-ttl span{
    font-size: calc(14*(100vw/1024));
  }
  .item__description-area .item__description-three-subttl{
    font-size: calc(16*(100vw/1024));
  }
  .item__description-area .item__description-three ul{
    margin-bottom: calc(60*(100vw/1024));
  }
  .item__description-area .item__description-three ul li:not(:last-of-type){
    margin-bottom: calc(35*(100vw/1024));
  }
  .item__description-area .item__description-three ul li h3{
    padding-bottom: calc(20*(100vw/1024));
    font-size: calc(24*(100vw/1024));
  }
  .item__description-area .item__description-three ul li h3 span {
    padding-left: calc(10*(100vw/1024));
    font-size: calc(30*(100vw/1024));
  }
  .item__description-area .item__description-three ul li p{
    font-size: calc(16*(100vw/1024));
  }

}

@media screen and (min-width: 699px) and (max-width: 768px) {
	.VariationPanelSelected{
		margin-bottom: calc(10*(100vw/768));
		width: calc(135*(100vw/768));
		height: calc(40*(100vw/768));
		font-size: calc(12*(100vw/768));
		line-height: calc(40*(100vw/768));
	}
	.VariationPanelSelected i{
		top: calc(15*(100vw/768));
		right: calc(25*(100vw/768));
	}
	.VariationPanel{
		margin-bottom: calc(10*(100vw/768));
		width: calc(135*(100vw/768));
		height: calc(40*(100vw/768));
		font-size: calc(12*(100vw/768));
		line-height: calc(35*(100vw/768));
	}
	.VariationPanel i{
		top: calc(13*(100vw/768));
		right: calc(23*(100vw/768));
	}
}

@media screen and (min-width: 481px) and (max-width: 699px) {
  .sp-only{
    display: block !important;
  }
  .pc-only{
    display: none !important;
  }
  .sp-only .icon{
    margin-bottom: calc(15*(100vw/700)) !important;
  }
  .sp-only .product__detail-info-name{
    margin-bottom: calc(10*(100vw/700));
  }
  .sp-only .productPrice{
    margin-bottom: calc(20*(100vw/700));
    font-size: calc(24*(100vw/700));
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #343434;
  }
  #primary.product__detail-wrap{
    /* max-width: calc(440*(100vw/700)); */
    margin: 0 auto;
    margin-bottom: calc(-70*(100vw/700));
  }
  .product__detail-inner{
    margin-bottom: calc(60*(100vw/700));
    max-width: calc(650*(100vw/700));
    flex-direction: column;
  }
  #dvProductDetailArea #detailImage,
  #dvProductDetailArea #detailOne{
    max-width: 100%;
  }
  #dvProductDetailArea #detailImage{
    margin-bottom: calc(30*(100vw/700));
  }
  #dvProductDetailArea #detailImage div.mainImage,
  #dvProductDetailArea .product__detail-info-inner{
    max-width: 100%;
  }
  #productDetailSlider.slider-main .slick-dots li{
    width: calc(70*(100vw/700));
    height: calc(10*(100vw/700));
    margin: 0;
  }
  #productDetailSlider.slider-main .slick-dots li button::before{
    /* font-size: calc(70*(100vw/700)); */
    width: 80%;
  }
  #dvProductDetailArea h2.product__detail-info-name{
    font-size: calc(24*(100vw/700));
    line-height: 1.3;
  }
  #dvProductDetailArea .product__detail-info-price{
    margin-bottom: calc(20*(100vw/700));
  }
  #dvProductDetailArea .product__detail-info-price p{
    font-size: calc(24*(100vw/700));
  }
  #dvProductDetailArea .product__detail-info-price p .price-tax{
    padding-left: calc(10*(100vw/700));
    font-size: calc(16*(100vw/700));
  }
  #dvProductDetailArea .product__detail-info-catchcopy p{
    font-size: calc(19*(100vw/700));
    line-height: 1.6;
  }
  #dvProductDetailArea .product__detail-info-outline{
    margin-bottom: calc(60*(100vw/700));
  }
  #dvProductDetailArea .product__detail-info-outline p{
    font-size: calc(17.8*(100vw/700));
    line-height: 1.8;
  }
  #dvProductDetailArea .product__detail-info-outline p sup{
    top: 2px;
    font-size: calc(10*(100vw/700));
  }
  #dvProductDetailArea .product__detail-info-outline p span{
    font-size: calc(12*(100vw/700));
  }
  #detailOne .productSellInfo{
    -webkit-box-shadow: 0px 0px 5px 5px #f4f4f4;
    box-shadow: 0px 0px 3px 3px #f4f4f4;
    margin-bottom: calc(40*(100vw/700));
    padding: calc(25*(100vw/700)) calc(26.6*(100vw/700)) calc(40*(100vw/700));
  }
  #detailOne .productSellInfo .product__type-text{
    margin-bottom: calc(20*(100vw/700));
    font-size: calc(24*(100vw/700));
  }
  #dvProductDetailArea .wrapProductPrice{
    margin-bottom: calc(33.3*(100vw/700));
  }
  #dvProductDetailArea .wrapProductPrice p{
    font-size: calc(20*(100vw/700));
  }
  #dvProductDetailArea .wrapProductPrice p .price-tax{
    padding-left: calc(10*(100vw/700));
    font-size: calc(16*(100vw/700));
  }
  .VariationPanelSelected{
    margin-bottom: calc(13.3*(100vw/700));
    width: calc(185*(100vw/700));
    height: calc(53.3*(100vw/700));
    font-size: calc(16*(100vw/700));
    line-height: calc(53.3*(100vw/700));
  }
  .VariationPanel{
    margin-bottom: calc(13.3*(100vw/700));
    width: calc(185*(100vw/700));
    height: calc(53.3*(100vw/700));
    font-size: calc(16*(100vw/700));
    line-height: calc(50*(100vw/700));
  }
  .VariationPanelSelected i{
    top: calc(20*(100vw/700));
    right: calc(25*(100vw/700));
  }
  .VariationPanel i{
    top: calc(20*(100vw/700));
    right: calc(23*(100vw/700));
  }
  .cartBoxError.errMsgBox p{
    margin-bottom: calc(13.3*(100vw/700));
    font-size: calc(14*(100vw/700));
    line-height: 1.4;
  }
  .calculation{
    padding-left: calc(18*(100vw/700));
    font-size: calc(20*(100vw/700));
  }
  .calculation span{
    font-size: calc(16*(100vw/700));
  }
  .item__description-area .item__description-one{
    margin-bottom: calc(93.3*(100vw/700));
  }
  .item__description-area .item__description-two {
    margin-bottom: calc(93.3*(100vw/700));
    padding-top: calc(30*(100vw/700));
  }
  .item__description-area .item__description-two,
  .item__description-area .item__description-three{
    max-width: calc(650*(100vw/700));
  }
  .item__description-area .item__description-two .item__description-two-ttl{
    padding-bottom: calc(23.3*(100vw/700));
    font-size: calc(18.7*(100vw/700));
  }
  .item__description-area .item__description-two .item__description-two-text{
    padding-bottom: calc(26.6*(100vw/700));
    font-size: calc(14*(100vw/700));
    line-height: 1.5;
    letter-spacing: 0;
  }
  .item__description-area .item__description-three{
    margin-bottom: calc(93.3*(100vw/700));
  }
  .item__description-area .item__description-three-ttl{
    padding-bottom: calc(36.6*(100vw/700));
    font-size: calc(32*(100vw/700));
  }
  .item__description-area .item__description-three-ttl span{
    font-size: calc(14*(100vw/700));
  }
  .item__description-area .item__description-three-subttl{
    font-size: calc(17.3*(100vw/700));
    line-height: 2;
  }
  .item__description-area .item__description-three ul{
    margin-bottom: calc(40*(100vw/700));
  }
  .item__description-area .item__description-three ul li:not(:last-of-type){
    margin-bottom: calc(33.3*(100vw/700));
  }
  .item__description-area .item__description-three ul li h3{
    padding-bottom: calc(20*(100vw/700));
    font-size: calc(24*(100vw/700));
  }
  .item__description-area .item__description-three ul li h3 span{
    padding-left: calc(11.3*(100vw/700));
    font-size: calc(32*(100vw/700));
  }
  .item__description-area .item__description-three ul li h3 i{
    width: calc(33.3*(100vw/700));
  }
  .item__description-area .item__description-three ul li p{
    font-size: calc(17.3*(100vw/700));
  }
  .item__description-area .item__description-three ul li p.note{
    font-size: calc(12*(100vw/700));
  }
}

/* @media screen and (max-width: 767px) {

  .VariationPanel i{
    top: calc(29*(100vw/767));
    right: calc(33*(100vw/767));
    padding: calc(8*(100vw/767));
  }

  .VariationPanelSelected i{
    top: calc(33*(100vw/767));
    right: calc(37*(100vw/767));
    padding: calc(8*(100vw/767));
  }

} */

@media screen and (max-width: 480px) {
  .sp-only{
    display: block !important;
  }
  .pc-only{
    display: none !important;
  }
  .sp-only .icon{
    margin-bottom: calc(15*(100vw/480)) !important;
  }
  .sp-only .product__detail-info-name{
    margin-bottom: calc(10*(100vw/480));
  }
  .sp-only .productPrice{
    margin-bottom: calc(20*(100vw/480));
    font-size: calc(24*(100vw/480));
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #343434;
  }
  #primary.product__detail-wrap{
    /* max-width: calc(440*(100vw/480)); */
    margin: 0 auto;
    margin-bottom: calc(-46*(100vw/480));
  }
  .product__detail-inner{
    margin-bottom: calc(60*(100vw/480));
    max-width: calc(440*(100vw/480));
    flex-direction: column;
  }
  #dvProductDetailArea #detailImage,
  #dvProductDetailArea #detailOne{
    max-width: 100%;
  }
  #dvProductDetailArea #detailImage{
    /* margin-bottom: calc(30*(100vw/480)); */
  }
  #productDetailSlider.slider-main .slick-dots li{
    width: calc(70*(100vw/480));
    height: calc(10*(100vw/480));
    margin: 0;
  }
  #productDetailSlider.slider-main .slick-dots li button::before{
    /* font-size: calc(70*(100vw/480)); */
    width: 80%;
  }
  #dvProductDetailArea h2.product__detail-info-name{
    font-size: calc(24*(100vw/480));
    line-height: 1.3;
  }
  #dvProductDetailArea .product__detail-info-price{
    margin-bottom: calc(20*(100vw/480));
  }
  #dvProductDetailArea .product__detail-info-price p{
    font-size: calc(24*(100vw/480));
  }
  #dvProductDetailArea .product__detail-info-price p .price-tax{
    padding-left: calc(10*(100vw/480));
    font-size: calc(16*(100vw/480));
  }
  #dvProductDetailArea .product__detail-info-catchcopy p{
    font-size: calc(19*(100vw/480));
    line-height: 1.6;
  }
  #dvProductDetailArea .product__detail-info-outline{
    margin-bottom: calc(60*(100vw/480));
  }
  #dvProductDetailArea .product__detail-info-outline p{
    font-size: calc(17.8*(100vw/480));
    line-height: 1.8;
  }
  #dvProductDetailArea .product__detail-info-outline p sup{
    top: 2px;
    font-size: calc(10*(100vw/480));
  }
  #dvProductDetailArea .product__detail-info-outline p span{
    font-size: calc(12*(100vw/480));
  }
  #detailOne .productSellInfo{
    -webkit-box-shadow: 0px 0px 5px 5px #f4f4f4;
    box-shadow: 0px 0px 3px 3px #f4f4f4;
    margin-bottom: calc(40*(100vw/480));
    padding: calc(25*(100vw/480)) calc(26.6*(100vw/480)) calc(40*(100vw/480));
  }
  #detailOne .productSellInfo .product__type-text{
    margin-bottom: calc(20*(100vw/480));
    font-size: calc(24*(100vw/480));
  }
  #dvProductDetailArea .wrapProductPrice{
    margin-bottom: calc(33.3*(100vw/480));
  }
  #dvProductDetailArea .wrapProductPrice p{
    font-size: calc(20*(100vw/480));
  }
  #dvProductDetailArea .wrapProductPrice p .price-tax{
    padding-left: calc(10*(100vw/480));
    font-size: calc(16*(100vw/480));
  }
  .VariationPanelSelected{
    margin-bottom: calc(13.3*(100vw/480));
    width: calc(185*(100vw/480));
    height: calc(53.3*(100vw/480));
    font-size: calc(16*(100vw/480));
    line-height: calc(53.3*(100vw/480));
  }
  .VariationPanel{
    margin-bottom: calc(13.3*(100vw/480));
    width: calc(185*(100vw/480));
    height: calc(53.3*(100vw/480));
    font-size: calc(16*(100vw/480));
    line-height: calc(50*(100vw/480));
  }
  .cartBoxError.errMsgBox p{
    margin-bottom: calc(13.3*(100vw/480));
    font-size: calc(14*(100vw/480));
    line-height: 1.4;
  }
  .item__description-area .item__description-one{
    margin-bottom: calc(93.3*(100vw/480));
  }
  .item__description-area .item__description-two {
    margin-bottom: calc(93.3*(100vw/480));
    padding-top: calc(30*(100vw/480));
  }
  .item__description-area .item__description-two,
  .item__description-area .item__description-three{
    max-width: calc(440*(100vw/480));
  }
  .item__description-area .item__description-two .item__description-two-ttl{
    padding-bottom: calc(23.3*(100vw/480));
    font-size: calc(18.7*(100vw/480));
  }
  .item__description-area .item__description-two .item__description-two-text{
    padding-bottom: calc(26.6*(100vw/480));
    font-size: calc(14*(100vw/480));
    line-height: 1.5;
    letter-spacing: 0;
  }
  .item__description-area .item__description-three{
    margin-bottom: calc(93.3*(100vw/480));
  }
  .item__description-area .item__description-three-ttl{
    padding-bottom: calc(36.6*(100vw/480));
    font-size: calc(32*(100vw/480));
  }
  .item__description-area .item__description-three-ttl span{
    font-size: calc(14*(100vw/480));
  }
  .item__description-area .item__description-three-subttl{
    font-size: calc(17.3*(100vw/480));
    line-height: 2;
  }
  .item__description-area .item__description-three ul{
    margin-bottom: calc(40*(100vw/480));
  }
  .item__description-area .item__description-three ul li:not(:last-of-type){
    margin-bottom: calc(33.3*(100vw/480));
  }
  .item__description-area .item__description-three ul li h3{
    padding-bottom: calc(20*(100vw/480));
    font-size: calc(24*(100vw/480));
  }
  .item__description-area .item__description-three ul li h3 span{
    padding-left: calc(11.3*(100vw/480));
    font-size: calc(32*(100vw/480));
  }
  .item__description-area .item__description-three ul li h3 i{
    width: calc(33.3*(100vw/480));
  }
  .item__description-area .item__description-three ul li p{
    font-size: calc(17.3*(100vw/480));
  }
  .item__description-area .item__description-three ul li p.note{
    font-size: calc(12*(100vw/480));
  }
}
/* PRODUCT DETAIL END */