@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Shippori+Mincho+B1&display=swap");
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.all-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

#left {
  width: calc(60% - 250px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 1rem;
}

.left_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#right {
  width: calc(40% - 250px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
}

main {
  width: 500px;
  height: auto;
  position: relative;
  overflow: auto;
  left: 60%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 15px;
}

.side__nav {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 70px;
  right: 50px;
}

.side__nav-list li {
  margin-bottom: 20px;
}
.side__nav-list li a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

#right__bunner {
  position: fixed;
  right: 50px;
  bottom: 60px;
  width: 270px;
}

@keyframes left-anim01 {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes left-anim02 {
  0% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#left-bg01 .img01 {
  animation: left-anim01 15s infinite;
  position: absolute;
}
#left-bg01 .img02 {
  animation: left-anim02 15s infinite;
  position: absolute;
}

#left-bg02 .img01 {
  animation: left-anim01 10s infinite;
  position: absolute;
}
#left-bg02 .img02 {
  animation: left-anim02 10s infinite;
  position: absolute;
}

#left-bg03 .img01 {
  animation: left-anim01 20s infinite;
  position: absolute;
}
#left-bg03 .img02 {
  animation: left-anim02 20s infinite;
  position: absolute;
}

#left-bg04 .img01 {
  animation: left-anim01 8s infinite;
  position: absolute;
}
#left-bg04 .img02 {
  animation: left-anim02 8s infinite;
  position: absolute;
}

#left-bg01 {
  position: fixed;
  top: 30px;
  left: 23%;
  width: 19%;
  height: auto;
  aspect-ratio: 333/240;
  z-index: 1;
}

#left-bg02 {
  position: fixed;
  top: 7vw;
  left: 0;
  width: 16%;
  height: auto;
  aspect-ratio: 655/538;
  z-index: 1;
}

#left-bg03 {
  position: fixed;
  top: 22vw;
  left: calc(35% - 250px);
  width: 25%;
  height: auto;
  aspect-ratio: 495/327;
  z-index: 1;
}

#left-bg04 {
  position: fixed;
  top: 37vw;
  left: 0;
  width: 13%;
  height: auto;
  aspect-ratio: 288/200;
  z-index: 1;
}

#left-logo {
  width: 19%;
  left: 14%;
  top: 8.5vw;
  position: fixed;
  z-index: 2;
}
#left-logo img {
  width: 100%;
}

.mv__ttl-bl {
  padding-top: 400px;
  background-image: url(../img/hamon-bg.webp);
  background-size: contain;
  background-position: top 0 left 0;
  padding-bottom: 373px;
  position: relative;
}

.base__ttl-en {
  font-family: var(--in);
  font-size: 7.5rem;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  opacity: 0.8;
}

.inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.mv__ttl {
  font-size: 6.5rem;
  transform: scale(1.1, 1);
  line-height: 1.15;
  font-weight: 400;
  margin-top: -30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 15px;
  margin-bottom: 30px;
}

.mv__main-big-txt {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 35px;
}

.mv__main-txt {
  font-size: 1.6rem;
}

.mv__img-bl {
  padding: 80px 0 100px;
  margin-top: -350px;
  position: relative;
  height: auto;
  aspect-ratio: 1/1.9;
  z-index: 2;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 90%, rgba(250, 252, 254, 0) 100%);
}

.mv__img01 {
  width: 30%;
  margin: 0 0 30px auto;
}

.mv__img02 {
  width: 45%;
  margin: 0 auto 100px 0;
}

.mv__img03 {
  width: 85%;
  margin: 0 0 0 auto;
}

#mineral {
  background-color: #d1e1ec;
  position: relative;
  z-index: 0;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 150px;
}

.mineral__txt {
  text-align: center;
  font-size: 3.6rem;
  padding-left: 10px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.mineral__txt .small {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  margin-left: -10px;
}

.mineral__balance-ttl-bl {
  padding: 60px 0 30px;
}

.mineral__balance-ttl-en {
  text-align: center;
}

.mineral__balance-ttl-jp {
  font-size: 2.4rem;
  text-align: center;
  margin-top: -20px;
}

.mineral__balance-txt {
  text-align: center;
  line-height: 1.4;
  font-size: 5rem;
  margin-top: -50px;
  margin-bottom: 40px;
}

.mineral__what-bl {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 30px;
  position: relative;
}

.mineral__what-ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: #fff;
  margin: 0 auto 25px;
}

.mineral__what-ttl-big {
  font-size: 2.4rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}

.mineral__what-txt {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.mineral__what-img {
  width: 100%;
  margin-bottom: 10px;
}

.mineral__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mineral__list li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  gap: 8px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.8rem;
  width: calc(50% - 10px);
}
.mineral__list li::before {
  width: 26px;
  height: 26px;
  background-image: url(../img/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}

#product {
  z-index: 2;
  position: relative;
  margin-top: -100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 93%, rgba(250, 252, 254, 0) 100%);
}

.product__top-ttl {
  text-align: center;
  margin-bottom: 640px;
}

.product__top-bl {
  position: relative;
}
.product__top-bl::before {
  display: block;
  width: 85%;
  top: 70px;
  left: 0;
  position: absolute;
  z-index: 0;
  background-image: url(../img/product-bg.webp);
  content: "";
  background-size: contain;
  aspect-ratio: 1/1;
}

.product__top-img {
  position: absolute;
  width: 44%;
  left: 64px;
  top: 220px;
}

.product__top-ttl-logo {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 50%;
  aspect-ratio: 1/1;
}

