@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,800&amp;family=Nunito&amp;display=swap");
body {
  background: url(https://www.koeitecmoamerica.com/mrdx/img/bg_dia.jpg) fixed;
  font-family: 'Nunito', sans-serif; }

#wrapper {
  overflow: hidden; }

#about, #system, #features {
  padding-top: 30px;
  margin-top: -30px; }

header {
  background: url(https://www.koeitecmoamerica.com/mrdx/img/bg_to.jpg);
  background-size: 350px;
  border-bottom: solid #502a0e 4px;
  margin-top: 60px; }
  @media (max-width: 768px) {
    header {
      margin-top: 0; } }
  header img {
    max-width: 100%; }
  header .top {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      header .top {
        padding-bottom: 4vw; } }
  header .top-visual {
    width: 100%;
    padding: 1vw;
    position: relative; }
    header .top-visual .top-platform {
      position: absolute;
      top: 1vw;
      left: 1vw;
      width: 20%; }
    header .top-visual .top-25th {
      position: absolute;
      top: 0vw;
      right: 0vw;
      width: 12%; }
  header .top-title {
    width: 90%;
    margin: 2vw auto 0;
    max-width: 1200px;
    text-align: center; }
  header .top-date {
    width: 50%;
    margin: 2vw auto 0;
    max-width: 600px;
    text-align: center; }
  header .top-now {
    width: 35%;
    margin: 2vw auto 0;
    max-width: 400px;
    text-align: center; }

main img {
  max-width: 100%; }

.about {
  width: 80%;
  max-width: 1200px;
  margin: 80px auto; }
  @media (max-width: 768px) {
    .about {
      width: 96%;
      margin: 8% auto; } }

.headline {
  position: relative;
  font-family: 'Josefin Sans', sans-serif; }
  .headline .headline-t {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40pt;
    font-weight: 900; }
    @media (max-width: 1500px) {
      .headline .headline-t {
        font-size: 3.5vw; } }
    @media (max-width: 768px) {
      .headline .headline-t {
        font-size: 6vw; } }
  @media (max-width: 768px) {
    .headline .headline-t.t2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.box {
  width: 100%;
  margin: 40px 0 80px;
  background: rgba(255, 242, 214, 0.7);
  padding: 40px 40px 40px;
  position: relative;
  border-radius: 30px;
  border: solid #502a0e 4px; }
  @media (max-width: 1500px) {
    .box {
      margin-top: 3%; } }
  @media (max-width: 768px) {
    .box {
      margin: 8vw 0;
      padding: 4%; } }
  .box .box-deco-up:before, .box .box-deco-up:after {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    content: '';
    top: 0;
    background-size: contain; }
    @media (max-width: 768px) {
      .box .box-deco-up:before, .box .box-deco-up:after {
        width: 60px;
        height: 60px; } }
  .box .box-deco-up:before {
    left: 0;
    background-image: url(https://www.koeitecmoamerica.com/mrdx/img/deco-corner.png); }
  .box .box-deco-up:after {
    right: 0;
    background-image: url(https://www.koeitecmoamerica.com/mrdx/img/deco-corner.png);
    transform: rotate(90deg); }
  .box .box-deco-down:before, .box .box-deco-down:after {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    content: '';
    bottom: 0;
    background-size: contain; }
    @media (max-width: 768px) {
      .box .box-deco-down:before, .box .box-deco-down:after {
        width: 60px;
        height: 60px; } }
  .box .box-deco-down:before {
    left: 0;
    background-image: url(https://www.koeitecmoamerica.com/mrdx/img/deco-corner.png);
    transform: rotate(-90deg); }
  .box .box-deco-down:after {
    right: 0;
    background-image: url(https://www.koeitecmoamerica.com/mrdx/img/deco-corner.png);
    transform: rotate(180deg); }
  .box .box-content {
    max-width: 1000px;
    margin: 0 auto;
    color: #502a0e;
    font-size: 14pt;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .box .box-content {
        font-size: 1em; } }
    .box .box-content .box-title {
      text-align: center; }
      .box .box-content .box-title h3 {
        font-size: 3.2em;
        color: #8e5200;
        font-weight: 900;
        margin: 0.2em 0 0;
        line-height: 1.5;
        font-family: 'Josefin Sans', sans-serif;
        font-style: italic; }
        @media (max-width: 1500px) {
          .box .box-content .box-title h3 {
            font-size: 4.5vw; } }
        @media (max-width: 768px) {
          .box .box-content .box-title h3 {
            font-size: 6vw; } }
    .box .box-content .box-text {
      text-align: left;
      margin: 20px 0; }
      @media (max-width: 768px) {
        .box .box-content .box-text {
          margin: 2vw 0; } }
    .box .box-content .box-pic {
      display: flex; }
      @media (max-width: 768px) {
        .box .box-content .box-pic {
          flex-direction: column; } }
      .box .box-content .box-pic .box-pic-list {
        width: 48%;
        margin: 1%; }
        @media (max-width: 768px) {
          .box .box-content .box-pic .box-pic-list {
            width: 100%; } }
    .box .box-content .box-video {
      text-align: center;
      margin-top: 40px; }
      @media (max-width: 768px) {
        .box .box-content .box-video {
          margin: 4vw 0; } }
    .box .box-content .system-box {
      margin-bottom: 80px; }
      .box .box-content .system-box:last-child {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .box .box-content .system-box {
          margin-bottom: 8vw; } }
    .box .box-content h4 {
      text-align: center;
      font-weight: 900;
      font-size: 2em;
      margin: 0.2em 0;
      font-family: 'Josefin Sans', sans-serif; }
      @media (max-width: 768px) {
        .box .box-content h4 {
          font-size: 1.5em; } }

footer {
  width: 100%;
  background: #000;
  padding: 80px 0;
  color: #fff;
  text-align: center; }
  footer img {
    max-width: 100%;
    max-height: 100%; }

.platform {
  margin-bottom: 6vw;
  font-size: 1em; }

.copy {
  width: 90%;
  margin: 0 auto; }

.flex {
  display: flex;
  justify-content: center; }

.base-platform-icon, .base-copyright, .base-rating-icon {
  list-style-type: none;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .base-platform-icon, .base-copyright, .base-rating-icon {
      margin: 2% 0 0; } }

.base-platform-icon li {
  height: 50px;
  margin: 20px; }

.base-copyright-txt {
  font-size: 0.8em;
  line-height: 1.7; }

.base-rating-icon li {
  height: 80px; }

.pc {
  display: auto; }
  @media (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 768px) {
    .sp {
      display: block; } }

.footer-language {
  display: flex;
  align-items: center;
  margin: 2vw auto 0;
  justify-content: center;
  font-size: 10pt; }
  @media (max-width: 768px) {
    .footer-language {
      flex-wrap: wrap;
      flex-direction: columns;
      font-size: 0.8em; } }
  .footer-language .footer-language-title {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .footer-language .footer-language-title {
        margin: 4vw 0 2vw; } }
  .footer-language .footer-language-icon {
    margin-right: 6px; }
  .footer-language .language-list {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    list-style: none; }
    @media (max-width: 768px) {
      .footer-language .language-list {
        padding: 1vw 2vw; } }
    .footer-language .language-list .language-item {
      border: 1px solid #fff;
      text-align: center;
      margin: 0 5px;
      transition: all 0.5s;
      text-decoration: none;
      color: #fff;
      display: block; }
      .footer-language .language-list .language-item:hover {
        background: #fff;
        color: #000; }
      .footer-language .language-list .language-item a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 5px 20px; }
        @media (max-width: 768px) {
          .footer-language .language-list .language-item a {
            padding: 1vw 2vw; } }
        .footer-language .language-list .language-item a:hover {
          color: #000; }
    .footer-language .language-list .lang-on {
      background: #fff;
      color: #000; }
      .footer-language .language-list .lang-on a {
        color: #000; }

/*  different  */
.product-diff {
  margin: 20px 0 80px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative; }
  @media (max-width: 768px) {
    .product-diff {
      flex-direction: column; } }
  .product-diff .diff-box {
    width: 48%;
    border-radius: 20px;
    border: solid #502a0e 4px;
    padding: 30px;
    background-image: url(https://www.koeitecmoamerica.com/mrdx/img/dif-bg.png);
    background-position: center;
    background-color: rgba(255, 246, 226, 0.9);
    margin: 2% 1%;
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .product-diff .diff-box {
        width: 100%;
        padding: 3vw; } }
  .product-diff h5 {
    font-size: 1.8em;
    margin: 0.4em 0;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: -0.03em; }
    @media (max-width: 768px) {
      .product-diff h5 {
        font-size: 1.4em; } }
  .product-diff .diff-plat {
    margin: 0.5em 0;
    font-size: 0.7em;
    color: #fff; }
  .product-diff .plat-mf1 {
    background: #f9ad00;
    margin-right: 1em;
    padding: 0.2em 0.6em;
    border-radius: 10px; }
  .product-diff .plat-mf2 {
    background: #009fad;
    padding: 0.2em 0.6em;
    border-radius: 10px; }
  .product-diff .diff-text {
    text-align: left;
    margin-top: 4%;
    font-size: 1.2em; }
    @media (max-width: 768px) {
      .product-diff .diff-text {
        font-size: 1em; } }
  .product-diff .diff-img {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-top: 1em; }
    .product-diff .diff-img .diff-img-list {
      max-width: 70%;
      margin: 1%;
      border: #5b3514 solid 4px; }
      .product-diff .diff-img .diff-img-list img {
        display: block; }

.chara1 {
  position: absolute;
  top: -50px;
  right: -80px;
  width: 20%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara1 {
      top: -2vw;
      right: -7vw; } }
  @media (max-width: 768px) {
    .chara1 {
      display: none; } }

.chara2 {
  position: absolute;
  top: 730px;
  left: -180px;
  width: 30%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara2 {
      top: 50vw;
      left: -8vw; } }
  @media (max-width: 768px) {
    .chara2 {
      display: none; } }

.chara3 {
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 35%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara3 {
      bottom: -7vw;
      right: -10vw; } }
  @media (max-width: 768px) {
    .chara3 {
      display: none; } }

.chara4 {
  position: absolute;
  top: -50px;
  left: -120px;
  width: 24%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara4 {
      top: -3vw;
      left: -7vw; } }
  @media (max-width: 768px) {
    .chara4 {
      display: none; } }

.chara5 {
  position: absolute;
  bottom: -120px;
  right: -80px;
  width: 32%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara5 {
      bottom: -9vw;
      right: -7vw; } }
  @media (max-width: 768px) {
    .chara5 {
      display: none; } }

.chara6 {
  position: absolute;
  top: -160px;
  left: -240px;
  width: 32%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara6 {
      top: -12vw;
      left: -16vw; } }
  @media (max-width: 768px) {
    .chara6 {
      display: none; } }

.chara7 {
  position: absolute;
  top: 600px;
  right: -200px;
  width: 25%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara7 {
      top: 52vw;
      right: -13vw; } }
  @media (max-width: 768px) {
    .chara7 {
      display: none; } }

.chara8 {
  position: absolute;
  bottom: -50px;
  left: -300px;
  width: 40%;
  z-index: 9; }
  @media (max-width: 1500px) {
    .chara8 {
      bottom: -12vw;
      left: -19vw; } }
  @media (max-width: 768px) {
    .chara8 {
      display: none; } }

.sns-tw {
  background: url(https://www.koeitecmoamerica.com/mrdx/img/bg_to.jpg);
  background-size: 350px;
  border-top: solid #502a0e 4px;
  padding: 80px 0; }

.tw {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border: #502a0e 10px solid;
  padding: 0;
  position: relative;
  background: #fff; }
  @media (max-width: 768px) {
    .tw {
      width: 90%; } }

.tw1 {
  padding: 20px;
  background: #502a0e;
  text-align: center;
  color: #fff;
  font-size: 40pt;
  font-weight: 900; }
  @media (max-width: 768px) {
    .tw1 {
      font-size: 1.5em; } }

.tw2 {
  padding: 20px;
  background: #502a0e;
  text-align: center; }

.twbtn {
  font-size: 24pt;
  font-weight: 700;
  color: #502a0e;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); }
  @media (max-width: 768px) {
    .twbtn {
      font-size: 1.3em; } }
  .twbtn:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
    background: #dcc5b3; }

.btn-shop {
  display: flex;
  justify-content: center;
  margin: 40px auto 0; }
  @media (max-width: 768px) {
    .btn-shop {
      margin: 4vw auto 0;
      flex-direction: column; } }
  .btn-shop .shop-list {
    width: 50%;
    max-width: 400px;
    margin: 0 0.4em;
    position: relative; }
    @media (max-width: 768px) {
      .btn-shop .shop-list {
        width: auto;
        max-width: 70%;
        margin: 0 auto; } }
    .btn-shop .shop-list .btn-t {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-25%, -60%);
      color: #fff;
      font-size: 26pt;
      font-weight: 500; }
      @media (max-width: 768px) {
        .btn-shop .shop-list .btn-t {
          font-size: 4.5vw; } }
    .btn-shop .shop-list .btn-p {
      width: 100%;
      text-align: center;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-43%, -50%);
      font-size: 28px;
      font-weight: 700;
      font-family: 'Josefin Sans', sans-serif;
      line-height: 0.9; }
      @media (max-width: 1200px) {
        .btn-shop .shop-list .btn-p {
          font-size: 2.5vw; } }
      @media (max-width: 768px) {
        .btn-shop .shop-list .btn-p {
          font-size: 3.8vw; } }
    .btn-shop .shop-list a:hover img {
      filter: brightness(130%);
      transition: 0.4s; }
    .btn-shop .shop-list .shopicon:before {
      position: absolute;
      display: inline-block;
      width: 40%;
      height: 40%;
      content: '';
      left: 10%;
      top: 50%;
      transform: translate(0, -60%);
      background-size: contain;
      background-image: url(https://www.koeitecmoamerica.com/mrdx/img/shopc.svg);
      z-index: 1; }

.btn-user {
  display: flex;
  justify-content: center;
  margin: 20px auto 0; }
  @media (max-width: 768px) {
    .btn-user {
      margin: 0 auto 0;
      flex-direction: column; } }
  .btn-user .user-list {
    width: 50%;
    max-width: 350px;
    margin: 0 0.4em;
    position: relative; }
    @media (max-width: 768px) {
      .btn-user .user-list {
        width: auto;
        max-width: 70%;
        margin: 0 auto; } }
    .btn-user .user-list .btn-txt {
      width: 100%;
      text-align: center;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20pt;
      font-weight: 700;
      font-family: 'Josefin Sans', sans-serif; }
      @media (max-width: 1200px) {
        .btn-user .user-list .btn-txt {
          font-size: 2.7vw; } }
      @media (max-width: 768px) {
        .btn-user .user-list .btn-txt {
          font-size: 3.8vw; } }
    .btn-user .user-list a:hover img {
      filter: brightness(180%);
      transition: 0.4s; }

.modaal-content-container {
  background: url(https://www.koeitecmoamerica.com/mrdx/img/bg_to.jpg);
  border: #301705 solid 4px; }

.appstore-box {
  padding: 10px 0; }
  .appstore-box h3 {
    text-align: center;
    font-size: 3.2em;
    color: #502a0e;
    font-weight: 900;
    margin: 0 0 4%;
    line-height: 1.5;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    letter-spacing: -0.03em; }
    @media (max-width: 1500px) {
      .appstore-box h3 {
        font-size: 4.5vw; } }
    @media (max-width: 768px) {
      .appstore-box h3 {
        font-size: 6vw; } }
  .appstore-box .btn-app {
    flex-wrap: wrap;
    margin-top: 2%; }

.notice {
  margin-top: 2%;
  font-size: 120%;
  text-align: center;
  font-weight: 600; }

.top-banner {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .top-banner {
      margin: 2vw 0 0;
      flex-direction: column; } }
  .top-banner .banner {
    width: 40%;
    margin: 0.4%;
    max-width: 590px; }
    @media (max-width: 768px) {
      .top-banner .banner {
        width: 90%;
        margin: 0 auto 2%; } }
  .top-banner a:hover {
    filter: brightness(110%);
    transition: 0.2s; }

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