@charset "utf-8";
/* img {
  vertical-align: bottom;
} */
/* html {
  scroll-behavior: smooth;
} */

.nametx p {
  font-size: 1.5em;
}
.btn-note {
  margin-top: 2em;
  margin-bottom: 0;
  text-align: end;
  font-size: 0.9em;
  line-height: 1.5;
}

.sp-plan {
  list-style-type: disc;
  margin-top: 2rem;
  margin-left: -30px;
  line-height: 2;
}
.sp-plan li {
  margin-top: 1em;
}
.sp-plan li::before {
  padding-right: 5px;
}
.info_area__note p {
  margin-bottom: 0;
}
.toggle_text_2__note {
  font-weight: normal;
  font-size: 13px;
}
.toggle_text_3__note {
  color: firebrick;
  border-left: 1px solid firebrick;
  padding-left: 1em;
  font-size: 12px;
  width: 90%;
}
.toggle_title__note {
  padding-left: 0;
}
.toggle_text_all {
  width: 90%;
  margin: 0;
}
.lineUp__name {
  display: block;
  font-size: 12px;
  color: firebrick;
  border-left: 1px solid firebrick;
  margin-left: 1em;
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1.75;
}
.product-ul {
  padding-left: 2em;
  line-height: 2;
  margin-top: 2em;
  list-style: none;
  display: flex;
  gap: 0.5em;
}
.product-li {
  text-align: center;
  width: fit-content;
}
.product-li img {
  width: 300px;
}

.campaign__title {
  font-weight: 600;
  background: linear-gradient(transparent 50%, #ccc 50%);
  width: fit-content;
}

.product-ul__span {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .img100p {
    display: block !important;
  }

  .before-link {
    text-align: center;
  }
  .before-link a {
    margin-left: 0;
  }
  .fragrance_tx {
    font-size: 1em;
  }
  .info_area__note p {
    margin-bottom: 0;
  }
  .toggle_contents dd {
    margin-left: 0;
  }
  .toggle_text_all__note {
    width: 90%;
  }
  .toggle_text_3 {
    margin-right: 0px !important;
  }
  .toggle_text_3__note {
    padding-top: 0px;
    padding-right: 0px;
    border-top: none;
  }
  .toggle_btn__note {
    right: 10px;
  }
  .product-ul {
    justify-content: left;
    padding-left: 0;
  }
  .product-li {
    margin-top: 0;
  }

  .product-li img {
    width: 100%;
  }
}
