@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  font-size: 16px;
  /* 1rem */
  --font-sans-serif: "Noto Sans JP", sans-serif;
  --font-serif: serif;
  --color-body: #000;
  --color-link: #81c800;
  --color-blue: #00448c;
  --color-green: #00ac33;
  --color-green-light: #81c800;
  --color-green-dark: #006400;
  --color-white: #fff;
  --padding-container: 1.25rem;
  --max-width-container: 71.25rem;
  --max-width-container-s: 46.25rem;
}

body {
  font-family: var(--font-sans-serif);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-body);
}

section {
  position: relative;
}

a:where(:any-link, :hover) {
  color: var(--color-link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
}

.my-container {
  position: relative;
  max-width: var(--max-width-container);
  padding: 0 var(--padding-container);
  margin: 0 auto;
}
.my-container.-s {
  max-width: var(--max-width-container-s);
}
.my-container .my-list {
  list-style: none;
  padding: 0;
}
.my-container .my-list li {
  position: relative;
  padding-left: 1.5em;
}
.my-container .my-list li::before {
  position: absolute;
  content: "●";
  left: 0;
}

.underline {
  text-decoration: underline;
}

.my-cols,
.my-rows {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.my-rows {
  flex-direction: column;
}

.my-hero {
  position: relative;
}
.my-hero img {
  display: block;
  width: 100%;
}
.my-hero > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-inline: 9.375%;
  padding-top: 18%;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
}

.my-bc {
  margin-block: 0.625rem 8rem;
  font-size: 0.75rem;
}
.my-bc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  color: var(--color-green-dark);
  list-style: none;
}
.my-bc ul a {
  color: var(--color-green-dark);
}
.my-bc ul li + li::before {
  display: inline-block;
  margin-right: 0.625rem;
  content: ">";
}

.my-title01 {
  position: relative;
  margin-bottom: 6.25rem;
}
.my-title01.-bg::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.75rem;
  content: "";
  background: url(../img/title01-bg.svg) center/cover no-repeat;
}
.my-title01 > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  padding-inline: 3em;
  font-weight: 900;
  text-align: center;
}
.my-title01 > div > small {
  font-size: 0.75rem;
  color: var(--color-green-light);
}
.my-title01 > div > span {
  font-size: 2.25rem;
  color: var(--color-green-dark);
  letter-spacing: 0.1em;
}

.my-title02 {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.875rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.my-title02::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.375rem;
  height: 0.7em;
  content: "";
  background: var(--color-blue);
}

.my-title03 {
  margin-bottom: 8rem;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.my-title04 {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-green-dark);
}
.my-title04::before, .my-title04::after {
  display: block;
  width: 0.375rem;
  height: 1.0625rem;
  content: "";
  background: var(--color-blue);
}

.my-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  padding-inline: 0.5em;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-green-dark);
  border-radius: 1.5625rem;
  transition: background-color ease-out 0.4s;
}
.my-btn01:hover {
  text-decoration: none;
  background-color: var(--color-green-light);
}
.my-btn01.-s {
  width: auto;
  height: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 900;
}

.my-download {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 14.125rem;
  height: 3.125rem;
  padding-left: 6rem;
  margin-block: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: var(--color-green-dark);
  border-radius: 1.5625rem;
}
.my-download::before {
  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;
  width: 5rem;
  height: 5rem;
  content: "";
  background: #fff url(../img/icon-download.svg) center/1.875rem no-repeat;
  border-radius: 50%;
}
.my-download::after {
  position: absolute;
  top: -0.78125rem;
  left: -0.78125rem;
  width: 4.6875rem;
  height: 4.6875rem;
  content: "";
  border: 1px solid var(--color-green-dark);
  border-radius: 50%;
}

.my-bg01 {
  background: var(--color-green-dark);
}

.my-conversion {
  position: fixed;
  right: 0;
  bottom: 0.5rem;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.31625rem;
  height: 3.75rem;
  margin-inline: auto;
  font-weight: bold;
  color: #fff;
  background: url(../img/btn-conversion.png) center/contain no-repeat;
}
.my-conversion > span {
  display: block;
  text-align: center;
  transition: transform ease-out 0.5s;
  backface-visibility: hidden;
}
.my-conversion:hover {
  text-decoration: none;
}
.my-conversion:hover > span {
  transform: rotateX(360deg);
}

