@charset "UTF-8";
#temp-header {
  position: relative;
  height: 400px;
  background: url("../img/key.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }
  #temp-header::before {
    top: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  #temp-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    text-align: center;
    line-height: 1.8; }
    #temp-header h1 span {
      display: block;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      font-size: 16px; }
  #temp-header .info-head {
    position: relative;
    display: flex;
    padding-top: 80px;
    width: 1000px;
    margin: 0 auto; }
    #temp-header .info-head figure {
      border: 3px solid #fff;
      width: 400px;
      height: 300px;
      background-size: cover;
      background-position: center; }
      #temp-header .info-head figure img {
        display: none; }
    #temp-header .info-head .txt {
      text-align: left;
      width: 600px;
      padding-left: 50px; }
      #temp-header .info-head .txt time {
        display: inline-block;
        background: #f00;
        padding: 5px 20px;
        margin-bottom: 20px; }
      #temp-header .info-head .txt h1 {
        text-align: left;
        position: static;
        transform: none;
        line-height: 1.4;
        font-size: 32px; }
  #temp-header.playguide {
    height: 510px;
    overflow: hidden; }
    #temp-header.playguide h1 {
      position: static;
      transform: none; }
      #temp-header.playguide h1 .title {
        position: absolute;
        width: 360px;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        z-index: 2; }
      #temp-header.playguide h1 .title2 {
        position: absolute;
        right: 50%;
        margin-right: -300px;
        width: 310px;
        top: 0px; }
    #temp-header.playguide .comment {
      position: absolute;
      bottom: 0; }
      #temp-header.playguide .comment._l {
        left: 50%; }
      #temp-header.playguide .comment._r {
        right: 50%; }
      #temp-header.playguide .comment img {
        position: absolute; }
      #temp-header.playguide .comment figcaption {
        background: #fff;
        position: absolute;
        font-size: 12px;
        top: 0;
        color: #000;
        white-space: nowrap;
        line-height: 1.4;
        padding: 5px 10px;
        border-radius: 3px;
        left: 50%;
        transform: translate(-50%, 0); }
        #temp-header.playguide .comment figcaption._l::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 30%;
          border-left: 10px solid transparent;
          border-top: 10px solid #fff; }
        #temp-header.playguide .comment figcaption._r::after {
          content: "";
          position: absolute;
          top: 100%;
          right: 30%;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff; }
      #temp-header.playguide .comment.keiri {
        height: 270px;
        width: 210px;
        margin-left: -50vw; }
        #temp-header.playguide .comment.keiri img {
          bottom: -80px;
          width: 100%; }
      #temp-header.playguide .comment.shasho {
        height: 250px;
        width: 210px;
        margin-left: -38vw; }
        #temp-header.playguide .comment.shasho img {
          bottom: -80px;
          width: 100%; }
      #temp-header.playguide .comment.yushi {
        height: 200px;
        width: 170px;
        margin-left: -25vw; }
        #temp-header.playguide .comment.yushi img {
          bottom: -80px;
          width: 100%; }
      #temp-header.playguide .comment.hisho {
        height: 220px;
        width: 150px;
        margin-left: -12vw; }
        #temp-header.playguide .comment.hisho img {
          bottom: -90px;
          width: 100%; }
      #temp-header.playguide .comment.kanko {
        height: 210px;
        width: 200px;
        margin-right: -12vw; }
        #temp-header.playguide .comment.kanko img {
          bottom: -100px;
          width: 100%; }
        #temp-header.playguide .comment.kanko figcaption {
          margin-left: 20px; }
      #temp-header.playguide .comment.eigyo {
        height: 270px;
        width: 160px;
        margin-right: -25vw; }
        #temp-header.playguide .comment.eigyo img {
          bottom: -100px;
          width: 100%; }
      #temp-header.playguide .comment.city {
        height: 240px;
        width: 190px;
        margin-right: -38vw; }
        #temp-header.playguide .comment.city img {
          bottom: -30px;
          width: 100%; }
        #temp-header.playguide .comment.city figcaption {
          padding: 10px 20px; }
      #temp-header.playguide .comment.banker {
        height: 290px;
        width: 200px;
        margin-right: -50vw; }
        #temp-header.playguide .comment.banker img {
          bottom: -20px;
          width: 100%; }
        #temp-header.playguide .comment.banker figcaption {
          padding: 10px 20px; }
    #temp-header.playguide::before {
      display: none; }

