@charset "UTF-8";
/* @Reference site */
/* @MEMO */
.scp-faq {
  position: relative;
  width: 100%;
}
.scp-faq__title {
  margin: 0 auto;
  opacity: 0;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: transform 0.35s ease-out, opacity 0.2s ease-out;
}
.scp-faq__title::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #008c46;
  content: "";
  height: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
}
.scp-faq__title.-viewed {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-faq__main {
  margin: 0 auto;
}
.scp-faq__item {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, margin 0.2s ease-out;
}
.scp-faq__item dt {
  align-items: center;
  background-color: #ebf0f5;
  cursor: pointer;
  display: flex;
  font-feature-settings: "palt";
  font-weight: bold;
  position: relative;
}
.scp-faq__item dt::before {
  background-color: #008c46;
  border-radius: 50%;
  content: "";
  display: block;
}
.scp-faq__item dt::after {
  position: absolute;
  top: 50%;
  background: #008c46;
  content: "";
  display: block;
  -webkit-mask-image: url(../img/faq/ico_plus.svg);
          mask-image: url(../img/faq/ico_plus.svg);
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  transform: translate(0, -50%);
}
.scp-faq__item dt span {
  display: inline-block;
}
.scp-faq__item dd {
  height: 0;
  letter-spacing: -0.02em;
  line-height: 1.7777777778;
  overflow: hidden;
}
.scp-faq__item dd .scp-faq__item__inner {
  padding-top: 16px;
}
.scp-faq__item dd small {
  color: #787878;
  display: block;
  line-height: 1.8571428571;
}
.scp-faq__item dd strong {
  font-weight: bold;
}
.scp-faq__item.-open dt::after {
  -webkit-mask-image: url(../img/faq/ico_minus.svg);
          mask-image: url(../img/faq/ico_minus.svg);
}
.scp-faq__item.-viewed {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-faq__item:nth-child(1) dd, .scp-faq__item:nth-child(2) dd, .scp-faq__item:nth-child(3) dd {
  height: auto;
}

.scp-faq__link {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@-moz-document url-prefix() {
  .scp-howto__title::before,
  .scp-howto__title::after {
    /* transform の初期位置を計算前に確定させてバグを封じる */
    will-change: transform, left, right;
    /* Firefox が transform 起点を中央に再レイアウトするのを防ぐ */
    position: absolute;
  }
}
@keyframes subbgIllustAnime {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -20px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -10px);
  }
  20% {
    transform: translate(0, 0);
  }
}
@keyframes illustBaAnime {
  0% {
    transform: scale(0);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
}
.scp-howto {
  position: relative;
  width: 100%;
}
.scp-howto__subbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.scp-howto__subbg::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #faf50a;
  content: "";
  display: block;
  width: 100%;
}
.scp-howto__bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  height: 100%;
  width: 100%;
}
.scp-howto__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008c46;
  height: 100%;
  width: 100%;
  position: relative;
}
.scp-howto__bg__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 763px;
  background: url("../img/howto/bg_kazari.svg") no-repeat center top/contain;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.scp-howto__bg__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.scp-howto__title {
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translateY(24px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease-out;
}
.scp-howto__title::before, .scp-howto__title::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease-out;
}
.scp-howto__title .txt {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.-viewed .scp-howto__title {
  opacity: 1;
  transform: translateY(0);
}
.scp-howto__main {
  position: relative;
}
.scp-howto .-viewed .scp-howto__item picture {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-howto .-viewed .scp-howto__illust {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-howto .-viewed .scp-howto__illust::after {
  animation: illustBaAnime 5s infinite;
}
.scp-howto .-viewed .scp-howto__text,
.scp-howto .-viewed .scp-howto__offer {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-howto .-viewed .scp-howto__text sup,
.scp-howto .-viewed .scp-howto__offer sup {
  font-size: 60%;
  top: -0.6em;
}

.scp-howto__grid {
  position: relative;
  margin: 0 auto;
  display: grid;
}

.scp-howto__btnwrap {
  opacity: 0;
  transform: translateY(20px) scale(1.05);
  transition: transform 0.45s ease-out, opacity 0.1s linear;
}
.scp-howto__btnwrap.-d1 {
  transition-delay: 0.2s;
}
.scp-howto__btnwrap.-d2 {
  transition-delay: 0.4s;
}
.scp-howto__btnwrap.-d3 {
  transition-delay: 0.6s;
}
.scp-howto__btnwrap.-d4 {
  transition-delay: 0.8s;
}
.-viewed .scp-howto__btnwrap {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scp-howto__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fafad2;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transform: none;
  transition: opacity 0.03s linear !important;
}
.scp-howto__btn::before {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.scp-howto__btn.-b1::before {
  background-image: url(../img/howto/howto1_number.svg);
}
.scp-howto__btn.-b2::before {
  background-image: url(../img/howto/howto2_number.svg);
}
.scp-howto__btn.-b3::before {
  background-image: url(../img/howto/howto3_number.svg);
}
.scp-howto__btn.-b4::before {
  background-image: url(../img/howto/howto4_number.svg);
}
.scp-howto__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.scp-howto__btn.-b1::after {
  background-image: url(../img/howto/howto1_illust.svg);
}
.scp-howto__btn.-b2::after {
  background-image: url(../img/howto/howto2_illust.svg);
}
.scp-howto__btn.-b3::after {
  background-image: url(../img/howto/howto3_illust.svg);
}
.scp-howto__btn.-b4::after {
  background-image: url(../img/howto/howto4_illust.svg);
}

.scp-howto__btn__text {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-weight: 700;
  color: #000;
}

.scp-howto__btn__plus {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@keyframes howtoIllustAnime {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -50px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -25px);
  }
  20% {
    transform: translate(0, 0);
  }
}
@keyframes SPhowtoIllustAnime {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -30px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -15px);
  }
  20% {
    transform: translate(0, 0);
  }
}
@keyframes titleSideUp {
  0% {
    transform: translateY(60px);
  }
  70% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes SPtitleSideUp {
  0% {
    transform: translateY(50px);
  }
  70% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.scp-merit {
  position: relative;
  width: 100%;
}
.scp-merit__subbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.scp-merit__subbg::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008c46;
  content: "";
  display: block;
  width: 100%;
}
.scp-merit__bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  height: 100%;
  width: 100%;
}
.scp-merit__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.scp-merit__bg__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.7;
  width: 100%;
}
.scp-merit__bg__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.3;
  mix-blend-mode: screen;
  width: 100%;
}
.scp-merit__title {
  margin: 0 auto;
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 0.5s ease-out, opacity 0.35s ease-out;
}
.scp-merit__title::before, .scp-merit__title::after {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.35s ease-out;
}
.scp-merit__title::before {
  left: 0;
}
.scp-merit__title::after {
  right: 0;
}
.-viewed .scp-merit__title {
  transform: translate(0, 0);
  opacity: 1;
}
.-viewed .scp-merit__title::before, .-viewed .scp-merit__title::after {
  transform: translate(0, 0);
  opacity: 1;
}
.scp-merit__list {
  position: relative;
}
.scp-merit__item {
  background-color: #fff;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 18px;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transform: translate(0, 20px);
  opacity: 0;
  transition: transform 0.35s ease-out, opacity 0.2s ease-out;
  /* ★★★★★ PC版でタイトル左揃え（完全版）★★★★★ */
  /* ★★★★★ 完全版ここまで ★★★★★ */
}
.scp-merit__item.-item1 {
  transition-delay: 0.2s;
}
.scp-merit__item.-item2 {
  transition-delay: 0.4s;
}
.scp-merit__item.-item3 {
  transition-delay: 0.6s;
}
.scp-merit__item__title {
  align-items: center;
  border-top-left-radius: 18px;
  display: flex;
  font-weight: bold;
  justify-content: center;
}
.scp-merit__item__title img {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.scp-merit__item__title strong {
  color: #008c46;
  font-weight: 900;
}
.scp-merit__item__head {
  display: flex;
}
.scp-merit__item__illust {
  text-align: center;
  border-radius: 100px;
}
.scp-merit__item__illust.-illust1 {
  background-color: #ffe49c;
  background-image: url(../img/merit/merit1_illust.png);
}
.scp-merit__item__illust.-illust2 {
  background-color: #f5d0dc;
  background-image: url(../img/merit/merit2_illust.png);
}
.scp-merit__item__illust.-illust3 {
  background-color: #ccdff3;
  background-image: url(../img/merit/merit3_illust.png);
}
.scp-merit__item__text {
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.03em;
}
.scp-merit .-viewed .scp-merit__item {
  transform: translate(0, 0);
  opacity: 1;
}

.js-merit-acc .scp-merit__acc-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.js-merit-acc .scp-merit__acc-head {
  width: 100%;
  text-align: left;
}
.js-merit-acc .scp-merit__acc-head .scp-merit__item__head {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  width: 100%;
}
.js-merit-acc .scp-merit__acc-head .scp-merit__item__title {
  justify-content: flex-start !important;
  text-align: left !important;
  width: auto;
}
.js-merit-acc .scp-merit__acc-iconwrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.js-merit-acc .scp-merit__acc-icon {
  margin-top: 5px;
  margin-bottom: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../img/merit/ico_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg) scale(1);
  transition: transform 0.25s ease-out, margin-bottom 0.35s ease;
}
.js-merit-acc.-open .scp-merit__acc-icon {
  transform: rotate(0deg);
  margin-bottom: 0px;
}
.js-merit-acc.-open .scp-merit__item__text::before {
  opacity: 1;
}
.js-merit-acc .scp-merit__item__text {
  position: relative;
  padding-top: 20px;
}
.js-merit-acc .scp-merit__item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  height: 4px;
  background-image: radial-gradient(circle, #787878 1px, transparent 1px);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: left top;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scp-merit__voice {
  display: flex;
  justify-content: space-between;
  margin-top: -5px;
  margin-bottom: 20px;
}

