@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding: 20px;
}
@media screen and (min-width: 769px) {
  .pc_hidden {
    display: none;
  }
}
.hm_wrapper {
  line-height: 1.7;
  overflow: clip;
  font-size: min(1.0666666666666667vw, 16px);
}
.hm_wrapper * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.hm_wrapper img {
  vertical-align: top;
}
.hm_inner {
  width: min(100vw, 1500px);
  margin: auto;
  overflow-y: clip;
  padding: 0 0 min(7.666666666666666vw, 115px);
}
.hm_ttl {
  line-height: 1;
  margin: 0 0 min(4.666666666666667vw, 70px);
}
.hm_ttl p {
  margin: 0 0 min(0.8vw, 12px);
  font-size: min(3.733333333333334vw, 56px);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.hm_ttl span {
  display: block;
  color: #fff;
  font-size: min(1.0666666666666667vw, 16px);
  font-weight: bold;
  background: transparent -webkit-gradient(linear, right top, left top, from(#58bdb0), color-stop(49%, #3dafbe), to(#e24d9a)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #58bdb0 0%, #3dafbe 49%, #e24d9a 100%) 0% 0% no-repeat padding-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: min(0.8666666666666666vw, 13px);
  padding: min(0.26666666666666666vw, 4px) min(1vw, 15px);
}
.hm_subttl {
  line-height: 1;
  margin: 0 0 min(2.3333333333333335vw, 35px);
  padding: 0 0 0 min(1.0666666666666667vw, 16px);
  border-left: min(0.5333333333333333vw, 8px) solid #58bdb0;
  font-size: min(2.1333333333333333vw, 32px);
  font-weight: 900;
  letter-spacing: 0.07em;
}
.hm_box_ttl {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  border-radius: 0 0px 12px 0px;
  border-right: 2px solid #58bdb0;
  border-bottom: 2px solid #58bdb0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: min(0.8vw, 12px);
  background: #eaf7f5;
  padding: min(0.46666666666666673vw, 7px) min(1.7999999999999998vw, 27px);
}
.hm_box_ttl p {
  margin: min(0.4vw, 6px) 0;
  font-size: min(2.1333333333333333vw, 32px);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.hm_box_ttl span {
  display: block;
  color: #eb3392;
  font-size: min(1.0666666666666667vw, 16px);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hm_common_btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: min(0.5333333333333333vw, 8px);
  border: 1px solid #58bdb0;
  border-radius: min(1.866666666666667vw, 28px);
  color: #fff;
  font-size: min(0.9333333333333335vw, 14px);
  background: #58bdb0;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hm_common_btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(1.2vw, 18px);
  margin: auto;
  width: min(1.866666666666667vw, 28px);
  height: min(1.866666666666667vw, 28px);
  background: #fff;
  border-radius: 100%;
}
.hm_common_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(1.7999999999999998vw, 27px);
  margin: auto;
  width: min(0.5333333333333333vw, 8px);
  height: min(0.5333333333333333vw, 8px);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #58bdb0;
}
.hm_common_btn a:hover {
  color: #58bdb0;
  background: #fff;
}
.hm_common_btn a:hover:before {
  background: #58bdb0;
}
.hm_common_btn a:hover:after {
  background: #fff;
}
.hm_mv {
  position: relative;
  width: 100%;
  border-bottom: 4px solid #58bdb0;
}
.hm_mv_copy {
  position: absolute;
  top: 12.532981530343008vw;
  left: 14.182058047493404vw;
  font-size: 1.187335092348285vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.hm_mv_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(0.5333333333333333vw, 8px);
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
}
.hm_mv_tab_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(32.666666666666664vw, 490px);
  height: min(8.133333333333333vw, 122px);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #58bdb0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 12px 12px 0 0;
  border: min(0.26666666666666666vw, 4px) solid #58bdb0;
  border-bottom: none;
}
.hm_mv_tab_item p {
  font-family: "Montserrat", sans-serif;
  display: block;
  margin: 0 0 min(0.5333333333333333vw, 8px);
  font-size: min(2.1333333333333333vw, 32px);
  font-weight: bold;
}
.hm_mv_tab_item span {
  font-size: min(1.0666666666666667vw, 16px);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #eb3392;
  border-radius: min(0.8666666666666666vw, 13px);
  padding: min(0.26666666666666666vw, 4px) min(1vw, 15px) min(0.33333333333333337vw, 5px);
  color: #fff;
}
.hm_mv_tab_item.is-active {
  background: #fff;
}
.hm_tab_contents {
  position: relative;
  display: none;
  padding: min(5.333333333333334vw, 80px) 0 0;
}
.hm_tab_contents.is-active {
  display: block;
}
.hm_tab_contents:before {
  content: "";
  position: absolute;
  top: -195px;
  left: -185px;
  display: block;
  background: url("../img/bg1.webp") no-repeat center/contain;
  width: 308px;
  height: 306px;
}
.hm_tab_contents:after {
  content: "";
  position: absolute;
  top: -183px;
  right: -250px;
  display: block;
  background: url("../img/bg3.webp") no-repeat center/contain;
  width: 533px;
  height: 500px;
  z-index: -1;
}
.hm_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 min(3.5333333333333337vw, 53px);
  width: min(73.33333333333333vw, 1100px);
  margin: 0 auto min(2.666666666666667vw, 40px);
}
.hm_flex_img {
  position: relative;
  width: min(22.2vw, 333px);
  text-align: center;
}
.hm_flex_img img {
  max-width: 100%;
  height: auto;
}
.hm_flex_contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: min(1vw, 15px) 0 0;
}
.hm_flex_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.0666666666666667vw, 16px);
  line-height: 1.47;
  letter-spacing: 2.56px;
  margin: 0 0 min(2.3333333333333335vw, 35px);
  font-size: min(2.1333333333333333vw, 32px);
  font-weight: 900;
}
.hm_flex_ttl:before {
  content: "";
  display: inline-block;
  width: min(0.5333333333333333vw, 8px);
  height: min(5vw, 75px);
  background: #58bdb0;
}
.hm_flex_txt {
  font-weight: bold;
  margin: 0 0 min(1.3333333333333335vw, 20px);
}
.hm_flex_list {
  padding: min(1.6666666666666667vw, 25px) min(2.1333333333333333vw, 32px);
  border-radius: min(0.33333333333333337vw, 5px);
  font-size: min(1.2vw, 18px);
  border: 2px solid #58bdb0;
  border-radius: 12px;
  background: #fff;
}
.hm_flex_list li {
  position: relative;
  font-size: min(1.0666666666666667vw, 16px);
  font-weight: bold;
  padding: 0 0 0 min(0.8vw, 12px);
}
.hm_flex_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: min(0.8666666666666666vw, 13px);
  left: 0;
  width: min(0.26666666666666666vw, 4px);
  height: min(0.26666666666666666vw, 4px);
  border-radius: 100%;
  background: #000;
}
.hm_flex_list li.small {
  font-size: min(0.8vw, 12px);
  display: block;
  padding: 0;
  margin-top: 10px;
}
.hm_flex_list li.small:before {
  content: none;
}
.hm_flex_list li.small:last-child {
  margin: 0;
}
.hm_intro {
  position: relative;
}
.hm_intro:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -425px;
  display: block;
  background: url("../img/bg2.webp") no-repeat center/contain;
  width: 438px;
  height: 446px;
  z-index: -1;
}
.hm_voice {
  position: relative;
  width: min(73.33333333333333vw, 1100px);
  margin: 0 auto min(1.9333333333333333vw, 29px);
  padding: min(5.6000000000000005vw, 84px) min(3.2vw, 48px) min(3.733333333333334vw, 56px);
  background: #fff;
  border: 2px solid #58bdb0;
  border-radius: min(0.8vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.hm_voice .hm_ttl {
  margin: 0 0 min(2vw, 30px);
  color: #58bdb0;
}
.hm_voice .hm_ttl span {
  font-size: min(4vw, 60px);
}
.hm_voice .hm_voice_ttl {
  display: block;
  padding: min(0.8666666666666666vw, 13px) 0;
  background: #58bdb0;
}
.hm_voice .hm_voice_ttl p {
  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;
  gap: min(1.2vw, 18px);
  color: #fff;
  font-size: min(1.3333333333333335vw, 20px);
  font-weight: bold;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.hm_voice .hm_voice_ttl p:before,
.hm_voice .hm_voice_ttl p:after {
  content: "";
  display: block;
  width: min(1.0666666666666667vw, 16px);
  height: min(1.0666666666666667vw, 16px);
  background: url("../img/voice_ttl_icon.webp") no-repeat center/contain;
}
.hm_voice .hm_voice_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 min(1.3333333333333335vw, 20px);
}
.hm_voice .hm_voice_item {
  padding: 0 0 min(1.2vw, 18px);
  border: 2px solid #58bdb0;
  border-radius: min(0.8vw, 12px);
  text-align: center;
  background: #eaf7f5;
  cursor: pointer;
  overflow: hidden;
}
.hm_voice .hm_voice_item img {
  display: block;
  width: min(3.2vw, 48px);
  height: min(3.2vw, 48px);
  margin: min(1.0666666666666667vw, 16px) auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hm_voice .hm_voice_item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hm_function {
  position: relative;
  width: min(73.33333333333333vw, 1100px);
  margin: 0 auto min(7.333333333333333vw, 110px);
  padding: min(5.800000000000001vw, 87px) min(6.800000000000001vw, 102px) min(3.2vw, 48px) min(6.666666666666667vw, 100px);
  background: #fff;
  border: 2px solid #58bdb0;
  border-radius: min(0.8vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.hm_function .hm_function_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 min(2.666666666666667vw, 40px);
}
.hm_function_img {
  position: relative;
  width: min(14.866666666666667vw, 223px);
}
.hm_function_img img {
  max-width: 100%;
  height: auto;
}
.hm_function_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hm_function_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: min(0.6666666666666667vw, 10px);
  margin: min(1.866666666666667vw, 28px) 0 min(2.2666666666666666vw, 34px);
}
.hm_function_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  padding: min(0.8vw, 12px) min(0.6666666666666667vw, 10px);
  border: 1px solid #ddd;
  border-radius: min(0.13333333333333333vw, 2px);
  text-align: center;
}
.hm_function_btn a {
  width: min(26.666666666666668vw, 400px);
  padding: min(0.7333333333333333vw, 11px);
  border-width: 2px;
  border-radius: min(2.666666666666667vw, 40px);
  font-size: min(1.2vw, 18px);
}
.hm_thermohygrometer {
  position: relative;
  margin: 0 auto min(8.333333333333332vw, 125px);
}
.hm_thermohygrometer:before {
  content: "";
  position: absolute;
  top: -460px;
  right: -483px;
  display: block;
  background: url("../img/bg4.webp") no-repeat center/contain;
  width: 576px;
  height: 730px;
  z-index: -1;
}
.hm_thermohygrometer:after {
  content: "";
  position: absolute;
  bottom: -115px;
  left: -425px;
  display: block;
  background: url("../img/bg2.webp") no-repeat center/contain;
  width: 438px;
  height: 446px;
  z-index: -1;
}
.hm_thermohygrometer_contents {
  margin: min(0.8vw, 12px) 0 0;
}
.hm_thermohygrometer_btn {
  margin: min(2.666666666666667vw, 40px) 0 0;
}
.hm_thermohygrometer_btn a {
  width: min(26.666666666666668vw, 400px);
  padding: min(0.7333333333333333vw, 11px);
  border-width: 2px;
  font-size: min(1.2vw, 18px);
}
.hm_order {
  position: relative;
  width: min(66.66666666666666vw, 1000px);
  margin: auto;
}
.hm_order:before {
  content: "";
  position: absolute;
  bottom: -155px;
  left: -407px;
  display: block;
  background: url("../img/bg1.webp") no-repeat center/contain;
  width: 308px;
  height: 303px;
  z-index: -1;
}
.hm_order:after {
  content: "";
  position: absolute;
  bottom: 200px;
  right: -453px;
  display: block;
  background: url("../img/bg3.webp") no-repeat center/contain;
  width: 576px;
  height: 540px;
  z-index: -1;
}
.hm_order .hm_ttl {
  position: relative;
  margin-left: max(-3.3333333333333335vw, -50px);
}
.hm_order .hm_ttl:before {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -470px;
  display: block;
  background: url("../img/bg1.webp") no-repeat center/contain;
  width: 308px;
  height: 303px;
  z-index: -1;
}
.hm_order_contents {
  margin: 0 0 min(3.8666666666666667vw, 58px);
  padding: min(2.4vw, 36px) min(2.666666666666667vw, 40px) min(2.666666666666667vw, 40px);
  border-radius: min(0.8vw, 12px);
  font-size: min(1.2vw, 18px);
  background: #eaf7f5;
}
.hm_order_contents:last-child {
  margin: 0;
}
.hm_order_data {
  margin: 0 0 min(1.6666666666666667vw, 25px);
  display: -ms-grid;
  display: grid;
  gap: min(2vw, 30px) 0;
}
.hm_order_data li {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 min(1.2vw, 18px);
}
.hm_order_data li:before {
  content: "";
  display: block;
  position: absolute;
  top: min(0.9333333333333335vw, 14px);
  left: min(0.4vw, 6px);
  width: min(0.26666666666666666vw, 4px);
  height: min(0.26666666666666666vw, 4px);
  border-radius: 100%;
  background: #000;
}
.hm_order_attention dt {
  margin: 0 0 min(2vw, 30px);
  padding: 0 0 min(0.6666666666666667vw, 10px);
  border-bottom: 2px solid #58bdb0;
  font-size: min(1.4666666666666666vw, 22px);
  font-weight: bold;
}
.hm_order_attention dd ul li {
  position: relative;
  padding: 0 0 0 min(1.2vw, 18px);
  font-weight: bold;
}
.hm_order_attention dd ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: min(0.9333333333333335vw, 14px);
  left: min(0.4vw, 6px);
  width: min(0.26666666666666666vw, 4px);
  height: min(0.26666666666666666vw, 4px);
  border-radius: 100%;
  background: #000;
}
.hm_order_attention dd ul li strong {
  color: #f00;
  font-weight: bold;
}
.hm_select_film {
  position: relative;
  border-radius: min(0.26666666666666666vw, 4px);
  background: #eaf7f5;
  margin: min(1.866666666666667vw, 28px) 0 0;
}
.hm_select_film input {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hm_select_film label {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: min(1.4666666666666666vw, 22px) min(1.3333333333333335vw, 20px) min(1.4666666666666666vw, 22px) min(5.866666666666666vw, 88px);
  cursor: pointer;
}
.hm_select_film label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: min(1.866666666666667vw, 28px);
  width: min(2.1333333333333333vw, 32px);
  height: min(2.1333333333333333vw, 32px);
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hm_select_film.is-disabled label {
  cursor: default;
  pointer-events: none;
}
.hm_select_film.is-disabled label:before {
  background: #fff !important;
  border-color: #b8b8b8 !important;
}
.hm_select_film.is-disabled label:after {
  content: none !important;
}
.hm_select_film input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: min(2.666666666666667vw, 40px);
  width: min(0.4vw, 6px);
  height: min(0.6666666666666667vw, 10px);
  border-right: min(0.2vw, 3px) solid #fff;
  border-bottom: min(0.2vw, 3px) solid #fff;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hm_select_film input:checked + label:before {
  background: #58bdb0;
  border-color: #58bdb0;
}
.hm_select_film .hm_select_film_txt {
  font-weight: bold;
}
.hm_select_film .hm_select_film_txt .price {
  font-weight: bold;
  font-size: min(1.3333333333333335vw, 20px);
}
.hm_select_film .hm_select_film_txt .tax {
  font-weight: bold;
  font-size: min(0.8vw, 12px);
  padding-left: 2px;
}
.hm_copyright {
  padding: min(1.6666666666666667vw, 25px);
  text-align: center;
  background: #010101;
}
.hm_copyright p {
  color: #fff;
  font-size: min(0.8666666666666666vw, 13px);
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.5333333333333333vw, 8px);
}
.hm_copyright p.pc_hidden {
  display: none;
}
.hm_copyright p.sp_hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hm_copyright p.sp_hidden:after {
  content: "";
  display: inline-block;
  width: min(4.466666666666667vw, 67px);
  height: min(1.0666666666666667vw, 16px);
  background: url("../img/copyright.webp") no-repeat center/contain;
}
.hm_cart_wrapper {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: min(1.3333333333333335vw, 20px) 0;
  z-index: 100000;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hm_cart_wrapper.is-visible {
  display: block;
  opacity: 1;
}
.hm_cart_wrapper.is-hide {
  opacity: 0;
}
.hm_cart__btn {
  position: relative;
  width: min(26.666666666666668vw, 400px);
  border-radius: min(2vw, 30px);
  background: transparent -webkit-gradient(linear, right top, left top, from(#58bdb0), color-stop(49%, #3dafbe), to(#e24d9a)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #58bdb0 0%, #3dafbe 49%, #e24d9a 100%) 0% 0% no-repeat padding-box;
  margin: auto;
}
.hm_cart input[type=submit] {
  display: block;
  position: relative;
  width: 100%;
  height: min(3.733333333333334vw, 56px);
  color: transparent;
  background: transparent;
  z-index: 9999999;
  cursor: pointer;
}
.hm_cart input[type=submit].is-disabled {
  cursor: default;
}
.hm_cart__text {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.hm_cart__text p {
  font-size: min(1.4666666666666666vw, 22px);
  font-weight: 500;
}
.hm_cart__text p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(2.666666666666667vw, 40px);
  width: min(1.7999999999999998vw, 27px);
  height: min(2vw, 30px);
  background: url("../img/cart.webp") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hm_cart__text span {
  font-size: min(0.7333333333333333vw, 11px);
  line-height: 1;
}
.hm_cart input[type=submit].is-disabled + .hm_cart__text {
  font-size: min(1.3333333333333335vw, 20px);
}
.hm_cart__number {
  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;
  position: absolute;
  top: min(0.5333333333333333vw, 8px);
  right: min(1.866666666666667vw, 28px);
  width: min(1.3333333333333335vw, 20px);
  height: min(1.3333333333333335vw, 20px);
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  font-size: min(0.6666666666666667vw, 10px);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background-color: #eb3392;
  z-index: 10;
}
.hm_p2_intro {
  display: block;
  width: min(73.33333333333333vw, 1100px);
  margin: 0 auto min(5.666666666666666vw, 85px);
  padding: min(0.5333333333333333vw, 8px) 0 0;
}
.hm_p2_intro:before {
  content: none;
}
.hm_p2_intro_txt {
  font-size: min(1.2vw, 18px);
  font-weight: bold;
  letter-spacing: 0.09em;
}
.hm_items {
  position: relative;
  width: min(66.66666666666666vw, 1000px);
  margin: 0 auto min(6.666666666666667vw, 100px);
}
.hm_items:before {
  content: "";
  position: absolute;
  top: 0;
  left: -460px;
  display: block;
  background: url("../img/bg2.webp") no-repeat center/contain;
  width: 438px;
  height: 446px;
  z-index: -1;
}
.hm_items .hm_items_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: min(5vw, 75px) min(1.0666666666666667vw, 16px);
}
.hm_items .hm_items_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hm_items .hm_items_item_img {
  text-align: center;
  max-width: 198px;
  height: auto;
  aspect-ratio: 1/1;
  padding: min(1.3333333333333335vw, 20px) min(1.3333333333333335vw, 20px) min(1.6666666666666667vw, 25px);
}
.hm_items .hm_items_item_img img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.hm_items .hm_items_item_name {
  border-top: 2px solid #58bdb0;
  padding-top: min(0.6666666666666667vw, 10px);
  text-align: center;
  font-size: min(0.9333333333333335vw, 14px);
  line-height: 1.5;
}
.hm_items .hm_items_item_price {
  font-weight: bold;
  text-align: center;
  margin-bottom: min(0.8vw, 12px);
}
.hm_items .hm_items_item_price span {
  font-size: min(0.8vw, 12px);
  font-weight: bold;
}
.hm_items .hm_items_item_link {
  margin-top: auto;
}
.hm_items .hm_items_item_link a:before {
  right: min(0.5333333333333333vw, 8px);
  width: min(1.6vw, 24px);
  height: min(1.6vw, 24px);
}
.hm_items .hm_items_item_link a:after {
  right: min(1vw, 15px);
  width: min(0.46666666666666673vw, 7px);
  height: min(0.46666666666666673vw, 7px);
}
.hm_items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.hm_items label:after {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: min(1.866666666666667vw, 28px);
  height: min(1.866666666666667vw, 28px);
  margin: 0 auto;
  border: 1px solid #b8b8b8;
  border-radius: min(0.26666666666666666vw, 4px);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hm_items input:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  width: min(0.4vw, 6px);
  height: min(0.6666666666666667vw, 10px);
  border-right: min(0.2vw, 3px) solid #fff;
  border-bottom: min(0.2vw, 3px) solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hm_items input:checked + label:after {
  background: #58bdb0;
  border-color: #58bdb0;
}
.hm_order_contents2:after {
  content: none;
}
.hm_order_contents2 .hm_ttl:before {
  content: "";
  position: absolute;
  top: -400px;
  right: -535px;
  display: block;
  background: url("../img/bg4.webp") no-repeat center/contain;
  width: 576px;
  height: 730px;
  z-index: -1;
}
.l-footer-pagetop {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_hidden {
    display: none;
  }
  .hm_wrapper {
    margin-top: 70px;
    font-size: 3.733333333333333vw;
  }
  .hm_inner {
    width: auto;
    padding-inline: 4vw;
    padding-block: 0 21.333333333333332vw;
  }
  .hm_ttl {
    margin: 0 0 9.333333333333334vw;
    font-size: 3.2vw;
  }
  .hm_ttl p {
    font-size: 10.666666666666666vw;
    margin: 0 0 2.133333333333333vw;
  }
  .hm_ttl span {
    font-size: 3.2vw;
    padding: 0.8vw 4vw;
    border-radius: 3.466666666666667vw;
  }
  .hm_subttl {
    margin: 0 0 8vw;
    padding: 0 0 0 4vw;
    border-width: 1.6vw;
    font-size: 5.333333333333333vw;
    line-height: 7.466666666666667vw;
    letter-spacing: 0;
  }
  .hm_box_ttl {
    gap: 8px;
    padding: 3.2vw 6.666666666666667vw;
  }
  .hm_box_ttl p {
    margin: 0;
    font-size: 5.333333333333333vw;
  }
  .hm_box_ttl span {
    font-size: 3.2vw;
  }
  .hm_common_btn a {
    width: 100%;
    padding: 2.666666666666667vw;
    border-radius: 7.466666666666667vw;
    font-size: 3.733333333333333vw;
  }
  .hm_common_btn a:before {
    right: 2.133333333333333vw;
    width: 7.466666666666667vw;
    height: 7.466666666666667vw;
  }
  .hm_common_btn a:after {
    right: 4.533333333333333vw;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
  .hm_mv {
    margin: 0 0 10.133333333333333vw;
    border-width: 3px;
  }
  .hm_mv_copy {
    top: 29.866666666666667vw;
    right: 0;
    left: 0;
    font-size: inherit;
    letter-spacing: inherit;
  }
  .hm_mv_tab {
    gap: 0 0.8vw;
    border-width: 0.8vw;
    bottom: -3px;
  }
  .hm_mv_tab_item {
    width: 44vw;
    height: 19.733333333333334vw;
    font-size: 2.666666666666667vw;
    border-width: 3px;
  }
  .hm_mv_tab_item p {
    margin: 0 0 1.333333333333333vw;
    font-size: 4.266666666666667vw;
  }
  .hm_mv_tab_item span {
    font-size: 3.2vw;
    border-radius: 3.466666666666667vw;
    padding: 2px 13px 4px;
  }
  .hm_tab_contents {
    padding: 0;
  }
  .hm_tab_contents:before,
  .hm_tab_contents:after {
    content: none;
  }
  .hm_flex {
    display: block;
    width: auto;
    margin: 0 0 8vw;
  }
  .hm_flex_img {
    width: auto;
    margin: 0 0 9.333333333333334vw;
  }
  .hm_flex_img label {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .hm_flex_img label:after {
    width: 5.866666666666666vw;
    height: 5.866666666666666vw;
    margin: 2.666666666666667vw auto 0;
    border-radius: 1.066666666666667vw;
  }
  .hm_flex_img input:checked + label:before {
    bottom: 1.866666666666667vw;
    width: 1.6vw;
    height: 2.666666666666667vw;
    border-width: 0.533333333333333vw;
  }
  .hm_flex_contents {
    margin: 0;
  }
  .hm_flex_ttl {
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 6.666666666666667vw;
    border-width: 1.6vw;
    font-size: 5.333333333333333vw;
    gap: 3.2vw;
  }
  .hm_flex_ttl:before {
    width: 1.6vw;
    height: 13.866666666666667vw;
  }
  .hm_flex_txt {
    margin: 0 0 6.4vw;
  }
  .hm_flex_list {
    padding: 4.8vw 4.533333333333333vw;
    border-radius: 1.333333333333333vw;
  }
  .hm_flex_list li {
    font-size: 3.733333333333333vw;
    padding: 0 0 0 3.2vw;
  }
  .hm_flex_list li:before {
    top: 2.933333333333333vw;
    width: 1.066666666666667vw;
    height: 1.066666666666667vw;
  }
  .hm_flex_list li.small {
    font-size: 2.666666666666667vw;
  }
  .hm_select_film {
    border-radius: 2.133333333333333vw;
    margin: 7.466666666666667vw 0 0;
  }
  .hm_select_film label {
    padding: 5.866666666666666vw 10.133333333333333vw 5.866666666666666vw 16vw;
  }
  .hm_select_film label:before {
    left: 4.266666666666667vw;
    width: 7.466666666666667vw;
    height: 7.466666666666667vw;
  }
  .hm_select_film input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6.666666666666667vw;
    width: 1.6vw;
    height: 2.666666666666667vw;
    border-right: 0.8vw solid #fff;
    border-bottom: 0.8vw solid #fff;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hm_select_film .hm_select_film_txt .price {
    font-size: 4.8vw;
  }
  .hm_select_film .hm_select_film_txt .tax {
    font-size: 3.2vw;
  }
  .hm_film {
    display: block;
    width: auto;
    padding: 10.666666666666666vw 5.333333333333333vw;
    border-width: 0.533333333333333vw;
    border-radius: 1.066666666666667vw;
  }
  .hm_film .hm_ttl {
    margin: 0 0 6.933333333333334vw;
  }
  .hm_film .hm_ttl span {
    font-size: 10.666666666666666vw;
  }
  .hm_film_img {
    width: auto;
    margin: 0 0 3.466666666666667vw;
    text-align: center;
  }
  .hm_film_img img {
    width: 37.333333333333336vw;
  }
  .hm_film_img label:after {
    width: 5.866666666666666vw;
    height: 5.866666666666666vw;
    margin: 2.666666666666667vw auto 0;
    border-radius: 1.066666666666667vw;
  }
  .hm_film_img input:checked + label:before {
    bottom: 1.866666666666667vw;
    width: 1.6vw;
    height: 2.666666666666667vw;
    border-width: 0.533333333333333vw;
  }
  .hm_film_name {
    margin: 0 0 1.333333333333333vw;
    font-size: 5.333333333333333vw;
    letter-spacing: inherit;
  }
  .hm_film_name span {
    font-size: 3.733333333333333vw;
  }
  .hm_film_price {
    margin: 0 0 2.666666666666667vw;
    font-size: 4.533333333333333vw;
    letter-spacing: inherit;
  }
  .hm_film_price span {
    font-size: 3.2vw;
  }
  .hm_film_txt {
    line-height: inherit;
    letter-spacing: inherit;
  }
  .hm_intro:before {
    content: none;
  }
  .hm_voice {
    width: auto;
    margin: 0 0 5.333333333333333vw;
    padding: 17.066666666666666vw 2.666666666666667vw 5.866666666666666vw;
    border-radius: 3.2vw;
  }
  .hm_voice .hm_voice_ttl {
    display: block;
    padding: 1.6vw 0;
  }
  .hm_voice .hm_voice_ttl p {
    gap: 1.333333333333333vw;
    font-size: 3.733333333333333vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .hm_voice .hm_voice_ttl p:before,
  .hm_voice .hm_voice_ttl p:after {
    content: "";
    display: block;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
  .hm_voice .hm_voice_list {
    gap: 0 2.133333333333333vw;
  }
  .hm_voice .hm_voice_item {
    padding: 0 0 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
    text-align: center;
    background: #eaf7f5;
    cursor: pointer;
    overflow: hidden;
  }
  .hm_voice .hm_voice_item img {
    display: block;
    width: 10.666666666666666vw;
    height: 10.666666666666666vw;
    margin: 4.266666666666667vw auto 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hm_function {
    width: auto;
    margin: 0 0 21.333333333333332vw;
    padding: 16.53333333333333vw 0 8vw;
    border-radius: 3.2vw;
  }
  .hm_function .hm_function_inner {
    display: block;
  }
  .hm_function_img {
    width: auto;
    margin: 0 0 5.333333333333333vw;
    text-align: center;
  }
  .hm_function_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.333333333333333vw 0.8vw;
    margin: 0 0 5.866666666666666vw;
    padding: 0 5.333333333333333vw;
  }
  .hm_function_list li {
    padding: 2.4vw 0;
    line-height: 1.2;
    border-radius: 0.533333333333333vw;
  }
  .hm_function_btn {
    padding: 0 4vw;
  }
  .hm_thermohygrometer:before {
    top: -61.333333333333336vw;
    right: -25.333333333333332vw;
    width: 52.53333333333333vw;
    height: 66.66666666666667vw;
  }
  .hm_thermohygrometer:after {
    bottom: 0;
    left: -32vw;
    width: 49.6vw;
    height: 50.666666666666664vw;
  }
  .hm_thermohygrometer_btn {
    margin: 5.333333333333333vw 0 0;
  }
  .hm_order {
    width: auto;
  }
  .hm_order:before {
    bottom: -48vw;
    left: -14.133333333333333vw;
    width: 41.6vw;
    height: 42.666666666666664vw;
  }
  .hm_order:after {
    bottom: 80vw;
    right: -px2vw(155);
    width: 62.4vw;
    height: 58.666666666666664vw;
  }
  .hm_order .hm_ttl {
    margin-left: 0;
  }
  .hm_order .hm_ttl:before {
    bottom: -17.333333333333332vw;
    right: -30.666666666666668vw;
    width: 41.6vw;
    height: 42.666666666666664vw;
  }
  .hm_order_contents {
    margin: 0 0 12vw;
    padding: 7.466666666666667vw 4vw 10.666666666666666vw;
    border-radius: 1.066666666666667vw;
    font-size: inherit;
  }
  .hm_order_data {
    line-height: 1.55;
    gap: 4.8vw;
    margin: 0 0 5.333333333333333vw;
  }
  .hm_order_data li {
    padding: 0 0 0 4vw;
  }
  .hm_order_data li:before {
    top: 2.4vw;
    left: 1.066666666666667vw;
    width: 1.066666666666667vw;
    height: 1.066666666666667vw;
  }
  .hm_order_data li+ li {
    margin: 1.333333333333333vw 0 0;
  }
  .hm_order_attention {
    letter-spacing: 0;
  }
  .hm_order_attention dt {
    margin: 0 0 5.333333333333333vw;
    padding: 0 0 2.666666666666667vw;
    border-width: 0.533333333333333vw;
    font-size: 4.266666666666667vw;
  }
  .hm_order_attention dd ul li {
    padding: 0 0 0 4vw;
    line-height: 1.55;
  }
  .hm_order_attention dd ul li:before {
    top: 2.4vw;
    left: 1.066666666666667vw;
    width: 1.066666666666667vw;
    height: 1.066666666666667vw;
  }
  .hm_select_ttl {
    margin: 0 0 4vw;
    font-size: 4.266666666666667vw;
  }
  .hm_select_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    margin: 0 0 10.666666666666666vw;
    border-width: 1.066666666666667vw;
    border-radius: 2.133333333333333vw;
  }
  .hm_select_item {
    font-size: 2.133333333333333vw;
  }
  .hm_select_item label {
    padding: 3.2vw 2.133333333333333vw;
    text-align: center;
  }
  .hm_select_item label:before {
    position: static;
    width: 5.866666666666666vw;
    height: 5.866666666666666vw;
    margin: 0 auto 2.666666666666667vw;
    border-radius: 1.066666666666667vw;
    -webkit-transform: none;
            transform: none;
  }
  .hm_select_item input:checked + label:after {
    top: 4vw;
    left: 50%;
    width: 1.6vw;
    height: 2.666666666666667vw;
    border-width: 0.533333333333333vw;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .hm_copyright {
    padding: 5.866666666666666vw 5.333333333333333vw 5.333333333333333vw;
  }
  .hm_copyright p {
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.133333333333333vw;
  }
  .hm_copyright p.sp_hidden {
    display: none;
  }
  .hm_copyright p.pc_hidden {
    display: block;
  }
  .hm_copyright p.pc_hidden.piapro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hm_copyright p.pc_hidden.piapro:after {
    content: "";
    display: inline-block;
    width: 14.4vw;
    height: 3.466666666666667vw;
    background: url("../img/copyright.webp") no-repeat center/contain;
  }
  .hm_cart_wrapper {
    margin: 0 -4vw;
    padding: 4.266666666666667vw 0;
  }
  .hm_cart__btn {
    width: 79.2vw;
    border-radius: 6.4vw;
  }
  .hm_cart input[type=submit] {
    height: 12.8vw;
  }
  .hm_cart__text p {
    font-size: 4.266666666666667vw;
  }
  .hm_cart__text p:after {
    right: 6.933333333333334vw;
    width: 6.133333333333333vw;
    height: 6.933333333333334vw;
  }
  .hm_cart__text span {
    font-size: 2.133333333333333vw;
  }
  .hm_cart__number {
    top: 1.066666666666667vw;
    right: 3.2vw;
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    font-size: 2.666666666666667vw;
  }
  .hm_p2_intro {
    width: auto;
    margin: 0 auto 20vw;
    padding: 0;
  }
  .hm_p2_intro_txt {
    letter-spacing: inherit;
    font-size: 3.733333333333333vw;
  }
  .hm_items {
    width: auto;
    margin: 0 auto 22.666666666666668vw;
  }
  .hm_items:before {
    content: none;
  }
  .hm_items .hm_items_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16.8vw 4vw;
  }
  .hm_items .hm_items_item_img {
    text-align: center;
    max-width: 38.666666666666664vw;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0 2.666666666666667vw 3.466666666666667vw;
  }
  .hm_items .hm_items_item_img img {
    width: auto;
    max-width: 100%;
    height: 100%;
  }
  .hm_items .hm_items_item_name {
    padding-top: 2.4vw;
    font-size: 2.933333333333333vw;
    line-height: 1.48;
  }
  .hm_items .hm_items_item_price {
    margin: 0.8vw 0 3.2vw;
  }
  .hm_items .hm_items_item_price span {
    font-size: 2.666666666666667vw;
  }
  .hm_items .hm_items_item_link a {
    font-size: 3.2vw;
    padding: 2.4vw 6.666666666666667vw 2.4vw 2.666666666666667vw;
  }
  .hm_items .hm_items_item_link a:before {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    right: 2.666666666666667vw;
  }
  .hm_items .hm_items_item_link a:after {
    right: 4.266666666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .hm_items label:after {
    top: -9.333333333333334vw;
    width: 7.466666666666667vw;
    height: 7.466666666666667vw;
    border-radius: 1.066666666666667vw;
  }
  .hm_items input:checked + label:before {
    top: -7.466666666666667vw;
    width: 1.6vw;
    height: 2.666666666666667vw;
    border-right: 0.8vw solid #fff;
    border-bottom: 0.8vw solid #fff;
  }
  .hm_order_contents2:after {
    content: none;
  }
  .hm_order_contents2 .hm_ttl:before {
    top: -12vw;
    right: -41.333333333333336vw;
    background: url("../img/bg3.webp") no-repeat center/contain;
    width: 62.4vw;
    height: 58.666666666666664vw;
  }
}

/*# sourceMappingURL=hm.css.map */