.product__top-txt {
  width: 120px;
  aspect-ratio: 240/562;
  font-size: 1.5rem;
  position: absolute;
  top: 386px;
  left: 67%;
  writing-mode: vertical-rl;
}

.product__power-bl {
  position: relative;
  padding-top: 60px;
}
.product__power-bl::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(45, 80, 125, 0.4991246499) 30%, rgba(45, 80, 125, 0.4991246499) 60%, rgb(255, 255, 255) 90%, rgba(250, 252, 254, 0) 100%);
}

.product__power-ttl {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product__power-ttl .small {
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

.product__power-img {
  margin-bottom: 30px;
}

.product__power-txt {
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.product__power-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product__power-list li {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  line-height: 1.3;
}
.product__power-list li .small {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-bottom: 2px;
}
.product__power-list li:first-of-type {
  background-image: url(../img/power01.webp);
}
.product__power-list li:nth-of-type(2) {
  background-image: url(../img/power02.webp);
}
.product__power-list li:last-of-type {
  background-image: url(../img/power03.webp);
}

.base__btn {
  background-color: #314967;
  height: 75px;
  border-radius: 100px;
  color: #fff;
  font-size: 2.1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
  transition-duration: 0.3s;
  cursor: pointer;
}
.base__btn .small {
  font-size: 1.4rem;
}
.base__btn .material-symbols-outlined {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition-duration: 0.3s;
}
.base__btn:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.base__btn:hover .material-symbols-outlined {
  right: 27px;
  transition-duration: 0.3s;
}

.product__nansui-bl {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #a6b7cd;
  padding: 40px 20px;
}

.product__nansui-ttl {
  text-align: center;
  position: relative;
  font-size: 2.1rem;
  margin-bottom: 30px;
}

.dot {
  font-size: 2.8rem;
  color: #0d5cc3;
  position: relative;
}
.dot::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0d5cc3;
  border-radius: 50%;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
}

.big {
  font-size: 2.8rem;
}

.product__nansui-txt {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.product__nansui-txt .under {
  font-weight: bold;
  text-decoration: underline;
}

.product__nansui-bg-bl {
  border-radius: 10px;
  background-color: #eef4f7;
  padding: 30px 20px;
}

.product__nansui-bg-txt {
  font-size: 1.8rem;
  text-align: center;
}

.product__nansui-bg-list {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}
.product__nansui-bg-list li {
  display: flex;
  gap: 5px;
  align-items: center;
  width: calc(50% - 10px);
  padding: 10px 0;
  border-bottom: 1px dashed #b7bcbe;
  font-size: 1.3rem;
}
.product__nansui-bg-list li::before {
  width: 20px;
  height: 20px;
  background-image: url(../img/check2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}

#award {
  padding: 60px 0 30px;
  background-color: #fff;
  position: relative;
}

.award__ttl {
  text-align: center;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.award__ttl .small {
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

.award__txt {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.award__img {
  width: 90%;
  margin: 0 auto 15px;
}

.award__ttl-small {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.junka__ttl-flex {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  background: rgb(210, 226, 236);
  background: linear-gradient(0deg, rgba(210, 226, 236, 0) 0%, rgb(210, 226, 236) 10%, rgb(210, 226, 236) 90%, rgba(210, 226, 236, 0) 100%);
  padding: 100px 0 100px;
  margin-top: -140px;
  position: relative;
}
.junka__ttl-flex::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  background-image: url(../img/flare.webp);
  background-size: cover;
  background-position: center;
  z-index: 0;
  mix-blend-mode: color-dodge;
}

.junka__ttl {
  font-size: 6.5rem;
  transform: scale(1.1, 1);
  line-height: 1.15;
  font-weight: 400;
  margin-top: -30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 15px;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.junka__ttl-txt {
  width: 70px;
  aspect-ratio: 132/350;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

.junka-woman {
  position: relative;
  z-index: 2;
}

.dsp__ttl-bl {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.006127451) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  padding: 100px 0 0;
  margin-top: -200px;
  aspect-ratio: 1/0.8;
}
.dsp__ttl-bl .base__ttl-en {
  text-align: center;
  margin-bottom: 20px;
}

.dsp__ttl-txt {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.dsp__ttl-txt .small {
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

.dsp__top-bg {
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  margin-top: -60px;
}
.dsp__top-bg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 95%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/dispenser-bg.webp);
  background-size: contain;
  z-index: 0;
}

.dsp__top-server {
  width: 47%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.dsp__cont {
  background-color: #fff;
  padding: 0 5%;
}

.dsp__txt {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.dsp__func-bl {
  margin-top: 70px;
  border-radius: 10px;
  border: 1px solid #a6b7cd;
  padding: 30px 25px;
  position: relative;
}

.dsp__func-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  color: #0d5cc3;
}
.dsp__func-ttl .small {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  color: var(--black);
}

.dsp__func-list li {
  padding: 20px 0;
  display: flex;
  width: 100%;
  border-bottom: 1px dashed #c4c4c4;
  gap: 5%;
  align-items: center;
  position: relative;
}
.dsp__func-list li .img {
  width: 35%;
}
.dsp__func-list li .cont {
  width: 60%;
  position: relative;
  z-index: 1;
}
.dsp__func-list li .cont .txt {
  font-size: 1.2rem;
}
.dsp__func-list li::before {
  font-size: 10rem;
  opacity: 0.05;
  color: #2d507d;
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 1.4;
}
.dsp__func-list li:nth-of-type(1)::before {
  content: "01";
}
.dsp__func-list li:nth-of-type(2)::before {
  content: "02";
}
.dsp__func-list li:nth-of-type(3)::before {
  content: "03";
}
.dsp__func-list li:nth-of-type(4)::before {
  content: "04";
}
.dsp__func-list li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.dsp__func-list-ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.dsp__func-list-ttl .bold {
  font-weight: 500;
  display: block;
  font-size: 1.8rem;
}

.dsp__design-bl {
  padding: 60px 0;
  position: relative;
}

.dsp__design-ttl {
  position: relative;
  margin: 0 auto 30px;
  font-size: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.dsp__design-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.dsp__design-img {
  margin-bottom: 10px;
}
.dsp__design-img .txt {
  text-align: center;
  font-size: 2.1rem;
  margin-top: 10px;
}

.dsp__design-txt {
  font-size: 1.5rem;
}

#voice {
  background-color: #d1e1ec;
  padding: 60px 0 90px;
  position: relative;
}
#voice .base__ttl-en {
  text-align: center;
}
#voice::before {
  background: rgb(175, 214, 241);
  background: linear-gradient(0deg, rgb(162, 200, 227) 0%, rgb(209, 225, 236) 73%, rgba(209, 225, 236, 0) 100%);
  content: "";
  display: block;
  aspect-ratio: 1/2.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.voice__flare {
  position: absolute;
  bottom: 467px;
  right: 0;
  width: 50%;
  mix-blend-mode: screen;
}

.base__ttl-ja {
  text-align: center;
  margin-top: -25px;
  font-size: 2.6rem;
}

.voice__swiper {
  margin-top: 40px;
}
.voice__swiper .swiper-slide {
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  aspect-ratio: 1/1.1;
}
.voice__swiper .voice__wrapper {
  padding: 30px 20px;
}

.voice__slide-ttl {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.voice__slide-txt {
  font-size: 1.4rem;
}

.voice__slide-name {
  position: absolute;
  bottom: 30px;
  left: 25px;
  font-size: 1.4rem;
}

.amb__ttl {
  font-size: 1.5rem;
  text-align: center;
  font-family: var(--in);
  margin: 70px 0 20px;
}

.amb__ttl-ja {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.amb__txt {
  font-size: 1.5rem;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.amb__swiper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.amb__swiper .swiper-slide {
  position: relative;
}
.amb__swiper .swiper-slide .num {
  font-family: var(--in);
  font-size: 7rem;
  top: 0;
  left: 20px;
  color: #fff;
  transform: translateY(-50%);
  position: absolute;
  line-height: 1;
}
.amb__swiper .swiper-slide a {
  color: var(--black);
  display: block;
}

.amb__slide-ttl {
  font-size: 2.1rem;
  margin-bottom: 10px;
}

.amb__slide-name {
  padding-right: 10px;
}
.amb__slide-name .small {
  display: block;
  text-align: right;
  font-size: 1.2rem;
}
.amb__slide-name .name {
  display: block;
  text-align: right;
  font-size: 1.6rem;
}

#plan {
  padding: 60px 0;
  background-color: #d1e1ec;
  position: relative;
}
#plan .base__ttl-en {
  text-align: center;
}

.plan__img {
  margin-top: 40px;
  margin-bottom: 20px;
}

.plan__caution-list {
  margin-bottom: 30px;
}
.plan__caution-list li {
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.plan__caution-list li .small {
  width: 3em;
}
.plan__caution-list li .cont {
  width: calc(100% - 3em);
}
.plan__caution-list li .cont .txt::before {
  content: "・";
}

.plan__ttl {
  font-size: 1.9rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  border-radius: 50px;
  background-color: #dce9f1;
  margin-bottom: 30px;
}

.plan__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.plan__list li {
  justify-content: center;
  align-items: center;
  width: 31%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-image: url(../img/plan-circle01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.plan__list li:nth-of-type(2) {
  background-image: url(../img/plan-circle02.webp);
}
.plan__list li .small {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45px;
  white-space: nowrap;
}
.plan__list li .price {
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: flex-end;
  line-height: 1;
  padding-top: 30px;
}
.plan__list li .price .num {
  font-size: 4.5rem;
}
.plan__list li .price .yen {
  font-size: 2rem;
}

.plan__low-bl {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin-top: 50px;
}

.plan__low-ttl {
  font-size: 2.1rem;
  margin-bottom: 30px;
}

.plan__low-flex {
  display: flex;
  margin-bottom: 30px;
}
.plan__low-flex .img {
  width: 40%;
}
.plan__low-flex .cont {
  width: 60%;
}
.plan__low-flex .cont .txt .small {
  font-size: 1.2rem;
}
.plan__low-flex .cont .txt .big {
  font-size: 2.1rem;
}

.cont-bl .txt {
  font-size: 1.2rem;
}
.cont-bl .big {
  font-size: 1.6rem;
}
.cont-bl .small {
  font-size: 1rem;
}

.plan__low-txt {
  font-size: 1.5rem;
  padding: 30px 0;
}

.plan__low-txt-link {
  text-decoration: underline;
  color: var(--black);
}

.plan__present-bl {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
}

.plan__plesent-ttl {
  font-size: 2.1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}

.plan__plesent-ttl-small {
  text-align: center;
  position: relative;
  padding: 3px 10px;
  background-color: #eef4f7;
  border-radius: 5px;
  margin-bottom: 20px;
}
.plan__plesent-ttl-small .txt {
  font-size: 2.1rem;
}
.plan__plesent-ttl-small .tag {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #2d507d;
  position: absolute;
  right: 5px;
  bottom: 10px;
  line-height: 1.3;
}
.plan__plesent-ttl-small .tag .small {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}

.plan__present-flex {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.plan__present-flex .cont {
  width: 60%;
}
.plan__present-flex .cont .txt .small {
  font-size: 1.2rem;
  display: block;
}
.plan__present-flex .cont .txt .big {
  font-size: 2.1rem;
  display: block;
  line-height: 1.5;
}
.plan__present-flex .cont .caution-txt {
  font-size: 1rem;
  display: block;
}
.plan__present-flex .img {
  width: 40%;
}
.plan__present-flex.p1 {
  margin-bottom: 40px;
  border-bottom: dashed 1px #c4c4c4;
}
.plan__present-flex.p2 .cont {
  width: 70%;
}
.plan__present-flex.p2 .img {
  width: 30%;
}

.cta__bl {
  background-image: url(../img/footer-bg.webp);
  aspect-ratio: 1000/1196;
  background-size: cover;
  background-position: center;
  padding: 40px 40px;
}

.cta__logo {
  width: 283px;
  margin: 0 auto 50px;
}

.cta__btn {
  height: 75px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
  transition-duration: 0.5s;
}
.cta__btn:hover {
  transition-duration: 0.5s;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.7), 0 0 6px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.4);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(180deg);
  }
  55% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta__flex {
  display: flex;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.cta__flex .item {
  width: 48%;
}

.cta__ttl-small {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.cta__form-link {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #fff;
  margin-top: 5px;
}

.cta__tel-link {
  font-size: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  color: #fff;
  display: block;
}

.cta__caution-txt {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

#flow {
  background-color: #d1e1ec;
  padding: 60px 0;
  position: relative;
}
#flow .base__ttl-en {
  text-align: center;
}

.flow__txt {
  text-align: center;
  font-size: 2.1rem;
  margin: 30px 0 20px;
}

.flow__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.flow__list::after {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #fff;
  transform: translateY(-50%);
}
.flow__list li {
  width: 28%;
  position: relative;
  z-index: 1;
}

.flow__list-txt {
  text-align: center;
  font-size: 1.5rem;
}
.flow__list-txt .num {
  font-family: var(--in);
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 5px;
}

#faq {
  padding: 60px 0 0;
  background-color: #d1e1ec;
  position: relative;
}
#faq .base__ttl-en {
  text-align: center;
}
#faq .base__ttl-ja {
  margin-bottom: 40px;
}

.faq__bl {
  border-bottom: 1px solid #fff;
  padding: 30px 60px 30px 25px;
  cursor: pointer;
}
.faq__bl .q {
  position: relative;
  display: flex;
}
.faq__bl .q::after {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  right: -20px;
  width: 15px;
  height: 1px;
  border-bottom: 1px solid var(--black);
}
.faq__bl .q::before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  right: -20px;
  width: 15px;
  height: 1px;
  border-bottom: 1px solid var(--black);
  transform: rotate(-90deg);
  transition-duration: 0.5s;
}
.faq__bl .q.active::before {
  transform: rotate(0deg);
  transition-duration: 0.5s;
}
.faq__bl .q .q__txt {
  font-family: var(--in);
  font-size: 2.5rem;
  width: 35px;
  line-height: 1;
}
.faq__bl .q .txt {
  font-size: 1.6rem;
  width: calc(100% - 35px);
}
.faq__bl .a {
  position: relative;
  display: none;
  padding-top: 20px;
}
.faq__bl .a .a__txt {
  font-family: var(--in);
  font-size: 2.5rem;
  width: 35px;
  top: 20px;
  line-height: 1;
}
.faq__bl .a .a__flex {
  display: flex;
}
.faq__bl .a .txt {
  font-size: 1.6rem;
  width: calc(100% - 35px);
}

#default {
  padding: 60px 0;
  background-color: #d1e1ec;
  position: relative;
}

.default__flex {
  display: flex;
}
.default__flex .cont {
  width: 60%;
}

.default__ttl {
  width: 40%;
  font-size: 2.6rem;
}

.default__list li {
  position: relative;
  margin-bottom: 20px;
}
.default__list li::before {
  content: "●";
  display: inline-block;
  font-size: 1.3rem;
  position: absolute;
  left: -20px;
  color: #fff;
  top: 8px;
  line-height: 1;
}
.default__list li .txt {
  font-size: 1.2rem;
}
.default__list li:last-of-type {
  margin-bottom: 0;
}

.default__ttl-small {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

#modal-bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  display: none;
}
#modal-bg.active {
  display: block;
}

#modal-item01, #modal-item02 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  height: auto;
  max-height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 101;
  display: none;
}
#modal-item01.active, #modal-item02.active {
  display: block;
}

.modal-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  overflow: scroll;
  height: auto;
  max-height: 90vh;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-wrapper::-webkit-scrollbar {
  display: none;
}

.modal-close {
  position: absolute;
  right: -35px;
  top: -20px;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
}

#modal-item02 {
  display: none;
}

.modal-item__ttl {
  background: #eef4f7;
  border-radius: 5px;
  padding: 5px 30px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.1rem;
}

.table-wrapper {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
  width: 923px;
}

#modal-item02 .table-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-table {
  border-collapse: collapse;
}
.modal-table thead .table-left {
  background-color: #333333;
}
.modal-table thead th {
  white-space: nowrap;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 500;
}
.modal-table thead th:nth-of-type(2) {
  background-color: #4a70a0;
}
.modal-table thead th:nth-of-type(3), .modal-table thead th:nth-of-type(5), .modal-table thead th:nth-of-type(7) {
  background-color: #658ec2;
}
.modal-table thead th:nth-of-type(4), .modal-table thead th:nth-of-type(6) {
  background-color: #7398c8;
}
.modal-table tbody th, .modal-table tbody td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 400;
}
.modal-table tbody td:first-of-type {
  background-color: #eef3f9;
}
.modal-table tbody th {
  background-color: #f8f8f8;
}