.scp-merit__voice-balloon {
  background: #fff;
  border: 2px solid #008c46;
  border-radius: 12px;
  padding: 14px 14px;
  position: relative;
  width: calc(100% - 60px);
}
.scp-merit__voice-balloon p {
  font-size: 0.8125rem;
  line-height: 1.6 !important;
  letter-spacing: -0.02em;
}
.scp-merit__voice-balloon::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -18.5px;
  width: 20px;
  height: 20px;
  background: url("/daigaku/shiryo_cp/resources/img/merit/fuki.svg") no-repeat center/contain;
}

.scp-merit__voice-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}
.scp-merit__voice-person img {
  width: 81px;
  height: auto;
}

.scp-merit__voice-name {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 背景や角丸・文字装飾はすべて削除 */
  background: none;
  padding: 0;
  border-radius: 0;
  min-height: auto;
}
.scp-merit__voice-name img {
  display: block;
  width: 90px; /* PC 基本サイズ */
  height: auto;
}
.scp-mv__title {
  z-index: 30;
}
.scp-mv__title picture {
  display: block;
  opacity: 0;
  transform: translate(0, 10px);
  transition: transform 0.5s 0.5s ease-out, opacity 0.35s 0.5s ease-out;
}

.scp-mv__title__top {
  aspect-ratio: 672/58;
  position: relative;
}
.scp-mv__title__top path {
  animation: itemYIn 0.4s 0s forwards;
  opacity: 0;
}
.scp-mv__title__top path:nth-of-type(1) {
  animation-delay: 0.235s;
}
.scp-mv__title__top path:nth-of-type(2) {
  animation-delay: 0.27s;
}
.scp-mv__title__top path:nth-of-type(3) {
  animation-delay: 0.305s;
}
.scp-mv__title__top path:nth-of-type(4) {
  animation-delay: 0.34s;
}
.scp-mv__title__top path:nth-of-type(5) {
  animation-delay: 0.375s;
}
.scp-mv__title__top path:nth-of-type(6) {
  animation-delay: 0.41s;
}
.scp-mv__title__top path:nth-of-type(7) {
  animation-delay: 0.445s;
}
.scp-mv__title__top path:nth-of-type(8) {
  animation-delay: 0.48s;
}
.scp-mv__title__top path:nth-of-type(9) {
  animation-delay: 0.515s;
}
.scp-mv__title__top path:nth-of-type(10) {
  animation-delay: 0.55s;
}
.scp-mv__title__top path:nth-of-type(11) {
  animation-delay: 0.585s;
}
.scp-mv__title__top path:nth-of-type(12) {
  animation-delay: 0.62s;
}