.infomation-wrap {
  background: #f3f4f6 !important;
  margin-bottom: 150px;
  padding: 50px 0; }
  .infomation-wrap .news-list._column {
    width: 990px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .infomation-wrap .news-list._column li {
      width: 100%;
      margin: 15px;
      background: #fff; }
    .infomation-wrap .news-list._column article {
      position: relative;
      height: 100%;
      padding-left: 190px;
      min-height: 100px; }
      .infomation-wrap .news-list._column article time {
        display: block;
        font-size: 14px;
        padding: 10px 0; }
      .infomation-wrap .news-list._column article figure {
        position: absolute;
        top: 5px;
        left: 5px;
        height: 90px;
        width: 160px;
        background-size: cover;
        background-position: center; }
        .infomation-wrap .news-list._column article figure img {
          display: none; }
      .infomation-wrap .news-list._column article h3 {
        font-size: 16px;
        padding: 0 10px 20px 0; }
  .infomation-wrap .document {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 50px 20px 50px; }
    .infomation-wrap .document p {
      margin-bottom: 50px;
      font-size: 16px;
      line-height: 1.8; }
    .infomation-wrap .document h2 {
      font-size: 24px;
      font-weight: bold;
      border-bottom: 2px solid #555;
      padding: 10px 15px;
      margin-bottom: 30px;
      clear: both; }
    .infomation-wrap .document h3 {
      border-left: 10px solid #555;
      padding-left: 20px;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 30px;
      clear: both; }
    .infomation-wrap .document h4 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      clear: both; }
    .infomation-wrap .document ul + h2,
    .infomation-wrap .document p + h2 {
      margin-top: 70px; }
    .infomation-wrap .document .download {
      border-radius: 4px;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .infomation-wrap .document .download h3 {
        margin-bottom: 10px;
        border: none;
        padding: 0; }
      .infomation-wrap .document .download a {
        display: block;
        width: 70%;
        border: 1px solid #ddd;
        padding: 5px;
        margin-bottom: 10px; }
        .infomation-wrap .document .download a.txt {
          border: none;
          padding: 0;
          font-size: 14px;
          text-align: center; }
      .infomation-wrap .document .download img {
        display: block;
        width: 100%; }
    .infomation-wrap .document .download-list {
      display: flex; }
      .infomation-wrap .document .download-list li {
        width: 50%; }
    .infomation-wrap .document ul.normal {
      margin-left: 20px;
      margin-top: 15px; }
      .infomation-wrap .document ul.normal li {
        position: relative;
        margin-bottom: 10px;
        font-size: 16px;
        padding-left: 20px;
        line-height: 1.5; }
        .infomation-wrap .document ul.normal li::before {
          position: absolute;
          content: "・";
          left: 0; }
    .infomation-wrap .document .img-left {
      float: left; }
    .infomation-wrap .document .flex {
      clear: both;
      display: flex;
      margin-bottom: 30px; }
      .infomation-wrap .document .flex figcaption {
        font-size: 14px;
        margin-top: 10px; }
      .infomation-wrap .document .flex.img-left figure {
        margin-right: 50px; }
      .infomation-wrap .document .flex.img-right {
        justify-content: space-between; }
        .infomation-wrap .document .flex.img-right .text {
          margin-right: 50px; }
  .infomation-wrap .movielist-wrap {
    background: #fff;
    display: none;
    padding-top: 30px;
    box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.02), 0px 0px 5.3px rgba(0, 0, 0, 0.028), 0px 0px 10px rgba(0, 0, 0, 0.035), 0px 0px 17.9px rgba(0, 0, 0, 0.042), 0px 0px 33.4px rgba(0, 0, 0, 0.05), 0px 0px 80px rgba(0, 0, 0, 0.07); }
  .infomation-wrap #hirogaru {
    display: block; }
  .infomation-wrap #hajimaru .page-nav ul li a,
  .infomation-wrap #hajimaru .movie-category {
    background: #7b9b64; }

