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

.excelouge_campaign {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #22292b;
  padding-bottom: 160px;
}

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

.excelouge_campaign span {
  font-size: inherit;
}

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

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

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

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

.lh2 {
  line-height: 2;
}

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

.content-inner {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold !important;
}

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

.sp-only {
  display: none;
}

.bg-beige {
  background-color: #fffaf2;
}

.title1 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #4f1e13;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  &.title1--line {
    &::before {
      width: 100%;
      height: 1px;
      background-color: #4f1e13;
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
    }
    .title1__white {
      background-color: #fff;
      padding: 0 20px;
    }
    .title1__beige {
      background-color: #fffaf2;
      padding: 0 20px;
    }
  }
}

.title2 {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #4f1e13;
  .bold {
    display: block;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #fee6e6 60%);
}

.orange {
  color: #bc4620;
}

.blue {
  color: #1584c5;
}

.pink {
  color: #ff77bb;
}

.red {
  color: #e50040;
}

.green {
  color: #3d7a6b;
}

.brown {
  color: #4f1e13;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 275px;
  height: 60px;
  background-color: #4f1e13;
  color: #fff !important;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
  &::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
  }
  &.btn-l {
    background-color: #1d1e21;
    font-size: 16px;
    border-radius: 8px;
    height: 80px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-list__item {
  display: flex;
  gap: 30px;
  padding: 20px 30px;
  background-color: #fffaf2;
  .img {
    width: 240px;
    flex-shrink: 0;
  }
}

.tag {
  font-size: 12px;
  color: #4f1e13;
  font-weight: bold;
  background-color: #fff;
  padding: 4px 15px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #4f1e13;
  width: fit-content;
}

.present {
  padding: 30px 0;
  .present-title1 {
    background-color: #bc4620;
    color: #fff;
    font-size: 26px;
    padding: 5px;
    font-weight: bold;
  }
  .present-title2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    width: fit-content;
    position: relative;
    margin: 0 auto 20px;
    &::before,
    &::after {
      content: "";
      display: block;
      width: 1px;
      height: 70%;
      border-left: 1px dashed #4f1e13;
      position: absolute;
      top: 20%;
    }
    &::before {
      left: -15px;
      transform: rotate(-15deg);
    }
    &::after {
      right: -15px;
      transform: rotate(15deg);
    }
  }
  .present-title3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    .present-title3__line {
      font-size: 28px !important;
      border-bottom: 1px solid #4f1e13;
      margin-left: 10px;
    }
  }
  .present-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    .present-info__item {
      border-radius: 5px;
      background-color: #fff;
      padding: 20px 30px 20px 70px;
      background-image: url(./icon_check.png);
      background-repeat: no-repeat;
      background-position: 30px 20px;
    }
  }
  .present__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    .txt {
      width: 100%;
      max-width: 390px;
    }
  }
}

.information {
  padding: 30px 0 40px;
}

.box {
  background-color: #fff;
  padding: 20px;
}

.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  .col2__item {
    dl {
      background-color: #f5f5f5;
      padding: 10px 20px;
      border-radius: 5px;
      dt {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d9d9d9;
      }
    }
  }
}

.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  h3 {
    font-weight: 500;
    span {
      display: block;
      font-size: 12px;
    }
  }
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 26px;
}

.series {
  padding: 60px 0;
  .series-box {
    background-color: #fff;
    padding: 30px;
  }
}

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

  .excelouge_campaign span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

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

  .item-list__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
    .img {
      width: 100%;
      text-align: center;
    }
    .item-name {
      font-size: 16px;
      padding-bottom: 10px;
    }
  }

  .tag {
    padding: 4px 10px;
  }

  .present {
    padding: 30px 0;
    .present-title1 {
      font-size: 20px;
    }
    .present-title2 {
      font-size: 20px;
    }
    .present-title3 {
      font-size: 16px;
      text-align: center;
      .present-title3__line {
        font-size: 20px !important;
        display: block;
        margin-left: 0;
      }
    }
    .present__flex {
      flex-direction: column;
      gap: 20px;
      align-items: center;
    }
  }

  .box {
    padding: 20px 15px;
  }

  .col2 {
    grid-template-columns: 1fr;
    .col2__item {
      dl {
        padding: 10px 25px;
      }
    }
  }

  .col3 {
    grid-template-columns: 1fr;
  }

  .point-list {
    gap: 10px 15px;
    .point-list__item {
      max-width: calc(50% - 7.5px);
    }
  }

  .series {
    padding: 40px 0;
    .series-box {
      padding: 30px 15px;
    }
  }
}
