@charset "UTF-8";

/* Common */

body {
    /*width: 1024px;*/
    /*margin: 0 auto;*/
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
    background-color: #000000;
    /*background-image: url("pic/connect_short3.jpg");
	background-attachment: fixed;
	background-size:1600px;
	background-repeat:no-repeat;
    background-position-x: center;*/
}

.wrap {
    overflow: hidden;
}

.wrap:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url("../pic/connect_short3.jpg");
    -webkit-background-size: 1600px;
    background-size: 1600px;
    /*background-repeat: no-repeat;*/
    background-repeat: no-repeat repeat;
    background-position-x: center;
    content: "";
}

a:link {
    color: #C1181B;
    font-weight: 700;
}

a:visited {
    color: #C1181B;
    font-weight: 700;
}

/*a:hover {}*/

a:active {
    color: #ff6600;
}

#global-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    border-bottom: #cccccc 2px solid;
    z-index: 100;
}

#global-menu>* {
    margin: 0;
    padding: 0;
}

#global-menu li {
    display: inline-block;
    /*width: 240px;*/
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 38px;
}

#global-menu img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

p.caption {
    font-weight: bold;
    font-size: medium;
    color: #eeeeee;
}

#top-menu {
    /*margin-top: 1.5em;*/
    margin-top: 72px;
    margin-bottom: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
}

/*img[src*="tab"] {
    border: 2px solid black;
}*/

/*#main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}*/

#footer {
    line-height: 1.5;
    color: #FFFFFF;
    width: 960px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

#footer hr {
    border: none;
    border-top: #FFFFFF 1px solid;
}

#footer address {
    font-style: normal;
    margin-bottom: 1em;
}

#footer small {
    font-size: 12px;
    margin-bottom: 1em;
}

#share {
    height: 26px;
    margin-top: 1em;
}

#share span.caption {
    position: relative;
    top: -5px;
    font-size: 14px;
}

#share div.fb-share-button {
    position: relative;
    top: -5px;
}

div.youtube {
    margin-top: 10px;
    margin-bottom: 2em;
    text-align: center;
}

div.youtube table.recent-videos {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    /*width: 540px;*/
    border-collapse: separate;
    border-spacing: 1em 0px;
}

/* index.html */

#main2 {
    width: 910px;
    margin: 0 auto 0 auto;
    padding: 1px;
    /*border-top: #cccccc 2px solid;*/
}

#main4 {
    background-color: #000000;
    width: 100%;
    margin: 0;
    padding: 1px;
    /*border-top: #cccccc 2px solid;*/
}

#title-logo {
    text-align: center;
    position: relative;
    /*padding-top: 100px;*/
}

.absolute {
    width: 1000px;
    position: absolute;
    top: 296px;
    left: 50%;
    margin-left: -500px;
}

.absolute2 {
    width: 1000px;
    position: absolute;
    top: 1430px;
    left: 50%;
    margin-left: -500px;
}

.absolute3 {
    width: 1000px;
    position: absolute;
    top: 1580px;
    left: 50%;
    margin-left: -500px;
}

img[src$="top.png"] {
    border: 2px solid black;
    border-radius: 10px;
    text-align: center;
    /*margin-bottom:90px;*/
}

img[src$="heading.png"] {
    text-align: center;
}

.bar {
    text-align: center;
    margin-top: 30px;
}

.screenshot {
    margin-top: 10px;
}

img[src$="tengo_twitter.png"] {
    margin-bottom: 35px;
}

.box7 {
    padding: 1.5em 1em;
    margin: 2em 0;
    background: rgba(255, 255, 255, 0.8);
    border-left: solid 7px #000000;
    border-right: solid 7px #000000;
}

.box7 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    text-shadow: 0 0 5px #FFFFFF;
    line-height: 26px;
}

.rgba_square_1 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 750px;
    height: 530px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin: auto;
    text-align: center;
}

.rgba_square_2 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 750px;
    height: 660px;
    border-radius: 20px;
    margin: auto auto 20px auto;
    text-align: center;
}

#album-link-banner {
    margin: 1em auto;
    text-align: center;
}

#tengo-link-banner {
    margin: 20px 0;
    text-align: center;
}

#sega-link-banner {
    margin: 20px 0;
    text-align: center;
}

#nap-link-banner {
    margin: 0px 0 20px 0;
    text-align: center;
}

#nap-support-link-banner {
    margin: 0px 0 20px 0;
    text-align: center;
}

#twitter-account-announce {
    color: #663;
    background-color: #ffc;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}

#twitter-account-announce>p {
    margin: 10px;
    padding: 0;
}