.my-logo {
  width: 100%;
  max-width: 21.875rem;
  margin: 0.875rem auto 0;
}
.my-logo > img {
  display: block;
  width: 100%;
}

.my-qa {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-qa > li dl dt a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.8125rem 1.5625rem 0.8125rem 3.125rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-green);
  border-radius: 1.5625rem;
  transition: background-color ease-out 0.4s;
}
.my-qa > li dl dt a::before {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-green);
  content: "Q";
  background: #fff;
  border-radius: 50%;
  transition: color ease-out 0.4s;
}
.my-qa > li dl dt a:hover, .my-qa > li dl dt a[aria-expanded=true] {
  text-decoration: none;
  background-color: var(--color-green-light);
}
.my-qa > li dl dt a:hover::before, .my-qa > li dl dt a[aria-expanded=true]::before {
  color: var(--color-green-light);
}
.my-qa > li dl dd {
  position: relative;
  margin-top: 2px;
  border: 1px solid var(--color-green-light);
  border-radius: 0.625rem;
}
.my-qa > li dl dd::before {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  content: "A";
  background: var(--color-green-light);
  border-radius: 50%;
}
.my-qa > li dl dd > div {
  padding: 3.125rem;
  font-weight: 500;
  line-height: 2;
}

.my-table01 {
  width: 100%;
  table-layout: fixed;
}
.my-table01 tr + tr {
  border-top: 1px solid var(--color-green-light);
}
.my-table01 tr th,
.my-table01 tr td {
  vertical-align: top;
}
.my-table01 tr th {
  position: relative;
  width: 36%;
  padding: 0.7em 1em;
  font-size: 1.25rem;
  font-weight: bold;
}
.my-table01 tr th::before {
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.375rem;
  height: 1.0625rem;
  content: "";
  background: var(--color-blue);
}
.my-table01 tr td {
  padding-block: 1em;
  font-size: 0.875rem;
  line-height: 2;
}
.my-table01.-num {
  counter-reset: num 0;
}
.my-table01.-num tr th {
  padding-left: 1.8em;
}
.my-table01.-num tr th::after {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  content: counter(num);
  counter-increment: num 1;
}

.my-sort_table {
  padding: 3.125rem;
  border: 1px solid var(--color-green-dark);
  border-radius: 0.625rem;
}
.my-sort_table table {
  width: 100%;
  font-weight: bold;
}
.my-sort_table table thead {
  border-bottom: 1px solid var(--color-green-dark);
}
.my-sort_table table thead th {
  padding: 0 1em 1em;
  white-space: nowrap;
  cursor: pointer;
}
.my-sort_table table thead th:hover {
  text-decoration: underline;
}
.my-sort_table table thead th.-asc::after, .my-sort_table table thead th.-desc::after {
  display: inline-block;
  width: 1.125rem;
  height: 0.625rem;
  margin-left: 0.5em;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  vertical-align: middle;
  content: "";
  background: var(--color-green-dark);
  transition: clip-path 0.3s;
}
.my-sort_table table thead th.-desc::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.my-sort_table table tbody tr {
  border-bottom: 1px solid var(--color-green-light);
  transition: transform 0.2s;
  transform: scaleY(1);
}
.my-sort_table table tbody tr td {
  padding: 1em;
}
.my-sort_table table tbody.-sorting tr {
  transform: scaleY(0);
}

.my-header {
  position: relative;
  padding-block: 0.9375rem;
  background: rgba(255, 255, 255, 0.8);
}
.my-header.-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.my-header .my-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-header .my-header-logo {
  width: 15.625rem;
}
.my-header .my-header-logo > img {
  display: block;
  width: 100%;
}
.my-header .my-header-nav {
  font-size: 0.75rem;
  font-weight: bold;
}
.my-header .my-header-nav .my-cols {
  flex-wrap: wrap;
  column-gap: 1.875rem;
  justify-content: flex-end;
}
.my-header .my-header-nav .-link a {
  display: block;
  padding: 0.625rem 1.25rem;
  color: var(--color-green-dark);
}
.my-header .my-header-nav .-link + .-btn {
  margin-left: 1.875rem;
}
.my-header .my-header-nav .-btn a {
  display: block;
  padding: 0.625rem 2.375rem;
  color: #fff;
  background: var(--color-green-dark);
  border-radius: 1.25rem;
  transition: background-color ease-out 0.4s;
}
.my-header .my-header-nav .-btn a:hover {
  text-decoration: none;
  background-color: var(--color-green);
}
.my-header .my-header-nav .-logo {
  display: none;
}
.my-header #menu_checkbox,
.my-header [for=menu_checkbox] {
  display: none;
}

