/*****************************************************************************************/
/*
/*
/* = ItemList Page Style
/*
/*
/*****************************************************************************************/
/*
/*
/* = Product
/*
/*
/* ------------------------------------------------------------------------------------- */
.product-inner {
  padding-top: 64px;
}
.product-cnt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product-cnt {
    flex-direction: column;
  }
}
.product-cnt--fig {
  width: min(60vw, 568px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-cnt--fig {
    width: 100%;
  }
}
.product-cnt--fig .swiper-container {
  width: 100%;
  margin-bottom: 24px;
}
.product-cnt--fig .swiper-container.slider .swiper-slide {
  border-radius: 6px;
  border: solid 1px #ffffff;
 background-color: #ffffff;
  overflow: hidden;
}
.product-cnt--fig .swiper-container.slider .swiper-slide.swiper-slide-active {
  border-color: #7eaeb5;
}
.product-cnt--fig .swiper-container.slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.product-cnt--fig .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(25% - 18px);
  height: 100%;
  overflow: hidden;
  margin-right: 24px;
  margin-bottom: 16px;
  border: solid 1px #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .product-cnt--fig .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(25% - 8px);
    margin-right: 10px;
  }
}
.product-cnt--fig .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #7eaeb5;
}
.product-cnt--fig .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(4n) {
  margin-right: 0;
}
.product-cnt--txt {
  width: min(35vw, 352px);
}
@media screen and (max-width: 767px) {
  .product-cnt--txt {
    width: 100%;
  }
}
.product-cnt--txt_ttl {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 48px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .product-cnt--txt_ttl {
    margin-bottom: 34px;
  }
}
.product-cnt--txt_ttl span {
  color: #ff448c;
  display: block;
  margin-bottom: 10px;
}
.product-cnt--txt_info {
  margin-bottom: 30px;
}
.product-cnt--txt_info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.product-cnt--txt_info dl dd {
  margin-left: 10px;
  color: #00b4ca;
  font-size: 24px;
}
.product-cnt--txt_order {
  margin-bottom: 50px;
}
.product-cnt--txt_order .order-num {
  display: inline-block;
  margin-bottom: 20px;
}
.product-cnt--txt_order .order-num--tit {
  display: block;
  margin-bottom: 15px;
}
.product-cnt--txt_order .order-num--input {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  font-size: min(2rem, 20px);
  background-color: #ffffff;
  border: 1px solid #7eaeb5;
}
.product-cnt--txt_order .order-num--input a {
  display: inline-block;
  font-size: min(1.4rem, 14px);
  color: #7eaeb5;
}
.product-cnt--txt_order .order-num--input a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.product-cnt--txt_order .order-num--input a.fa--angle-up::before {
  content: "\f106";
}
.product-cnt--txt_order .order-num--input a.fa--angle-down::before {
  content: "\f107";
}
.product-cnt--txt_order .order-num--input .init-updw {
  padding: 0 10px 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-cnt--txt_order .order-num--input input[type=text] {
  display: inline-block;
  max-width: 80px;
  height: 50px;
  border: none;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
}
.product-cnt--txt_note {
  margin-bottom: 20px;
}
.product-cnt--txt_sns .list--sns {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.product-cnt--txt .list--link li {
  margin-bottom: 10px;
}
.product-cnt--txt .list--link li::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: min(1.2rem, 12px);
  color: #084097;
  vertical-align: middle;
}
.product-cnt--txt .list--link li a {
  font-size: min(1.6rem, 16px);
}
@media screen and (max-width: 767px) {
  .product-cnt--txt .list--link li a {
    font-size: 14px;
  }
}
.product-exp {
  margin-top: 64px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 8px rgba(0, 94, 120, 0.25);
  padding: 64px;
  margin-bottom: 64px;
  line-height: 1.4;
}
.product-exp strong{
  font-weight: bold;
}
.product-exp a{
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .product-exp {
    padding: 54px 14px 30px 14px;
  }
}
.product-exp .ttl--h3 {
  color: #00afdd;
  padding-bottom: 16px;
  border-bottom: dashed 1px #7eaeb5;
  margin-bottom: 32px;
}
.product-exp p {
  margin-bottom: 1.8em;
  line-height: 1.6;
  font-size: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .product-exp p {
    font-size: 14px;
  }
}
.product .btn--cart {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  padding: 1.6em 0em;
  margin: 0;
  font-size: min(1.6rem, 16px);
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  text-align: center;
  font-weight: normal !important;
}
@media screen and (max-width: 767px) {
  .product .btn--cart {
    max-width: 100%;
    padding: 1.4em 0em;
  }
}
.product .btn--disabled {
  cursor: default !important;
  color: #bbbbbb;
}
.product .btn--cartin {
  background-color: #008197;
  color: #ffffff !important;
}



.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}