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

うるおい派？かるさ派？

========================================================= */
#wave1day-airwater * {
  font-family: "YakuHanJP_Noto", "Roboto", "Noto Sans JP", sans-serif;
}

#wave1day-airwater *::before,
#wave1day-airwater *::after {
  box-sizing: border-box;
}

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

#wave1day-airwater em {
  font-style: normal;
}

#wave1day-airwater a {
  text-decoration: none;
}

#wave1day-airwater em {
  font-style: normal;
}

#wave1day-airwater img {
  max-width: 100%;
  vertical-align: bottom;
}

/* コンテナの内側
--------------------------------------- */
#wave1day-airwater .container_inner {
  margin: 0 5%;
}

/* コンテナ共通の見出し
--------------------------------------- */
#wave1day-airwater .container_title {
  margin-bottom: 6%;
  text-align: center;
}

#wave1day-airwater .container_title .container_title_img {
  display: block;
}

#wave1day-airwater .container_title .container_title_text {
  display: block;
  margin-top: 2%;
  color: #456a80;
  font-weight: 700;
  font-size: calc(34 / 960 * var(--contents_width));
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-align: center;
}

/* タブ基本スタイル
--------------------------------------- */
#wave1day-airwater .tabs_base_theme .tab_wrap {
  display: flex;
}

#wave1day-airwater .tabs_base_theme .tab {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  cursor: pointer;
}

#wave1day-airwater .tabs_base_theme .tab_content_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#wave1day-airwater .tabs_base_theme .tab_content {
  -webkit-transform: translateY(30px);
  z-index: -100;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}

#wave1day-airwater .tabs_base_theme .tab_content.current {
  -webkit-transform: translateY(0);
  z-index: 1;
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 2s ease 0.4s, -webkit-transform 1.5s ease 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 2s ease 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 2s ease 0.4s, -webkit-transform 1.5s ease 0.4s;
}

/* タブ拡張
--------------------------------------- */
#wave1day-airwater .select_tabs .tab_wrap {
  align-items: center;
  justify-content: center;
  margin: auto 0;
}

#wave1day-airwater .select_tabs .tab {
  display: block;
  position: relative;
}

#wave1day-airwater .select_tabs .tab img {
  z-index: 1;
  position: relative;
}

#wave1day-airwater .select_tabs .tab[data-product-btn="no"] {
  display: none;
}

/* 背景 */
#wave1day-airwater .select_tabs .tab[data-product-btn="air"]::before,
#wave1day-airwater .select_tabs .tab[data-product-btn="water"]::before {
  display: block;
  z-index: 0;
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
  transition: background-size .4s ease-out, -webkit-filter .4s ease-out;
  transition: filter .4s ease-out, background-size .4s ease-out;
  transition: filter .4s ease-out, background-size .4s ease-out, -webkit-filter .4s ease-out;
}

#wave1day-airwater .select_tabs .tab[data-product-btn="air"]::before {
  background-image: url(/campaign/wave1day-airwater/img/tab_air_bg.png);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="water"]::before {
  background-image: url(/campaign/wave1day-airwater/img/tab_water_bg.png);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="no"].current ~ .tab::before {
  -webkit-filter: brightness(100%) saturate(100%);
  filter: brightness(100%) saturate(100%);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="no"] ~ .tab::before {
  -webkit-filter: brightness(95%) saturate(95%);
  filter: brightness(95%) saturate(95%);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="no"] ~ .tab.current::before {
  -webkit-filter: brightness(105%) saturate(110%);
  -webkit-animation: tabBgEffect 2s ease-in-out .4s infinite;
  background-size: auto 107%;
  animation: tabBgEffect 2s ease-in-out .4s infinite;
  filter: brightness(105%) saturate(110%);
}

@-webkit-keyframes tabBgEffect {
  0% {
    background-size: auto 107%;
  }
  50% {
    background-size: auto 100%;
  }
  100% {
    background-size: auto 107%;
  }
}

@keyframes tabBgEffect {
  0% {
    background-size: auto 107%;
  }
  50% {
    background-size: auto 100%;
  }
  100% {
    background-size: auto 107%;
  }
}

