/*-------------------*/
/* top */
/*-------------------*/
.intro {
  padding-bottom: 0;
}

.illustration-icon {
  width: 33.3333333333%;
  height: auto;
}

.text,
.logo-block,
.title {
  padding: 0 30px;
}

.title__illustration {
  display: flex;
}
.title__illustration--right {
  justify-content: end;
}
.title__illustration--left {
  justify-content: start;
}

.logo-block {
  margin: 30px auto 0;
  text-align: center;
}

/* intro */
.news {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.news::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  background: url(../images/fukidashi-icon.png) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  width: 56px;
  height: 27px;
}

.news-slider__item {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}

.illustration {
  margin: 30px auto 0;
  display: block;
  max-width: 50%;
  height: auto;
}

/* about */
.about__block {
  position: relative;
}

.about__text {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}

.about__illustration {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 50%;
  height: auto;
}

.about__supervision {
  margin: 0 auto 83px;
  width: 90%;
}

.supervision {
  background: url(../images/supervision_product.png) left 4% top 38% no-repeat, url(../images/doctor.png) right 8% top 30% no-repeat;
  background-size: 23.19%;
}

.supervision__catch {
  position: relative;
  width: 100%;
}

.supervision__point {
  background: #e4007f;
  color: #fff;
  margin: 0 auto;
  padding: 30px 20px 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  width: max(120px, 35%);
}
.supervision__point::after {
  content: "";
  background: url(../images/about-point-label.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 83px;
}

.supervision__figure {
  bottom: 0;
  position: absolute;
}

.supervision__figure--left {
  left: 0;
}

.supervision__figure--right {
  right: 0;
}

.supervision__image {
  display: block;
  width: min(80px, 23.19%);
}

.supervision__supervisor {
  margin: 18.04% auto 0;
  width: min(90%, 350px);
}

@media (min-width: 1040px) {
  .supervision__supervisor {
    width: 90%;
  }
}
.label {
  display: block;
  background: #fff;
  color: #e4007f;
  border-radius: 10px;
  font-weight: bold;
  margin: 10px 0;
}

.supervisor {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
}

.supervisor__label {
  align-items: center;
  background-color: #fff;
  border-radius: 80px 0 0 80px;
  color: #e4007f;
  display: flex;
  padding: 5px 10px 5px 15px;
  white-space: nowrap;
}

@media (min-width: 1040px) {
  .supervisor__label {
    padding: 10px 20px 10px 30px;
  }
}
.supervisor__name {
  background-color: #e4007f;
  border-radius: 0 80px 80px 0;
  color: #fff;
  padding: 5px 15px 5px 10px;
}

@media (min-width: 1040px) {
  .supervisor__name {
    padding: 10px 30px 10px 20px;
  }
}
/* characters */
.characters-name {
  text-align: center;
}

.characters-slider {
  margin-top: 60px;
}

.characters-slider__item {
  margin: 0 30px;
}

.characters-slider__photo {
  max-width: 100px;
  margin: 0 auto;
}

/* sns */
.sns,
.shop {
  margin-top: 60px;
}

.sns .button {
  margin-top: 0;
}

.sns__block {
  background: #fff;
  padding: 60px 30px;
}

/* shop */
.shop .button-list {
  margin-top: 30px;
}

.shop__image {
  position: relative;
}

.smartphone {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.shop__text {
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
}

/* products */
.products-photo {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 80%;
  mix-blend-mode: multiply;
}

.shop__block {
  background: url(../images/shop-img.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1040px) {
  .info {
    padding: 30px;
    display: flex;
    gap: 30px;
  }
  .news {
    width: calc(100% - 152px - 30px);
  }
  .news::before {
    bottom: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    left: -20px;
  }
  .about__text {
    top: 60px;
  }
  .about__illustration {
    bottom: -17px;
    width: auto;
    height: auto;
  }
  .illustration-icon {
    width: 25%;
  }
  .button {
    padding: 0;
  }
}

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