@charset "utf-8";

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

#logo {
    margin-top: 100px;
    position: absolute;
    animation-name: anime1;
    animation-duration: 1s;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

#zinzya3 {
    /* margin-top: 100px; */
    width: 1520px;
    height: 800px;
    box-shadow: 5px 3px 10px rgb(46, 44, 44);
    animation-name: anime3;
    animation-duration: 1s;
}

@media screen and (max-width: 480px) {}

body {
    background-image: url(../image/watate48.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    user-select: none;
}

header {
    position: relative;
}

#first-view {
    text-align: center;
    position: relative;
}

#fusigi {
    position: absolute;
    bottom: 75px;
    left: 500px;
    animation-name: anime1;
    animation-delay: 2s;
    animation-duration: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

#nav {
    float: right;
    position: absolute;
    top: 0px;
    background-image: url(../image/wagara10_2.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    position: fixed;
    width: 100%;
    height: 120px;
    margin-top: -10px;
    opacity: 0;
    animation-name: anime2;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    z-index: 2147483647;
}

#nav li {
    float: left;
    margin: 0 60px;
    font-size: 20px;
    list-style-type: none;
    padding: 15px;
}

#nav a {
    text-decoration: none;
    border-radius: 100px;
    transition: .5s;
    position: relative;
    display: inline-block;
}

#nav a:hover {
    transform: scale(1.15);
    transition: .3s;
}

@keyframes anime1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes anime2 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes anime3 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#chara-text {
    position: absolute;
}

.text1 {
    position: relative;
    top: 100px;
    left: 400px;
}

.up {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.show {
    animation-name: anime3;
}

.chara1 {
    position: relative;
    top: 20px;
    left: 250px;
}

.flame {
    position: relative;
    left: 330px;
    bottom: 30px;
}

#button {
    top: 570px;
    right: 10px;
    position: fixed;
    transition: .5s;
    opacity: 0;
}

#button:hover {
    transform: scale(1.2, 1.2);
    transition: .5s;
}

.text2 {
    position: relative;
    top: 100px;
    left: 400px;
}

.game-title1 {
    position: relative;
    top: 670px;
    left: 30px;
    z-index: 1;
    border-radius: 50px;
    border: 10px solid rgb(12, 44, 123);
}

.game-title2 {
    position: relative;
    left: 1000px;
    top: 100px;
    border: 10px solid rgb(12, 44, 123);
    border-radius: 50px;
}

.flame2 {
    position: relative;
    right: 150px;
    top: 220px;
}

.text3 {
    position: relative;
    top: 200px;
    left: 400px;
}

.history {
    position: relative;
    top: 300px;
    left: 250px;
    border: 10px solid rgb(233, 216, 31);
}

.flame3 {
    position: relative;
    top: 750px;
    left: 150px;
}

footer small {
    position: relative;
    top: 400px;
    left: 700px;
    user-select: none;
}



/* chara.html */
#chara-logo {
    margin-top: 100px;
    position: absolute;
    animation-name: anime1;
    animation-duration: 1s;
    /* animation-delay: 1s; */
    opacity: 0;
    animation-fill-mode: forwards;
}

#chara-zinzya3 {
    /* margin-top: 100px; */
    width: 1520px;
    height: 800px;
    box-shadow: 5px 3px 10px rgb(46, 44, 44);
    /* animation-name: anime3; */
    /* animation-duration: 1s; */
}

#chara-top {
    position: absolute;
    bottom: 250px;
    left: 250px;
    animation-name: anime1;
    animation-delay: 1s;
    animation-duration: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

#chara-nav {
    float: right;
    position: absolute;
    top: 0px;
    background-image: url(../image/wagara10_2.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    position: fixed;
    width: 100%;
    height: 120px;
    margin-top: -10px;
    opacity: 0;
    animation-name: anime2;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    z-index: 2147483647;
}

#chara-nav li {
    float: left;
    margin: 0 60px;
    font-size: 20px;
    list-style-type: none;
    padding: 15px;
}

#chara-nav a {
    text-decoration: none;
    border-radius: 100px;
    transition: .5s;
    position: relative;
    display: inline-block;
}

#chara-nav a:hover {
    transform: scale(1.15);
    transition: .3s;
}

#first-chara h2 {
    text-align: center;
    margin: 70px;
    font-family: serif;
    font-weight: bold;
    font-size: 50px;
}

#first-chara p {
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    bottom: 80px;
}

#chara-list {
    display: flex;
    flex-wrap: wrap;
}

#chara-list a {
    color: inherit
}

#chara-list img {
    position: relative;
    bottom: 75px;
    right: 10px;
    transition: .5s;
}

