@charset "UTF-8";
/* WAVEホットアイケアマスク
------------------------------------ */
#wave-hoteyecaremask * {
  color: #555;
  font-family: YakuHanJP_Noto, Roboto, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wave-hoteyecaremask div,
#wave-hoteyecaremask p,
#wave-hoteyecaremask span,
#wave-hoteyecaremask h1,
#wave-hoteyecaremask h2,
#wave-hoteyecaremask h3,
#wave-hoteyecaremask ul,
#wave-hoteyecaremask li,
#wave-hoteyecaremask a {
  line-height: 2;
  text-decoration: none;
}

#wave-hoteyecaremask img {
  vertical-align: bottom;
}

#wave-hoteyecaremask .catch_text {
  margin: 11% auto 0;
  position: relative;
  width: 72%;
}

#wave-hoteyecaremask .catch_img {
  margin: 3% auto 0;
  width: 69%;
}

#wave-hoteyecaremask .catch_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

/* 商品部分
------------------------------------ */
#wave-hoteyecaremask .ttl_wrap {
  margin: 10% 0 0;
  position: relative;
}

#wave-hoteyecaremask .mask01 {
  left: 1%;
  position: absolute;
  top: -70%;
  width: 23%;
}

#wave-hoteyecaremask .product_wrap {
  background: #f4ced0;
  margin: 0 auto;
  padding: 12% 5%;
  position: relative;
  width: 100%;
}

#wave-hoteyecaremask .product_wrap_purchase {
  padding: 17% 5% 12%;
}

#wave-hoteyecaremask .product_ttl {
  left: 0;
  position: absolute;
  right: 0;
  top: 5.6%;
  width: 23%;
  z-index: 2;
}

#wave-hoteyecaremask .product_inner {
  background: #fff;
  padding: 7% 4%;
}

#wave-hoteyecaremask .product_tag {
  display: block;
  margin: 0 3%;
  width: 15%;
}

#wave-hoteyecaremask .product_name {
  font-size: clamp(13px, 3.8vw, 18px);
  font-weight: 500;
  margin: 0 3%;
  padding: 0;
  letter-spacing: 0.06em;
}

#wave-hoteyecaremask .product_yen {
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1;
  margin: 0 3%;
}

#wave-hoteyecaremask .product_num {
  font-size: clamp(22px, 9vw, 35px);
  line-height: 1;
}

#wave-hoteyecaremask .product_tax {
  font-size: clamp(12px, 4vw, 16px);
}

#wave-hoteyecaremask .cate_reco_ttl01 {
  background: #ffefb2;
  color: #555;
  font-size: clamp(10.3px, 3.3vw, 16px);
  letter-spacing: 0.25em;
  margin: 10% 0 0;
  padding: 2% 0;
  text-align: center;
}

#wave-hoteyecaremask .cate_link_ttl01 {
  margin: 6% auto 0;
  position: relative;
  width: 85%;
}

#wave-hoteyecaremask .cate_link_ttl01 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

#wave-hoteyecaremask .cate_link_btn01 {
  margin: 5% auto 0;
  width: 90%;
}

#wave-hoteyecaremask .cate_link_btn01_btn {
  background-color: #fff;
  border: solid 1px #555;
  border-radius: 2.55em;
  color: #555;
  display: inline-block;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-left: 2%;
  padding: 2.8% 0;
  text-align: center;
  width: 47.5%;
}

#wave-hoteyecaremask .detail_wrap {
  background: #f4ced0;
  margin: 0 auto;
  padding: 0 0 12%;
}

#wave-hoteyecaremask .detail_btn {
  background: #f4ced0;
  border: solid 1px #555;
  border-radius: 2.5em;
  color: #555;
  display: block;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 2% 0;
  position: relative;
  text-align: center;
  width: 60%;
}

/* 矢印アイコン */
#wave-hoteyecaremask .detail_btn.icon_plus::before {
  background-color: #222;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  width: 12px;
}

#wave-hoteyecaremask .detail_btn.icon_plus::after {
  background-color: #222;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  width: 12px;
}

/* オープン状態 */
#wave-hoteyecaremask .detail_btn.is_opened.icon_plus::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#wave-hoteyecaremask .detail_btn.is_opened.icon_plus::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#wave-hoteyecaremask .cate_link_btn01_btn:nth-of-type(2n+1) {
  margin-left: 0;
}

#wave-hoteyecaremask .cate_link_btn01_btn:nth-of-type(n+3) {
  margin-top: 4.62%;
}


#wave-hoteyecaremask .productForm .item_detail_select {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

#wave-hoteyecaremask .productForm .item_detail_select span {
  width: 30%;
}

#wave-hoteyecaremask .productForm .item_detail_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #bfbcb0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  font-size: 14px;
  color: #4c4a40;
  padding: 0 24px 0 10px;
  width: 100%!important;
  line-height: 14px;
  height: 40px!important;
  background: url(/img/arrowD.gif) no-repeat;
  background-position: 97% 50%;
  background-size: 10px auto;
}

#wave-hoteyecaremask .productForm .button {
  margin-top: 4%;
}

#wave-hoteyecaremask .detail_inner {
  background: #fff;
  display: none;
  margin: 7% auto 0;
  padding: 10% 0;
  width: 90%;
}

#wave-hoteyecaremask .detail_inner table {
  border-left: solid 1px #555;
  border-top: solid 1px #555;
  width: 90%;
}

#wave-hoteyecaremask .detail_inner th {
  border-bottom: solid 1px #555;
  border-right: solid 1px #555;
  font-weight: 300;
  padding: 3%;
  vertical-align: middle;
  width: 30%;
}

