@charset "UTF-8";
.inner {
  width: 100%;
  padding-inline: 18px;
}
@media screen and (min-width: 900px) {
  .inner {
    max-width: 1440px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 130px;
  }
}

body,
p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #555555;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  body,
  p {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

header {
  height: 49px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  pointer-events: auto;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 768px) {
  header {
    height: 114px;
  }
}
@media screen and (min-width: 768px) {
  header.is-scrolled {
    height: 70px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 64px;
  }
}

.header__logo {
  width: 98px;
  z-index: 100;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 116px;
  }
}
.header__logo:hover {
  opacity: 0.8;
}

.drawer-icon {
  width: 30px;
  height: 22px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: transparent;
  z-index: 1;
}

.touch-area {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: "";
  background: transparent;
}

.drawer-icon__bar {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #007943;
  left: 0;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
  z-index: 100;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 10px;
}
.drawer-icon__bar:nth-child(3) {
  top: 20px;
}

.header__nav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  padding-top: 80px;
  overflow-y: auto;
  z-index: 10;
  display: none;
  background-color: #ebebeb;
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: #444;
  background: #fff;
  padding: 32px 24px;
  width: 300px;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .header__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 60px;
    color: #fff;
  }
}

.header__list {
  border-bottom: 1px solid #c4c4c4;
  padding-left: 8px;
}
.header__list:last-child {
  border-bottom: none;
}
.header__list:last-child .header__link {
  padding-bottom: 0;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 17px;
}
.header__link img {
  width: 36px;
  height: 24px;
}

.top__title.sp {
  margin-top: 49px;
  padding-left: 17px;
  padding-right: 12px;
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top__title.sp .head-title__deco {
  margin-right: 10px;
  margin-left: 4px;
}

.top__title.pc {
  margin-top: 0px;
  padding-inline: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0px;
}

.head-title__logo {
  width: 100%;
  max-width: 400px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .head-title__logo {
    max-width: none;
    width: 523px;
  }
}
.head-title__logo:hover {
  opacity: 0.8;
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding-block: 22.5px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 900px) {
  .button {
    max-width: none;
    width: 400px;
    font-size: 1.8rem;
  }
}
.button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(/products/a4_bousai/assets/img/common/arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sleep__button {
  text-align: center;
}
.sleep__button .button {
  background-color: #153279;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sleep__button .button:hover {
  background-color: #294da3;
}

.crubo__button {
  text-align: center;
}
.crubo__button .button {
  background-color: #c6560b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.crubo__button .button:hover {
  background-color: #e0691a;
}

.carry__button {
  text-align: center;
}
.carry__button .button {
  background-color: #005a30;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.carry__button .button:hover {
  background-color: #0a7543;
}

.hygiene__button {
  text-align: center;
}
.hygiene__button .button {
  background-color: #0662a0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.hygiene__button .button:hover {
  background-color: #2b90d4;
}

footer {
  color: #fff;
  background: #222;
  padding: 35px 24px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: min(2.21429vw, 31px) min(2.85714vw, 40px) min(2.85714vw, 40px);
  }
}

.footer_inner {
  max-width: 920px;
  margin: 0 auto;
}

.footer_contact {
  background: #444;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .footer_contact {
    padding: 48px 40px;
  }
}

.footer_contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 32px;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .footer_contact_info {
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .footer_contact_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_contact_info_item_data {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_item_data {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.footer_contact_info_item_data.footer_contact_info_item_data__num {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_item_data.footer_contact_info_item_data__num {
    font-size: 2.2rem;
    margin-top: 0;
  }
}

.footer_contact_info_item_note {
  width: 100%;
  margin-top: 13px;
}

.footer_contact_info_item_note_text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_item_note_text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .footer_contact_info_reception {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer_contact_info_reception_data {
  font-size: 1.2rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_reception_data {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.footer_contact_info_reception_data__title::after {
  display: inline-block;
  content: "：";
}

.footer_contact_toMailform {
  padding-top: 32px;
  border-top: solid 1px #787878;
}

.footer_contact_toMailform_link {
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 9px 72px 9px 60px;
  margin: 0 auto;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_contact_toMailform_link {
    width: 400px;
    padding: 21px;
  }
}
.footer_contact_toMailform_link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(/products/a4_bousai/assets/img/common/arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .footer_contact_toMailform_link::after {
    right: 24px;
  }
}
.footer_contact_toMailform_link:hover {
  opacity: 0.6;
}

.footer_copy {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer_copy {
    margin-top: 48px;
  }
}

.footer_copy_text {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.8;
}
@media screen and (min-width: 768px) {
  .footer_copy_text {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}