#chara-list img:hover {
    transform: scale(1.2);
}

.chara-flame {
    width: 250px;
    height: 300px;
    overflow: hidden;
    border: 3px solid red;
    background-image: url(../image/18dd78ba9788c333088fe574ea8ad00d_t.jpeg);
    margin: 26px;
    box-shadow: 5px 5px 10px #000;
    transition: .5s;
}

.chara-flame:hover {
    box-shadow: 10px 10px 10px rgb(0, 0, 0);
}

#chara-list span {
    font-family: serif;
    font-weight: bold;
    font-size: 26px;
    display: inline-block;
    position: relative;
    z-index: 200;
    transition: .5s;
    text-shadow: 3px 3px 3px #fff;
}

.a {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    bottom: -300px;
    background-color: rgb(100, 181, 219);
    padding-left: 145px;
    border-left: 10px solid rgb(38, 100, 214);
    padding-right: 15px;
    box-shadow: 3px 3px 7px #000;
}

.aa {
    display: flex;
    flex-wrap: wrap;
}

.ka {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 2230px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.kaka {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.sa {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 4190px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.sasa {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.ta {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 5445px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.tata {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.na {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 6700px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.nana {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.ha {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 7250px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.haha {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.ma {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 8860px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.mama {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.ya {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 9760px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.yaya {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.ra {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 10660px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.rara {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.wa {
    position: absolute;
    font-family: serif;
    font-weight: bold;
    font-size: 36px;
    left: 30px;
    top: 11920px;
    background-color: rgb(100, 181, 219);
    border-left: 10px solid rgb(38, 100, 214);
    box-shadow: 3px 3px 7px #000;
    padding-left: 145px;
    padding-right: 15px;
    float: left;
}

.wawa {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}


/* ここから各キャラ説明ページのベース設定 */

.chara-flame2 {
    /* margin-top: 100px;
margin-left: 100px; */
    position: relative;
    /* top: 300px; */
    left: 100px;
    width: 500px;
    height: 600px;
    background-image: url(../image/wahu48.jpg);
    background-size: cover;
    border: 2px solid rgb(0, 0, 0);
    overflow: hidden;
}

.chara-data-h2 {
    position: relative;
    font-family: serif;
    margin-left: 700px;
    top: 50px;
    font-size: 32px;
    border-left: 10px solid rgb(143, 124, 238);
}

.chara-data {
    margin-bottom: -1000px;
}

.chara-img img {
    position: relative;
    bottom: 60px;
}

.chara-data table {
    margin-left: 700px;
    position: relative;
    bottom: 530px;
}

.chara-data th {
    width: 240px;
    /* background-color: #f0f0f0; */
    padding: 35px;
    border: 1px solid #ccc;
    font-family: serif;
    font-size: 20px;
}

.chara-data td {
    width: 660px;
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
}

.chara-name {
    font-size: 100px;
    font-family: serif;
    font-weight: bold;
    text-align: center;
}

.chara-spell {
    position: relative;
    top: -480px;
    
}

.chara-spell h2 {
    font-family: serif;
    position: relative;
    top: 1000px;
    font-size: 32px;
    left: 220px;
    border-left: 10px solid rgb(143, 124, 238);
    display: inline;
}

.chara-spell ul li {
    font-family: serif;
    position: relative;
    top: 1015px;
    left: 200px;
    font-size: 18px;
    list-style-type: none;
    font-weight: bold;
    /* display: block; */
    /* line-height: 2.4em; */
    /* border: 2px solid rgb(0, 0, 0); */
    height: 2.2em;
    width: 28%;
    text-align: left;
    float: left;
    
}
.chara-spell ul:after {
      content: "";
      clear: both;
      display: block;
}

.pageback {
    text-align: right;
    position: relative;
    top: 600px;
    /* left: 1220px; */
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    display: inline;
}

.footer {
    margin-top: -200px;
    margin-bottom: 545px;
}

.footer2 {
    position: relative;
    text-align-last: left;
    top: 300px;
    
}

/* ここから下は各キャラの画像の微調整 */
.megumu-img {
    position: relative;
    right: 100px;
    top: -20px;
}
.kasenn-img {
    position: relative;
    left: 60px;
}
.urumi-img {
    position: relative;
    right: 150px;
}
.eika-img {
    position: relative;
    right: 40px;
}
.komati-img {
    position: relative;
    right: 90px;
}
.seiga-img {
    position: relative;
    right: 150px;
}
.kyouko-img {
    position: relative;
    right: 50px;
}
.sagume-img {
    position: relative;
    right: 20px;
}