@charset "UTF-8";

/* mixin */
/* font */
@font-face {
  font-family: 'Brandon Grotesque Thin';
  font-style: normal;
  font-weight: normal;
  src: url("/product/mz/assets/font/Brandon_thin.woff") format("woff");
}

@font-face {
  font-family: 'Brandon Grotesque Light';
  font-style: normal;
  font-weight: normal;
  src: url("/product/mz/assets/font/Brandon_light.woff") format("woff");
}

@font-face {
  font-family: 'Brandon Grotesque Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/product/mz/assets/font/Brandon_bld.woff") format("woff");
}

body {
  background-color: #fff;
  color: #000;
  min-height: 100vh;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  overflow-x: hidden;
}

body a {
  color: #1e1e1e;
}

@media screen and (min-width: 751px) {
  body {
    width: 100%;
    min-width: 1200px;
    font-size: 1.6rem;
  }

  body a {
    transition: .2s;
  }

  body a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 750px) {
  body {
    width: 750px;
    max-width: 750px;
    font-size: 2.0rem;
  }
}

body img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

#page {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  #page {
    width: 100%;
    min-width: 1200px;
  }
}

@media screen and (max-width: 750px) {
  #page {
    width: 750px;
    max-width: 750px;
  }
}

.header {
  display: block;
  position: relative;
  z-index: 999;
}

.header .header-content {
  width: 100%;
  position: fixed;
  top: 0;
}

.header .header-content .h1-wrap h1 {
  position: absolute;
}

.header .header-content .navi .g-navi>li p>a,
.header .header-content .navi .g-navi>li p>span {
  font-family: 'Brandon Grotesque Bold';
  position: relative;
}

.header .header-content .navi .g-navi>li p>a::after,
.header .header-content .navi .g-navi>li p>span::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.header .header-content .navi .g-navi>li.grayout p>span {
  color: rgba(56, 56, 56, 0.4);
  pointer-events: none;
}

.header .header-content .navi .g-navi>li.navi_new-function p>span::after,
.header .header-content .navi .g-navi>li.navi_how-to-buy p>span::after

/*,
.header .header-content .navi .g-navi > li.navi_game p > a::after*/
  {
  background-image: url("../images/common/icon/icon_down.png");
}

.header .navi .g-navi>li.navi_forum p>a::after {
  background-image: url("../images/common/icon/icon_link.png");
}

.header .header-content .navi .g-navi>li.navi_new-function:hover p>span::after,
.header .header-content .navi .g-navi>li.navi_how-to-buy:hover p>span::after

/*,
.header .header-content .navi .g-navi > li.navi_game:hover p > a::after*/
  {
  transform: rotate(-180deg);
}

.header .header-content .navi .g-navi .navisub {
  width: 100%;
  display: none;
}

.header .header-content .navi .g-navi .navisub .navisub_menu li a {
  color: #fff;
  display: block;
}

.header .header-content .navi .utility {
  display: flex;
  display: -ms-flexbox;
  box-sizing: border-box;
}

.header .header-content .navi .utility>li {
  position: relative;
}

.header .header-content .navi .utility>li>a {
  font-family: 'Brandon Grotesque Bold';
  display: block;
}

.header .header-content .navi .utility>li>a::after {
  content: "";
  display: block;
  background: url("../images/common/icon/icon_cog.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .header {
    width: 750px;
  }

  .header .header-content {
    background: #1e1e1e;
    height: 120px;
    display: block;
    z-index: 999;
  }

  .header .header-content .header-inner {
    height: 0;
  }

  .header .h1-wrap h1 {
    width: 45%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
  }

  .header #btn-navi {
    background: #14dcf9;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
  }

  .header #btn-navi .btn {
    width: 42px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header #btn-navi .btn span {
    position: absolute;
    left: 1px;
    transition: all 330ms;
  }

  .header #btn-navi .btn span:not(:first-child) {
    background: #000;
    width: 42px;
    height: 5px;
  }

  .header #btn-navi .btn span:nth-child(1) {
    font-family: 'Brandon Grotesque Bold';
    top: 0;
    font-size: 1.4rem;
    line-height: 1;
  }

  .header #btn-navi .btn span:nth-child(2) {
    top: 24px;
  }

  .header #btn-navi .btn span:nth-child(3) {
    top: 39px;
  }

  .header #btn-navi .btn span:nth-child(4) {
    top: 53px;
  }

  .header .navi {
    width: 100vw;
    position: relative;
    top: 120px;
    right: -100vw;
    box-sizing: border-box;
    transition: transform .3s linear 0s;
  }

  .header .navi .g-navi>li {
    line-height: 0;
    border-bottom: 2px solid #fff;
  }

  .header .navi .g-navi>li>p {
    background: #14dcf9;
    padding: 0 50px;
  }

  .header .navi .g-navi>li>p span,
  .header .navi .g-navi>li>p a {
    font-size: 2.6rem;
    line-height: 90px;
    padding: 0 40px 0 0;
    display: inline-block;
  }

  .header .navi .g-navi>li>p span::after,
  .header .navi .g-navi>li>p a::after {
    width: 25px;
    height: 23px;
    top: 32px;
    right: 0;
  }

  .header .navi .navisub {
    background-color: rgba(56, 56, 56, 0.9);
  }

  .header .navi .navisub .navisub_menu li:not(:last-child) {
    border-bottom: 2px solid #fff;
  }

  .header .navi .navisub .navisub_menu li a {
    font-size: 2.6rem;
    line-height: 82px;
    padding: 0 55px;
  }

  .header .utility {
    background: #14dcf9;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
  }

  .header .utility>li {
    line-height: 20px;
    margin: 0 17px;
  }

  .header .utility>li>a {
    font-size: 2.2rem;
    padding: 0 28px;
  }

  .header .utility>li>a::after {
    width: 20px;
    height: 18px;
    top: 0;
    left: 0;
  }

  .header.open #btn-navi span {
    left: -10px;
  }

  .header.open #btn-navi span:not(:first-child) {
    width: 62px;
  }

  .header.open #btn-navi span:nth-child(1),
  .header.open #btn-navi span:nth-child(3) {
    opacity: 0;
  }

  .header.open #btn-navi span:nth-child(2) {
    transform: translate(0px, 20px) rotate(-45deg);
    top: 6px;
  }

  .header.open #btn-navi span:nth-child(4) {
    transform: translate(0px, -7px) rotate(-135deg);
    top: 33px;
  }

  .header.open .navi {
    transform: translate(-100vw);
  }
}

