@charset "UTF-8";

/* CSS Document */
/* qieto1dayrich 2024/02 */
#qieto1dayrich {
  background-color: #fff;
  color: #484848;
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  margin: 0 auto 40px;
  max-width: 640px;
  width: 100%;
}

#qieto1dayrich p,
#qieto1dayrich a,
#qieto1dayrich span,
#qieto1dayrich div,
#qieto1dayrich ul,
#qieto1dayrich li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#qieto1dayrich a {
  text-decoration: none;
}

#qieto1dayrich .header_box {
  text-align: center;
}

/*メインコンテンツ*/
#qieto1dayrich .concept_area {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  margin: 7% auto;
  position: relative;
  text-align: center;
}

#qieto1dayrich .ttl_box {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(5vw, 32px);
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 60%;
}

#qieto1dayrich .bnr_campaign {
  margin: 0 auto;
  width: auto;
}

#qieto1dayrich .product_img {
  margin: 10% auto;
}

#qieto1dayrich .product_img img {
  display: block;
  margin: 0 auto;
}

#qieto1dayrich .product_img_bottom {
  margin: 10% auto 0;
}

#qieto1dayrich .product_img_bottom img {
  display: block;
  margin: 0 auto;
}

/* 商品部分
------------------------------------ */
#qieto1dayrich .qieto_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 45px;
  width: 100%;
}

#qieto1dayrich .qieto_name {
  color: #484848;
  font-size: min(4.8vw, 26px);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 5% auto 0;
  text-align: center;
}

#qieto1dayrich .qieto_img {
  margin: 5% auto 0;
  max-width: 100%;
  width: 45%;
}

#qieto1dayrich .qieto_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

#qieto1dayrich .qieto_box {
  background: #f8f5f1;
  padding: 5% 0;
}

#qieto1dayrich .qieto_box_num {
  color: #24272a;
  font-size: min(4.8vw, 33px);
  letter-spacing: 0.15em;
  margin: 3% auto 0;
  text-align: center;
}

#qieto1dayrich .qieto_box_pricewrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 3% auto 0;
  width: 77%;
}

#qieto1dayrich .qieto_box_price1 {
  background: #4f4f4f;
  color: #fff;
  font-size: min(4.2vw, 25px);
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 3% 1.7% 3%;
  text-align: center;
}

#qieto1dayrich .qieto_box_price2 {
  color: #fe5757;
  font-size: min(9.2vw, 53px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 3%;
  padding-right: 8%;
}

#qieto1dayrich .qieto_box_price2 span {
  color: #fe5757;
  font-size: min(7vw, 38px);
  font-weight: 700;
}

#qieto1dayrich .qieto_box_price_devide {
  font-size: min(4.2vw, 26px);
  margin: 1% auto;
  text-align: center;
}

#qieto1dayrich .qieto_pointwrap {
  display: flex;
  justify-content: center;
  position: relative;
}

#qieto1dayrich .qieto_point {
  background: #fff;
  display: inline-block;
  font-size: min(3vw, 16px);
  font-weight: 500;
  left: 0;
  letter-spacing: 0.18em;
  margin: 10px auto 0;
  max-width: 100%;
  padding: 1% 8%;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
}

#qieto1dayrich .qieto_point em {
  font-style: normal;
}

#qieto1dayrich .qieto_point span:first-of-type {
  margin: 0;
  white-space: nowrap;
}

#qieto1dayrich .qieto_point span:nth-child(2) {
  margin: 0;
  white-space: nowrap;
}

#qieto1dayrich .qieto_point {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

/* BUY
--------------------------------------- */
#qieto1dayrich .buy_btn {
  background: #fff;
  border: solid 1px #524f4a;
  cursor: pointer;
  display: block;
  font-size: min(4.2vw, 20px);
  font-weight: 500;
  height: auto;
  letter-spacing: 0.15em;
  margin: 5% auto 0;
  max-width: 610px;
  padding: 2% 0;
  position: relative;
  text-align: center;
  width: 90%;
}

#qieto1dayrich .buy_btn::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  height: 8px;
  position: absolute;
  right: 20px;
  top: 45%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 8px;
}