.my-main {
  position: relative;
}

#top #product {
  padding-top: 13rem;
}
#top #product .my-cols {
  gap: 8%;
  align-items: center;
}
#top #product .my-cols .-img > img {
  display: block;
  width: 23.22812rem;
}
#top #product .my-cols .-txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  line-height: 2;
}
#top #product .my-cols .-txt .-price {
  font-size: 0.75rem;
  line-height: 1.1;
}
#top #product .my-cols .-txt .-price strong {
  font-size: 1.875rem;
  font-weight: bold;
}
#top #features {
  padding-top: 5rem;
}
#top #features ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  align-items: stretch;
  justify-content: center;
  justify-items: center;
  padding: 0 var(--padding-container);
}
#top #features ul li {
  padding: 1.44rem;
  background-color: var(--color-green-dark);
  border-radius: 1rem;
}
#top #features ul li::marker {
  font-size: 0;
}
#top #features ul li img,
#top #features ul li p,
#top #features ul li h4 {
  margin: 0;
}
#top #features ul li h4,
#top #features ul li p {
  color: var(--color-white);
}
#top #features ul li h4 {
  font-weight: 700;
  text-align: center;
}
#top #features ul li img {
  margin-top: 0.65rem;
}
#top #features ul li p {
  margin-top: 0.97rem;
  font-weight: 400;
}
#top .howto .my-container dl.point {
  border-top: unset !important;
}
#top #about_spraying {
  padding-top: 12.5rem;
}
#top #about_spraying .my-container > dl {
  display: flex;
}
#top #about_spraying .my-container > dl + dl {
  padding-top: 2.25rem;
  margin-top: 2.25rem;
  border-top: 1px solid var(--color-green-light);
}
#top #about_spraying .my-container > dl > dt {
  width: 17.5rem;
}
#top #about_spraying .my-container > dl > dd {
  flex: 1;
  line-height: 2;
}
#top #about_spraying .my-container > dl > dd .my-rows {
  gap: 2.1875rem;
}
#top #about_spraying .my-container > dl > dd .my-rows > li dl {
  display: flex;
  gap: 7%;
  align-items: center;
}
#top #about_spraying .my-container > dl > dd .my-rows > li dl dt {
  position: relative;
  padding: 1rem 0 1rem 1.25rem;
}
#top #about_spraying .my-container > dl > dd .my-rows > li dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  content: "";
  background: #fff center no-repeat;
  border-radius: 50%;
}
#top #about_spraying .my-container > dl > dd .my-rows > li dl dt::after {
  position: absolute;
  top: 0.15625rem;
  left: 0.15625rem;
  z-index: 1;
  width: 4.6875rem;
  height: 4.6875rem;
  content: "";
  border: 1px solid var(--color-green-dark);
  border-radius: 50%;
}
#top #about_spraying .my-container > dl > dd .my-rows > li dl dt div {
  display: flex;
  align-items: center;
  width: 13.125rem;
  height: 3.125rem;
  padding-left: 5rem;
  font-weight: bold;
  color: #fff;
  background: var(--color-green-dark);
  border-radius: 1.5625rem;
}
#top #about_spraying .my-container > dl > dd .my-rows > li:nth-child(1) dl dt::before {
  background-image: url(../img/top-about_spraying-img01.png);
  background-size: 62.5%;
}
#top #about_spraying .my-container > dl > dd .my-rows > li:nth-child(2) dl dt::before {
  background-image: url(../img/top-about_spraying-img02.png);
  background-size: 71.25%;
}
#top #about_spraying .my-container > dl > dd .my-rows > li:nth-child(3) dl dt::before {
  background-image: url(../img/top-about_spraying-img03.png);
  background-size: 62.5%;
}
#top #about_spraying .my-container > dl > dd .my-rows > li:nth-child(4) dl dt::before {
  background-image: url(../img/top-about_spraying-img04.png);
  background-size: 62.5%;
}
#top #about_spraying .my-container > dl > dd .my-rows > li:nth-child(5) dl dt::before {
  background-image: url(../img/top-about_spraying-img05.png);
  background-size: 59.275%;
}
#top #about_spraying .my-container > dl > dd .my-rows > li:nth-child(6) dl dt::before {
  background-image: url(../img/top-about_spraying-img06.png);
  background-size: 50%;
}
#top #about_function {
  padding-top: 12.5rem;
}
#top #about_function .my-bg01 {
  padding-block: 9.375rem;
}
#top #about_function > .my-container .my-rows {
  gap: 1.5rem;
  margin-block: 11.125rem 6.25rem;
}
#top #about_function > .my-container .my-rows > li {
  position: relative;
  padding-left: 2.5em;
}
#top #about_function > .my-container .my-rows > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.375rem;
  height: 1em;
  content: "";
  background: var(--color-blue);
}
#top #youtube {
  padding-top: 12.5rem;
}
#top #youtube .my-bg01 {
  padding-block: 9.375rem;
}
#top #youtube .my-bg01 .my-container > * + * {
  margin-top: 6.25rem;
}
#top #youtube .my-bg01 .my-container > figure {
  width: 100%;
  max-width: 56.25rem;
  margin-inline: auto;
}
#top #youtube .my-bg01 .my-container > figure > figcaption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  text-align: right;
}
#top #youtube .my-bg01 .my-container > div {
  width: 100%;
  max-width: 56.25rem;
  aspect-ratio: 9/5;
  margin-inline: auto;
  background: #e8e8e8;
  border-radius: 0.625rem;
}
#top #media {
  padding-top: 12.5rem;
}
#top #media .my-rows {
  gap: 6.25rem;
}
#top #media .my-cols {
  align-items: center;
  justify-content: space-between;
}
#top #media .my-cols .-img {
  width: 41%;
}
#top #media .my-cols .-img > img {
  display: block;
  width: 100%;
}
#top #media .my-cols .-txt {
  width: 56%;
}
#top #media .my-cols .-txt p {
  font-size: 1.625rem;
  font-weight: 900;
}
#top #media .my-cols .-txt .my-btn01 {
  margin-top: 4.25rem;
}
#top #test_cases {
  padding-top: 12.5rem;
}
#top #test_cases .my-rows {
  gap: 2.1875rem;
}
#top #test_cases .my-rows > li dl {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top #test_cases .my-rows > li dl dt {
  position: relative;
  padding: 1rem 0 1rem 1.25rem;
}
#top #test_cases .my-rows > li dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  content: "";
  background: #fff center no-repeat;
  border-radius: 50%;
}
#top #test_cases .my-rows > li dl dt::after {
  position: absolute;
  top: 0.15625rem;
  left: 0.15625rem;
  z-index: 1;
  width: 4.6875rem;
  height: 4.6875rem;
  content: "";
  border: 1px solid var(--color-green-dark);
  border-radius: 50%;
}
#top #test_cases .my-rows > li dl dt a {
  display: flex;
  align-items: center;
  width: 13.125rem;
  height: 3.125rem;
  padding-left: 5rem;
  font-weight: bold;
  color: #fff;
  background: var(--color-green-dark);
  border-radius: 1.5625rem;
  transition: background-color ease-out 0.4s;
}
#top #test_cases .my-rows > li dl dt a:hover, #top #test_cases .my-rows > li dl dt a[aria-expanded=true] {
  text-decoration: none;
  background-color: var(--color-green-light);
}
#top #test_cases .my-rows > li dl dd {
  width: 100%;
  padding-inline: 0.375em;
  margin-top: -0.875rem;
  border: 1px solid var(--color-green-dark);
  border-radius: 0.625rem;
}
#top #test_cases .my-rows > li dl dd table {
  margin: 1.5rem auto;
  font-size: 0.875rem;
}
#top #test_cases .my-rows > li dl dd table tr td {
  padding: 0.375em 0.75em;
  white-space: nowrap;
}
#top #test_cases .my-rows > li dl dd table tr td:nth-child(2) {
  text-align: right;
}
#top #test_cases .my-rows > li dl dd table tr td:nth-child(3) {
  white-space: normal;
}
#top #test_cases .my-rows > li:nth-child(1) dl dt::before {
  background-image: url(../img/top-test_cases-img01.png);
  background-size: 62.5%;
}
#top #test_cases .my-rows > li:nth-child(2) dl dt::before {
  background-image: url(../img/top-test_cases-img02.png);
  background-size: 62.5%;
}
#top #test_cases .my-rows > li:nth-child(3) dl dt::before {
  background-image: url(../img/top-test_cases-img03.png);
  background-size: 62.5%;
}
#top #test_cases .my-rows > li:nth-child(4) dl dt::before {
  background-image: url(../img/top-test_cases-img04.png);
  background-size: 50%;
}
#top #test_cases .my-rows > li:nth-child(5) dl dt::before {
  background-image: url(../img/top-test_cases-img05.png);
  background-size: 71.25%;
}
#top #test_cases .my-rows > li:nth-child(6) dl dt::before {
  background-image: url(../img/top-test_cases-img06.png);
  background-size: 56.25;
}
#top #faq {
  padding-top: 12.5rem;
}
#top #faq .my-qa {
  margin-bottom: 6.25rem;
}
#top #download {
  padding-top: 12.5rem;
}
#top #download .my-cols {
  justify-content: center;
}
#top #download .my-cols > li {
  width: 49%;
}
#top #download .my-cols > li > a {
  display: block;
  padding: 1rem 2rem 2rem;
  color: #fff;
  text-align: center;
  background: var(--color-green-light);
  border-radius: 0.625rem;
  transition: opacity ease-out 0.4s;
}
#top #download .my-cols > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#top #download .my-cols > li > a dl dt {
  margin-bottom: 3.625rem;
  font-size: 0.75rem;
  font-weight: 900;
}
#top #download .my-cols > li > a dl dd {
  font-weight: 500;
}
#top #download .my-cols > li > a dl dd p {
  margin-bottom: 0.2em;
}
#top #download .my-cols > li > a dl dd p:last-of-type {
  margin-bottom: 1.5em;
}
#top #download .my-cols > li > a dl dd strong {
  font-size: 1.5rem;
  font-weight: bold;
}
#top #download .my-cols > li:last-child > a {
  background: var(--color-green);
}