@media screen and (min-width: 751px) {
  .header .header-content {
    border-top: solid 15px #1e1e1e;
    background: #14dcf9;
  }

  .header .header-content .header-inner {
    width: 100%;
    min-width: 1200px;
    max-width: 1600px;
    height: 100px;
    margin: 0 auto;
    display: table;
  }

  .header .header-content .header-inner::before {
    content: "";
    display: block;
    background: #1e1e1e;
    width: 25%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header .header-content .h1-wrap {
    background: #1e1e1e;
    width: 25%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
  }

  .header .header-content .h1-wrap h1 {
    width: 230px;
    top: 30px;
    right: 50px;
  }

  .header .header-content .navi {
    background: #14dcf9;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
  }

  .header .header-content .navi .g-navi {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-sizing: border-box;
    margin: 50px 0 0 0;
  }

  .header .header-content .navi .g-navi>li p {
    height: 50px;
  }

  .header .header-content .navi .g-navi>li p>a,
  .header .header-content .navi .g-navi>li p>span {
    font-size: 1.5rem;
    line-height: 35px;
    padding: 0 28px;
    display: block;
    cursor: pointer;
    transition: all .3s;
  }

  .header .header-content .navi .g-navi>li p>a::after,
  .header .header-content .navi .g-navi>li p>span::after {
    width: 12px;
    height: 10px;
    top: 12px;
    right: 15px;
  }

  .header .header-content .navi .g-navi>li:not(:first-child) p>a,
  .header .header-content .navi .g-navi>li:not(:first-child) p>span {
    border-left: 1px solid #fff;
  }

  .header .header-content .navi .g-navi .navisub {
    background-color: rgba(56, 56, 56, 0.8);
    width: 100%;
    position: absolute;
    left: 0;
    animation: show .3s;
  }

  .header .header-content .navi .g-navi .navisub .navisub_inner {
    width: 1200px;
    font-weight: normal;
    padding: 35px 0;
    margin: 0 auto;
  }

  .header .header-content .navi .g-navi .navisub .navisub_menu {
    vertical-align: middle;
    display: table;
  }

  .header .header-content .navi .g-navi .navisub .navisub_menu li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
  }

  .header .header-content .navi .g-navi .navisub .navisub_menu li:not(:first-child) {
    border-left: 1px solid #c2c2c2;
  }

  .header .header-content .navi .g-navi .navisub .navisub_menu li a {
    padding: 0 52px;
  }

  .header .header-content .navi .g-navi .navisub .navisub_menu li a:hover {
    color: #14dcf9;
  }

  .header .header-content .navi .utility {
    height: 20px;
    position: absolute;
    top: 15px;
    right: 0;
  }

  .header .header-content .navi .utility>li {
    line-height: 20px;
  }

  .header .header-content .navi .utility>li>a {
    font-size: 1.2rem;
    padding: 0 20px;
  }

  .header .header-content .navi .utility>li>a::after {
    width: 14px;
    height: 12px;
    top: 3px;
    left: 0;
  }

  .header .header-content .navi .g-navi li.navi_new-function:hover .navisub,
  .header .header-content .navi .g-navi li.navi_how-to-buy:hover .navisub,
  .header .header-content .navi .g-navi li.navi_game:hover .navisub,
  .header .header-content .navi .g-navi li.navi_download:hover .navisub {
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  .header .header-content .h1-wrap h1 {
    right: 100px;
  }

  .header .header-content .navi .g-navi {
    margin: 50px 180px 0 0;
  }

  .header .header-content .navi .g-navi>li>a {
    padding: 0 35px;
  }

  .header .header-content .navi .utility {
    right: auto;
    left: 50%;
    margin-left: 420px;
  }
}

@keyframes show {
  from {
    height: 0;
  }

  to {
    height: 98px;
  }
}

section {
  position: relative;
}

@media screen and (min-width: 751px) {
  section {
    margin: 115px 0 0;
    min-height: calc(100vh - 101px);
  }
}

@media screen and (max-width: 750px) {
  section {
    margin: 120px 0 0;
    min-height: calc(100vh - 311px);
  }
}

section .heading .heading-inner {
  background-repeat: no-repeat;
  background-position: center 0;
}

section .heading .heading-inner h2 span {
  font-family: 'Brandon Grotesque Light';
  line-height: 1;
  font-size: 3.8rem;
}

@media screen and (min-width: 751px) {
  section .heading {
    border-bottom: 1px dotted #e7e7e7;
    background: url("../images/common/bg_pattern.png") repeat 0 0;
    background-size: 135px 78px;
  }

  section .heading .heading-inner {
    background-size: 1755px 250px;
  }

  section .heading .heading-inner h2 {
    width: 1200px;
    padding: 105px 0 106px 120px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  section .heading .heading-inner {
    height: 300px;
  }

  section .heading .heading-inner h2 {
    padding: 130px 0 0 62px;
  }
}

section h3.h3-line {
  background: url("../images/common/h3_line.jpg") repeat-y 0 0;
}

section h3.h3-line span {
  font-weight: bold;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  section h3.h3-line {
    padding: 2px 0 0;
    margin: 0 0 60px;
  }

  section h3.h3-line span {
    font-size: 2.2rem;
    margin: 0 0 0 35px;
  }
}

@media screen and (max-width: 750px) {
  section h3.h3-line {
    padding: 2px 0 0;
    margin: 0 0 60px;
  }

  section h3.h3-line span {
    font-size: 2.8rem;
    margin: 0 0 0 35px;
  }
}

section .btn {
  background: #14dcf9;
  width: 300px;
}

section .btn a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}

section .btn a::before {
  content: "";
  display: block;
  background: #000;
  width: 80px;
  height: 80px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -60px;
  right: -48px;
}

@media screen and (max-width: 750px) {
  section .btn {
    width: 640px;
  }

  section .btn a {
    font-size: 2.6rem;
    line-height: 100px;
  }

  section .btn a::before {
    bottom: -50px;
    right: -45px;
  }
}

section .indent {
  font-size: 1.2rem;
  padding-left: 0.5em;
  text-indent: -0.5em;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  section .indent {
    font-size: 2.0rem;
  }
}

section .caution {
  color: #ff0000;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  section .caution {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 751px) {
  .foot-banner {
    width: 1200px;
    margin: 0 auto 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foot-banner li {
    -ms-flex-preferred-size: 423px;
    flex-basis: 423px;
  }
}

@media screen and (max-width: 750px) {
  .foot-banner {
    width: 605px;
    margin: 0 auto 65px;
  }

  .foot-banner li {
    margin: 0 0 25px;
  }
}

footer {
  background: #1e1e1e;
  width: 100%;
  position: relative;
  z-index: 3;
}

footer .logo_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

footer .copyright {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
}

footer .sns-btn {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

footer .sns-btn li {
  background: #383838;
}

footer .sns-btn li a {
  display: block;
}

@media screen and (min-width: 751px) {
  footer {
    border-top: 10px solid #14dcf9;
    padding: 22px 0 22px 20px;
  }

  footer .logo_list {
    width: 230px;
    position: absolute;
    top: 17px;
    right: 300px;
  }

  footer .logo_list li {
    margin-left: 12px;
  }

  footer .logo_list li:first-child {
    -ms-flex-preferred-size: 38px;
    flex-basis: 38px;
  }

  footer .logo_list li:last-child {
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px;
  }

  footer .copyright .inline {
    font-size: 0.8rem;
    line-height: 1.8;
    margin: 5px 0 0 10px;
  }

  footer .copyright .logo_kadokawa {
    width: 32px;
  }

  footer .sns-btn li {
    margin-left: 1px;
    padding: 27px 30px;
  }

  footer .sns-btn li a {
    width: 34px;
  }
}

@media screen and (max-width: 750px) {
  footer {
    border-top: 12px solid #14dcf9;
    width: 750px;
    padding: 22px 0 40px 45px;
  }

  footer .logo_list li:first-child {
    -ms-flex-preferred-size: 54px;
    flex-basis: 54px;
  }

  footer .logo_list li:last-child {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    margin-left: 18px;
  }

  footer .copyright {
    margin: 70px 0 0;
  }

  footer .copyright .inline {
    font-size: 1.6rem;
    margin: 7px 0 0 15px;
  }

  footer .copyright .logo_kadokawa {
    width: 60px;
  }

  footer .sns-btn li {
    margin-left: 2px;
    padding: 38px;
  }

  footer .sns-btn li a {
    width: 42px;
  }
}

.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 750px) {
  .anchor {
    margin-top: -125px;
    padding-top: 125px;
  }
}