﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */

h1 {
    margin: 0;
    border-bottom: double 5px #008000;
}
h2 {
    position: relative;
    padding: 0.2em 0.5em;
    background: -webkit-linear-gradient(to right, #008000, #90ee90);
    background: linear-gradient(to right, #008000, #90ee90);
    color: white;
    font-weight: lighter;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
    margin: 0;
    /* margin-bottom: 20px;*/
}

h3 {
    padding-left: 1em;
    margin: 0;
    position: relative;/*相対位置*/
    padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
    line-height: 1.4;/*行高*/
    color: #32cd32;/*文字色*/
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    background: #fffff4;
}

h3:before {
    font-family: "Font Awesome 5 Free";/*忘れずに*/
    content: "\f138";/*アイコンのユニコード*/
    font-weight: 900;
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0.25em;/*アイコンの位置*/
    top: 0.5em;/*アイコンの位置*/
    color: #32cd32; /*アイコン色*/
}

h4 {
    font-size: 2.5em;
    text-align: center;
    background: #008000;
    box-shadow: 0px 0px 0px 5px #008000;
    border-top: dashed 5px #f3f2e9;
    border-bottom: dashed 5px #f3f2e9;
    padding: 0.2em 0.5em;
    color: #f3f2e9;
    margin: 5px 0;
}
h5 {
    margin: 0;
    font-size: 1.5em;
    padding: 0.5em 0.5em;
    border-bottom: double 5px #008000;
}
h6 {
    margin: 0;
}
ul, ol {
    margin: 30px 40px;
}
p {
    margin: 0;
}

body {
    margin: 0;
    background: url("../images/map.jpg") repeat;
}

header{
    background-color: #0c1a0c;
    margin: 0 auto;
    position: fixed;
    z-index: 300;
    width: 100%;
}

.header_inner {
    margin: 0 auto;
    width: 840px;
}

header img{
    height: 100px;
}

header a {
    text-shadow: 0 0 10px #6ae66a,0 0 15px #6ae66a;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #6ae66a;
}

header a:hover {
    text-shadow: 0 0 10px #fff,0 0 15px #fff;
    color: white;
}

header td {
    padding: 0 10px;
}

.container {
    padding: 0;
    margin: 0 auto;
    border-left: 3px solid #008000;
    border-right: 3px solid #008000;
    width: 920px;
    background-color: #f3f2e9;
    overflow: hidden;
}

.container:nth-child(2) {
    padding-top: 111px;
    padding-bottom: 0;

}

.container p{
    padding: 40px;
}


footer {
    padding: 30px 40px 30px 40px;
    width: 840px;
    background-color: #0c1a0c;
    margin: 0 auto;
    overflow: hidden;
    color: white;
    border-left: 3px solid #008000;
    border-right: 3px solid #008000;
}

.footer_inner {
    margin: 0 auto;
    width: 840px;
}

.footer_inner span {
    font-size: 2em;
}

footer p{
    padding: 20px 0 0 0;
    line-height: 1.5em;
    
}

.fa-exclamation-triangle {
    color: yellow;
}

footer td {
    padding: 10px;
    
}

.footer-left{
    margin: 0;
    float: left;
}

.footer-right{
    float: right;
}

address {
    margin: 30px 0;
}

/**********************************************************************************************/
/*トップページ用*/
.top_image {
    width: 920px;
    display: block;
}
/*更新履歴*/
dl {
    overflow: hidden;
    margin: 1em 2em 1em;
}

dt {
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 160px;
}

dd {
    float: left;
}

dd:before {
    content: '……　';
}
/**********************************************************************************************/
/*キャラクターページ用*/
.all_character{
    text-align: center;
    border-collapse: collapse;
}
.all_character td {
    border: 2px #008000 solid;
    height: 100%;
    
}

.all_character a {
    display: block;
    height: 100%;
}

.all_character img{
    width: 100%;
    display: block;
}

img.black {
    filter: brightness(0);
}

img.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
img.gray:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.character_detail {
    float: left;
    background-color: #e5ffe5;
    width: 45%;
}

.character_detail table {
    height: 550px;
    text-align: left;
    vertical-align: top;
}

.character_detail p {
    padding: 20px 40px;
}

.detail1, .detail2, .detail3, .detail4, .detail5, .detail7 {
    height: 1em;
}
.detail2 {
    font-size: 2em;
}
.detail4 {
    font-size: 1.5em;
}

.detail8 {
    height: 3em;
}
.sound {
    color: darkgray;
}

.character_detail_img {
    float: right;
    width: 55%;
}

.character_detail_img table {
    height: 550px;
    
}

.detail_switch{
    height: 2em;
}

.ch_td {
    position: relative;
}

.comment {
    text-align: right;
    font-size: 2em;
}

/*キャラクター詳細*/
th {
    font-weight: normal; 
    width: 50%;
    background-color: white;
    text-align: left;
    border-width: medium thin;
    font-size: 1em;
    padding: 5px 10px;
}

.character_detail td {
    padding: 5px 30px;
}

.character_detail_img td {
    width: 50%;
}

.over {
    transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    font-size: 2em;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 5.2rem;
    text-align: center;
    z-index: 290;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 4px #595959,
        -2px  2px 4px #595959,
        2px -2px 4px #595959,
        -2px -2px 4px #595959,
        2px  0px 4px #595959,
        0px  2px 4px #595959,
        -2px  0px 4px #595959,
        0px -2px 4px #595959;        /* 文字の影 */
}

/*画像回転*/
.ch_image {list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 500px;
    height: 500px;}

.ch_image li {height: 500px;
    width: 500px;
    text-align: center;
    cursor: pointer;}

.ch_image img {
    height: 100%;
}


/*スイッチ*/
#switch_3D, #switch_2D{
    z-index: 200;
}

#switch_3D:not(.off) {
    border-radius: 20px;
    text-align: center;
    color:white;
    background: linear-gradient(#ff7070,#ff2828);
    border-left: 0.3px solid #ffffff;
    width: 50%;
    padding: 10px 0;

}

#switch_2D:not(.off) {
    border-radius: 20px;
    text-align: center;
    color:white;
    background: linear-gradient(#86ace2,#0065f4);
    border-left: 0.3px solid #ffffff;
    width: 50%;
    padding: 10px 0;
    
}

.off {
    border-radius: 20px;
    background-color: gray;
    text-align: center;
    color: black;
    border-left: 0.3px solid #ffffff;
    width: 50%;
    padding: 10px 0;
}

/**********************************************************************************************/
/*動画ページ用*/
.movie {
    text-align: center;
    padding: 30px 40px 30px 40px;
}

.music {
    padding: 10px 40px;
    
}

.lyrics {
    padding: 10px 40px;
    background-color: #C7FFC7;
    line-height: 1.8em;
}

.branch {
    margin: 10px 40px;
    padding: 10px;
}

summary {
    display:block;
    cursor: pointer;
    background-color: #66cc66;
    line-height: 2.5em;
}

summary::-webkit-details-marker {
    display:none;
}

/**********************************************************************************************/
/*CASTページ用*/
a {
    text-decoration: none;
    color: #008000;
}

.cast p{
    padding-top: 0;
    text-align: right;
}

.cast ul {
    padding: 0;
    margin-bottom: 0;
}

.cast li {
    border-bottom: solid 5px white;/*下に灰色線*/
    margin-bottom: 10px;/*下のバーとの余白*/
    line-height: 1.5;
    padding: 0.5em 1em;
    list-style-type: none!important;/*ポチ消す*/
}