#mix00 .-text01 {
  max-width: 700px;
  margin: 0 auto 3.125rem;
  font-weight: bold;
  line-height: 2;
}
#mix00 .-text-legend {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: right;
}
#mix00 .-text02 {
  max-width: 700px;
  margin: 6.25rem auto 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
#mix00 .-text02 strong {
  display: block;
  margin-bottom: 1em;
  font-size: 1rem;
}

#faq00 .my-cols {
  flex-wrap: wrap;
  gap: 3.125rem;
  justify-content: center;
  margin-bottom: 6.25rem;
}
#faq00 .my-cols a {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-green-dark);
  transition: color ease-out 0.4s;
}
#faq00 .my-cols a:hover {
  color: var(--color-blue);
  text-decoration: none;
}
#faq00 .my-cols a::before {
  display: block;
  width: 0.375rem;
  height: 1.0625rem;
  content: "";
  background: var(--color-blue);
}
#faq00 section + section {
  padding-top: 6.25rem;
}

#privacy00 .my-container.-s {
  margin-bottom: 6.25rem;
  line-height: 2;
}
#privacy00 .my-table01 td {
  white-space: pre-line;
}

.my-footer {
  position: relative;
  padding-block: 15.625rem 27.375rem;
}
.my-footer .my-footer-logo {
  display: block;
  width: 25rem;
  margin-inline: auto;
}
.my-footer .my-footer-logo > img {
  display: block;
  width: 100%;
}
.my-footer .my-footer-nav {
  margin-top: 6.25rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.my-footer .my-footer-nav .my-cols {
  flex-wrap: wrap;
  gap: 0.625rem 1.875rem;
  justify-content: center;
}
.my-footer .my-footer-nav .-link a {
  display: block;
  padding: 0.625rem 1.25rem;
  color: var(--color-green-dark);
}
.my-footer .my-footer-nav .-link + .-btn {
  margin-left: 1.875rem;
}
.my-footer .my-footer-nav .-btn a {
  display: block;
  padding: 0.625rem 2.375rem;
  color: #fff;
  background: var(--color-green-dark);
  border-radius: 1.25rem;
  transition: background-color ease-out 0.4s;
}
.my-footer .my-footer-nav .-btn a:hover {
  text-decoration: none;
  background-color: var(--color-green);
}
.my-footer::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15rem;
  content: "";
  background: url(../img/footer-bg.jpg) center/cover no-repeat;
}
.my-footer small {
  display: block;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
/* `xl` applies to large devices (desktops, less than 1200px) */
/* `lg` applies to medium devices (tablets, less than 992px) */
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .my-hero > div {
    padding-inline: 5.33%;
    padding-top: 60%;
    font-size: 1rem;
  }

  .my-bc {
    margin-bottom: 3.125rem;
  }

  .my-qa {
    gap: 1.25rem;
  }
  .my-qa > li dl dd > div {
    padding-block: 1rem;
    padding-right: 1.5625rem;
    font-size: 0.875rem;
  }

  .my-table01 {
    display: block;
  }
  .my-table01 tr {
    display: block;
  }
  .my-table01 tr th,
.my-table01 tr td {
    display: block;
  }
  .my-table01 tr th {
    width: auto;
    padding: 0.5em 0 1em 0.7em;
    font-size: 0.875rem;
  }
  .my-table01 tr th::before {
    top: 0.7em;
  }
  .my-table01 tr td {
    padding-block: 0.5em;
  }
  .my-table01.-num tr th {
    padding-left: 2em;
  }
  .my-table01.-num tr th::after {
    top: 0.5em;
    left: 0.7em;
  }

  .my-sort_table {
    padding: 1rem 0.625rem;
  }
  .my-sort_table table {
    font-size: 0.75rem;
  }
  .my-sort_table table thead th {
    padding: 0 0.25em 1em;
  }
  .my-sort_table table thead th.-asc::after, .my-sort_table table thead th.-desc::after {
    margin-left: 0.25em;
  }
  .my-sort_table table tbody tr td {
    padding: 1em 0.25em;
  }

  .my-header {
    padding: 0.625rem;
  }
  .my-header .my-container {
    padding-inline: 0;
  }
  .my-header .my-header-nav {
    display: none;
  }
  .my-header [for=menu_checkbox] {
    display: block;
    width: 1.875rem;
    height: 1.5rem;
    cursor: pointer;
    background: url(../img/btn-menu-open.svg) center/contain no-repeat;
  }
  .my-header #menu_checkbox:checked + .my-header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding-block: 6rem;
    font-size: 1.25rem;
    background: rgba(255, 255, 255, 0.8);
  }
  .my-header #menu_checkbox:checked + .my-header-nav .my-cols {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .my-header #menu_checkbox:checked + .my-header-nav .my-cols .-btn {
    display: none;
  }
  .my-header #menu_checkbox:checked + .my-header-nav .my-cols .-logo {
    display: block;
    padding-top: 4rem;
  }
  .my-header #menu_checkbox:checked + .my-header-nav .my-cols .-logo > img {
    display: block;
    width: 15.625rem;
  }
  .my-header #menu_checkbox:checked ~ [for=menu_checkbox] {
    position: fixed;
    top: 0.625rem;
    right: 0.625rem;
    z-index: 11;
    background-image: url(../img/btn-menu-close.svg);
  }

  #top #product {
    padding-top: 5.5rem;
  }
  #top #product .my-cols {
    flex-direction: column;
    gap: 1.875rem;
    align-items: center;
  }
  #top #product .my-cols .-img {
    width: 56%;
  }
  #top #product .my-cols .-img > img {
    width: 100%;
  }
  #top #product .my-cols .-txt {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 0.875rem;
  }
  #top #product .my-cols .-txt p {
    order: 1;
  }
  #top #product .my-cols .-txt .-price {
    margin-bottom: 1rem;
    font-size: 0.5rem;
  }
  #top #product .my-cols .-txt .-price strong {
    font-size: 1.125rem;
  }
  #top #features {
    padding: 2.312rem 1.25rem 0;
  }
  #top #features ul {
    display: flex;
    flex-direction: column;
    gap: 3.7rem;
    padding: 0;
  }
  #top #features ul li {
    padding: 1.44rem;
  }
  #top #features ul li h4 {
    font-size: 1.25rem;
  }
  #top #features ul li img {
    margin-top: 0.65rem;
  }
  #top #features ul li p {
    margin-top: 0.97rem;
    font-size: 0.85rem;
  }
  #top .howto .sp-scroll {
    margin: 0.5rem 0 1.625rem;
    overflow: scroll;
  }
  #top .howto .sp-scroll img {
    max-width: 41.75rem;
    max-height: 19.31rem;
  }
  #top .howto dl.point {
    padding-top: 0 !important;
    margin-top: 1.875rem !important;
  }
  #top #about_spraying {
    padding-top: 6rem;
  }
  #top #about_spraying .my-container > dl {
    flex-direction: column;
  }
  #top #about_spraying .my-container > dl + dl {
    padding-top: 1.25rem;
    margin-top: 3.125rem;
  }
  #top #about_spraying .my-container > dl > dt {
    width: auto;
  }
  #top #about_spraying .my-container > dl > dd .my-rows {
    gap: 1.5rem;
  }
  #top #about_spraying .my-container > dl > dd .my-rows > li dl {
    flex-direction: column;
    gap: 0;
  }
  #top #about_spraying .my-container > dl > dd .my-rows > li dl dt {
    margin-left: -10%;
  }
  #top #about_spraying .my-container > dl > dd .my-rows > li dl dd {
    width: 100%;
    padding-left: 40%;
    font-size: 0.875rem;
  }
  #top #about_function {
    padding-top: 6.25rem;
  }
  #top #about_function .my-bg01 {
    padding-block: 3.125rem;
  }
  #top #about_function > .my-container .my-rows {
    margin-block: 2.5rem;
    font-size: 0.875rem;
  }
  #top #about_function > .my-container .my-rows > li {
    padding-left: 2em;
  }
  #top #youtube {
    padding-top: 6.25rem;
  }
  #top #youtube .my-bg01 {
    padding-block: 3.125rem;
  }
  #top #youtube .my-bg01 .my-container > * + * {
    margin-top: 1.875rem;
  }
  #top #media {
    padding-top: 6rem;
  }
  #top #media .my-cols {
    flex-direction: column;
  }
  #top #media .my-cols .-img {
    width: 100%;
  }
  #top #media .my-cols .-txt {
    width: 100%;
  }
  #top #media .my-cols .-txt p {
    font-size: 1.25rem;
  }
  #top #media .my-cols .-txt .my-btn01 {
    margin-top: 3.125rem;
  }
  #top #test_cases {
    padding-top: 6rem;
  }
  #top #test_cases .my-rows {
    gap: 1rem;
  }
  #top #test_cases .my-rows > li dl dd table {
    font-size: 0.75rem;
  }
  #top #test_cases .my-rows > li dl dd table tr td {
    padding: 0.375em;
  }
  #top #faq {
    padding-top: 6rem;
  }
  #top #faq .my-qa {
    margin-bottom: 3.125rem;
  }
  #top #download {
    padding-top: 6rem;
  }
  #top #download .my-cols {
    flex-direction: column;
    gap: 3.125rem;
  }
  #top #download .my-cols > li {
    width: 100%;
  }
  #top #download .my-cols > li > a dl dt {
    margin-bottom: 2rem;
  }

  #faq00 .my-cols {
    flex-direction: column;
    gap: 1.875rem;
    width: 12rem;
    margin-inline: auto;
  }
  #faq00 section + section {
    padding-top: 6.25rem;
  }

  .my-footer {
    padding-block: 12.5rem 21.125rem;
  }
  .my-footer .my-footer-logo {
    width: 20.9375rem;
  }
  .my-footer .my-footer-nav .my-cols {
    flex-direction: column;
    gap: 0.625rem;
    align-items: center;
  }
  .my-footer .my-footer-nav .-link + .-btn {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .my-footer::before {
    background-position-x: 80%;
  }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  :root {
    font-size: 4.2666666667vw;
  }

  .my-title01 {
    margin-bottom: 3.75rem;
  }
  .my-title01.-bg::before {
    top: 0;
    bottom: 0;
    height: 2.1125rem;
    margin-block: auto;
    background-image: url(../img/title01-bg-sp.svg);
  }
  .my-title01 > div {
    gap: 0;
  }
  .my-title01 > div > span {
    font-size: 1.75rem;
  }

  .my-title02 {
    font-size: 1.25rem;
  }

  .my-conversion {
    top: 3.4375rem;
    right: 0.625rem;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    margin-inline: 0;
    background-image: url(../img/btn-conversion-sp.png);
    flex-direction: column;
    gap: 0.25rem;
  }
  .my-conversion > span {
    font-size: 0.8rem;
    line-height: 1.1;
  }
  .my-conversion > span > span {
    display: block;
    font-size: 1.125rem;
  }
}