/* PKG */
#wave1day-airwater .select_tabs .tab[data-product-btn="air"]::after,
#wave1day-airwater .select_tabs .tab[data-product-btn="water"]::after {
  display: block;
  z-index: 0;
  position: absolute;
  bottom: -4%;
  left: 26%;
  width: 52%;
  height: 0;
  padding: 26% 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: -webkit-filter .4s ease-out;
  transition: filter .4s ease-out;
  transition: filter .4s ease-out, -webkit-filter .4s ease-out;
}

#wave1day-airwater .select_tabs .tab[data-product-btn="air"]::after {
  background-image: url(/campaign/wave1day-airwater/img/tab_air_pkg.png);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="water"]::after {
  background-image: url(/campaign/wave1day-airwater/img/tab_water_pkg.png);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="no"].current ~ .tab::after {
  -webkit-filter: brightness(100%) saturate(100%);
  filter: brightness(100%) saturate(100%);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="no"] ~ .tab::after {
  -webkit-filter: brightness(90%) saturate(90%);
  filter: brightness(90%) saturate(90%);
}

#wave1day-airwater .select_tabs .tab[data-product-btn="no"] ~ .tab.current::after {
  -webkit-filter: brightness(100%) saturate(100%);
  filter: brightness(100%) saturate(100%);
}

/* 未選択時のテキスト */
#wave1day-airwater .no_select_text {
  margin: 10% auto 10%;
  color: #456a80;
  font-weight: 700;
  font-size: calc(52 / 960 * var(--contents_width));
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-align: center;
}

/* Question
--------------------------------------- */
#wave1day-airwater .select_container .select_question_title {
  margin-top: 15.5%;
}

#wave1day-airwater .select_container .select_question_text {
  margin: auto auto 8.3%;
  color: #456a80;
  font-weight: 700;
  font-size: calc(34 / 960 * var(--contents_width));
  line-height: 1.8;
  letter-spacing: 0.13em;
  text-align: center;
}

#wave1day-airwater .select_container .select_question_text strong {
  font-size: 1.52em;
}

#wave1day-airwater .select_container .select_question_arrow {
  margin: auto auto 1.5%;
}

/* タブ内の商品枠
--------------------------------------- */
#wave1day-airwater .product_container .product_main_title {
  padding: 17% 5% 11.6%;
}

#wave1day-airwater .product_container .cate_box {
  position: relative;
}

#wave1day-airwater .product_container .cate_box::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  max-width: 112px;
  padding: 6px 0 7px;
  background-color: #0092e5;
  content: "";
  content: "1day";
  color: #fff;
  font-weight: 500;
  font-size: calc(33/ 960 * var(--contents_width));
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
}

/* レビュー
--------------------------------------- */
#wave1day-airwater .review_container {
  padding: 11.6% 0 0;
  background-color: #edf8ff;
}

#wave1day-airwater .review_area {
  padding: 9% 6% 9%;
  background-color: #fff;
}

#wave1day-airwater .review_container .review_area .swiper-button-wrap {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  text-align: right;
}

#wave1day-airwater .review_container .review_area .swiper-button-prev {
  margin-right: 10px;
}

#wave1day-airwater .review_container .review_area .swiper-button-next,
#wave1day-airwater .review_container .review_area .swiper-button-prev {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
}

#wave1day-airwater .review_container .review_area .swiper-button-next:after,
#wave1day-airwater .review_container .review_area .swiper-button-prev:after {
  color: #56575f;
  font-weight: bold;
  font-size: 16px;
}

#wave1day-airwater .review_container .re_box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 0;
  font-size: calc(36 / 960 * var(--contents_width));
  text-align: left;
  letter-spacing: 0.1em;
}

#wave1day-airwater .review_container .re_data {
  flex: 1;
}

#wave1day-airwater .review_container .re_star {
  display: inline-block;
  z-index: 0;
  position: relative;
  color: #B79364;
  font-size: calc(33 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#wave1day-airwater .review_container .re_star:before {
  content: '☆☆☆☆☆';
}

#wave1day-airwater .review_container .re_star:after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  content: '★★★★★';
  white-space: nowrap;
}

#wave1day-airwater .review_container .re_star[data-rate="5"]:after {
  width: 100%;
}