#qieto1dayrich .buy_btn:hover {
  opacity: 1;
}

#qieto1dayrich .buy_btn.open::after {
  top: 55%;
  -webkit-transform: translate(0, -50%) rotate(315deg);
  transform: translate(0, -50%) rotate(315deg);
}

#qieto1dayrich .togglecontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 540px;
  padding: 0;
  width: 90%;
}

#qieto1dayrich .togglecontent span {
  background: #fff;
  border: solid 1px #524f4a;
  color: #24272a;
  color: #24272a;
  cursor: pointer;
  display: block;
  font-size: min(3.5vw, 16px);
  margin: 20px 0 0;
  padding: 5% 0;
  text-align: center;
  width: calc(50% - 6.5px);
}

#qieto1dayrich .togglecontent span:first-child {
  background: #fff;
  display: block;
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
}

#qieto1dayrich .buy_btnwrap {
  background: #f8f5f1;
  display: none;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 610px;
  padding: 8% 0;
  position: relative;
  width: auto;
}

#qieto1dayrich .bnr_cart {
  display: block;
  margin: 0 auto 3%;
  max-width: 610px;
  width: auto;
}

#qieto1dayrich .area_txt {
  font-size: min(3.5vw, 20px);
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 2%;
}

#qieto1dayrich .area_txt+.area_txt {
  margin-top: 1%;
}

#qieto1dayrich .concept_img {
  margin-top: 10%;
}

/* ABOUT
--------------------------------------- */
#qieto1dayrich .about_area {
  background: #e8e8e8;
  display: block;
  margin: 12% auto 7%;
  padding: 10% 0 4%;
}

#qieto1dayrich .about_inner {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  text-align: center;
}

#qieto1dayrich .about_menu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: min(5vw, 22px);
  font-weight: normal;
  margin-top: 0;
  text-align: center;
}

#qieto1dayrich .about_menu li {
  border-bottom: solid 1px #c8ced2;
  padding: 6% 0 0;
}

#qieto1dayrich .about_menu li:last-child {
  border-bottom: none;
}

#qieto1dayrich .about_menu a {
  color: #484848;
  display: block;
  font-size: min(5vw, 30px);
}

#qieto1dayrich .li_n {
  font-size: min(4vw, 22px);
  font-weight: 200;
  letter-spacing: 1px;
}

#qieto1dayrich .yaji {
  display: block;
  margin: 2% auto 4%;
  width: 4%;
}

#qieto1dayrich .about_main {
  background: #f8f5f1;
  display: block;
  margin: 0 auto;
  padding: 9% 0;
}

#qieto1dayrich .about_ma_inner {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

#qieto1dayrich .about_ma_inner+.about_ma_inner {
  margin: 8% auto 0;
}

#qieto1dayrich .about_block {
  display: block;
}

#qieto1dayrich .about_num {
  display: block;
  font-size: min(5.5vw, 33px);
  text-align: center;
}

#qieto1dayrich .about_ttl {
  display: block;
  font-size: min(4.7vw, 30px);
  line-height: 1;
  margin-top: 1%;
  text-align: center;
}

#qieto1dayrich .about_img {
  margin: 5% auto 0;
  width: auto;
}

#qieto1dayrich .about_text {
  font-size: min(3.5vw, 18px);
  margin-top: 3%;
  line-height: 2;
  text-align: center;
}

#qieto1dayrich .about_component {
  margin: 10% auto 0;
  width: auto;
}

#qieto1dayrich .about_component_sub {
  background: #484848;
  border-radius: 2.5rem;
  color: #fff;
  display: inline-block;
  font-size: min(3.5vw, 20px);
  padding: 0 5%;
}

#qieto1dayrich .about_component_ttl {
  font-size: min(4.4vw, 25px);
  margin-top: 1%;
}

#qieto1dayrich .about_component_text {
  font-size: min(3.5vw, 18px);
  margin-top: 3%;
  text-align: left;
}

/* 口コミ・評判エリア
------------------------------------ */
#qieto1dayrich .review_area {
  background: #f8f5f1;
  margin: 0 auto;
  width: auto;
}

