@media screen and (min-width: 768px) {
  .hs-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hs-pc {
    display: none;
  }
}
.page-contents {
  color: #222222;
}

.hs-mv-txt {
  color: #fff;
}

.hs-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.hs-mv-name span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 0.4em;
  margin-right: 0.8em;
}

.hs-mv-txt {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .hs-mv {
    position: relative;
    height: 619px;
    background: url("../img/tenbispray/fv_img.png") 50% -65px no-repeat;
  }
  .hs-mv-name {
    margin-bottom: 0.7em;
  }
  .hs-mv-txt {
    left: 50%;
    transform: translate(-330px, 0);
    top: 428px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .hs-mv img {
    width: 100%;
  }
  .hs-mv-txt {
    top: 86.6666666667vw;
    left: 25.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 2;
    padding-right: 1em;
  }
}
.hs-wrap {
  position: relative;
  z-index: 2;
}

.hs-sec-1 {
  text-align: center;
}

.s-sec-1-txt {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0.2em;
}

.s-sec-1-txt u {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}

.s-sec-1-txt u::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.s-sec-1-txt strong {
  color: #fff60b;
  font-weight: bold;
}

.s-sec-1-txt b {
  font-size: 80px;
  font-weight: bold;
}

.s-sec-1-txt span {
  font-size: 36px;
}

.s-sec-1-note {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .hs-wrap {
    background: url("../img/tenbispray/bg.png") 50% 0% no-repeat;
    padding-top: 90px;
    transform: translateY(-116px);
    min-height: 2234px;
  }
  .hs-sec-1-ttl {
    margin-bottom: 70px;
  }
  .hs-sec-1-img {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hs-wrap {
    transform: translateY(-6vw);
    background: url("../img/tenbispray/bg_sp.png") 50% 0/100% auto no-repeat;
    min-height: 479.4666666667vw;
  }
  .hs-sec-1 {
    padding-top: 12vw;
  }
  .hs-sec-1-ttl {
    margin-bottom: 8vw;
  }
  .hs-sec-1-ttl img {
    width: 68.1333333333vw;
  }
  .hs-sec-1-img {
    margin-bottom: 7.2vw;
  }
  .hs-sec-1-img img {
    width: 81.8666666667vw;
  }
  .s-sec-1-txt {
    line-height: 1.6;
    font-size: 3.4666666667vw;
  }
  .s-sec-1-txt u {
    font-size: 4.2666666667vw;
  }
  .s-sec-1-txt u::after {
    bottom: -2px;
  }
  .s-sec-1-txt b {
    font-size: 8vw;
  }
  .s-sec-1-txt span {
    font-size: 6.4vw;
  }
  .s-sec-1-note {
    margin-top: 1.4em;
    margin-bottom: 8.8vw;
    font-size: 3.2vw;
  }
}
.hs-sec-2 {
  text-align: center;
}

.hs-sec-2-txt-fig {
  border-radius: 10px;
  background: #fff;
}

.hs-sec-2-txt {
  text-align: left;
  font-size: 18px;
}

.hs-sec-2-txt + .hs-sec-2-txt::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -33px);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19px 0 19px;
  border-color: #dadada transparent transparent transparent;
}