#announce {
    width: 800px;
    margin: 1em auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #c0ff30;
    background-color: rgb(34, 34, 34);
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.25;
}

#announce p {
    margin: 20px;
    padding: 0;
}

#announce2 {
    width: 640px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1.5em;
    padding-bottom:
        /*1.5em*/
        1em;
    color: #633;
    background-color: #ffc;
}

#announce2 p {
    margin: 0;
    padding: 0;
    /*font-size: 140%;*/
    font-weight: bold;
}

.intro {
    width: 910px;
    text-align: center;
    color: #ddeeee;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0 0 5px #000000;
}

.intro-2 {
    width: 750px;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.intro-3 {
    width: 750px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 0 5px #FFFFFF;
    line-height: 33px;
}

/*.chara {
    margin-right: 20px;
    border: #fff 1px solid;
}*/

.chara p {
    color: #221111;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0 0 5px #FFFFFF;
}

/*.chara-name {
    margin-top: 200px;
}*/

.chara table {
    position: relative;
    left: -540px;
    width: 1600px;
}

/*.chara table td {
    border: #f0f 1px solid;
}*/

td.chara-illust {
    text-align: right;
}

td.chara-text {
    width: 600px;
}

td.chara-illust img.chara-illust-hotarugozen {
    display: inline-block;
    position: relative;
    left: 120px;
    /*border: #0ff 1px solid;*/
    /*z-index: -1;*/
}

img.chara-new-chara-1 {
    display: inline-block;
    position: relative;
    top: -30px;
    left: -486px;
}

img.chara-new-chara-2 {
    display: inline-block;
    position: relative;
    top: -30px;
    left: -356px;
}

img.chara-new-chara-3 {
    display: inline-block;
    position: relative;
    top: -30px;
    left: -356px;
}

#product-info {
    margin: 1em 0 1em 0;
    padding: 0;
    font-size: small;
}

#product-info>p.caption {
    text-align: center;
}

#product-info>table {
    width: 640px;
    /*border: #000000 2px solid;*/
    color: #ffffff;
    background-color: #200008;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 20px;
    margin: auto;
    font-size: 15px;
}

#product-info th {
    text-align: right;
    vertical-align: top;
    width: 160px;
}


#updates {
    margin: 1em 0 2em 0;
    padding: 0;
}

#updates>p.caption {
    text-align: center;
}

#updates div {
    width: 640px;
    height: 214px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    /*border: #000000 2px solid;*/
    background-color: #200008;
    color: #ffffff;
}

#updates div dl {
    text-align: left;
    margin: 0 1em 0 1em;
    line-height: 20px;
}

#updates div dl dt {
    float: left;
    clear: left;
    width: 88px;
}

#updates div dl dt span {
    font-weight: bold;
}

#updates div dl dd {
    margin-left: 100px;
}

#logo {
    /*width: 960px;*/
    text-align: center;
    margin: 5px auto 0 auto;
    padding: 0;
    clear: both;
}

#logo ul {
    margin: 0;
    padding: 0;
}

#logo ul li {
    display: inline;
    margin: 24px 19px;
    padding: 0;
}

#logo img {
    vertical-align: middle;
    width: auto;
    /*height: 61px;*/
}

#logo img.cero-icons {
    vertical-align: bottom;
}

div.information {
    width: 100%;
    margin: 0;
    padding: 1px;
    background-color: rgba(69, 69, 69, 0.70);
    border-top: #000000 2px solid;
}

#twitter-timeline {
    float: right;
    padding-top: 100px;
}

#nintendo-store-link {
    text-align: center;
    padding-top: 1em;
}

#ps-store-link {
    text-align: center;
}

#ps-store-link p {
    /*color: #633;*/
    /*background-color: #ffc;*/
    margin: 1em 2em 0 2em;
    padding: 0;
    font-size: 20px;
}

#steam-store-link {
    text-align: center;
}

#steam-store-link p {
    margin: 1em 2em 0 2em;
    padding: 0;
    font-size: 20px;
}

#ps4manual-link {
    text-align: center;
}

#ps4manual-link p {
    margin: 0;
    padding: 0;
}

#banner-switch {
    margin-top: 2em;
    padding: 0;
}

#banner-soundtrack {
    margin-top: 2em;
    padding: 0;
}

#banner-eshop {
    margin-right: 10px;
}

/*#banner-psstore {
    margin-left: 10px;
}*/

a>img.banner-tengo,
a>img.banner-support,
a>img.banner-switch,
a>img.banner-soundtrack,
a>img.banner-eshop,
a>img.banner-psstore {
    border: #fff9 2px solid;
}