#wave1day-airwater .review_container .re_star[data-rate="4.5"]:after {
  width: 90%;
}

#wave1day-airwater .review_container .re_star[data-rate="4"]:after {
  width: 80%;
}

#wave1day-airwater .review_container .re_star[data-rate="3.5"]:after {
  width: 70%;
}

#wave1day-airwater .review_container .re_star[data-rate="3"]:after {
  width: 60%;
}

#wave1day-airwater .review_container .re_star[data-rate="2.5"]:after {
  width: 50%;
}

#wave1day-airwater .review_container .re_star[data-rate="2"]:after {
  width: 40%;
}

#wave1day-airwater .review_container .re_star[data-rate="1.5"]:after {
  width: 30%;
}

#wave1day-airwater .review_container .re_star[data-rate="1"]:after {
  width: 20%;
}

#wave1day-airwater .review_container .re_star[data-rate="0.5"]:after {
  width: 10%;
}

#wave1day-airwater .review_container .re_star[data-rate="0"]:after {
  width: 0%;
}

#wave1day-airwater .review_container .re_cmt {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
  font-size: calc(33 / 960 * var(--contents_width));
  line-height: 1.8;
}

/* 特長
--------------------------------------- */
#wave1day-airwater .feature_container {
  padding: 11.6% 0;
  background-color: #edf8ff;
}

/* ----- スライダー ----- */
#wave1day-airwater .feature_container .feature_slider {
  position: relative;
  padding: 7% 10.5%;
  background: linear-gradient(0deg, #0389cf 0%, #0ebdea 100%);
}

#wave1day-airwater .feature_container .feature_slider .swiper-button-next,
#wave1day-airwater .feature_container .feature_slider .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  z-index: 1000;
  top: 50%;
  bottom: 0;
  width: 10.5%;
  height: 0;
  padding: 4% 0;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#wave1day-airwater .feature_container .feature_slider .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='67px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(244, 255, 0)' stroke-width='8px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M8.787,8.931 L31.668,31.812 L8.787,54.693 '/%3E%3C/svg%3E");
}

#wave1day-airwater .feature_container .feature_slider .swiper-button-next::after {
  display: none;
}

#wave1day-airwater .feature_container .feature_slider .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44px' height='67px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(244, 255, 0)' stroke-width='8px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M31.213,54.067 L8.332,31.186 L31.213,8.305 '/%3E%3C/svg%3E");
}

#wave1day-airwater .feature_container .feature_slider .swiper-button-prev::after {
  display: none;
}

#wave1day-airwater .feature_container .feature_slider .swiper-pagination {
  bottom: calc(-2em);
  color: #32627f;
  font-weight: 700;
  font-size: calc(30 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
}

/* ----- レンズスペック ----- */
#wave1day-airwater .feature_container .data_spec {
  width: 100%;
}

#wave1day-airwater .feature_container .data_spec_title {
  display: none;
  margin-bottom: 4%;
  color: #fff;
  font-weight: 700;
  font-size: calc(33 / 960 * var(--contents_width));
  line-height: 1.54545;
  letter-spacing: 0.08em;
  text-align: center;
}

#wave1day-airwater .feature_container .data_spec_subtitle {
  margin-bottom: 3%;
  padding: 3% 0 2.5%;
  background-color: #048bd0;
  color: #fff;
  font-weight: 700;
  font-size: calc(21 / 960 * var(--contents_width));
  line-height: 1.36364;
  letter-spacing: 0.15em;
  text-align: center;
}

#wave1day-airwater .feature_container .data_spec_table_wrap {
  display: flex;
  width: 100%;
}

#wave1day-airwater .feature_container .data_spec_table {
  width: 50%;
  margin: 0;
}

#wave1day-airwater .feature_container .data_spec_table:nth-child(1) {
  margin-right: 1%;
}

#wave1day-airwater .feature_container .data_spec_table:nth-child(2) {
  margin-left: 1%;
}

#wave1day-airwater .feature_container .data_spec_table th {
  width: 35%;
  padding: 2% 5%;
  border: 1px solid #c9c9c9;
  background-color: #f2f2f2;
  font-weight: 700;
  font-size: calc(21 / 960 * var(--contents_width));
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: left;
  vertical-align: middle;
}