#qieto1dayrich .review_area_in {
  padding: 8.3% 0 12%;
}

#qieto1dayrich .review_area_ttl {
  font-size: 16px;
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 6.3%;
  text-align: center;
}

/* 口コミ・評判スライダー */
#qieto1dayrich .review_slider {
  margin-top: 5.2%;
}

#qieto1dayrich .slick-prev:before,
#qieto1dayrich .slick-next:before {
  display: none;
}

#qieto1dayrich .slick-prev:after,
#qieto1dayrich .slick-next:after {
  display: none;
}

#qieto1dayrich .review_item {
  background: #fff;
  border: 1px solid #888;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  margin: 0 2%;
  padding: 4%;
}

#qieto1dayrich .review_item .user_data {
  width: 20%;
}

#qieto1dayrich .review_item .user_comment {
  font-size: 10px;
  font-size: min(3.5vw, 20px);
  letter-spacing: 0.1em;
  margin-left: 5px;
  width: 70%;
}

#qieto1dayrich .review_item .user_age {
  color: #484848;
  font-size: 9px;
  font-size: min(2.8vw, 16px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 10%;
  text-align: center;
}

#qieto1dayrich .review_notice {
  color: #b6cee1;
  font-size: 8px;
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-top: 4%;
  text-align: center;
}

#qieto1dayrich .js_slider .slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  background-color: #c3c3c3;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 8vw;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8vw;
  z-index: 10;
}

#qieto1dayrich .js_slider .slick-arrow.slick-prev {
  left: 4%;
}

#qieto1dayrich .js_slider .slick-arrow.slick-next {
  right: 4%;
}

#qieto1dayrich .js_slider .slick-arrow::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 2vw;
  position: absolute;
  top: calc(50% - 1vw);
  width: 2vw;
}

#qieto1dayrich .js_slider .slick-arrow.slick-prev::after {
  left: calc(50% - 0.5vw);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#qieto1dayrich .js_slider .slick-arrow.slick-next::after {
  right: calc(50% - 0.5vw);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SPEC
--------------------------------------- */
#qieto1dayrich .ba_gray {
  background: #f0f0f0;
  padding: 3% 0 10%;
}

#qieto1dayrich .spec_area {
  background: #f8f5f1;
  display: block;
  margin: 0 auto;
  padding: 5% 0;
  line-height: 1.75;
}

#qieto1dayrich .spec_photo {
  margin: 0 auto;
  padding: 5% 0;
  width: 50%;
}

#qieto1dayrich .spec_photo img {
  display: block;
  margin: 0 auto;
  width: auto;
}

#qieto1dayrich .syousai_btn {
  margin: 12% auto;
  text-align: center;
  width: 90%;
}

#qieto1dayrich .product_spec {
  margin: 4% auto 0;
  padding-bottom: 4%;
  width: 90%;
}

#qieto1dayrich .product_spec li {
  align-items: center;
  border-bottom: solid 1px #a2a5a8;
  display: flex;
  justify-content: space-around;
  padding: 2% 0;
}

#qieto1dayrich .futomoji {
  font-size: min(3.2vw, 16px);
  font-weight: bold;
  margin-left: 0;
  text-align: left;
  width: 36%;
}

#qieto1dayrich .hosomoji {
  font-size: min(3.2vw, 16px);
  width: 64%;
}

#qieto1dayrich .bb_no {
  border-bottom: 1px solid #f0f7fc !important;
}

/* SPEC
--------------------------------------- */
#qieto1dayrich .howto_area {
  display: block;
}

#qieto1dayrich .howto_in {
  margin: 12% auto;
  position: relative;
  text-align: center;
}

#qieto1dayrich .howto_li {
  font-size: min(3.2vw, 16px);
  margin: 6% auto;
  text-align: left;
  width: 90%;
}

#qieto1dayrich .howto_li ul {
  padding-left: 1em;
  text-indent: -1em;
}

#qieto1dayrich .howto_li li {
  margin-bottom: 4%;
}

