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

WAVE WINTER SALE！最大2,400円OFF

========================================================= */
#wave-specialsale {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  color: #444444;
  padding-bottom: 80px;
}

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

#wave-specialsale *::before,
#wave-specialsale *::after {
  box-sizing: border-box;
}

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

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

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

#wave-specialsale img {
  max-width: 100%;
  vertical-align: bottom;
}

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

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

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

/* クーポン
--------------------------------------- */
#wave-specialsale .coupon_container {
  padding: 33px 0 0;
  text-align: center;
}

#wave-specialsale .coupon_container .coupon_note {
  margin-top: 20px;
  color: #0595de;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

#wave-specialsale .cp_flex {
    display: flex;
    justify-content: space-between;
}

#wave-specialsale .cp_area {
    width: 782px;
    margin: 0 auto;
}

#wave-specialsale .cp_title {
    width: 400px;
    margin: 0 auto 30px;
}

/* 商品一覧
--------------------------------------- */
#wave-specialsale .lineup_container {
  padding: 60px 0 0 0;
}

#wave-specialsale .lineup_container .inner_container {
  width: 782px;
}

#wave-specialsale .lineup_container .tab_nav {
  display: flex;
}

#wave-specialsale .lineup_container .tab_nav .tab {
  flex: 1;
  margin-left: 4px;
}

#wave-specialsale .lineup_container .tab_nav .tab:nth-child(4n+1) {
  margin-left: 0;
}

#wave-specialsale .lineup_container .tab_nav .tab a {
  display: block;
  position: relative;
  padding: 20px 10px 18px;
  background-color: #FFFFFF;
  color: #0595de;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.07em;
}


#wave-specialsale .lineup_container .tab_nav .tab a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
  z-index: 2;
  transition: height 0.01s ease-in;
  transition-delay: 0.16s;
}

#wave-specialsale .lineup_container .tab_nav .tab a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  border: 3px solid #0595de;
  content: '';
  transition: height 0.2s ease-in-out;
}

#wave-specialsale .lineup_container .tab_nav .tab.is_active a::before {
  height: 0;
  transition: height 0.01s ease-in;
  transition-delay: 0s;
}

#wave-specialsale .lineup_container .tab_nav .tab.is_active a::after {
  height: 100%;
  transition-delay: 0.01s;
}

#wave-specialsale .lineup_container .js_tab_contents {
  position: relative;
  overflow: hidden;
}

#wave-specialsale .lineup_container .js_tab_panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

#wave-specialsale .lineup_container .js_tab_panel.is_active {
  z-index: 2;
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

#wave-specialsale .lineup_container .product_box_wrap {
  display: flex;
  flex-wrap: wrap;
}

#wave-specialsale .lineup_container .product_box_wrap .product_box {
  width: calc((100% - 110px) / 3);
  margin-left: 55px;
}

#wave-specialsale .lineup_container .product_box_wrap .product_box:nth-of-type(3n+1) {
  margin-left: 0;
}

#wave-specialsale .lineup_container .product_box {
  margin: 40px 0 0 0;
}

#wave-specialsale .lineup_container .product_box_main:nth-child(n+4) {
  margin-top: 40px;
}

#wave-specialsale .lineup_container .product_box_main .photo {
  position: relative;
  width: 100%;
}

#wave-specialsale .lineup_container .product_box_main .name {
  margin: 17px 0 18px;
  color: #444444;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.85714;
  letter-spacing: 0.04em;
}

#wave-specialsale .lineup_container .product_box_setlist {
  padding: 0px 9px;
  border: 1px solid #d7d7d7;
}

#wave-specialsale .lineup_container .setlist_item {
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
}

#wave-specialsale .lineup_container .setlist_item:first-child {
  border-top: 0;
}

#wave-specialsale .lineup_container .setlist_item .linkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#wave-specialsale .lineup_container .setlist_item .set_icon {
  width: 50%;
  padding: 8px 0;
  background-color: #0595de;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#wave-specialsale .lineup_container .setlist_item .set_price {
  width: 50%;
  padding-left: 14px;
  color: #444444;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
}

#wave-specialsale .lineup_container .setlist_item .set_coupon {
  margin: 6px 0 0;
  color: #444444;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}

#wave-specialsale .lineup_container .setlist_item .set_coupon em {
  color: #0595de;
  font-size: 16px;
}

#wave-specialsale .lineup_container .setlist_item .set_btn {
  width: 100%;
  margin: 8px 0 0;
  padding: 8px 0 8px;
  border-radius: 4px;
  background-color: #444444;
  background-image: none;
  height: auto;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#wave-specialsale .lineup_container .setlist_more {
  padding: 31px 0 46px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#wave-specialsale .lineup_container .setlist_more .more_btn {
  display: inline-block;
  padding: 2px 15px 5px 8px;
  border-bottom: 2px solid #444444;
  color: #444444;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}

#wave-specialsale .lineup_container .setlist_more .more_btn::after {
  -webkit-transform: rotate(135deg);
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
  width: 9px;
  height: 9px;
  transform: rotate(135deg);
  border-top: 2px solid #444444;
  border-right: 2px solid #444444;
  content: "";
}

#wave-specialsale .lineup_container .setlist_more:hover {
  opacity: 0.6;
}

#wave-specialsale .kabu_btn{
    margin: 50px auto;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    display: block;
    font-weight: bold;
	border-radius: 5px;
    width: 480px;
    letter-spacing: 2px;
    padding: 20px 0;
    background: #0697e0;
}

#wave-specialsale .kabu_btn:hover {
  opacity: 0.6;
  cursor: pointer;	
}

/* 固定クーポンボタン
--------------------------------------- */
#wave-specialsale .fixed_coupon {
  position: fixed;
  right: 20px;
  bottom: 25px;
  width: 100%;
}

#wave-specialsale .fixed_coupon .fixed_coupon_btn {
  margin: auto;
  text-align: right;
}

/* トップへ戻るボタン上書き
--------------------------------------- */
/* #page_top_btn {
  right: 45px;
  bottom: 150px;
} */

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

.modal_cart_block .modal_block_head {
  padding: 5% 10% 0;
  background-color: #fff;
}

.modal_cart_block .modal_block_head .modal_photo {
  text-align: center;
  background: #efefef;
}

.modal_cart_block .modal_block_head .modal_name {
  padding: 5% 0px 0px;
  color: #444444;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: 0.1em;
}

.modal_cart_block .modal_block_body {
  display: block;
  padding: 1px 10% 5%;
  background: #ffffff;
}
/*  */
.modal_coupon_inner {
  text-align: center;
  background-color: #efefef;
}

.aui_modal_product .modal_block_head {
  padding: 5% 10%;
}

.col_inner{
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
}

.col_right{
  width:125px;
  border:solid 2px #000;
}

.coupon_price{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 10px 5px 6px 5px;
}

.coupon_price span{
  color:#e10000;
}
/*  */

/* カート部分スタイル上書き
--------------------------------------- */
.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;
}