@charset "UTF-8";
body {
  min-width: 375px;
}

.spNone {
  display: block;
}

.spBlock {
  display: none;
}

#content_wrapper {
  padding: 160px 0 80px;
}

.content_inner {
  max-width: 1000px;
  padding: 0 4%;
  margin: 0 auto;
}

/* 追記分 */
.prize {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #FFF 10%, #54C2F0 100%);
}
.prize h1 {
  margin-bottom: 20px;
  text-align: center;
}
.prize h1 img {
  width: 100%;
  object-fit: cover;
}
.prize__lineup {
  width: calc(100% - 30px);
  max-width: 1008px;
  margin: 0 auto 20px;
}
.prize__lineup img {
  width: calc(100% + 8px);
  max-width: 1008px;
  margin-left: -4px; /* 一番上の文字で枠が少しずれているため戻す */
}
.prize__step {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}

.terms {
  width: 100%;
  padding: 80px 0;
  background: #E7F7FD;
}
.terms__inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}
.terms h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.terms__scrollBox {
  max-height: 500px;
  overflow-y: scroll;
  padding: 15px 21px 15px 15px;
  border: 1px solid #BFBFBF;
  background: #FFF;
}
.terms__scrollBox::-webkit-scrollbar {
  width: 7px;
}
.terms__scrollBox::-webkit-scrollbar-track {
  background-color: #FFF;
}
.terms__scrollBox::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #7F7F7F;
}
.terms__block {
  margin-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
}
.terms__block:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.terms__block h3, .terms__block p {
  margin-bottom: 20px;
}
.terms__block h3 {
  font-weight: bold;
}
.terms__block p {
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
}
.terms__block p a {
  color: #E50012;
  text-decoration: underline;
  transition: 0.3s;
}
.terms__block p a:hover {
  opacity: 0.6;
}
.terms__block p span.underline {
  text-decoration: underline;
}
.terms__block p span.bold {
  font-weight: bold;
}
.terms__block p span.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.faq {
  margin-bottom: 60px;
}
.faq h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
  font-size: 20px;
  font-weight: bold;
}
.faq .accordionBox {
  border-bottom: 1px solid #BFBFBF;
}
.faq .accordionTitle, .faq .accordionContent {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
}
.faq .accordionTitle:before, .faq .accordionContent:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
}
.faq .accordionTitle {
  padding: 22.5px 32px 20px 42px;
  cursor: pointer;
}
.faq .accordionTitle:before {
  top: 20px;
  background: url(../../images_cp/202411/txt_q.png) center no-repeat;
  background-size: 22px auto;
}
.faq .accordionTitle:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 12px;
  transform: translateY(-40%);
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: 0.3s;
  transform: rotate(135deg);
}
.faq .accordionTitle.isOpen:after {
  transform: rotate(-45deg);
}
.faq .accordionContent {
  padding: 0 32px 20px 42px;
  display: none;
}
.faq .accordionContent:before {
  top: 0;
  background: url(../../images_cp/202411/txt_a.png) center no-repeat;
  background-size: 22px auto;
}
.faq .accordionContent a {
  color: #E50012;
  text-decoration: underline;
  transition: 0.3s;
}
.faq .accordionContent a:hover {
  opacity: 0.6;
}

.entry {
  margin-bottom: 40px;
}
.entry a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 252px;
  margin: 0 auto;
  border-radius: 48px;
  background: #E60012;
  color: #FFF;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.entry a:hover {
  opacity: 0.6;
}
.entry a:after {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../../images/arrow_morebtn_hover.png");
  background-size: contain;
}

.info {
  padding: 15px;
  background: #F4F5FB;
}
.info h2, .info p {
  font-size: 16px;
}
.info h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
.info p {
  line-height: 1.7;
}

/* responsive */
@media screen and (max-width: 1020px) {
  .prize__lineup img {
    margin-left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
  .spBlock {
    display: block;
  }
  #content_wrapper {
    padding: 40px 0 60px;
  }
  /* 追記分 */
  .prize {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .prize__lineup {
    width: calc(100% - 16px);
  }
  .terms {
    padding: 40px 0;
  }
  .terms h2 {
    margin-bottom: 10px;
    line-height: normal;
  }
  .faq {
    margin-bottom: 40px;
  }
  .faq .accordionTitle:before, .faq .accordionContent:before {
    background-size: 15px auto;
  }
  .entry {
    margin-bottom: 30px;
  }
  .info h2 {
    line-height: normal;
  }
}/*# sourceMappingURL=extend.css.map */