@charset "UTF-8";
    
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
        
body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height:2em;
    }

#header {
    height: 100px; /* ヘッダーの高さ */
    position: fixed;
    top:0;
    width: 100%;
    background-image: url(g01_image/g01_header.jpg);
    background-position: top left; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 200;
}

img {
    max-width: 100%;
    height:auto;   
    }

a {text-decoration: none ;}

.g01header_rogo {
    position: fixed; 
    right: 0px;
}

#footer {
    background: #033181;
    bottom: 0;
    height: 40px; /* フッターの高さ */
    position: fixed;
    width: 100%;
    color: white;
    text-align:center;
    font-size: 8px;
    padding: auto;
    z-index: 100;

}

h3 {
    color: #0e60bc;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    
}

h4 {
    text-align: center;
    color: #032256;
    font-size: 12px;
    line-height:1;
}

#content {
    width: 100%; 
    height: auto;
    position: absolute;
    top:100px; /* ヘッダー部分の高さを除く */
    bottom: 40px; /* フッター部分の高さを除く */
    left: 0px; /* メニュー部分の幅を除く */
    background-image: url(g01_image/g01bg01.jpg);
    background-position: right bottom; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    z-index: 10;
}

#menu {

    width: 5px; /* メニューの幅 */
    position: fixed;
    left: 0;
    top:100px;
    overflow: visible;
    z-index: 50;
    font-size: 15px;
    letter-spacing:0.1em;
    height: auto;
}

.menu_btn1 {
    display: inline-block;
    padding: 0.3em 0.5em 0.3em 1em;
    text-decoration: none;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#e9f4ff 3px, #e9f4ff 7px);
    border-left: solid 10px #387cd2;/*左線*/
    border-top: solid 1px #387cd2;
    border-right: solid 1px #387cd2;
    border-bottom: solid 1px #387cd2;
    color: #033181;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
    border-radius: 0 15px 15px 0;
    margin-top: 10px;
    
}
.menu_btn1:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.menu_btn2 {
    display: inline-block;
    padding: 0.3em 0.5em 0.3em 1em;
    text-decoration: none;
    background: -webkit-repeating-linear-gradient(-45deg, #dbeef8, #dbeef8 3px,#cce8f9 3px, #cce8f9 7px);
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#cce8f9 3px, #cce8f9 7px);
    border-left: solid 10px #0d4086;/*左線*/
    border-top: solid 1px #0d4086;
    border-right: solid 1px #0d4086;
    border-bottom: solid 1px #0d4086;
    color: #00193e;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
    border-radius: 0 15px 15px 0;
    margin-top: 10px;
    
}
.menu_btn2:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

ul, ol ,li {
    padding: 0;
    position: relative;
    list-style-type: none!important;/*ポチ消す*/
}

.menu_hr {
    position: fixed;
    left: 10px;
    bottom: 40px;
}

.tope {
    border: solid 2px #032256;
}

.kousin { /* 点線基本枠、内枠余白が上下少し小さめ */
    display: inline-block;
    font-size: 12px;
    line-height:2;
    text-align: left;
    border: dotted 0.2em #7ca4ff;
    border-radius: 30px;
    margin:0 auto;
    height: auto;
    padding: 1% 3% 0% 3%;
    background-color: rgba(255,255,255,0.7);
    }

.kousin2 { /* 点線基本枠、内枠余白が上下左右同じ */
    display: inline-block;
    font-size: 12px;
    line-height:2;
    text-align: left;
    border: dotted 0.2em #7ca4ff;
    border-radius: 30px;
    margin:0 auto;
    height: auto;
    padding: 3%;
    background-color: rgba(255,255,255,0.7);
    }

.sirowaku { /* 空白用枠、スマホ用 */
    display: inline-block;
    font-size: 12px;
    line-height:2;
    text-align: center;
    margin:0 auto;
    height: auto;
    padding: 0%;
    }

.ss { /* 小説用 */
    display: inline-block;
    font-size: 12px;
    line-height:2;
    text-align: left;
    border: dotted 0.2em #7ca4ff;
    border-radius: 20px;
    margin:0% 14%;
    height: auto;
    padding: 3%;
    background-color: rgba(255,255,255,0.7);
    }


#info {
    position: relative;
    height: auto;

}
.backsuke {
    background-color: rgba(255,255,255,0.5);
}

table {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.7);
    border-collapse: collapse;
    line-height: 1.7;
}

