@font-face {
  font-family: "GenEi POPle Pw";
  src: url("../fonts/GenEiPOPlePw-Bk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hanatotyoutyo";
  src: url("../fonts/hanatotyoutyo.woff2") format("woff2"), url("../fonts/hanatotyoutyo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #141a18;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    max-width: 375px;
    margin: 0 auto;
    background-color: #feebf1;
  }
}

main {
  position: relative;
  background-color: #f8c7da;
}

.pc-bg {
  display: none;
}
@media (min-width: 768px) {
  .pc-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    height: 100%;
    background-image: url("../img/pc-bg.png");
    background-size: 1440px auto;
    background-position: top center;
    background-repeat: repeat-y;
    z-index: -1;
    pointer-events: none;
  }
}

.pc-menu {
  display: none;
}
@media (min-width: 1177px) {
  .pc-menu {
    display: block;
    position: fixed;
    top: 23%;
    left: 50%;
    margin-left: 301px;
    width: 276px;
    height: 337px;
    background-image: url("../img/pc-menu-bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .pc-menu__title {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-family: "GenEi POPle Pw";
    text-align: center;
    width: 161px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    border: 1px solid #141a18;
    background: #f45c96;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc-menu__list {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 32px;
    margin-top: 62px;
  }
  .pc-menu__item a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .pc-menu__item a::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -28px;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pc-menu__item a.menu-design::before {
    background-image: url("../img/menu-icon-1.png");
  }
  .pc-menu__item a.menu-example::before {
    background-image: url("../img/menu-icon-2.png");
  }
  .pc-menu__item a.menu-difference::before {
    background-image: url("../img/menu-icon-3.png");
  }
  .pc-menu__item a.menu-flow::before {
    background-image: url("../img/menu-icon-4.png");
  }
  .pc-menu__item a.menu-question::before {
    background-image: url("../img/menu-icon-5.png");
  }
  .pc-menu__item a:hover {
    opacity: 0.6;
  }
}

.fv {
  position: relative;
  width: 100%;
  background-image: url("../img/fv/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
}
.fv__title {
  position: relative;
}
.fv__title--wrap {
  position: absolute;
  z-index: 1;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67%;
}
.fv__title--top {
  color: #ffffff;
  text-shadow: 6px 6px 0 #f684ab;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #141a18;
  font-family: "GenEi POPle Pw";
  font-size: clamp(60px, 16vw, 123px);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (min-width: 768px) {
  .fv__title--top {
    font-size: 60px;
  }
}
.fv__title--top span {
  color: #ffffff;
  font-family: "GenEi POPle Pw";
  font-size: clamp(40px, 10.67vw, 82px);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (min-width: 768px) {
  .fv__title--top span {
    font-size: 40px;
  }
}
.fv__title--bottom {
  color: #f45c96;
  text-shadow: 6px 6px 0 #f8c7da;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-family: "GenEi POPle Pw";
  font-size: clamp(72px, 19.2vw, 148px);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (min-width: 768px) {
  .fv__title--bottom {
    font-size: 72px;
  }
}
.fv__title--bg {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fv__btn {
  display: block;
  width: 320px;
  margin: 20px auto 0;
}
.fv__btn img {
  width: 100%;
  height: 100%;
}
.fv__btn:hover {
  opacity: 0.6;
}

.design-wrapper {
  overflow-x: clip;
  background-color: #f8c7da;
  position: relative;
  z-index: 1;
}

.design {
  margin-top: 45px;
  padding-bottom: 23px;
  margin-bottom: 12.8vw;
  background-image: url("../img/design/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .design {
    margin-bottom: 47px;
  }
}
.design::after {
  content: "";
  position: absolute;
  bottom: -12.8vw;
  left: 0;
  width: 100%;
  width: 100%;
  aspect-ratio: 750/96;
  background-image: url("../img/design/bg-bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}
@media (min-width: 768px) {
  .design::after {
    bottom: -47px;
  }
}
.design__title {
  padding-top: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 #141a18;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #141a18;
  font-family: "GenEi POPle Pw";
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.52px;
}
.design__title span:nth-of-type(1) {
  font-size: 2.6rem;
}
.design__title span:nth-of-type(2) {
  font-size: 3.2rem;
  color: #f45c96;
  letter-spacing: 1.36px;
}
.design__title span:nth-of-type(3) {
  font-size: 3.2rem;
  letter-spacing: 1.36px;
}
.design__left-line {
  position: absolute;
  top: -8px;
  left: -14px;
  display: block;
  width: 93px;
  height: 159px;
}
.design__right-line {
  position: absolute;
  top: -13px;
  right: -50px;
  display: block;
  width: 111px;
  height: 93px;
}
.design__article--wrap {
  position: relative;
}
.design__white-left {
  position: absolute;
  top: -9px;
  left: 0;
  display: block;
  width: 38px;
  height: 82px;
}
.design__green-right {
  position: absolute;
  top: -67px;
  right: 0px;
  display: block;
  width: 46px;
  height: 81px;
  z-index: 1;
}
.design__article {
  background-image: url("../img/design/article/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 315px;
  height: 350px;
  margin: 40px auto 0;
  position: relative;
}
.design__article:first-of-type {
  margin-top: 53px;
}
.design__article h3 {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 50px;
  border: 1px solid #141a18;
  background: #52aed5;
  width: 247px;
  height: 39px;
  color: #ffffff;
  text-align: center;
  font-family: "GenEi POPle Pw";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
}
.design__article.soccer h3 {
  background: #52aed5;
}
.design__article.gritter h3 {
  background: #6dcbbb;
}
.design__article.original h3 {
  background: #ab8ece;
}
.design__article--img--top {
  position: absolute;
  top: 37px;
  left: 30px;
  display: block;
  width: 122px;
  height: 122px;
}
.design__article--img--bottom {
  position: absolute;
  top: 81px;
  left: 163px;
  display: block;
  width: 122px;
  height: 122px;
}
.design__article--text--wrap {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 259px;
  height: 104px;
  background-image: url("../img/design/article/1-hukidashi.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.design__article--text--wrap p {
  text-align: center;
  font-size: 1.4rem;
}
.design__article.soccer .design__article--text--wrap {
  background-image: url("../img/design/article/1-hukidashi.png");
}
.design__article.soccer .design__article--text--wrap p {
  padding: 32px 16px 12px 12px;
}
.design__article.gritter .design__article--text--wrap {
  background-image: url("../img/design/article/2-hukidashi.png");
}
.design__article.gritter .design__article--text--wrap p {
  padding: 32px 16px 12px 12px;
}
.design__article.original .design__article--text--wrap {
  background-image: url("../img/design/article/3-hukidashi.png");
}
.design__article.original .design__article--text--wrap p {
  padding: 26px 16px 12px 12px;
}
.design__btn {
  display: block;
  width: 256px;
  margin: 32px auto 0;
}
.design__btn img {
  width: 100%;
  height: 100%;
}
.design__btn:hover {
  opacity: 0.6;
}

.example {
  position: relative;
  padding-bottom: 113px;
  width: 100%;
  height: 100%;
}
.example::before {
  content: "";
  position: absolute;
  top: -12.8vw;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/example/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
}
@media (min-width: 768px) {
  .example::before {
    top: -47px;
  }
}
.example__star-left {
  position: absolute;
  top: 79px;
  left: 14px;
  width: 66px;
  height: 61px;
  z-index: 2;
}
.example__star-right {
  position: absolute;
  top: -25px;
  right: 25px;
  width: 43px;
  height: 44px;
  z-index: 2;
}
.example__title {
  padding-top: 25px;
  color: #fff;
  text-align: center;
  font-family: "GenEi POPle Pw";
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.52px;
  text-shadow: 2px 2px 0 #141a18;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141a18;
  position: relative;
  z-index: 1;
}
.example__subtitle {
  color: #f45c96;
  text-align: center;
  font-family: "GenEi POPle Pw";
  font-size: 1.6rem;
  margin-top: 13px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.example__swiper {
  position: relative;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.example__swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: flex-start;
}
.example__swiper .swiper-slide {
  width: auto;
}
.example__swiper--item {
  position: relative;
}
.example__swiper--item.insta1 {
  margin-top: 10px;
  width: 185px;
  height: 225px;
}
.example__swiper--item.insta1 img {
  width: 100%;
  height: 100%;
}
.example__swiper--item.insta2 {
  margin-top: 20px;
  width: 189px;
  height: 179px;
}
.example__swiper--item.insta2 img {
  width: 100%;
  height: 100%;
}
.example__swiper--item.insta3 {
  margin-top: 34px;
  width: 185px;
  height: 175px;
}
.example__swiper--item.insta3 img {
  width: 100%;
  height: 100%;
}
.example__swiper--item.hukidashi1 {
  margin-top: 39px;
  width: 210px;
  height: 211px;
  position: relative;
}
.example__swiper--item.hukidashi1 p {
  width: 153px;
  height: 90px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #141a18;
  margin: 0 auto;
  padding-top: 51px;
}
.example__swiper--item.hukidashi1 img {
  width: 210px;
  height: 211px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.example__swiper--item.hukidashi2 {
  margin-top: 50px;
  width: 210px;
  height: 90px;
  position: relative;
}
.example__swiper--item.hukidashi2 p {
  width: 153px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #141a18;
  margin: 0 auto;
  padding-top: 15px;
}
.example__swiper--item.hukidashi2 img {
  width: 210px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.example__swiper--item.hukidashi3 {
  margin-top: 15px;
  width: 224px;
  height: 198px;
  position: relative;
}
.example__swiper--item.hukidashi3 p {
  width: 127px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #141a18;
  margin: 0 auto;
  padding-top: 61px;
}
.example__swiper--item.hukidashi3 img {
  width: 224px;
  height: 198px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.example__line {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 376px;
  height: 87px;
  z-index: 10;
}

.difference {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
  background-image: url("../img/difference/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}
.difference::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 53%;
  transform: translateX(-50%);
  width: 353px;
  height: 52px;
  background-image: url("../img/difference/bottom-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}
@media (min-width: 470px) {
  .difference::before {
    left: 50%;
    width: 100%;
    background-repeat: repeat-x;
  }
}
@media (min-width: 768px) {
  .difference::before {
    left: 53%;
    width: 353px;
    background-repeat: no-repeat;
  }
}
.difference__title {
  margin: 0 auto;
  width: 242px;
  color: #ffffff;
  text-align: center;
  font-family: "GenEi POPle Pw";
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.52px;
  text-shadow: 2px 3px 0 #141a18;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #141a18;
  position: relative;
}
.difference__title::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 177px;
  background-image: url("../img/difference/title-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.difference__figure {
  margin: 57px 21px 0;
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.difference__figure img {
  display: block;
  width: 482px;
  height: 664px;
  margin: 0 auto;
}
.difference__btn {
  display: block;
  width: 322px;
  margin: 50px auto 0;
}
.difference__btn img {
  width: 100%;
  height: 100%;
}
.difference__btn:hover {
  opacity: 0.6;
}

.flow {
  position: relative;
  padding-top: 65px;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  position: relative;
}
.flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/405;
  background-image: url("../img/flow/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.flow__title {
  margin: 0 auto;
  width: 300px;
  color: #ffffff;
  text-align: center;
  font-family: "GenEi POPle Pw";
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.22px;
  text-shadow: 2px 3px 0 #141a18;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141a18;
  position: relative;
}
.flow__title span {
  font-size: 5rem;
  color: #f45c96;
}
.flow__title::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 212px;
  height: 51px;
  background-image: url("../img/flow/title-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flow__article {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 335px;
  height: 120px;
  margin: 35px auto 0;
  position: relative;
  z-index: 1;
}
.flow__article:first-of-type {
  margin-top: 56px;
}
.flow__article.first {
  background-image: url("../img/flow/1.png");
}
.flow__article.second {
  background-image: url("../img/flow/2.png");
  height: 144px;
}
.flow__article.third {
  background-image: url("../img/flow/3.png");
  height: 144px;
}
.flow__article.fourth {
  background-image: url("../img/flow/4.png");
}
.flow__article::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 15px;
  background-image: url("../img/flow/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flow__article:last-of-type::after {
  display: none;
}
.flow__article--title {
  position: absolute;
  top: 13px;
  left: 98px;
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141a18;
  font-family: "GenEi POPle Pw";
  font-size: 2rem;
  font-weight: 700;
  width: 220px;
}
.flow__article--text {
  position: absolute;
  top: 62px;
  left: 98px;
  width: 220px;
  font-size: 1.6rem;
}
.flow__article.second .flow__article--text {
  top: 84px;
}
.flow__article.third .flow__article--text {
  top: 84px;
}

.question {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  background: #feebf1;
}
.question__title {
  margin: 0 auto;
  width: 300px;
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 3px 0 #141a18;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141a18;
  font-family: "GenEi POPle Pw";
  font-size: 3.2rem;
  font-weight: 900;
}
.question__article {
  border-radius: 5px;
  border: 1px solid #141a18;
  background: #ffffff;
  box-shadow: 2px 2px 0 0 #141a18;
  width: 335px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
.question__article::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 32px;
  height: 32px;
  background-image: url("../img/question/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.question__article::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 16px;
  width: 16px;
  height: 8px;
  background-image: url("../img/question/black-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.question__article.is-open::after {
  transform: rotate(180deg);
}
.question__article--title {
  padding: 21px 0;
  margin-left: 59px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 223px;
}
.question__article--text {
  margin-left: 24px;
  margin-right: 24px;
  line-height: 1.3;
  font-size: 1.6rem;
  padding-top: 13px;
  padding-bottom: 29px;
  display: none;
}
.is-open .question__article--text {
  display: block;
}
.question__btn {
  display: block;
  width: 322px;
  margin: 37px auto 0;
}
.question__btn img {
  width: 100%;
  height: 100%;
}
.question__btn:hover {
  opacity: 0.6;
}

.footer {
  position: relative;
  padding-top: 51px;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
  background: #ed83aa;
}
.footer__title {
  margin: 0 auto;
  width: 120px;
  color: #ffffff;
  text-align: center;
  font-family: "GenEi POPle Pw";
  font-size: 3.2rem;
  font-weight: 900;
  left: 22px;
  position: relative;
}
.footer__title::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  width: 83px;
  height: 83px;
  background-image: url("../img/footer/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  gap: 10px;
}
.footer__sns--item a {
  display: block;
  width: 60px;
  height: 60px;
}
.footer__sns--item a img {
  width: 100%;
  height: 100%;
}
.footer__sns--item a:hover {
  opacity: 0.6;
}
.footer__nav {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  margin-top: 36px;
  gap: 16px;
}
.footer__nav--item a {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.footer__nav--item a:hover {
  opacity: 0.6;
}
.footer__btn--wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 278px;
  margin: 43px auto 0;
}
.footer__btn {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__btn .hover {
  display: none;
}
.footer__btn:hover .default {
  display: none;
}
.footer__btn:hover .hover {
  display: block;
}
.footer__btn img {
  width: 100%;
  height: 100%;
}
.footer__law {
  display: block;
  width: 238px;
  margin: 41px auto 0;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: underline;
  position: relative;
  left: -9px;
}
.footer__law::before {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: -25px;
  width: 14px;
  height: 14px;
  background-image: url("../img/footer/blank.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__law:hover {
  opacity: 0.6;
}
.footer__copyright {
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 33px;
}

/*# sourceMappingURL=styles.css.map */
