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

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

.spicare_mens-series {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
  padding-bottom: 160px;
}

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

.spicare_mens-series span {
  font-size: inherit;
}

.spicare_mens-series img,
.spicare_mens-series video {
  max-width: 100%;
  height: auto;
}

.spicare_mens-series a {
  transition: all 0.3s;
  text-decoration: none !important;
}

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

.f-min {
  font-family: "Noto Serif JP", serif;
}

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

.fz28 {
  font-size: 28px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

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

.bold {
  font-weight: bold;
}

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

.sp-only {
  display: none;
}

.bg-blue {
  background-color: #f3fbfb;
}

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

.bg-black {
  background-color: #000;
  border-radius: 5px;
  padding: 40px 15px 80px;
}

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

.bg-yellow {
  background-color: #ffc700;
}

.bg-red {
  background-color: #f57b6b;
  color: #fff;
}

.red {
  color: #ff0000;
}

.title1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  width: fit-content;
  padding: 0 0.8em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  &::before,
  &::after {
    content: "";
    width: 2px;
    height: 70%;
    max-height: 28px;
    background-color: #000;
    position: absolute;
    bottom: 2px;
  }
  &::before {
    left: 0;
    transform: rotate(-20deg);
  }
  &::after {
    right: 0;
    transform: rotate(20deg);
  }
}

.marker {
  background: linear-gradient(transparent 50%, #fee6e6 50%);
  font-weight: bold;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  height: 60px;
  line-height: 1.2;
  background-color: #22292b;
  color: #fff !important;
  border-radius: 4px;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: center;
  &.more {
    pointer-events: none;
    &::after {
      content: "ログイン後表示";
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      backdrop-filter: blur(10px);
    }
  }
  + .btn {
    margin-top: 20px;
  }
}

.btn::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

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

.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  .tag__item {
    background-color: #22292b;
    color: #fff;
    line-height: 1.4;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 9px;
  }
}

.intro {
  display: flex;
  align-items: center;
  gap: 50px;
  p {
    line-height: 2;
  }
  .img {
    width: 450px;
    flex-shrink: 0;
  }
}

.osusume {
  padding: 30px 15px 40px;
  .title1 {
    span {
      display: block;
      font-weight: normal;
      font-size: 0.8em;
    }
  }
  .list {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 50px;
    .list__item {
      padding: 10px 50px;
      display: flex;
      align-items: center;
      gap: 30px;
      font-size: 18px;
      border-bottom: 1px solid #e5e5e5;
      .icon {
        flex-shrink: 0;
      }
      &:last-child {
        border-bottom: none;
      }
    }
  }
}

.youtube {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  iframe {
    width: 100%;
    height: 100%;
  }
}

.item-area {
  padding: 40px 15px;
  .item-box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 60px;
    display: flex;
    gap: 40px;
    position: relative;
    .img {
      flex-shrink: 0;
    }
    .label {
      width: 110px;
      height: 110px;
      background-color: #062933;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.3;
      font-weight: bold;
      text-align: center;
      position: absolute;
      top: -20px;
      left: -25px;
    }
    &.item-box--l {
      padding: 30px;
    }
  }
  .title1 {
    .red {
      display: block;
    }
  }
}

@media screen and (max-width: 768px) {
  .spicare_mens-series {
    font-size: 15px;
    padding-bottom: 100px;
  }

  .spicare_mens-series span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

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

  .fz20,
  .title1,
  .title2 {
    font-size: 18px !important;
  }

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

  .btn {
    &.more {
      &::after {
        font-size: 24px;
      }
    }
  }

  .intro {
    flex-direction: column;
    gap: 40px;
    .img {
      width: 100%;
      text-align: center;
    }
  }

  .osusume {
    .list {
      padding: 10px 20px;
      .list__item {
        padding: 10px;
        gap: 20px;
        font-size: 16px;
      }
    }
  }

  .item-area {
    padding: 20px 15px;
    .item-box {
      padding: 20px;
      flex-direction: column;
      gap: 20px;
      .label {
        width: 80px;
        height: 80px;
        font-size: 12px;
        top: -10px;
        left: -10px;
      }
      .img {
        width: 100%;
        text-align: center;
      }
      &.item-box--l {
        padding: 30px 20px;
      }
    }
  }
}