table td {
    border: dotted 0.2em #7ca4ff;
    padding: 4px 20px;
    color: #033181;
}

.table_m {
    font-weight: bold;
    color: #0e60bc;
}

.table2 {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.5);
    border-collapse: collapse;
    line-height: 1.7;
}

.chara_gazou { /* キャラの4つの画像 */
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    

}
.chara_icon { /* キャラクターアイコン画像 */
    
}

.gallery_gazou { /* ゲーム画像 */
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.gallery_still {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}

#gallery {height: auto;}



#dl {
    height: auto;

}

@media screen and (max-width: 640px){ /* スマホ用設定*/
 
    p {
        font-size: 80%;
        line-height:1.5em;
    }
    
    .tope {
    border: solid 1px #032256;
    width: 90%;
    height: 90%;
}

    
    table {font-size: 75%;}
    
    table td {
    border: dotted 0.2em #7ca4ff;
    padding: 4px 5px;
    color: #033181;
    }
    
    .table2 {
    font-size: 75%;
    width: 90%;
}
    
    img { float : none ; }
    h1 {font-size: 20px; }
    h4 {font-size: 80%;}
    
    
    #header {
    height: 70px; /* ヘッダーの高さ */
    position: fixed;
    top:0;
    width: 100%;
    background-image: url(g01_image/g01_header.jpg);
    background-position: top left; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 200;
}
    .g01header_rogo {
    position: fixed; 
    right: 0px;
    max-width: 120px;
    height:auto;
}

    #content {
    width: 100%; 
    height: auto;
    position: absolute;
    top:70px; /* ヘッダー部分の高さを除く */
    bottom: 40px; /* フッター部分の高さを除く */
    left: 0px; /* メニュー部分の幅を除く */
    background-image: url(g01_image/g01bg01.jpg);
    background-position: right bottom; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    z-index: 10;
}
    
    #menu {
        width: 5px; /* メニューの幅 */
        position: fixed;
        left: 0;
        top:0px;
        overflow: visible;
        z-index: 500;
        font-size: 12px;
        height: auto;
        }
    
    .menu_btn1 {
        display: inline-block;
        padding: 0em 0.3em;
        text-decoration: none;
        background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 6px);
        background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#e9f4ff 3px, #e9f4ff 6px);
        border-left: solid 4px #387cd2;/*左線*/
        border-top: solid 1px #387cd2;
        border-right: solid 1px #387cd2;
        border-bottom: solid 1px #387cd2;
        color: #033181;/*文字色*/
        font-weight: bold;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
        border-radius: 0 15px 15px 0;
        margin-top: 3px;
        letter-spacing:0em
    }
    
    .menu_btn2 {
        display: inline-block;
        padding: 0em 0.3em;
        text-decoration: none;
        background: -webkit-repeating-linear-gradient(-45deg, #dbeef8, #dbeef8 3px,#cce8f9 3px, #cce8f9 6px);
        background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#cce8f9 3px, #cce8f9 6px);
        border-left: solid 4px #0d4086;/*左線*/
        border-top: solid 1px #0d4086;
        border-right: solid 1px #0d4086;
        border-bottom: solid 1px #0d4086;
        color: #00193e;/*文字色*/
        font-weight: bold;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
        border-radius: 0 15px 15px 0;
        margin-top: 3px;
        letter-spacing:0em
    }
    
    
    .menu_hr {
    position: fixed;
    left: 5px;
    bottom: 40px;
    width: 50px;
    }

    .kousin {
         font-size: 80%;
        line-height:1.5em;
        width: 86%;
        padding: 2% 4% 4% 6%;
    }
    
    .kousin2 {
         font-size: 80%;
        line-height:1.5em;
        width: 80%;
        padding: 2% 5%;
    }
    
   .sirowaku { /* 空白用枠、スマホ用 */
       font-size: 80%;
        line-height:1.5em;
       text-align:center;
    margin:0 auto;
    height: auto;
    padding: 3% 20% 3% 20%;
    }
    
    .ss { /* 小説用 */
        font-size: 80%;
        line-height:1.5em;
        margin:0% 1% 0% 14%;
        padding:3% 2% 3% 5%;
    }
    
    .chara_gazou { /* キャラの4つの画像 */
        height: auto;
        margin: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .gallery_gazou { /* ゲーム画像 */
    width: 90%;
}

.gallery_still {
    width: 90%;

    
    
    
    
    
}








