@charset "UTF-8";
.c-product-name {
  line-height: 1.4;
  font-size: 26px;
}

@media (min-width: 1024px) {
  .c-product-main .c-section {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .c-product-image,
.c-product-info,
.c-product-form {
    flex-basis: calc((100% - 80px) / 3);
    max-width: calc((100% - 80px) / 3);
  }
}

.c-product-info {
  padding-top: 30px;
}
.c-product-off {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .c-product-info {
    padding-top: 0;
  }
}

.c-product-price {
  margin-bottom: 40px;
}
.c-product-price .u-text-price {
  font-size: 18px;
}
.c-product-price .u-text-discount {
  line-height: 1.1;
  font-weight: bold;
  font-size: 28px;
}
.c-product-price .u-text-discount .u-sub-text {
  font-size: 14px;
}
.c-product-price .u-text-discount .u-text-enhance {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .c-product-price .u-text-price {
    font-size: 20px;
    font-weight: bold;
  }
  .c-product-price .u-text-price .u-sub-text {
    font-size: 20px;
  }
  .c-product-price .u-text-discount {
    font-size: 32px;
  }
  .c-product-price .u-text-discount .u-sub-text {
    font-size: 16px;
  }
  .c-product-price .u-text-discount .u-text-enhance {
    font-size: 16px;
  }
}

.c-product-excuse {
  padding: 20px;
  background-color: #e5e5e5;
}
.c-product-excuse h2.u-text-enhance {
  margin-bottom: 15px;
  font-size: 16px;
}
.c-product-excuse h3 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 5px 14px;
  background-color: #ffffff;
}
.c-product-excuse h3 img {
  margin-right: 10px;
}

.c-product-excuse__list {
  margin-top: 6px;
  padding-left: 0.25em !important;
  list-style: inside !important;
}

.c-product-excuse__item::marker {
  margin-right: 0.5em;
}

.c-product-form {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .c-product-form {
    padding-top: 0;
  }
}

.c-product-form-stock {
  margin-bottom: 35px;
}
.c-product-form-stock [name=product_num] {
  width: 80px;
  height: 40px;
  margin-left: 1.5em;
  border: 1px solid #e5e5e5;
  vertical-align: initial;
  text-align: center;
  font-size: 16px;
}

.c-product-option-select__box {
  border: 1px solid #e5e5e5;
  padding: 1.5em 1em;
}
.c-product-option-select__box select {
  padding-left: 34px;
}
@media (min-width: 1024px) {
  .c-product-option-select__box select {
    padding-left: 73px;
  }
}

.c-product-option-select__title {
  margin-bottom: 10px;
}

.c-product-form-btn {
  margin-top: 25px;
}

.c-btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  background-color: #bc0404;
  font-size: 18px;
  color: #ffffff;
}
.c-btn-cart img {
  margin-right: 27px;
}

.c-product-ask {
  display: flex;
  min-height: 60px;
  margin-top: 29px;
  background-color: #e5e5e5;
  font-size: 16px;
}
.c-product-ask .c-btn {
  width: 100%;
}

.c-product-details__title {
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-size: 22px;
}
.c-product-details__title img {
  margin-right: 10px;
}
.c-product-details__title + p {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .c-product-details__title {
    margin-bottom: 21px;
    font-size: 28px;
  }
  .c-product-details__title + p {
    margin-top: 18px;
  }
}

