@charset "UTF-8";
/* 新生活応援SALE */
#newlife {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  min-width: 1024px;
  height: 100%;
}

#newlife * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#newlife .sec_merit {
  margin-top: 92px;
}

#newlife .sec_merit_ttl {
  font-size: 21px;
  font-weight: bold;
  color: #592313;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1.4px;
}

#newlife .sec_merit_ttl_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #fdeeb0));
  background: -webkit-linear-gradient(transparent 70%, #fdeeb0 50%);
  background: linear-gradient(transparent 70%, #fdeeb0 50%);
}

#newlife .sec_merit_btn_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
}

#newlife .sec_merit_btn_ttl + * {
  margin-top: 12px !important;
}

#newlife .sec_merit_btn_wrap {
  margin-top: 40px;
}

#newlife .sec_merit_btn {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: #ef7399;
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  width: 400px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto;
}

#newlife .sec_merit_btn:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

#newlife .sec_merit_btn:hover {
  opacity: 0.7;
}

#newlife .sec_merit_btn_annotation {
  margin-top: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
}

#newlife .sec_merit_emphasis {
  margin-top: 96px;
  text-align: center;
}

#newlife .sec_merit_coupon {
  padding: 16px 0;
  border: 3px solid #ef7399;
  width: 640px;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#newlife .sec_merit_coupon_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 9px 0;
}

#newlife .sec_merit_coupon_item + * {
  padding-left: 2px;
  border-left: 2px solid #c8c8c8;
}

#newlife .sec_merit_coupon_txt01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ef7399;
  letter-spacing: -0.1px;
  line-height: 1.5;
}

#newlife .sec_merit_coupon_off {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

#newlife .sec_merit_coupon_off_txt01 {
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #404040;
  border: 2px solid #404040;
  border-radius: 4px;
  padding: 5px 6px;
  line-height: 1;
}

#newlife .sec_merit_coupon_off_txt02 {
  margin-left: 10px;
  font-weight: bold;
  font-size: 38px;
  color: #404040;
  line-height: 1;
  letter-spacing: 1px;
}

#newlife .sec_merit_coupon_off_txt02_strong {
  font-size: 45px;
  font-family: 'Questrial',sans-serif;
}

#newlife .sec_merit_coupon_code {
  text-align: center;
}

#newlife .sec_merit_coupon_code_sub {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #404040;
  line-height: 1;
  padding: 6px 8px;
}

#newlife .sec_merit_coupon_code_main {
  margin-top: 9px;
  font-size: 47px;
  font-weight: bold;
  color: #404040;
  line-height: 1;
  letter-spacing: 2px;
}

#newlife .sec_product {
  margin-top: 88px;
  padding-bottom: 105px;
}

#newlife .sec_product_inner {
  margin: 0 auto;
  width: 755px;
}

#newlife .sec_product_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #592313;
  letter-spacing: 1px;
  line-height: 1.5;
}

#newlife .sec_product_ttl:before {
  content: '\FF3C';
  font-weight: normal;
  padding-right: 8px;
}

#newlife .sec_product_ttl:after {
  content: '\FF0F';
  font-weight: normal;
  padding-left: 8px;
}

#newlife .sec_product_anchor {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#newlife .sec_product_anchor_item {
  padding: 0 22px;
}

#newlife .sec_product_anchor_btn {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 240px;
  height: 78px;
  border-radius: 10px;
  background-color: #faa;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1.4px;
}

#newlife .sec_product_anchor_btn:hover {
  opacity: 0.7;
}

#newlife .sec_product_anchor_btn.is_color01 {
  background-color: #6eb2e7;
}

#newlife .sec_product_anchor_btn.is_color02 {
  background-color: #f8be40;
}

#newlife .btn01 {
  width: 520px;
  height: 75px;
  margin: 60px auto 0;
}

#newlife .btn01_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-decoration: none;
  padding: 0 40px;
  background-color: #f86d6d;
  color: #fff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  padding-top: 3px;
}

#newlife .btn01_btn:hover {
  opacity: 0.7;
}

#newlife .btn01_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  right: 23px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#newlife .btn_subtxt01 {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  color: #222222;
}

#newlife .btn01 + .btn01 {
  margin-top: 30px;
}

#newlife .btn01.type02 .btn01_btn {
  border: 3px solid #fff;
}

#newlife .btn01.type02 .btn01_btn:after {
  right: 20px;
}

