@charset "UTF-8";
/* =========================================================

WAVE前シリーズ大特価SALE

========================================================= */
#wave-sale {
  color: #222222;
}

#wave-sale * {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wave-sale div,
#wave-sale p,
#wave-sale h1,
#wave-sale h2,
#wave-sale h3,
#wave-sale ul,
#wave-sale li,
#wave-sale a {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

#wave-sale em {
  font-style: normal;
}

#wave-sale [data-copy-code] {
  cursor: pointer;
}

/* コンテナ共通スタイル
--------------------------------------- */
#wave-sale .inner_container {
  /* ページの横幅の固定値 */
  max-width: 1040px;
  margin: auto;
}

/* ヘッダー
--------------------------------------- */
#wave-sale .header_container {
  text-align: center;
}

/* リード
--------------------------------------- */
#wave-sale .lead_container {
  padding: 64px 0;
  text-align: center;
}

#wave-sale .lead_container .lead_catch {
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.66667;
  letter-spacing: 0.024em;
}

#wave-sale .lead_container .lead_note {
  margin-top: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.77778;
  letter-spacing: 0.024em;
}

#wave-sale .lead_container .red {
  color: #f01828;
}

/* 少ない枚数でお試し
--------------------------------------- */
#wave-sale .buy01_container .buy_head {
  position: relative;
  margin: 30px 0 0 0;
}

#wave-sale .buy01_container .buy_head_ribbon {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* クーポン
--------------------------------------- */
#wave-sale .coupon_container {
  padding: 48px 0;
  background-color: #FEEFC1;
  text-align: center;
}

#wave-sale .coupon_container .coupon_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

#wave-sale .coupon_container .coupon_title:first-letter {
  color: #ec0000;
}

#wave-sale .coupon_container .coupon_box {
  width: 340px;
  margin: 20px auto 0;
  padding: 25px 0;
  border: 1px solid #f4d881;
  background-color: #fff;
}

#wave-sale .coupon_container .coupon_box .coupon_text1 {
  display: inline-block;
  padding: 6px 10px 5px;
  background-color: #222222;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.048em;
}

#wave-sale .coupon_container .coupon_box .coupon_code {
  margin-top: 15px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.064em;
}

#wave-sale .coupon_container .coupon_box .coupon_text2 {
  margin-top: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.024em;
}

#wave-sale .coupon_container .coupon_note {
  margin-top: 24px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* 通常の枚数で買う
--------------------------------------- */
#wave-sale .buy02_container .buy_head {
  position: relative;
  margin: 30px 0 0 0;
}

#wave-sale .buy02_container .buy_head_ribbon {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 商品一覧
--------------------------------------- */
#wave-sale .products_container {
  width: 784px;
  margin: auto;
  padding: 80px 0;
}

#wave-sale .products_title {
  margin: 0 auto 0;
  padding: 15px 0;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#wave-sale .products_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto 0;
}

/* 商品ボックス */
#wave-sale .product_box {
  position: relative;
  width: 350px;
  margin-top: 40px;
  margin-left: calc( (100% - 350px * 2));
}

#wave-sale .product_box:nth-child(2n+1) {
  margin-left: 0;
}

#wave-sale .product_box .photo_box {
  background-color: #f6f6f6;
}

#wave-sale .product_box .name_box {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.024em;
  text-align: center;
}

#wave-sale .product_box .coupon_price_box {
  margin: 10px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.024em;
  text-align: center;
}

#wave-sale .product_box .coupon_price_box .price {
  margin: 0 2px;
  color: #f01828;
  font-size: 2em;
  vertical-align: -0.05em;
}

#wave-sale .product_box .coupon_price_box .yen {
  font-size: 1.8em;
}

#wave-sale .product_box .coupon_price_box .text02 {
  margin-left: -5px;
}

#wave-sale .product_box .price_box {
  margin: 10px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.024em;
  text-align: center;
}

#wave-sale .product_box .price_box .price {
  font-size: 1.8em;
}

#wave-sale .product_box .price_box .shipping_label {
  margin: 0 0 0 10px;
  color: #f01828;
}

#wave-sale .product_box .price_box .price_devide {
  margin: 15px 0 0 0;
}

#wave-sale .product_box .button_box {
  margin-top: 20px;
}

#wave-sale .product_box .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 1rem;
  border: 1px solid #2d2d2d;
  background-color: #2d2d2d;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#wave-sale .product_box .button::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

#wave-sale .product_box .button:hover {
  border-color: #666666;
  background-color: #666666;
  color: #ffffff;
  opacity: 1;
}

