@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

img.s5-iconInline {
  display: inline;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container a {
  transition: all 0.3s;
}
.c5-main__container a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c5-main__container ul {
  list-style: none;
}
.c5-main__container * {
  box-sizing: border-box;
}

.c5-inner {
  padding: 0 10px;
}
.c5-hero {
  margin-bottom: 30px;
  padding: 35px 0;
  background-color: #212530;
}
.c5-hero h1 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  margin: 0 auto 25px;
  line-height: 1.5;
  font-weight: 500;
}
.c5-hero h1 .c5-f-small {
  font-size: 13px;
}
.c5-hero h1 .c5-ffs {
  font-feature-settings: "palt" 1;
}
.c5-hero__catch {
  color: #bcbccc;
  font-size: 12px;
  margin: 0 auto 25px;
}

.c5-content {
  border-top: 1px solid #2f353d;
  padding: 40px 0 50px;
}
.c5-content__ttl {
  box-sizing: border-box;
  font-size: 21px;
  color: #2f353d;
  margin: 0 auto 20px;
  padding: 0 10px;
  line-height: 1.33;
  font-weight: 500;
}
.c5-content__ttl.ex {
  letter-spacing: -0.3px;
}
.c5-content__catch {
  font-size: 13px;
  color: #2f353d;
  margin: 0;
}
.c5-content__catch-note {
  display: block;
  font-size: 11px;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #ddd;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
nav {
  padding: 0 0 30px;
}
nav .c5-nav__parent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
nav .c5-nav__parent > li {
  position: relative;
  width: 25%;
  transition: all 0.3s;
  background-color: #f2f5f9;
}
nav .c5-nav__parent > li:not(:last-child) {
  border-right: 1px solid #a0a0a0;
}
nav .c5-nav__anchor {
  display: block;
  color: #2f353d;
  text-align: center;
  padding: 32px 0;
  position: relative;
}
nav .c5-nav__anchor span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
nav .c5-nav__anchor span img {
  display: block;
  max-width: 90% !important;
  margin: 0 auto;
}
nav .c5-nav__anchor.c5-pull {
  cursor: pointer;
}
nav .c5-nav__anchor.c5-pull span {
  top: 40%;
}
nav .c5-nav__anchor.c5-pull span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #2f353d;
  border-bottom: 2px solid #2f353d;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
nav .c5-nav__child {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav .c5-nav__child li {
  position: relative;
  width: 100%;
  transition: all 0.3s;
  background-color: #f2f5f9;
  border-bottom: 1px solid #a0a0a0;
}
nav .c5-nav__child li:first-child {
  border-top: 1px solid #a0a0a0;
}
nav .c5-nav__child li .c5-nav__anchor {
  padding: 25px 0;
}
nav .c5-nav__child li .c5-nav__anchor span {
  width: 95%;
}
nav .c5-nav li.is-hover {
  background-color: #eaedf3;
}
nav .c5-nav li.is-hover::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #439e96;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
nav .c5-nav li.is-active {
  background-color: #5acec4;
}

.c5-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.c5-c__slick {
  margin: 0 auto;
  padding: 0;
}
.c5-c__slick li img {
  display: block;
  width: 80%;
  max-width: 100%;
  margin: 0 auto 15px;
}
.c5-c__slick li img.s5-iconInline {
  display: inline;
  width: auto;
  margin-bottom: 0;
}
.c5-c__slick li p {
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  color: #2f353d;
}

.c5-p__slick {
  margin: 0 auto;
  padding: 0;
}
.c5-p__slick .c5-product__content .c5-product__img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 15px;
  background: #bcbccc;
  border-radius: 50px;
}
.slick-dots li.slick-active {
  background: #2f353d;
}
.slick-dots li button:before {
  display: none;
}

.c5-btn {
  display: block;
  width: 75%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 13px;
  position: relative;
  font-size: 13px;
  letter-spacing: 2px;
  color: #2f353d;
  border: 1px solid #bfbfbf;
}
.c5-btn span {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
}
.c5-btn.blue {
  border: none;
  background: #5865f6;
  color: #fff;
}
.c5-product__content {
  width: 100%;
}
.c5-product__txt {
  font-size: 17px;
  color: #2f353d;
  text-align: center;
}
.c5-product__txt span {
  display: block;
  font-size: 12px;
}

.c5-btn__wrap a:first-child {
  margin-bottom: 20px;
}
.c5-ra__text {
  margin-top: 25px;
}
.c5-ra__text p:first-child {
  margin: 0 0 20px;
}
.c5-ra__text-ttl {
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}
.c5-ra__text-cap {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
}
.c5-ra__text-cap.ex {
  margin-bottom: 0;
}
.c5-ra__text ul {
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  line-height: 1.6;
}
.c5-sec1 {
  padding-bottom: 60px;
}
.c5-sec1 .c5-content__catch {
  margin-bottom: 25px;
}
.c5-sec1 .c5-c__slick li.slick-slide {
  width: auto;
}
.c5-sec1 .c5-c__slick li.slick-slide img {
  width: auto;
  max-height: 200px;
}
.c5-sec2 .c5-content__catch {
  margin-bottom: 20px;
}
.c5-sec2 .c5-movie {
  margin-bottom: 45px;
}
.c5-sec2 .c5-c__slick {
  margin-bottom: 50px;
}
.c5-sec3 .c5-content__catch {
  margin-bottom: 30px;
}
.c5-sec3 .c5-product {
  margin-top: 40px;
}
.c5-sec3 .c5-p__slick {
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.c5-sec3 .c5-p__slick .c5-product__content.slick-slide {
  width: auto;
}
.c5-sec3 .c5-p__slick .c5-product__content.slick-slide .c5-product__img {
  width: auto;
  max-height: 280px;
}
.c5-sec3 .c5-inner.ex {
  max-width: 700px;
  margin-top: 30px;
}
.c5-sec4 .c5-content__catch {
  margin-bottom: 40px;
}
.c5-sec4 .c5-content__ttl {
  margin-bottom: 40px;
}
.c5-sec4__catch {
  margin: 40px auto 35px;
}
.c5-sec4__catch-inner {
  display: flex;
  justify-content: center;
}
.c5-sec4__catch-inner div:first-child, .c5-sec4__catch-inner div:nth-child(2) {
  width: 29.62%;
}
.c5-sec4__catch-inner div:nth-child(3), .c5-sec4__catch-inner div:last-child {
  width: 20.38%;
}
.c5-sec4__catch-inner div img {
  display: block;
  width: 100%;
}
.c5-sec4__catch-inner div p {
  font-size: 10px;
  text-align: center;
  margin: 5px 0 0;
}
.c5-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
}

.c5-banner p {
  margin: 0;
  font-size: 12px;
}
.c5-banner ul {
  margin: 0;
}
.c5-banner__top {
  margin: 0 auto 40px;
}
.c5-banner__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.c5-banner__bottom-content {
  display: block;
  width: 48%;
}
.c5-banner__bottom-content img {
  display: block;
}
.c5-banner__three .c5-banner__bottom-content {
  display: block;
  width: 30%;
  margin: 0 auto;
}
.c5-banner__three .c5-banner__bottom-content img {
  width: 100%;
  margin: 0 auto;
}
.c5-sec5__top {
  margin: 0 auto 50px;
}
.c5-sec5__top img {
  display: block;
  margin: 0 auto 15px;
}
.c5-sec5__top p {
  text-align: center;
}
.c5-sec5__top p:first-of-type {
  font-size: 16px;
  margin: 0 0 5px;
}
.c5-sec5 .c5-content__catch {
  margin-bottom: 20px;
}
.c5-sec6__top {
  margin-bottom: 50px;
}
.c5-sec6__bottom {
  margin: 0 auto 50px;
}
.c5-sec6__bottom img {
  display: block;
  margin: 0 auto 15px;
}
.c5-sec6__bottom p {
  text-align: center;
}
.c5-sec6__bottom p:first-of-type {
  font-size: 16px;
  margin: 0 0 5px;
}
.c5-sec6 .c5-content__catch {
  margin-bottom: 30px;
}
.c5-sec6 .c5-c__slick {
  margin-bottom: 50px;
}
.c5-sec7 .c5-content__ttl {
  margin-bottom: 30px;
}
.c5-sec7 .c5-p__slick {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.c5-sec7 .c5-p__slick .c5-product__content.slick-slide {
  width: auto;
}
.c5-sec7 .c5-p__slick .c5-product__content.slick-slide .c5-product__img {
  width: auto;
  max-height: 300px;
}
.c5-sec8 .c5-content__ttl {
  margin-bottom: 40px;
}
.c5-sec9 .c5-content__catch {
  font-size: 15px;
  margin-bottom: 10px;
}
.c5-sec9 .c5-note {
  max-width: 647px;
  margin: 0 auto 30px;
}
.c5-sec9 .c5-p__slick {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.c5-sec9 .c5-p__slick .c5-product__content.slick-slide {
  width: auto;
}
.c5-sec9 .c5-p__slick .c5-product__content.slick-slide .c5-product__img {
  width: auto;
  max-height: 250px;
}
.c5-sec9 .c5-p__slick .c5-product__content p.c5-product__txt.ex {
  margin-bottom: 2em;
}
.c5-sec9 .c5-kojin {
  box-sizing: border-box;
  width: 75%;
  margin: 20px auto 0;
  padding: 5px 0;
  border-top: 2px solid #00978a;
  border-bottom: 2px solid #00978a;
}
.c5-sec9 .c5-kojin a {
  font-size: 11px;
  line-height: 1.6;
}
.c5-sec9 .c5-kojin a img {
  display: inline-block;
  width: 20px;
  height: auto;
  padding-left: 9px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.c5-sec9 .slick-dots {
  bottom: -10px;
}
.c5-sec9 .slick-dots li {
  margin: 0 10px;
}

.c5-banner__wrap {
  padding-right: 15px;
  padding-left: 15px;
}
.c5-banner__wrap .c5-banner__catch {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 15px;
}
.c5-banner__wrap a {
  max-width: 994px;
  display: block;
  margin: 0 auto;
}
.c5-banner__wrap a:hover {
  opacity: 0.7;
}
.c5-banner__wrap a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.c5-sec10 .c5-content__ttl {
  padding-left: 0;
  padding-right: 0;
}
.c5-sec10 .c5-content__catch {
  margin-bottom: 25px;
}
.c5-sec10 .c5-note {
  font-size: 12px;
  margin: 0 auto;
}
.c5-sec10 .c5-apri {
  margin-bottom: 50px;
  padding: 15px 10px;
  background: #eaedf3;
}
.c5-sec10 .c5-apri__left {
  margin-bottom: 25px;
}
.c5-sec10 .c5-apri__left-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c5-sec10 .c5-apri__left-txt img {
  width: 19%;
}
.c5-sec10 .c5-apri__left-txt p {
  width: 75%;
  margin: 0 0 0 4%;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.c5-sec10 .c5-apri__left-dec {
  font-size: 12px;
  line-height: 1.5;
}
.c5-sec10 .c5-apri__left .c5-apri__ttl {
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0 0;
}
.c5-sec10 .c5-apri__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c5-sec10 .c5-apri__right-icn {
  width: 48%;
}
.c5-sec10 .c5-apri__right-icn a {
  display: block;
}
.c5-sec10 .c5-apri__right-icn a:first-child {
  margin-bottom: 15px;
}
.c5-sec10 .c5-apri__right-icn a img {
  display: block;
  margin: 0 auto;
}
.c5-sec10 .c5-apri__right-qr {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.c5-sec10 .c5-apri-txtbottom {
  font-size: 15px;
  margin-bottom: 0;
}
.c5__link {
  position: relative;
  transition: all 0.3s;
}
.c5__link img {
  display: block;
}
.c5__link-txt {
  background: url("../img/window.png") no-repeat 98% 7px #1f232d;
  background-size: 17px;
  color: #a8a9b9;
  padding: 15px 10px 30px;
}
.c5__link-txt p {
  font-size: 13px;
  margin: 0;
  line-height: 1.8;
}
.c5__link-txt p.c5__link-txt-s {
  font-size: 11px;
}
.c5__link a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c5__link:hover {
  opacity: 0.7;
}

.c5__link.ex {
  max-width: 994px;
  margin: 0 auto;
}
.c5__link.ex a, .c5__link.ex img {
  display: block;
}
.c5__link.ex a {
  position: static;
}
.c5__link.ex img {
  margin: 0 auto;
}
.c5__link.ex:hover {
  opacity: 1;
}

#license {
  margin-top: 50px;
}
.c5-sec13 .c5-content__catch {
  margin-bottom: 15px;
}
.c5-sec13__colTxt {
  font-size: 13px;
  text-align: center;
  color: #2b94bf;
}
.c5-sec13 .c5-c__slick {
  margin-bottom: 50px;
}
.c5-sec13 .c5-ra__text-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  margin-bottom: 10px !important;
}
.c5-sec13 .c5-ra__text-cap.c5-i {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-sec13__helpguide {
  margin: 30px auto 0;
}
.c5-sec13__helpguide p {
  font-size: 12px;
}
.c5-sec13__helpguide p a {
  border-bottom: 1px solid #000;
}
.c5-sec13__helpguide p a:hover {
  border-bottom: none;
}
.c5-sec13__helpguide-note .c5-note li:last-child {
  line-height: 2;
}
.c5-sec13__helpguide-note .c5-note li:last-child span::after {
  display: inline-block;
  content: url("../img/sec13_icn_alexa_sp.png");
  vertical-align: middle;
  transform: scale(0.5);
  height: 0;
  position: relative;
  bottom: 14px;
}
.c5-sec13__helpguide-note img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.c5-sec13__subWrap {
  margin: 0 auto 70px;
}
.c5-sec13__subTtl {
  font-size: 13px;
  text-align: center;
  margin: 0 auto 15px;
  color: #2b94bf;
  font-weight: normal;
  font-feature-settings: "palt" 1;
}
.c5-sec13__subTxt {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.c5-sec14 .c5-content__ttl {
  margin-bottom: 30px;
}
.c5-sec14 .c5-p__slick {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.c5-sec14 .c5-p__slick .c5-product__content.slick-slide {
  width: auto;
}
.c5-sec14 .c5-p__slick .c5-product__content.slick-slide .c5-product__img {
  width: auto;
  max-height: 300px;
}
.c5-sec15 {
  padding-bottom: 60px;
}
.c5-sec15 .c5-content__catch {
  margin-bottom: 25px;
}
.c5-sec15 .c5-inner:first-of-type {
  margin-bottom: 50px;
}
.c5-sec15 .c5-inner:first-of-type .c5-c__slick li.slick-slide {
  width: auto;
}
.c5-sec15 .c5-inner:first-of-type .c5-c__slick li.slick-slide img {
  width: auto;
  max-height: 200px;
}
.c5-sec15 .c5-inner:last-of-type .c5-content__catch {
  margin-bottom: 20px;
}
.c5-sec15 .c5-inner:last-of-type .c5-c__slick {
  margin-bottom: 50px;
}
.c5-sec16 .c5-content__catch {
  font-size: 15px;
  margin-bottom: 30px;
}
.c5-sec16 .c5-product__content img {
  display: block;
  margin: 0 auto 20px;
}
.c5-sec17 .c5-content__ttl {
  margin-bottom: 40px;
}
.c5-image img {
  display: block;
  margin: 0 auto;
}

.c5-game {
  margin: 0 auto;
}
.c5-game__box-con {
  margin: 0 auto 25px;
}
.c5-game__box-con-img {
  display: block;
  width: 92%;
  margin: 0 auto 20px;
}
.c5-game__box-ttl {
  font-size: 16px;
  margin: 0 auto 5px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
.c5-game__box-txt {
  font-size: 13px;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
.c5-game .c5-game1 {
  margin: 0 auto 35px;
}
.c5-game .c5-game1 img {
  display: block;
  margin: 0 auto;
}
.c5-game .c5-game2 {
  margin: 0 auto 40px;
}
.c5-game .c5-game3 {
  margin-bottom: 45px;
}
.c5-game .c5-game3 .c5-game__box-con:last-child, .c5-game .c5-game4 .c5-game__box-con:last-child {
  margin-bottom: 0;
}

.c5-link {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.c5-link li {
  font-size: 13px;
  text-align: center;
}
.c5-link li:not(:last-child) {
  margin-bottom: 10px;
}
.c5-link a {
  word-break: break-all;
}
@media (min-width: 420px) {
  nav ul li a {
    padding: 35px 0;
  }
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-flex {
    display: flex;
  }
  .c5-inner {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .c5-main__container {
    margin-bottom: 100px;
  }
  .c5-hero {
    padding: 80px 0;
    margin-bottom: 90px;
  }
  .c5-hero h1 {
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .c5-hero h1 .c5-f-small {
    font-size: 30px;
  }
  .c5-hero h1 .c5-ffs {
    letter-spacing: 0.1em;
  }
  .c5-hero__catch {
    font-size: 18px;
    line-height: 1.77;
    text-align: center;
    margin-bottom: 70px;
  }
  .c5-content {
    padding: 80px 0 90px;
    overflow-x: hidden;
  }
  .c5-content__ttl {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
  }
  .c5-content__ttl.ex {
    letter-spacing: 0;
  }
  .c5-content__catch {
    font-size: 17px;
    text-align: center;
  }
  .c5-content__catch-note {
    font-size: 14px;
  }
  .c5-movie::before {
    width: 70px;
    height: 70px;
  }
  nav .c5-nav__anchor.c5-pull span {
    top: 50%;
  }
  nav .c5-nav__anchor.c5-pull span::after {
    width: 16px;
    height: 16px;
    border-width: 1px;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 8%;
    transform: translate(0, -50%) rotate(45deg);
  }
  nav .c5-nav__child li .c5-nav__anchor {
    padding: 30px 0;
  }
  nav {
    padding: 0 0 90px;
  }
  nav .c5-nav {
    background-color: #f2f5f9;
  }
  nav .c5-nav__parent {
    max-width: 1342px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: nowrap;
  }
  nav .c5-nav__parent > li {
    width: 20%;
    background-color: none;
  }
  nav .c5-nav__parent > li:first-child {
    border-left: 1px solid #a0a0a0;
  }
  nav .c5-nav__parent > li:last-child {
    margin-top: 0;
    border-right: 1px solid #a0a0a0;
  }
  nav .c5-nav__parent > li:hover::after {
    height: 5px;
  }
  nav .c5-nav__anchor {
    padding: 40px 0;
  }
  .is-active::after {
    height: 5px;
  }
  .c5-c__slick {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-c__slick li img {
    width: auto;
    margin: 0 auto 30px;
  }
  .c5-c__slick li p {
    font-size: 15px;
  }
  .c5-p__slick {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1030px;
    margin: 0 auto;
  }
  .c5-btn {
    width: 100%;
    max-width: 365px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .c5-btn span {
    right: 20px;
  }
  .c5-product__content {
    width: 49%;
    max-width: 410px;
  }
  .c5-product__txt {
    font-size: 24px;
    text-align: left;
    margin-top: 0;
  }
  .c5-product__txt span {
    font-size: 15px;
  }
  .c5-product .c5-btn__wrap a {
    margin-left: 0;
  }
  .c5-ra__text {
    max-width: 1000px;
    margin: 45px auto 0;
  }
  .c5-ra__text-ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .c5-ra__text-cap {
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 5px;
  }
  .c5-ra__text ul {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .c5-sec1 {
    padding-bottom: 70px;
  }
  .c5-sec1 .c5-content__catch {
    margin-bottom: 50px;
  }
  .c5-sec1 .c5-c__slick li {
    width: 30%;
  }
  .c5-sec2 .c5-content__catch {
    margin-bottom: 60px;
  }
  .c5-sec2 .c5-movie {
    margin-bottom: 140px;
  }
  .c5-sec2 .c5-c__slick {
    margin-top: 60px;
  }
  .c5-sec3 .c5-content__catch {
    margin-bottom: 0;
  }
  .c5-sec3 .c5-product {
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .c5-sec3 .c5-product__content {
    margin-bottom: 70px;
  }
  .c5-sec3 .c5-product__content:nth-child(3), .c5-sec3 .c5-product__content:last-child {
    margin-bottom: 0;
  }
  .c5-sec4 .c5-content__catch {
    margin-bottom: 90px;
  }
  .c5-sec4 .c5-content__ttl {
    margin-bottom: 70px;
  }
  .c5-sec4__catch {
    margin: 80px auto;
  }
  .c5-sec4__catch-inner div p {
    font-size: 17px;
    margin-top: 10px;
  }
  .c5-note {
    font-size: 15px;
  }
  .c5-banner {
    max-width: 605px;
    margin: 0 auto;
  }
  .c5-banner p {
    font-size: 20px;
  }
  .c5-banner__top {
    margin-bottom: 80px;
  }
  .c5-banner__bottom {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .c5-banner__three {
    max-width: 960px;
  }
  .c5-banner__three .c5-banner__bottom-content {
    max-width: 276px;
    margin: 0;
  }
  .c5-sec5__top {
    margin-bottom: 100px;
  }
  .c5-sec5__top img {
    margin: 60px auto 30px;
  }
  .c5-sec5__top p:first-of-type {
    font-size: 20px;
  }
  .c5-sec5__top p.c5-content__catch {
    max-width: 500px;
    margin: 0 auto;
    font-size: 15px;
  }
  .c5-sec5 .c5-content__catch {
    margin-bottom: 75px;
  }
  .c5-sec6__top {
    margin-bottom: 100px;
  }
  .c5-sec6__bottom {
    margin-bottom: 70px;
  }
  .c5-sec6__bottom img {
    margin: 60px auto 30px;
  }
  .c5-sec6__bottom p:first-of-type {
    font-size: 20px;
  }
  .c5-sec6__bottom p.c5-content__catch {
    max-width: 777px;
    margin: 0 auto;
    font-size: 15px;
  }
  .c5-sec6 .c5-content__catch {
    margin-bottom: 65px;
  }
  .c5-sec6 .c5-c__slick {
    margin-bottom: 30px;
  }
  .c5-sec6 .c5-c__slick li {
    width: 33%;
    max-width: 365px;
  }
  .c5-sec6 .c5-c__slick li img {
    margin-bottom: 18px;
  }
  .c5-sec7 .c5-content__ttl {
    margin-bottom: 65px;
  }
  .c5-sec7 .c5-product {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c5-sec7 .c5-product__content:first-child img {
    max-width: 62.2%;
    margin-left: 0;
  }
  .c5-sec8 .c5-content__ttl {
    margin-bottom: 90px;
  }
  .c5-sec9 .c5-content__catch {
    font-size: 20px;
  }
  .c5-sec9 .c5-note {
    margin: 0 auto 60px;
  }
  .c5-sec9 .c5-p__slick {
    padding-bottom: 0;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .c5-sec9 .c5-product__content {
    max-width: 505px;
    margin-bottom: 60px;
  }
  .c5-sec9 .c5-product__content:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .c5-sec9 .c5-product__content.c5-a300 .c5-product__img {
    max-width: 170px;
    margin-top: 35px;
  }
  .c5-sec9 .c5-product__content.c5-zx707 .c5-product__img {
    max-width: 188px;
  }
  .c5-sec9 .c5-product__content.c5-xp1 .c5-product__img, .c5-sec9 .c5-product__content.c5-xp5 .c5-product__img, .c5-sec9 .c5-product__content.c5-xp10 .c5-product__img, .c5-sec9 .c5-product__content.c5-xp1m7 .c5-product__img {
    max-width: 200px;
  }
  .c5-sec9 .c5-product__content .c5-product__img {
    margin: 0 auto 15px;
  }
  .c5-sec9 .c5-kojin {
    width: 94%;
    margin: 30px 0 0;
    padding: 10px 0;
    border-width: 3px;
  }
  .c5-sec9 .c5-kojin a {
    font-size: 16px;
    line-height: 1.625;
  }
  .c5-sec9 .c5-kojin a img {
    width: 23px;
  }
  .c5-banner__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c5-banner__wrap .c5-banner__catch {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .c5-sec10 .c5-content__catch {
    margin-bottom: 35px;
  }
  .c5-sec10 .c5-note {
    max-width: 995px;
    font-size: 17px;
  }
  .c5-sec10 .c5-apri {
    max-width: 1050px;
    margin: 0 auto 90px;
    padding: 25px 40px;
  }
  .c5-sec10 .c5-apri__inner {
    display: flex;
    justify-content: space-between;
  }
  .c5-sec10 .c5-apri__left {
    width: 48%;
    margin-bottom: 0;
  }
  .c5-sec10 .c5-apri__left-txt {
    margin-bottom: 10px;
  }
  .c5-sec10 .c5-apri__left-txt img {
    width: 22%;
    max-width: 102px;
  }
  .c5-sec10 .c5-apri__left-txt p {
    width: 75%;
    margin: 0 0 0 3%;
    font-size: 32px;
  }
  .c5-sec10 .c5-apri__left .c5-apri__ttl {
    font-size: 33px;
  }
  .c5-sec10 .c5-apri__right {
    width: 48%;
  }
  .c5-sec10 .c5-apri__right-icn {
    width: 48%;
  }
  .c5-sec10 .c5-apri__right-icn a:first-child {
    margin-bottom: 30px;
  }
  .c5-sec10 .c5-apri__right-qr {
    width: 100%;
    max-width: 188px;
  }
  .c5-sec11 .c5-content__ttl,
  .c5-sec12 .c5-content__ttl {
    margin-bottom: 50px;
  }
  .c5__link {
    max-width: 994px;
    margin: 0 auto;
  }
  .c5__link-txt {
    background-position: 98% 15px;
    padding: 35px 10px 35px 100px;
  }
  .c5__link-txt p {
    font-size: 30px;
    line-height: 1.5;
  }
  .c5__link-txt p.c5__link-txt-s {
    font-size: 20px;
  }
  #license {
    margin-top: 160px;
  }
  .c5-sec13__subWrap {
    margin-bottom: 50px;
  }
  .c5-sec13__subTtl {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .c5-sec13__subTxt {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .c5-sec13 .c5-content__catch {
    margin-bottom: 35px;
  }
  .c5-sec13__colTxt {
    font-size: 20px;
  }
  .c5-sec13 .c5-c__slick {
    margin-bottom: 0;
  }
  .c5-sec13 .c5-c__slick li {
    width: 33%;
    max-width: 365px;
  }
  .c5-sec13 .c5-c__slick li img {
    margin-bottom: 18px;
  }
  .c5-sec13 .c5-ra__text-note {
    font-size: 15px;
  }
  .c5-sec13__helpguide {
    max-width: 1000px;
    margin-top: 40px;
  }
  .c5-sec13__helpguide p {
    font-size: 20px;
  }
  .c5-sec13__helpguide-note {
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec13__helpguide-note .c5-note {
    width: 47%;
    margin-top: 0;
  }
  .c5-sec13__helpguide-note .c5-note li:last-child {
    line-height: 2;
  }
  .c5-sec13__helpguide-note .c5-note li:last-child span::after {
    display: inline;
    content: url("../img/sec13_icn_alexa_pc.png");
    transform: scale(1);
    bottom: -2px;
    padding: 0 3px;
  }
  .c5-sec13__helpguide-note img {
    width: 47%;
    margin: 0;
  }
  .c5-sec14 .c5-content__ttl {
    margin-bottom: 95px;
  }
  .c5-sec14 .c5-product {
    padding-bottom: 0;
    margin-bottom: 0;
    align-items: flex-end;
  }
  .c5-sec14 .c5-product__content:first-child {
    max-width: 477px;
  }
  .c5-sec14 .c5-product__content:last-child {
    max-width: 395px;
  }
  .c5-sec14 .c5-p__slick .c5-product__content .c5-product__img {
    margin-left: 0;
  }
  .c5-sec15 {
    padding-bottom: 70px;
  }
  .c5-sec15 .c5-content__catch {
    margin-bottom: 50px;
  }
  .c5-sec15 .c5-inner:first-of-type {
    margin-bottom: 120px;
  }
  .c5-sec15 .c5-inner:first-of-type .c5-c__slick li {
    width: 30%;
  }
  .c5-sec15 .c5-inner:last-of-type .c5-content__catch {
    margin-bottom: 60px;
    letter-spacing: -1px;
  }
  .c5-sec15 .c5-inner:last-of-type .c5-c__slick {
    margin-top: 60px;
  }
  .c5-sec16 .c5-content__catch {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .c5-sec16 .c5-product__content {
    margin: 0 auto;
  }
  .c5-sec16 .c5-product__content img {
    margin-bottom: 30px;
  }
  .c5-sec17 .c5-content__ttl {
    margin-bottom: 90px;
  }
  .c5-game__box {
    max-width: 995px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .c5-game__box-con {
    width: 49%;
    max-width: 482px;
    margin: 0;
  }
  .c5-game__box-con-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .c5-game__box-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c5-game__box-txt {
    font-size: 16px;
  }
  .c5-game .c5-game1 {
    margin-bottom: 70px;
  }
  .c5-game .c5-game2 {
    margin-bottom: 70px;
  }
  .c5-game .c5-game2 .c5-game__box-con {
    width: 33%;
    max-width: 318px;
  }
  .c5-game .c5-game2 .c5-game__box-ttl {
    margin-bottom: 0;
  }
  .c5-game .c5-game2 .c5-game__box-ttl.ex {
    letter-spacing: 0;
  }
  .c5-game .c5-game3 {
    margin-bottom: 80px;
  }
  .c5-game .c5-game3, .c5-game .c5-game4 {
    flex-direction: row-reverse;
  }
  .c5-game .c5-game3 .c5-game__box-con img, .c5-game .c5-game4 .c5-game__box-con img {
    margin-bottom: 0;
  }
  .c5-game .c5-game3 .c5-game__box-con .c5-game__box-ttl,
  .c5-game .c5-game3 .c5-game__box-con .c5-game__box-txt, .c5-game .c5-game4 .c5-game__box-con .c5-game__box-ttl,
  .c5-game .c5-game4 .c5-game__box-con .c5-game__box-txt {
    text-align: left;
  }
  .c5-link li {
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
  }
}
@media screen and (min-width: 944px) {
  .c5-movie {
    width: auto;
    max-width: 944px;
    height: 531px;
    margin: 0 auto;
    padding: 0;
  }
  .c5-movie.c5-v4 {
    max-width: 480px;
    height: 270px;
  }
}
@media (min-width: 992px) {
  .c5-sticky {
    top: 126px;
  }
}
@media (min-width: 1030px) {
  .c5-sec9 .c5-p__slick {
    width: calc(100% + 150px);
    max-width: 1350px;
  }
  .c5-sec9 .c5-product {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .c5-sec9 .c5-product__content {
    width: calc(50% - 150px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-right: 150px;
    margin-bottom: 100px;
  }
  .c5-sec9 .c5-product__content.c5-a300 {
    margin-bottom: 150px;
  }
  .c5-sec9 .c5-product__content.c5-a300 .c5-product__img {
    width: 42%;
    margin-right: 30px;
  }
  .c5-sec9 .c5-product__content.c5-zx707 {
    margin-bottom: 150px;
  }
  .c5-sec9 .c5-product__content.c5-zx707 .c5-product__img {
    width: 42%;
    margin-right: 20px;
  }
  .c5-sec9 .c5-product__content.c5-am2 {
    margin-bottom: 160px;
  }
  .c5-sec9 .c5-product__content.c5-am2 .c5-product__img {
    width: 42%;
    max-width: 209px;
    margin-right: 20px;
  }
  .c5-sec9 .c5-product__content.c5-zm2 {
    margin-bottom: 160px;
  }
  .c5-sec9 .c5-product__content.c5-zm2 .c5-product__img {
    width: 42%;
    max-width: 209px;
    margin-right: 20px;
  }
  .c5-sec9 .c5-product__content.c5-zm2 .c5-right {
    position: relative;
    top: 108px;
  }
  .c5-sec9 .c5-product__content.c5-xp1, .c5-sec9 .c5-product__content.c5-xp5 {
    margin-bottom: 90px;
  }
  .c5-sec9 .c5-product__content.c5-xp1, .c5-sec9 .c5-product__content.c5-xp5, .c5-sec9 .c5-product__content.c5-xp10, .c5-sec9 .c5-product__content.c5-xp1m7 {
    align-items: center;
  }
  .c5-sec9 .c5-product__content.c5-xp1 .c5-product__img, .c5-sec9 .c5-product__content.c5-xp5 .c5-product__img, .c5-sec9 .c5-product__content.c5-xp10 .c5-product__img, .c5-sec9 .c5-product__content.c5-xp1m7 .c5-product__img {
    width: 49%;
    max-width: 245px;
    margin-right: 10px;
  }
  .c5-sec9 .c5-product__content .c5-product__img {
    margin: 0;
  }
  .c5-sec9 .c5-product__content .c5-right {
    width: 52%;
  }
  .c5-sec9 .c5-product__content .c5-right.ex {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