#wave1day-airwater .feature_container .data_spec_table td {
  padding: 2% 5%;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  font-weight: 700;
  font-size: calc(21 / 960 * var(--contents_width));
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: left;
  vertical-align: middle;
}

#wave1day-airwater .feature_container .data_spec_table .small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
}

#wave1day-airwater .feature_container .data_spec_note {
  margin-top: 3%;
  color: #fff;
  font-weight: 500;
  font-size: calc(19 / 960 * var(--contents_width));
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: left;
}

/* カート商品紹介
--------------------------------------- */
#wave1day-airwater .cart_container {
  padding: 11.6% 0;
  background-color: #edf8ff;
}

#wave1day-airwater .cart_container .container_title {
  display: none;
}

#wave1day-airwater .cart_product_wrap {
  padding: 12% 5%;
  background-color: #fff;
}

#wave1day-airwater .cart_set_exp {
  position: relative;
  margin: 0 auto 4%;
  text-align: center;
}

#wave1day-airwater .cart_set_exp span {
  position: relative;
  margin: auto;
  font-weight: 500;
  font-size: calc(33 / 960 * var(--contents_width));
  letter-spacing: 0.04em;
}

#wave1day-airwater .cart_set_exp span::before,
#wave1day-airwater .cart_set_exp span::after {
  display: block;
  position: absolute;
  color: currentColor;
  font-weight: 400;
  font-size: 1.5em;
}

#wave1day-airwater .cart_set_exp span::before {
  top: -0.5em;
  left: -0.8em;
  content: "\\";
}

#wave1day-airwater .cart_set_exp span::after {
  top: -0.5em;
  right: -0.8em;
  content: "/";
}

#wave1day-airwater [data-type-content="1d"] .cart_set_exp span {
  color: #0092e5;
}

#wave1day-airwater .cart_tab_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8%;
  padding: 0 0;
}

#wave1day-airwater .cart_tab_head_item {
  position: relative;
  width: 47%;
  border: solid 1px #222222;
  background-color: #fff;
}

#wave1day-airwater .cart_tab_head_item.is_active {
  display: block;
}

#wave1day-airwater .cart_tab_head_item.is_active::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 10%;
  margin: 0 auto;
  content: "▼";
  font-size: 13px;
  line-height: 1;
}

#wave1day-airwater .cart_tab_head_item span {
  display: block;
  padding: 0.5em 0.5em;
  font-weight: 500;
  font-size: calc(33 / 960 * var(--contents_width));
  letter-spacing: 0.04em;
  text-align: center;
}

#wave1day-airwater [data-type-content="1d"] .cart_tab_head_item {
  border-color: #0092e5;
}

#wave1day-airwater [data-type-content="1d"] .cart_tab_head_item.is_active {
  background-color: #fcff09;
}

#wave1day-airwater [data-type-content="1d"] .cart_tab_head_item.is_active::before {
  color: #0092e5;
}

#wave1day-airwater [data-type-content="1d"] .cart_tab_head_item span {
  color: #0092e5;
}

#wave1day-airwater .cart_tab_body {
  margin: auto;
}

#wave1day-airwater .cart_tab_body_item {
  display: none;
}

#wave1day-airwater .cart_tab_body_item.is_active {
  -webkit-animation: fade_animation01 1.5s ease 0s 1 normal;
  display: block;
  animation: fade_animation01 1.5s ease 0s 1 normal;
}

@-webkit-keyframes fade_animation01 {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_animation01 {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#wave1day-airwater .cart_help_btn {
  position: relative;
  margin: 0 auto;
  color: #525252;
  font-weight: 700;
  font-size: calc(33 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.04em;
}

#wave1day-airwater .cart_help_btn span {
  vertical-align: middle;
}

#wave1day-airwater .cart_help_btn::after {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-left: 5px;
  background-image: url(/campaign/wave1day-airwater/img/icon_help_bk.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: '';
  vertical-align: middle;
}

#wave1day-airwater .cart_product {
  margin: auto;
}

#wave1day-airwater .cart_product + .cart_product {
  margin-top: 15%;
}

