@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.btn-cart-design {
  padding: 15px 0px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1.5px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 180, 20) 0%, rgb(255, 229, 20) 100%) !important;
  background-image: -webkit-linear-gradient(90deg, rgb(255, 180, 20) 0%, rgb(255, 229, 20) 100%) !important;
  background-image: -ms-linear-gradient(90deg, rgb(255, 180, 20) 0%, rgb(255, 229, 20) 100%) !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-cart-design {
    max-width: 350px;
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn-cart-design {
    font-size: 16px;
  }
}
.btn-cart-design::before {
  content: "";
  position: absolute;
  background: url(../../../../Contents/ImagesPkg/product/cart_logo.svg);
  background-repeat: no-repeat;
  left: 20px;
  background-size: contain;
  width: 19px;
  height: 20px;
  margin-bottom: 20px;
  top: 11px;
}
.btn-cart-design.buy {
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .btn-cart-design.buy {
    margin-top: 10px;
    padding: 13px 0px !important;
  }
}
.btn-cart-design.buy::before {
  content: "";
  left: 15px;
  width: 19px;
  height: 19px;
  top: 13px;
}
@media screen and (max-width: 767px) {
  .btn-cart-design.buy::before {
    top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .product-detail {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .product-detail .product-inner {
    min-width: 1000px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .product-detail .product-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .product-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .product-detail #prodcutDetail {
    position: relative;
    justify-content: space-between;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #prodcutDetail {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-detail #productSection .detail-swiper .slider {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.product-detail #productSection .detail-swiper .swiper-slide-active {
  pointer-events: auto;
}
.product-detail #productSection .detail-swiper .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.product-detail #productSection .detail-swiper .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
}
.product-detail #productSection #detailTextArea {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea {
    max-width: 690px;
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1130px) {
  .product-detail #productSection #detailTextArea {
    max-width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .ChangesByVariation {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .variation_top {
    border-top: #f0f0f0 solid 1px;
  }
}
.product-detail #productSection #detailTextArea .detailCartBox-flex {
  display: flex;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .detailCartBox-flex {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .detailCartBox-flex {
    justify-content: space-between;
  }
}
.product-detail #productSection #detailTextArea .detailCartBox-flex .sold-out-btn {
  background: #888888;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .detailCartBox-flex .sold-out-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .detailCartBox-flex .quantitySelect {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .detailCartBox-flex .quantitySelect {
    margin-right: 10px;
  }
}
.product-detail #productSection #detailTextArea .cartBoxError {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .itemCap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .itemCap {
    margin-top: 20px;
  }
}
.product-detail #productSection #detailTextArea .itemCap p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .itemCap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .itemCap p {
    font-size: 14px;
  }
}
.product-detail #productSection #detailTextArea .spec02 {
  background-color: transparent;
  background-color: #fff;
  border-top: #f0f0f0 solid 1px;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .spec02 {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .spec02 {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 12px;
    padding-bottom: 20px;
  }
}
.product-detail #productSection #detailTextArea .spec02 dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .spec02 dl {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .spec02 dl {
    align-items: baseline;
  }
}
.product-detail #productSection #detailTextArea .spec02 dl dt {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .spec02 dl dt {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .spec02 dl dt {
    width: 70px;
    flex: none;
  }
}
.product-detail #productSection #detailTextArea .spec02 dl > dd {
  position: relative;
  line-height: 1.5;
}
.product-detail #productSection #detailTextArea .spec02 dl > dd::before {
  content: "：";
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .spec02 dl > dd::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: -12px;
  }
}
.product-detail #productSection #detailTextArea #detailCartBox {
  display: block;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea #detailCartBox {
    padding-top: 40px;
    padding-bottom: 50px;
    border: #fafafa solid 1px;
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1160px) {
  .product-detail #productSection #detailTextArea #detailCartBox {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .product-detail #productSection #detailTextArea #detailCartBox {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea #detailCartBox {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea #detailCartBox .colorSelect {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea #detailCartBox .colorSelect {
    margin-bottom: 20px;
  }
}
.product-detail #productSection #detailTextArea #detailCartBox .colorSelect .btn-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-detail #productSection #detailTextArea #detailCartBox .colorSelect .btn-flex li {
  width: 49%;
}
.product-detail #productSection #detailTextArea #detailCartBox .colorSelect .btn-flex li:nth-child(n+3) {
  margin-top: 10px;
}
.product-detail #productSection #detailTextArea #detailCartBox .colorSelect .choice {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
}
.product-detail #productSection #detailTextArea #detailCartBox .colorSelect li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #333;
  border: solid 1px #e1e1e1;
  background-color: #fcfcfc;
  border-radius: 4px;
}
.product-detail #productSection #detailTextArea #detailCartBox .colorSelect li.selected > a {
  color: #fff;
  background-color: #5ba067;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 35px;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental__text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .drop-down {
  position: relative;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .drop-down select {
  font-size: 12px;
  background: #f5f5f5;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .drop-down .arow {
  display: none;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .drop-down .arow::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -5px;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #72ad7c;
  border-bottom: 1.5px solid #72ad7c;
  transform: rotate(45deg);
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .drop-down .drop-down-btn ~ .arow {
  display: block !important;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .textbox input {
  background: #f5f5f5;
  width: 100%;
  font-size: 12px;
  padding: 10px 20px;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .radio {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .radio input[type=checkbox] {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 5px;
  border-radius: 5px;
  display: block;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .radio input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #72ad7c;
  border-left: 3px solid #72ad7c;
  opacity: 0;
  height: 8px;
  width: 15px;
  transform: rotate(-45deg);
  top: 25%;
  left: 8px;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .radio input[type=checkbox]:checked::after {
  opacity: 1;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .radio label {
  margin-left: 15px;
  font-size: 12px;
}
.product-detail #productSection #detailTextArea #detailCartBox .incidental .attention span {
  font-size: 12px;
  color: #e42c57;
  margin-top: 5px;
  display: block;
  line-height: 1.5;
}
.product-detail #productSection #detailTextArea #nameBox h1 {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea #nameBox h1 {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea #nameBox h1 {
    font-size: 15px;
    margin-top: 20px;
  }
}
.product-detail #productSection #detailTextArea .snsList {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .snsList {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .snsList {
    justify-content: space-between;
  }
}
.product-detail #productSection #detailTextArea .snsList .button {
  border-radius: 5px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .snsList .button {
    padding: 8px 8px;
    width: auto;
    height: 25px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .snsList .button {
    height: 25px;
    justify-content: center;
    margin-left: 13px;
  }
}
.product-detail #productSection #detailTextArea .snsList .button:first-child {
  margin-left: 0px;
}
.product-detail #productSection #detailTextArea .snsList .button > * {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .snsList .button > * {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .snsList .button > * {
    font-size: 10px;
  }
}
.product-detail #productSection #detailTextArea .snsList .button img {
  margin-right: 6px;
}
.product-detail #productSection #detailTextArea .snsList .button.favoriteBtn {
  background: #635d59;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .snsList .button.favoriteBtn img {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .snsList .button.favoriteBtn img {
    width: 13px;
  }
}
.product-detail #productSection #detailTextArea .snsList .button.lineBtn {
  background: #06c755;
  width: 105px;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .snsList .button.lineBtn img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .snsList .button.lineBtn img {
    width: 16px;
  }
}
.product-detail #productSection #detailTextArea .snsList .button.twitterBtn {
  width: 90px;
  background: #1d9bf0;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailTextArea .snsList .button.twitterBtn img {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailTextArea .snsList .button.twitterBtn img {
    width: 13.5px;
  }
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #detailImgArea {
    display: block !important;
    width: 440px !important;
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #detailImgArea {
    display: block;
    width: 100%;
    order: 2;
  }
}
.product-detail #productSection #detailDescription1 {
  font-size: 10px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #eeeeee;
  margin-top: 20px;
}
.product-detail #productSection #reviewStarBox {
  background-image: url(../../../../Contents/ImagesPkg/product/review_title_g.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: top left;
  padding-left: 26px;
  font-size: 15px;
  background-size: contain;
  height: 20px;
  margin-bottom: 20px;
}
.product-detail #productSection #reviewStarBox a {
  text-decoration: underline;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #reviewStarBox a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #reviewStarBox a {
    font-size: 15px;
  }
}
.product-detail #productSection #reviewStarBox .countdata,
.product-detail #productSection #reviewStarBox a {
  color: #5ba067 !important;
}
.product-detail #productSection .cartInBtnArea {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .cartInBtnArea {
    max-width: 350px;
  }
}
.product-detail #productSection .quantitySelect dt {
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: normal !important;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .quantitySelect dt {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .quantitySelect dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.product-detail #productSection .quantitySelect dd {
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .quantitySelect dd {
    width: 128px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .quantitySelect dd {
    width: 105px;
  }
}
.product-detail #productSection .quantitySelect dd input[type=text] {
  font-size: 17px;
  display: block;
  padding: 0;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: center;
  color: #333333;
  font-weight: 900;
}
@media screen and (min-width: 1160px) {
  .product-detail #productSection .quantitySelect dd input[type=text] {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .product-detail #productSection .quantitySelect dd input[type=text] {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .quantitySelect dd input[type=text] {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}
.product-detail #productSection .quantitySelect dd button {
  position: absolute;
  display: block;
  color: #333;
}
@media screen and (min-width: 1160px) {
  .product-detail #productSection .quantitySelect dd button {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .product-detail #productSection .quantitySelect dd button {
    width: 35px;
    height: 23px;
  }
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .quantitySelect dd button {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .quantitySelect dd button {
    top: 7px;
    width: 32px;
    height: 32px;
  }
}
.product-detail #productSection .jms_sale_price1 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .jms_sale_price1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .jms_sale_price1 {
    margin-bottom: 10px;
  }
}
.product-detail #productSection .jms_sale_price1 .pricecount {
  font-size: 26px;
  font-family: "Roboto", sans-serif !important;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .jms_sale_price1 .pricecount {
    font-size: 17px;
    white-space: nowrap;
  }
}
.product-detail #productSection .jms_sale_price1 .productPrice {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .jms_sale_price1 .productPrice {
    margin-top: 5px;
  }
}
.product-detail #productSection .jms_sale_price1 .zeikomi {
  font-size: 10px;
  margin-left: 5px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .jms_sale_price1 .zeikomi {
    margin-top: 0px;
  }
}
.product-detail #productSection .jms_sale_price1 .tokubetukakaku .tokubetu,
.product-detail #productSection .jms_sale_price1 .tokubetukakaku .pricecount {
  color: #cc0000;
}
.product-detail #productSection .exeBtn .btn-cart {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .exeBtn .btn-cart {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .product-detail #productSection .exeBtn .btn-cart {
    margin-left: 20px;
  }
}
.product-detail #productSection #ProductCrossSellList {
  margin-top: 30px;
}
.product-detail #productSection #ProductCrossSellList h3 {
  font-size: 13px;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection #ProductCrossSellList h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #ProductCrossSellList h3 {
    font-size: 14px;
  }
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__link {
  display: flex;
  padding-top: 15px;
  border-top: #f0f0f0 solid 1px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #ProductCrossSellList .ProductCrossSellList__link {
    padding-left: 0;
    padding-right: 15px;
  }
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #72ad7c;
  border-bottom: 1.5px solid #72ad7c;
  transform: rotate(-45deg);
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__link img {
  width: 60px;
  margin-right: 15px;
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__link .product-name {
  font-size: 12px;
  color: #007185;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .product-detail #productSection #ProductCrossSellList .ProductCrossSellList__link .product-name {
    padding-right: 15px;
  }
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__link:last-child {
  border-bottom: #f0f0f0 solid 1px;
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__price {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__price .tuzyou {
  font-size: 12px;
  margin-right: 10px;
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__price .tokubetu {
  font-size: 12px;
  color: #fff;
  background: #cc0000;
  line-height: 1;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 70px;
  margin-right: 10px;
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__price .pricenum {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #cc0000;
  font-family: "Roboto", sans-serif !important;
}
.product-detail #productSection #ProductCrossSellList .ProductCrossSellList__price .zeikomi {
  font-size: 10px;
}
.product-detail #productSection .detail-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.product-detail #productSection .detail-icons .list {
  background: #5ba067;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .detail-icons .list {
    font-size: 12px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .detail-icons .list {
    font-size: 10px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 20px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .detail-icons .list {
    margin-bottom: 8px;
  }
}
.product-detail #productSection .detail-icons .special {
  background: #e85a5a !important;
}
.product-detail #productSection .detail-main__patch {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #ebebeb;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .detail-main__patch {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .detail-main__patch {
    padding: 10px 10px;
    letter-spacing: 1px;
  }
}
.product-detail #productSection .itemCatchcopy {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .product-detail #productSection .itemCatchcopy {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .itemCatchcopy {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail #productSection .ImgArea-sp-move {
    margin-top: 20px;
  }
}
.product-detail .reviewSection {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection {
    margin-top: 30px;
  }
}
.product-detail .reviewSection #reviewTitle .icon {
  display: block;
  padding: 0;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #reviewTitle .icon {
    font-size: 14px;
  }
}
.product-detail .reviewSection #reviewTitle .icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../../../../Contents/ImagesPkg/product/review_title_g.svg) no-repeat;
  background-size: contain;
}
.product-detail .reviewSection .reviewList .review-box {
  border-top: #f0f0f0 solid 1px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-detail .reviewSection .reviewList .review-box:last-of-type {
  border-bottom: #f0f0f0 solid 1px;
}
.product-detail .reviewSection .reviewList .review-box-flex {
  display: flex;
  justify-content: space-between;
}
.product-detail .reviewSection .reviewList .review-box-flex .time {
  font-size: 13px;
}
.product-detail .reviewSection .reviewList .preview-box {
  background: #fafafa;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .reviewList .preview-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product-detail .reviewSection .reviewList .rating {
  display: block;
  width: 110px;
}
.product-detail .reviewSection .reviewList .rating img {
  display: block;
  width: 80%;
  height: auto;
}
.product-detail .reviewSection .reviewList .postName {
  font-size: 13px;
  margin-bottom: 10px;
}
.product-detail .reviewSection .reviewList .comment {
  font-size: 13px;
}
.product-detail .reviewSection .reviewList .title {
  display: block;
  margin-bottom: 20px;
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection .reviewList .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .reviewList .title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection #dvProductReviewButtonControls {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #dvProductReviewButtonControls {
    margin-top: 25px;
  }
}
.product-detail .reviewSection #dvProductReviewButtonControls .ttl {
  display: block;
  padding: 0;
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #dvProductReviewButtonControls .ttl {
    font-size: 14px;
  }
}
.product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner {
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review-text {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review-text {
    line-height: 1.7;
    font-size: 13px;
  }
}
.product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .accodion {
  background: #ffffff;
  line-height: 1.5;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .accodion {
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 90px;
    margin-right: 90px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .accodion {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review_detail_link {
  display: block;
  color: #007185;
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
  width: 160px;
  margin: 0 auto;
}
.product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review_detail_link:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px #197f91 solid;
  border-bottom: 1px #197f91 solid;
  position: absolute;
  right: 5px;
  top: 8px;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review_detail_link:before {
    right: 20px;
    top: 5px;
  }
}
.product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review_detail_link.open:before {
  top: 12px;
  transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection #dvProductReviewButtonControls #dvProductReviewButtonControls_Inner .review_detail_link.open:before {
    top: 10px;
  }
}
.product-detail .reviewSection .btnMoreReview {
  display: block;
  margin-top: 20px;
}
.product-detail .reviewSection .btnMoreReview .all-btn-preview {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  font-size: 13px;
  text-decoration: none;
  color: #333333;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  position: relative;
}
.product-detail .reviewSection .btnMoreReview .all-btn-preview::before, .product-detail .reviewSection .btnMoreReview .all-btn-preview::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #979797;
  position: absolute;
  top: calc(50% - 1px);
  right: 18px;
  transition: transform 0.2s ease, opacity 0.5s ease;
}
.product-detail .reviewSection .btnMoreReview .all-btn-preview::after {
  content: "";
  transform: rotate(90deg);
}
.product-detail .reviewSection .review-write a,
.product-detail .reviewSection .consent a,
.product-detail .reviewSection .review-preview a {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  margin-top: 30px;
  letter-spacing: 1.5px;
  border: #f0f0f0 solid 1px;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
}
.product-detail .reviewSection .review-write a::after,
.product-detail .reviewSection .consent a::after,
.product-detail .reviewSection .review-preview a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #72ad7c;
  border-bottom: 1.5px solid #72ad7c;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .review-write a,
  .product-detail .reviewSection .consent a,
  .product-detail .reviewSection .review-preview a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
  }
}
.product-detail .reviewSection .backLink a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #007185;
  margin: 0 auto;
  text-decoration: underline;
  margin-top: 30px;
  text-wrap: nowrap;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .backLink a {
    font-size: 12px;
    margin-top: 20px;
  }
}
.product-detail .reviewSection .review-bg {
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection .review-bg .reviewInput {
    padding-bottom: 40px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .product-detail .reviewSection .review-bg .reviewInput {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .review-bg .reviewInput {
    padding-bottom: 50px;
  }
}
.product-detail .reviewSection .review-bg .reviewInput .ledeBox .hissu {
  color: #cc0000;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection .review-bg .reviewInput .required {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection .review-bg .reviewInput .required .title {
    width: 200px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .review-bg .reviewInput .required .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.product-detail .reviewSection .review-bg .reviewInput .required .field {
  flex: 1 1 auto;
}
.product-detail .reviewSection .review-bg .reviewInput .required .field .rating {
  position: relative;
}
.product-detail .reviewSection .review-bg .reviewInput .required .field .rating::after {
  content: "";
  position: absolute;
  right: 30px;
  top: -2px;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #72ad7c;
  border-bottom: 1.5px solid #72ad7c;
  transform: rotate(45deg);
}
.product-detail .reviewSection .review-bg .reviewInput .required .field .error_inline {
  margin-bottom: 5px;
}
.product-detail .reviewSection .review-bg .reviewInput .required .inputArea input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cacaca;
  line-height: 38px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection .review-bg .reviewInput .required .inputArea input[type=text] {
    max-width: 600px !important;
  }
}
.product-detail .reviewSection .review-bg .reviewInput .required .inputArea select {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  border-radius: 4px;
  border: 1px solid #cacaca;
  vertical-align: middle;
  line-height: 38px;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  background: #fff;
  color: #ffd12c;
}
.product-detail .reviewSection .review-bg .reviewInput .required .inputArea textarea {
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px 10px 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #cacaca;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .product-detail .reviewSection .review-bg .reviewInput .required .inputArea textarea {
    max-width: 600px !important;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .review-bg .reviewInput .required .inputArea textarea {
    height: 150px;
  }
}
.product-detail .reviewSection .review-bg .reviewInput .formTable {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .field {
  max-width: 560px;
  width: 100%;
}
@media screen and (min-width: 1230px) {
  .product-detail .reviewSection .review-bg .reviewInput .formTable .field {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .product-detail .reviewSection .review-bg .reviewInput .formTable .field {
    max-width: 560px;
  }
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .agreement {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  margin-top: 15px;
  font-size: 13px;
  height: 210px;
  overflow: auto;
  border: 1px #ccc solid;
}
@media screen and (max-width: 767px) {
  .product-detail .reviewSection .review-bg .reviewInput .formTable .agreement {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .agreement .ttlMain {
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: 500;
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .agreement section {
  margin-bottom: 30px;
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .agreement section p {
  line-height: 2;
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .agreement ol {
  margin-top: 20px;
  padding-left: 0;
  text-align: left;
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .agreement ol li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.product-detail .reviewSection .review-bg .reviewInput .formTable .agreement ol li span {
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: bold;
}
.product-detail .required {
  color: #e42c57;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 1.2px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product-detail .required {
    width: 100%;
  }
}

#tocart {
  display: none;
  position: fixed;
}
@media screen and (min-width: 768px) {
  #tocart {
    bottom: 5%;
    right: 0;
    width: 200px;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  #tocart {
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #tocart .flex {
    max-width: 1080px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #tocart .flex {
    display: flex;
    justify-content: space-between;
  }
}
#tocart .flex div {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #tocart .flex div {
    max-width: 320px;
  }
  #tocart .flex div:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #tocart .flex div {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  #tocart .flex div a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  #tocart .flex div a.review-link {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
    color: #333;
    border-radius: 0px;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #tocart .flex div a.review-link {
    position: relative;
    display: block;
    text-align: left;
    color: #333;
    border-radius: 0px;
  }
}
#tocart .w04 {
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.18em;
  background-color: #fff;
  font-weight: bold;
  display: block;
  border: solid 1px #ccc;
  color: #333;
  padding: 0;
}
#tocart .w04 .kuchikomi {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #tocart .w04 .kuchikomi {
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #tocart .w04 .kuchikomi {
    font-size: 13px;
    padding: 13px 0 13px 0;
  }
}
#tocart .w04 .kuchikomi::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #72ad7c;
  border-bottom: 1.5px solid #72ad7c;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #tocart .w04 .kuchikomi::after {
    right: 12px;
  }
}
@media screen and (min-width: 768px) {
  #tocart .w04 {
    max-width: 320px;
  }
}