@charset "UTF-8";
@font-face {
  font-family: "shirokuma";
  src: url(../font/001Shirokuma-Regular.otf);
}
/* メインコンテンツ */
.top-slider.swiper {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .top-slider.swiper {
    margin-bottom: 60px;
  }
}
.top-slider.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-slider.swiper .swiper-slide {
  width: 100%;
}
.top-slider.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .top-slider.swiper .swiper-slide img {
    aspect-ratio: 20/13;
  }
}

.about {
  position: relative;
}
.about .section-inner {
  display: flex;
  flex-direction: column;
  gap: 5.56vw;
}
.about .section-inner .about__contents_1st {
  display: flex;
  justify-content: space-between;
  gap: 3.57vw;
}
@media (max-width: 599px) {
  .about .section-inner .about__contents_1st {
    flex-direction: column-reverse;
  }
}
.about .section-inner .about__contents_1st .about__contents__tx {
  display: flex;
  flex-direction: column;
}
.about .section-inner .about__contents_1st .about__contents__tx .maintext {
  text-align: center;
  margin-bottom: 6.25vw;
}
.about .section-inner .about__contents_1st .about__contents__img {
  max-width: 720px;
  width: 50vw;
}
@media (max-width: 599px) {
  .about .section-inner .about__contents_1st .about__contents__img {
    max-width: 460px;
    width: 100%;
  }
}
.about .section-inner:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: center;
  gap: 60px;
}
.about .section-inner:nth-child(2) .about__contents__img {
  max-width: 300px;
}
.about .about__content_2nd {
  display: flex;
  margin-bottom: 6.98vw;
}
.about .about__content_2nd .about__contents__img {
  width: 30.56vw;
  max-width: 442px;
}
.about .about__content_2nd .about__contents__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.about .about__content_2nd .sub-slider {
  width: 45.49vw;
  max-width: 654px;
  aspect-ratio: 655/467;
  margin-top: 8.6vw;
}
.about .about__content_2nd .sub-slider .swiper-slide img {
  width: 100%;
  -webkit-clip-path: url(#svgPath);
          clip-path: url(#svgPath);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 655/467;
}
.about .about__content_2nd .clip-path_slide {
  transform: scale(0.00153672, 0.00193672);
}
.about .ill-mikan {
  background: url(../img/ill/ill-mikan.png) no-repeat center/contain;
  width: 30.58vw;
  height: 20.63vw;
  top: -16%;
  right: -6%;
  z-index: 1;
}
@media (max-width: 599px) {
  .about .ill-mikan {
    width: 168px;
    height: 117px;
    top: -12%;
  }
}
.about .ill-shizuku {
  background: url(../img/ill/ill-shizuku.png) no-repeat center/contain;
  width: 11.35vw;
  height: 2.45vw;
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 599px) {
  .about .ill-shizuku {
    width: 24vw;
    height: 5.33vw;
    top: -5%;
  }
}
.about .ill-dekopon {
  background: url(../img/ill/ill-dekopon.png) no-repeat center/contain;
  width: 10vw;
  height: 10vw;
  top: -3%;
  left: 10%;
  z-index: 1;
}
@media (max-width: 599px) {
  .about .ill-dekopon {
    display: none;
  }
}
.about .ill-asahi {
  background: url(../img/ill/ill-asahi.png) no-repeat center/contain;
  width: 28.33vw;
  height: 8.13vw;
  bottom: 0;
  left: 10%;
  z-index: 1;
}
@media (max-width: 599px) {
  .about .ill-asahi {
    width: 135px;
    height: 40px;
    bottom: 17px;
  }
}
.about .dekopon1 {
  background: url(../img/ill/dekopon-1.png) no-repeat center/contain;
  width: 36px;
  height: 40px;
  top: -6%;
  left: 10%;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .about .dekopon1 {
    display: none;
  }
}
.about .dekopon2 {
  background: url(../img/ill/dekopon-2.png) no-repeat center/contain;
  width: 46px;
  height: 38px;
  top: 28%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .about .dekopon2 {
    display: none;
  }
}
.about .dekopon3 {
  background: url(../img/ill/dekopon-3.png) no-repeat center/contain;
  width: 46px;
  height: 40px;
  top: 40%;
  right: 31px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .about .dekopon3 {
    display: none;
  }
}

.products {
  position: relative;
  margin-top: 6.35vw;
  background-color: var(--color-primary);
}
.products::before {
  content: "";
  background: url(../img/section-bar_org.png) bottom/cover no-repeat;
  display: block;
  width: 100%;
  height: 6.35vw;
  position: absolute;
  top: -6.35vw;
  left: 50%;
  transform: translateX(-50%);
}
.products .ill-wave {
  background: url(../img/ill/ill-wave.png) no-repeat center/contain;
  width: 12.64vw;
  height: 9.58vw;
  top: 4.5%;
  left: 5%;
  z-index: 1;
}
@media (max-width: 599px) {
  .products .ill-wave {
    width: 53px;
    height: 40px;
    right: 45px;
    top: -32px;
    left: auto;
  }
}
.products .ill-shizuku {
  background: url(../img/ill/ill-shizuku.png) no-repeat center/contain;
  width: 11.35vw;
  height: 2.45vw;
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 599px) {
  .products .ill-shizuku {
    width: 90px;
    height: 20px;
    top: 0;
  }
}
.products .ill-mt {
  background: url(../img/ill/ill-mt.png) no-repeat center/contain;
  width: 20.42vw;
  height: 5.42vw;
  top: 11%;
  right: 2%;
  z-index: 1;
}
@media (max-width: 599px) {
  .products .ill-mt {
    width: 84px;
    height: 22px;
    top: 13%;
    right: auto;
    left: 20px;
  }
}
.products .section-inner {
  padding-top: 40px;
}
.products .section-inner .title {
  color: #fff;
  text-align: center;
}
.products .section-inner .maintext {
  color: #fff;
  text-align: center;
  margin-bottom: 5.56vw;
}
.products .section-inner .bt.bt-inversion {
  margin-bottom: 5.56vw;
}
.products .section-inner .products-list {
  display: flex;
  flex-direction: column;
  gap: 5.28vw;
  padding-bottom: 9.44vw;
}
@media (max-width: 599px) {
  .products .section-inner .products-list {
    gap: 40px;
  }
}
.products .section-inner .products-list .products-list__item {
  background-color: #fff;
  display: flex;
  gap: 5.56vw;
  position: relative;
}
@media (max-width: 599px) {
  .products .section-inner .products-list .products-list__item {
    gap: 16px;
  }
}
.products .section-inner .products-list .products-list__item .products-list__item__img {
  width: 42.36%;
}
@media (max-width: 599px) {
  .products .section-inner .products-list .products-list__item .products-list__item__img {
    width: 55%;
  }
}
.products .section-inner .products-list .products-list__item .products-list__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.products .section-inner .products-list .products-list__item .products-list__item__tx {
  width: calc(57.64% - 80px);
  padding: 2.71% 2.14% 2.71% 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .products .section-inner .products-list .products-list__item .products-list__item__tx {
    width: calc(45% - 16px);
    padding: 20px 16px 20px 0;
  }
}
.products .section-inner .products-list .products-list__item .products-list__item__tx .title {
  text-align: left;
  line-height: 1;
  color: var(--color-primary);
  font-size: clamp(2.2rem, 5vw, 7.2rem);
  margin: 0;
}
.products .section-inner .products-list .products-list__item .products-list__item__tx .title span {
  font-size: clamp(1.6rem, 3.33vw, 4.8rem);
}
.products .section-inner .products-list .products-list__item .products-list__item__tx .maintext {
  font-size: clamp(1.4rem, 1.6vw, 2.3rem);
  line-height: 1.8;
  text-align: left;
  color: var(--color-tx);
  margin-bottom: 20px;
}
.products .section-inner .products-list .products-list__item:first-child::before {
  content: "";
  display: block;
  background: url(../img/ill/ill-dekopon2.png) no-repeat center/contain;
  width: 19.03vw;
  height: 14.24vw;
  max-width: 230px;
  position: absolute;
  top: -40%;
  right: 1%;
  z-index: 1;
}
@media (max-width: 599px) {
  .products .section-inner .products-list .products-list__item:first-child::before {
    top: -13%;
  }
}
.products .section-inner .products-list .products-list__item:nth-child(2) {
  flex-direction: row-reverse;
}
.products .section-inner .products-list .products-list__item:nth-child(2) .products-list__item__tx {
  padding: 2.71% 0 2.14% 5.57%;
}
@media (max-width: 599px) {
  .products .section-inner .products-list .products-list__item:nth-child(2) .products-list__item__tx {
    padding: 20px 0 20px 16px;
  }
}
.products .section-inner .products-list .products-list__item:nth-child(2)::after {
  content: "";
  display: block;
  background: url(../img/ill/ill-mikan2.png) no-repeat center/contain;
  width: 17.71vw;
  height: 11.74vw;
  max-width: 255px;
  position: absolute;
  bottom: -10%;
  left: 34%;
  z-index: 1;
}
.products .section-inner .products-list .products-list__item:nth-child(3)::after {
  content: "";
  display: block;
  background: url(../img/ill/ill-bankan.png) no-repeat center/contain;
  width: 13.64vw;
  height: 13.64vw;
  max-width: 182px;
  position: absolute;
  bottom: -12%;
  right: 4%;
  z-index: 1;
}
.products .section-inner .products_lower-area {
  margin-right: -3.8vw;
  padding-left: 3.8vw;
  padding-bottom: 6.94vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .products .section-inner .products_lower-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    margin: 0;
    padding: 0;
    align-items: flex-start;
  }
}
.products .section-inner .products_lower-area__tx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.08vw 5.56vw;
  background: url(../img/kumamon-tx-back.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: -5.56vw;
}
@media (max-width: 599px) {
  .products .section-inner .products_lower-area__tx {
    left: 0;
    grid-area: 1/1/2/3;
    padding: 20px 16px 70px;
  }
}
.products .section-inner .products_lower-area__tx .title {
  color: var(--color-primary);
  margin: 0 0 24px;
}
.products .section-inner .products_lower-area__tx .maintext {
  text-align: center;
  font-size: clamp(1.5rem, 1.6vw, 2.3rem);
  line-height: 1.8;
  color: var(--color-tx);
  margin-bottom: 1.67vw;
}
.products .section-inner .products_lower-area img:first-child {
  width: 19.79vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .products .section-inner .products_lower-area img:first-child {
    width: 164px;
    grid-area: 2/1/3/2;
    left: 12%;
  }
}
.products .section-inner .products_lower-area img:nth-child(2) {
  width: 23.07vw;
  position: relative;
  left: -46px;
  z-index: 1;
  transform: rotate(-10deg);
}
@media (max-width: 599px) {
  .products .section-inner .products_lower-area img:nth-child(2) {
    width: 172px;
    grid-area: 2/2/3/3;
    transform: rotate(10deg);
    left: -20px;
    top: -28px;
  }
}

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