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

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

.cbd {
  font-size: 15px !important;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #22292b;
  padding-bottom: 140px;
}

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

.cbd span {
  font-size: inherit;
}

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

.cbd a {
  transition: all 0.3s;
}

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

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

.bold {
  font-weight: bold;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.btn {
  display: block;
  max-width: 300px;
  text-align: center;
  background-color: #22292b;
  color: #fff !important;
  padding: 1.2em;
  position: relative;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s;
}

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

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

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-green {
  background-color: #d3d1ba;
}

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

.hdg01 {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.hdg02 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.hdg03 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
}

.desc {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.marker {
  background: linear-gradient(transparent 60%, #f8e6b6 0%);
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz18 {
  font-size: 18px;
}

.notes {
  display: flex;
}

.notes::before {
  content: "※";
  flex-shrink: 0;
}

.cbd-flex {
  display: flex;
  gap: 50px;
}

.cbd-flex__img {
  flex-shrink: 0;
}

.list01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-item {
  padding: 50px;
  display: flex;
  gap: 50px;
}

.product-item__img {
  flex-shrink: 0;
}

.product-item h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.product-item h3 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.product-item__desc {
  padding-top: 20px;
  border-top: 1px solid #d1d1d1;
}

.list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.list02__item {
  background-color: #fff;
  padding: 2px 20px 3px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
}

.list-howto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 14px;
}

.list-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
}

.vape .bg-green {
  padding: 60px 0 80px;
}

.vape .box {
  padding: 40px 50px;
  border: 1px solid #fff;
}

.list-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 20px;
}

.list-femcare {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.list-femcare li {
  padding: 20px 25px;
  background-color: #f5f4ec;
}

.list-femcare__desc {
  font-size: 14px;
  min-height: 130px;
}

@media screen and (max-width: 768px) {
  .hdg01 {
    font-size: 22px;
  }

  .hdg02 {
    font-size: 20px;
  }

  .desc {
    font-size: 16px;
  }

  .fz18 {
    font-size: 16px;
  }

  .cbd-flex {
    flex-direction: column;
    gap: 20px;
  }

  .cbd-flex__img {
    flex-shrink: unset;
    width: 100%;
    text-align: center;
  }

  .product-item {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .product-item__img {
    flex-shrink: unset;
    width: 100%;
    text-align: center;
  }

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

  .vape .box {
    padding: 20px;
  }

  .list-flow {
    grid-template-columns: 1fr 1fr;
  }

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