/* モーダル
--------------------------------------- */
.modal_cart_block {
  max-width: 640px;
  background-color: transparent;
  color: #222222;
}

.modal_cart_block .modal_block_head {
  margin-bottom: 2px;
  padding: 20px 0 0 0;
  background-color: #fff;
}

.modal_cart_block .modal_block_head .modal_photo_box {
  text-align: center;
}

.modal_cart_block .modal_block_head .modal_coupon_price_box {
  margin: -20px 0 0 0;
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.024em;
  text-align: center;
}

.modal_cart_block .modal_block_head .modal_coupon_price_box .price {
  margin: 0 2px;
  color: #f01828;
  font-size: 2em;
  vertical-align: -0.05em;
}

.modal_cart_block .modal_block_head .modal_coupon_price_box .yen {
  font-size: 1.8em;
}

.modal_cart_block .modal_block_head .modal_coupon_price_box .text02 {
  margin-left: -5px;
}

.modal_cart_block .modal_block_head .modal_price_box {
  margin: -20px 0 0 0;
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.024em;
  text-align: center;
}

.modal_cart_block .modal_block_head .modal_price_box .price {
  font-size: 1.8em;
}

.modal_cart_block .modal_block_head .modal_price_box .shipping_label {
  margin: 0 0 0 10px;
  color: #f01828;
}

.modal_cart_block .modal_block_head .modal_price_box .price_devide {
  margin: 15px 0 0 0;
}

.modal_cart_block .modal_block_body {
  display: block;
  padding: 5% 10%;
  background: #ffffff;
}

/* カート部分スタイル上書き
--------------------------------------- */
.modal_cart_block .item_detail_right {
  display: block;
}

.modal_cart_block .item_detail_right b {
  font-weight: normal;
}

.modal_cart_block .item_detail_right .right-eye > p:nth-child(1),
.modal_cart_block .item_detail_right .left-eye > p:nth-child(1) {
  margin: 20px 0 10px;
  padding: 12px 12px;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: left;
}

.modal_cart_block .item_detail_right .right-eye table {
  display: block;
}

.modal_cart_block .item_detail_right .right-eye table tbody {
  display: block;
}

.modal_cart_block .item_detail_right .right-eye table tr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #FFFFFF;
}

.modal_cart_block .item_detail_right .right-eye table tr td {
  display: inline-block;
  font-size: 14px;
}

.modal_cart_block .item_detail_right .right-eye table tr .ttl {
  flex-grow: 1;
  margin-right: 5px;
  text-align: left;
}

.modal_cart_block .item_detail_right .right-eye table tr .content {
  flex-shrink: 0;
  flex-basis: 85%;
  padding: 10px 0;
}

.modal_cart_block .item_detail_right .right-eye table tr .content b {
  font-weight: normal;
}

.modal_cart_block .item_detail_right .right-eye .content select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M8%2C13l8-10H0L8%2C13z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 98% center;
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  font-size: 14px;
}

.modal_cart_block .item_detail_right .right-eye input {
  display: block;
  margin: 30px auto 0;
}

.modal_cart_block .item_detail_right .left-eye table {
  display: block;
}

.modal_cart_block .item_detail_right .left-eye table tbody {
  display: block;
}

.modal_cart_block .item_detail_right .left-eye table tr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #FFFFFF;
}

.modal_cart_block .item_detail_right .left-eye table tr td {
  display: inline-block;
  font-size: 14px;
}

.modal_cart_block .item_detail_right .left-eye table tr .ttl {
  flex-grow: 1;
  margin-right: 5px;
  text-align: left;
}

.modal_cart_block .item_detail_right .left-eye table tr .content {
  flex-shrink: 0;
  flex-basis: 85%;
  padding: 10px 0;
}

.modal_cart_block .item_detail_right .left-eye table tr .content b {
  font-weight: normal;
}

.modal_cart_block .item_detail_right .left-eye .content select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M8%2C13l8-10H0L8%2C13z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 98% center;
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  font-size: 14px;
}

.modal_cart_block .item_detail_right .left-eye input {
  display: block;
  margin: 30px auto 0;
}

.modal_cart_block .item_detail_right .right-eye > p:nth-child(1),
.modal_cart_block .item_detail_right .left-eye > p:nth-child(1) {
  background-color: #666666;
}

.modal_cart_block .item_detail_right .item_detail_select_ttl {
  margin: 0px 0px 12px 0px;
  padding: 6px 10px;
  background-color: #666666;
  color: #ffffff;
  font-size: 12px;
}
