#shinnendo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#shinnendo.contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #shinnendo.contents {
    max-width: 100%;
  }
}

.l-inner {
  width: 94.6666666667vw;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: 96%;
  }
}
@media screen and (min-width: 1000px) {
  .l-inner {
    width: 100%;
  }
}

.p-shinnendoMV {
  background-color: #1da1f2;
}

.p-shinnendoMV .p-shinnendoMV__inner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
}

.p-shinnendoMV .p-shinnendoMV__imgBg {
  width: 100%;
  height: 117.3333333333vw;
  padding: 2.6666666667vw;
  background-color: #ffbebe;
  background: linear-gradient(180deg, #ffbebe 0%, #1da1f2 50%, #1da1f2 100%);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__imgBg {
    height: 34.0277777778vw;
    max-height: 490px;
    padding: 1.3888888889vw 5.5555555556vw;
    background: linear-gradient(
      180deg,
      #ffbebe 0%,
      #1da1f2 44.8979591837%,
      #1da1f2 100%
    );
  }
}

.p-shinnendoMV .p-shinnendoMV__slide {
  position: relative;
  width: 94.6666666667vw;
  height: 112vw;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__slide {
    width: 88.8888888889vw;
    max-width: 1280px;
    height: 31.25vw;
    max-height: 450px;
    border-radius: 20px;
  }
}

.p-shinnendoMV .p-shinnendoMV__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-shinnendoMV .p-shinnendoMV__img1 {
  z-index: 2;
  animation: wipe-animation1 8s infinite 2s;
}

.p-shinnendoMV .p-shinnendoMV__img2 {
  z-index: 1;
  animation: wipe-animation2 8s infinite 2s;
}