#qieto1dayrich .howto_li2 {
  font-size: min(3.2vw, 16px);
  margin: 6% auto;
  text-align: left;
  width: 90%;
}

#qieto1dayrich .howto_li2 ul {
  margin-top: 10%;
  padding-left: 2em;
  text-indent: -2em;
}

#qieto1dayrich .howto_li2 li {
  margin-bottom: 4%;
}

/* footer_area
--------------------------------------- */
#qieto1dayrich .footer_area {
  background: #e8e8e8;
  display: block;
  margin: 10% auto 0;
}

#qieto1dayrich .footer_area .logo_img {
  width: 80%;
}

#qieto1dayrich .footer_txt {
  font-size: 10px;
  letter-spacing: 2px;
  margin: 60px auto 0;
}

#qieto1dayrich .footer_in {
  margin: 0 auto;
  padding: 12% 4%;
  position: relative;
  text-align: center;
}

#qieto1dayrich .footer_li {
  font-size: min(2.8vw, 16px);
  letter-spacing: 1.4px;
  margin: 6% auto 0;
}

#qieto1dayrich .footer_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#qieto1dayrich .footer_li li {
  display: inline-block;
}

#qieto1dayrich .footer_li li:last-child {
  display: inline-block;
  margin: 6% auto 0;
  width: 60%;
}

#qieto1dayrich .footer_li a {
  color: #484848;
}

#qieto1dayrich .footer_area .copyright {
  margin-top: 10%;
  width: 80%;
}

#scroll-pagetop {
  bottom: 55px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.8));
  height: 50px;
  position: fixed;
  right: 10px;
  width: 100%;
  width: 50px;
  z-index: 997;
}

#qieto1dayrich .fixed_bnr_btn {
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  z-index: 200001;
}

/* タブ、データ部分
------------------------------------ */
#qieto1dayrich .qieto_box {
  margin: 10% auto 0;
  width: auto;
}

/* BUY set
--------------------------------------- */
#qieto1dayrich .buy_imgwrap {
  background: #fff;
  margin: 8% auto 0;
  max-width: 980px;
  position: relative;
  width: 90%;
}

#qieto1dayrich .buy_img {
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: 85%;
}

#qieto1dayrich .buy_img.is_active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

#qieto1dayrich .buy_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

#qieto1dayrich .buy_data {
  background: #fff;
  margin: 8% auto 0;
  max-width: 980px;
  position: relative;
  width: 90%;
}

#qieto1dayrich .buy_cart {
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}

#qieto1dayrich .buy_cart.is_active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

#qieto1dayrich .buy_name {
  color: #24272a;
  font-size: 1.1rem;
  letter-spacing: 0.13em;
  margin: 5% auto 0;
  text-align: center;
}

#qieto1dayrich .sm_cellbox {
  color: #fe5757;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 15px;
  text-align: center;
}

#qieto1dayrich .sm_box_name {
  color: #24272a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

#qieto1dayrich .sm_devide {
  color: #fe5757;
  font-size: 23px;
  font-weight: bold;
  font-weight: 400;
}

#qieto1dayrich .sm_color {
  color: #dbb03f;
  font-weight: 500;
}

#qieto1dayrich .buy_pointwrap {
  display: flex;
  justify-content: center;
  position: relative;
}

#qieto1dayrich .buy_point {
  border: solid 1px #24272a;
  display: inline-block;
  font-size: min(4.2vw, 18px);
  font-weight: 500;
  left: 0;
  letter-spacing: 0.18em;
  margin: 10px auto 0;
  max-width: 100%;
  opacity: 0;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  text-align: center;
}

#qieto1dayrich .buy_point.is_active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

#qieto1dayrich .buy_point span:first-of-type {
  margin: 0;
  white-space: nowrap;
}

#qieto1dayrich .buy_point span:nth-child(2) {
  margin: 0;
  white-space: nowrap;
}

#qieto1dayrich .setprice_wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

#qieto1dayrich .set_price {
  left: 0;
  line-height: 1;
  margin: 5% 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

#qieto1dayrich .set_price.is_active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