.platform-select {
  background: #f3f4f6; }
  .platform-select .tab-selector .tab-item {
    min-width: 400px; }

.tab-selector ul {
  display: flex;
  justify-content: center; }
  .tab-selector ul li {
    overflow: hidden;
    padding: 20px 15px 0 15px; }
.tab-selector .tab-item {
  cursor: pointer;
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  line-height: 70px;
  height: 66px;
  font-size: 28px;
  text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, 0 0 8px rgba(0, 0, 0, 0.4);
  padding: 0 25px;
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.02), 0px 0px 5.3px rgba(0, 0, 0, 0.028), 0px 0px 10px rgba(0, 0, 0, 0.035), 0px 0px 17.9px rgba(0, 0, 0, 0.042);
  border-radius: 10px 10px 0 0;
  background: #f3f4f6;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff; }
  .tab-selector .tab-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.02), 0px 0px 5.3px rgba(0, 0, 0, 0.028), 0px 0px 10px rgba(0, 0, 0, 0.035), 0px 0px 17.9px rgba(0, 0, 0, 0.042); }
  .tab-selector .tab-item._hirogaru {
    color: #3e6dbb; }
  .tab-selector .tab-item._hajimaru {
    color: #7b9b64; }
  .tab-selector .tab-item._switch {
    color: #E60012; }
  .tab-selector .tab-item._steam {
    color: #137fb1; }
  .tab-selector .tab-item._selected {
    background: #fff;
    pointer-events: none; }
    .tab-selector .tab-item._selected::after {
      display: none; }

.guide-nav {
  margin: 50px auto; }
  .guide-nav ul {
    display: flex;
    justify-content: center; }
    .guide-nav ul li {
      margin: 0 25px; }
    .guide-nav ul a {
      position: relative;
      display: block;
      width: 470px;
      text-align: center;
      border: #ffd545 solid 3px;
      border-radius: 10px;
      line-height: 60px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,f0f0f0+100 */
      background: #fcfcfc;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fcfcfc 0%, #f0f0f0 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fcfcfc 0%, #f0f0f0 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fcfcfc 0%, #f0f0f0 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f0f0f0',GradientType=0 );
      /* IE6-9 */
      box-shadow: inset 3px 0 0 #fff,inset 3px 3px 0 #fff,inset 0px 3px 0 #fff,inset -3px 3px 0 #fff,inset -3px 0px 0 #fff,inset -3px -3px 0 #fff,inset 3px -3px 0 #fff;
      font-size: 22px;
      color: #3e6dbb;
      text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, 0 0 8px rgba(0, 0, 0, 0.4); }
      .guide-nav ul a._gr {
        color: #7b9b64; }
      .guide-nav ul a::after {
        content: "";
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: url("../img/bg_under_shadow_03.png") center top no-repeat;
        background-size: contain;
        top: calc(100% + 3px);
        left: 0; }

.pattern-box {
  background: #eff6f6 url("../img/pattern.svg");
  background-color: #eff6f6 !important;
  background-size: 56px;
  border-top: 5px solid #cfdae5;
  border-bottom: 5px solid #cfdae5;
  padding: 30px 0;
  color: #534c48;
  margin: 50px 0; }
  .pattern-box .line-title {
    position: relative;
    max-width: 1080px;
    padding: 0 50px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center; }
    .pattern-box .line-title::after, .pattern-box .line-title::before {
      position: absolute;
      content: "";
      display: block;
      height: 6px;
      width: 100%;
      background: url("../img/obj_line_bl.svg") repeat-x;
      background-size: auto 6px;
      top: 50%;
      margin-top: -3px; }
    .pattern-box .line-title::before {
      right: calc(100% - 30px); }
    .pattern-box .line-title::after {
      left: 100%; }
    .pattern-box .line-title._wt::after, .pattern-box .line-title._wt::before {
      background: url("../img/obj_line_wt.svg") repeat-x;
      background-size: auto 6px; }
    .pattern-box .line-title._gr::after, .pattern-box .line-title._gr::before {
      background: url("../img/obj_line_gr.svg") repeat-x;
      background-size: auto 6px; }
    .pattern-box .line-title .title {
      font-size: 36px;
      margin-right: 30px;
      text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, 0 0 8px rgba(0, 0, 0, 0.4);
      padding-top: 8px; }
      .pattern-box .line-title .title._bl {
        color: #3e6dbb; }
      .pattern-box .line-title .title._gr {
        color: #7b9b64; }
    .pattern-box .line-title .cap {
      color: #000; }
  .pattern-box .shadow {
    margin-bottom: 30px;
    font-size: 24px;
    text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, 0 0 8px rgba(0, 0, 0, 0.4); }
  .pattern-box ._wrap {
    max-width: 1080px;
    padding: 0 50px;
    margin: 0 auto; }
  .pattern-box .package-info {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    z-index: 10; }
    .pattern-box .package-info figure {
      padding-right: 85px;
      padding-left: 85px; }
      .pattern-box .package-info figure img {
        width: 186px; }
      .pattern-box .package-info figure.dlc-icon {
        padding-left: 0;
        padding-right: 50px; }
        .pattern-box .package-info figure.dlc-icon .icon {
          display: block;
          width: 136px;
          height: 136px;
          background: #015ba0;
          border-radius: 10px;
          overflow: hidden;
          border: 2px solid #fff; }
          .pattern-box .package-info figure.dlc-icon .icon img {
            width: 100%; }
      .pattern-box .package-info figure figcaption {
        text-align: center;
        font-size: 14px;
        margin-top: 10px; }
    .pattern-box .package-info .info-content {
      width: 625px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .pattern-box .package-info .prices {
      display: flex;
      justify-content: space-between; }
      .pattern-box .package-info .prices dl {
        width: 48%; }
      .pattern-box .package-info .prices dt {
        font-size: 16px; }
      .pattern-box .package-info .prices dd {
        text-align: right;
        border-bottom: 3px solid  #534c48;
        padding-bottom: 5px; }
        .pattern-box .package-info .prices dd span {
          display: block; }
        .pattern-box .package-info .prices dd .price {
          display: block;
          font-family: acumin-pro-condensed, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 60px;
          line-height: 1; }
        .pattern-box .package-info .prices dd .tax {
          font-size: 14px; }
        .pattern-box .package-info .prices dd.other-option {
          border: none;
          padding-top: 15px; }
          .pattern-box .package-info .prices dd.other-option .btn-ex-store {
            width: 100%; }
    .pattern-box .package-info .package-content {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 15px;
      box-shadow: 1.7px 1.9px 5.3px rgba(0, 0, 0, 0.028), 5.8px 6.5px 17.9px rgba(0, 0, 0, 0.042), 26px 29px 80px rgba(0, 0, 0, 0.07);
      padding: 20px;
      margin-top: 30px;
      margin-bottom: 10px; }
      .pattern-box .package-info .package-content::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid #fff; }
      .pattern-box .package-info .package-content h4 {
        position: absolute;
        background: #ffe100;
        right: 20px;
        top: -13px;
        font-size: 16px;
        height: 27px;
        width: 114px;
        text-align: center;
        line-height: 30px;
        text-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 0 0 8px rgba(0, 0, 0, 0.4);
        border-radius: 5px; }
      .pattern-box .package-info .package-content .plus img {
        width: 26px;
        height: 26px; }
      .pattern-box .package-info .package-content dl {
        display: flex;
        align-items: center;
        flex-direction: row-reverse; }
        .pattern-box .package-info .package-content dl dt {
          font-size: 18px; }
        .pattern-box .package-info .package-content dl dd {
          margin-right: 20px; }
          .pattern-box .package-info .package-content dl dd .icon {
            display: block;
            width: 80px;
            height: 80px;
            background: #015ba0;
            border-radius: 10px;
            overflow: hidden; }
            .pattern-box .package-info .package-content dl dd .icon img {
              width: 100%; }
  .pattern-box.starter .line-title::after {
    left: calc(100% - 150px); }
  .pattern-box.starter .column {
    background: #fff;
    border-radius: 15px;
    box-shadow: 1.7px 1.9px 5.3px rgba(0, 0, 0, 0.028), 5.8px 6.5px 17.9px rgba(0, 0, 0, 0.042), 26px 29px 80px rgba(0, 0, 0, 0.07);
    padding: 50px; }
    .pattern-box.starter .column h3 {
      font-size: 24px;
      margin-bottom: 50px; }
    .pattern-box.starter .column .column_content {
      display: flex; }
      .pattern-box.starter .column .column_content .sample-img {
        display: flex;
        margin-right: 50px; }
        .pattern-box.starter .column .column_content .sample-img figure:first-child {
          margin-right: 30px; }
        .pattern-box.starter .column .column_content .sample-img figcaption {
          text-align: center;
          margin-top: 7px;
          font-size: 14px; }
        .pattern-box.starter .column .column_content .sample-img img {
          height: 155px; }
  .pattern-box.starter #package-store {
    background: url("../img/bg_packagesotre_13.jpg") center top no-repeat;
    background-size: cover;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin: 50px 0 20px;
    padding: 20px 0;
    box-shadow: 1.7px 1.9px 5.3px rgba(0, 0, 0, 0.028), 5.8px 6.5px 17.9px rgba(0, 0, 0, 0.042), 26px 29px 80px rgba(0, 0, 0, 0.07); }
    .pattern-box.starter #package-store h3 {
      color: #fff;
      font-size: 30px;
      margin-bottom: 30px; }
    .pattern-box.starter #package-store .line-title::after {
      left: calc(100% - 800px); }
    .pattern-box.starter #package-store ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 1000px;
      margin: 0 auto; }
      .pattern-box.starter #package-store ul li {
        margin: 10px; }
    .pattern-box.starter #package-store .cs-copy {
      line-height: 200px;
      text-align: center;
      color: #fff;
      font-size: 24px; }
  .pattern-box.updater {
    position: relative;
    background: #dfede7 url("../img/pattern_gr.svg");
    background-color: #dfede7 !important;
    background-size: 56px; }
    .pattern-box.updater .line-title::after {
      left: calc(100% - 150px); }
    .pattern-box.updater .notice {
      margin-top: 50px;
      font-size: 14px;
      font-weight: bold; }
  .pattern-box #obj {
    position: absolute;
    right: 0;
    top: -30px;
    width: 450px;
    height: 600px; }
    .pattern-box #obj img {
      width: 100%; }

.btn-ex-store {
  position: relative;
  background: #ffc262;
  background: -moz-linear-gradient(top, #ffc262 0%, #e8b159 100%);
  background: -webkit-linear-gradient(top, #ffc262 0%, #e8b159 100%);
  background: linear-gradient(to bottom, #ffc262 0%, #e8b159 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc262', endColorstr='#e8b159',GradientType=0 );
  color: #000;
  height: 59px;
  width: 310px;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 15px;
  box-shadow: 0.4px 1px 2.7px rgba(0, 0, 0, 0.062), 1px 2.6px 6.9px rgba(0, 0, 0, 0.089), 1.9px 5.3px 14.2px rgba(0, 0, 0, 0.111), 4px 11px 29.2px rgba(0, 0, 0, 0.138), 11px 30px 80px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-ex-store .logo {
    display: flex !important;
    width: 107px;
    height: 45px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 5px;
    margin-right: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    .btn-ex-store .logo img.logo-art {
      width: 80px; }
    .btn-ex-store .logo._nintendo {
      width: 45px; }
      .btn-ex-store .logo._nintendo img {
        width: 38px; }
    .btn-ex-store .logo._steam {
      width: 45px;
      background: #0f1c30;
      background: -moz-linear-gradient(top, #0f1c30 0%, #137fb1 100%);
      background: -webkit-linear-gradient(top, #0f1c30 0%, #137fb1 100%);
      background: linear-gradient(to bottom, #0f1c30 0%, #137fb1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1c30', endColorstr='#137fb1',GradientType=0 ); }
      .btn-ex-store .logo._steam img {
        width: 38px; }
  .btn-ex-store::after {
    content: "";
    display: block;
    width: 12px;
    height: 17px;
    position: absolute;
    background: url("../img/allow_package_store_23.png") no-repeat;
    right: 10px; }

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

  #temp-header {
    height: 80vw; }
    #temp-header h1 {
      font-size: 8vw;
      width: 100%; }
      #temp-header h1 span {
        font-size: 4vw; }
      #temp-header h1.steam {
        font-size: 10vw;
        white-space: nowrap; }
    #temp-header.Hauto {
      height: auto;
      padding-bottom: 5vw; }
    #temp-header .info-head {
      flex-direction: column;
      padding-top: 60px;
      width: 100%;
      align-items: center; }
      #temp-header .info-head figure {
        width: 90vw;
        height: 60vw;
        background-size: cover;
        background-position: center; }
        #temp-header .info-head figure img {
          display: none; }
      #temp-header .info-head .txt {
        width: 90vw;
        padding-left: 0px;
        margin-top: 3vw; }
        #temp-header .info-head .txt time {
          font-size: 3.6vw;
          padding: 1vw 4vw;
          margin-bottom: 3vw; }
        #temp-header .info-head .txt h1 {
          font-size: 5vw; }
    #temp-header.playguide {
      height: 100vh;
      min-height: 670px; }
      #temp-header.playguide h1 .title {
        width: 70vw;
        top: 47vw; }
      #temp-header.playguide h1 .title2 {
        right: 50%;
        margin-right: -50vw;
        width: 50vw;
        top: 9vw; }
      #temp-header.playguide .comment {
        position: absolute;
        bottom: 0; }
        #temp-header.playguide .comment._l {
          left: 50%; }
        #temp-header.playguide .comment._r {
          right: 50%; }
        #temp-header.playguide .comment img {
          position: absolute; }
        #temp-header.playguide .comment figcaption {
          font-size: 2.8vw;
          padding: 1vw 2vw;
          border-radius: 1vw;
          box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
          transform: none; }
        #temp-header.playguide .comment.keiri {
          height: 50vw;
          width: 40vw;
          margin-left: 0;
          left: -6vw;
          bottom: 60vw;
          overflow: hidden; }
          #temp-header.playguide .comment.keiri img {
            bottom: -10vw;
            width: 36vw; }
          #temp-header.playguide .comment.keiri figcaption {
            top: 3vw;
            left: 5vw; }
        #temp-header.playguide .comment.shasho {
          height: 60vw;
          width: 36vw;
          margin-left: -30vw;
          bottom: 50vw; }
          #temp-header.playguide .comment.shasho img {
            bottom: 0;
            width: 100%; }
          #temp-header.playguide .comment.shasho figcaption {
            top: -6vw;
            left: 5vw; }
        #temp-header.playguide .comment.yushi {
          height: 60vw;
          width: 30vw;
          margin-left: 0;
          bottom: 50vw;
          left: auto;
          right: 20vw; }
          #temp-header.playguide .comment.yushi img {
            bottom: 0;
            width: 100%; }
          #temp-header.playguide .comment.yushi figcaption {
            top: 6vw;
            left: -1vw; }
        #temp-header.playguide .comment.hisho {
          height: 60vw;
          width: 26vw;
          margin-left: 0;
          bottom: 50vw;
          right: 0;
          left: auto; }
          #temp-header.playguide .comment.hisho img {
            bottom: 0;
            width: 100%; }
          #temp-header.playguide .comment.hisho figcaption {
            left: auto;
            right: 1vw;
            top: -3vw; }
        #temp-header.playguide .comment.kanko {
          height: 60vw;
          width: 34vw;
          margin-left: 0;
          bottom: 0;
          left: -10vw; }
          #temp-header.playguide .comment.kanko img {
            bottom: 0;
            width: 100%; }
          #temp-header.playguide .comment.kanko figcaption {
            left: 4vw;
            top: 0vw; }
        #temp-header.playguide .comment.eigyo {
          height: 60vw;
          width: 28vw;
          margin-left: 0;
          bottom: 0;
          left: 25vw; }
          #temp-header.playguide .comment.eigyo img {
            bottom: 0;
            width: 100%; }
          #temp-header.playguide .comment.eigyo figcaption {
            left: 5vw;
            top: -10vw; }
        #temp-header.playguide .comment.city {
          height: 60vw;
          width: 34vw;
          margin-right: 0;
          bottom: 0;
          left: auto;
          right: 20vw; }
          #temp-header.playguide .comment.city img {
            bottom: 0;
            width: 100%; }
          #temp-header.playguide .comment.city figcaption {
            right: 0;
            left: auto;
            top: 10vw; }
        #temp-header.playguide .comment.banker {
          height: 60vw;
          width: 40vw;
          margin-right: 0;
          bottom: 0;
          left: auto;
          right: -10vw; }
          #temp-header.playguide .comment.banker img {
            bottom: 0;
            width: 100%; }
          #temp-header.playguide .comment.banker figcaption {
            left: auto;
            right: 10vw;
            padding: 2vw 2vw; }
      #temp-header.playguide::before {
        display: none; }

  .btn-ex-store {
    height: auto;
    width: 42vw;
    flex-direction: column;
    font-size: 3.2vw;
    padding-bottom: 2vw; }
    .btn-ex-store .logo {
      width: 25vw;
      height: 10vw;
      border-radius: 1vw;
      margin: 2vw;
      margin-right: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      .btn-ex-store .logo img {
        width: 80%; }
        .btn-ex-store .logo img.logo-art {
          width: auto;
          height: 8vw; }
      .btn-ex-store .logo._nintendo {
        width: 25vw; }
        .btn-ex-store .logo._nintendo img {
          width: auto;
          height: 8vw; }
    .btn-ex-store::after {
      content: "";
      display: block;
      width: 3vw;
      height: 5vw;
      position: absolute;
      right: 2vw;
      top: 50%;
      margin-top: -2.5vw; }

  .infomation-wrap {
    background: #f3f4f6 !important;
    margin-bottom: 150px;
    padding: 5vw 0; }
    .infomation-wrap .news-list._column {
      flex-direction: column;
      margin: 5vw auto 0;
      width: 90%;
      justify-content: space-between; }
      .infomation-wrap .news-list._column li {
        margin: 0;
        width: auto; }
      .infomation-wrap .news-list._column article {
        padding-left: 30vw; }
        .infomation-wrap .news-list._column article time {
          font-size: 3vw;
          padding: 10px 0;
          font-weight: bold; }
        .infomation-wrap .news-list._column article figure {
          position: absolute;
          top: 1vw;
          left: 1vw;
          height: 25vw;
          width: 25vw; }
          .infomation-wrap .news-list._column article figure img {
            display: none; }
        .infomation-wrap .news-list._column article h3 {
          font-size: 3.6vw;
          padding: 0 3vw 3vw 0; }
    .infomation-wrap .document {
      background: #fff;
      width: 90vw;
      margin: 0 auto;
      padding: 7vw 7vw 1px 7vw; }
      .infomation-wrap .document p {
        margin-bottom: 10vw; }
      .infomation-wrap .document h2 {
        margin-bottom: 10vw; }
      .infomation-wrap .document h3, .infomation-wrap .document h4 {
        margin-bottom: 5vw; }
      .infomation-wrap .document ul + h2,
      .infomation-wrap .document p + h2 {
        margin-top: 15vw; }
      .infomation-wrap .document .download-list {
        flex-direction: column; }
        .infomation-wrap .document .download-list li {
          width: 100%; }
      .infomation-wrap .document ul.normal {
        margin-left: 0vw;
        margin-top: 3vw; }
        .infomation-wrap .document ul.normal li {
          margin-bottom: 2vw;
          font-size: 3.4vw;
          padding-left: 4vw; }
      .infomation-wrap .document .flex {
        margin-bottom: 10vw;
        flex-direction: column; }
        .infomation-wrap .document .flex figcaption {
          margin-top: 2vw; }
        .infomation-wrap .document .flex figure img {
          width: 100%; }
        .infomation-wrap .document .flex.img-left figure {
          margin-right: 0;
          margin-bottom: 5vw; }
        .infomation-wrap .document .flex.img-right .text {
          margin-right: 0;
          margin-bottom: 5vw; }

  .guide-nav {
    margin: 5vw auto; }
    .guide-nav ul {
      justify-content: space-between;
      padding: 0 5vw; }
      .guide-nav ul li {
        margin: 0;
        width: 43vw; }
      .guide-nav ul a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 20vw;
        font-size: 4.2vw;
        line-height: 1.4; }

  .pattern-box {
    padding: 5vw 0; }
    .pattern-box .line-title {
      position: relative;
      padding: 0 10vw;
      margin: 0 auto;
      flex-direction: column;
      margin-bottom: 10vw; }
      .pattern-box .line-title::after, .pattern-box .line-title::before {
        height: 6px;
        width: 10vw;
        background: url("../img/obj_line_bl.svg") repeat-x;
        background-size: auto 6px;
        top: 50%;
        margin-top: -3px; }
      .pattern-box .line-title::before {
        right: 0; }
      .pattern-box .line-title::after {
        left: 0 !important;
        background: url("../img/obj_line_bl.svg") right center repeat-x;
        background-size: auto 6px; }
      .pattern-box .line-title._wt::after {
        background: url("../img/obj_line_wt.svg") right center repeat-x;
        background-size: auto 6px; }
      .pattern-box .line-title._wt::before {
        background: url("../img/obj_line_wt.svg") repeat-x;
        background-size: auto 6px; }
      .pattern-box .line-title._gr::after {
        background: url("../img/obj_line_gr.svg") right center repeat-x;
        background-size: auto 6px; }
      .pattern-box .line-title._gr::before {
        background: url("../img/obj_line_gr.svg") repeat-x;
        background-size: auto 6px; }
      .pattern-box .line-title .title {
        font-size: 8vw;
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 3vw;
        text-align: center;
        line-height: 1.3; }
      .pattern-box .line-title .cap {
        text-align: center; }
        .pattern-box .line-title .cap br {
          display: none; }
    .pattern-box .shadow {
      margin-bottom: 5vw;
      font-size: 4.2vw;
      text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, 0 0 8px rgba(0, 0, 0, 0.4);
      text-align: center; }
    .pattern-box ._wrap {
      padding: 0 5vw; }
    .pattern-box .package-info {
      flex-direction: column;
      align-items: center;
      margin-bottom: 10vw; }
      .pattern-box .package-info figure {
        padding: 0;
        margin-bottom: 10vw; }
        .pattern-box .package-info figure img {
          width: 40vw; }
        .pattern-box .package-info figure.dlc-icon {
          padding: 0; }
          .pattern-box .package-info figure.dlc-icon .icon {
            width: 36vw;
            height: 36vw;
            border-radius: 5vw; }
        .pattern-box .package-info figure figcaption {
          font-size: 2.8vw;
          margin-top: 3vw; }
      .pattern-box .package-info .info-content {
        width: 100%; }
      .pattern-box .package-info .prices {
        margin-bottom: 10vw; }
        .pattern-box .package-info .prices dt {
          font-size: 3.8vw;
          height: 12vw; }
        .pattern-box .package-info .prices dd {
          padding-bottom: 2vw; }
          .pattern-box .package-info .prices dd span {
            display: block; }
          .pattern-box .package-info .prices dd .price {
            font-size: 14vw; }
          .pattern-box .package-info .prices dd .tax {
            font-size: 2.8vw; }
      .pattern-box .package-info .package-content {
        border-radius: 5vw;
        padding: 5vw;
        margin-bottom: 0vw; }
        .pattern-box .package-info .package-content::before {
          top: -30px;
          left: 50%;
          margin-top: 0;
          margin-left: -15px;
          border: 15px solid transparent;
          border-bottom: 15px solid #fff; }
        .pattern-box .package-info .package-content h4 {
          right: 5vw;
          top: -3.25vw;
          font-size: 3.2vw;
          height: 6.5vw;
          width: 30vw;
          line-height: 7.4vw;
          border-radius: 2vw; }
        .pattern-box .package-info .package-content .plus img {
          width: 10vw;
          height: 10vw; }
        .pattern-box .package-info .package-content dl {
          flex-direction: column-reverse;
          width: 50%; }
          .pattern-box .package-info .package-content dl dt {
            font-size: 3.2vw;
            text-align: center; }
          .pattern-box .package-info .package-content dl dd {
            margin-right: 0;
            margin-bottom: 3vw; }
            .pattern-box .package-info .package-content dl dd .icon {
              width: 20vw;
              height: 20vw;
              border-radius: 3vw; }
    .pattern-box.starter .column {
      border-radius: 5vw;
      padding: 5vw; }
      .pattern-box.starter .column h3 {
        font-size: 5.8vw;
        margin-bottom: 50px;
        text-align: center; }
      .pattern-box.starter .column .column_content {
        flex-direction: column; }
        .pattern-box.starter .column .column_content .sample-img {
          margin-right: 0;
          justify-content: space-between;
          margin-bottom: 5vw; }
          .pattern-box.starter .column .column_content .sample-img figure:first-child {
            margin-right: 0; }
          .pattern-box.starter .column .column_content .sample-img figcaption {
            margin-top: 3vw;
            font-size: 2.8vw; }
          .pattern-box.starter .column .column_content .sample-img img {
            height: 40vw; }
    .pattern-box.starter #package-store {
      margin: 10vw 0 5vw;
      padding: 10vw 0; }
      .pattern-box.starter #package-store h3 {
        color: #fff;
        font-size: 8vw;
        margin-bottom: 10vw; }
      .pattern-box.starter #package-store .cs-copy {
        line-height: 30vw;
        text-align: center;
        color: #fff;
        font-size: 4.2vw; }
    .pattern-box.updater .notice {
      margin-top: 0px;
      font-size: 3.2vw; }
    .pattern-box #obj {
      display: none; }

  .tab-selector ul li {
    overflow: hidden; }
    .tab-selector ul li:first-child {
      padding-right: 5px; }
    .tab-selector ul li:last-child {
      padding-left: 5px; }
  .tab-selector .tab-item {
    line-height: 1.4;
    height: auto;
    font-size: 4.2vw;
    padding: 3vw 2vw 2vw 2vw;
    border-radius: 10px 10px 0 0;
    min-width: 45vw; }

  .platform-select .tab-selector .tab-item {
    min-width: 43vw; } }
