body.default,
#wrapper {
  background: none;
  font-family: 'Noto Sans JP', sans-serif;
}

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

a {
  transition: top 1s;
  position: relative;
}

a:hover,
a:active {
  opacity: 1;
  top: -2px;
}

a:hover img,
a:active img {
  opacity: 1;
}

footer a:hover,
footer a:active {
  top: 0;
}

.dcms_editor .spc-fv {
  min-height: 822px;
}

.spc-fv {
  background: url(../image/sourpapercandy-bg01.png) no-repeat center center/cover;
  position: relative;
}

.spc-fv__band {
  background: url(../image/sourpapercandy-band.png) repeat-x center center/cover;
  height: 86px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}

.spc-fv__band--top {
  top: 0;
}

.spc-fv__band--bottom {
  bottom: 0;
}

.spc-fv__img {
  max-width: 1046px;
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.spc-lineup {
  background: url(../image/sourpapercandy-bg02.png) repeat center center/contain;
  padding: 90px 0 70px;
}

.spc-lineup__title {
  max-width: 672px;
  width: 60%;
  margin: 0 auto;
}

.spc-lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}

.spc-lineup__item {
  width: 320px;
}

.spc-lineup__link {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.spc-about {
  background: url(../image/sourpapercandy-bg03.png) repeat center center/contain;
  padding: 90px 0 40px;
}

.spc-about__title {
  max-width: 1144px;
  width: 75%;
  margin: 0 auto;
}

.spc-about__textarea {
  max-width: 882px;
  width: 70%;
  margin: 0 auto;
  border-radius: 22px;
  border: 3px solid #AD8EFB;
  background: linear-gradient(180deg, #F2E9FF 25%, #E8D7FF 85%, #F3E9FF 100%);
  padding: 26px;
  margin-top: 48px;
}

.spc-about__text {
  color: #420F94;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 4.8px;
}

.spc-about__list {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.spc-about__item {
  width: auto;
  height: 200px;
}

.spc-about__item img {
  height: 100%;
}

.spc-enjoy {
  background: url(../image/sourpapercandy-bg04.png) repeat center center/contain;
  padding: 90px 0 180px;
}

.spc-enjoy__title {
  max-width: 962px;
  width: 60%;
  margin: 0 auto;
}

.spc-enjoy__list {
  max-width: 962px;
  width: 60%;
  margin: 0 auto;
  margin-top: 104px;
}

.spc-enjoy__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
}

.spc-enjoy__item:nth-child(even) {
  flex-direction: row-reverse;
}

.spc-enjoy__item:not(:first-child) {
  margin-top: 160px;
}

.spc-enjoy__img {
  width: 50%;
}

.spc-enjoy__content {
  width: 50%;
}

.spc-enjoy__textarea {
  border-radius: 22px;
  border: 3px solid #000;
  background: #FFF;
  box-shadow: -12px 12px 0 0 #231815;
  padding: 48px 40px;
}

.spc-enjoy__subtitle {
  color: #231815;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.spc-enjoy__text {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 4px;
  margin-top: 32px;
}

.spc-enjoy__link {
  display: block;
  width: 70%;
  margin: 48px auto 0;
}

.spc-enjoy__link img {
  width: 100%;
}

.spc-enjoy__cta-area {
  max-width: 962px;
  width: 60%;
  margin: 0 auto;
  margin-top: 120px;
}

.spc-enjoy__cta {
  display: block;
}

.spc-faq {
  background: url(../image/sourpapercandy-bg05.png) no-repeat center center/cover;
  padding: 144px 0 155px;
}

.spc-faq__title {
  max-width: 350px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.spc-faq__list {
  max-width: 962px;
  width: 70%;
  margin: 0 auto;
  margin-top: 80px;
}

.spc-faq__item:not(:first-child) {
  margin-top: 92px;
}

.spc-faq__item {
  border-radius: 40px;
  border: 3px solid #000;
  background: #23DD88;
  padding: 60px;
}

.spc-faq__question-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 3.2px;
  display: flex;
  align-items: center;
}

.spc-faq__question-text::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../image/sourpapercandy-question.png) no-repeat center center/contain;
  margin-right: 16px;
  flex-shrink: 0;
}

.spc-faq__answer {
  border-radius: 30px;
  border: 3px solid #000;
  background: #FFF;
  padding: 42px 60px;
  margin-top: 40px;
}

.spc-faq__answer-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 4px;
  display: flex;
}

