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

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

.cosmeker {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
}

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

.cosmeker span {
  font-size: inherit;
}

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

.cosmeker a {
  transition: all 0.3s;
}

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

.inner {
  max-width: 1030px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}

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

.btn {
  display: block;
  text-align: center;
  color: #fff !important;
  margin: 0 auto;
  padding: 1.2em;
  position: relative;
  border-radius: 8px;
  font-weight: bold;
}

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

.btn--contact {
  background-color: #22292b;
  font-size: 16px;
  max-width: 400px;
  margin-top: 40px;
}

.btn_info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: fit-content;
  margin: 30px 0 0 auto;
}

.btn_info span {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #22292b;
}

.btn_info i {
  font-size: 40px;
}

.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 !important;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.hdg01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}

.hdg01__sub {
  display: block;
  font-size: 18px !important;
  font-weight: normal;
  margin-top: 5px;
}

.hdg03 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sp-only {
  display: none;
}

.sec__bg {
  padding: 60px 0 80px;
}

.color-care {
  padding: 60px 0 80px;
  background-color: #fff5f5;
}

.list {
  margin-bottom: 40px;
}

.list__item {
  display: flex;
  gap: 100px;
  padding: 30px 50px;
  margin-bottom: 20px;
  background: #fff;
}

.item__right {
  flex: 1;
}

.curly-hair-care {
  background-color: #fffbf5;
}

.bounce-care {
  background-color: #fcfff5;
}

.special-care {
  background-color: #faf5ff;
}

.salon-care {
  background-color: #f5fbff;
}

.menu {
  background-color: #f5f5f5;
}

.menu__item {
  display: flex;
  gap: 50px;
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 20px 50px;
  background-color: #fff;
}

.menu__item__right {
  flex-shrink: 0;
}

.new-series {
  padding-top: 80px;
}

.br {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.cosme {
  margin-bottom: 100px;
}

.cosme__bg {
  max-width: 1220px;
  margin: auto;
  padding: 70px 0 60px;
  background: #fbebcf;
}

.contact {
  margin-bottom: 100px;
}

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

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

  .hdg01 {
    font-size: 20px;
  }

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

  .hdg02,
  .hdg03 {
    font-size: 18px;
  }

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

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

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

  .box {
    padding: 20px;
  }

  .box__flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .box .img {
    text-align: center;
  }

  .about__box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .list__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 15px;
  }

  .item__right {
    flex: unset;
  }

  .menu__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 15px;
  }
}
