html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-image: url(../images/bg_gra_pc.jpg);
  background-blend-mode: lighten;
  transition: background-color 0.2ms linear;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4E4E4E;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

header {
  position: absolute;
  z-index: 5;
}

.logo {
  width: 124px;
  height: 26px;
  margin: 20px;
}
@media screen and (max-width: 520px) {
  .logo {
    width: 104px;
    height: 26px;
    margin: 16px;
  }
}
.logo a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.bgimg {
  position: relative;
  z-index: -1;
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .bgimg {
    display: none;
  }
}
.bgimg00 {
  position: absolute;
  top: 500px;
  right: 0px;
}
.bgimg01 {
  position: absolute;
  top: 1550px;
  right: 0px;
}
.bgimg02 {
  position: absolute;
  left: 0;
  top: 950px;
}
.bgimg03 {
  position: absolute;
  left: 0;
  top: 1800px;
}
.bgimg04 {
  position: absolute;
  right: 0;
  top: 2550px;
}
.bgimg05 {
  position: absolute;
  top: 3600px;
  right: 0px;
}
.bgimg06 {
  position: absolute;
  left: 0;
  top: 2650px;
}
.bgimg07 {
  position: absolute;
  left: 0;
  top: 3950px;
}
.bgimg08 {
  position: absolute;
  right: 0;
  top: 4800px;
}