.hs-sec-2-fig-note {
  text-align: right;
  margin-bottom: 0.4em;
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  .hs-sec-2 {
    margin-top: 50px;
  }
  .hs-sec-2-ttl {
    margin-bottom: 150px;
  }
  .hs-sec-2-wtxt {
    width: 460px;
  }
  .hs-sec-2-txt + .hs-sec-2-txt {
    position: relative;
    margin-top: 45px;
  }
  .hs-sec-2-txt dd {
    padding: 0.36em 0.5em 0 0.5em;
    text-align: center;
  }
  .hs-sec-2-txt-fig {
    width: 900px;
    margin: 0 auto;
    padding: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hs-sec-2-fig {
    width: 300px;
  }
  .hs-sec-2-txt2 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sec-2-fig-note {
    margin-left: auto;
    margin-right: auto;
    width: 65.3333333333vw;
  }
  .hs-sec-2-ttl {
    margin-bottom: 17.3333333333vw;
  }
  .hs-sec-2-ttl img {
    width: 85.6vw;
  }
  .hs-sec-2-txt-fig {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    padding: 8vw 6vw;
  }
  .hs-sec-2-txt dt img {
    width: 100%;
  }
  .hs-sec-2-txt {
    text-align: left;
    font-size: 3.7333333333vw;
  }
  .hs-sec-2-txt + .hs-sec-2-txt {
    position: relative;
    margin-top: 8vw;
  }
  .hs-sec-2-txt + .hs-sec-2-txt::before {
    transform: translate(-50%, -5.3333333333vw);
    border-width: 2.6666666667vw 2.6666666667vw 0 2.6666666667vw;
  }
  .hs-sec-2-txt dd {
    padding: 0.6em 0.5em 0 0.5em;
    text-align: center;
  }
  .hs-sec-2-fig {
    margin-top: 6.6666666667vw;
  }
  .hs-sec-2-fig img {
    width: 65.3333333333vw;
  }
  .hs-sec-2-txt2 img {
    margin-top: 7.3333333333vw;
    width: 60vw;
  }
}
.hs-sec-3 {
  position: relative;
  background-color: #008aca;
}

@media screen and (min-width: 768px) {
  .hs-sec-3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hs-sec-3 {
    margin-top: -36vw;
    padding-bottom: 29.3333333333vw;
  }
}
.hs-sec-3-note {
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 10px #0061af;
}

.hs-sec-3-note p + p {
  margin-top: 0.4em;
}

.hs-sec-3-note span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 0.4em;
  margin-right: 0.8em;
}

@media screen and (min-width: 768px) {
  .hs-sec-3 {
    transform: translateY(-390px);
    z-index: 1;
    background: url("../img/tenbispray/sec_3_bg.jpg") 50% 0% no-repeat;
    background-size: cover;
    padding-top: 220px;
    min-height: 1425px;
  }
  .hs-sec-3-note {
    font-size: 14px;
    transform: translateY(-3em);
  }
}
@media screen and (max-width: 767px) {
  .hs-sec-3-note {
    position: absolute;
    width: 100%;
    padding-left: 5.3333333333vw;
    bottom: 100vw;
    font-size: 2.9333333333vw;
  }
}
.hs-bnr {
  width: 1029px;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 auto;
  background-image: url("../img/tenbispray/bnr_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .hs-bnr {
    width: 89.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
    background-image: url("../img/tenbispray/bnr_bg_sp.png");
    background-size: cover;
    box-shadow: 0.9333333333vw 0.9333333333vw 0.9333333333vw rgba(0, 0, 0, 0.2);
  }
}
.hs-bnr h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hs-bnr div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .hs-bnr div {
    flex-direction: column;
    gap: 2.9333333333vw;
    margin-top: 4.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-bnr div a {
    width: 53.3333333333vw;
  }
}

.hs-size + .hs-bnr {
  margin-top: 81px;
  margin-bottom: 101px;
}
@media screen and (max-width: 767px) {
  .hs-size + .hs-bnr {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.6vw;
  }
}