.scp-mv__title__bottom {
  aspect-ratio: 502/72;
  position: relative;
}
.scp-mv__title__bottom path {
  animation: itemYIn 0.4s 0.5s forwards;
  opacity: 0;
}
.scp-mv__title__bottom path:nth-of-type(1) {
  animation-delay: 0.44s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(1) {
  animation-delay: 0.04s !important;
}
.scp-mv__title__bottom path:nth-of-type(2) {
  animation-delay: 0.48s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(2) {
  animation-delay: 0.08s !important;
}
.scp-mv__title__bottom path:nth-of-type(3) {
  animation-delay: 0.52s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(3) {
  animation-delay: 0.12s !important;
}
.scp-mv__title__bottom path:nth-of-type(4) {
  animation-delay: 0.56s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(4) {
  animation-delay: 0.16s !important;
}
.scp-mv__title__bottom path:nth-of-type(5) {
  animation-delay: 0.6s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(5) {
  animation-delay: 0.2s !important;
}
.scp-mv__title__bottom path:nth-of-type(6) {
  animation-delay: 0.64s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(6) {
  animation-delay: 0.24s !important;
}
.scp-mv__title__bottom path:nth-of-type(7) {
  animation-delay: 0.68s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(7) {
  animation-delay: 0.28s !important;
}
.scp-mv__title__bottom path:nth-of-type(8) {
  animation-delay: 0.72s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(8) {
  animation-delay: 0.32s !important;
}
.scp-mv__title__bottom path:nth-of-type(9) {
  animation-delay: 0.76s;
}
.-introend .scp-mv__title__bottom path:nth-of-type(9) {
  animation-delay: 0.36s !important;
}

@keyframes mvSlideShow {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: translate(-20px, 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
}
.scp-mv {
  position: relative;
  width: 100%;
  z-index: 1;
}
.scp-mv__main {
  position: relative;
  width: 100%;
}
.scp-mv__imgs {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.scp-mv__imgs__item {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  height: 100%;
  will-change: clip-path, transform;
  width: 100%;
}
.scp-mv__imgs__item.-active {
  animation-fill-mode: both;
}
[data-mv="1"] .scp-mv__imgs__item.-item1, [data-mv="2"] .scp-mv__imgs__item.-item1 {
  display: block;
}
[data-mv="3"] .scp-mv__imgs__item.-item1 {
  display: none;
}
[data-mv="2"] .scp-mv__imgs__item.-item2, [data-mv="3"] .scp-mv__imgs__item.-item2 {
  display: block;
}
[data-mv="1"] .scp-mv__imgs__item.-item2 {
  display: none;
}
[data-mv="3"] .scp-mv__imgs__item.-item3, [data-mv="1"] .scp-mv__imgs__item.-item3 {
  display: block;
}
[data-mv="2"] .scp-mv__imgs__item.-item3 {
  display: none;
}
.scp-mv__nrwimgs__item {
  position: absolute;
  top: 0.4vw;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path, transform;
  height: 100%;
  width: 100%;
}
.scp-mv__nrwimgs__item.-active {
  animation-fill-mode: both;
}
.scp-mv__nrwimgs__item.-item1 {
  background-image: url(../img/mv/ph1_2_nrw.png);
}
.scp-mv__nrwimgs__item.-item2 {
  background-image: url(../img/mv/ph2_2_nrw.png);
}
.scp-mv__nrwimgs__item.-item3 {
  background-image: url(../img/mv/ph3_2_nrw.png);
}
[data-mv="1"] .scp-mv__nrwimgs__item.-item1, [data-mv="2"] .scp-mv__nrwimgs__item.-item1 {
  display: block;
}
[data-mv="3"] .scp-mv__nrwimgs__item.-item1 {
  display: none;
}
[data-mv="2"] .scp-mv__nrwimgs__item.-item2, [data-mv="3"] .scp-mv__nrwimgs__item.-item2 {
  display: block;
}
[data-mv="1"] .scp-mv__nrwimgs__item.-item2 {
  display: none;
}
[data-mv="3"] .scp-mv__nrwimgs__item.-item3, [data-mv="1"] .scp-mv__nrwimgs__item.-item3 {
  display: block;
}
[data-mv="2"] .scp-mv__nrwimgs__item.-item3 {
  display: none;
}
.scp-mv__gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.scp-mv__sholder {
  z-index: 20;
}
.scp-mv__sholder img {
  display: block;
  opacity: 0;
  transform: scale(1.5) rotate(-15deg);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.35s ease-out;
  width: 100%;
}
.scp-mv__badge {
  opacity: 0;
  transform: scale(1.5);
  transition: transform 0.35s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.35s 0.7s ease-out;
  z-index: 20;
}
.scp-mv__present {
  opacity: 0;
  transform: translate(0, 10px);
  transition: transform 0.5s 0.7s ease-out, opacity 0.35s 0.7s ease-out;
}
.scp-mv__terms {
  align-items: center;
  background-color: #faf50a;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  display: flex;
  justify-content: center;
}
.scp-mv__offer {
  opacity: 0;
  transition: opacity 0.35s 0.7s ease-out;
}
.scp-mv.-viewed .scp-mv__sholder img {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.scp-mv.-viewed .scp-mv__title picture {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-mv.-viewed .scp-mv__badge {
  opacity: 1;
  transform: scale(1);
}
.scp-mv.-viewed .scp-mv__present {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-mv.-viewed .scp-mv__offer {
  opacity: 1;
}

.appbnr {
  height: auto !important;
}
#breadClumb a {
  text-decoration: underline;
}
#breadClumb a:hover {
  text-decoration: none;
}

#contents {
  max-width: initial;
  overflow: initial;
  width: 100%;
}
#contents.col1 article {
  width: 100%;
}
#contents p {
  padding-bottom: 0;
}

.l-main {
  overflow: inherit;
}

.scp-point {
  position: relative;
  width: 100%;
}
.-lock .scp-point {
  position: fixed;
  z-index: 100;
}
.scp-point__subbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.scp-point__subbg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
}
.scp-point__bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  height: 100%;
  width: 100%;
}
.scp-point__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.scp-point__bg__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.7;
  width: 100%;
}
.scp-point__bg__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.3;
  mix-blend-mode: screen;
  width: 100%;
}
.scp-point__title {
  margin: 0 auto;
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 0.5s ease-out, opacity 0.35s ease-out;
}
.scp-point__title::before, .scp-point__title::after {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.35s ease-out;
}
.scp-point__title::before {
  left: 0;
}
.scp-point__title::after {
  right: 0;
}
.-viewed .scp-point__title {
  transform: translate(0, 0);
  opacity: 1;
}
.-viewed .scp-point__title::before, .-viewed .scp-point__title::after {
  transform: translate(0, 0);
  opacity: 1;
}
.scp-point .swiper-button:after {
  color: #fff;
}
.scp-point .swiper-button:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.scp-point .swiper-button-prev {
  left: 50%;
  transform: translateX(-392px);
}
.scp-point .swiper-button-next {
  right: 50%;
  transform: translateX(388px);
}
.scp-point .swiper-button-disabled {
  display: none;
}
.scp-point__list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.scp-point__item {
  z-index: 100;
  background-color: #fff;
  border-bottom-right-radius: 32px;
  border-top-left-radius: 32px;
  position: relative;
  transform: translate(0, 20px);
  opacity: 0;
  transition: transform 0.35s ease-out, opacity 0.2s ease-out;
}
.scp-point__item.swiper-slide-active {
  opacity: 1;
}
.scp-point__item.-item1 {
  transition-delay: 0.2s;
}
.scp-point__item.-item2 {
  transition-delay: 0.4s;
}
.scp-point__item.-item3 {
  transition-delay: 0.6s;
}
.scp-point__item__title {
  text-align: center;
  background-color: #008c46;
  border-top-left-radius: 32px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.scp-point__item__title img {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.scp-point__item__title strong {
  color: #faf50a;
  font-weight: 700;
}
.scp-point__item__inner {
  position: relative;
}
.scp-point__item__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  border-color: #008c46 transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  transform: translate(-50%, 0);
}
.scp-point__item__ph {
  display: inline-block;
}
.-item1 .scp-point__item__ph {
  background-image: url(../img/point/ph_1_nrw.jpg);
}
.-item2 .scp-point__item__ph {
  background-image: url(../img/point/ph_2_nrw.jpg);
}
.-item3 .scp-point__item__ph {
  background-image: url(../img/point/ph_3_nrw.jpg);
}
.scp-point__item__text {
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.03em;
}
.scp-point__item .c-marker {
  font-weight: 700;
}
.scp-point__item .-marker1 {
  transition-delay: 1.2s;
}
.scp-point__item .-marker2 {
  transition-delay: 1.5s;
}
.scp-point__dot .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.2;
}
.scp-point__dot .swiper-pagination-bullet-active {
  opacity: 1;
}
.scp-point__offer {
  color: #000;
  opacity: 0.6;
  font-size: 0.6875rem;
}
.scp-point .-viewed .scp-point__item {
  transform: translate(0, 0);
}

.-move .swiper-button {
  opacity: 0;
  pointer-events: none;
}

@keyframes pulldownFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scp-search {
  position: relative;
  width: 100%;
}
.-float .scp-search {
  background-color: #fff;
}
.scp-search__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.scp-search__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.scp-search__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.45;
  mix-blend-mode: screen;
  width: 100%;
}
.scp-search__title {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  margin: 0 auto;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: transform 0.35s ease-out, opacity 0.2s ease-out;
}
.scp-search__title.-viewed {
  transform: translate(0, 0);
  opacity: 1;
}
.scp-search__tab {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.scp-search__tab__item {
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  border-bottom: 6px solid #008c46;
  color: #008c46;
  cursor: pointer;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  list-style: none;
  width: 50%;
  text-align: center;
}
.scp-search__content {
  border-radius: 0 0 8px 8px;
}
.-float .scp-search__content {
  background: #d9eee3;
}
.scp-search__tools {
  margin: 0 auto;
}
.scp-search__selects__item {
  display: none;
}
.scp-search__selects select {
  border: 2px solid #008c46;
  border-radius: 8px;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.scp-search__selects select::before {
  position: absolute;
  top: 50%;
  right: 15px;
  border-right: 2px solid #008c46;
  border-bottom: 2px solid #008c46;
  content: "";
  display: block;
  transform: translate(0, -50%);
  z-index: 10;
}
.scp-search__selects option {
  text-align: center;
}
.scp-search__note {
  color: #787878;
  margin-top: 16px;
}
.scp-search__kensaku {
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
  display: block;
}
.scp-search .learning,
.scp-search .area {
  position: relative;
}
.scp-search__trigger {
  background-color: #fff;
  border: 2px solid #008c46;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 0 40px;
  position: relative;
  transition: opacity 0.5s ease-out;
  text-align: center;
}
.scp-search__trigger::after {
  position: absolute;
  top: 50%;
  right: 15px;
  background: #008c46;
  content: "";
  -webkit-mask-image: url(../img/search/ico_select_arrow.svg);
          mask-image: url(../img/search/ico_select_arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  transform: translateY(-50%);
}
.scp-search__select {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5c5c5c;
  display: none;
  z-index: 100;
  overflow: hidden;
}
.scp-search__select.-active {
  animation: pulldownFadeIn 0.35s ease-out;
  display: block;
}
.scp-search__select__inner {
  overflow-y: scroll;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.scp-search__select__inner::-webkit-scrollbar {
  width: 4px;
}
.scp-search__select__inner::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(30, 45, 59, 0.3);
}
.scp-search__select__inner::-webkit-scrollbar-thumb {
  background-color: #1e2d3b;
  border-radius: 3px;
}
.scp-search__select__label {
  border-bottom: 4px solid #787878;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.scp-search__select__label span {
  display: inline-block;
  position: relative;
}
.scp-search__select__label span::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/search/ico_check.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  visibility: hidden;
}
.scp-search__select__label.-active span::before {
  visibility: visible;
}
.scp-search__select dt {
  background-color: #4c4747;
  color: #d2d2d2;
  font-weight: 500;
  line-height: 1;
}
.scp-search__select__btn {
  color: #fff;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
}
.scp-search__select__btn:not(:first-child) {
  border-top: 2px solid #787878;
}
.scp-search__select__btn::before {
  position: absolute;
  top: 50.5%;
  left: 10px;
  background: url(../img/search/ico_check.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  transform: translate(0, -50%);
  visibility: hidden;
}
.scp-search__select__btn.-active::before {
  visibility: visible;
}
.scp-search [data-key=dai] .scp-search__tab__item.-dai {
  color: #fff;
  background-color: #008c46;
}
.scp-search [data-key=dai] .scp-search__selects__item.-dai {
  display: block;
}
.scp-search [data-key=dai] .scp-search__link .-sen {
  display: none;
}
.scp-search [data-key=dai] .scp-search__link .-dai {
  display: inline-block;
}
.scp-search [data-key=sen] .scp-search__tab__item.-sen {
  color: #fff;
  background-color: #008c46;
}
.scp-search [data-key=sen] .scp-search__selects__item.-sen {
  display: block;
}
.scp-search [data-key=sen] .scp-search__link .-sen {
  display: inline-block;
}
.scp-search [data-key=sen] .scp-search__link .-dai {
  display: none;
}
.scp-search__main {
  border-radius: 10px;
  margin: 13px auto 0;
  position: relative;
  z-index: 100;
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 0.35s 0.2s ease-out, opacity 0.2s 0.2s ease-out;
}
.scp-search__main.-viewed {
  transform: translate(0, 0);
  opacity: 1;
}
.scp-search__tools {
  margin: 0 auto;
}
.scp-search__selects__item {
  display: none;
}
.scp-search__selects select {
  background: url(../img/search/ico_select_arrow.svg) no-repeat;
  background-position: calc(100% - 15px) 50%;
  border: 2px solid #d8d7e9;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 10px;
  position: relative;
  transition: opacity 0.5s ease-out;
  text-align: center;
}
.scp-search__selects option {
  text-align: center;
}
.scp-search__note {
  color: #787878;
  margin-top: 16px;
}
.scp-search__note span {
  display: none;
}
.scp-search__kensaku {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  display: block;
}
.scp-search__kensaku a {
  display: block;
  opacity: 0.3;
  pointer-events: none;
}
.scp-search__kensaku a.-active {
  opacity: 1;
  pointer-events: initial;
}
.scp-search__link {
  text-align: center;
}
.scp-search__link a {
  color: #787878;
  display: inline-block;
  letter-spacing: 0.01em;
  font-weight: 900;
  position: relative;
  text-decoration: none;
}
.scp-search__link a::after {
  position: absolute;
  top: 50%;
  right: 0;
  border-right: 2px solid #787878;
  border-bottom: 2px solid #787878;
  content: "";
  display: block;
  transform: translate(0, -50%) rotate(-45deg);
}
.scp-search__link span {
  border-bottom: 2px solid #787878;
  display: inline-block;
}
.scp-search__noentry {
  font-size: 1rem;
  color: #ea6740;
  display: none;
  font-weight: 500;
  margin-top: 5px;
  padding: 0;
  text-align: center;
}
.scp-search__noentry.-active {
  display: block;
}
.scp-search .scp-search__main[data-key=dai] .scp-search__tab__item.-dai {
  color: #fff;
  background-color: #008c46;
}
.scp-search .scp-search__main[data-key=dai] .scp-search__selects__item.-dai {
  display: block;
}
.scp-search .scp-search__main[data-key=dai] .scp-search__note .-dai {
  display: inline-block;
}
.scp-search .scp-search__main[data-key=sen] .scp-search__tab__item.-sen {
  color: #fff;
  background-color: #008c46;
}
.scp-search .scp-search__main[data-key=sen] .scp-search__selects__item.-sen {
  display: block;
}
.scp-search .scp-search__main[data-key=sen] .scp-search__note .-sen {
  display: inline-block;
}

.scp-searchtools {
  display: none;
  z-index: -1;
  pointer-events: none;
}

@keyframes subbgIllustAnime {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -20px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -10px);
  }
  20% {
    transform: translate(0, 0);
  }
}
@keyframes illustBaAnime {
  0% {
    transform: scale(0);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
}
.scp-steps {
  position: relative;
  width: 100%;
}
.scp-steps__subbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.scp-steps__subbg::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008c46;
  content: "";
  display: block;
  width: 100%;
}
.scp-steps__point {
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
  z-index: 3;
  transition: opacity 0.35s ease-out, transform 0.45s ease-out;
  text-align: center;
}
.scp-steps__point img {
  width: 100%;
  height: auto;
  display: block;
  animation: pointDownBounce 2s ease-out 1s infinite;
}
.scp-steps .-viewed .scp-steps__point {
  opacity: 1;
  transform: translateY(0);
}
.scp-steps__bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  height: 100%;
  width: 100%;
}
.scp-steps__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.scp-steps__bg__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.scp-steps__title {
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translate(0, 20px);
  transition: transform 0.5s ease-out, opacity 0.35s ease-out;
}
.scp-steps__title::before, .scp-steps__title::after {
  position: absolute;
  bottom: 0;
  background: #008c46;
  content: "";
  display: block;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.35s ease-out;
}
.scp-steps__title::before {
  left: 0;
}
.scp-steps__title::after {
  right: 0;
}
.scp-steps__title .txt {
  margin: 0 auto;
  position: relative;
}
.scp-steps__title .txt::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #008c46;
  content: "";
  height: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
}
.-viewed .scp-steps__title {
  opacity: 1;
  transform: translate(0, 0);
}
.-viewed .scp-steps__title::before, .-viewed .scp-steps__title::after {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-steps__main {
  margin: 20px auto 0;
  position: relative;
}
.scp-steps__main::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
}
.scp-steps__item picture {
  display: block;
  opacity: 0;
  transform: scale(1.3);
  transition: transform 0.45s ease-out, opacity 0.15s ease-out;
}
.scp-steps__item.-item1 picture {
  transition-delay: 0.5s;
}
.scp-steps__item.-item2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.scp-steps__item.-item2 picture {
  transition-delay: 1s;
}
.scp-steps__item.-item3 picture {
  transition-delay: 1.5s;
}
.scp-steps .-illust1,
.scp-steps .-illust2 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 0.35s ease-out, opacity 0.15s ease-out;
}
.scp-steps .-illust1::after,
.scp-steps .-illust2::after {
  position: absolute;
  background: url(../img/steps/illust_ba.svg) 0 0/contain no-repeat;
  content: "";
  display: block;
  left: -12px;
  transform-origin: 100% 100%;
}
.scp-steps .-illust1::after {
  animation-delay: 2s !important;
  top: 31.3%;
}
.scp-steps .-illust2 {
  transition-delay: 0.15s;
}
.scp-steps .-illust2::after {
  animation-delay: 2.2s !important;
  top: 31.3%;
}
.scp-steps__text {
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: transform 0.5s ease-out, opacity 0.35s ease-out;
}
.scp-steps__text .-marker1 {
  transition-delay: 0.5s;
}
.scp-steps__text .-marker2 {
  transition-delay: 0.8s;
}
.scp-steps__offer {
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translate(0, 20px);
  transition: transform 0.5s 0.2s ease-out, opacity 0.35s 0.2s ease-out;
}
.scp-steps .-viewed .scp-steps__item picture {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-steps .-viewed .scp-steps__illust {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-steps .-viewed .scp-steps__illust::after {
  animation: illustBaAnime 5s infinite;
}
.scp-steps .-viewed .scp-steps__text,
.scp-steps .-viewed .scp-steps__offer {
  opacity: 1;
  transform: translate(0, 0);
}
.scp-steps .-viewed .scp-steps__text sup,
.scp-steps .-viewed .scp-steps__offer sup {
  font-size: 60%;
  top: -0.6em;
}

@keyframes pointDownBounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(18px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(8px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@supports (-webkit-touch-callout: none) {
  .scp-faq__item dd small {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
         text-size-adjust: 100% !important;
    font-size: 1em !important;
  }
}
@media (max-width: 705px){
  .scp-faq {
    background-color: #fff;
    padding: 35px 0;
  }
  .scp-faq__title {
    width: 71.3vw;
    margin-top: -5px;
  }
  .scp-faq__title::after {
    -webkit-mask-image: url(../img/faq/title_nrw_mask.svg);
            mask-image: url(../img/faq/title_nrw_mask.svg);
    margin-top: 5px;
  }
  .scp-faq__main {
    margin-top: 24px;
    width: 89.3vw;
  }
  .scp-faq__item:not(:first-child) {
    margin-top: 12px;
  }
  .scp-faq__item dt {
    font-size: 1rem;
    border-radius: 8px;
    height: 45px;
    line-height: 1;
    padding: 0 30px 0 10px;
  }
  .scp-faq__item dt::before {
    height: 8px;
    width: 8px;
  }
  .scp-faq__item dt::after {
    height: 12px;
    right: 10px;
    width: 12px;
  }
  .scp-faq__item dt span {
    padding-left: 5px;
  }
  .scp-faq__item dd {
    font-size: 0.8125rem;
  }
  .scp-faq__item dd small {
    font-size: 0.6875rem;
  }
  .scp-faq__item dd small.-overview-first {
    margin-bottom: 20px;
  }
  .scp-faq__item__mgnbox {
    margin-top: 20px;
  }
  .scp-faq__item.-open {
    margin-top: 24px;
  }
  .scp-howto {
    margin-top: -27.4vw;
    overflow: hidden;
    padding: 17.3vw 0 24vw;
  }
  .scp-howto__subbg::before {
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    height: 16vw;
    top: 0.6vw;
  }
  .scp-howto__bg {
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.22));
  }
  .scp-howto__bg__inner {
    clip-path: polygon(0 14.6vw, 100% 0%, 100% 100%, 0% 100%);
  }
  .scp-howto__bg__inner::before {
    background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 5.8vw), repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, #008c46 1px, #008c46 5.8vw);
  }
  .scp-howto__title {
    margin: 0 auto;
    height: 29.3vw;
    width: 100vw;
  }
  .scp-howto__title::before, .scp-howto__title::after {
    height: 65.3vw;
    width: 30.6vw;
    bottom: -32.7vw;
  }
  .scp-howto__title::before {
    left: 2.6vw;
    background-image: url(../img/howto/title_kakko_l_nrw.svg);
  }
  .scp-howto__title::after {
    right: 1.3vw;
    background-image: url(../img/howto/title_kakko_r_nrw.svg);
  }
  .scp-howto__title .txt {
    margin: -1.4vw auto;
    width: 101.3vw;
  }
  .-viewed .scp-howto__title::before, .-viewed .scp-howto__title::after {
    opacity: 1;
    animation: SPtitleSideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, SPhowtoIllustAnime 5s 3s infinite;
  }
  .scp-howto__main {
    margin: 20vw auto 0;
    height: 77.3vw;
    width: 100%;
  }
  .scp-howto__grid {
    gap: 3.3vw;
    width: 93.3vw;
    grid-template-columns: repeat(2, 43.2vw);
    grid-template-rows: repeat(2, 43.2vw);
    justify-content: center;
  }
  .scp-howto__btn {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .scp-howto__btn::before {
    left: 2.6vw;
    height: 7.7vw;
    width: 13.3vw;
  }
  .scp-howto__btn::after {
    top: 8.5vw;
    width: 32vw;
    height: 22.9vw;
  }
  .scp-howto__btn__text {
    left: 2.6vw;
    bottom: 2.6vw;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
  .scp-howto__btn__plus {
    right: -4vw;
    bottom: -4vw;
    width: 12.8vw;
    height: 12.8vw;
    background-image: url(../img/howto/ico_plus.svg);
    background-size: 50% auto;
  }
  .scp-merit {
    margin-top: -20vw;
    padding: 14.6vw 0 33.3vw;
  }
  .scp-merit:before {
    content: "";
    background-color: rgba(218, 247, 161, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
  }
  .scp-merit__subbg::before {
    clip-path: polygon(0 calc(100% - 2vw), 100% 0%, 100% 100%, 0% 100%);
    height: 16vw;
    top: 4.9vw;
  }
  .scp-merit__bg {
    filter: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160vw;
    overflow: hidden;
  }
  .scp-merit__bg__inner {
    clip-path: polygon(0 0, 100% 14.6vw, 100% 100%, 0% 100%);
  }
  .scp-merit__bg__inner::before {
    background: linear-gradient(-30deg, #daf7a1 0%, #008c4b 85%);
  }
  .scp-merit__bg__inner::after {
    background-image: url(../img/merit/bg_nrw.jpg);
  }
  .scp-merit__title {
    height: 31.4vw;
    width: 80.8vw;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  .scp-merit__title img {
    width: 64.6vw;
  }
  .scp-merit__title::before, .scp-merit__title::after {
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;
    height: 23vw;
    width: 1.8vw;
  }
  .scp-merit__title::before {
    transform: translate(30vw, 0);
    border-left: #fff solid 2px;
  }
  .scp-merit__title::after {
    transform: translate(-30vw, 0);
    border-right: #fff solid 2px;
  }
  .scp-merit__list {
    margin-top: 6.6vw;
  }
  .scp-merit__item {
    height: 100%;
    width: 88.2vw;
    margin: 0 auto;
  }
  .scp-merit__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .scp-merit__item__content {
    padding: 3.7vw 4vw 0vw;
  }
  .scp-merit__item__title {
    font-size: 5.3vw;
    line-height: 1.35;
    margin-left: 3.4vw;
    white-space: nowrap;
  }
  .scp-merit__item__title strong {
    font-size: 5.6vw;
  }
  .scp-merit__item__illust {
    width: 17.2vw;
    height: 17.2vw;
    background-size: 17.2vw 17.2vw;
  }
  .scp-merit__item__text {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    margin-top: 3px;
  }
  .js-merit-acc .scp-merit__item__text {
    margin-bottom: 4vw;
  }
  .js-merit-acc .scp-merit__item__text::before {
    right: 0;
  }
  .js-merit-acc .scp-merit__acc-btn {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vw;
  }
  .js-merit-acc .scp-merit__acc-head {
    flex: 1;
  }
  .js-merit-acc .scp-merit__acc-iconwrap {
    width: auto;
    justify-content: flex-end;
  }
  .js-merit-acc .scp-merit__acc-icon {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .scp-merit__voice {
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .scp-merit__voice-balloon {
    width: 73%;
  }
  .scp-merit__voice-balloon p {
    font-size: 0.875rem;
    line-height: 1.6 !important;
    letter-spacing: -0.05em;
  }
  .scp-merit__voice-person {
    width: 29.3vw;
    margin-left: 2.6vw;
  }
  .scp-merit__voice-person img {
    width: 22.6vw;
  }
  .scp-merit__voice-name img {
    width: 26.6vw; /* SP は倍近いサイズ感 */
  }
  .scp-merit__inner {
    position: relative;
    z-index: 2;
  }
  .scp-mv__title {
    position: absolute;
    top: 15.4vw;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, 0);
  }
  .scp-mv__title__top {
    margin: 0.2vw auto 0;
    width: 90.5vw;
  }
  .scp-mv__title__bottom {
    margin: 2vw auto 0;
    width: 65vw;
  }
  .scp-mv__main {
    background-color: #007828;
    height: 132vw;
    overflow: hidden;
  }
  .scp-mv__imgs {
    height: 92vw;
    top: 39.7vw;
  }
  .scp-mv__imgs__item.-active {
    animation: mvSlideShow 0.5s ease-out;
    animation-fill-mode: both;
  }
  .scp-mv__imgs__item {
    background-size: 100vw;
    background-position: top;
  }
  .scp-mv__imgs__item.-item1 {
    background-image: url(../img/mv/ph1_nrw.jpg);
  }
  .scp-mv__imgs__item.-item2 {
    background-image: url(../img/mv/ph2_nrw.jpg);
  }
  .scp-mv__imgs__item.-item3 {
    background-image: url(../img/mv/ph3_nrw.jpg);
  }
  .scp-mv__nrwimgs {
    position: absolute;
    top: 32.8vw;
    left: 0;
    height: 80vw;
    width: 100%;
    z-index: 20;
  }
  .scp-mv__nrwimgs__item.-active {
    animation: mvSlideShow 0.5s ease-out;
    animation-fill-mode: both;
  }
  .scp-mv__nrwimgs__item.-item1 {
    visibility: visible;
  }
  .scp-mv__gradient {
    background: linear-gradient(0deg, #087f29 0%, #3bb031 85%, #73e539 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% calc(100% - 12vw), 0 100%);
    height: 51.6vw;
    width: 100%;
  }
  .scp-mv__sholder {
    position: absolute;
    top: 2.4vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 76.5vw;
  }
  .scp-mv__badge {
    position: absolute;
    top: 37.8vw;
    right: 1.7vw;
    filter: drop-shadow(0.5vw 0.5vw 0 rgba(0, 0, 0, 0.2));
    width: 19.3vw;
    z-index: 50;
  }
  .scp-mv__badge.-left {
    position: absolute;
    top: 39.4vw;
    left: 2.1vw;
  }
  .scp-mv__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20.9vw;
    width: 100%;
    z-index: 40;
  }
  .scp-mv__present {
    display: inline-block;
    margin-top: -17.4vw;
    margin-left: 0.9vw;
    width: 100%;
  }
  .scp-mv__present img {
    transform: translateY(-2.2vw);
  }
  .scp-mv__terms {
    height: 12.2vw;
  }
  .scp-mv__terms p {
    width: 65.3vw;
  }
  .scp-mv__offer {
    margin: -3.5vw auto 0;
    padding: 0;
    width: 86vw;
  }
  #breadClumb {
    margin-left: 20px !important;
  }
  #contents {
    padding: 0 !important;
  }
  .scp-point {
    margin-top: -13.4vw;
    padding: 12vw 0 20.6vw;
  }
  .scp-point__subbg::before {
    clip-path: polygon(0 0, 100% calc(100% - 2vw), 100% 100%, 0% 100%);
    height: 16vw;
    background-color: #008c46;
  }
  .scp-point__bg__inner {
    clip-path: polygon(0 14.6vw, 100% 0%, 100% 100%, 0% 100%);
  }
  .scp-point__bg__inner::before {
    background: linear-gradient(150deg, rgb(21, 13, 128) 43.8%, rgb(204, 184, 102) 86.62%);
  }
  .scp-point__bg__inner::after {
    background-image: url(../img/merit/bg_nrw.jpg);
  }
  .scp-point__title {
    height: 31.4vw;
    width: 80.8vw;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  .scp-point__title img {
    width: 54.2vw;
  }
  .scp-point__title::before, .scp-point__title::after {
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;
    height: 23vw;
    width: 1.8vw;
  }
  .scp-point__title::before {
    transform: translate(30vw, 0);
    border-left: #fff solid 2px;
  }
  .scp-point__title::after {
    transform: translate(-30vw, 0);
    border-right: #fff solid 2px;
  }
  .scp-point .swiper {
    margin-left: -4vw;
    padding-bottom: 6.6vw;
  }
  .scp-point .swiper-button {
    display: none;
  }
  .scp-point__list {
    margin-top: 6.4vw;
    width: 256.8vw;
    margin-left: -2.7vw;
  }
  .scp-point__item {
    box-shadow: 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.15);
  }
  .scp-point__item.swiper-slide {
    width: 81.3vw;
    margin: 0 auto;
  }
  .scp-point__item.-item2 {
    margin-left: 7.3vw;
  }
  .scp-point__item.-item3 {
    margin-left: 7.3vw;
  }
  .scp-point__item__title {
    font-size: 5.3vw;
    line-height: 1.35;
    padding: 4vw 0;
  }
  .scp-point__item__title strong {
    font-size: 5.6vw;
  }
  .scp-point__item__inner {
    padding: 5.3vw 0;
    width: 70.6vw;
    margin: 0 auto;
  }
  .scp-point__item__inner::before {
    border-width: 14px 15px 0 15px;
  }
  .scp-point__item__ph {
    width: 70.6vw;
    height: 33.3vw;
    background-size: 70.6vw 33.3vw;
  }
  .scp-point__item__text {
    font-size: 3.7vw;
    line-height: 1.5714285714;
    margin-top: 3px;
  }
  .scp-point__item__number {
    position: absolute;
    top: -4vw;
    right: -8.7vw;
  }
  .scp-point__item__number.-number1 {
    width: 15.6vw;
    left: -2.7vw;
  }
  .scp-point__item__number.-number2 {
    width: 18.5vw;
    left: -4vw;
  }
  .scp-point__item__number.-number3 {
    width: 18.5vw;
    left: -5.4vw;
  }
  .scp-point__dot .swiper-pagination-bullet {
    width: 1.8vw;
    height: 1.8vw;
    margin: 0 1.3vw 0 !important;
  }
  .scp-point__offer {
    margin: 1.3vw 0 0 9vw;
  }
  .scp-point .-viewed .scp-point__item {
    opacity: 1;
  }
  .scp-search {
    padding: 2.6vw 0 32vw;
  }
  .scp-search.-bottomarea {
    padding-bottom: 36px;
  }
  .-float .scp-search {
    height: 63vw;
    padding: 4vw 0 3.4vw;
  }
  .scp-search__bg::before {
    background: linear-gradient(20deg, #daf7a1 13.38%, #008c4b 84.16%);
    opacity: 0.7;
  }
  #search2 .scp-search__bg::before {
    background: linear-gradient(45deg, #daf7a1 13.38%, #008c4b 56.2%);
  }
  .scp-search__bg::after {
    opacity: 0.25;
    background-image: url(../img/search/bg_nrw.jpg);
  }
  .-t .scp-search__title {
    width: 84.2vw;
  }
  .-bottomarea .scp-search__title {
    width: 86.9vw;
  }
  .scp-search__tab__item {
    font-size: 0.875rem;
    padding: 3.2vw 0 2.4vw;
    font-weight: 500;
  }
  .-float .scp-search__tab__item {
    padding: 1.6vw 0 1.7vw;
    border: solid 2px #008c46;
    border-bottom: 6px solid #008c46;
  }
  .scp-search__content {
    background: linear-gradient(#d9eee3 0%, #d9eee3 83%, #fff 83%, #fff 100%);
    padding: 4.6vw 0 2.9vw;
  }
  .scp-search__tools {
    width: 77.3vw;
  }
  .-float .scp-search__tools {
    display: flex;
  }
  .scp-search__selects select {
    height: 40px;
    width: 100%;
  }
  .scp-search__selects option {
    font-size: 1rem;
  }
  .scp-search__selects .area {
    margin-top: 16px;
  }
  .-float .scp-search__selects .area {
    margin-top: 2.2vw;
  }
  .scp-search__note {
    font-size: 0.625rem;
    text-align: center;
  }
  .scp-search__kensaku {
    margin: 15px auto 0;
    width: 45.8vw;
  }
  .-float .scp-search__kensaku {
    width: 22.1vw;
  }
  .scp-search__trigger {
    font-size: 1rem;
    height: 10.6vw;
    width: 100%;
  }
  .-float .scp-search__trigger {
    height: 10.1vw;
    width: 53.3vw;
    line-height: 1rem;
  }
  .scp-search__trigger::after {
    height: 13px;
    width: 13px;
  }
  .scp-search__select {
    border-radius: 4px;
    width: 100%;
  }
  .scp-search__select__inner {
    height: 385px;
  }
  .scp-search__select__label {
    font-size: 1rem;
    padding: 10px;
  }
  .scp-search__select__label span {
    padding: 0 23px;
  }
  .scp-search__select__label span::before {
    height: 16px;
    width: 15px;
  }
  .scp-search__select dt {
    font-size: 0.875rem;
    padding: 10px 10px 10px 30px;
  }
  .scp-search__select__btn {
    font-size: 0.9375rem;
    padding: 10px 10px 10px 30px;
  }
  .scp-search__select__btn::before {
    height: 16px;
    width: 15px;
  }
  .scp-search__main {
    width: 91.4vw;
  }
  .-float .scp-search__main {
    margin: 0 auto;
    width: 85.3vw;
  }
  .scp-search__tools {
    width: 80.8vw;
  }
  .-float .scp-search__tools {
    width: 77.7vw;
    justify-content: space-between;
  }
  .scp-search__selects select {
    font-size: 1rem;
    background-size: 13px auto;
    height: 40px;
    width: 100%;
  }
  .scp-search__selects .area {
    margin-top: 4.2vw;
  }
  .scp-search__note {
    font-size: 0.6875rem;
    text-align: center;
    line-height: 1.2727272727 !important;
    margin-top: 2.4vw;
  }
  .-float .scp-search__note {
    margin-top: 1.3vw;
  }
  .scp-search__kensaku {
    margin: 2.6vw auto 0;
    max-width: 172px;
    width: 45.8vw;
  }
  .-float .scp-search__kensaku {
    margin: 0;
  }
  .scp-search__link a {
    font-size: 0.8125rem;
    margin: 8vw 0 0 9px;
    padding-right: 15px;
  }
  .-float .scp-search__link a {
    font-size: 0.8125rem;
    margin-top: 2.4vw;
  }
  .scp-search__link a::after {
    height: 10px;
    width: 10px;
    right: 3px;
  }
  .-float .scp-search__link a::after {
    border-right: 2px solid #787878;
    border-bottom: 2px solid #787878;
  }
  .-float .scp-search__link span {
    border-bottom: 2px solid #787878;
  }
  .scp-search__noentry {
    font-size: 0.875rem;
    line-height: 1.4 !important;
  }
  .scp-steps {
    margin-top: -27.4vw;
    overflow: hidden;
    padding: 17.3vw 0 24vw;
  }
  .scp-steps__subbg::before {
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    height: 16vw;
    top: 4.9vw;
  }
  .scp-steps__point {
    margin: -16.8vw auto;
    width: 15vw;
    height: 13.8vw;
    margin-bottom: 2.6vw;
  }
  .scp-steps__bg__inner {
    clip-path: polygon(0 14.6vw, 100% 0%, 100% 100%, 0% 100%);
  }
  .scp-steps__bg__inner::before {
    background-image: repeating-linear-gradient(90deg, #fef6f7, #fef6f7 1px, transparent 1px, transparent 5.8vw), repeating-linear-gradient(0deg, #fef6f7, #fef6f7 1px, #fff 1px, #fff 5.8vw);
  }
  .scp-steps__title {
    margin: -4vw auto;
    height: 34.6vw;
    width: 80.8vw;
  }
  .scp-steps__title::before, .scp-steps__title::after {
    height: 24.6vw;
    width: 1.8vw;
  }
  .scp-steps__title::before {
    -webkit-mask-image: url(../img/steps/title_kakko_l_nrw.svg);
            mask-image: url(../img/steps/title_kakko_l_nrw.svg);
    transform: translate(30vw, 0);
  }
  .scp-steps__title::after {
    -webkit-mask-image: url(../img/steps/title_kakko_r_nrw.svg);
            mask-image: url(../img/steps/title_kakko_r_nrw.svg);
    transform: translate(-30vw, 0);
  }
  .scp-steps__title .txt {
    width: 60.5vw;
  }
  .scp-steps__title .txt::after {
    -webkit-mask-image: url(../img/steps/title_nrw_mask.svg);
            mask-image: url(../img/steps/title_nrw_mask.svg);
  }
  .scp-steps__main {
    height: 63.3vw;
    width: 100%;
  }
  .scp-steps__main::before {
    background: #008c46;
    height: 47.2vw;
    -webkit-mask-image: url(../img/steps/line_nrw.png);
            mask-image: url(../img/steps/line_nrw.png);
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
  .scp-steps__item {
    width: 29.8vw;
  }
  .scp-steps__item.-item1 {
    position: absolute;
    top: 8vw;
    left: 3.3vw;
  }
  .scp-steps__item.-item3 {
    position: absolute;
    top: 8vw;
    right: 3.3vw;
  }
  .scp-steps .-illust1::after,
  .scp-steps .-illust2::after {
    height: 7.4vw;
    width: 7.4vw;
  }
  .scp-steps .-illust1 {
    position: absolute;
    top: 27.6vw;
    left: 11.8vw;
    width: 38.1vw;
  }
  .scp-steps .-illust2 {
    position: absolute;
    top: 29.3vw;
    left: 53.3vw;
    width: 36.4vw;
  }
  .scp-steps__text {
    font-size: 0.9375rem;
    font-weight: 500;
    margin: 24px auto 0;
    width: 89.3vw;
    text-align: center;
  }
  .scp-steps__offer {
    margin: 3px auto 0;
    width: 301px;
  }
}
@media (min-width: 706px){
  .scp-faq {
    padding: 70px 0;
  }
  .scp-faq__title {
    width: 512px;
    margin-top: -3px;
  }
  .scp-faq__title::after {
    -webkit-mask-image: url(../img/faq/title_mask.svg);
            mask-image: url(../img/faq/title_mask.svg);
    margin-top: 3px;
  }
  .scp-faq__main {
    margin-top: 40px;
    width: 878px;
  }
  .scp-faq__item:not(:first-child) {
    margin-top: 20px;
  }
  .scp-faq__item dt {
    font-size: 1.375rem;
    border-radius: 8px;
    height: 66px;
    line-height: 1;
    padding: 0 80px 0 20px;
  }
  .scp-faq__item dt::before {
    height: 14px;
    width: 14px;
  }
  .scp-faq__item dt::after {
    height: 24px;
    right: 24px;
    width: 24px;
  }
  .scp-faq__item dt span {
    padding-left: 15px;
  }
  .scp-faq__item dd {
    font-size: 1.125rem;
  }
  .scp-faq__item dd small {
    font-size: 0.875rem;
  }
  .scp-faq__item dd small.-overview-first {
    margin-bottom: 10px;
  }
  .scp-faq__item__mgnbox {
    margin-top: 10px;
  }
  .scp-faq__item.-open {
    margin-top: 40px;
  }
  .scp-howto {
    margin-top: -92px;
    padding: 125px 0 0;
  }
  .scp-howto__subbg::before {
    clip-path: polygon(0 0, 100% calc(100% - 90px), 100% 100%, 0% 100%);
    height: 237px;
    top: 22px;
    left: -60px;
  }
  .scp-howto__subbg__illust {
    position: absolute;
    top: -30px;
    left: 80px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.1s ease-out;
    width: 276px;
  }
  .-viewed .scp-howto__subbg__illust {
    opacity: 1;
    transform: translate(0, 0);
  }
  .scp-howto__subbg__illust span {
    display: block;
    transform-origin: 50% 100%;
  }
  .-viewed .scp-howto__subbg__illust span {
    animation: subbgIllustAnime 5s 3s infinite;
  }
  .scp-howto__bg__inner {
    clip-path: polygon(0 160px, 100% 0%, 100% 100%, 0% 100%);
  }
  .scp-howto__bg__inner::after {
    display: block;
  }
  .scp-howto__bg__inner::before {
    background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 44px), repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, #008c46 1px, #008c46 44px);
  }
  .scp-howto__bgtext {
    position: absolute;
    top: 80px;
    right: -25px;
    aspect-ratio: 607/298;
    background: #e5f4ed;
    opacity: 0.8;
    -webkit-mask-image: url(../img/howto/bg_text.svg);
            mask-image: url(../img/howto/bg_text.svg);
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    max-width: 640px;
    width: 33.3vw;
  }
  .scp-howto__title {
    margin: 0 auto;
    height: 195px;
    width: 610px;
  }
  .scp-howto__title::before, .scp-howto__title::after {
    height: 350px;
    width: 154px;
    bottom: -190px;
  }
  .scp-howto__title::before {
    left: 0;
    background-image: url(../img/howto/title_kakko_l.svg);
  }
  .scp-howto__title::after {
    width: 136px;
    height: 308px;
    right: 8px;
    bottom: -164px;
    background-image: url(../img/howto/title_kakko_r.svg);
  }
  .scp-howto__title .txt {
    width: 608px;
    bottom: -30px;
    left: 12px;
  }
  .-viewed .scp-howto__title::before, .-viewed .scp-howto__title::after {
    opacity: 1;
    animation: titleSideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, howtoIllustAnime 5s 3s infinite;
  }
  .scp-howto__main {
    margin: 94px auto 0;
    height: 330px;
    width: 1028px;
  }
  .scp-howto__grid {
    gap: 18px;
    width: 1028px;
    grid-template-columns: repeat(4, 245px);
    grid-template-rows: 245px;
  }
  .scp-howto__btn::before {
    left: 12px;
    height: 46px;
    width: 80px;
  }
  .scp-howto__btn::after {
    top: 56px;
    width: 170px;
    height: 122px;
  }
  .scp-howto__btn__text {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .scp-howto__btn__plus {
    width: 60px;
    height: 60px;
    background-image: url(../img/howto/ico_plus.svg);
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 0.25s ease-out;
  }
  .scp-howto__btn:hover .scp-howto__btn__plus {
    transform: scale(1.25);
  }
  .scp-merit {
    margin-top: -160px;
    padding: 125px 0 110px;
  }
  .scp-merit__subbg::before {
    clip-path: polygon(0 calc(100% - 90px), 100% 0%, 100% 100%, 0% 100%);
    height: 220px;
  }
  .scp-merit__subbg__illust {
    position: absolute;
    top: -60px;
    right: 60px;
    width: 279px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.1s ease-out;
  }
  .-viewed .scp-merit__subbg__illust {
    opacity: 1;
    transform: translate(0, 0);
  }
  .scp-merit__subbg__illust span {
    display: block;
    transform-origin: 50% 100%;
  }
  .-viewed .scp-merit__subbg__illust span {
    animation: subbgIllustAnime 5s 3s infinite;
  }
  .scp-merit__bg__inner {
    clip-path: polygon(0 0, 100% 160px, 100% 100%, 0% 100%);
  }
  .scp-merit__bg__inner::before {
    background: linear-gradient(-10deg, #daf7a1 0%, #008c4b 65%);
  }
  .scp-merit__bg__inner::after {
    background-image: url(../img/merit/bg.jpg);
    background-attachment: fixed;
  }
  .scp-merit__bgtext {
    position: absolute;
    top: 100px;
    left: 0px;
    max-width: 545px;
    width: 26.8vw;
    opacity: 0.5;
  }
  .scp-merit__title {
    height: 195px;
    width: 616px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  .scp-merit__title img {
    width: 398px;
  }
  .scp-merit__title::before, .scp-merit__title::after {
    border-top: #fff solid 4px;
    border-bottom: #fff solid 4px;
    width: 14px;
    height: 135px;
  }
  .scp-merit__title::before {
    transform: translate(200px, 0);
    border-left: #fff solid 4px;
  }
  .scp-merit__title::after {
    transform: translate(-200px, 0);
    border-right: #fff solid 4px;
  }
  .scp-merit__list {
    margin: 38px auto 0;
    display: flex;
    width: 1030px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .scp-merit__item {
    width: 327px;
    height: auto !important;
    max-height: none !important;
  }
  .scp-merit__item.-item1.-open, .scp-merit__item.-item2.-open {
    padding-bottom: 21.5px;
  }
  .scp-merit__item__content {
    padding: 21px 0 0 16px;
  }
  .scp-merit__item__head {
    display: flex;
    justify-content: flex-start !important; /* 左寄せ */
    align-items: center;
  }
  .scp-merit__item__title {
    display: flex;
    justify-content: flex-start !important; /* 左寄せ */
    text-align: left !important;
    margin-left: 16px;
  }
  .scp-merit__item__title {
    margin-left: 16px;
    font-size: 1.25rem;
    line-height: 1.3333333333;
  }
  .scp-merit__item__title strong {
    font-size: 1.625rem;
  }
  .scp-merit__item__illust {
    width: 78px;
    height: 78px;
    background-size: 78px 78px;
  }
  .scp-merit__item__text {
    margin: 5px auto 20px;
    padding-right: 15px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .js-merit-acc .scp-merit__acc-icon {
    transform-origin: center;
  }
  .js-merit-acc:hover .scp-merit__acc-icon {
    transform: rotate(180deg) scale(1.35);
  }
  .js-merit-acc.-open:hover .scp-merit__acc-icon {
    transform: rotate(0deg) scale(1.35);
  }
  .scp-mv__title {
    position: absolute;
    top: 90px;
    left: 22px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
    width: 708px;
  }
  .scp-mv__title__top {
    margin-top: 4px;
    width: 672px;
  }
  .scp-mv__title__bottom {
    margin-top: 8px;
    width: 502px;
  }
  .scp-mv__main {
    height: 463px;
  }
  .scp-mv__imgs {
    height: 100%;
    top: 0;
  }
  .scp-mv__imgs__item {
    left: calc(50% - 120px);
    min-width: 880px;
    width: calc(55.7% + 20px);
  }
  .scp-mv__imgs__item.-active {
    animation: mvSlideShow 0.6s ease-out;
    animation-fill-mode: both;
  }
  .scp-mv__imgs__item.-item1 {
    background-image: url(../img/mv/ph1.jpg);
  }
  .scp-mv__imgs__item.-item2 {
    background-image: url(../img/mv/ph2.jpg);
  }
  .scp-mv__imgs__item.-item3 {
    background-image: url(../img/mv/ph3.jpg);
  }
  .scp-mv__imgs__item.-item1 {
    background-position: bottom 20% left 10%;
  }
  .scp-mv__imgs__item.-item2 {
    background-position: bottom 20% left 10%;
  }
  .scp-mv__imgs__item.-item3 {
    background-position: center left 10%;
  }
  .scp-mv__nrwimgs {
    display: none;
  }
  .scp-mv__nrwimgs__item.-active {
    animation: mvSlideShow 1s ease-out;
    animation-fill-mode: both;
  }
  .scp-mv__gradient {
    background: linear-gradient(90deg, #007828 0%, #4bbf33 100%);
    clip-path: polygon(100% 0%, calc(100% - 120px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    height: 464px;
    width: 50.5%;
  }
  .scp-mv__sholder {
    position: absolute;
    top: 26px;
    left: 30px;
    width: 405px;
  }
  .scp-mv__badge {
    position: absolute;
    top: 260px;
    left: calc(50% - 52px);
    filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.15));
    width: 135px;
  }
  .scp-mv__present {
    position: absolute;
    top: 242px;
    left: 0;
    width: 532px;
    z-index: 20;
  }
  .scp-mv__terms {
    height: 76px;
  }
  .scp-mv__terms p {
    transform: translate(7px, 0);
    width: 408px;
  }
  .scp-mv__offer {
    position: absolute;
    top: 449px;
    left: calc(50% - 598px);
    width: 384px;
    z-index: 20;
  }
  body {
    min-width: 1170px !important;
  }
  #breadClumb {
    margin: 0 auto 15px !important;
  }
  #contents {
    padding-bottom: 0 !important;
  }
  .scp-point {
    margin-top: -160px;
    padding: 125px 0 70px;
  }
  .scp-point__subbg::before {
    background-color: #008c46;
    clip-path: polygon(0 0, 100% calc(100% - 90px), 100% 100%, 0% 100%);
    height: 237px;
  }
  .scp-point__subbg__illust {
    position: absolute;
    top: 0px;
    left: 80px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.1s ease-out;
    width: 276px;
  }
  .-viewed .scp-point__subbg__illust {
    opacity: 1;
    transform: translate(0, 0);
  }
  .scp-point__subbg__illust span {
    display: block;
    transform-origin: 50% 100%;
  }
  .-viewed .scp-point__subbg__illust span {
    animation: subbgIllustAnime 5s 3s infinite;
  }
  .scp-point__bg__inner {
    clip-path: polygon(0 160px, 100% 0px, 100% 100%, 0% 100%);
  }
  .scp-point__bg__inner::before {
    background: linear-gradient(170deg, rgb(21, 13, 128) 45%, rgb(204, 184, 102) 100%);
  }
  .scp-point__bg__inner::after {
    background-image: url(../img/merit/bg.jpg);
    background-attachment: fixed;
  }
  .scp-point__bgtext {
    position: absolute;
    top: 108px;
    right: -15px;
    max-width: 540px;
    width: 28.1vw;
  }
  .scp-point__title {
    height: 195px;
    width: 616px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  .scp-point__title img {
    width: 341px;
  }
  .scp-point__title::before, .scp-point__title::after {
    border-top: #fff solid 4px;
    border-bottom: #fff solid 4px;
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 135px;
  }
  .scp-point__title::before {
    transform: translate(200px, 0);
    border-left: #fff solid 4px;
  }
  .scp-point__title::after {
    transform: translate(-200px, 0);
    border-right: #fff solid 4px;
  }
  .scp-point__list {
    margin-top: 34px;
    width: 2169px !important;
    padding-bottom: 60px;
    margin-left: -4px;
  }
  .scp-point__item {
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
  }
  .scp-point__item.swiper-slide {
    width: 669px;
    height: 342px;
  }
  .scp-point__item__title {
    font-size: 1.5625rem;
    line-height: 1.3333333333;
    padding: 19px 0;
  }
  .scp-point__item__title strong {
    font-size: 1.6875rem;
  }
  .scp-point__item__title span {
    display: flex;
    align-items: center;
  }
  .scp-point__item__inner {
    display: flex;
    width: 589px;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 36px;
  }
  .scp-point__item__inner::before {
    position: absolute;
    top: -1px;
    left: 50%;
    border-width: 14px 15px 0 15px;
  }
  .scp-point__item__ph {
    width: 270px;
    height: 192px;
    background-size: 270px 192px;
  }
  .-item1 .scp-point__item__ph {
    background-image: url(../img/point/ph_1.jpg);
  }
  .-item2 .scp-point__item__ph {
    background-image: url(../img/point/ph_2.jpg);
  }
  .-item3 .scp-point__item__ph {
    background-image: url(../img/point/ph_3.jpg);
  }
  .scp-point__item__text {
    width: 298px;
    font-size: 1.0625rem;
    line-height: 1.7647058824;
  }
  .-item2 .scp-point__item__text {
    letter-spacing: -0.039em;
  }
  .scp-point__item__number {
    position: absolute;
    top: -12px;
    left: -13px;
  }
  .scp-point__item__number.-number1 {
    width: 80px;
  }
  .scp-point__item__number.-number2 {
    width: 94px;
  }
  .scp-point__item__number.-number3 {
    width: 94px;
  }
  .scp-point__dot .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 14px 7px -6px !important;
  }
  .scp-point__offer {
    font-size: 0.875rem;
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: 679px;
    transform: translateX(-50%);
  }
  .scp-point .-viewed .scp-point__item {
    opacity: 0.6;
  }
  .scp-point .-viewed .scp-point__item.swiper-slide-active {
    opacity: 1;
  }
  .scp-search {
    padding: 2vw 0 100px;
  }
  .-float .scp-search {
    width: 492px;
    padding: 29px 0 24px;
  }
  .scp-search.-bottomarea {
    padding-bottom: 44px;
    padding: 43px 0 60px;
  }
  .scp-search__bg::before {
    background: linear-gradient(5deg, #daf7a1 9.16%, #008c4b 75%);
    opacity: 0.7;
  }
  #search2 .scp-search__bg::before {
    background: linear-gradient(200deg, #008c4b 49.65%, #daf7a1 91.69%);
  }
  .scp-search__bg::after {
    background-image: url(../img/search/bg.jpg);
    background-attachment: fixed;
  }
  .scp-search__bgtext {
    position: absolute;
    top: 35px;
    left: -15px;
    max-width: 692px;
    width: 36vw;
  }
  .-t .scp-search__title {
    width: 830px;
  }
  .-bottomarea .scp-search__title {
    width: 760px;
  }
  .scp-search__tab__item {
    font-size: 1.5rem;
    padding: 20px 0;
    font-weight: 500;
  }
  .scp-search__tab__item:hover {
    color: #fff;
    background-color: #008c46;
  }
  .-float .scp-search__tab__item {
    font-size: 1.125rem;
    padding: 12px 0;
    border: solid 2px #008c46;
    border-bottom: 6px solid #008c46;
  }
  .scp-search__content {
    background: linear-gradient(#d9eee3 0%, #d9eee3 75%, #fff 75%, #fff 100%);
    padding: 30px 0 11px;
  }
  .-float .scp-search__content {
    border-radius: 0 0 0 0;
  }
  .scp-search__tools {
    display: flex;
    justify-content: space-between;
    width: 838px;
  }
  .-float .scp-search__tools {
    width: 340px;
    margin: 0 auto;
    display: block;
  }
  .scp-search__selects select {
    height: 64px;
    width: 286px;
  }
  .scp-search__selects select::before {
    height: 14px;
    width: 14px;
  }
  .scp-search__selects option {
    font-size: 1.375rem;
  }
  .scp-search__selects .area {
    margin-left: 20px;
  }
  .scp-search__note {
    font-size: 0.875rem;
    text-align: right;
    padding-right: 40px;
  }
  .-float .scp-search__note {
    font-size: 1rem;
  }
  .scp-search__kensaku {
    margin-top: -4px;
    width: 214px;
  }
  .-float .scp-search__kensaku {
    margin-top: 74px;
    width: 340px;
  }
  .-float .scp-search__kensaku a img {
    width: 340px;
    height: 70px;
  }
  .scp-search__trigger {
    font-size: 1.25rem;
    height: 64px;
    width: 286px;
  }
  .-float .scp-search__trigger {
    width: 340px;
    height: 60px;
  }
  .scp-search__trigger:hover {
    opacity: 0.5;
  }
  .scp-search__trigger::after {
    height: 19px;
    width: 19px;
  }
  .scp-search__select {
    border-radius: 6px;
    width: 286px;
  }
  .-float .scp-search__select {
    width: 340px;
  }
  .scp-search__select__inner {
    height: 475px;
  }
  .scp-search__select__label {
    font-size: 1.3125rem;
    padding: 15px 10px;
    transition: background-color 0.35s ease-out;
  }
  .scp-search__select__label:hover {
    background-color: #707070;
  }
  .scp-search__select__label span {
    padding: 0 28px;
  }
  .scp-search__select__label span::before {
    height: 20px;
    width: 19px;
  }
  .scp-search__select dt {
    font-size: 1.125rem;
    padding: 15px 10px 15px 35px;
  }
  .scp-search__select__btn {
    font-size: 1.25rem;
    padding: 10px 10px 10px 35px;
    transition: background-color 0.35s ease-out;
  }
  .scp-search__select__btn:hover {
    background-color: #707070;
  }
  .scp-search__select__btn::before {
    height: 20px;
    width: 19px;
  }
  .scp-search [data-key=dai] .scp-search__selects__item.-dai {
    display: flex;
  }
  .scp-search [data-key=sen] .scp-search__selects__item.-sen {
    display: flex;
  }
  .scp-search__main {
    margin-top: 18px;
    width: 920px;
  }
  .-float .scp-search__main {
    width: 400px;
    margin-top: 0;
  }
  .scp-search__tools {
    display: flex;
    justify-content: space-between;
    width: 838px;
  }
  .scp-search__selects select {
    font-size: 1.375rem;
    background-size: 19px auto;
    height: 64px;
    width: 286px;
  }
  .scp-search__selects select:hover {
    opacity: 0.5;
  }
  .scp-search__selects .area {
    margin-left: 20px;
  }
  .-float .scp-search__selects .area {
    margin-left: 0;
    margin-top: 13px;
  }
  .scp-search__note {
    font-size: 0.875rem;
    margin-right: -246px;
    padding-right: 0;
    text-align: center;
  }
  .-float .scp-search__note {
    position: absolute;
    top: 222px;
    left: 50%;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .scp-search__kensaku {
    margin-top: -4px;
    width: 214px;
  }
  .scp-search__link a {
    font-weight: 700;
    font-size: 1.1875rem;
    margin: 22px 0 0 28px;
    padding-right: 20px;
  }
  .-float .scp-search__link a {
    font-size: 1.125rem;
    white-space: nowrap;
    margin: 14px 0 0 0;
    font-weight: 700;
  }
  .scp-search__link a::after {
    height: 15px;
    width: 15px;
  }
  .scp-search .scp-search__main[data-key=dai] .scp-search__selects__item.-dai {
    display: flex;
  }
  .-float .scp-search .scp-search__main[data-key=dai] .scp-search__selects__item.-dai {
    display: block;
  }
  .scp-search .scp-search__main[data-key=sen] .scp-search__selects__item.-sen {
    display: flex;
  }
  .-float .scp-search .scp-search__main[data-key=sen] .scp-search__selects__item.-sen {
    display: block;
  }
  .scp-steps {
    margin-top: -92px;
    padding: 125px 0 160px;
  }
  .scp-steps__subbg::before {
    clip-path: polygon(0 0, 100% calc(100% - 90px), 100% 100%, 0% 100%);
    height: 237px;
    top: 22px;
  }
  .scp-steps__subbg__illust {
    position: absolute;
    top: -30px;
    left: 80px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.1s ease-out;
    width: 276px;
  }
  .-viewed .scp-steps__subbg__illust {
    opacity: 1;
    transform: translate(0, 0);
  }
  .scp-steps__subbg__illust span {
    display: block;
    transform-origin: 50% 100%;
  }
  .-viewed .scp-steps__subbg__illust span {
    animation: subbgIllustAnime 5s 3s infinite;
  }
  .scp-steps__point {
    margin: -80px auto;
    width: 80px;
    height: 87px;
    margin-bottom: -20px;
  }
  .scp-steps__bg__inner {
    clip-path: polygon(0 160px, 100% 0%, 100% 100%, 0% 100%);
  }
  .scp-steps__bg__inner::before {
    background-image: repeating-linear-gradient(90deg, #fef6f7, #fef6f7 1px, transparent 1px, transparent 44px), repeating-linear-gradient(0deg, #fef6f7, #fef6f7 1px, #fff 1px, #fff 44px);
  }
  .scp-steps__bgtext {
    position: absolute;
    top: 80px;
    right: -25px;
    aspect-ratio: 607/298;
    background: #e5f4ed;
    -webkit-mask-image: url(../img/steps/bg_text_mask.svg);
            mask-image: url(../img/steps/bg_text_mask.svg);
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    max-width: 607px;
    width: 31.6vw;
  }
  .scp-steps__title {
    margin: 0 auto;
    height: 195px;
    width: 610px;
  }
  .scp-steps__title::before, .scp-steps__title::after {
    height: 135px;
    width: 14px;
  }
  .scp-steps__title::before {
    -webkit-mask-image: url(../img/steps/title_kakko_l.svg);
            mask-image: url(../img/steps/title_kakko_l.svg);
    transform: translate(200px, 0);
  }
  .scp-steps__title::after {
    -webkit-mask-image: url(../img/steps/title_kakko_r.svg);
            mask-image: url(../img/steps/title_kakko_r.svg);
    transform: translate(-200px, 0);
  }
  .scp-steps__title .txt {
    width: 389px;
  }
  .scp-steps__title .txt::after {
    -webkit-mask-image: url(../img/steps/title_mask.svg);
            mask-image: url(../img/steps/title_mask.svg);
  }
  .scp-steps__main {
    height: 420px;
    width: 1028px;
  }
  .scp-steps__main::before {
    background: url(../img/steps/line.png) no-repeat;
    height: 305px;
  }
  .scp-steps__item {
    width: 270px;
  }
  .scp-steps__item.-item1 {
    position: absolute;
    top: 78px;
    left: 67px;
  }
  .scp-steps__item.-item3 {
    position: absolute;
    top: 78px;
    left: 691px;
  }
  .scp-steps .-illust1::after,
  .scp-steps .-illust2::after {
    height: 46px;
    width: 46px;
  }
  .scp-steps .-illust1 {
    position: absolute;
    top: 200px;
    left: 275px;
    width: 233px;
  }
  .scp-steps .-illust2 {
    position: absolute;
    top: 200px;
    left: 550px;
    width: 233px;
  }
  .scp-steps__text {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 35px;
    text-align: center;
  }
  .scp-steps__offer {
    margin: 20px auto 0;
    width: 384px;
  }
}
@media (min-width: 1240px){
  .scp-mv__title {
    left: calc(50% - 603px);
  }
  .scp-mv__sholder {
    left: calc(50% - 598px);
  }
  .scp-mv__badge {
    left: calc(50% - 100px);
  }
  .scp-mv__present {
    left: calc(50% - 632px);
  }
}
@media (min-width: 1920px){
  .scp-mv__imgs__item {
    background-size: calc(50vw + 140px) auto;
  }
}