.modal-table-sp {
  display: none;
}

.dsp__swiper, .voice__swiper, .amb__swiper {
  position: relative;
}

.swiper-pagination {
  width: 33px;
  font-family: var(--in);
}

.swiper-scrollbar {
  background: #f5f5f5;
  margin-bottom: -20px;
  width: calc(100% - 45px) !important;
}

.swiper-pagination {
  width: 33px;
  font-family: var(--in);
  font-size: 1.5rem;
  position: absolute;
  bottom: -28px;
  right: auto;
  left: 93%;
}

.swiper-scrollbar-drag {
  background: #2d507d;
}

.voice__swiper .swiper-scrollbar {
  margin-bottom: -30px;
  background-color: #e0ebf2;
}
.voice__swiper .swiper-pagination {
  bottom: -37px;
}

.amb__swiper .swiper-scrollbar {
  background-color: #e0ebf2;
}

.mineral__main-img {
  position: relative;
}

.bubble {
  position: absolute;
  mix-blend-mode: multiply;
}
.bubble .simpleParallax {
  overflow: initial !important;
}

#bubble01 {
  bottom: 550px;
  width: 50px;
  right: 20px;
}
#bubble01 img {
  aspect-ratio: 141/172;
}

#bubble02 {
  top: 130px;
  width: 100px;
  left: 50px;
}
#bubble02 img {
  aspect-ratio: 235/237;
}

