/*General*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  {  
    margin: 0;  padding: 0;  
}  

html {  
    font-size:100%;  
}  

body {
    min-width: 768px;
        background: #000;
    background-repeat: repeat;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', verdana, Helvetica, Arial, sans-serif;


}

.bg-primary {
    background-color: rgba(0,0,0,0.9);
    color: #fd4;
}
.table{
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 6px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
}


/*Overall*/
.bg-gray {
    background: #999;
}
.bg-red {
    background: #d00;
}
.bg-green {
    background: #0d0;
}
.bg-blue {
    background: #00d;
}
.text-yellow{
    color:rgb(255, 255, 0);
}
.absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.width100 {
    width: 100%;
    height: auto;
}
.width95 {
    width: 95%;
    height: auto;
}
.wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
margin: 30px 10px 20px 30px;
}
.nowrap {
    flex-wrap: nowrap;
    display: flex;
}

.V_Center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin-top20{
    margin-top:20px;
}

.margin-top50{
    margin-top:50px;
}

.margin-top100{
    margin-top:100px;
}
.font-small{
    font-size: 80%;
    color:#aaa;
}

/*Title*/
.titleimg {
    width: 100%;
    height: 0;
    padding-top: calc(1120 / 1600 * 100%); /* 高 ÷ 横 × 100% */

    background: url("../img/jumbotron_bg.jpg") center center / cover no-repeat;
    position: relative;
}

/*Language*/
.langframe {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    margin-top: 18px;
    margin-left: 30px;
}
.langinfo{
    padding-left:18px;
    padding-bottom:4px;
    font-size:200%; 
    color: #fd2;

}

.langact{
    padding-bottom:4px;
    padding-right:4px;
    font-size:200%; 
    font-weight: bold;
    color: #fff;

}

.langbtn{
    padding-left:10px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:2px;
    font-size:200%; 
    font-weight: bold;
    border-radius: 20px;
    border:0;
    background: #59f;
    color: #000;
}

/*Logo*/
.logo-div {
    margin-right: 0px;
    margin-top: 0px;
    padding-top: calc(600 / 1600 * 100%);
}

/*Logo*/
.s2logo-div {
    
    background: #e60012;
    height: 64px;
       margin: 0 auto;
       text-align: center;
}

/*ReleaseDate*/
.releasedateframe {
    margin-right: 0px;
    margin-top: 0px;
    padding-top: calc(250 / 1600 * 100%);
}
.Releasedate_img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    
}

.switch-logo {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0px;
}
.switch2-logo {

    width: 64px;
    height: 64px;
    margin: 0 auto;

}
/*Youtube*/
.Youtubeframe {
    margin-left:20px;
    margin-right:20px;
}

/*Plice*/
.priceframe {
    margin-right: 0px;
    margin-top: 0px;
    padding-top: calc(200 / 1600 * 100%);
}

.Price_img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0;
    right: 20px;
}

/*News*/
.news-div {
    margin-right: 0px;
    margin-top: 0px;
    padding-top: calc(200 / 1600 * 100%);

    background-repeat: repeat-x;
}

.news-data {
        width: 100%;
    position: absolute;
    top: 1.8em;
   color: #ff5;
}

.news-text {
    text-align: center;
    color: #ff5;
    font-size: 200%;
}

.news-text2 {
    color: #fff;
}

/*Nav*/
.MenuBar { 
    width: 100%;
    height: auto;
    min-height: 128px;
    margin-top:10px;
    background-image: url("../img/MenuBar.png");
    background-repeat: no-repeat;
    background-position:center top;
    background-size: auto auto;
    margin-left:15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MenuBarL{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0px;

}

.MenuBarR{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0px;
}

.menubtn{
    padding:10px;
    
}



/*PageTitle*/
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
      width: calc(180vw / 60);
    }
    .scroll-infinity__item>img {
      width: 100%;
    }

	@keyframes infinity-scroll-right {
        from {
          transform: translateX(-100%);
        }
          to {
          transform: translateX(0%);
        }
        }
        .scroll-infinity__list--right{
          animation :infinity-scroll-right 80s infinite linear 0.5s both;
        }


.PageTitle{
    font-size:calc(2.6em + 1vw);
    font-weight: bold;
    text-align: center;
    color: #fff;
}






/*Page*/






.Page_main{
margin-left:15px;
}
.Page_div{
    top:10px;
    font-weight: normal;
    background: rgb(24, 24, 24);
    color:#EEE;
    text-align: center;
    border-radius: 20px;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:30px;
    margin-bottom:50px;
}
.PageTitle_img {
    width: 100%;
    height: auto;
    margin-bottom:20px;
}
.page-text {
   /* font-size: calc(1.3em + 0.6vw);*/
   font-size:calc(2.2em + 1vw);
    margin-bottom:30px;
    margin-top:20px;
    text-align: center;
    font-weight: normal;
line-height: 1.5;
}
.page-text2 {
    font-weight: normal;
    font-size:calc(2.0em + 1vw);
    text-align: center;
    margin-bottom:30px;

}
.page-text_line2 {
    font-weight: normal;
    font-size:calc(1.5em + 1vw);
    text-align: center;
    padding-bottom: 10px;
line-height: 1.5;
}

/*Page1*/
.Page1_img {
    width: 80%;
    height: auto;
    text-align: center;
}



/*Page2*/
.Page2_img {
    width: 80%;
    height: auto;
    text-align: center;
}
.Page2_img2 {
    width: 100%;
    height: auto;
    margin-bottom:40px;
    margin-top:40px;
}

/*Page3*/
.Page3_img {
    width: 95%;
    height: auto;
    text-align: center;
}

/*Page4*/
.spac_th{
    white-space: nowrap;
    width: 40%;
    text-align: right;
    background: #05b;
    font-size: calc(0.7em + 0.5vw);
    color:#fff;
}

.spac_td{
    white-space: nowrap;
    text-align: left;
    background: #000;
    color:#eee;
    font-size: calc(0.7em + 0.5vw);
}

.spac_text{
    font-size: calc(0.9em + 0.5vw);
    color:#999;
}


.nintendo_text{
    font-size:60%;
    color:#eee;
}


/*Footer*/
.Footer_div {
    margin-top:70px;
    margin-bottom:40px;
    margin-right:-30px;
    font-size: calc(1.0em + 0.5vw);
    color:#eee;
}
