@charset "utf-8";

/* ------------- 
    mv
---------------*/
.mv {
  padding: 34px 7rem 0;
  overflow: hidden;
}

.mv__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 216 / 79;
  background: url(../images/top/bgMv.webp) no-repeat center center / cover;
}

.mv__text {
  position: absolute;
  bottom: 38px;
  left: -6.5rem;
  width: 635px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -1.8px;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.80) 50.83%, rgba(255, 255, 255, 0.00) 92.89%);
}

@media screen and (max-width: 1024px) {
  .mv__text {
    left: -3rem;
    width: 60rem;
    height: 17rem;
    font-size: 6rem;
    letter-spacing: -0.18rem;
  }
}

@media screen and (max-width: 750px) {
  .mv {
    padding: 4rem 3.3rem 0;
  }

  .mv__inner {
    background: url(../images/top/bgMvSp.webp) no-repeat center center / cover;
    aspect-ratio: 162 / 239;
  }

  .mv__text {
    display: none;
  }
}

/* -----------------------------
  ビタミンC誘導体とアイ・ティー・オー
--------------------------------*/
.brand {
  margin-top: 70px;
  background: url(../images/top/bgBrand.webp) no-repeat center center / cover;
  padding: 160px 40px;
}

.brand__inner {
  max-width: 1010px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand__contents {
  width: 42.6%;
}

.brand__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand__title .ja {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.brand__title .en {
  color: var(--color-light-blue);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding-left: 5px;
}

.brand__text {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.brand__buttons {
  width: 42.7%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.brand__btn {
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 20px 0 32px;
  border-radius: 50px;
  background: var(--color-light);
  transition: 0.5s ease;
}

.brand__btn:hover {
  opacity: 0.5;
}

.brand__btn-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 1024px) {
  .brand__contents {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .brand {
    margin-top: 3.4rem;
    padding: 7.2rem 3.3rem;
  }

  .brand__inner {
    flex-direction: column;
    gap: 3rem;
  }

  .brand__contents {
    width: 100%;
  }

  .brand__title {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .brand__title .ja {
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }

  .brand__title .en {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    padding-left: 0.5rem;
  }

  .brand__text {
    margin-top: 3rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }

  .brand__buttons {
    width: 30rem;
    gap: 2rem;
  }

  .brand__btn {
    height: 7rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    border-radius: 5rem;
  }
}

/* -----------------
  共通
------------------*/
.section__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 750px) {
  .section__title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

/* -----------------------------
  製品情報・おとり扱いクリニック
--------------------------------*/
.products,
.clinics {
  background: #F2F8FD;
  padding: 90px 40px;
}

.products__img,
.clinics__img {
  margin-top: 10px;
  transition: .5s ease;
}

.products__img:hover,
.clinics__img:hover {
  opacity: 0.5;
}


.products__img img,
.clinics__img img {
  width: 100%;
  height: auto;
}

.products__text,
.clinics__text {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 750px) {

  .products,
  .clinics {
    padding: 6rem 3rem;
  }

  .products__img,
  .clinics__img {
    margin-top: 3rem;
  }

  .products__text,
  .clinics__text {
    margin-top: 3rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}

/* -----------------
  製品購入について
------------------*/
.order {
  background: var(--color-light);
  padding: 90px 40px;
}

.order__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.7px;
}

.order__list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}


.order__item {
  flex: 1;
}

.order__item p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.order__item-link {
  display: block;
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: .5s ease;
}

.order__item-link svg {
  margin-bottom: 5px;
}

.order__item-link .white {
  color: #FFF;
}

.order__item-link .font-latin {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.order__item-link:hover {
  opacity: 0.5;
}

.order__item-link--blue {
  background: linear-gradient(180deg, #CAE6F4 0%, #3F93BC 100%);
}

.order__item-link--yelo {
  background: linear-gradient(180deg, #FFF8D4 0%, #FFA300 100%);
}

.order__item-link--pink {
  background: linear-gradient(180deg, #F0C1E2 0%, #BB5A9F 100%);
}


@media screen and (max-width: 750px) {
  .order {
    padding: 6rem 3rem;
  }

  .order__text {
    margin-top: 3rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }

  .order__list {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
    padding: 0 3rem;
  }

  .order__item-link {
    height: 13rem;
    gap: 0.5rem;
    font-size: 1.6rem;
  }

  .order__item-link svg {
    margin-bottom: 0.5rem;
    width: 3.3rem;
    height: auto;
  }
}

/* footer 固定ラベルの分の余白調整 */
@media screen and (max-width: 1024px) {

  .footer {
    padding: 120px 4rem;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 7rem 3rem 11rem;
  }
}