#wave1day-airwater .cart_limited_msgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6%;
  font-size: calc(34 / 960 * var(--contents_width));
  line-height: 1.6;
  letter-spacing: 0.075em;
}

#wave1day-airwater .cart_limited_msgbox_date {
  display: flex;
  flex-direction: column;
  width: 26%;
  margin-right: 2.5%;
  border: 2px solid #d8001a;
}

#wave1day-airwater .cart_limited_msgbox_date .title {
  padding: 0.4em 0 0.5em;
  background-color: #d8001a;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(24 / 960 * var(--contents_width));
  line-height: 1.3;
  letter-spacing: 0.1em;
}

#wave1day-airwater .cart_limited_msgbox_date .date {
  padding: 0.5em 0 0.3em;
  color: #d8001a;
  font-weight: 500;
  font-size: calc(22 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.075em;
}

#wave1day-airwater .cart_limited_msgbox_text {
  font-weight: 500;
  font-size: calc(30 / 960 * var(--contents_width));
  line-height: 1.4;
  text-align: left;
}

#wave1day-airwater .cart_product_name {
  margin-bottom: 6%;
  font-weight: 700;
  font-size: calc(36 / 960 * var(--contents_width));
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: center;
}

#wave1day-airwater .cart_product_icons_wrap {
  display: block;
  margin-top: 5%;
  text-align: center;
}

#wave1day-airwater .cart_product_icons_wrap .icon {
  display: inline-block;
  min-width: 90px;
  padding: 8px 5px 6px;
  color: #ffffff;
  font-weight: 500;
  font-size: calc(33 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

#wave1day-airwater .cart_product_package {
  margin: 0 auto 0;
  text-align: center;
}

#wave1day-airwater .cart_product_price_note {
  grid-area: note;
  margin-top: 2px;
  font-size: calc(33 / 960 * var(--contents_width));
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: right;
}

#wave1day-airwater .cart_product_more_btn {
  display: block;
  margin-top: 6%;
  padding: 0.6em 0;
  border: 1px solid #444444;
  color: #444444;
  font-size: calc(33 / 960 * var(--contents_width));
  letter-spacing: 0.04em;
}

#wave1day-airwater .cart_product_coupon {
  margin-top: 6%;
}

#wave1day-airwater .cart_product_coupon .coupon_box {
  padding: 4%;
  background-color: #222222;
}

#wave1day-airwater .cart_product_coupon .coupon_title {
  margin-bottom: 3%;
  color: #fff;
  text-align: center;
}

#wave1day-airwater .cart_product_coupon .coupon_title span {
  position: relative;
  margin: auto;
  font-weight: 500;
  font-size: calc(36 / 960 * var(--contents_width));
  letter-spacing: 0.02em;
}

#wave1day-airwater .cart_product_coupon .coupon_title span::before, #wave1day-airwater .cart_product_coupon .coupon_title span::after {
  display: block;
  position: absolute;
  color: currentColor;
  font-weight: 400;
  font-size: 1.2em;
}

#wave1day-airwater .cart_product_coupon .coupon_title span::before {
  top: -0.3em;
  left: -0.8em;
  content: "\\";
}

#wave1day-airwater .cart_product_coupon .coupon_title span::after {
  top: -0.3em;
  right: -0.8em;
  content: "/";
}

#wave1day-airwater .cart_product_coupon .coupon_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 7%;
  background-color: #fff;
}

#wave1day-airwater .cart_product_coupon .coupon_subtitle {
  width: 100%;
  margin-bottom: 4%;
  font-weight: 500;
  font-size: calc(36 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

#wave1day-airwater .cart_product_coupon .coupon_subtitle em {
  color: #cb0004;
}

#wave1day-airwater .cart_product_coupon .coupon_subtitle span {
  font-size: calc(28 / 960 * var(--contents_width));
}

#wave1day-airwater .cart_product_coupon .coupon_code_title {
  display: block;
  font-weight: 500;
  font-size: calc(27 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.02em;
}

#wave1day-airwater .cart_product_coupon .coupon_code {
  display: block;
  margin-top: 0.1em;
  font-weight: 500;
  font-size: calc(76 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.02em;
}

