@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.kose_skincare {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #22292b;
}

.kose_skincare * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.kose_skincare span {
  font-size: inherit;
}

.kose_skincare img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}

.t-center {
  text-align: center;
}

.btn {
  display: block;
  border-radius: 4px;
  background-color: #22292b;
  width: 100%;
  max-width: 240px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 18px;
  position: relative;
}

.btn i {
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.scrub135 .mv {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px !important;
}

.hdg02 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

.hdg02.side-lines {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  &::before,
  &::after {
    content: "";
    display: block;
    width: 3px;
    height: 1.1em;
    background-color: #22292b;
    border-radius: 100vh;
  }
  &::before {
    transform: rotate(-20deg);
  }
  &::after {
    transform: rotate(20deg);
  }
}

.hdg03 {
  font-size: 24px;
  font-weight: bold;
  width: fit-content;
  line-height: 1.4;
  padding-bottom: 10px;
  margin: 0 auto 40px;
  color: #4a65d0;
  border-bottom: 1px solid #4a65d0;
}

.sp-only {
  display: none;
}
/* ここまで共通で使用可能 */

.bg__blue {
  background-color: #f7f9fb;
  padding: 40px 0 60px;
}

.wrap {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wrap__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.wrap__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #22292b;
  color: #fff !important;
  transition: all 0.3s;
  position: relative;
}

.wrap__item a:hover {
  background-color: #4a65d0;
  text-decoration: none;
}

.wrap__item a i {
  position: absolute;
  right: 20px;
}

.list-check {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.list-check li {
  padding-left: 30px;
  position: relative;
}

.list-check li i {
  position: absolute;
  left: 0;
  top: 7px;
}

.list-check i {
  color: #22292b;
  margin-right: 0.4em;
}

.sec__inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.item-list__item {
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.ta-l {
  text-align: left;
}

.span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}

.ml5 {
  margin-left: 5px;
}

.banner-list {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.banner-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.banner-list__item a {
  display: block;
}

.banner-list__item img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 400px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .scrub135 .mv {
    margin-bottom: 80px;
  }

  .hdg01 {
    font-size: 20px;
  }

  .hdg01.orange {
    font-size: 24px;
  }

  .hdg02 {
    font-size: 18px;
  }

  .hdg02__num {
    font-size: 16px !important;
  }

  /* ここまでレスポンシブの共通 */

  .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .item-list {
    max-width: 360px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }

  .item-list__cont {
    max-width: 240px;
    margin: 0 auto;
  }

  .banner-list {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
