@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.contentWrapper {
  overflow: inherit;
}

.campaign01 {
  --color-red: #DF2135;
  --color-border: #555;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  background: #010101;
  letter-spacing: 0.05em;
  word-break: normal;
}
@media screen and (max-width:767px) {
  .campaign01 .u-sm-min {
    display: none !important;
  }
}
@media print, screen and (min-width:768px) {
  .campaign01 .u-sm-max {
    display: none !important;
  }
}
.campaign01 .u-mi-a {
  margin-inline: auto;
}
.campaign01 a.u-wh {
  color: #fff;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.campaign01 a.u-wh:hover {
  color: var(--color-red);
}
.campaign01 .inner {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.campaign01 img {
  width: 100%;
  height: auto;
}
.campaign01 .section-title {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .campaign01 .section-title {
    margin-bottom: 3rem;
  }
}
.campaign01 .section-title span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .campaign01 .section-title span {
    font-size: 2.4rem;
    padding-bottom: 0.8rem;
  }
}
.campaign01 .section-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-red);
}
@media screen and (max-width:767px) {
  .campaign01 .section-title span::after {
    height: 2px;
  }
}
.campaign01 .section-sub-title {
  text-align: center;
  margin-bottom: 0.8rem;
  letter-spacing: 0.1em;
}
.campaign01 .section-sub-title span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .campaign01 .section-sub-title span {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
  }
}
.campaign01 .section-sub-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-border);
}
@media screen and (max-width:767px) {
  .campaign01 .section-sub-title span::after {
    height: 2px;
  }
}
.campaign01 .navigation-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 8.8rem;
}
@media screen and (max-width:767px) {
  .campaign01 .navigation-wrap {
    top: 5.5rem;
  }
}
.campaign01 .navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #171D22;
  border-bottom: 2px solid var(--color-red);
}
.campaign01 .navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100rem;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .campaign01 .navigation__list {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }
}
.campaign01 .navigation__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.campaign01 .navigation__item + .navigation__item {
  border-left: 1px solid var(--color-border);
}
.campaign01 .navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.125em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, height 0.3s ease;
  transition: color 0.2s ease, height 0.3s ease;
}
@media screen and (max-width:767px) {
  .campaign01 .navigation__link {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}
.campaign01 .navigation__link::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  -webkit-mask-image: url(../../img/lp/campaign01/icon_anchor.svg);
          mask-image: url(../../img/lp/campaign01/icon_anchor.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media print, screen and (min-width:1025px) {
  .campaign01 .navigation__link:hover {
    color: var(--color-red);
  }
  .campaign01 .navigation__link:hover::after {
    background: var(--color-red);
  }
}
.campaign01 .navigation.is-compact .navigation__link {
  height: 7.2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .navigation.is-compact .navigation__link {
    height: 6rem;
  }
}
@media screen and (max-width:767px) {
  .campaign01 .mv__title {
    padding-top: 55px;
  }
}
.campaign01 .outline {
  background: #010101;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 1, 1)), color-stop(75%, rgb(1, 1, 1)), to(rgb(97, 19, 27)));
  background: linear-gradient(180deg, rgb(1, 1, 1) 0%, rgb(1, 1, 1) 75%, rgb(97, 19, 27) 100%);
  padding: 5rem 0 6rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline {
    padding: 4rem 0;
  }
}
.campaign01 .outline__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__lead {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}
.campaign01 .outline__period {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__period {
    margin-bottom: 3rem;
  }
}
.campaign01 .outline__periodDate {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__periodDate {
    font-size: 1.6rem;
  }
}
.campaign01 .outline__steps {
  margin: 0 auto;
}
.campaign01 .outline__stepsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem 2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsList {
    gap: 1.6rem;
  }
}
.campaign01 .outline__stepsNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.6rem;
  height: auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-red);
  margin-bottom: 1rem;
  padding-bottom: 0.1em;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsNumber {
    font-size: 1.4rem;
    width: 5.6rem;
  }
}
.campaign01 .outline__stepsFirst {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 1rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsFirst {
    font-size: 1.4rem;
  }
}
.campaign01 .outline__stepsFirstText {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsFirstText {
    font-size: 1.7rem;
  }
}
.campaign01 .outline__stepsFirstText sup {
  font-size: 60%;
  vertical-align: super;
}
.campaign01 .outline__stepsNotes {
  text-align: left;
  margin: 1.2rem auto 0;
  max-width: 66rem;
  width: 100%;
}
.campaign01 .outline__stepsNotes li {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 2.6rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsNotes li {
    font-size: 1.1rem;
  }
}
.campaign01 .outline__stepsNotes li::before {
  content: attr(data-note);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsNotes li::before {
    font-size: 1.1rem;
  }
}
.campaign01 .outline__stepsNotes li + li {
  margin-top: 0.6rem;
}
.campaign01 .outline__stepsBox {
  width: calc(50% - 1rem);
  background: #171D22;
  border: 1px solid var(--color-border);
  padding: 2.4rem 3.2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsBox {
    width: 100%;
    padding: 2.4rem;
  }
}
.campaign01 .outline__stepsBox .outline__stepsNumber {
  margin-bottom: 0.8rem;
}
.campaign01 .outline__stepsBoxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsBoxTitle {
    gap: 1.6rem;
  }
}
.campaign01 .outline__stepsBoxTitleIcon {
  display: block;
  width: 4.4rem;
  min-width: 4.4rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsBoxTitleIcon {
    width: 3rem;
    min-width: 3rem;
  }
}
.campaign01 .outline__stepsBoxTitleIcon img {
  width: 100%;
  height: auto;
}
.campaign01 .outline__stesBoxTitleIcon--x {
  width: 3.6rem;
  min-width: 3.6rem;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stesBoxTitleIcon--x {
    width: 2.4rem;
    min-width: 2.4rem;
  }
}
.campaign01 .outline__stepsBoxTitleText {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsBoxTitleText {
    font-size: 1.6rem;
  }
}
.campaign01 .outline__stepsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.9rem 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__stepsContent {
    font-size: 1.4rem;
  }
}
.campaign01 .outline__stepsContent p {
  line-height: 1.5;
}
.campaign01 .outline__stepsContent a {
  text-decoration: underline;
}
.campaign01 .outline__stepsContent + .outline__stepsContent {
  margin-bottom: 1.8rem;
}
.campaign01 .outline__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  width: 100%;
  height: 6.6rem;
  margin-top: auto;
  background: var(--color-red);
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__button {
    height: 5.4rem;
    font-size: 1.5rem;
    border-radius: 6px;
  }
}
@media print, screen and (min-width:1025px) {
  .campaign01 .outline__button:hover {
    background: #fff;
    color: var(--color-red);
  }
  .campaign01 .outline__button:hover .outline__buttonIcon {
    background: var(--color-red);
  }
}
.campaign01 .outline__buttonIcon {
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  -webkit-mask-image: url(../../img/lp/campaign01/icon_blank.svg);
          mask-image: url(../../img/lp/campaign01/icon_blank.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media screen and (max-width:767px) {
  .campaign01 .outline__buttonIcon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.campaign01 .prize {
  background: url(../../img/lp/campaign01/bg_prize.webp) no-repeat center top;
  background-size: cover;
  padding: 5rem 0 6rem;
}
@media screen and (max-width:767px) {
  .campaign01 .prize {
    padding: 4rem 0;
  }
}
.campaign01 .prize__section + .prize__section {
  margin-top: 4rem;
}
.campaign01 .prize__content {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .campaign01 .prize__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding-top: 1rem;
  }
}
@media print, screen and (min-width:768px) {
  .campaign01 .prize__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22rem;
            flex: 0 0 22rem;
  }
}
@media screen and (max-width:767px) {
  .campaign01 .prize__image {
    width: 80%;
    max-width: 30rem;
    margin: 0 auto 3rem;
  }
}
@media print, screen and (min-width:768px) {
  .campaign01 .prize__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.campaign01 .prize__label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .campaign01 .prize__label {
    font-size: 1.2rem;
  }
}
.campaign01 .prize__name {
  font-family: "Montserrat", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media screen and (max-width:767px) {
  .campaign01 .prize__name {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.campaign01 .prize__description {
  font-size: 1.2rem;
  line-height: 1.5;
}
.campaign01 .prize__schedule {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
}
.campaign01 .prize__schedule > p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .prize__schedule > p {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
  }
}
.campaign01 .prize__scheduleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .prize__scheduleList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}
.campaign01 .prize__scheduleItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.campaign01 .prize__scheduleItem dl {
  width: 100%;
}
.campaign01 .prize__scheduleItem dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-red);
}
.campaign01 .prize__scheduleItem dd {
  padding: 1.2rem;
  border: 1px solid var(--color-border);
}
.campaign01 .prize__scheduleDeadline {
  font-size: 1.2rem;
  line-height: 1.5;
}
.campaign01 .prize__scheduleDeadline span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.2rem;
}
.campaign01 .prize__scheduleNumber {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.campaign01 .prize__scheduleNumber span {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0 0.1rem;
}
.campaign01 .prize__scheduleNotes {
  text-align: left;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .campaign01 .prize__scheduleNotes {
    margin-top: 1.6rem;
  }
}
.campaign01 .prize__scheduleNotes li {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .campaign01 .prize__scheduleNotes li {
    font-size: 1.1rem;
  }
}
.campaign01 .prize__scheduleNotes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.campaign01 .prize__scheduleNotes li + li {
  margin-top: 0.4rem;
}
.campaign01 .posts {
  background: #010101;
  padding: 5rem 0 6rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .campaign01 .posts {
    padding: 4rem 0;
  }
}
.campaign01 .posts::before {
  content: "";
  display: block;
  width: 100%;
  height: 30rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 1, 1)), to(rgb(97, 19, 27)));
  background: linear-gradient(180deg, rgb(1, 1, 1) 0%, rgb(97, 19, 27) 100%);
}
.campaign01 .posts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr; /* PCは2カラム */
  gap: 4rem;
}
@media screen and (max-width:767px) {
  .campaign01 .posts-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; /* SPは1カラム */
    gap: 2rem;
  }
}
.campaign01 .posts-grid__child {
  position: relative;
}
.campaign01 .fb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 500/436; /* 元の比率 */
  background: #fff;
  margin-top: 12px;
}
.campaign01 .fb-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.campaign01 .twitter-tweet,
.campaign01 .twitter-tweet iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.campaign01 .posts__list {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .campaign01 .posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.campaign01 .posts__card {
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .campaign01 .posts__card {
    width: calc((100% - 4rem) / 3);
    padding-bottom: 2rem;
  }
}
@media screen and (max-width:767px) {
  .campaign01 .posts__card + .posts__card:not(.is-hide) {
    margin-top: 2rem;
  }
}
.campaign01 .posts__card.is-hide {
  display: none;
}
.campaign01 .posts__cardImage {
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.campaign01 .posts__cardImage img {
  width: 100%;
  height: auto;
}
.campaign01 .posts__cardBody {
  background: #fff;
  padding: 1rem 1.2rem 1.2rem;
  border-radius: 0 0 8px 8px;
}
.campaign01 .posts__cardIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  margin-bottom: 0.6rem;
}
.campaign01 .posts__cardIcon img {
  width: 3.6rem;
  height: auto;
}
.campaign01 .posts__cardIcon--x img {
  width: 2.8rem;
}
.campaign01 .posts__cardText {
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}
.campaign01 .posts__hash {
  color: #A6A6AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.6rem;
}
.campaign01 .posts__moreBtn {
  display: block;
  width: 27rem;
  height: 6.6rem;
  margin: 3rem auto 0;
  background: #fff;
  border: 1px solid var(--color-red);
  border-radius: 3.3rem;
  color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  position: relative;
}
@media screen and (max-width:767px) {
  .campaign01 .posts__moreBtn {
    width: 100%;
    max-width: 27rem;
    height: 5.6rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width:1025px) {
  .campaign01 .posts__moreBtn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
}
.campaign01 .posts__moreBtn.is-hidden {
  display: none;
}
.campaign01 .details {
  background: url(../../img/lp/campaign01/bg_details.webp) no-repeat center top;
  background-size: cover;
  padding: 5rem 0 6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .campaign01 .details {
    font-size: 1.5rem;
    padding: 4rem 0;
  }
}
.campaign01 .details__section {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.campaign01 .details__section + .details__section {
  margin-top: 4rem;
}
.campaign01 .winners__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .campaign01 .winners__lead {
    font-size: 1.5rem;
  }
}
.campaign01 .winners__notes {
  text-align: left;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.campaign01 .winners__notes li {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .campaign01 .winners__notes li {
    font-size: 1.1rem;
  }
}
.campaign01 .winners__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.campaign01 .winners__notes li + li {
  margin-top: 0.4rem;
}
.campaign01 .terms__section + .terms__section {
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .campaign01 .terms__section + .terms__section {
    margin-top: 3rem;
  }
}
.campaign01 .terms__section a {
  color: var(--color-red);
  text-decoration: underline;
  word-break: break-all;
}
@media print, screen and (min-width:1025px) {
  .campaign01 .terms__section a:hover {
    text-decoration: none;
  }
}
.campaign01 .terms__section .terms__linkTel {
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  .campaign01 .terms__section .terms__linkTel {
    pointer-events: none;
  }
}
.campaign01 .terms__lead {
  text-align: center;
  margin-bottom: 2rem;
}
.campaign01 .terms__subTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--color-border);
}
.campaign01 .terms__text + .terms__text {
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .campaign01 .terms__text + .terms__text {
    margin-top: 1.6rem;
  }
}
.campaign01 .terms__list {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .campaign01 .terms__list {
    font-size: 1.5rem;
  }
}
.campaign01 .terms__list li {
  padding-left: 2rem;
  position: relative;
}
.campaign01 .terms__list li::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .campaign01 .terms__list li::before {
    top: 1rem;
  }
}