#bubble03 {
  top: 270px;
  width: 55px;
  right: 70px;
}
#bubble03 img {
  aspect-ratio: 172/554;
}

#bubble04 {
  top: 620px;
  width: 50px;
  left: 10px;
}
#bubble04 img {
  aspect-ratio: 181/193;
}

#bubble05 {
  bottom: -30px;
  width: 50px;
  right: 10px;
}
#bubble05 img {
  aspect-ratio: 129/137;
}

#bubble06 {
  top: -30px;
  width: 80px;
  right: -10px;
}
#bubble06 img {
  aspect-ratio: 228/208;
}

#bubble07 {
  bottom: -260px;
  width: 50px;
  right: 8px;
}
#bubble07 img {
  aspect-ratio: 193/211;
}

#bubble08 {
  top: -50px;
  width: 50px;
  left: -18px;
}
#bubble08 img {
  aspect-ratio: 149/195;
}

#bubble09 {
  top: 50px;
  width: 60px;
  right: -5px;
}
#bubble09 img {
  aspect-ratio: 188/229;
}

#bubble10 {
  top: 576px;
  width: 130px;
  left: -65px;
}
#bubble10 img {
  aspect-ratio: 317/259;
}

#bubble11 {
  top: 594px;
  width: 60px;
  right: -34px;
}
#bubble11 img {
  aspect-ratio: 186/169;
}

