#item_detail {
  position: relative;
  padding: 85px 0 130px;
}
@media screen and (max-width: 840px) {
  #item_detail {
    padding: 50px 0 80px;
  }
}
#item_detail .wave .shape-fill {
  fill: #FAF6ED;
}
#item_detail .item_box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box {
    display: block;
  }
}
#item_detail .item_box .item_image_wrap {
  width: 50%;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_image_wrap {
    width: 100%;
  }
}
#item_detail .item_box .item_image_wrap .main_image_list {
  margin: 0;
}
#item_detail .item_box .item_image_wrap .main_image_list img {
  width: 100%;
  height: auto;
}
#item_detail .item_box .item_image_wrap .item_zoom {
  text-align: right;
  margin-top: 15px;
}
#item_detail .item_box .item_image_wrap .item_zoom .item_zoom_btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
  padding-left: 19px;
  cursor: pointer;
}
#item_detail .item_box .item_image_wrap .item_zoom .item_zoom_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_zoom_black.svg) center/contain no-repeat;
}
@media screen and (min-width: 841px) {
  #item_detail .item_box .item_image_wrap .item_zoom .item_zoom_btn:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
}
#item_detail .item_box .item_image_wrap .thumbs_wrap {
  margin-top: 25px;
}
#item_detail .item_box .item_image_wrap .thumbs_wrap .thumbs_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12.5px;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_image_wrap .thumbs_wrap .thumbs_list {
    gap: 1.5vw;
  }
}
#item_detail .item_box .item_image_wrap .thumbs_wrap .thumbs_list li {
  position: relative;
  width: calc((100% - 50px) / 5);
  height: 110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_image_wrap .thumbs_wrap .thumbs_list li {
    width: calc((100% - 6vw) / 5);
    height: 16.8vw;
  }
}
#item_detail .item_box .item_image_wrap .thumbs_wrap .thumbs_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_image_wrap .thumbs_wrap .thumbs_list li::before {
    border-width: 1px;
  }
}
#item_detail .item_box .item_image_wrap .thumbs_wrap .thumbs_list li.slick-active::before {
  border-color: #DA382B;
}
#item_detail .item_box .item_image_wrap .image_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20vh 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  cursor: pointer;
}
#item_detail .item_box .item_image_wrap .image_modal img {
  display: block;
  margin: auto;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_image_wrap .image_modal img {
    width: 100%;
  }
}
#item_detail .item_box .item_detail {
  padding: 30px 100px 0 70px;
  width: 50%;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_detail {
    margin-top: 50px;
    padding: 0;
    width: 100%;
  }
}
#item_detail .item_box .item_detail .item_name {
  font-weight: 700;
  font-size: 33px;
  line-height: 1.303030303;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_detail .item_name {
    font-size: 20px;
    line-height: 1.6;
  }
}
#item_detail .item_box .item_detail .item_detail_txt {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.06em;
  margin-top: 45px;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_detail .item_detail_txt {
    margin-top: 30px;
  }
}
#item_detail .item_box .item_detail .item_default_price,
#item_detail .item_box .item_detail .item_price {
  font-size: 0;
  margin-top: 40px;
}
@media screen and (max-width: 840px) {
  #item_detail .item_box .item_detail .item_default_price,
#item_detail .item_box .item_detail .item_price {
    margin-top: 30px;
  }
}
#item_detail .item_box .item_detail .item_default_price span,
#item_detail .item_box .item_detail .item_price span {
  font-weight: 700;
  letter-spacing: 0.07em;
}
#item_detail .item_box .item_detail .item_default_price .price,
#item_detail .item_box .item_detail .item_price .price {
  margin-right: 6px;
}
#item_detail .item_box .item_detail .item_default_price + .item_price {
  margin: 0;
}
#item_detail .item_box .item_detail .item_default_price .price {
  font-size: 28px;
  line-height: 1.3571428571;
}
#item_detail .item_box .item_detail .item_default_price .tax {
  font-size: 15px;
  line-height: 2.5333333333;
}
#item_detail .item_box .item_detail .item_price span {
  color: #DA382B;
}
#item_detail .item_box .item_detail .item_price .price {
  font-size: 33px;
  line-height: 1.303030303;
}
#item_detail .item_box .item_detail .item_price .tax {
  font-size: 20px;
  line-height: 2.15;
  margin-right: 12px;
}
#item_detail .item_box .item_detail .item_price .price_down {
  font-size: 33px;
  line-height: 1.303030303;
}
#item_detail .item_box .item_detail .item_point {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #707070;
  margin-top: 12px;
}
#item_detail .item_box .item_detail .quantity {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
#item_detail .item_box .item_detail .quantity .label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
  display: block;
  margin-right: 30px;
}
#item_detail .item_box .item_detail .quantity input {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
  padding: 0 10px;
  width: 100px;
  height: 50px;
  border: 1px solid #707070;
  background: #fff;
  -moz-appearance: textfield;
}
#item_detail .item_box .item_detail .quantity input::-webkit-outer-spin-button, #item_detail .item_box .item_detail .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#item_detail .item_box .item_detail .quantity .operate button {
  display: block;
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
#item_detail .item_box .item_detail .quantity .operate button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
}
@media screen and (min-width: 841px) {
  #item_detail .item_box .item_detail .quantity .operate button:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
}
#item_detail .item_box .item_detail .quantity .operate .up::before {
  transform: translate(-50%, -20%) rotate(-45deg);
}
#item_detail .item_box .item_detail .quantity .operate .down::before {
  transform: translate(-50%, -70%) rotate(135deg);
}
#item_detail .item_box .item_detail .item_addcart {
  margin-top: 35px;
}
#item_detail .item_box .item_detail .item_addcart .btn > a {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4117647059;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 70px;
  border-radius: 7px;
}
#item_detail .item_box .item_detail .item_addcart .btn > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4117647059;
  color: #fff;
  text-align: center;
  background: #aaa;
  border-radius: 7px;
}
#item_detail .item_box .item_detail .pm_btn {
  text-align: center;
  display: block;
  margin: 35px auto 0;
  padding: 11px 0 13px;
  border: 1px solid #ddd;
  border-radius: 50em;
}
#item_detail .item_box .item_detail .pm_btn + .pm_btn {
  margin-top: 15px;
}
#item_detail .item_box .item_detail .pm_btn .pm_btn_txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
  padding-left: 27px;
}
#item_detail .item_box .item_detail .pm_btn .pm_btn_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}
#item_detail .item_box .item_detail .pm_btn .pm_btn_txt.icon_heart::before {
  width: 15px;
  height: 13px;
  background: url(../img/common/icon_heart_black.svg) center/contain no-repeat;
}
#item_detail .item_box .item_detail .pm_btn .pm_btn_txt.icon_mail::before {
  width: 17px;
  height: 11px;
  background: url(../img/common/icon_mail_black.svg) center/contain no-repeat;
}
#item_detail .item_box .item_detail .tweet_btn_wrap {
  text-align: right;
  margin-top: 30px;
  padding: 0 10px;
}
#item_detail .item_box .item_detail .tweet_btn_wrap .tweet_btn {
  display: inline-block;
  position: relative;
  padding-left: 26px;
}
#item_detail .item_box .item_detail .tweet_btn_wrap .tweet_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 17px;
  background: url(../img/common/icon_twitter_orange.svg) center/contain no-repeat;
}
#item_detail .item_box .item_detail .tweet_btn_wrap .tweet_btn a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #F39D63;
  text-decoration: underline;
  display: inline-block;
}
#item_detail .detail_des_wrap {
  margin-top: 100px;
}
#item_detail .detail_des_wrap .sttl {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 13px 25px 15px;
  border-radius: 4px;
  background: #00664C;
}
@media screen and (max-width: 840px) {
  #item_detail .detail_des_wrap .sttl {
    font-size: 16px;
    line-height: 1.625;
    padding: 10px 15px 12px;
  }
}
#item_detail .detail_des_wrap .txt {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.06em;
  margin-top: 50px;
}
@media screen and (max-width: 840px) {
  #item_detail .detail_des_wrap .txt {
    margin-top: 30px;
  }
}
#item_detail .detail_des_wrap .txt div {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#item_detail .recommend_wrap {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap {
    margin-top: 50px;
    padding-top: 50px;
  }
}
#item_detail .recommend_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1190px;
  height: 5px;
  background: url(../img/common/repeat_dotted.svg) center left/contain repeat-x;
  transform: translateX(-50%);
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap::before {
    background-position: center;
  }
}
#item_detail .recommend_wrap .ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap .ttl {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
#item_detail .recommend_wrap .recommend_list {
  margin: 40px auto 0;
  padding: 0 96px;
  width: 90%;
  max-width: 1392px;
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap .recommend_list {
    margin-top: 30px;
    padding: 0 20px;
  }
}
#item_detail .recommend_wrap .recommend_list .slick-slide {
  margin: 0 0.78125vw;
  border: 1px solid #F8F1DF;
  border-radius: 7px;
  overflow: hidden;
}
#item_detail .recommend_wrap .recommend_list .slick-arrow {
  z-index: 1;
  width: 55px;
  height: 55px;
  border: 2px solid #2c2c2c;
  border-radius: 50%;
  background: #FAD244;
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap .recommend_list .slick-arrow {
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
}
#item_detail .recommend_wrap .recommend_list .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #2C2C2C;
  border-left: 2px solid #2C2C2C;
  opacity: 1;
}
#item_detail .recommend_wrap .recommend_list .slick-arrow.slick-prev {
  left: 0;
}
#item_detail .recommend_wrap .recommend_list .slick-arrow.slick-prev::before {
  left: 50%;
  transform: translate(-30%, -50%) rotate(45deg);
}
#item_detail .recommend_wrap .recommend_list .slick-arrow.slick-next {
  right: 0;
}
#item_detail .recommend_wrap .recommend_list .slick-arrow.slick-next::before {
  right: 50%;
  transform: translate(30%, -50%) rotate(-135deg);
}
#item_detail .recommend_wrap .recommend_list .d_list {
  padding: 19px 26px 27px;
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap .recommend_list .d_list {
    padding: 3%;
  }
}
#item_detail .recommend_wrap .recommend_list .d_list .name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap .recommend_list .d_list .name {
    font-size: 14px;
  }
}
#item_detail .recommend_wrap .recommend_list .d_list .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #DA382B;
  text-align: right;
  margin-top: 7px;
}
@media screen and (max-width: 840px) {
  #item_detail .recommend_wrap .recommend_list .d_list .price {
    font-size: 17px;
    margin-top: 0.5em;
  }
}

/*# sourceMappingURL=item_detail.css.map */