/* スペック
--------------------------------------- */
#qieto1dayrich .goods_inner {
  margin: 0 auto;
  max-width: 610px;
}

#qieto1dayrich .goods_flex {
  align-items: center;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}

#qieto1dayrich .goods_data_title_blank {
  width: 88px;
}

#qieto1dayrich .goods_data_title {
  background: #848080;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 5px;
  padding: 6px 0;
  text-align: center;
  width: 240px;
}

#qieto1dayrich .goods_flex:last-of-type {
  border-bottom: none;
}

#qieto1dayrich .goods_flex .th {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  padding: 20px 0;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 95px;
}

#qieto1dayrich .goods_flex .th.bc {
  padding: 21px 0;
  width: 95px;
}

#qieto1dayrich .goods_flex .td_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 498px;
}

#qieto1dayrich .goods_flex .td {
  font-size: 1.3rem;
  padding: 0;
  width: 240px;
}

#qieto1dayrich .goods_flex .r_eye,
#qieto1dayrich .goods_flex .l_eye {
  font-size: 1.4rem;
}

#qieto1dayrich .goods_flex .goods_select_wrap {
  background: #f6f6f6;
  border-radius: 0;
  margin: 0;
  position: relative;
  width: 240px;
  z-index: 2;
}

#qieto1dayrich .goods_flex .goods_select_wrap::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  z-index: 1;
}

#qieto1dayrich .goods_flex select {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 1.3rem;
  height: 40px;
  letter-spacing: 0.02em;
  outline: 0;
  padding: 0 12px;
  width: 100%;
  z-index: 1;
}

#qieto1dayrich .goods_flex select::-ms-expand {
  display: none;
}

#qieto1dayrich .goods_flex select.err_msg {
  background: #fff2f2;
  color: #f54141;
}

#qieto1dayrich .goods_flex .goods_data_value {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 26px 12px;
  text-align: center;
}

#qieto1dayrich .goods_err_msg {
  color: #f54141;
  display: block;
  font-size: 1.4rem;
}

#qieto1dayrich .goods_btn_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#qieto1dayrich .goods_cart_btn {
  margin: 0 auto;
}

#qieto1dayrich .btn-form {
  padding: 0 0 10px;
}

#qieto1dayrich .org-btn {
  background: #888888;
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 94%;
}

/***************************

qieto クーポン / データ部分 ここまで

*****************************/
#qieto1dayrich .fixed_bnr_btn img {
  max-width: inherit;
  width: 100%;
}

#qieto1dayrich .fixed_bnr_btn_close {
  background-color: #fff;
  border: 0.5vw solid #15a4f2;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 0;
  height: 5vw;
  position: absolute;
  right: 1%;
  top: -2.70833vw;
  width: 5vw;
}

.appendtext {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #444444;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .2em;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  z-index: 2147483647;
  transform: translateY(-50%);
}

/* PRODUCT LINE-UP
--------------------------------------- */
#qieto1dayrich .product_area {
  background: #f8f5f1;
  padding: 8% 0;
  line-height: 2;
}

#qieto1dayrich .product_area .ttl_box {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(5vw, 32px);
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 60%;
}

#qieto1dayrich .product_inner {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 5% 0 0;
}

#qieto1dayrich .product_inner+.product_inner {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

#qieto1dayrich .product_box {
  width: 47%;
}

#qieto1dayrich .product_boximg {
  margin: 1% auto 0;
}

#qieto1dayrich .product_name {
  display: block;
  font-size: min(3.7vw, 18px);
  text-align: center;
  margin-top: 5px;
  letter-spacing: 0;
  line-height: 1.5;
}

#qieto1dayrich .product_text {
  width: 100%;
  margin-inline: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  font-weight: 500;
  font-size: min(2.8vw, 12px);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.8;
}

#qieto1dayrich .product_price {
  font-size: min(3vw, 16px);
  text-align: center;
}

#qieto1dayrich .product_price span {
  font-size: min(4.5vw, 25px);
  text-align: center;
}

#qieto1dayrich .product_btn {
  display: block;
  margin: 5% auto 0;
  width: 65%;
  border: unset;
}
