@media screen and (min-width: 1024px) {
  .news-card-list {
    display: flex;
    flex-wrap: wrap;
  }
  .news-card-list__item {
    width: calc(33.33333% - 13.33333px);
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 20px;
    list-style-type: none;
  }
  .news-card-list__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .news-card-list__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .news-card-list__item {
    width: 86.66667vw;
    list-style-type: none;
  }
  .news-card-list__item + .news-card-list__item {
    margin-top: 5.06667vw;
  }
}
@media screen and (min-width: 1024px) {
  .news-card {
    height: 400px;
    display: block;
    background-color: #fff;
    text-decoration: none;
    transition: opacity 0.25s;
  }
  .news-card,
  .news-card .news-card__image {
    overflow: hidden;
    position: relative;
  }
  .news-card .news-card__image img {
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .news-card:hover .news-card__image img {
    transform: scale(1.1);
  }
  .news-card:hover .news-card__text-block .news-card__text span {
    background-color: #f3cccc;
  }
  .news-card:after {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-image: url(/assets/images/common/pc/card-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .news-card__new {
    position: absolute;
    right: 0;
    top: 0;
  }
  .news-card-new {
    position: relative;
    padding: 3px 5px 1px 16px;
  }
  .news-card-new:before {
    content: '';
    display: block;
    transform-origin: top left;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewX(36deg);
    background-color: #c10000;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .news-card-new__text {
    font-family: Red Hat Display, sans-serif;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3333333333;
    font-size: 12px;
    position: relative;
  }
  .news-card__text-block {
    position: relative;
    padding-top: 56px;
  }
  .news-card__attribute {
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 2;
  }
  .news-card__date {
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
  }
  .news-card__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4444444444;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-card-attribute {
    width: 120px;
    height: 30px;
    position: relative;
  }
  .news-card-attribute:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #707070;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    transform-origin: top right;
  }
  .news-card-attribute--event:after {
    background-color: #eb8501;
  }
  .news-card-attribute--shop:after {
    background-color: #238de7;
  }
  .news-card-attribute--gacha:after {
    background-color: #e23d49;
  }
  .news-card-attribute--notice:after {
    background-color: #4da300;
  }
  .news-card-attribute--admin:after {
    background-color: #9900d1;
  }
  .news-card-attribute__text {
    width: 106px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    padding-top: 8px;
  }
  .news-card-date {
    width: 200px;
    padding-left: 120px;
    height: 24px;
    position: relative;
  }
  .news-card-date:after {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    transform-origin: top right;
  }
  .news-card-date__text {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .news-card {
    min-height: 98.13333vw;
    overflow: hidden;
    display: block;
    background-color: #fff;
    text-decoration: none;
    position: relative;
  }
  .news-card:after {
    content: '';
    display: block;
    width: 8vw;
    height: 5.33333vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-image: url(/assets/images/common/pc/card-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .news-card__new {
    position: absolute;
    right: 0;
    top: 0;
  }
  .news-card-new {
    position: relative;
    padding: 0.8vw 1.33333vw 0.26667vw 4.26667vw;
  }
  .news-card-new:before {
    content: '';
    display: block;
    transform-origin: top left;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewX(36deg);
    background-color: #c10000;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .news-card-new__text {
    font-family: Red Hat Display, sans-serif;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3333333333;
    font-size: 3.2vw;
    position: relative;
  }
  .news-card__text-block {
    position: relative;
    padding-top: 14.93333vw;
  }
  .news-card__attribute {
    position: absolute;
    left: 0;
    top: 3.2vw;
    z-index: 2;
  }
  .news-card__date {
    position: absolute;
    left: 0;
    top: 3.2vw;
    z-index: 1;
  }
  .news-card__text {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.4444444444;
    color: #000;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .news-card-attribute {
    width: 32vw;
    height: 8vw;
    position: relative;
  }
  .news-card-attribute:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #707070;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    transform-origin: top right;
  }
  .news-card-attribute--event:after {
    background-color: #eb8501;
  }
  .news-card-attribute--shop:after {
    background-color: #238de7;
  }
  .news-card-attribute--gacha:after {
    background-color: #e23d49;
  }
  .news-card-attribute--notice:after {
    background-color: #4da300;
  }
  .news-card-attribute--admin:after {
    background-color: #9900d1;
  }
  .news-card-attribute__text {
    width: 28.26667vw;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 3.2vw;
    line-height: 1;
    font-weight: 700;
    padding-top: 2.13333vw;
  }
  .news-card-date {
    width: 53.33333vw;
    padding-left: 32vw;
    height: 6.4vw;
    position: relative;
  }
  .news-card-date:after {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    transform-origin: top right;
  }
  .news-card-date__text {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 3.2vw;
    line-height: 1;
    padding-top: 1.33333vw;
  }
}
@media screen and (min-width: 1024px) {
  .blog-card-list {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-card-list__item {
    width: calc(33.33333% - 13.33333px);
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 20px;
    list-style: none;
  }
  .blog-card-list__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .blog-card-list__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .blog-card-list__item {
    width: 86.66667vw;
    list-style-type: none;
  }
  .blog-card-list__item + .blog-card-list__item {
    margin-top: 5.06667vw;
  }
}
@media screen and (min-width: 1024px) {
  .blog-card {
    display: block;
    background-color: #fff;
    height: 400px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: opacity 0.25s;
  }
  .blog-card:hover {
    opacity: 0.5;
  }
  .blog-card-date {
    position: relative;
    width: 221px;
    height: 47px;
    overflow: hidden;
  }
  .blog-card-date:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    left: 137.5px;
    top: 14.5px;
    height: 18px;
    z-index: 2;
    background-color: #fff;
  }
  .blog-card-date:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #002662;
    transform-origin: top right;
    transform: skewX(-30deg);
    position: absolute;
    top: 0;
    right: 0;
  }
  .blog-card-date__date {
    z-index: 2;
    color: #fff;
    font-family: Red Hat Display, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: absolute;
    top: 8px;
    left: 14px;
  }
  .blog-card-date__md {
    font-size: 24px;
  }
  .blog-card-date__day {
    z-index: 2;
    color: #fff;
    font-family: Red Hat Display, sans-serif;
    font-weight: 700;
    position: absolute;
    font-size: 16px;
    line-height: 1.25;
    top: 16px;
    left: 151px;
  }
  .blog-card__new {
    position: absolute;
    right: 0;
    top: 27px;
  }
  .blog-card-new {
    position: relative;
    padding: 3px 5px 1px 16px;
  }
  .blog-card-new:before {
    content: '';
    display: block;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewX(-36deg);
    background-color: #c10000;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .blog-card-new__text {
    font-family: Red Hat Display, sans-serif;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3333333333;
    font-size: 12px;
    position: relative;
  }
  .blog-card__image {
    width: 340px;
    margin: 10px auto auto;
  }
  .blog-card__text {
    margin-top: 10px;
  }
  .blog-card-text {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 1.5555555556;
    padding-left: 18px;
    padding-right: 18px;
  }
  .blog-card-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 8px solid #002662;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .blog-card {
    display: block;
    background-color: #fff;
    min-height: 98.13333vw;
    text-decoration: none;
  }
  .blog-card,
  .blog-card-date {
    position: relative;
    overflow: hidden;
  }
  .blog-card-date {
    width: 58.93333vw;
    height: 12.53333vw;
  }
  .blog-card-date:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    left: 33.06667vw;
    top: 3.86667vw;
    height: 4.8vw;
    z-index: 2;
    background-color: #fff;
  }
  .blog-card-date:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #002662;
    transform-origin: top right;
    transform: skewX(-36deg);
    position: absolute;
    top: 0;
    right: 0;
  }
  .blog-card-date__date {
    z-index: 2;
    color: #fff;
    font-family: Red Hat Display, sans-serif;
    font-weight: 700;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    position: absolute;
    top: 2.4vw;
    left: 2.66667vw;
  }
  .blog-card-date__md {
    font-size: 6.13333vw;
  }
  .blog-card-date__day {
    z-index: 2;
    color: #fff;
    font-family: Red Hat Display, sans-serif;
    font-weight: 700;
    position: absolute;
    font-size: 4.26667vw;
    line-height: 1.25;
    top: 4.26667vw;
    left: 36vw;
  }
  .blog-card__new {
    position: absolute;
    right: 0;
    top: 7.2vw;
  }
  .blog-card-new {
    position: relative;
    padding: 0.8vw 1.33333vw 0.26667vw 4.26667vw;
  }
  .blog-card-new:before {
    content: '';
    display: block;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewX(-36deg);
    background-color: #c10000;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .blog-card-new__text {
    font-family: Red Hat Display, sans-serif;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3333333333;
    font-size: 3.2vw;
    position: relative;
  }
  .blog-card__image {
    width: 81.33333vw;
    margin: 2.66667vw auto auto;
  }
  .blog-card__text {
    margin-top: 2.66667vw;
  }
  .blog-card-text {
    position: relative;
    color: #000;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
  .blog-card-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.53333vw;
    border-left: 2.13333vw solid #002662;
    border-top: 1.06667vw solid transparent;
    border-bottom: 1.06667vw solid transparent;
    height: 26.66667vw;
  }
}
@media screen and (min-width: 1024px) {
  .contents__sidebar {
    position: fixed;
    right: 0;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 9999;
    transition: 0.5s;
  }
  .contents__sidebar--erase {
    opacity: 0;
  }
  .contents__video-list {
    width: 1140px;
    margin: 60px auto auto;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .contents__sidebar {
    display: none;
  }
  .contents__video-list {
    margin: 5.33333vw auto auto;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    position: relative;
  }
  .hero,
  .hero__video {
    width: 100%;
  }
  .hero-video {
    padding-top: 56.25%;
    position: relative;
  }
  .hero-video-cover,
  .hero-video__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .hero-video-cover {
    display: none;
  }
  .hero-video-cover--visible {
    display: block;
    transition: 0.5s;
  }
  .hero-video-cover--erase {
    opacity: 0;
  }
  .hero-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .hero-video__video--visible {
    display: block;
  }
  .hero-video__video:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/common/pc/top/hero_video_bg@2x.png);
    background-size: 14px 10px;
    opacity: 0.2;
  }
  .hero-video-video {
    display: block;
    width: 100%;
  }
  .hero__logo {
    position: absolute;
    width: 32.86969vw;
    top: 19.25329vw;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    opacity: 0;
  }
  .hero__logo--visible {
    opacity: 1;
  }
  .hero__dl {
    position: absolute;
    width: 299px;
    right: 15px;
    bottom: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .hero,
  .hero__video {
    width: 100%;
    position: relative;
  }
  .hero__video {
  }
  .hero__video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 21.6vw;
    bottom: 1px;
    left: 0;
    background-color: #0d0f3f;
  }
  .hero-video {
    position: relative;
  }
  .hero-video__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
  }
  .hero-video__video {
    overflow: hidden;
  }
  .hero-video__video,
  .hero-video__video:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-video__video:after {
    content: '';
    display: block;
    background-image: url(/assets/images/common/pc/top/hero_video_bg@2x.png);
    background-size: 14px 10px;
    opacity: 0.2;
  }
  .hero-video-video {
    display: block;
    width: 100%;
    max-width: none;
  }
  .hero__logo {
    display: none;
  }
  .hero__bottom {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    height: 21.33333vw;
    padding-bottom: 1.6vw;
    padding-top: 3.73333vw;
    background-color: rgba(56, 56, 56, 0.92);
    transition: all 0.6s;
  }
  .hero__dl {
    width: 38vw;
    margin-bottom: 0.53333vw;
    display: none;
    position: absolute;
    top: -18.13333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
  }
  .hero-app-list {
    display: flex;
    justify-content: space-between;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    position: relative;
    z-index: 2;
  }
  .hero-app-list .hero-app-list__item--apple {
    width: 41.48vw;
  }
  .hero-app-list .hero-app-list__item--google {
    width: 46.00533vw;
  }
  .hero-app-list a {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .video-list {
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .video-list:after,
  .video-list:before {
    content: '';
    display: block;
    width: 48px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  .video-list:before {
    left: 0;
  }
  .video-list:after {
    right: 0;
  }
  .video-list .video-list__next,
  .video-list .video-list__prev {
    width: 38px;
    height: 100px;
    background-color: #000;
    position: absolute;
    top: 40px;
    z-index: 4;
    transition: 0.25s;
    cursor: pointer;
  }
  .video-list .video-list__next:hover,
  .video-list .video-list__prev:hover {
    opacity: 0.5;
  }
  .video-list .video-list__next:after,
  .video-list .video-list__next:before,
  .video-list .video-list__prev:after,
  .video-list .video-list__prev:before {
    content: '';
    display: block;
    background-color: #fff;
    width: 7px;
    height: 20px;
    position: absolute;
    left: 15.5px;
  }
  .video-list .video-list__next:before,
  .video-list .video-list__prev:before {
    bottom: 50%;
  }
  .video-list .video-list__next:after,
  .video-list .video-list__prev:after {
    top: 50%;
  }
  .video-list .video-list__prev {
    left: 0;
  }
  .video-list .video-list__prev:before {
    transform: skewX(-24deg);
  }
  .video-list .video-list__prev:after {
    transform: skewX(24deg);
  }
  .video-list .video-list__next {
    right: 0;
  }
  .video-list .video-list__next:before {
    transform: skewX(24deg);
  }
  .video-list .video-list__next:after {
    transform: skewX(-24deg);
  }
  .video-list .video-list__pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .video-list .video-list__pagination .swiper-pagination-bullet {
    border: 1px solid #707070;
    background-color: #fff;
    width: 24px;
    height: 6px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
    display: block;
  }
  .video-list .video-list__pagination .swiper-pagination-bullet-active,
  .video-list .video-list__pagination .swiper-pagination-bullet:hover {
    background-color: #bfbfbf;
  }
  .video-static-list {
    display: flex;
    justify-content: center;
  }
  .video-list__item {
    width: 380px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .video-list {
    padding-bottom: 3.2vw;
  }
  .video-list .video-list__next,
  .video-list .video-list__prev {
    display: none;
  }
  .video-list .video-static-list {
    display: flex;
    justify-content: center;
  }
  .video-list .video-list__pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .video-list .video-list__pagination .swiper-pagination-bullet {
    border: 1px solid #707070;
    background-color: #fff;
    width: 6.4vw;
    height: 1.6vw;
    border-radius: 0;
    margin-left: 1.06667vw;
    margin-right: 1.06667vw;
    display: block;
  }
  .video-list .video-list__pagination .swiper-pagination-bullet-active {
    background-color: #bfbfbf;
  }
  .video-list__item {
    width: 86.66667vw;
    padding-left: 1.06667vw;
    padding-right: 1.06667vw;
  }
}
@media screen and (min-width: 1024px) {
  .news-section {
    background-color: #f8f8f8;
    padding-top: 135px;
    padding-bottom: 160px;
    position: relative;
  }
  .news-section__inner {
    width: 1120px;
    margin: auto;
    position: relative;
  }
  .news-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 80px;
    font-style: italic;
    line-height: 1.3125;
    text-align: center;
  }
  .news-section-title__text2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
    margin-top: -21px;
  }
  .news-section__list {
    width: 1120px;
    margin: 57px auto auto;
    position: relative;
    z-index: 2;
  }
  .news-section__button {
    width: 460px;
    margin: 60px auto auto;
    position: relative;
    z-index: 2;
  }
  .news-section__character {
    position: absolute;
    right: -27px;
    bottom: -379px;
    z-index: 0;
  }
  .news-section-character {
    pointer-events: none;
  }
  .news-section-character__image {
    width: 358px;
  }
}
@media screen and (max-width: 1023px) {
  .news-section {
    background-color: #f8f8f8;
    padding-top: 17.6vw;
    padding-bottom: 21.33333vw;
    position: relative;
  }
  .news-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 12.8vw;
    font-style: italic;
    line-height: 1.3333333333;
    text-align: center;
  }
  .news-section-title__text2 {
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 700;
    line-height: 1.4285714286;
    margin-top: -2.4vw;
  }
  .news-section__list {
    width: 86.66667vw;
    margin: 6.66667vw auto auto;
  }
  .news-section__button {
    width: 75.46667vw;
    margin: 16vw auto auto;
  }
  .news-section__character {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .section-button {
    display: block;
    border: 5px solid #000;
    background-color: #fff;
    position: relative;
    padding-top: 26px;
    padding-bottom: 27px;
    text-decoration: none;
    color: #000;
    transition: 0.25s;
  }
  .section-button:after,
  .section-button:before {
    content: '';
    display: block;
    position: absolute;
    right: 32px;
    background-color: #000;
    width: 6px;
    height: 10px;
    transition: 0.25s;
  }
  .section-button:before {
    bottom: 50%;
    transform: skew(24deg);
    transform-origin: bottom right;
  }
  .section-button:after {
    top: 50%;
    transform: skew(-24deg);
    transform-origin: top right;
  }
  .section-button:hover {
    color: #fff;
    background-color: #000;
  }
  .section-button:hover:after,
  .section-button:hover:before {
    background-color: #fff;
  }
  .section-button__text {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4230769231;
  }
}
@media screen and (max-width: 1023px) {
  .section-button {
    display: block;
    border: 0.8vw solid #000;
    background-color: #fff;
    position: relative;
    padding-top: 3.73333vw;
    padding-bottom: 4.26667vw;
    text-decoration: none;
    color: #000;
  }
  .section-button:after,
  .section-button:before {
    content: '';
    display: block;
    position: absolute;
    right: 5.06667vw;
    background-color: #000;
    width: 0.8vw;
    height: 1.6vw;
  }
  .section-button:before {
    bottom: 50%;
    transform: skew(24deg);
    transform-origin: bottom right;
  }
  .section-button:after {
    top: 50%;
    transform: skew(-24deg);
    transform-origin: top right;
  }
  .section-button__text {
    text-align: center;
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .blog-section {
    padding-top: 135px;
    padding-bottom: 160px;
    background-image: url(/assets/images/common/pc/top/blog_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blog-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 80px;
    font-style: italic;
    line-height: 1.3125;
    text-align: center;
  }
  .blog-section-title__text2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
    margin-top: -21px;
  }
  .blog-section__list {
    width: 1120px;
    margin: 75px auto auto;
  }
  .blog-section__button {
    width: 460px;
    margin: 60px auto auto;
  }
}
@media screen and (max-width: 1023px) {
  .blog-section {
    padding-top: 17.6vw;
    padding-bottom: 21.33333vw;
    background-image: url(/assets/images/common/sp/top/blog_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-attachment: fixed;
  }
  .blog-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 12.8vw;
    font-style: italic;
    line-height: 1.3333333333;
    text-align: center;
  }
  .blog-section-title__text2 {
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 700;
    line-height: 1.4285714286;
    margin-top: -2.4vw;
  }
  .blog-section__list {
    width: 86.66667vw;
    margin: 7.46667vw auto auto;
  }
  .blog-section__button {
    width: 75.46667vw;
    margin: 16vw auto auto;
  }
}
@media screen and (min-width: 1024px) {
  .about-us {
    padding-top: 135px;
    padding-bottom: 160px;
    background-image: url(/assets/images/common/pc/top/about-us_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .about-us:after,
  .about-us:before {
    content: '';
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about-us:before {
    width: 59.3704245974%;
    background-image: url(/assets/images/common/pc/top/about-us_bg1@2x.png);
    padding-top: 81.7715959004%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-position: 0 0;
  }
  .about-us:after {
    width: 53.8799414348%;
    background-image: url(/assets/images/common/pc/top/about-us_bg2@2x.png);
    padding-top: 74.2313323572%;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-position: 100% 100%;
  }
  .about-us__title {
    position: relative;
    z-index: 2;
  }
  .about-us-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 80px;
    font-style: italic;
    line-height: 1.3125;
  }
  .about-us-title__text,
  .about-us-title__text2 {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
  .about-us-title__text2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
    margin-top: -21px;
  }
  .about-us__characters {
    width: 980px;
    position: relative;
    margin: 42px auto auto;
    z-index: 2;
  }
  .about-us-characters {
    display: none;
  }
  .about-us-characters--visible {
    display: block;
  }
  .about-us-characters__item {
    position: absolute;
    width: 410px;
  }
  .about-us-characters__item--center {
    top: 0;
    left: 306px;
    z-index: 3;
  }
  .about-us-characters__item--left {
    top: 25px;
    left: 0;
    z-index: 2;
  }
  .about-us-characters__item--right {
    top: 23px;
    right: 0;
    z-index: 1;
  }
  .about-us__inner {
    width: 900px;
    margin: 487px auto auto;
    position: relative;
    z-index: 2;
  }
  .about-us__head {
    padding-left: 421px;
  }
  .about-us-head {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1333333333;
  }
  .about-us__text {
    padding-left: 421px;
    margin-top: 1px;
  }
  .about-us-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.625;
  }
  .about-us__slideshow {
    margin-top: 93px;
    position: relative;
    z-index: 2;
  }
  .about-us-slideshow-list {
    width: 100%;
    height: 148px;
    overflow: hidden;
    position: relative;
  }
  .about-us-slideshow-list__item {
    width: 270px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-us__button {
    width: 460px;
    margin: 80px auto auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1023px) {
  .about-us {
    padding-top: 17.06667vw;
    padding-bottom: 21.33333vw;
    background-image: url(/assets/images/common/sp/top/about-us_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .about-us:after,
  .about-us:before {
    content: '';
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about-us:before {
    width: 100vw;
    background-image: url(/assets/images/common/pc/top/about-us_bg1@2x.png);
    padding-top: 137.71733vw;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-position: 0 0;
  }
  .about-us:after {
    width: 33.90133vw;
    background-image: url(/assets/images/common/pc/top/about-us_bg2@2x.png);
    padding-top: 46.93333vw;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-position: 100% 100%;
  }
  .about-us__title {
    position: relative;
    z-index: 2;
  }
  .about-us-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 12.8vw;
    font-style: italic;
    line-height: 0.8333333333;
  }
  .about-us-title__text,
  .about-us-title__text2 {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
  .about-us-title__text2 {
    font-size: 3.73333vw;
    font-weight: 700;
    line-height: 1.4285714286;
    margin-top: 0.53333vw;
  }
  .about-us__characters {
    width: 105.06667vw;
    position: relative;
    margin-left: -2.4vw;
    margin-top: 5.06667vw;
    z-index: 2;
  }
  .about-us-characters {
    display: none;
  }
  .about-us-characters--visible {
    display: block;
  }
  .about-us-characters__item {
    position: absolute;
    width: 48vw;
  }
  .about-us-characters__item--center {
    top: 0.8vw;
    left: 29.86667vw;
    z-index: 3;
  }
  .about-us-characters__item--left {
    top: 0;
    left: 0;
    z-index: 2;
  }
  .about-us-characters__item--right {
    top: 0;
    right: 0;
    z-index: 1;
  }
  .about-us__inner {
    margin: 95.2vw auto auto;
    position: relative;
    z-index: 2;
  }
  .about-us__head {
    padding-left: 2.93333vw;
  }
  .about-us-head {
    color: #fff;
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.25;
  }
  .about-us__text {
    padding-left: 2.93333vw;
    margin-top: 1.6vw;
  }
  .about-us-text {
    color: #fff;
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 1.5;
  }
  .about-us__slideshow {
    margin-top: 8.53333vw;
    position: relative;
    z-index: 2;
  }
  .about-us-slideshow-list {
    width: 100%;
    height: 68px;
    overflow: hidden;
    position: relative;
  }
  .about-us-slideshow-list__item {
    width: 32.53333vw;
    padding-left: 0.26667vw;
    padding-right: 0.26667vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-us__button {
    width: 75.46667vw;
    margin: 16vw auto auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .character-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 195px;
    height: 1400px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .character-section--1 {
    padding-top: 346px;
  }
  .character-section--1 .character-section__bg {
    background-image: url(/assets/images/common/pc/top/character_bg@2x.jpg);
  }
  .character-section--1 .character-section__title {
    margin-left: calc(50vw + 25px);
  }
  .character-section--1 .character-section__button {
    margin-top: 640px;
  }
  .character-section--2 {
    padding-top: 674px;
  }
  .character-section--2 .character-section__bg {
    background-image: url(/assets/images/common/pc/top/character_bg2@2x.jpg);
  }
  .character-section--2 .character-section__title {
    margin-left: calc(50vw - 470px);
  }
  .character-section--2 .character-section__button {
    margin-top: 312px;
  }
  .character-section--3 {
    padding-top: 674px;
  }
  .character-section--3 .character-section__bg {
    background-image: url(/assets/images/common/pc/top/character_bg3@2x.jpg);
  }
  .character-section--3 .character-section__title {
    margin-left: calc(50vw - 470px);
  }
  .character-section--3 .character-section__button {
    margin-top: 312px;
  }
  .character-section__bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .character-section__title {
    width: 500px;
    position: relative;
    z-index: 2;
  }
  .character-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 80px;
    font-style: italic;
    line-height: 1.3125;
    text-align: center;
    color: #fff;
  }
  .character-section-title__text2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
    margin-top: -21px;
    color: #fff;
  }
  .character-section__button {
    width: 460px;
    margin: 640px auto auto;
  }
}
@media screen and (max-width: 1023px) {
  .character-section {
    background-image: url(/assets/images/common/sp/top/character_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 144.26667vw;
    padding-bottom: 21.33333vw;
  }
  .character-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 12.8vw;
    font-style: italic;
    line-height: 1.3333333333;
    text-align: center;
    color: #fff;
  }
  .character-section-title__text2 {
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 700;
    line-height: 1.4285714286;
    margin-top: -2.4vw;
    color: #fff;
  }
  .character-section__button {
    width: 75.46667vw;
    margin: 16vw auto auto;
  }
}
@media screen and (min-width: 1024px) {
  .community-section {
    background-image: url(/assets/images/common/pc/top/community_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 160px;
  }
  .community-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 80px;
    font-style: italic;
    line-height: 1.3125;
    text-align: center;
    color: #fff;
  }
  .community-section-title__text2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
    margin-top: -21px;
    color: #fff;
  }
  .community-section__text {
    width: 1024px;
    margin: 32px auto auto;
  }
  .community-section-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.625;
  }
  .community-section__discord {
    width: 1024px;
    margin: 40px auto auto;
  }
  .community-section__list {
    width: 1024px;
    margin: 10px auto auto;
  }
  .community-section-list {
    display: flex;
  }
  .community-section-list__item {
    min-width: 213px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .community-section-list__item:first-child {
    padding-left: 0;
    flex-grow: 1;
    width: 100%;
  }
  .community-section-list__item:last-child {
    padding-right: 0;
  }
  .community-card {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    height: 250px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    transition: opacity 0.25s;
  }
  .community-card:hover {
    opacity: 0.5;
  }
  .community-card--discord {
    border-color: #7289da;
    height: 300px;
  }
  .community-card--facebook {
    border-color: #1877f2;
  }
  .community-card--twitter {
    border-color: #000;
  }
  .community-card--line {
    border-color: #00b900;
  }
  .community-card--youtube {
    border-color: red;
  }
  .community-card:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
  }
  .community-card__icon {
    width: 60px;
    margin: 39px auto auto;
  }
  .community-card__inner {
    margin-top: 32px;
    padding-left: 23px;
    padding-right: 15px;
  }
  .community-card-text {
    font-size: 13px;
    line-height: 1.6923076923;
  }
  .community-card--discord:before {
    width: 45px;
    height: 30px;
    background-image: url(/assets/images/common/pc/top/community_card-arrow_discord@2x.png);
  }
  .community-card--discord .community-card__inner {
    position: absolute;
    top: 69px;
    left: 334px;
    margin: 0;
  }
  .community-card--discord .community-card__text {
    margin-top: 19px;
  }
  .community-card--discord .community-card-head {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4583333333;
  }
  .community-card--discord .community-card-text {
    font-size: 16px;
    line-height: 1.875;
  }
  .community-card--discord .community-card__icon {
    position: absolute;
    top: 70px;
    left: 123px;
    width: 139px;
    margin: 0;
  }
  .community-card--facebook:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_facebook@2x.png);
  }
  .community-card--twitter:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_x@2x.png);
  }
  .community-card--line:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_line@2x.png);
  }
  .community-card--youtube:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_youtube@2x.png);
  }
}
@media screen and (max-width: 1023px) {
  .community-section {
    background-image: url(/assets/images/common/sp/top/community_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 17.6vw;
    padding-bottom: 21.33333vw;
  }
  .community-section-title__text {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-size: 12.8vw;
    font-style: italic;
    line-height: 1.3333333333;
    text-align: center;
    color: #fff;
  }
  .community-section-title__text2 {
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 700;
    line-height: 1.4285714286;
    margin-top: -2.4vw;
    color: #fff;
  }
  .community-section__text {
    width: 89.33333vw;
    margin: 8.53333vw auto auto;
  }
  .community-section-text {
    font-size: 3.73333vw;
    color: #fff;
    font-weight: 500;
    line-height: 1.7142857143;
  }
  .community-section__discord {
    width: 89.33333vw;
    margin: 5.86667vw auto auto;
  }
  .community-section__list {
    width: 89.33333vw;
    margin: 2.66667vw auto auto;
  }
  .community-section-list__item {
    width: 100%;
  }
  .community-section-list__item + .community-section-list__item {
    margin-top: 2.66667vw;
  }
  .community-card {
    background-color: #fff;
    border-width: 0.8vw;
    border-style: solid;
    position: relative;
    padding-bottom: 8vw;
    display: block;
    text-decoration: none;
    color: #000;
  }
  .community-card--discord {
    border-color: #7289da;
  }
  .community-card--facebook {
    border-color: #1877f2;
  }
  .community-card--twitter {
    border-color: #000;
  }
  .community-card--line {
    border-color: #00b900;
  }
  .community-card--youtube {
    border-color: red;
  }
  .community-card:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8vw;
    height: 5.33333vw;
  }
  .community-card__icon {
    width: 16vw;
    margin: 6.4vw auto auto;
  }
  .community-card__inner {
    margin-top: 4vw;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }
  .community-card-text {
    font-size: 3.46667vw;
    line-height: 1.6923076923;
  }
  .community-card--discord {
    padding-bottom: 9.33333vw;
  }
  .community-card--discord:before {
    width: 12vw;
    height: 8vw;
    background-image: url(/assets/images/common/pc/top/community_card-arrow_discord@2x.png);
  }
  .community-card--discord .community-card__inner {
    margin-top: 8.53333vw;
  }
  .community-card--discord .community-card__text {
    margin-top: 19px;
  }
  .community-card--discord .community-card-head {
    font-size: 5.33333vw;
    font-weight: 700;
    line-height: 1.2;
  }
  .community-card--discord .community-card-text {
    font-size: 3.73333vw;
    line-height: 2;
  }
  .community-card--discord .community-card__icon {
    width: 29.15467vw;
  }
  .community-card--facebook:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_facebook@2x.png);
  }
  .community-card--twitter:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_x@2x.png);
  }
  .community-card--line:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_line@2x.png);
  }
  .community-card--youtube:before {
    background-image: url(/assets/images/common/pc/top/community_card-arrow_youtube@2x.png);
  }
}
@media screen and (min-width: 1024px) {
  .banner-section {
    background-color: #eaeaea;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-section-list {
    display: flex;
    justify-content: center;
  }
  .banner-section-list__item {
    width: 206px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .banner-section-list-item {
    position: relative;
    display: block;
    transition: 0.25s;
  }
  .banner-section-list-item:hover {
    opacity: 0.5;
  }
  .banner-section-list-item:before {
    content: '';
    display: block;
    width: 24px;
    height: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/assets/images/common/pc/top/banner_banner-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1023px) {
  .banner-section {
    background-color: #eaeaea;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
  .banner-section__list {
    width: 89.33333vw;
    margin: auto;
  }
  .banner-section-list {
    display: flex;
    flex-wrap: wrap;
  }
  .banner-section-list__item {
    width: 44vw;
  }
  .banner-section-list__item:nth-of-type(2n) {
    padding-left: 1.33333vw;
  }
  .banner-section-list__item:nth-of-type(n + 3) {
    padding-top: 1.33333vw;
  }
  .banner-section-list-item {
    position: relative;
    display: block;
    transition: 0.25s;
  }
  .banner-section-list-item:hover {
    opacity: 0.5;
  }
  .banner-section-list-item:before {
    content: '';
    display: block;
    width: 6.4vw;
    height: 4.26667vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/assets/images/common/pc/top/banner_banner-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar {
    position: relative;
    padding-top: 37px;
    padding-bottom: 38px;
    width: 68px;
  }
  .sidebar:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 68px;
    display: block;
    border-right: 68px solid #000;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
  }
  .sidebar__label {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .sidebar-label {
    font-family: Red Hat Display, sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 0.7142857143;
  }
  .sidebar__sns-list {
    position: relative;
    z-index: 2;
    width: 32px;
    padding-top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sidebar-sns-list__item {
    width: 32px;
  }
  .sidebar-sns-list__item + .sidebar-sns-list__item {
    margin-top: 12px;
  }
  .sidebar-sns-list__item:first-of-type + .sidebar-sns-list__item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .cv {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    pointer-events: none;
  }
  .cv--visible {
    pointer-events: all;
  }
  .cv__inner {
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
  }
  .cv--visible .cv__inner {
    pointer-events: all;
    opacity: 1;
  }
  .cv__link {
    width: 268px;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
  }
  .cv-link {
    display: block;
    height: 52px;
    text-decoration: none;
    padding-top: 17px;
    padding-left: 32px;
    position: relative;
    overflow: hidden;
  }
  .cv-link:before {
    width: 100%;
    opacity: 0.87;
    left: 0;
    z-index: 1;
  }
  .cv-link:after,
  .cv-link:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #000;
    transform-origin: left bottom;
    transform: skewX(-24deg);
    position: absolute;
    bottom: 0;
  }
  .cv-link:after {
    width: 47px;
    right: 0;
    z-index: 2;
    transition: 0.25s;
  }
  .cv-link:hover:after {
    width: 100%;
  }
  .cv-link__icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 52px;
    z-index: 4;
  }
  .cv-link__icon:after,
  .cv-link__icon:before {
    content: '';
    display: block;
    background-color: #0031ff;
    width: 6px;
    height: 4px;
    position: absolute;
    top: 26px;
    transition: 0.25s;
  }
  .cv-link__icon:before {
    right: 14.4px;
    transform: skewY(24deg);
  }
  .cv-link__icon:after {
    right: 8.4px;
    transform: skewY(-24deg);
  }
  .cv-link__text {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    z-index: 3;
  }
  .cv__footer-app {
    height: 0;
    transition: 0.5s;
    background-color: #2f2f2f;
  }
  .cv--opened .cv-link__icon:after,
  .cv--opened .cv-link__icon:before {
    content: '';
    display: block;
    background-color: #0031ff;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 26px;
    right: 7px;
  }
  .cv--opened .cv-link__icon:before {
    transform: rotate(45deg);
  }
  .cv--opened .cv-link__icon:after {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 1023px) {
  .cv {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: 0.25s;
  }
  .cv--visible {
    pointer-events: all;
    opacity: 1;
  }
  .cv__link {
    width: 71.46667vw;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
  }
  .cv-link {
    display: block;
    height: 13.86667vw;
    text-decoration: none;
    padding-top: 4.53333vw;
    padding-left: 8.53333vw;
    position: relative;
    overflow: hidden;
  }
  .cv-link:before {
    width: 100%;
    opacity: 0.87;
    left: 0;
    z-index: 1;
  }
  .cv-link:after,
  .cv-link:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #000;
    transform-origin: left bottom;
    transform: skewX(-24deg);
    position: absolute;
    bottom: 0;
  }
  .cv-link:after {
    width: 13.86667vw;
    right: 0;
    z-index: 2;
  }
  .cv-link__icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 13.86667vw;
    z-index: 4;
  }
  .cv-link__icon:after,
  .cv-link__icon:before {
    content: '';
    display: block;
    background-color: #0031ff;
    width: 1.6vw;
    height: 1.06667vw;
    position: absolute;
    top: 6.93333vw;
    transition: 0.25s;
  }
  .cv-link__icon:before {
    right: 3.84vw;
    transform: skewY(24deg);
  }
  .cv-link__icon:after {
    right: 2.24vw;
    transform: skewY(-24deg);
  }
  .cv-link__text {
    color: #fff;
    font-size: 3.46667vw;
    font-weight: 700;
    position: relative;
    z-index: 3;
  }
  .cv__footer-app {
    height: 0;
    transition: 0.5s;
    background-color: #383838;
  }
  .cv--opened .cv-link__icon:after,
  .cv--opened .cv-link__icon:before {
    content: '';
    display: block;
    background-color: #0031ff;
    width: 4.8vw;
    height: 0.53333vw;
    position: absolute;
    top: 6.93333vw;
    right: 1.86667vw;
  }
  .cv--opened .cv-link__icon:before {
    transform: rotate(45deg);
  }
  .cv--opened .cv-link__icon:after {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero__bottom {
    padding-top: 1.73333vw;
    height: 9.4vw;
  }
  .hero-app-list {
    justify-content: center;
  }
  .hero-app-list .hero-app-list__item:not(:last-child) {
    margin-right: 10px;
  }
  .hero-app-list .hero-app-list__item--apple {
    width: 18vw;
  }
  .hero-app-list .hero-app-list__item--google {
    width: 20.31vw;
  }
  .cv__footer-app {
    overflow-y: auto;
  }
  .cv-link {
    height: 6vw;
    padding-top: 1.2vw;
    padding-left: 8vw;
  }
  .cv-link__text {
    font-size: 2.2vw;
  }
  .cv-link__icon {
    width: 6.8vw;
  }
  .cv-link__icon:after,
  .cv-link__icon:before {
    height: 0.45vw;
    top: 2.8vw;
  }
  .cv-link__icon:before {
    right: 3.2vw;
  }
  .cv-link__icon:after {
    right: 1.65vw;
  }
  .cv--opened .cv-link__icon {
    width: 6.8vw;
  }
  .cv--opened .cv-link__icon:after,
  .cv--opened .cv-link__icon:before {
    width: 2.8vw;
    height: 0.45vw;
    top: 2.8vw;
    right: 1.8vw;
  }
  .cv--opened .cv-link__icon:before {
    transform: rotate(45deg);
  }
  .cv--opened .cv-link__icon:after {
    transform: rotate(135deg);
  }
}