a>img.banner-soundtrack {
    border-radius: 12px;
}

a:hover>img.banner-tengo,
a:hover>img.banner-support,
a:hover>img.banner-switch,
a:hover>img.banner-soundtrack,
a:hover>img.banner-eshop,
a:hover>img.banner-psstore {
    border: #fff 2px solid;
}

a>img.banner-store {
    border: rgba(0, 0, 0, 0) 1px solid;
}

a:hover>img.banner-store {
    border: rgba(255, 0, 0, 255) 1px solid;
}

#news {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;

    color: #ddeeee;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0 0 5px #000000;
}

#news p {
    font-size: 120%;
}

#news p span.nowonsale {
    color: #ffffff;
    /*text-shadow:0 0 10px #000000;*/
    text-shadow: 4px 4px 0 #000, -4px -4px 0 #000,
        -4px 4px 0 #000, 4px -4px 0 #000,
        0px 4px 0 #000, 0-4px 0 #000,
        -4px 0 0 #000, 4px 0 0 #000;
    font-size: 200%;
}

#news p.news-normal {
    font-weight: normal;
}

/* wildguns.html */

div.staff dl {
    width: 648px;
    margin-left: auto;
    margin-right: auto;
}

div.staff dl dt {
    font-weight: bold;
}

/* topic.html */

img.reloaded-chip-1 {
    position: relative;
    left: -385px;
    top: -620px;
}

img.reloaded-chip-2 {
    position: relative;
    /*left: 433px;*/
    left: -380px;
    top: -620px;
}

/* character.html */

#introduction {
    color: #ffffff;
    text-align: center;
    font-size: 130%;
}

div.char-info {
    width: 720px;
    margin: 5em 0 5em 0;
}

div.char-name {
    margin-bottom: 1em;
}

/*div.char-desc {
    margin-top: 1em;
}*/

div.char-text {
    position: absolute;
    left: 50%;
    text-align: left;
    width: 320px;
    z-index: 10;
    font-size: 150%;
    /*background-color: rgba(128,128,128,0.5);*/
    padding: 0 1em;
}

div.char-image {
    position: relative;
    left: -150px;
}

/*div.chara-intro {}*/

img.chara-intro-asari {
    display: inline-block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 300px;
    right: -300px;
    top: 168px;
}

hr.character {
    margin: 3em;
    /*border-width: 5px 0 0 0;
    border-style: solid;
    border-color: #ffffff;*/
    background-color: #ffffff;
    height: 5px;
    border-color: #000000;
    border-style: solid;
    border-width: 2.5px;
}

/* switch.html */

div.main {
    text-align: center;
}

div.main>div.switch-text {
    margin-top: 48px;
    margin-bottom: 48px;
}

div.main>div.switch-text>p {
    font-size: 144%;
    margin: 16px;
}

div.main>div.switch-text>img {
    margin: 0;
}

/* repository */

p.q {
    color: rgb(121, 255, 190);
}

p.a {
    color: rgb(220, 220, 220);
}

a>img.banner-repository {
    border: #0000 2px solid;
}

a>img.banner-repository:hover {
    border: rgb(121, 255, 190) 2px solid;
}

/* system.html */

.bar-system {
    text-align: center;
    /*margin-top:30px;*/
}

p.gamemode-description {
    margin: 0;
    padding: 1em;
    /*text-align: center;*/

    color: #221111;
    font-size: 24px;
    font-weight: 900;
    text-shadow: 0 0 5px #FFFFFF;
}

/*.system-extra-easy {}*/

/*.system-osusowake {}*/

.system-rgba_square_1 {
    background-color: rgba(255, 255, 255, 0.5);
    /*width: 750px;*/
    /*height:530px;*/
    width: 920px;
    border-radius: 20px;
    /*margin-bottom: 20px;*/
    /*margin: auto;*/
    text-align: center;
    padding: 10px;
    position: relative;
    left: -15px;
}

.system-screenshot {
    padding: 0;
}

.system-screenshot table {
    margin: 0 auto;
    border-collapse: collapse;
}

.system-screenshot td {
    margin: 0;
    padding: 2px;
}

/* secret.html */

div.secret {
    padding: 0 10% 0 10%;
    color: #221111;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0 0 5px #FFFFFF;
}

div.secret img {
    display: block;
    margin: auto;
}

/*div secret-header {}*/

div.secret-body {
    padding: 0 0 0 24px;
    /* 上 右 下 左 */
}

a:hover>img.big-news-soundtrack {
    filter: brightness(130%);
}
