@charset "Shift_JIS";

* {
  letter-spacing: normal;
}

.product__hero {
  background: url(../img/product_sec01.jpg) no-repeat;
  background-position: 50% 60%;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

.product__box {
  width: 100%;
  margin-top: 5%;
}

.product__box.--small {
  width: 100%;
  padding: 0 25%;
}

.product__box.--mt0 {
  margin-top: 0;
}

.product__title {
  color: #07acb7;
  text-align: center;
  line-height: 1.5;
  font-size: calc(20px + 37 * (100vw - 768px) / 1273);
  white-space: nowrap;
}

.product__title>span {
  color: #64cdc9;
}

.product__title.--flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__icon {
  width: 7%;
}

.product__img {
  margin-top: 5%;
}

.productBtn {
  width: 80%;
  margin: 10% auto 0;
}

.productBtn__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
  max-width: 700px;
  margin: 0 auto;
}

.productBtn__item {
  transition: .3s;
}

.productBtn__item:hover {
  opacity: 0.7;
}

.detail__title {
  text-align: center;
  line-height: 1.5;
  color: #6dc9c8;
  font-size: calc(17px + 40 * (100vw - 768px) / 1273);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail__icon {
  margin: 5% 0;
}

.detail__icon>.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.detail__icon>.flex>div {
  width: 6%;
}

.detail__img {
  width: 90%;
  margin: 0 auto;
}

.detail__subTitle {
  text-align: center;
  font-size: calc(15px + 30 * (100vw - 768px) / 1273);
  font-weight: bold;
  line-height: 2;
  color: #6dc9c8;
  white-space: nowrap;
}

.detail__list {
  position: relative;
  margin: 0 0 8%;
}

.detail__item {
  position: relative;
  margin-left: 5%;
  background-color: #6dc9c8;
  border-radius: 2vw;
  height: 13vw;
  width: 13vw;
  white-space: nowrap;
}

.detail__item:first-child {
  margin-left: 0;
}

.detail__item>p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  font-size: calc(14px + 30 * (100vw - 768px) / 1273);
}

.detail__item>p>.span {
  font-size: 60%;
  vertical-align: top;
}

.detail__list.--desc {
  padding: 0 8%;
}

.detail__list.--desc::after {
  display: none;
}

.detail__desc {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: 7%;
}

.detail__desc .come {
  font-size: 0.8vw;
  vertical-align: super;
}

.detail__desc:not(:first-child) {
  margin-top: 1%;
}

.detail__desc:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 100%;
  display: inline-block;
  height: 1vw;
  width: 1vw;
  background-color: #6dc9c8;
  margin-right: 2%;
}

.detail__desc>p {
  font-size: calc(12px + 17 * (100vw - 768px) / 1273);
  letter-spacing: normal;
}

.detail__desc>p>span {
  color: #fb7c95;
}

.detail__item.--bgcWhite {
  background-color: #fff;
  border: .1vw solid #6dc9c8;
  height: 15vw;
  width: 15vw;
}

.detail__item.--bgcWhite>p {
  font-size: calc(11px + 20 * (100vw - 768px) / 1273);
}


.detail__item.--bgcWhite>p {
  color: #6dc9c8;
  white-space: nowrap;
  text-align: center;
}

.detail__explanationList::after {
  display: none;
}

.detail__explanationItem:not(:first-child) {
  margin-top: 5%;
}

.detail__explanationTitle {
  width: 100%;
  text-align: center;
  padding: 1.5%;
  background-color: #6dc9c8;
  color: #fff;
  font-weight: bold;
  font-size: calc(16px + 28 * (100vw - 768px) / 1273);
  border-radius: 3vw;
}

.detail__explanationText {
  text-align: center;
  font-weight: bold;
  font-size: calc(20px + 38 * (100vw - 768px) / 1273);
  margin-top: 2%;
  letter-spacing: normal;
}

.detail__explanationText>span {
  font-size: calc(12px + 28 * (100vw - 768px) / 1273);
}