.p-shinnendoMV .p-shinnendoMV__textArea {
  padding: 2.6666666667vw 0 5.3333333333vw;
  background-color: #1da1f2;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea {
    padding: 30px 0 50px;
  }
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__text_Fin {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTitle {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTitle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit1 {
  font-size: 7.4666666667vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit1 {
    font-size: 56px;
    margin-bottom: 0;
  }
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 11.7333333333vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit2 {
    font-size: 64px;
  }
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit2::before {
  display: inline-block;
  content: "";
  background-image: url("../img/shinnendo/mv_title_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.7333333333vw;
  height: 7.4666666667vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit2::before {
    width: 14px;
    height: 28px;
    margin-right: 10px;
  }
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit2::after {
  display: inline-block;
  content: "";
  background-image: url("../img/shinnendo/mv_title_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.7333333333vw;
  height: 7.4666666667vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTit2::after {
    width: 14px;
    height: 28px;
    margin-left: 10px;
  }
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textnum {
  font-size: 12.2666666667vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textnum {
    font-size: 68px;
  }
}

.p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTarget {
  font-size: 3.7333333333vw;
  color: #fff;
  text-align: center;
  margin-top: 4.2666666667vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-shinnendoMV .p-shinnendoMV__textArea .p-shinnendoMV__textTarget {
    font-size: 16px;
    margin-top: 16px;
  }
}

.p-shinnendoCta {
  width: 100%;
  margin: 0;
  padding: 13.3333333333vw 0;
  background-color: #1da1f2;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta {
    padding: 50px 0;
  }
}

.p-shinnendoCta.p-shinnendoCta--bgcyan {
  background-color: #ebf7ff;
}

.p-shinnendoCta .p-shinnendoCta__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.6666666667vw;
  padding-bottom: 2.1333333333vw;
  border-bottom: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__title {
    margin-bottom: 40px;
    padding-bottom: 8px;
  }
}

.p-shinnendoCta .p-shinnendoCta__title.p-shinnendoCta__title--bdblack {
  border-bottom-color: #000;
}

.p-shinnendoCta .p-shinnendoCta__titleTxt {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__titleTxt {
    font-size: 46px;
  }
}

.p-shinnendoCta .p-shinnendoCta__titleTxt.p-shinnendoCta__titleTxt--lh15 {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__titleTxt.p-shinnendoCta__titleTxt--lh15 {
    line-height: 1;
  }
}

.p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--top {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--top {
    font-size: 32px;
  }
}

.p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--sml {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--sml {
    font-size: 32px;
  }
}

.p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--lrg {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--lrg {
    font-size: 46px;
  }
}

.p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--num {
  font-size: 14.4vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__titleTxt .p-shinnendoCta__titleTxt--num {
    font-size: 93px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnWrap {
  position: relative;
  margin: 2.6666666667vw auto 0;
  width: 96vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnWrap {
    margin-top: 15px;
    width: 470px;
    cursor: pointer;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnWrap > a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 6.8vw 0 5.6vw;
  text-align: center;
  overflow: hidden;
  border: solid 0.8vw #fff;
  border-radius: 11.2vw;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff504;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnWrap > a {
    width: 470px;
    border-width: 3px;
    border-radius: 58px;
    padding: 37.5px 0 36px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnWrap > a.p-shinnendoCta__btn--mlt {
  padding: 4vw 0 2.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnWrap > a.p-shinnendoCta__btn--mlt {
    padding: 24.5px 0 19px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnWrap > a.p-shinnendoCta__btn--mlt2 {
  padding: 1.3333333333vw 0 2.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnWrap > a.p-shinnendoCta__btn--mlt2 {
    padding: 12.5px 0 19px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnWrap > a > div {
  display: inline-block;
  z-index: 3;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnWrap > a > div {
    font-size: 28px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnWrap > a > div::after {
  position: absolute;
  content: "";
  top: calc(50% - 1.4666666667vw);
  right: 5.3333333333vw;
  width: 1.8666666667vw;
  height: 2.9333333333vw;
  background: url(../img/cta_arrow_black.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnWrap > a > div::after {
    top: calc(50% - 5.5px);
    right: 20px;
    width: 7px;
    height: 11px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnText {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnText {
    font-size: 30px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnText small {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnText small {
    font-size: 21px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnText .p-shinnendoCta__btnText--ssml {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnText .p-shinnendoCta__btnText--ssml {
    font-size: 18px;
  }
}

.p-shinnendoCta .p-shinnendoCta__btnText .p-shinnendoCta__btnText--mb {
  display: block;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__btnText .p-shinnendoCta__btnText--mb {
    margin-bottom: 12px;
  }
}

.p-shinnendoCta .p-shinnendoCta__linkWrap {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__linkWrap {
    margin-top: 30px;
  }
}

.p-shinnendoCta .p-shinnendoCta__linkWrap.p-shinnendoCta__linkWrap--top {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__linkWrap.p-shinnendoCta__linkWrap--top {
    margin-top: 30px;
  }
}

.p-shinnendoCta .p-shinnendoCta__linkWrap .p-shinnendoCta__link {
  font-size: 4vw;
  color: #000;
  padding-right: 2.6666666667vw;
  padding-bottom: 1.3333333333vw;
  line-height: 1;
  border-bottom: solid 1px #000;
  background: url(../img/cta_arrow_black.svg) no-repeat right 3.5px;
  background-size: 1.3333333333vw 2.1333333333vw;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-shinnendoCta .p-shinnendoCta__linkWrap .p-shinnendoCta__link {
    font-size: 18px;
    padding-right: 15px;
    padding-bottom: 8px;
    background-size: 7px 11px;
  }
}

.p-shinnendoLead {
  padding-top: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoLead {
    padding-top: 100px;
  }
}

.p-shinnendoLead .p-shinnendoLead__head1 {
  display: block;
  position: relative;
  font-size: 9.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #1da1f2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoLead .p-shinnendoLead__head1 {
    font-size: 50px;
    line-height: 1;
  }
}

.p-shinnendoLead .p-shinnendoLead__head1::before {
  position: absolute;
  content: "";
  background-image: url("../img/shinnendo/h1_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.7333333333vw;
  height: 7.4666666667vw;
  top: 0;
  left: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoLead .p-shinnendoLead__head1::before {
    width: 14px;
    height: 28px;
    left: -29px;
  }
}

.p-shinnendoLead .p-shinnendoLead__head1::after {
  position: absolute;
  content: "";
  background-image: url("../img/shinnendo/h1_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.7333333333vw;
  height: 7.4666666667vw;
  top: 0;
  right: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoLead .p-shinnendoLead__head1::after {
    width: 14px;
    height: 28px;
    right: -29px;
  }
}

.p-shinnendoLead .p-shinnendoLead__head2 {
  display: block;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 5.3333333333vw auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoLead .p-shinnendoLead__head2 {
    font-size: 28px;
    margin: 30px auto;
  }
}

.p-shinnendoLead .p-shinnendoLead__boder {
  width: 13.3333333333vw;
  margin: 0 auto;
  border-top: solid 3px #1da1f2;
}
@media screen and (min-width: 768px) {
  .p-shinnendoLead .p-shinnendoLead__boder {
    width: 50px;
  }
}

.p-shinnendoSupport {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport {
    padding-top: 50px;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__contents {
  width: 89.3333333333vw;
  margin: 8vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__contents {
    max-width: 660px;
    margin-top: 30px;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__cardWrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__cardWrap {
    margin-bottom: 20px;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__cardWrap:last-child {
  margin-bottom: 0;
}

.p-shinnendoSupport .p-shinnendoSupport__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.p-shinnendoSupport .p-shinnendoSupport__cardImgArea {
  position: relative;
  width: 21.3333333333vw;
  padding-top: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__cardImgArea {
    width: 80px;
    padding-top: 0;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__cardImg {
  width: 100%;
}

.p-shinnendoSupport .p-shinnendoSupport__cardTarget {
  position: absolute;
  bottom: -3.0666666667vw;
  left: calc(50% - 8.8vw);
  width: 17.6vw;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #1da1f2;
  padding: 1.3333333333vw 0 1.6vw;
  margin-bottom: 0;
  border-radius: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__cardTarget {
    bottom: -11.5px;
    left: calc(50% - 33px);
    width: 66px;
    font-size: 12px;
    padding: 5px 0 6px;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__cardTextArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 61.0666666667vw;
  height: 31.2vw;
  background-color: #dcf1ff;
  border-radius: 2.1333333333vw;
  padding-left: 8.8vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__cardTextArea {
    width: 554px;
    height: 92px;
    border-radius: 8px;
    padding-left: 94px;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__cardTextArea::before {
  content: "";
  display: block;
  position: absolute;
  width: 4.2666666667vw;
  height: 5.3333333333vw;
  top: calc(50% - 2.6666666667vw);
  left: -4.2666666667vw;
  background-color: #dcf1ff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__cardTextArea::before {
    width: 16px;
    height: 20px;
    top: calc(50% - 10px);
    left: -16px;
  }
}

.p-shinnendoSupport
  .p-shinnendoSupport__cardWrap:nth-child(2)
  .p-shinnendoSupport__cardTextArea::before {
  left: auto;
  right: -4.2666666667vw;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport
    .p-shinnendoSupport__cardWrap:nth-child(2)
    .p-shinnendoSupport__cardTextArea::before {
    right: -16px;
  }
}

.p-shinnendoSupport .p-shinnendoSupport__cardText {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSupport .p-shinnendoSupport__cardText {
    font-size: 20px;
    line-height: 1;
  }
}

.p-shinnendoProblem {
  padding-top: 16vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoProblem {
    padding-top: 80px;
  }
}

.p-shinnendoProblem .p-shinnendoProblem__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoProblem .p-shinnendoProblem__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.p-shinnendoProblem .p-shinnendoProblem__contents {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoProblem .p-shinnendoProblem__contents {
    max-width: 660px;
  }
}

.p-shinnendoProblem .p-shinnendoProblem__img {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoProblem .p-shinnendoProblem__img {
    width: 240px;
  }
}

.p-shinnendoProblem .p-shinnendoProblem__list {
  width: 94.6666666667vw;
  margin: 0 auto;
  padding: 13.3333333333vw 5.3333333333vw;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoProblem .p-shinnendoProblem__list {
    width: 100%;
    padding: 70px 11.3636363636%;
    border-radius: 8px;
  }
}

.p-shinnendoProblem .p-shinnendoProblem__listCont {
  position: relative;
  font-size: 4.8vw;
  line-height: 1.6;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 1.3333333333vw;
  margin-bottom: 6.6666666667vw;
  margin-left: 7.2vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoProblem .p-shinnendoProblem__listCont {
    font-size: 20px;
    line-height: 1;
    text-underline-offset: 5px;
    margin-bottom: 35px;
    margin-left: 27px;
  }
}

.p-shinnendoProblem .p-shinnendoProblem__listCont:last-child {
  margin-bottom: 0;
}

.p-shinnendoProblem .p-shinnendoProblem__listCont::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 1.8666666667vw);
  left: -7.2vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/shinnendo/problem_list_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-shinnendoProblem .p-shinnendoProblem__listCont::before {
    top: calc(50% - 7px);
    left: -27px;
    width: 14px;
    height: 14px;
  }
}

.p-shinnendoUp {
  padding-top: 16vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoUp {
    padding-top: 80px;
  }
}

.p-shinnendoUp .p-shinnendoUp__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoUp .p-shinnendoUp__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.p-shinnendoUp .p-shinnendoUp__topimg {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoUp .p-shinnendoUp__topimg {
    width: 300px;
  }
}

.p-shinnendoUp .p-shinnendoUp__contents {
  background-color: #dcf1ff;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoUp .p-shinnendoUp__contents {
    padding: 70px 0;
  }
}

.p-shinnendoUp .p-shinnendoUp__img {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoUp .p-shinnendoUp__img {
    width: 66.6666666667%;
    max-width: 960px;
  }
}

.p-shinnendoUp .p-shinnendoUp__note {
  width: 89.3333333333vw;
  font-size: 2.9333333333vw;
  line-height: 5.3333333333vw;
  margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoUp .p-shinnendoUp__note {
    width: 66.6666666667%;
    max-width: 960px;
    font-size: 11px;
    line-height: 20px;
    margin: 20px auto 0;
  }
}

.p-shinnendoPoint {
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
  background-color: #dcf1ff;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-shinnendoPoint.is-scrolled {
  background-color: #ffe6e6;
}

.p-shinnendoPoint .p-shinnendoPoint__title {
  font-size: 6.1333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__title {
    font-size: 33px;
    margin-bottom: 50px;
  }
}

.p-shinnendoPoint .p-shinnendoPoint__contentWrap {
  width: 97.3333333333vw;
  margin-left: 2.6666666667vw;
  padding: 13.3333333333vw 2.6666666667vw 13.3333333333vw 0;
  background-color: #fff;
  border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__contentWrap {
    width: 88.8888888889%;
    margin-left: 11.1111111111%;
    padding: 60px 11.1111111111% 60px 0;
  }
}

.p-shinnendoPoint .p-shinnendoPoint__content {
  width: 89.3333333333vw;
  box-sizing: border-box;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__content {
    width: 85.7142857143%;
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.p-shinnendoPoint .p-shinnendoPoint__content:last-child {
  margin-bottom: 0;
}

.p-shinnendoPoint .p-shinnendoPoint__contHead {
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding-top: 12vw;
  width: 100%;
  height: 21.3333333333vw;
  background-image: url("../img/shinnendo/point_head_sp_01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__contHead {
    font-size: 1.6666666667vw;
    padding-top: 4.1666666667vw;
    height: 7.2222222222vw;
    max-height: 104px;
    background-image: url("../img/shinnendo/point_head_pc_01.webp");
  }
}
@media screen and (min-width: 1440px) {
  .p-shinnendoPoint .p-shinnendoPoint__contHead {
    font-size: 24px;
    padding-top: 60px;
    height: 104px;
  }
}

.p-shinnendoPoint
  .p-shinnendoPoint__content:nth-child(2)
  .p-shinnendoPoint__contHead {
  background-image: url("../img/shinnendo/point_head_sp_02.webp");
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint
    .p-shinnendoPoint__content:nth-child(2)
    .p-shinnendoPoint__contHead {
    background-image: url("../img/shinnendo/point_head_pc_02.webp");
  }
}

.p-shinnendoPoint
  .p-shinnendoPoint__content:nth-child(3)
  .p-shinnendoPoint__contHead {
  background-image: url("../img/shinnendo/point_head_sp_03.webp");
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint
    .p-shinnendoPoint__content:nth-child(3)
    .p-shinnendoPoint__contHead {
    background-image: url("../img/shinnendo/point_head_pc_03.webp");
  }
}

.p-shinnendoPoint .p-shinnendoPoint__contTitle {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 5.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__contTitle {
    font-size: 24px;
    line-height: 1.4;
    margin: 50px auto 40px;
  }
}

.p-shinnendoPoint .p-shinnendoPoint__contWrap {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__contWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-shinnendoPoint .p-shinnendoPoint__contImg {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__contImg {
    width: 47.3958333333%;
    margin-bottom: 0;
  }
}

.p-shinnendoPoint .p-shinnendoPoint__contImg img {
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__contImg img {
    border-radius: 8px;
  }
}

.p-shinnendoPoint .p-shinnendoPoint__contText {
  width: 78.6666666667vw;
  font-size: 3.7333333333vw;
  margin: 0 auto;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .p-shinnendoPoint .p-shinnendoPoint__contText {
    width: 47.3958333333%;
    font-size: 16px;
    margin: 0;
  }
}

.p-shinnendoReason {
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
  background-color: #dcf1ff;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.p-shinnendoReason.is-scrolled {
  background-color: #ffe6e6;
}

.p-shinnendoReason .p-shinnendoReason__title {
  font-size: 6.1333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__title {
    font-size: 33px;
    margin-bottom: 50px;
  }
}

.p-shinnendoReason .p-shinnendoReason__contentWrap {
  width: 97.3333333333vw;
  margin-left: 2.6666666667vw;
  padding: 13.3333333333vw 2.6666666667vw 13.3333333333vw 0;
  background-color: #fff;
  border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contentWrap {
    width: 88.8888888889%;
    margin-left: 11.1111111111%;
    padding: 60px 11.1111111111% 60px 0;
  }
}

.p-shinnendoReason .p-shinnendoReason__content {
  width: 89.3333333333vw;
  box-sizing: border-box;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__content {
    width: 85.7142857143%;
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.p-shinnendoReason .p-shinnendoReason__content:first-child {
  padding-bottom: 13.3333333333vw;
  border-bottom: solid 2px #1da1f2;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__content:first-child {
    padding-bottom: 60px;
  }
}

.p-shinnendoReason .p-shinnendoReason__contHead {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1;
  color: #1da1f2;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contHead {
    font-size: 16px;
  }
}

.p-shinnendoReason .p-shinnendoReason__contTitle {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 2.6666666667vw auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contTitle {
    font-size: 24px;
    line-height: 1.4;
    margin: 10px auto 40px;
  }
}

.p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::before,
.p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::after {
  height: 75%;
  border-left-width: 3px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::before,
  .p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::after {
    height: 90%;
    bottom: 0;
  }
}

.p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::before {
  left: -5.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::before {
    left: -29px;
  }
}

.p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::after {
  right: -5.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contTitle > .u-text__slash::after {
    right: -29px;
  }
}

.p-shinnendoReason .p-shinnendoReason__contWrap {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-shinnendoReason .p-shinnendoReason__contImg {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contImg {
    width: 47.3958333333%;
    margin-bottom: 0;
  }
}

.p-shinnendoReason .p-shinnendoReason__contImg img {
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contImg img {
    border-radius: 8px;
  }
}

.p-shinnendoReason .p-shinnendoReason__contText {
  width: 78.6666666667vw;
  font-size: 3.7333333333vw;
  margin: 0 auto;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__contText {
    width: 47.3958333333%;
    font-size: 16px;
    margin: 0;
  }
}

.p-shinnendoReason .p-shinnendoReason__content2 {
  width: 100vw;
  box-sizing: border-box;
  margin: 0 auto;
  margin-left: -2.6666666667vw;
  margin-right: -5.3333333333vw;
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__content2 {
    width: 58.9285714286%;
    max-width: 660px;
    margin: 0 auto;
    padding-left: 0;
  }
}

.p-shinnendoReason .p-shinnendoReason__cont2Arrow {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__cont2Arrow {
    width: 50%;
  }
}

.p-shinnendoReason .p-shinnendoReason__cont2Text {
  width: 78.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  color: #1da1f2;
  margin: 8vw auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoReason .p-shinnendoReason__cont2Text {
    width: 100%;
    font-size: 18px;
    margin: 40px auto;
  }
}

.p-shinnendoReason .p-shinnendoReason__cont2Img {
  width: 100%;
}

.p-shinnendoHowto {
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__title {
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1da1f2;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__content {
  width: 89.3333333333vw;
  margin: 0 auto 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__content {
    width: 100%;
    margin-bottom: 100px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__content:last-child {
  margin-bottom: 0;
}

.p-shinnendoHowto .p-shinnendoHowto__cntTitle {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #dcf1ff;
  margin-bottom: 8vw;
  padding: 4vw 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__cntTitle {
    font-size: 24px;
    margin-bottom: 40px;
    padding: 20px 0;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__cntText {
  width: 100%;
  font-size: 3.7333333333vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__cntText {
    width: 68.75%;
    max-width: 660px;
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__cntImg {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__cntImg {
    width: 47.9166666667%;
    max-width: 460px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__flow {
  width: 100%;
  box-sizing: border-box;
  padding: 8vw 8vw 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__flow {
    width: 65.625%;
    max-width: 630px;
    padding: 0;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__flowBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  margin-left: 4vw;
  padding-left: 6.6666666667vw;
  padding-bottom: 9.0666666667vw;
  border-left: solid 2px #1da1f2;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__flowBox {
    align-items: center;
    margin-left: 25px;
    padding-left: 50px;
    padding-bottom: 20px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__flowBox:last-child {
  padding-bottom: 0;
}

.p-shinnendoHowto .p-shinnendoHowto__flowIcon {
  position: absolute;
  box-sizing: border-box;
  width: 8vw;
  background-color: #fff;
  border: solid 2px #1da1f2;
  border-radius: 4vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 6.9333333333vw;
  color: #1da1f2;
  top: 0;
  left: -4vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__flowIcon {
    width: 50px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 46px;
    top: 0;
    left: -25px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__flowImg {
  width: 14.9333333333vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__flowImg {
    width: 100px;
    margin-right: 20px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__flowImg img {
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__flowImg img {
    border-radius: 5px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__flowTextWrap {
  width: 45.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__flowTextWrap {
    width: 428px;
  }
}

.p-shinnendoHowto .p-shinnendoHowto__flowText {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.8vw;
  font-weight: 700;
  color: #1da1f2;
  line-height: 1.4;
  letter-spacing: 0.005em;
  padding-bottom: 1.3333333333vw;
  margin-bottom: 0;
  border-bottom: solid 2px #1da1f2;
}
@media screen and (min-width: 768px) {
  .p-shinnendoHowto .p-shinnendoHowto__flowText {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 8px;
  }
}

.p-shinnendoVoice {
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
  background-color: #ebf7ff;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__title {
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__title {
    font-size: 32px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__subtext {
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #1da1f2;
  margin-top: 8vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__subtext {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__subtext.p-shinnendoVoice__subtext--parent {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice
    .p-shinnendoVoice__subtext.p-shinnendoVoice__subtext--parent {
    margin-top: 60px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__subtitle {
  position: relative;
  width: 32vw;
  margin: 0 auto 8vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background-color: #1da1f2;
  padding: 1.6vw 0;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__subtitle {
    width: 136px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1;
    padding: 10px 0;
    border-radius: 50px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__subtitle::after {
  content: "";
  position: absolute;
  bottom: -4vw;
  left: calc(50% - 1.6vw);
  width: 3.2vw;
  height: 4.2666666667vw;
  background-color: #1da1f2;
  border-radius: 0 0 1.6vw 1.6vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__subtitle::after {
    bottom: -15px;
    left: calc(50% - 6px);
    width: 12px;
    height: 16px;
    border-radius: 0 0 6px 6px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__subtitle--parent {
  width: 37.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__subtitle--parent {
    width: 160px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__content {
  display: block;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__card {
  width: 100%;
  box-sizing: border-box;
  padding: 5.0666666667vw 6.4vw;
  border: solid 1.6vw #c3e7ff;
  background-color: #fff;
  border-radius: 1.6vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__card {
    width: 31.25%;
    padding: 2.2916666667%;
    border-width: 8px;
    border-radius: 8px;
    margin-bottom: 0;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__card:last-child {
  margin-bottom: 0;
}

.p-shinnendoVoice .p-shinnendoVoice__prof {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-shinnendoVoice .p-shinnendoVoice__img {
  width: 18.6666666667vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__img {
    width: 70px;
    margin-right: 10px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__img img {
  border-radius: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__img img {
    border-radius: 35px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__name {
  font-size: 2.9333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__name {
    font-size: 11px;
  }
}

.p-shinnendoVoice .p-shinnendoVoice__coment {
  font-size: 3.4666666667vw;
  line-height: 1.75;
  margin-top: 2.6666666667vw;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoVoice .p-shinnendoVoice__coment {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-shinnendoFaq {
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__title {
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::before,
.p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::after {
  height: 60%;
  border-left-width: 3px;
  bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::before,
  .p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::after {
    height: 40%;
    bottom: 10px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::before {
  left: -7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::before {
    left: -28px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::after {
  right: -7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__title > .u-text__slash::after {
    right: -28px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__wrap {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__wrap {
    max-width: 660px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__block {
  background-color: #fff;
  border-radius: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  padding: 4vw 5.3333333333vw;
  background-color: #dcf1ff;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__block {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 40px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__block:last-of-type {
  margin-bottom: 0;
}

.p-shinnendoFaq .p-shinnendoFaq__Q {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-shinnendoFaq .p-shinnendoFaq__QHead {
  width: 6.4vw;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__QHead {
    width: 24px;
    height: 24px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__QHead img {
  vertical-align: top !important;
}

.p-shinnendoFaq .p-shinnendoFaq__QTxt {
  width: calc(100% - 10.1333333333vw);
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__QTxt {
    width: calc(100% - 38px);
  }
}

.p-shinnendoFaq .p-shinnendoFaq__QTxt > p {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-bottom: 0;
  line-break: strict;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__QTxt > p {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 20px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__QIcon {
  width: 3.7333333333vw;
  height: auto;
  transform: rotate(180deg);
  transition: 300ms;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__QIcon {
    width: 14px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__QIcon.is-active {
  transform: rotate(0);
}

.p-shinnendoFaq .p-shinnendoFaq__QIcon > img {
  vertical-align: baseline !important;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__QIcon > img {
    vertical-align: middle !important;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__AArea {
  margin-top: 4vw;
  padding: 4vw 0 0;
  border-top: solid 1px #1da1f2;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__AArea {
    margin-top: 15px;
    padding: 15px 0 0;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__ABox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__ABox {
    justify-content: flex-start;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__ABox > p {
  font-size: 3.7333333333vw;
  width: calc(100% - 6.4vw);
  padding-left: 4vw;
  margin-bottom: 0;
  line-break: strict;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__ABox > p {
    font-size: 15px;
    width: calc(100% - 24px);
    padding-left: 20px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__AHead {
  width: 6.4vw;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFaq .p-shinnendoFaq__AHead {
    width: 24px;
    height: 24px;
  }
}

.p-shinnendoFaq .p-shinnendoFaq__AHead img {
  vertical-align: top !important;
}

.p-shinnendoSchoolCta {
  width: 100%;
  margin: 0;
  padding: 13.3333333333vw 0;
  background-color: #ebf7ff;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta {
    padding: 50px 0;
  }
}

.p-shinnendoSchoolCta .p-shinnendoSchoolCta__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.6666666667vw;
  padding-bottom: 2.1333333333vw;
  border-bottom: solid 2px #000;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta .p-shinnendoSchoolCta__title {
    margin-bottom: 40px;
    padding-bottom: 8px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoSchoolCta__titleTxt {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta .p-shinnendoSchoolCta__titleTxt {
    font-size: 46px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoSchoolCta__titleTxt small {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta .p-shinnendoSchoolCta__titleTxt small {
    font-size: 32px;
  }
}

.p-shinnendoSchoolCta
  .p-shinnendoSchoolCta__titleTxt
  .p-shinnendoSchoolCta__titleTxt--num {
  color: #1da1f2;
  font-size: 14.4vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta
    .p-shinnendoSchoolCta__titleTxt
    .p-shinnendoSchoolCta__titleTxt--num {
    font-size: 93px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoSchoolCta__text {
  font-size: 4.8vw;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta .p-shinnendoSchoolCta__text {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__btnArea {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__btnArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 960px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__Taiken {
  width: 100%;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__Taiken {
    width: 48.9583333333%;
    margin-bottom: 0;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__Scool {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__Scool {
    width: 48.9583333333%;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn {
  position: relative;
  width: 96vw;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn {
    cursor: pointer;
  }
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn {
    width: 100%;
    max-width: 470px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn::after {
  z-index: 2;
  position: absolute;
  right: min(2.1333333333vw, 16px);
  bottom: 3px;
  width: 32.5%;
  max-width: 206px;
  padding-top: 25%;
  background: url("/img/footer_cta_form.png") bottom right no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn::after {
    right: 8px;
    width: 35%;
    max-width: 165px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn > a {
  display: block;
  position: relative;
  padding: min(6.4vw, 48px) min(5.3333333333vw, 40px) min(6.1333333333vw, 46px);
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background: #fff504;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn > a {
    padding: 40px 20px 38px 30px;
    border-radius: 8px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn > a > div {
  display: inline-block;
  z-index: 3;
  position: relative;
  padding-right: min(4vw, 30px);
  background: url("../img/cta_arrow_black.svg") no-repeat right center;
  background-size: min(1.8666666667vw, 14px) min(2.9333333333vw, 22px);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__TaikenBtn > a > div {
    padding-right: 15px;
    background-size: 7px 11px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__TaikenTit {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__TaikenTit {
    font-size: 21px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__ScoolBtn {
  width: 96vw;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__ScoolBtn {
    cursor: pointer;
  }
}
@media screen and (min-width: 960px) {
  .p-shinnendoSchoolCta .p-shinnendoCta__ScoolBtn {
    width: 100%;
    max-width: 470px;
  }
}

.p-shinnendoSchoolCta .p-shinnendoCta__ScoolBtn > a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p-shinnendoSchoolCta .p-shinnendoCta__ScoolBtn > a:hover {
  opacity: 0.7;
}

.p-shinnendoSchoolCta .p-shinnendoCta__ScoolBtn > a img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.p-shinnendoSchoolCta .p-shinnendoSchoolCta__linkWrap {
  margin-top: 6.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta .p-shinnendoSchoolCta__linkWrap {
    margin-top: 30px;
  }
}

.p-shinnendoSchoolCta
  .p-shinnendoSchoolCta__linkWrap
  .p-shinnendoSchoolCta__link {
  font-size: 4vw;
  color: #000;
  padding-right: 2.6666666667vw;
  padding-bottom: 1.3333333333vw;
  line-height: 1;
  border-bottom: solid 1px #000;
  background: url(../img/cta_arrow_black.svg) no-repeat right 3.5px;
  background-size: 1.3333333333vw 2.1333333333vw;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSchoolCta
    .p-shinnendoSchoolCta__linkWrap
    .p-shinnendoSchoolCta__link {
    font-size: 18px;
    padding-right: 15px;
    padding-bottom: 8px;
    background-size: 7px 11px;
  }
}

.p-shinnendoSecrets {
  position: relative;
  padding-top: 21.3333333333vw;
  padding-bottom: 16vw;
  background-color: #ebf7ff;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.p-shinnendoSecrets::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 196vw;
  background: #fff;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets::before {
    height: 1080px;
  }
}

.p-shinnendoSecrets .p-shinnendoSecrets__inner {
  position: relative;
}

.p-shinnendoSecrets .p-shinnendoSecrets__subtitle {
  display: block;
  font-size: 4.8vw;
  font-weight: 700;
  color: #1da1f2;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets .p-shinnendoSecrets__subtitle {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.p-shinnendoSecrets .p-shinnendoSecrets__title {
  display: block;
  font-size: 6.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets .p-shinnendoSecrets__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.p-shinnendoSecrets .p-shinnendoSecrets__lead {
  width: 73.3333333333vw;
  font-size: 4vw;
  line-height: 2;
  margin: 0 auto;
  padding-bottom: 10.6666666667vw;
  border-bottom: solid 3px #c3e7ff;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets .p-shinnendoSecrets__lead {
    max-width: 660px;
    font-size: 18px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-shinnendoSecrets .p-shinnendoSecrets__secretTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 21.3333333333vw auto 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets .p-shinnendoSecrets__secretTitle {
    margin: 120px auto 40px;
  }
}

.p-shinnendoSecrets
  .p-shinnendoSecrets__secretTitle
  .p-shinnendoSecrets__secretTitle--head {
  color: #1da1f2;
  line-height: 1.4;
  font-size: 6.9333333333vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets
    .p-shinnendoSecrets__secretTitle
    .p-shinnendoSecrets__secretTitle--head {
    font-size: 46px;
  }
}
@media screen and (min-width: 952px) {
  .p-shinnendoSecrets
    .p-shinnendoSecrets__secretTitle
    .p-shinnendoSecrets__secretTitle--head {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1060px) {
  .p-shinnendoSecrets
    .p-shinnendoSecrets__secretTitle
    .p-shinnendoSecrets__secretTitle--head {
    line-height: 1;
  }
}

.p-shinnendoSecrets
  .p-shinnendoSecrets__secretTitle
  .p-shinnendoSecrets__secretTitle--head
  small {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets
    .p-shinnendoSecrets__secretTitle
    .p-shinnendoSecrets__secretTitle--head
    small {
    font-size: 31px;
  }
}

.p-shinnendoSecrets
  .p-shinnendoSecrets__secretTitle
  .p-shinnendoSecrets__secretTitle--head
  .p-shinnendoSecrets__secretTitle--black {
  color: #000;
}

.p-shinnendoSecrets
  .p-shinnendoSecrets__secretTitle
  .p-shinnendoSecrets__secretTitle--head
  .p-shinnendoSecrets__secretTitle--sub {
  display: block;
  font-size: 6.1333333333vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets
    .p-shinnendoSecrets__secretTitle
    .p-shinnendoSecrets__secretTitle--head
    .p-shinnendoSecrets__secretTitle--sub {
    font-size: 33px;
    margin-top: 50px;
  }
}

.p-shinnendoSecrets
  .p-shinnendoSecrets__secretTitle
  .p-shinnendoSecrets__secretTitle--head
  .break {
  display: block;
}
@media screen and (min-width: 1060px) {
  .p-shinnendoSecrets
    .p-shinnendoSecrets__secretTitle
    .p-shinnendoSecrets__secretTitle--head
    .break {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-shinnendoSecrets .p-shinnendoSecrets__secretTitle > span {
    position: relative;
    height: 3px;
    background: #1da1f2;
    top: -40px;
    width: 70px;
  }
}

.p-shinnendoSecrets .p-shinnendoSecrets__secretTitle > span:nth-of-type(1) {
  margin-right: 15px;
  margin-left: auto;
}

.p-shinnendoSecrets .p-shinnendoSecrets__secretTitle > span:nth-of-type(2) {
  margin-right: auto;
  margin-left: 15px;
}

.c-SPfloatCta {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 171px;
  }
}

.p-shinnendoFloatCta {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 24.2666666667vw;
  z-index: 99998;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 768px) {
  .p-shinnendoFloatCta {
    height: 121px;
  }
}

.p-shinnendoFloatCta.show {
  opacity: 1;
  visibility: visible;
}

.p-shinnendoFloatCta .p-shinnendoFloatCta__textWrap {
  width: 85.0666666667vw;
  margin-top: 2.1333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFloatCta .p-shinnendoFloatCta__textWrap {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 7px;
  }
}

.p-shinnendoFloatCta .p-shinnendoFloatCta__text {
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFloatCta .p-shinnendoFloatCta__text {
    font-size: 16px;
  }
}

.p-shinnendoFloatCta .p-shinnendoFloatCta__text .u-text__slash::before,
.p-shinnendoFloatCta .p-shinnendoFloatCta__text .u-text__slash::after {
  border-left-width: 1px;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFloatCta .p-shinnendoFloatCta__text .u-text__slash::before,
  .p-shinnendoFloatCta .p-shinnendoFloatCta__text .u-text__slash::after {
    border-left-width: 1px;
  }
}

.p-shinnendoFloatCta .p-shinnendoFloatCta__btn {
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff504;
  color: #000;
  margin-left: 4vw;
  padding: 4.4vw 0;
  width: 77.0666666667vw;
  max-width: 900px;
  border-radius: 7.2vw;
  border: solid #fff 0.8vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFloatCta .p-shinnendoFloatCta__btn {
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0;
    width: 62.5%;
    border-radius: 40px;
    border-width: 3px;
    font-size: 24px;
  }
}

.p-shinnendoFloatCta .p-shinnendoFloatCta__btn::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.9)
  );
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation-name: shine-run;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

.p-shinnendoFloatCta .p-shinnendoFloatCta__btn::after {
  position: absolute;
  content: "";
  width: 1.8666666667vw;
  height: 2.9333333333vw;
  right: 5.3333333333vw;
  top: calc(50% - 1.4666666667vw);
  background: url(../img/cta_arrow_black.svg) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-shinnendoFloatCta .p-shinnendoFloatCta__btn::after {
    width: 12px;
    height: 18px;
    right: 20px;
    top: calc(50% - 9px);
  }
}

.c-CtaBtn__hov:hover > a {
  opacity: 1;
}

.c-CtaBtn__hov:hover > a::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.c-CtaBtn__hov > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}

.u-display__block--960 {
  display: block;
}
@media screen and (min-width: 960px) {
  .u-display__block--960 {
    display: none;
  }
}

.u-text__bold {
  font-weight: 700;
}

.u-text__mid {
  font-weight: 500;
}

.u-text__cyan {
  color: #1da1f2;
}

.u-text__yellow {
  color: #fff504;
}

.u-text__pink {
  color: #f99;
}

.u-text__black {
  color: #000;
}

.u-add_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-add_sp {
    display: inline;
  }
}

.u-ub__cyan {
  border-bottom: solid 1px #1da1f2;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .u-ub__cyan {
    padding-bottom: 4px;
  }
}

.u-ub__pink {
  border-bottom: solid 1px #f99;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .u-ub__pink {
    padding-bottom: 4px;
  }
}

.u-ub__black {
  border-bottom: solid 1px #000;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .u-ub__black {
    padding-bottom: 4px;
  }
}

.u-marker__yellow {
  padding-bottom: 2px;
  background: linear-gradient(
    transparent 40%,
    #fff504 40%,
    #fff504 95%,
    transparent 95%
  );
}

.u-dot__cyan {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.5em;
  background-position: top left;
  background-repeat: repeat-x;
  background-image: url(../img/u-dot_cyan.svg);
  background-size: 1em 0.15em;
}

.u-text__slash {
  display: inline-block;
  position: relative;
  text-align: center;
}

.u-text__slash::before {
  position: absolute;
  bottom: -5%;
  left: -0.75em;
  content: "";
  height: 110%;
  border-left: solid 1.5px #000;
  transform: rotate(-25deg);
}

.u-text__slash::after {
  position: absolute;
  bottom: -5%;
  right: -0.75em;
  content: "";
  height: 110%;
  border-left: solid 1.5px #000;
  transform: rotate(25deg);
}

.u-text__slash.u-text__slash--cyan::before,
.u-text__slash.u-text__slash--cyan::after {
  border-left-color: #1da1f2;
}

.u-text__slash.u-text__slash--white::before,
.u-text__slash.u-text__slash--white::after {
  border-left-color: #fff;
}

.u-text__slash.u-text__slash--yellow::before,
.u-text__slash.u-text__slash--yellow::after {
  border-left-color: #fff504;
}
@keyframes wipe-animation1 {
  0%,
  10% {
    clip-path: inset(0 0 0 0);
  }

  10%,
  49.9% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0 0 0 100%);
  }

  50%,
  60% {
    clip-path: inset(0 0 0 100%);
  }

  60%,
  99.9% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes wipe-animation2 {
  0%,
  10% {
    clip-path: inset(0 0 0 100%);
  }

  10%,
  49.9% {
    clip-path: inset(0 0 0 0);
  }

  50% {
    clip-path: inset(0 0 0 0);
  }

  50%,
  60% {
    clip-path: inset(0 0 0 0);
  }

  60%,
  99.9% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-item--delay {
  transition-delay: 0.5s;
}

.fade-in-item--delay-2 {
  transition-delay: 0.9s;
}

.draw-underline-container .draw-underline {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.draw-underline-container .draw-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.3333333333vw;
  width: 0;
  height: 3px;
  background-color: #f99;
  transition: width 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .draw-underline-container .draw-underline::after {
    bottom: -5px;
  }
}

.draw-underline-container .draw-underline--delay::after {
  transition-delay: 0.5s;
}

.draw-underline-container.visible .draw-underline::after {
  width: 100%;
}
@keyframes shine-run {
  0%,
  40% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }

  75% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }

  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