#bubble12 {
  top: -20px;
  width: 110px;
  right: 0;
}
#bubble12 img {
  aspect-ratio: 313/285;
}

#bubble13 {
  top: 150px;
  width: 110px;
  left: 42%;
}
#bubble13 img {
  aspect-ratio: 300/286;
}

#bubble14 {
  top: 40px;
  width: 80px;
  left: 10px;
}
#bubble14 img {
  aspect-ratio: 264/233;
}

#bubble15 {
  top: 400px;
  width: 40px;
  left: 40px;
}
#bubble15 img {
  aspect-ratio: 116/87;
}

#bubble16 {
  top: 73px;
  width: 70px;
  right: -14px;
}
#bubble16 img {
  aspect-ratio: 186/169;
}

#bubble17 {
  top: 10px;
  width: 70px;
  left: -5px;
}
#bubble17 img {
  aspect-ratio: 186/176;
}

#bubble18-2 {
  top: 80px;
  width: 50px;
  right: -20px;
}
#bubble18-2 img {
  aspect-ratio: 126/206;
}

#bubble18 {
  top: 0;
  width: 80px;
  right: 0;
}
#bubble18 img {
  aspect-ratio: 227/205;
}

#bubble19 {
  top: 120px;
  width: 80px;
  left: 0;
}
#bubble19 img {
  aspect-ratio: 214/204;
}

#bubble20 {
  top: 0;
  width: 110px;
  left: 10px;
}
#bubble20 img {
  aspect-ratio: 281/162;
}

#bubble21 {
  top: 120px;
  width: 80px;
  right: 0;
}
#bubble21 img {
  aspect-ratio: 214/204;
}

#bubble22 {
  top: -10px;
  width: 50px;
  left: -10px;
  z-index: 3;
}
#bubble22 img {
  aspect-ratio: 153/123;
}

#bubble23 {
  top: 40px;
  width: 40px;
  left: 60px;
}
#bubble23 img {
  aspect-ratio: 129/137;
}

#bubble24 {
  top: 120px;
  width: 35px;
  right: 70px;
}
#bubble24 img {
  aspect-ratio: 100/91;
}

#bubble25 {
  top: -7px;
  width: 80px;
  right: 60px;
}
#bubble25 img {
  aspect-ratio: 235/237;
}

