@charset "utf-8";

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{position:relative;font-size:75%;vertical-align:baseline;line-height:0}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}*,td,th{padding:0}*{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:0;border-radius:0;background:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;background:transparent;outline:0;font-size:100%;font-weight:400;vertical-align:baseline}ol,ul{list-style:none}
/*============================
#wrapper
============================*/

#wrapper {
    background-color: #fff;
    text-align: center;
}



/*============================
#header
============================*/

#header {
    box-sizing: border-box;
    position: relative;
    height: 77px;
    border-bottom: 8px solid #00153d;
    background-color: #e60012;
    box-shadow: 0 0 0 1px #55637e, 0 0 0 3px #fff, 0 0 0 4px #dde0e5;
}
#header a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
#header .logo_nintendo {
    width: 18%;
    max-width: 135px;
}


/*============================
#contents
============================*/

#contents {
    margin: 0 auto;
    color: #fff;
}

#contents h1.logo {
    margin-top: 4px;
    padding: 15px 20px;
    border-top: 3px solid #00153d;
}

#contents h1.logo img {
    display: block;
    margin: 35px auto;
}

#contents h1.logo .logo_jp {
    width: 54%;
    max-width: 405px;
}
#contents h1.logo .logo_eu {
    width: 44%;
    max-width: 300px;
}
#contents h1.logo .logo_us {
    width: 58%;
    max-width: 435px;
}

#contents .band {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: #00153d;
    font-size: 22px;
}

#contents .band p {
    padding: .7em;
    font-size: 30px;
}

/*
#contents .band::after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 20px;
    background: url('../img/top_line.png') repeat-x;
    position: absolute;
    left: 0;
}*/

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 732px;
    margin: 0 auto;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.country {
    margin-bottom: 20px;
}

.country li {
    position: relative;
    width: 344px;
    height: 87px;
    margin: 10px;
    background-color: #898d8a;
    color: #fff;
}

.country li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 87px;
}

.country li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


/*============================
#footer
============================*/

#footer {
    padding: 15px 20px;
    background-color: #000;
}

.copyR {
    color: #fff;
    font-size: 20px;
}


/*============================
732px以下
============================*/

@media only screen and (max-width: 732px) {
    #contents h1.logo a:nth-child(1) img {
        max-width: 405px;
        width: 100%;
        height: auto;
    }
    #contents h1.logo a:nth-child(2) img {
        max-width: 231px;
        width: 58%;
        height: auto;
    }
    #contents h1.logo a:nth-child(3) img {
        max-width: 398px;
        width: 100%;
        height: auto;
    }
    .country.flex {
        display: block;
        width: 100%;
    }
    .country.flex li {
        margin: 0 auto;
    }
}