.c-product-spec {
  line-height: 1.7;
  border-bottom: 1px solid #d2d2d2;
}
.c-product-spec dt {
  padding: 12px 1em;
  background-color: #d2d2d2;
  line-height: 1.7;
  text-align: center;
}
.c-product-spec dd {
  margin-left: 0;
  padding: 17px 13px 32px;
  line-height: 1.7;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.c-product-spec dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-product-spec dd li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 2px;
  border-radius: 50%;
  vertical-align: text-bottom;
  background-color: #959595;
}
.c-product-spec dd a[download] {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.c-product-spec dd a[download]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 12px;
  background: url(https://file003.shop-pro.jp/PA01470/357/images/icon-file.svg) no-repeat center/contain;
}
.c-product-spec br {
  display: none;
}
@media (min-width: 1024px) {
  .c-product-spec {
    margin-bottom: 70px;
    line-height: 2;
  }
  .c-product-spec > div {
    display: flex;
  }
  .c-product-spec > div:not(:first-of-type) dt {
    border-top: 1px solid #ffffff;
  }
  .c-product-spec dt {
    flex-basis: 180px;
    max-width: 180px;
    padding: 23px 1em;
    line-height: 2;
  }
  .c-product-spec dd {
    flex: 1;
    padding: 20px 42px;
    border-top: 1px solid #d2d2d2;
    border-left: 0;
    line-height: 2;
  }
  .c-product-spec dd a[download]::after {
    width: 26px;
    height: 23px;
  }
}

.c-product-details__container {
  font-size: 16px;
}

.c-product-shipping-calc h4 {
  margin-top: 26px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .c-product-shipping-calc h4 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .c-product-shipping {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-product-shipping__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .c-product-shipping__container {
    margin-bottom: 33px;
  }
  .c-product-shipping__container:nth-of-type(1) {
    display: block;
    flex-basis: 260px;
    max-width: 260px;
  }
  .c-product-shipping__container:nth-of-type(2) {
    display: block;
    flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
  .c-product-shipping__container:nth-of-type(n+3) {
    min-width: 396px !important;
    margin-right: 75px;
  }
  .c-product-shipping__container:nth-of-type(n+3) .c-product-shipping__title {
    margin-bottom: 0;
  }
}

.c-product-shipping__title {
  flex-basis: 5em;
  max-width: 5em;
}
@media (min-width: 1024px) {
  .c-product-shipping__title {
    flex-basis: auto;
    margin-bottom: 17px;
    font-size: 20px;
  }
}

.c-product-shipping__input {
  position: relative;
  flex: 1;
}
@media (min-width: 1024px) {
  .c-product-shipping__input {
    margin-left: 0;
  }
  .c-product-shipping__input select {
    width: 240px;
    padding: 15px 35px 15px 33px;
    font-size: 18px;
  }
}

.c-product-shipping__result {
  flex-basis: calc(100% - 5em);
  max-width: calc(100% - 5em);
  padding: 9px 1em;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .c-product-shipping__result {
    flex-basis: 160px;
    max-width: 160px;
    padding: 14px 1em;
    font-size: 22px;
  }
}

.c-product-shipping__input-text {
  flex: 1;
  margin-top: 7px;
  text-align: right;
}
@media (min-width: 1024px) {
  .c-product-shipping__input-text {
    flex: 0 1 auto;
    margin-top: 0;
  }
}

.c-product-details__item {
  padding: 15px 0;
  font-size: 1rem;
}
.c-product-details__item .c-product-details__title {
  margin-bottom: 15px;
}
.c-product-details__item ul {
  margin-left: 0;
}
.c-product-details__item ol {
  font-weight: bold;
}
.c-product-details__item ol + p {
  margin-top: 1.5em;
}
.c-product-details__item ul > li {
  list-style: none;
}
.c-product-details__item ul > li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 2px;
  border-radius: 50%;
  vertical-align: text-bottom;
  background-color: #959595;
}
@media (min-width: 1024px) {
  .c-product-details__item {
    padding: 32px 0;
  }
  .c-product-details__item .c-product-details__title {
    margin-bottom: 31px;
  }
}

.c-product-case {
  padding: 25px 10px 15px;
  background-color: #e5e5e5;
  text-align: center;
}
.c-product-case .c-btn {
  position: relative;
  width: 100%;
  min-height: 24px;
  margin-top: 15px;
  background-color: #000000;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.c-product-case .c-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 3em;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .c-product-case {
    display: flex;
    align-items: center;
    min-height: 160px;
    margin-top: 46px;
    padding: 45px 42px 45px;
  }
  .c-product-case h3 {
    flex-basis: 50%;
    max-width: 50%;
    font-size: 18px;
  }
  .c-product-case .c-btn {
    flex-basis: 50%;
    max-width: 50%;
    min-height: 70px;
    margin-top: 0;
    font-size: 20px;
  }
}

.c-product-shipping-guide {
  margin-top: 70px;
  font-size: 1rem;
}
.c-product-shipping-guide h4 {
  margin-top: 20px;
}
.c-product-shipping-guide h4::before {
  content: "■";
  display: inline-block;
}
.c-product-shipping-guide h5 {
  font-size: 1rem;
}
.c-product-shipping-guide ul, .c-product-shipping-guide ol, .c-product-shipping-guide p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .c-product-shipping-guide h4 {
    margin-top: 30px;
  }
}

.slick-dots:not(:root) {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 15px;
}
.slick-dots:not(:root) li {
  flex-basis: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);
  width: auto;
  height: auto;
  margin-left: 0;
  margin-bottom: 10px;
}
.slick-dots:not(:root) li:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
.slick-dots:not(:root) li button {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
}

/*# sourceMappingURL=product.css.map */
/*20210916追加*/
.c-product-image .slick-dots li{ margin: 0px;}
/*20211213追加*/
.c-products__list+.u-text-center {   margin-top: 20px!important; margin-bottom: 20px;}
.c-btn.c-btn-more {
    min-width: 180px;
    min-height: 50px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
}
@media (min-width: 1024px) {
.c-btn.c-btn-more {
    min-width: 225px;
    border: 2px solid #000000;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease-out;
}
}
.c-product-details_box {
  margin-top: 2em;
  background-color: #e5e5e5;
}
.c-product-case {
  margin-top: 0 !important;
  background-color: transparent !important;
}

/*20230428レビューcss追加*/
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster {
 overflow: hidden;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