#bubble26 {
  top: 150px;
  width: 80px;
  left: 15px;
}
#bubble26 img {
  aspect-ratio: 228/285;
}

.mv__under-txt {
  position: relative;
  z-index: 1;
}
.mv__under-txt::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 614/138;
  background-image: url(../img/under-top.svg);
  background-size: contain;
  background-position: center;
  z-index: 0;
}

.mineral__what-ttl-big {
  position: relative;
  z-index: 1;
}
.mineral__what-ttl-big::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 614/138;
  background-image: url(../img/under-top.svg);
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.balance-under {
  position: relative;
  z-index: 1;
}
.balance-under::before {
  display: block;
  content: "";
  position: absolute;
  top: 72%;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 614/41;
  background-image: url(../img/balance-under.webp);
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.product__nansui-ttl {
  position: relative;
  z-index: 1;
}
.product__nansui-ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 614/138;
  background-image: url(../img/under-top.svg);
  background-size: contain;
  background-position: center;
  z-index: -1;
  opacity: 0.2;
}

.dsp__design-ttl {
  position: relative;
  z-index: 1;
}
.dsp__design-ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 614/138;
  background-image: url(../img/design-under.webp);
  background-size: contain;
  background-position: center;
  z-index: -1;
}

#sp-btns, #sp-menu, #sp-menu-open-bg {
  display: none;
}

/* --------------------フェードアップ------------------------ */
.fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
}

/* --------------------フェードイン------------------------ */
.fade {
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
}

/* ロードで */
.js-load-fade {
  opacity: 0;
}

.js-load-fadeup {
  opacity: 0;
}

