body {
    width: 100%;
    margin: 0;
}
i {
    font-style: italic;
}
/*
###########TOP##########
*/
.top {
    text-align: center;
}
.top-img img{
    width: 100%;
    display: block;
}
.top-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-title {
    margin: 10% auto 0;
    color: #cc0066;
    background-color: #00000070;
    padding: 15px 0;
}
.top-title h1 {
    font-size: 3em;
}
.top-title h2 {
    font-size: 1.5em;
}
@media (min-width: 600px) {
    .top-title h1 {
        font-size: 5em;
    }
    .top-title h2 {
        font-size: 2.6em;
    }
}
/*
###########NAV##########
*/
.nav ul {
    display: flex;
    list-style: none;
    padding: 20px;
    margin: 0;
    background-color: #dddddd;
    flex-wrap: wrap;
}
.nav ul li {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    transition: all .2s ease-in-out;
}
.nav ul li a {
    text-decoration: none;
}
.nav ul li:hover {
    transform: scale(1.1);
}
.nav ul li .h3-jp {
    color: #e066a3;
}
.nav ul li .h3-fr {
    color: #cc0066;
}
/*
###########CONTENT##########
*/
.main {
    background: url(background.JPG) repeat-y center top;
    padding-top: 20px;
}
.content {
    padding-bottom: 30px;
}
.content p{
    width: 100%;
    padding: 20px 0;
    text-align: justify;
    font-size: 1em;
    font-color: #888888;
}
@media (min-width: 800px) {
    .content p{
        width: 600px;
        margin: auto;
        font-size: 1.5em;
    }
}
@media (min-width: 1000px) {
    .content p{
        width: 800px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .content p{
        width: 1000px;
        margin: auto;
    }
}
.content h3 {
    text-align: center;
}
.content h3:first-child{
    margin-top: 0;
}
.content h3 .h3-jp {
    color: #e066a3;
    -webkit-text-stroke: 1px rgba(0.2, 0.2, 0.2, 0.5);
}
.content h3 .h3-fr {
    color: #cc0066;
    font-size: 1.8em;
    -webkit-text-stroke: 1px rgba(0.2, 0.2, 0.2, 0.5);
}
.content-text {
    color: #dddddd;
    width: 100%;
    background-color: #22222290;
    box-sizing: border-box;
    padding: 0 10px;
}
.catch {
    font-weight: bold;
    font-size: 1.1em;
}
.character-tab {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}
.character-tab ul {
    transform: scale(0.5);
    display: flex;
    justify-content: center;
    list-style: none;
}
@media (min-width: 370px) {
    .character-tab ul {
        transform: scale(0.7);
    }
}
@media (min-width: 1000px) {
    .character-tab ul {
        transform: none;
    }
}
.character-tab li{
    filter: brightness(1);
    cursor: pointer;
    width: 102px;
    height: 102px;
    background-color: #e066a333;
    border: 2px solid #cc006655;
    margin: 0 10px;
    transition: all .4s ease 0s;
}
.character-tab li:hover {
    filter: brightness(0.7);
}
.character-sect {
    position: relative;
    padding-bottom: 120px;
}
.character-slide {
    width: 100%;
}
@media (min-width: 800px) {
    .character-slide {
        width: 600px;
        margin: auto;
    }
}
@media (min-width: 1000px) {
    .character-slide {
        width: 800px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .character-slide {
        width: 1000px;
        margin: auto;
    }
}
.character-slide ul {
    list-style: none;
}
.character-slide ul li {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    display: none;
    transition: all 0.5s ease-in-out;
}
#char-michel {
    display: block;
}
.character-head {
    position: relative;
    width: 100%;
}
.character-head img {
    width: 100%;
    height: auto;
    max-height: 500px;
}
.character-text {
    position: relative;
    width: 100%;
}
@media (min-width: 1000px) {
    .character-head {
        position: absolute;
        top: 0;
        left: 25px;
        width: 49%;
    }
    .character-head img {
        width: 100%;
        height: auto;
    }
    .character-text {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
    }
    .character-sect {
        position: relative;
        overflow: hidden;
        height: 600px;
        padding-bottom: 0;
    }
}
.character-name {
    font-size: 1.7em;
    text-align: center;
    color: #e066a3;
    margin-bottom: 10px;
}
.character-desc {
    font-size: 1em;
    text-align: justify;
}
@media (min-width: 800px) {
    .character-desc {
        font-size: 1.4em;
    }
}
.gallery {
    width: 100%;
    position: relative;
}
@media (min-width: 1000px) {
    .gallery {
        width: 800px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .gallery {
        width: 1000px;
        margin: auto;
    }
}
.gallery ul {
    list-style-type: none;
    position: relative;
    padding: 0;
    display: block;
}
.gallery ul li {
    display: block;
    transform: translate3d(0, 0, 0);
    padding: 0;
    display: none;
}
@media (min-width: 1000px) {
    .gallery ul li {
        padding: 0 120px;
    }
}
.gallery ul li:first-child {
    display: block;
}
.gallery-inner {
    position: relative;
    padding: 15px 0;
}
.gallery-inner img{
    display: block;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 9px 2px;
    max-width: 100%;
    height: auto;
}
#btn-left {
    position: absolute;
    top: 0;
    left: 24px;
    transform: translate3d(0, 0);
    margin-top: 25%;
    cursor: pointer;
}
#btn-right {
    position: absolute;
    top: 0;
    right: 24px;
    transform: translate3d(0, 0);
    margin-top: 25%;
    cursor: pointer;
}
.note {
    font-size: 1.2em;
}
.note p:last-child {
    text-align: right;
}
.download a{
    float: right;
    color: #e066a3;
}
.download table {
    margin: 0 auto;
    font-size: 1em;
    border: 1px solid #cc0066;
}
@media (min-width: 800px) {
    .download table {
        font-size: 1.5em;
    }
}
.download th, .download td{
    border: 1px solid #cc0066;
}
.download th {
    background-color: #e066a3;
}
.download td:nth-child(2) {
    text-align: right;
}
#ps img{
    height: 100px;
    width: auto;
}
footer {
    width: 100%;
    text-align: center;
    background-color: #dddddd;
    padding: 10px 0;
    color: #cc0066;
    font-size: 1.3em;
}