.hs-sukkiri {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .hs-sukkiri {
    top: -450px;
    background: url("../img/tenbispray/sukkiri.png") 50% 0% no-repeat;
    height: 607px;
    margin-bottom: -450px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sukkiri {
    top: -10.6666666667vw;
  }
  .hs-feature-ttl {
    text-align: center;
  }
}
.hs-feature-lead {
  color: #00693e;
  font-weight: 600;
}

.hs-feature-lead b {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .hs-feature {
    padding-top: 50px;
    text-align: center;
  }
  .hs-feature-lead {
    font-size: 23px;
    margin: 30px 0 10px 0;
  }
  .hs-feature-lead b {
    font-size: 29px;
  }
  .hs-feature-fig {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hs-feature {
    margin: 0 4vw;
    padding-top: 2.6666666667vw;
  }
  .hs-feature-lead {
    font-size: 5.3333333333vw;
    margin: 5.3333333333vw 0 5.3333333333vw 0;
    text-align: center;
  }
  .hs-feature-lead b {
    font-size: 6.9333333333vw;
  }
  .hs-feature-txt {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-bottom: 6.6666666667vw;
  }
  .hs-feature-fig {
    text-align: center;
    padding-bottom: 12vw;
  }
  .hs-feature-fig img {
    width: 76vw;
  }
}
.hs-usage {
  position: relative;
  background: #e5f0eb;
  text-align: center;
}

.hs-usage::before, .hs-usage::after {
  content: "";
  display: block;
  width: 100%;
  height: 96px;
  position: absolute;
  background-position: 50% 0;
}

.hs-usage-txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.hs-usage-txt b {
  background: #00693e;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-usage-note {
  background: #fff;
  border-radius: 8px;
  text-align: left;
  line-height: 1.6;
}

.hs-usage-note p {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .hs-usage {
    margin: 120px 0;
    padding: 30px 0 16px 0;
  }
  .hs-usage::before {
    background-image: url("../img/tenbispray/usage_wave_top.png");
    top: -96px;
  }
  .hs-usage::after {
    background-image: url("../img/tenbispray/usage_wave_btm.png");
    bottom: -96px;
  }
  .hs-usage-list {
    width: 900px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 0;
  }
  .hs-usage-list > li:nth-child(odd) {
    border-left: 1px solid #acc8de;
  }
  .hs-usage-list > li {
    width: 50%;
    border-right: 1px solid #acc8de;
    padding: 0 50px;
  }
  .hs-usage-txt {
    margin-bottom: 20px;
  }
  .hs-usage-txt b {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  .hs-usage-txt p {
    width: 286px;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
  }
  .hs-usage-note {
    width: 900px;
    margin: 45px auto 0 auto;
    padding: 36px 90px;
  }
}
@media screen and (max-width: 767px) {
  .hs-usage {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .hs-usage > * {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .hs-usage::before {
    background-image: url("../img/tenbispray/usage_wave_top_sp.svg");
    background-size: 102vw auto;
    width: 100%;
    height: 4.3vw;
    top: -4.3vw;
  }
  .hs-usage-list {
    margin-top: 8vw;
  }
  .hs-usage-list li + li {
    margin-top: 8vw;
    padding-top: 6.6666666667vw;
    border-top: 1px solid #accec0;
  }
  .hs-usage-txt {
    margin-bottom: 5.3333333333vw;
  }
  .hs-usage-txt b {
    width: 12vw;
    height: 12vw;
    font-size: 5.6vw;
  }
  .hs-usage-txt p {
    width: 77.3333333333vw;
    line-height: 1.5;
    font-size: 4vw;
    text-align: left;
  }
  .hs-usage-img {
    width: 100%;
  }
  .hs-usage-img.is-1 img {
    width: 26vw;
  }
  .hs-usage-img.is-2 img {
    width: 22.2666666667vw;
  }
  .hs-usage-img.is-3 img {
    width: 45.8666666667vw;
  }
  .hs-usage-img.is-4 img {
    width: 32.4vw;
  }
  .hs-usage-note {
    margin: 6.6666666667vw 5.3333333333vw 0 5.3333333333vw;
    padding: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.hs-outline {
  text-align: center;
}

.hs-outline-item {
  text-align: left;
}

.hs-outline-name {
  line-height: 1.5;
}

.hs-outline-box {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}

.hs-outline-price {
  margin-top: 0.5em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .hs-outline {
    padding: 16px 0;
    margin: 0 auto;
  }
  .hs-outline-item {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hs-outline-logo {
    width: 427px;
  }
  .hs-outline-box {
    width: 270px;
    gap: 0 40px;
  }
  .hs-outline-name {
    font-size: 16px;
    font-weight: bold;
  }
  .hs-outline-price {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .hs-outline-wtxt {
    width: 154px;
    transform: translateY(-4px);
  }
}
@media screen and (max-width: 767px) {
  .hs-outline {
    padding: 12vw 4vw;
  }
  .hs-outline-logo {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .hs-outline-img {
    width: 18.6666666667vw;
    margin-right: 9.8666666667vw;
  }
  .hs-outline-img img {
    width: 100%;
  }
  .hs-outline-wtxt {
    width: 40vw;
  }
  .hs-outline-name {
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .hs-outline-price {
    margin-top: 1.3333333333vw;
    margin-bottom: 3.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
.hs-size {
  text-align: center;
}

.hs-size-note {
  text-align: left;
  line-height: 1.6;
}

.hs-size-table {
  margin: 20px 0;
  width: 100%;
  font-size: 16px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.hs-size-table th, .hs-size-table td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 7px;
  vertical-align: middle;
  font-weight: 600;
}

.hs-size-table th {
  background: #9c9c9c;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.hs-size-table b {
  color: #e60012;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .hs-size {
    width: 700px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .hs-size-ttl {
    margin-bottom: 30px;
  }
  .hs-size-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hs-size {
    padding: 0 4vw;
  }
  .hs-size-txt {
    text-align: left;
    font-size: 4vw;
    margin: 5.3333333333vw 0;
  }
  .hs-size-table {
    margin: 0 0 6.6666666667vw 0;
    width: 100%;
    font-size: 3.0666666667vw;
    table-layout: fixed;
  }
  .hs-size-table th, .hs-size-table td {
    padding: 3.3333333333vw 2.1333333333vw;
  }
  .hs-size-table th {
    background: #9c9c9c;
    color: #fff;
    text-align: center;
    font-size: 3.4666666667vw;
  }
  .hs-size-table td {
    text-align: left;
  }
  .hs-size-table b {
    color: #e60012;
    font-weight: 600;
  }
  .hs-size-table td[colspan="2"],
  .hs-size-table td[rowspan="2"] {
    text-align: center;
  }
  .hs-size-note {
    font-size: 4vw;
  }
}
.c-rel-nav {
  background: #e5f0eb;
  margin-top: 60px;
  padding: 70px;
}

.hs-btn {
  display: block;
  position: relative;
  background: #048748;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  padding: 12px 12px 11px 12px;
  text-align: center;
  box-shadow: 0 4px 0 #005432;
  font-weight: 600;
}

.hs-btn.is-p {
  background: #00693e;
}

.hs-btn i {
  display: block;
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 18px;
  margin-top: -7px;
  background: url(../img/tenbispray/icon_arr_w.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  transition: transform 0.3s ease-out;
}

@media screen and (min-width: 1024px) {
  .hs-btn:hover {
    background: #11a25d;
    transition: background 0.2s ease-out;
  }
  .hs-btn:hover i {
    transition: transform 0.2s ease-out;
    transform: translateX(2px);
  }
}
@media screen and (min-width: 768px) {
  .c-rel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
  }
  .hs-btn {
    width: 330px;
  }
  .hs-btn.is-p {
    width: 156px;
    padding: 0.8em 0.8em 0.6em 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .c-rel-nav {
    padding: 8vw 10.6666666667vw;
  }
  .hs-btn + .hs-btn {
    margin-top: 4.2666666667vw;
  }
  .hs-btn {
    border-radius: 6px;
  }
  .hs-btn {
    font-size: 3.7333333333vw;
    padding: 1.2em 1em 1.1em 1em;
  }
  .hs-btn.is-p {
    font-size: 3.4666666667vw;
  }
  .hs-btn i {
    margin-top: -1.3333333333vw;
    width: 2.9333333333vw;
    height: 4vw;
  }
}