.detail__moisturizing {
  width: 80%;
  margin: 3% auto 8%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.detal__moisturizingItem {
  text-align: center;
  font-size: calc(16px + 24 * (100vw - 768px) / 1273);
  font-weight: bold;
}

.detal__moisturizingItem::before {
  content: "";
  display: block;
  height: 15vw;
  width: 15vw;
  border-radius: 50%;
  margin: 0 auto 10%;
}

.detal__moisturizingItem:first-child::before {
  background: url(../img/product_sec08_1.jpg) center no-repeat;
  background-size: cover;
}

.detal__moisturizingItem:last-child::before {
  background: url(../img/product_sec08_3.jpg) center no-repeat;
  background-size: cover;
}

.detal__moisturizingItem>span {
  font-size: 60%;
  vertical-align: top;
}

.detail__moisturizing+span {
  display: block;
  text-align: center;
  font-size: calc(10px + 20 * (100vw - 768px) / 1273);
}

.detail__usageText {
  margin-left: 5%;
  margin-top: 5%;
  font-size: calc(9px + 20 * (100vw - 768px) / 1273);
  font-weight: bold;
}

.detail__usageText>small {
  display: block;
  margin-top: 2%;
}

.detail__usageIcon {
  position: relative;
  width: 80%;
  margin: 5% auto 8%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.detail__usageIcon>div {
  position: relative;
  width: 15vw;
  height: 15vw;
  border: .2vw dashed #6dc9c8;
  border-radius: 50%;
  margin: 0;
}

.detail__usageIcon>div:last-child {
  border: none;
}

.detail__usageIcon>div>p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: calc(10px + 20 * (100vw - 768px) / 1273);
  white-space: nowrap;
}

.detail__usageIcon>div>p>span {
  font-weight: bold;
  color: #6dc9c8;
  font-size: calc(14px + 22 * (100vw - 768px) / 1273);
  white-space: nowrap;
}

.detail__note {
  width: 90%;
  margin: 5% auto;
  padding: 12% 5% 10%;
  border-radius: 1.5vw;
  background-color: #f6f2e9;
}

.detail__noteTitle {
  padding-bottom: 12%;
  text-align: center;
  color: #6dc9c8;
  font-size: calc(16px + 28 * (100vw - 768px) / 1273);
  letter-spacing: normal;
}

.detail__noteText {
  font-size: calc(13px + 21 * (100vw - 768px) / 1273);
  font-weight: bold;
  letter-spacing: normal;
}

.detail__addition {
  width: 80%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  font-size: calc(10px + 25 * (100vw - 768px) / 1273);
}

.detal__moisturizingItem.--hatomugi::before {
  background: url(../img/product_sec08_2.jpg) center no-repeat;
  background-size: cover;
}

.detal__moisturizingItem.--none::before {
  display: none;
}

.product__box.--bgBlue {
  background-color: #e2f7fc;
}

.product__box.--bgBlue:last-child {
  margin-top: 0;
}

.product__box.--bgPink {
  background-color: #fcefdc;
  margin-top: 0;
}

.product__imgBox {
  width: 100%;
  padding: 0 25%;
}

.smallwidth {
  width: 30%;
  margin: 0 auto;
  padding: 0;
}

.--moresmall {
  margin: 0 auto;
  width: 32%;
}

.--noneBottomSpace {
  padding-bottom: 0;
  margin-bottom: 0;
}

.linkBtn_wide {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .product {
    padding-top: 15vw;
  }

  .product__hero {
    height: 55vw;
  }

  .product__box.--small {
    width: 100%;
    padding: 0;
  }

  .product__box.--moreBottom {
    margin-bottom: 17%;
  }

  .product__title {
    font-size: calc(16px + 22 * (100vw - 320px) / 446);
  }

  .detail__icon {
    font-size: calc(14px + 22 * (100vw - 320px) / 446)
  }

  .detail__title:after {
    font-size: calc(12px + 20 * (100vw - 320px) / 446)
  }

  .detail__subTitle {
    width: 90%;
    margin: 0 auto;
    font-size: calc(10px + 18 * (100vw - 320px) / 446);
    white-space: nowrap;
  }

  .detail__list::after {
    font-size: calc(10px + 18 * (100vw - 320px) / 446);
    right: 13%;
  }

  .detail__item {
    width: 20vw;
    height: 20vw;
  }

  .detail__item>p {
    font-size: calc(14px + 17 * (100vw - 320px) / 446);
    white-space: nowrap;
  }

  .detail__item>p>.span {
    display: inline-block;
    transform: scale(.5) translate(-50%, -50%);
    font-size: calc(10px + 7 * (100vw - 320px) / 446);
  }

  .detail__list+span {
    font-size: calc(10px + 7 * (100vw - 320px) / 446);
  }

  .detail__desc>p {
    font-size: calc(11px + 12 * (100vw - 320px) / 446);
  }

  .detail__desc:before {
    width: 2vw;
    height: 2vw;
  }

  .detail__list.--desc {
    padding: 0 3%;
  }

  .detail__item.--bgcWhite {
    height: 33vw;
    width: 33vw;
    border: .3vw solid #6dc9c8;
  }

  .detail__item.--bgcWhite>p {
    font-size: calc(10px + 16 * (100vw - 320px) / 446);
  }

  .detail__explanationTitle {
    width: 90%;
    margin: 0 auto;
    font-size: calc(15px + 13 * (100vw - 320px) / 446);
    letter-spacing: .1rem;
    border-radius: 4vw;
  }

  .detail__explanationText {
    font-size: calc(16px + 12 * (100vw - 320px) / 446);
  }

  .detail__explanationText>span {
    font-size: calc(10px + 8 * (100vw - 320px) / 446);
  }

  .detal__moisturizingItem {
    font-size: calc(12px + 12 * (100vw - 320px) / 446);
  }

  .detal__moisturizingItem::before {
    width: 20vw;
    height: 20vw;
  }

  .detal__moisturizingItem>span {
    transform: scale(.9) translate(-45%, -45%);
  }

  .detail__moisturizing+span {
    font-size: calc(12px + 11 * (100vw - 320px) / 446);
  }

  .detail__usageTitle {
    font-size: calc(16px + 23 * (100vw - 320px) / 446);
  }

  .detail__usageText {
    margin-left: 0;
    font-size: calc(11px + 12 * (100vw - 320px) / 446);
    letter-spacing: .025rem;
    transform: scale(.9);
  }

  .detail__usageText.--nowrap {
    white-space: nowrap;
  }

  .detail__usageIcon>div {
    width: 25vw;
    height: 25vw;
  }

  .detail__usageIcon>div>p {
    transform: translate(-50%, -50%) scale(.6);
    font-size: calc(10px + 15 * (100vw - 320px) / 446);
  }

  .detail__usageIcon>div>p>span {
    font-size: calc(14px + 24 * (100vw - 320px) / 446);
  }

  .detail__noteTitle {
    font-size: calc(14px + 18 * (100vw - 320px) / 446);
    letter-spacing: normal;
  }

  .detail__noteText {
    font-size: calc(10px + 13 * (100vw - 320px) / 446);
  }

  .detal__moisturizingItem>span {
    font-size: calc(10px + 7 * (100vw - 320px) / 446);
    transform: scale(.9) translate(-20%, -20%);
    display: inline-block;
  }

  .detail__addition {
    font-size: calc(12px + 11 * (100vw - 320px) / 446);
  }

  .product__imgBox {
    width: 100%;
    padding: 5%;
  }

  .smallwidth {
    width: 40%;
    margin: 0 auto;
    padding: 0;
  }

  .--noneBottomSpace {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .--moresmall {
    width: 50%;
  }

  .linkBtn_wide {
    width: 80%;
  }

  .detail__desc .come {
    font-size: 7px;
    vertical-align: super;
  }

}