.js-load-fade-pc {
  opacity: 0;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

@media (max-height: 750px) {
  .side__nav {
    top: 30px;
    right: 30px;
  }
  #right__bunner {
    right: 7px;
    bottom: 6px;
    width: 200px;
  }
}
@media (max-width: 1600px) {
  .side__nav {
    top: 30px;
    right: 30px;
  }
  #right__bunner {
    right: 7px;
    bottom: 6px;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  #left {
    width: calc(50% - 250px);
  }
  #right {
    width: calc(50% - 250px);
  }
  main {
    left: 50%;
  }
  #left-bg01, #left-bg02, #left-bg03, #left-bg04 {
    display: none;
  }
  #left-logo {
    width: 18%;
    left: 2%;
    top: 3vw;
  }
}
@media (max-width: 1024px) {
  .modal-wrapper {
    padding: 20px 10px;
  }
  .modal-table {
    display: none;
  }
  .modal-table-sp {
    display: block;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .modal-table-sp th {
    width: 50%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
  }
  .modal-table-sp th.fuji {
    background-color: #4a70a0;
  }
  .modal-table-sp th.fuji + td {
    background-color: #eef3f9;
  }
  .modal-table-sp th.p1 {
    background-color: #658ec2;
  }
  .modal-table-sp th.p2 {
    background-color: #7398c8;
  }
  .modal-table-sp td {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
  }
  .modal-item__ttl {
    font-size: 1.5rem;
  }
  .modal-table-sp__main-th {
    font-size: 1.5rem;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    border-right: none !important;
    color: var(--black) !important;
    font-weight: 400;
    background-color: #ececec;
  }
  .table-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #left {
    display: none;
  }
  #right {
    display: none;
  }
  #sp-btns {
    display: flex;
    position: fixed;
    bottom: -110%;
    left: 50%;
    transform: translate(-50%, 7px);
    z-index: 100;
    width: 500px;
    max-width: 100%;
    box-shadow: rgba(4, 8, 66, 0.5) 0px 2px 8px 0px;
    transition-duration: 1s;
    transition-timing-function: ease;
  }
  #sp-btns.active {
    bottom: 0;
    transition-duration: 1s;
    transition-timing-function: ease;
  }
  #sp-menu-btn {
    width: 120px;
    background-color: #2d507d;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding-bottom: 4px;
  }
  #ham {
    width: 30px;
    height: 30px;
  }
  #ham .ham {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #ham .ham span {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #fff;
    transition-duration: 0.5s;
    position: absolute;
    top: 30%;
    transition-duration: 0.5s;
  }
  #ham .ham span:last-of-type {
    top: 70%;
  }
  #ham.active .ham span {
    transition-duration: 0.5s;
  }
  #ham.active .ham span:first-of-type {
    transform: rotate(45deg);
    top: 50%;
  }
  #ham.active .ham span:last-of-type {
    transform: rotate(-45deg);
    top: 50%;
  }
  #sp-bnr {
    width: calc(100% - 120px);
  }
  #sp-bnr img {
    transform: translateY(-7px);
  }
  .sp-menu__btn-txt {
    color: #fff;
    font-family: var(--in);
    font-size: 2rem;
  }
  #sp-menu {
    width: 500px;
    max-width: 100%;
    position: fixed;
    bottom: -105%;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    transition-duration: 1s;
  }
  #sp-menu.active {
    bottom: 0;
    transition-duration: 1s;
  }
  .sp-menu__wrapper {
    background-color: #2d507d;
    border-radius: 10px 10px 0 0;
    padding: 100px 30px 140px;
    max-height: 100vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-shadow: rgba(4, 8, 66, 0.5) 0px 2px 8px 0px;
  }
  .sp-menu__wrapper::-webkit-scrollbar {
    display: none;
  }
  .sp-menu__list li a {
    color: #fff;
    font-size: 2.1rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    display: block;
  }
  #sp-menu-close {
    display: block;
    border-radius: 100px;
    border-radius: 100px;
    font-family: var(--in);
    font-size: 2.5rem;
    line-height: 1;
    padding: 15px 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 40px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.5s;
  }
  #sp-menu-close:hover {
    background-color: #fff;
    color: #2d507d;
    transition-duration: 0.5s;
  }
  #sp-menu-open-bg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s;
    transform: translateX(-50%);
  }
  #sp-menu-open-bg.active {
    opacity: 1;
    visibility: visible;
    transition-duration: 1s;
  }
  main {
    margin-bottom: 86.5px;
  }
}
@media (max-width: 834px) {
  .side__nav {
    display: none;
  }
  #left-logo {
    width: 147px;
    left: 20px;
    top: 30px;
    line-height: 1;
    z-index: 50;
  }
  #right__bunner {
    display: none;
  }
}
@media (max-width: 500px) {
  main {
    width: 100%;
  }
  #right {
    width: 0;
  }
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .base__ttl-en {
    font-size: 15vw;
  }
  .mv__ttl {
    font-size: 13vw;
    margin-top: -6vw;
  }
  .mv__main-big-txt {
    font-size: 5.3vw;
  }
  .mv__ttl-bl {
    padding-top: 80vw;
  }
  .mineral__txt {
    font-size: 7.6vw;
  }
  .mineral__txt .small {
    font-size: 5.5vw;
  }
  .mineral__balance-ttl-jp {
    font-size: 4.5vw;
  }
  .mineral__balance-txt {
    font-size: 9.5vw;
  }
  .mineral__what-ttl-big {
    font-size: 5.2vw;
    margin: 0 auto 20px;
  }
  .mineral__list li {
    font-size: 1.6rem;
  }
  .product__top-txt {
    left: 61%;
  }
  .product__top-img {
    left: 7%;
  }
  .product__power-ttl {
    font-size: 8vw;
  }
  .product__power-ttl .small {
    font-size: 5.5vw;
  }
  .product__power-list li {
    font-size: 4.2vw;
  }
  .product__power-list li .small {
    font-size: 1.1rem;
  }
  .base__btn {
    font-size: 1.7rem;
  }
  .material-symbols-outlined {
    font-size: 18px;
  }
  .product__nansui-ttl {
    margin-bottom: 15px;
  }
  .product__nansui-ttl .small {
    display: block;
    font-size: 5.2vw;
    margin-bottom: 10px;
  }
  .product__nansui-bg-txt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .product__nansui-bg-list li {
    width: 100%;
  }
  .award__ttl .small {
    font-size: 5.5vw;
  }
  .award__ttl {
    font-size: 7.5vw;
  }
  .junka__ttl-flex {
    gap: 25px;
  }
  .junka__ttl {
    font-size: 13vw;
  }
  .dsp__ttl-txt {
    font-size: 7vw;
    position: relative;
    z-index: 5;
  }
  .dsp__ttl-txt .small {
    font-size: 5.2vw;
  }
  .dsp__top-server {
    width: 42%;
    top: 44px;
  }
  .swiper-scrollbar {
    margin-bottom: -30px;
  }
  .swiper-pagination {
    bottom: -39px;
  }
  .dsp__func-ttl .small {
    font-size: 4.5vw;
  }
  .dsp__func-ttl {
    font-size: 5.2vw;
  }
  .dsp__func-list-ttl {
    font-size: 1.2rem;
  }
  .dsp__func-list-ttl .bold {
    font-size: 1.55rem;
  }
  .dsp__design-ttl {
    font-size: 5.7vw;
  }
  .dsp__design-img .txt {
    font-size: 4.8vw;
  }
  .base__ttl-ja {
    text-align: center;
    margin-top: -6vw;
    font-size: 6vw;
    position: relative;
    z-index: 1;
  }
  .voice__slide-ttl {
    font-size: 4.5vw;
  }
  .amb__ttl-ja {
    font-size: 6.3vw;
  }
  .amb__txt {
    font-size: 1.5rem;
    text-align: left;
    width: 90%;
    margin-left: 5%;
  }
  .amb__txt br {
    display: none;
  }
  .amb__slide-ttl {
    font-size: 4.5vw;
  }
  .amb__slide-name .name {
    font-size: 1.4rem;
  }
  .plan__low-ttl {
    font-size: 5.5vw;
    text-align: center;
  }
  .dot {
    font-size: 7vw;
  }
  .plan__ttl {
    font-size: 4.5vw;
    padding: 15px 30px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .plan__list li .small {
    font-size: 3vw;
    top: 8vw;
  }
  .plan__list li .price .num {
    font-size: 9vw;
  }
  .plan__list li .price .yen {
    font-size: 3.5vw;
  }
  .plan__list li .price {
    padding-top: 6vw;
  }
  .base__btn .material-symbols-outlined {
    right: 20px;
  }
  .base__btn:hover .material-symbols-outlined {
    right: 17px;
  }
  .base__btn .small {
    font-size: 3.5vw;
  }
  .base__btn {
    font-size: 4.5vw;
  }
  .plan__low-flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .plan__low-flex .img {
    width: 200px;
    max-width: 80%;
    margin-bottom: 10px;
  }
  .plan__low-flex .cont .txt .small {
    text-align: center;
    display: block;
  }
  .plan__plesent-ttl {
    font-size: 5.5vw;
    text-align: center;
  }
  .plan__plesent-ttl-small .txt {
    font-size: 5vw;
  }
  .plan__plesent-ttl-small .tag {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
    right: -28px;
    bottom: 6px;
  }
  .plan__plesent-ttl-small .tag .small {
    font-size: 1rem;
  }
  .plan__present-flex {
    padding-bottom: 20px;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .plan__present-flex .img {
    width: 130px;
  }
  .plan__present-flex .cont {
    width: 100%;
  }
  .plan__present-flex .cont .txt .small {
    text-align: center;
  }
  .plan__present-flex .cont .txt .big {
    font-size: 5.5vw;
    text-align: center;
  }
  .plan__present-flex .cont .caution-txt {
    text-align: center;
  }
  .plan__present-flex.p2 .img {
    width: 110px;
  }
  .plan__present-flex.p2 .cont {
    width: 100%;
  }
  .cta__bl {
    padding: 40px 20px;
  }
  .cta__flex {
    gap: 25px;
    width: 100%;
    flex-direction: column;
  }
  .cta__flex .item {
    width: 100%;
  }
  .cta__form-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .flow__txt {
    font-size: 5vw;
  }
  .flow__list-txt {
    font-size: 1.4rem;
  }
  .flow__list::after {
    top: 12vw;
  }
  .default__flex {
    gap: 10px;
    flex-direction: column;
  }
  .default__ttl {
    width: 100%;
    font-size: 2.1rem;
  }
  .default__flex .cont {
    width: 100%;
  }
  .default__list {
    padding-left: 30px;
  }
  #default {
    padding: 40px 0;
  }
  .plan__low-flex .cont {
    width: 100%;
  }
  .plan__low-flex .cont .txt .big {
    text-align: center;
    display: block;
  }
  #bubble01 {
    bottom: 617px;
    width: 10vw;
    right: 4vw;
  }
  #bubble02 {
    top: 94px;
    width: 21vw;
    left: 12vw;
  }
  #bubble03 {
    top: 253px;
    width: 12vw;
    right: 17vw;
  }
  #bubble04 {
    top: 560px;
    width: 10vw;
    left: 2vw;
  }
  #bubble05 {
    bottom: -30px;
    width: 12vw;
    right: 3vw;
  }
  #bubble06 {
    top: -30px;
    width: 17vw;
    right: -3vw;
  }
  #bubble07 {
    bottom: -260px;
    width: 10vw;
    right: 1vw;
  }
  #bubble08 {
    top: -70px;
    width: 12vw;
    left: -3vw;
  }
  #bubble09 {
    top: 5px;
    width: 13vw;
    right: -2vw;
  }
  #bubble10 {
    top: 545px;
    width: 22vw;
    left: -9vw;
  }
  #bubble11 {
    top: 547px;
    width: 14vw;
    right: -5vw;
  }
  #bubble12 {
    top: -3px;
    width: 17vw;
    right: 0;
  }
  #bubble13 {
    top: 150px;
    width: 23vw;
    left: 42%;
  }
  #bubble14 {
    top: 40px;
    width: 17vw;
    left: 10px;
  }
  #bubble15 {
    top: 316px;
    width: 9vw;
    left: 10vw;
  }
  #bubble16 {
    top: 12px;
    width: 14vw;
    right: -14px;
  }
  #bubble17 {
    top: 10px;
    width: 12vw;
    left: -2vw;
  }
  #bubble18-2 {
    top: 76px;
    width: 9vw;
    right: -4vw;
  }
  #bubble18 {
    width: 16vw;
  }
  #bubble19 {
    width: 14vw;
  }
  #bubble20 {
    width: 20vw;
  }
  #bubble21 {
    top: 115px;
    width: 17vw;
  }
  #bubble22 {
    top: -21px;
    width: 10vw;
  }
  #bubble23 {
    width: 8vw;
    left: 14vw;
  }
  #bubble24 {
    width: 8vw;
    right: 10vw;
  }
  #bubble25 {
    top: -12px;
    width: 15vw;
    right: 15vw;
  }
  #bubble26 {
    width: 14vw;
  }
  #modal-item01, #modal-item02 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .modal-close {
    right: -29px;
    font-size: 2.5rem;
  }
  .modal-item__ttl {
    width: 100%;
  }
  .sp-menu__list li a {
    font-size: 1.6rem;
  }
  #sp-bnr img {
    transform: translateY(-1vw);
  }
  .sp-menu__wrapper {
    padding: 70px 20px 100px;
  }
  #ham {
    width: 20px;
    height: 20px;
  }
  main {
    margin-bottom: 13vw;
  }
  .modal-table-sp th, .modal-table-sp td {
    font-size: 1.3rem;
  }
  .modal-item__ttl {
    padding: 10px;
  }
  .faq__bl .q::after, .faq__bl .q::before {
    right: -30px;
  }
  .voice__swiper .swiper-slide {
    aspect-ratio: 1/1.2;
  }
}
@media (max-width: 449px) {
  .product__top-txt {
    top: 92vw;
  }
  .voice__swiper .swiper-slide {
    aspect-ratio: 1/1.45;
  }
  .mineral__what-bl {
    padding: 30px 20px;
  }
  .amb__slide-name .small {
    font-size: 1.1rem;
  }
  .voice__flare {
    bottom: 400px;
  }
}
@media (max-width: 399px) {
  .voice__swiper .swiper-slide {
    aspect-ratio: 1/1.75;
  }
}
@media (max-width: 380px) {
  .mineral__list li::before {
    width: 20px;
    height: 20px;
  }
  .mineral__list li {
    font-size: 1.4rem;
    padding: 10px 13px;
  }
  .amb__slide-name .name {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=ideal-style.css.map */