#wave-hoteyecaremask .detail_inner td {
  border-bottom: solid 1px #555;
  border-right: solid 1px #555;
  padding: 3% 5%;
  vertical-align: middle;
}


/* Points
------------------------------------ */
#wave-hoteyecaremask .point_wrap {
  padding: 0;
}

#wave-hoteyecaremask .point_ttl {
  left: 41%;
  margin: 0 auto 2%;
  padding: 0;
  position: absolute;
  top: 6%;
  width: 17%;
}

#wave-hoteyecaremask .point_box {
  position: relative;
}

#wave-hoteyecaremask .point_box.box01 {
  background: url(../img/point01.png) no-repeat center top;
  background-size: 100%;
  padding: 148% 0 0;
}

#wave-hoteyecaremask .point_box.box02 {
  background: url(../img/point02.png) no-repeat center top;
  background-size: 100%;
  padding: 80% 0 0;
}

#wave-hoteyecaremask .point_box.box03 {
  background: url(../img/point03.png) no-repeat center top;
  background-size: 100%;
  padding: 110% 0 0;
}

#wave-hoteyecaremask .point_box.box04 {
  background: url(../img/point04.png) no-repeat center top;
  background-size: 100%;
  padding: 95% 0 0;
}

#wave-hoteyecaremask .point_ttl_img {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 24.1%;
}

/* box01
------------------------------------ */
#wave-hoteyecaremask .box01 .point_ttl_wrap {
  display: flex;
  left: 4%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 90%;
}

#wave-hoteyecaremask .box01 .point_ttl_text {
  color: #925c6e;
  font-size: clamp(25px, 5.2vw, 30px);
  line-height: 1.3;
  margin: 0 0 0 3%;
}

#wave-hoteyecaremask .box01 .point_text {
  font-size: clamp(11px, 3.7vw, 16px);
  font-weight: 500;
  position: absolute;
}

#wave-hoteyecaremask .box01 .point_text01 {
  left: 53%;
  top: 34%;
  width: 43%;
}

#wave-hoteyecaremask .icon {
  vertical-align: sub;
  width: 5%;
}
#wave-hoteyecaremask .icon2 {
  vertical-align: sub;
  width: 8%;
}

#wave-hoteyecaremask .box01 .point_text01 span {
  color: #925c6e;
  font-weight: 700;
}

#wave-hoteyecaremask .box01 .point_text02 {
  left: 4%;
  top: 67%;
  width: 42.9%;
}

#wave-hoteyecaremask .box01 .point_text02 span {
  color: #925c6e;
  font-weight: 700;
}

/* box02
------------------------------------ */
#wave-hoteyecaremask .box02 .point_ttl_wrap {
  display: flex;
  left: 4%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 7%;
  width: 90%;
}

#wave-hoteyecaremask .box02 .point_ttl_text {
  color: #a68968;
  font-size: clamp(15px, 4.8vw, 21px);
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: 0 0 0 3%;
}

#wave-hoteyecaremask .box02 .point_ttl_text em {
  color: #a68968;
  font-size: clamp(25px, 5.2vw, 30px);
  font-style: normal;
}

#wave-hoteyecaremask .box02 .point_text {
  font-size: clamp(13px, 3.7vw, 16px);
  font-weight: 500;
  position: absolute;
}

/* box03
------------------------------------ */
#wave-hoteyecaremask .box03 .point_ttl_wrap {
  display: flex;
  left: 4%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 6%;
  width: 90%;
}

#wave-hoteyecaremask .box03 .point_ttl_text {
  color: #925c6e;
  font-size: clamp(15px, 4.8vw, 21px);
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 0 0 0 3%;
}

#wave-hoteyecaremask .box03 .point_ttl_text em {
  color: #925c6e;
  font-size: clamp(25px, 5.2vw, 30px);
  font-style: normal;
}

#wave-hoteyecaremask .box03 .point_text {
  font-size: clamp(11px, 3.7vw, 16px);
  font-weight: 500;
  position: absolute;
}

#wave-hoteyecaremask .box03 .point_text01 {
  left: 4%;
  letter-spacing: 0.05em;
  top: 19%;
  width: 56%;
}

#wave-hoteyecaremask .box03 .point_text01 span {
  color: #925c6e;
  font-weight: 700;
}

/* box04
------------------------------------ */
#wave-hoteyecaremask .box04 .point_ttl_wrap {
  display: flex;
  left: 5%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: -36%;
  width: 90%;
}

#wave-hoteyecaremask .box04 .point_ttl_text {
  color: #a68968;
  font-size: clamp(15px, 4.8vw, 21px);
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin: 0 0 0 3%;
}

#wave-hoteyecaremask .box04 .point_ttl_text em {
  color: #a68968;
  font-size: clamp(25px, 5.2vw, 30px);
  font-style: normal;
}

#wave-hoteyecaremask .box04 .point_text {
  font-size: clamp(11px, 3.7vw, 16px);
  font-weight: 500;
  position: absolute;
}

#wave-hoteyecaremask .box04 .point_text01 {
  left: 4%;
  letter-spacing: 0.15em;
  top: -23%;
  width: 95%;
}

#wave-hoteyecaremask .box04 .point_text01 span {
  color: #a68968;
  font-weight: 700;
}

#wave-hoteyecaremask .box04 .point_comment_ttl {
  color: #a68968;
  font-size: clamp(13px, 3.99vw, 19.6px);
  font-weight: 500;
}

#wave-hoteyecaremask .box04 .point_comment_wrap {
  left: 8.2%;
  letter-spacing: 0.15em;
  line-height: 3.2;
  position: absolute;
  text-align: right;
  top: 1%;
  width: 90%;
}

#wave-hoteyecaremask .box04 .point_comment_text {
  font-size: clamp(9px, 3vw, 14px);
}