.main {
  max-width: 1520px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: url(../images/kv_illust_none1.png) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .main {
    height: 50vw;
    background: url(../images/kv_illust_none1.png) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 520px) {
  .main {
    width: 100%;
    height: 800px;
    background: url(../images/kv_illust_sp_none1.png) no-repeat;
    background-size: 100%;
    background-position-y: 30px;
  }
}
.mainSection {
  max-width: 80%;
  display: block;
  position: absolute;
  top: 55%;
  right: 4%;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .mainSection {
    max-width: 70%;
    top: 65%;
    right: 0;
  }
}
@media screen and (max-width: 520px) {
  .mainSection {
    max-width: 100%;
    top: 65%;
  }
}
.mainSectionTitle {
  width: 762px;
  height: 216px;
  text-indent: -9999px;
}
@media screen and (max-width: 960px) {
  .mainSectionTitle {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .mainSectionTitle {
    width: 90%;
    height: auto;
    margin: 0px auto -20px auto;
  }
}
.mainSectionSelect {
  width: 600px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .mainSectionSelect {
    width: 396px;
  }
}
@media screen and (max-width: 520px) {
  .mainSectionSelect {
    display: block;
    max-width: 320px;
  }
}
.mainSectionSelect a {
  display: flex;
  border-radius: 100px;
  padding: 20px 32px;
  width: 220px;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: left;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
@media screen and (max-width: 960px) {
  .mainSectionSelect a {
    font-size: 14px;
    padding: 14px 16px;
    width: 150px;
  }
}
@media screen and (max-width: 520px) {
  .mainSectionSelect a {
    margin: 20px auto;
    font-size: 18px;
    padding: 12px 30px;
    width: 220px;
  }
}
.mainSectionSelect a div {
  max-width: 220px;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .mainSectionSelect a div {
    font-size: 10px;
  }
}
.mainSectionSns {
  display: flex;
  margin: 20px auto;
  max-width: 120px;
}
@media screen and (max-width: 520px) {
  .mainSectionSns {
    margin: 0 auto;
  }
}
.mainSectionSns a {
  margin: 0 10px;
}
.mainSectionScroll {
  width: 100px;
  position: relative;
  margin: 30px auto;
}
@media screen and (max-width: 520px) {
  .mainSectionScroll {
    margin: 20px auto;
  }
}
.mainSectionScrollText {
  text-shadow: 0px 0px 6px #D99ECD, 0px 0px 6px #D99ECD;
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 4px;
}
@media screen and (max-width: 520px) {
  .mainSectionScrollText {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.mainSectionScrollBorder {
  position: absolute;
  left: 50px;
  background: #ffffff;
  width: 2px;
  height: 100%;
  box-shadow: 0px 0px 4px #D99ECD, 0px 0px 4px #D99ECD;
}
@media screen and (max-width: 520px) {
  .mainSectionScrollBorder {
    height: 80%;
  }
}

.fuwaAnime01 {
  animation: fuwaAnime01 3s infinite ease-in-out 0.8s alternate;
  display: inline-block;
  position: absolute;
  transition: 1.5s ease-in-out;
  width: 38%;
  max-width: 580px;
  height: 355px;
  top: 40%;
  left: 2%;
}
@media screen and (max-width: 960px) {
  .fuwaAnime01 {
    top: 50%;
  }
}
@media screen and (max-width: 520px) {
  .fuwaAnime01 {
    width: 88%;
    top: 18%;
    left: 4%;
  }
}

@keyframes fuwaAnime01 {
  0% {
    transform: translate(0, 0) rotate(-4deg);
  }
  50% {
    transform: translate(0, -4px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(4deg);
  }
}
.fuwaAnime02 {
  animation: fuwaAnime02 3s infinite ease-in-out 0.8s alternate;
  display: inline-block;
  position: absolute;
  transition: 1.5s ease-in-out;
  width: 30%;
  max-width: 506px;
  height: 355px;
  top: 45%;
  left: 7%;
}
@media screen and (max-width: 960px) {
  .fuwaAnime02 {
    top: 55%;
  }
}
@media screen and (max-width: 520px) {
  .fuwaAnime02 {
    width: 86%;
    top: 20%;
    left: 4%;
  }
}

@keyframes fuwaAnime02 {
  0% {
    transform: translate(0, 0) rotate(3deg);
  }
  50% {
    transform: translate(-3px, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-3deg);
  }
}
.about {
  margin: 60px auto;
  width: 1070px;
}
@media screen and (max-width: 960px) {
  .about {
    width: 100%;
    margin: 100px auto 60px auto;
  }
}
@media screen and (max-width: 520px) {
  .about {
    height: 1400px;
    margin: 0px auto 60px auto;
  }
}
.aboutMessage {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .aboutMessage {
    width: 90%;
    margin: 0 auto 50px auto;
  }
}
.aboutMessage img {
  margin: 0 auto;
  width: 68px;
}
.aboutMessage span {
  font-size: 32px;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 520px) {
  .aboutMessage span {
    font-size: 24px;
  }
}
.aboutMessage p {
  line-height: 1.6em;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .aboutMessage p {
    font-size: 14px;
  }
}
.aboutRelationship {
  width: 1070px;
  overflow: hidden;
  display: inline-flex;
}
@media screen and (max-width: 960px) {
  .aboutRelationship {
    width: 564px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .aboutRelationship {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.aboutRelationshipCreator {
  width: 564px;
  height: 564px;
  background: url(../images/creator_circle.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: -30px;
}
@media screen and (max-width: 960px) {
  .aboutRelationshipCreator {
    margin-right: 0;
  }
}
@media screen and (max-width: 520px) {
  .aboutRelationshipCreator {
    width: 100%;
    padding: 40px 0;
    background-position: center;
    background-size: 150% 150%;
  }
}
@media screen and (max-width: 400px) {
  .aboutRelationshipCreator {
    width: 100%;
    padding: 20px 0;
    background-position: center;
    background-size: 150% 150%;
  }
}
.aboutRelationshipCreator span.RelationshipTitle {
  font-size: 70px;
  font-weight: 800;
  margin: 30px 0 0 30px;
}
@media screen and (max-width: 520px) {
  .aboutRelationshipCreator span.RelationshipTitle {
    width: 100%;
    text-align: center;
    font-size: 50px;
    margin: 50px 0 0 0;
  }
}
.aboutRelationshipCreator img {
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
.aboutRelationshipCreator p {
  width: 340px;
  overflow: hidden;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .aboutRelationshipCreator p {
    width: 75%;
  }
}
.aboutRelationshipSupport {
  width: 564px;
  height: 564px;
  background: url(../images/support_circle.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -30px;
}
@media screen and (max-width: 960px) {
  .aboutRelationshipSupport {
    margin-top: -50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .aboutRelationshipSupport {
    width: 100%;
    padding: 40px 0;
    background-position: center;
    background-size: 150% 150%;
    margin-top: -80px;
  }
}
@media screen and (max-width: 400px) {
  .aboutRelationshipSupport {
    width: 100%;
    padding: 20px 0;
    background-position: center;
    background-size: 150% 150%;
  }
}
.aboutRelationshipSupport span.RelationshipTitle {
  font-size: 70px;
  font-weight: 800;
  margin: 30px 0 0 30px;
}
@media screen and (max-width: 520px) {
  .aboutRelationshipSupport span.RelationshipTitle {
    width: 100%;
    text-align: center;
    font-size: 50px;
    margin: 90px 0 0 0;
  }
}
.aboutRelationshipSupport img {
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
.aboutRelationshipSupport p {
  width: 340px;
  overflow: hidden;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .aboutRelationshipSupport p {
    width: 75%;
  }
}

.contents {
  width: 888px;
  margin: 100px auto;
}
@media screen and (max-width: 960px) {
  .contents {
    width: 84%;
  }
}
@media screen and (max-width: 960px) {
  .contents {
    width: 84%;
  }
}
.contentsTitle {
  width: 100%;
  font-size: 32px;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 520px) {
  .contentsTitle {
    font-size: 24px;
  }
}
.contentsPoint {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  .contentsPoint {
    margin-top: 0;
  }
}
.contentsPointBox {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 520px) {
  .contentsPointBox {
    display: block;
    margin-top: 40px;
  }
}
.contentsPointBox img {
  width: 210px;
  height: 210px;
  margin-right: 32px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .contentsPointBox img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
  }
}
.contentsPointBoxDetail {
  width: 646px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .contentsPointBoxDetail {
    width: 100%;
    display: block;
  }
}
.contentsPointBoxDetailTitlecreator {
  width: 100%;
  height: 70px;
  position: relative;
  padding-bottom: 16px;
  font-size: 24px;
  border-bottom: solid;
  border-image: linear-gradient(to right, #C2E1F1 0%, #F2DAFE 100%) 1/0 0 10px 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .contentsPointBoxDetailTitlecreator {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .contentsPointBoxDetailTitlecreator {
    height: 36px;
  }
}
.contentsPointBoxDetailTitlecreatorNumber {
  display: block;
  z-index: -2;
  position: absolute;
  bottom: -10px;
  left: -10px;
  font-size: 70px;
  font-weight: 800;
  background-image: linear-gradient(135deg, #C2E1F1, #F2DAFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contentsPointBoxDetailTitlesupport {
  width: 100%;
  height: 70px;
  position: relative;
  padding-bottom: 16px;
  font-size: 24px;
  border-bottom: solid;
  border-image: linear-gradient(to right, #F3C3EB 0%, #FFE9AF 100%) 1/0 0 10px 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .contentsPointBoxDetailTitlesupport {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .contentsPointBoxDetailTitlesupport {
    height: 36px;
  }
}
.contentsPointBoxDetailTitlesupportNumber {
  display: block;
  z-index: -2;
  position: absolute;
  bottom: -10px;
  left: -10px;
  font-size: 70px;
  font-weight: 800;
  background-image: linear-gradient(135deg, #F3C3EB, #FFE9AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contentsPointBoxDetailExplanation {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  padding-top: 16px;
}
.contentsPointBoxDetailExplanation a {
  color: #DA67CA;
}
.contentsButton {
  max-width: 390px;
  display: flex;
  border-radius: 100px;
  padding: 20px 32px;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
@media screen and (max-width: 520px) {
  .contentsButton {
    max-width: 280px;
    font-size: 16px;
    margin: 82px auto 12px auto;
  }
}
.contentsSupporting {
  width: 740px;
  overflow: hidden;
  background-color: #fff;
  border: #FFE9AF solid 3px;
  border-radius: 20px;
  margin: 30px auto;
  padding: 30px 0;
}
@media screen and (max-width: 960px) {
  .contentsSupporting {
    width: 94%;
  }
}
@media screen and (max-width: 520px) {
  .contentsSupporting {
    width: 84%;
    padding: 30px 20px;
  }
}
.contentsSupportingTitle {
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .contentsSupportingTitle {
    font-size: 16px;
  }
}
.contentsSupporting p {
  font-size: 16px;
  margin: 8px auto 30px auto;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .contentsSupporting p {
    font-size: 12px;
    margin: 8px auto;
  }
}
.contentsSupportingPoint {
  margin: 0 auto -30px auto;
  width: 70%;
  height: 80px;
  background: url(../images/support-kun_07.svg), url(../images/support-kun_05.svg);
  background-position: left 20px center, right 20px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px;
}
.contentsSupportingPoint span {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .contentsSupportingPoint span {
    margin-top: 75px;
  }
}
@media screen and (max-width: 960px) {
  .contentsSupportingPoint {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  .contentsSupportingPoint {
    font-size: 12px;
    background: url(../images/support-kun_05.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
  }
}

.question {
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 960px) {
  .question {
    width: 88%;
  }
}
.questionTitle {
  width: 100%;
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .questionTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

a {
  color: #DA67CA;
}

.Label {
  padding: 4px 30px;
  margin: 12px auto;
  align-items: center;
  color: #4E4E4E;
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px #D9D5F3;
  color: #DA67CA;
  font-size: 18px;
}
.Label span {
  font-size: 32px;
  font-weight: 800;
  margin-right: 16px;
}
@media screen and (max-width: 520px) {
  .Label span {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .Label {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .Label {
    font-size: 14px;
    padding: 4px 20px;
  }
}

.content {
  margin-top: 10px;
  border-top: #E6B1FB dotted 1px;
  padding: 10px 30px;
  font-size: 14px;
  color: #6c6c6c;
}
@media screen and (max-width: 520px) {
  .content {
    font-size: 12px;
    padding: 10px;
  }
}

img, svg {
  display: block;
  max-width: 100%;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

footer {
  width: 100%;
  margin: 0 auto;
  flex-grow: 1;
}

#pageTop {
  width: 108px;
  height: 72px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 0.9;
}
@media screen and (max-width: 520px) {
  #pageTop {
    right: 16px;
    bottom: 16px;
  }
}
#pageTop a {
  position: relative;
  text-decoration: none;
}

.Release {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 20px auto;
}

.forPc {
  display: block;
}

.forSp {
  display: none;
}

@media screen and (max-width: 520px) {
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
}
.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

br.sma {
  display: none;
}
@media screen and (max-width: 520px) {
  br.sma {
    display: block;
  }
}

.creatorColorBg {
  background-image: linear-gradient(135deg, #4CB5EC, #C067EE);
}

.creatorColorText {
  display: inline-block;
  background-image: linear-gradient(135deg, #4CB5EC, #C067EE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.creatorSubColorBg {
  background-image: linear-gradient(135deg, #C2E1F1, #F2DAFE);
}

.creatorSubColorText {
  display: inline-block;
  background-image: linear-gradient(135deg, #C2E1F1, #F2DAFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.supportColorBg {
  background-image: linear-gradient(135deg, #E774D4, #FE8516);
}

.supportColorText {
  display: inline-block;
  background-image: linear-gradient(135deg, #E774D4, #FE8516);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.supportSubColorBg {
  background-image: linear-gradient(135deg, #F3C3EB, #FFE9AF);
}

.supportSubColorText {
  display: inline-block;
  background-image: linear-gradient(135deg, #F3C3EB, #FFE9AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.keyColorText {
  display: inline-block;
  background-image: linear-gradient(135deg, #CB63FC, #F46E6E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.keySubColorText {
  display: inline-block;
  background-image: linear-gradient(135deg, #E6B1FB, #FAB6B7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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