.spc-faq__answer-text::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../image/sourpapercandy-answer.png) no-repeat center center/contain;
  margin-right: 16px;
  flex-shrink: 0;
}

footer {
  background: #fff;
  padding: 92px 0;
}

footer #f_logo img {
  max-width: 276px;
}

footer small {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 2.8px;
}

@media screen and (max-width: 1024px) {
  .spc-fv__band {
    height: 62px;
  }

  .spc-lineup__item {
    width: 20%;
  }

  .spc-lineup__link {
    width: 80%;
  }

  .spc-about__text {
    font-size: 18px;
  }

  .spc-about__item {
    height: 120px;
  }

  .spc-enjoy {
    padding: 90px 0 90px;
  }

  .spc-enjoy__list {
    width: 80%;
    margin-top: 50px;
  }

  .spc-enjoy__item {
    gap: 30px;
  }

  .spc-enjoy__textarea {
    padding: 24px 20px;
  }

  .spc-enjoy__subtitle {
    font-size: 28px;
  }

  .spc-enjoy__text {
    font-size: 16px;
  }

  .spc-enjoy__link {
    margin: 24px auto 0;
  }

  .spc-enjoy__item:not(:first-child) {
    margin-top: 80px;
  }

  .spc-enjoy__cta-area {
    width: 80%;
    margin-top: 30px;
  }

  .spc-faq {
    padding: 80px 0;
  }

  .spc-faq__item {
    padding: 30px;
  }

  .spc-faq__question-text {
    font-size: 28px;
  }

  .spc-faq__question-text::before {
    width: 50px;
    height: 50px;
  }

  .spc-faq__answer {
    padding: 20px 30px;
    margin-top: 20px;
  }

  .spc-faq__answer-text {
    font-size: 16px;
  }

  .spc-faq__answer-text::before {
    width: 50px;
    height: 50px;
  }

  footer {
    padding: 48px 0;
  }

  footer .inner01 {
    padding: 0;
  }

  footer small {
    font-size: 18px;
  }

  @media screen and (max-width: 768px) {
    .spc-fv__img {
      width: 85%;
      padding: 24px 0 32px;
    }

    .spc-lineup {
      padding: 48px 0 32px;
    }

    .spc-lineup__title {
      width: 90%;
    }

    .spc-lineup__list {
      gap: 32px 0;
    }

    .spc-lineup__item {
      width: 50%;
    }

    .spc-about {
      padding: 40px 0;
    }

    .spc-about__title {
      width: 90%;
    }

    .spc-about__list {
      gap: 20px;
      margin-top: 24px;
    }

    .spc-about__item {
      height: 76px;
    }

    .spc-about__textarea {
      width: 80%;
      padding: 16px;
      margin-top: 24px;
    }

    .spc-about__text {
      font-size: 16px;
      text-align: left;
      letter-spacing: 3.8px;
    }

    .spc-enjoy {
      padding: 48px 0;
    }

    .spc-enjoy__title {
      width: 90%;
    }

    .spc-enjoy__list {
      width: 75%;
    }

    .spc-enjoy__item {
      flex-direction: column;
    }

    .spc-enjoy__item:nth-child(even) {
      flex-direction: column;
    }

    .spc-enjoy__item:not(:first-child) {
      margin-top: 40px;
    }

    .spc-enjoy__img {
      width: 100%;
    }

    .spc-enjoy__content {
      width: 100%;
    }

    .spc-enjoy__subtitle {
      font-size: 24px;
    }

    .spc-enjoy__text {
      font-size: 14px;
      margin-top: 16px;
    }

    .spc-enjoy__cta-area {
      width: 90%;
    }

    .spc-faq {
      padding: 40px 0;
    }

    .spc-faq__list {
      width: 90%;
      margin-top: 40px;
    }

    .spc-faq__item {
      padding: 24px;
    }

    .spc-faq__item:not(:first-child) {
      margin-top: 40px;
    }

    .spc-faq__question-text {
      font-size: 20px;
    }

    .spc-faq__question-text::before {
      width: 32px;
      height: 32px;
    }

    .spc-faq__answer {
      padding: 24px;
    }

    .spc-faq__answer-text::before {
      width: 32px;
      height: 32px;
    }

    .spc-faq__answer-text {
      font-size: 14px;
    }

    footer {
      padding: 32px 0;
    }

    footer #f_logo img {
      width: 60%;
    }

    footer small {
      font-size: 14px;
    }
  }
}