#wave1day-airwater .cart_product_coupon .coupon_code_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58%;
  padding: 0;
  border: 1px solid #0092e5;
  background-color: #fcff09;
  color: #0092e5;
  font-weight: 500;
  font-size: calc(28 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.02em;
}

#wave1day-airwater .cart_product_coupon .coupon_howto_btn_box {
  margin-top: 5%;
  line-height: 1;
  text-align: center;
}

#wave1day-airwater .cart_product_coupon .coupon_howto_btn {
  color: #0092e5;
  font-weight: 500;
  font-size: calc(33 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0.02em;
}

#wave1day-airwater .cart_product_coupon .coupon_howto_btn::after {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.2em;
  background-image: url(/campaign/wave1day-airwater/img/icon_help.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: '';
  vertical-align: -0.3em;
}

#wave1day-airwater .cart_product_wearing {
  margin-top: 8%;
  text-align: center;
}

#wave1day-airwater .cart_product_wearing img {
  width: 80%;
}

#wave1day-airwater .cart_product_order {
  margin-top: 10%;
}

/* カート商品紹介 1day */
#wave1day-airwater [data-type-content="1d"] .cart_product .cart_product_icons_wrap .icon {
  background-color: #0092e5;
}

#wave1day-airwater [data-type-content="1d"] .cart_product .cart_set_exp span {
  color: #0092e5;
}

#wave1day-airwater [data-type-content="1d"] .cart_product .cart_product_coupon .coupon_box {
  background-color: #0092e5;
}

/* カート上書き
--------------------------------------- */
#wave1day-airwater .cart_product_order {
  font-size: calc(33 / 960 * var(--contents_width));
  text-align: center;
  letter-spacing: 0.1em;
}

#wave1day-airwater .cart_product_order .button {
  margin-top: 20px;
}

#wave1day-airwater .item_detail_select_omake_ttl {
  margin-bottom: 10px;
}

/* 内訳
--------------------------------------- */
#wave1day-airwater .cart_product_price {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  width: 95%;
  margin: 7% auto 0;
}

#wave1day-airwater .cart_product_price.set4 {
  align-items: center;
  width: 78%;
}

#wave1day-airwater .cart_product_price_original {
  padding-right: 0;
  font-weight: 500;
  font-size: calc(58 / 960 * var(--contents_width));
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
}

#wave1day-airwater .cart_product_price_original span {
  text-decoration: line-through;
}

#wave1day-airwater .cart_product_price_original::after {
  position: absolute;
  top: 27%;
  left: 43%;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 9px;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  content: "";
}

#wave1day-airwater .cart_product_price.set4 .cart_product_price_original::after {
  position: absolute;
  top: 38%;
  left: 40%;
}

#wave1day-airwater .cart_product_price_discount {
  color: #cb0004;
  font-weight: 700;
  font-size: calc(52 / 960 * var(--contents_width));
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

#wave1day-airwater .cart_product_price_discount em {
  margin-right: 0.05em;
  font-size: 1.6em;
  letter-spacing: 0.01em;
}

#wave1day-airwater .cart_price_total {
  display: inline-block;
  padding: 3px 0 2px;
  color: #444;
  font-weight: 700;
  font-size: calc(28 / 960 * var(--contents_width));
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none !important;
}

#wave1day-airwater .cart_product_price_discount .cart_price_total {
  color: #cb0004;
  font-size: calc(28 / 960 * var(--contents_width));
}

#wave1day-airwater .cart_product_price_divide {
  grid-area: divide;
  margin-top: 0;
  color: #cb0004;
  font-weight: 700;
  font-size: calc(34 / 960 * var(--contents_width));
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

#wave1day-airwater .itemize_price {
  font-size: calc(24 / 960 * var(--contents_width));
  letter-spacing: 0.1em;
}

/* 固定ボタン
--------------------------------------- */
#wave1day-airwater .fixed_btn_wrapper {
  -webkit-transform: translateX(-50%);
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 30px;
  left: 50%;
  width: calc(var(--contents_width) * 0.8);
  transform: translateX(-50%);
}

#wave1day-airwater .fixed_btn {
  display: none;
}

#wave1day-airwater .fixed_btn.current {
  display: block;
}

/* トップへ戻るボタン上書き
--------------------------------------- */
#page_top_button {
  display: none !important;
}
