@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");

.kinujo_outbath-campaign {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #1d1e21;
}

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

.kinujo_outbath-campaign span {
  font-size: inherit;
}

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

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

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

.kinujo_outbath-campaign h2,
.kinujo_outbath-campaign h3,
.kinujo_outbath-campaign h4 {
  line-height: 1.4;
  font-weight: 500;
}

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

.fz32 {
  font-size: 32px !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;
}

.mb100 {
  margin-bottom: 100px;
}

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

.bold {
  font-weight: bold;
}

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

.red {
  color: #f22;
}

.sp-only {
  display: none;
}

.bg {
  background-color: #f3efee;
}

.title1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #4a4646;
  color: #fff;
  &.title1--transparent {
    background-color: transparent;
    border: 1px solid #4a4646;
    color: #4a4646;
  }
}

.title2 {
  width: fit-content;
  padding: 0 15px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  &::before,
  &::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    bottom: 0;
    border-left: 1px solid #000;
  }
  &::before {
    left: 0;
    transform: rotate(-20deg);
  }
  &::after {
    right: 0;
    transform: rotate(20deg);
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 60px;
  background-color: #1d1e21;
  color: #fff !important;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

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

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

.mv + .bg {
  padding: 40px 0 160px;
}

.item-lite {
  display: flex;
  flex-direction: column;
  gap: 30px;
  .item-lite__item {
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    padding: 40px 50px 50px;
    gap: 50px;
    .txt {
      max-width: 450px;
    }
    .bg {
      padding: 20px;
      border-radius: 4px;
      dt {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      }
    }
  }
}

.list-dot {
  display: flex;
  flex-direction: column;
  gap: 5px;
  .list-dot__item {
    position: relative;
    padding-left: 1em;
    &::before {
      content: "・";
      position: absolute;
      left: 0;
      top: 0;
    }
  }
}

.campaign-title {
  color: #cf6bb4;
  &::before,
  &::after {
    border-color: #cf6bb4;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  .txt {
    max-width: 450px;
  }
}

.point-title {
  &::before,
  &::after {
    border-left: 2px dashed #f22;
  }
  + .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .kinujo_outbath-campaign {
    font-size: 15px;
  }

  .kinujo_outbath-campaign span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

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

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

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

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

  .mv + .bg {
    padding: 40px 0 100px;
  }

  .item-lite {
    .item-lite__item {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 20px 15px;
      .txt {
        max-width: unset;
      }
      .bg {
        padding: 20px 15px;
      }
    }
  }

  .flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    .txt {
      max-width: unset;
    }
  }
}