#newlife .btn01.type03 .btn01_btn {
  border: 3px solid #592313;
  font-size: 18px;
  background-color: #fff;
  color: #592313;
  font-weight: bold;
}

#newlife .btn01.type03 .btn01_btn:after {
  border-color: #592313;
  right: 20px;
}

#newlife .btn01 + .cate_box {
  margin-top: 80px !important;
}

#newlife .cate_box {
  display: block;
  margin: 60px auto 30px;
}

#newlife .cate_title {
  color: #ffffff;
  padding: 16px 0 12px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
}

#newlife #anc_cate01 .cate_title {
  background: #6eb2e7;
}

#newlife #anc_cate02 .cate_title {
  background: #f8be40;
}

#newlife #anc_cate03 .cate_title {
  background: #93c642;
}

#newlife #anc_cate04 .cate_title {
  background: #f86d6d;
}

#newlife .itembox_row {
  margin: 15px 0;
}

#newlife .itembox_row:after {
  content: "";
  clear: both;
  display: block;
}

#newlife .itembox {
  display: block;
  float: left;
  width: 370px;
  padding: 30px 45px;
  border: 1px solid #A4A4A4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow .3s ease-in;
  transition: -webkit-box-shadow .3s ease-in;
  transition: box-shadow .3s ease-in;
  transition: box-shadow .3s ease-in, -webkit-box-shadow .3s ease-in;
}

#newlife .itembox:hover {
  color: #444444;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.3);
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.3);
}

#newlife .itembox:first-child {
  margin-right: 15px;
}

#newlife .itembox .logo {
  margin-bottom: 30px;
}

#newlife .itembox .logo img {
  height: 30px;
  width: auto;
}

#newlife .itembox .name {
  margin-bottom: 20px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#newlife .itembox .photo {
  margin-bottom: 20px;
}

#newlife .itembox .photo img {
  max-width: 100%;
}

#newlife .itembox .price {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

#newlife .itembox .price span {
  margin-left: 5px;
  color: #cd5547;
  font-size: 38px;
}

#newlife .itembox .price_1box {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  line-height: 1;
}

#newlife .sm_btnbox {
  margin: 20px auto 0;
  position: relative;
  cursor: pointer;
  width: 268px;
}

#newlife .sm_btnbox .sm_btn {
  display: block;
  padding: 8px 0 6px;
  border-radius: 6px;
  background: #ef7399;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#newlife .sm_btnbox .sm_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 34px;
  width: 1px;
  height: 80%;
  border-left: 1px solid #fff;
}

#newlife .sm_btnbox .sm_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

#newlife .sm_btnbox:hover .sm_btn {
  background: #f48c93;
}

#newlife .sm_btnbox:hover span.sm_btn:after {
  margin-top: -3px;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

#newlife .sm_list {
  display: none;
  position: absolute;
  z-index: 5;
  width: 96%;
  margin: 0 2%;
  background: #ffe0db;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.3);
  box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.3);
}

#newlife .itembox:hover .sm_list {
  display: block;
}

#newlife .sm_list li {
  margin: 8px 10px;
  padding: 8px 0;
  border: 1px solid #eeada5;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#newlife .sm_list li:hover {
  background: #fefbd7;
}

#newlife .sm_list li a {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-decoration: none;
}

#newlife .sm_list li .sm_cellbox {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 10px;
  font-weight: bold;
  color: #000;
}

#newlife .sm_list li .sm_cellbox:first-child {
  width: 90px;
  padding: 2px 8px;
  border-right: 1px solid #eeada5;
  text-align: center;
}

#newlife .sm_list li .sm_cellbox .sm_box_name {
  font-size: 13px;
}

#newlife .sm_list li .sm_cellbox .sm_price {
  font-size: 13px;
}

#newlife .sm_list li .sm_cellbox .sm_devide {
  display: block;
  color: #bb3626;
  font-size: 13px;
}

/* cmnパーツ調整 */
#footer {
  margin-top: 0 !important;
}

#plist {
  overflow-y: hidden;
}

.js_clipboard_msgbox {
  z-index: 200010 !important;
}

/*ios safariのモーダル展開のオーバーレイ崩れ防止*/
html.mfp-bg-fix {
 height:100vh;
}

body.mfp-bg-fix {
 position: fixed;
 width: 100%;
 height:100vh;
}