@charset "utf-8";
/* CSS Document */
/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}
/* 全体 */
html,body{width: 100%;}
html{font-size: 100%;}
body{
    font-family:'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,Sans-Serif;
    font-size: 1.4em;
    overflow:hidden;
    overflow-y: scroll;
    color: #895659;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{
    text-decoration:none;  
    color: #895659;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}
main{
    height: auto !important;
    height: 100%;
    position: relative;
    width: 100%;
}

/* header */
#main header{
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 100;
}
#menu{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
#menu hr{
    height: 4px;
    background: linear-gradient(to right, #fff0a5, #ff7db4, #fff0a5);
    border: none;
    margin-top: 3px;
    position: relative;
}
.menu_wrap{
    width: 768px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}
.menu_wrap h1{
    width: 176px;
    margin-top: 10px;
    text-align: center;
    float: left;
}
.menu_wrap nav ul{
    display: inline-block;
    width: 592px;
    margin-top: 18px;
    text-align: center;
}
.menu_wrap nav li{
    padding: 0 12px;
    display: inline-block;
    font-weight: bold;
    font-family: 'メイリオ';
    font-size:  0.6rem;
    text-align: center;
}
.menu_wrap nav li+ li {
    height: 29px;
    border-left: 2px dotted #dbcaca;
}
.menu_wrap nav p:first-letter{color: #ff88a7;}
.menu_wrap nav ul li p{
    font-family: 'Federo'; 
    font-size:  22px;
    font-weight:400;
    margin-top: 3px;
}
/* head_language */
ul.head_language{
    font-family: 'Federo';
    margin: 0 auto;
    width: 244px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    position: absolute;
    top: 60px;
    right: 0vw;
}
ul.head_language li{
    width: 123px;
    height: 30px;
    font-size:  0.9rem;
    vertical-align:baseline;
    position: relative;
    z-index: 1;
    display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
ul.head_language li img{
    margin-right: 4px;
}
ul.head_language li:first-child {
    margin-right: auto;
    background-image: url(../img/head_lang_l_1.png);
  }
ul.head_language li:first-child a{
    display:block;
    width:100%;
    padding:10px 15px;
  }
ul.head_language li:first-child p{
    padding: 9px 0 10px 10px;
}
ul.head_language li:nth-of-type(2){
  background-image: url(../img/head_lang_r_0.png);
}
ul.head_language li:nth-of-type(2) p{
    padding: 10px 20px 10px 0;
}
ul.head_language li:first-child img{
    visibility : hidden;
}
ul.head_language li:first-child a{
    display:block;
    width:100%;
    height:100%;
    color: #fff;
}
ul.head_language li:first-child a:hover img{
    visibility : visible;
}
/* mainvisual */
#mainvisual{
    background: url(../img/mainvisual.jpg) center top no-repeat;
    background-position: 0vw 0vw 10vw;
    background-size: cover;
    width: 100vw;
    height: 46vw;
    min-height: 850px;
    overflow: hidden;
}
#visual{
    width: 768vw;
    height: 850px;
    position: relative;
    margin: 0 auto;
}
#visual h2{
    width: 90vw;
    top: 10vw;
    left: 2vw;
    text-align: left;
    position: absolute;
}
#visual h2 img{
    max-width:50%; 
}
#visual h3{
    width: 100vw;
    font: 100 3rem 'Federo';
    color: #532f31;
    letter-spacing: -0.05em;
    text-align: right;
    position: absolute;
    left: -9vw;
    bottom: 85px;
    text-shadow:
        white 1px 1px 10px, white -1px 1px 10px,
        white 1px -1px 10px, white -1px -1px 10px,
        white 1px 1px 10px, white -1px 1px 10px,
        white 1px -1px 10px, white -1px -1px 10px;
}
#visual h3:first-letter{
    color: #ff88a7;
}
#visual h4{
    width: 100vw;
    font-size: 1.2rem;
    color: #532f31;
    letter-spacing: -0.05em;
    line-height: 30px;
    text-align: right;
    position: absolute;
    left: 15px;
    left: -7.5vw;
    bottom: 30px;
    text-shadow:
        white 1px 1px 10px, white -1px 1px 10px,
        white 1px -1px 10px, white -1px -1px 10px,
        white 1px 1px 10px, white -1px 1px 10px,
        white 1px -1px 10px, white -1px -1px 10px;
}
.catch1{
    width: 100vw;
    text-align: right;
    position: absolute;
    left: -6vw;
    top: 620px;
}
.catch2{
    width: 100vw;
    text-align: right;
    position: absolute;
    left: -9vw;
    top: 490px;    
}
/* SNS left*/
.button_tw_l{
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0%;
    top: -30px;
}
.button_tw_l_0 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.button_tw_l_0 .button_tw_l_1 {
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: -20%;
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    padding: 0.3em 0.5em;
    transition: opacity 1s;
    text-align: center;
    opacity: 0;
    font: 100 1rem 'Federo';
    color: #1da1f2;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #fff;
}
.button_tw_l_0 .button_tw_l_1::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    content: ' ';
    border: 5px solid transparent;
    border-top-color: #fff;
}
.button_tw_l_0:hover .button_tw_l_1 {
    visibility: visible;
    opacity: 1;
}
.button_yt_l{
    width: 58px;
    height: 58px;
    position: absolute;
    left: 9%;
    top: -30px;
}
/* h5共通デザイン */
#news h5,#story_intro h5,#story h5,#chara_area h5,#gallery h5,#special h5,#staff h5,#outline h5 {
    width: 100%;
    margin: 0 auto;
    font: 100 3rem 'Federo';
	display: flex;
	align-items: center;
    margin-bottom: 40px;
}
#news h5:before,#news h5:after,#story_intro h5:before,#story_intro h5:after,#story h5:before,#story h5:after,#chara_area h5:before,#chara_area h5:after,#gallery h5:before,#gallery h5:after,#special h5:before,#special h5:after,#staff h5:before,#staff h5:after,#outline h5:before,#outline h5:after {content: "";flex-grow: 1;height: 2px;}
#news h5:before,#story_intro h5:before,#story h5:before,#chara_area h5:before,#gallery h5:before,#gallery h5:before,#special h5:before,#special h5:before,#staff h5:before,#outline h5:before {margin-right: .4em;}
#news h5:after,#story_intro h5:after,#story h5:after,#chara_area h5:after,#gallery h5:after,#gallery h5:after,#special h5:after,#staff h5:after,#outline h5:after {margin-left: .4em;}
#news h5 span,#story_intro h5 span,#story h5 span,#chara_area h5 span,#gallery h5 span,#special h5 span,#staff h5 span,#outline h5 span{font-size: 0.8rem;padding-left: 8px;}
/* News */
#news{
    background-color: #fff;
    background-size: cover;
    padding-top: 80px;
    width: 768px;
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
}
#news a{color: #ff88a7;}
#news section{ width: 100%;}
#news article{
    max-height: 200px;
}
#news h5 {color: #ffb6c9;}
#news h5 p:first-letter{color: #ff88a7;}
#news h5:before, #news h5:after {background: #ffb6c9;}
#news dl{
    padding: 8px 0;
    border-bottom: 1px dotted #ffb6c9;
    line-height:1.4rem;
}
#news dl dt{
    width: 12%;
    display: table-cell;
    font-weight: bold;
}
#news dl dd{
    width: 86%;
    padding-left: 2%;
    display: table-cell;
}
#news article{
    width: 100%;
    font-size: 1.1rem;
}
#content-rd{
    height:180px;
    overflow: auto;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#main_movie{
    width: 100%;
    margin: 0 auto;
	display: flex;
}
.main_movie{
    width: 1000px;
    height:562px;
    margin: 0 auto;
    text-align: center;
}
.main_movie_text{
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin: 10px 0 40px 0;
}
.main_movie_text a{
    line-height: 1.5rem;
}
.main_bunner{
    width: 100%;
    margin-bottom: 40px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
}
.main_bunner p{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.main_bunner img { width: 100%; }
/* story_intro */
#story_intro{
    background: url(../img/story0_bg.jpg) center top no-repeat;
    background-position: 0vw 0vw 10vw;
    background-size: cover;
    width: 100vw;
    height: 900px;
    min-height: 900px;
    overflow: hidden;
}
#story_intro h5 {color: #fff;}
#story_intro h5 p:first-letter{color: #3ab3fb;}
#story_intro h5:before, #story_intro h5:after {background: #fff;}
#story_intro article{
    width: 100%;
    font-size: 1.3rem;
    font-family: 'Mplus 1p';
    line-height: 2rem;
    color: #fff;
    text-align: center;
    text-shadow:
    #54bff9 1px 1px 2px, #54bff9 -1px 1px 2px,/* 内側 */
    #54bff9 1px -1px 2px, #54bff9 -1px -1px 2px,
    #54bff9 1px 1px 6px, #54bff9 -1px 1px 6px,
    #54bff9 1px -1px 6px, #54bff9 -1px -1px 6px,
    #61d9f6 1px -1px 20px, #61d9f6 -1px -1px 20px,/* 外側 */
    #61d9f6 1px 1px 20px, #61d9f6 -1px 1px 20px,
    #61d9f6 1px -1px 20px, #61d9f6 -1px -1px 20px,
    #61d9f6 1px -1px 40px, #61d9f6 -1px -1px 40px,
    #61d9f6 1px 1px 40px, #61d9f6 -1px 1px 40px,
    #61d9f6 1px -1px 40px, #61d9f6 -1px -1px 40px,
    #61d9f6 1px -1px 20px, #61d9f6 -1px -1px 20px;
}
#story_intro ul{
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
}
#story_intro li{
    width: 170px;
    display: inline-block;
}
#story_intro li:first-letter{
    font-size: 1.5rem;
}
#story_intro li a{
    font: bold 1.2rem 'メイリオ';
    color: #ff88a7;
    padding: 10px 0;
    margin-right: 10px;
    border: 3px solid #ff88a7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#story_intro .story_bg_l{
    right: 0;
    top: 0;
    position: absolute;
}
/* Story */
#story{
    padding-top: 20px;
    margin-top: -20px;
}
#story ul{
    position: absolute;
    bottom: -350px;
    width: 100%;
    text-align: center;
}
#story li{
    width: 200px;
    display: inline-block;
}
#story li:first-letter{
    font-size: 1.5rem;
}
#story li a{
    font: bold 1.2rem 'メイリオ';
    padding: 10px 0;
    margin-right: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#story .story_bg_l{
    right: -100px;
    top: 900px;
    position: absolute;
}
.story_area{
    background-size: cover;
    padding-top: 60px;
    width: 768px;
    height: 840px;
    margin: 0 auto;
    position: relative;
}
.story_area section{
    width: 100%;
}
.story_area article p{
    margin-bottom: 30px;
}
.story_area a{
    display: block;
}
.storyfl {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
/* ストーリー1～3番目 */
#story0_wrap,#story1_wrap,#story2_wrap{
    background-position: 0vw 0vw 10vw;
    width: 100vw;
    height: 1300px;
    overflow: hidden;
}
#story0_wrap article,#story1_wrap article,#story2_wrap article{
    width: 100%;
    font-size: 1.3rem;
    font-family: 'Mplus 1p';
    line-height: 2rem;
    position: relative;
    color: #fff;
    text-align: center;
}
/* ストーリー1番目 */
#story0_wrap{
    background: url(../img/story3_bg.jpg) center top no-repeat;
    background-size: cover;
}
#story0_wrap h5 {color: #f5bfff;}
#story0_wrap h5 p:first-letter{color: #cc93fa;}
#story0_wrap h5:before, #story0_wrap h5:after {background: #f5bfff;}
#story0_wrap article{
    text-shadow:
    #cc93fa 1px 1px 2px, #cc93fa -1px 1px 2px,/* 内側 */
    #cc93fa 1px -1px 2px, #cc93fa -1px -1px 2px,
    #cc93fa 1px 1px 6px, #cc93fa -1px 1px 6px,
    #cc93fa 1px -1px 6px, #cc93fa -1px -1px 6px,
    #f5bfff 1px -1px 20px, #f5bfff -1px -1px 20px,/* 外側 */
    #f5bfff 1px 1px 20px, #f5bfff -1px 1px 20px,
    #f5bfff 1px -1px 20px, #f5bfff -1px -1px 20px,
    #f5bfff 1px -1px 40px, #f5bfff -1px -1px 40px,
    #f5bfff 1px 1px 40px, #f5bfff -1px 1px 40px,
    #f5bfff 1px -1px 40px, #f5bfff -1px -1px 40px,
    #f5bfff 1px -1px 20px, #f5bfff -1px -1px 20px;
}
#story0_wrap li a{
    color: #cc93fa;
    border: 3px solid #cc93fa;
}
/* ストーリー2番目 */
#story1_wrap{
    background: url(../img/story2_bg.jpg) center top no-repeat;
    background-size: cover;
}
#story1_wrap h5 {color: #ffb2b2;}
#story1_wrap h5 p:first-letter{color: #ff8694;}
#story1_wrap h5:before, #story1_wrap h5:after {background: #ffb2b2;}
#story1_wrap article{
    text-shadow:
    #ff8694 1px 1px 2px, #ff8694 -1px 1px 2px,/* 内側 */
    #ff8694 1px -1px 2px, #ff8694 -1px -1px 2px,
    #ff8694 1px 1px 6px, #ff8694 -1px 1px 6px,
    #ff8694 1px -1px 6px, #ff8694 -1px -1px 6px,
    #ffb2b2 1px -1px 20px, #ffb2b2 -1px -1px 20px,/* 外側 */
    #ffb2b2 1px 1px 20px, #ffb2b2 -1px 1px 20px,
    #ffb2b2 1px -1px 20px, #ffb2b2 -1px -1px 20px,
    #ffb2b2 1px -1px 40px, #ffb2b2 -1px -1px 40px,
    #ffb2b2 1px 1px 40px, #ffb2b2 -1px 1px 40px,
    #ffb2b2 1px -1px 40px, #ffb2b2 -1px -1px 40px,
    #ffb2b2 1px -1px 20px, #ffb2b2 -1px -1px 20px;
}
#story1_wrap li a{
    color: #ff8694;
    border: 3px solid #ff8694;
}
/* ストーリー3番目 */
#story2_wrap{
    background: url(../img/story1_bg.jpg) center top no-repeat;
    background-size: cover;
}
#story2_wrap h5 {color: #ffb6c9;}
#story2_wrap h5 p:first-letter{color: #ff88a7;}
#story2_wrap h5:before, #story2_wrap h5:after {background: #ffb6c9;}
#story2_wrap article{
    text-shadow:
    #ff88a7 1px 1px 2px, #ff88a7 -1px 1px 2px,/* 内側 */
    #ff88a7 1px -1px 2px, #ff88a7 -1px -1px 2px,
    #ff88a7 1px 1px 6px, #ff88a7 -1px 1px 6px,
    #ff88a7 1px -1px 6px, #ff88a7 -1px -1px 6px,
    #ffb6c9 1px -1px 20px, #ffb6c9 -1px -1px 20px,/* 外側 */
    #ffb6c9 1px 1px 20px, #ffb6c9 -1px 1px 20px,
    #ffb6c9 1px -1px 20px, #ffb6c9 -1px -1px 20px,
    #ffb6c9 1px -1px 40px, #ffb6c9 -1px -1px 40px,
    #ffb6c9 1px 1px 40px, #ffb6c9 -1px 1px 40px,
    #ffb6c9 1px -1px 40px, #ffb6c9 -1px -1px 40px,
    #ffb6c9 1px -1px 20px, #ffb6c9 -1px -1px 20px;
}
#story2_wrap li a{
    color: #ff88a7;
    border: 3px solid #ff88a7;
}
/* Chara */
#chara{
    padding-top: 20px;
    margin-top: -20px;
}
#chara_area{
    background-size: cover;
    padding-top: 60px;
    width: 768px;
    margin: 0 auto;
    position: relative;
}
#chara_area section{width: 100%;}
#chara_area h5{color: #ffb6c9;}
#chara_area h5 p:first-letter{color: #ff88a7;}
#chara_area h5:before, #chara_area h5:after {background: #ffb6c9;}
#chara_area article{
    width: 100%;
    height: 900px;
    font-size: 1.3rem;
    line-height: 2rem;
    position: relative;
}
.chr_bg_l{
    position: absolute;
    bottom: -10px;
    }
.chr_bg_r{
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: -10px;
}
.chr_stand{
    width: 800px;
    height: 900px;
    position: absolute;
}
.chr_text_wrap{
    width: 54%;
    height: 840px;
    margin-left: auto;
    margin-right: 0px;
    position: absolute;
    top: 4px;
    right: 0;
}
.chara_name_en{
    height: 14px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.chara_name_en:first-letter{
    color: #ff88a7;
}
.chara_name{
    font-family: 'Mplus 1p';
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.chara_name:first-letter{color: #ff88a7;}
.chara_voice{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}
.chara_spec dl{
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.chara_spec dt{
    width: 30%;
    float: left;
    clear: left;
}
.chara_spec dd{
    width: 70%;
    float: left;
    display: table-cell;
}
.chara_text{
    width: 100%;
    font-size: 1rem;
    display: inline-block;
    margin-top: 16px;
}
.chara_text ul{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.chara_text li{
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 2px;
    line-height: 1.5;
}
.chara_text li a{
    padding: 7px 10px 7px 10px;
    font-size: 0.6rem;
    letter-spacing:0;
    color: #fff;
    background-color: #6e4043;
    border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
}
.chara_text div {
    height: 230px;
    position: relative;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.4em;
    padding: 14px 0;
    text-shadow:
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.chara_text div::before,
.chara_text div::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
.chara_text div::before {
    top: 0;
    border-top: 2px solid #6e4043;
    border-bottom: 1px solid #6e4043;
}
.chara_text div::after {
    bottom: 0;
    border-top: 1px solid #6e4043;
    border-bottom: 2px solid #6e4043;
}
.chara_text div p+p{
    padding-top: 16px;
}
.chara_voice0{
    margin-top: 20px;
}
.chara_voice0 a{
    width: 312px;
    height: 44px;
    margin: 0 auto;
    font-family: 'Mplus 1p';
    color: #fff;
    text-shadow: #ff6990 2px 2px 0px, #ff6990 1px 1px 0px;
    background: url(../img/chara_btn_voice0.png) repeat;
    vertical-align:middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chara_voice0 a img{
    padding-right: 20px;
}
.chara_voice1{
    width: 312px;
    height: 46px;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    font: bold 1rem 'Mplus 1p';
    text-shadow:
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.chara_voice1 a img{
    padding-left: 4px;
        float: left;
}
.chara_voice1 p{
    padding: 12px 0 0 20px;
    float: left;
}
.chara_voice1 p:first-letter{
    color: #ff88a7;
}
.chara_costume0{
    margin-top: 20px;
    text-align: center;
}
.chara_costume0 div{
    display: inline;
}
.chara_costume0 a{
    width: 118px;
    height: 44px;
    padding-left: 60px;
    margin-bottom: 4px;
    font-family: 'Mplus 1p';
    font-size: 1rem;
    color: #fff;
    text-align: center;
    text-shadow: #83a2e5 2px 2px 0px, #83a2e5 1px 1px 0px;
    background: url(../img/chara_btn_costume0.png) no-repeat;
    vertical-align:middle;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.chara_costume0 a img{
    padding-top: 6px;
    vertical-align:middle;
    display: inline-block;
}
.chara_costume0 a p{
    padding-top: 6px;
    padding-right: 20px;
    vertical-align:middle;
    display: inline-block;
}
.chara_select_0,.chara_select_1,.chara_select_2{
    bottom: 10px;
}
ul.chara_select{
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.chara_select li{
    display: inline-block;
}
ul.chara_select li+li{
    padding-left: 4px;
}
li.chara_select_main img{
    width: 100px;
    height: 100px;
    box-shadow: 0 0 8px #ff6990;
}
li.chara_select_sub img{
    width: 80px;
    height: 80px;
    box-shadow: 0 0 8px #83a2e5;
}
li.chara_select_sub2 img{
    width: 60px;
    height: 60px;
    margin-left: 12px;
    box-shadow: 0 0 8px #fff;
}
/* Chara0～3 */
#chara0_wrap,#chara1_wrap,#chara2_wrap,#chara3_wrap{
    background: url(../img/chara_bg.jpg) repeat;
    width: 100vw;
    height: 1020px;
    overflow: hidden;
    position: relative;
}
#chara0_wrap article,#chara1_wrap article,#chara2_wrap article{
    position: relative;
}
#chr0_sd,#chr1_sd,#chr2_sd0,#chr2_sd1,#chr2_sd2{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    left: -60px;
}
#chr0_std0,#chr0_std1,#chr1_std0,#chr1_std1,#chr2_std0,#chr2_std1,#chr2_std2,#chr3_std0{
    background-size: cover;
    width: 800px;
    height: 900px;
    right: 200px;
    bottom:0;
    position: absolute;
}
.chr0_text_l,.chr1_text_l,.chr2_text_l{
    width: 100%;
    height: 880px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    right: 180px;
}
.chr0_catch,.chr1_catch,.chr2_catch,.chr3_catch{
    background-size: contain;
    width: 100%;
    height: 26px;
    position: absolute;
}
/* Chara0 */
#chr0_sd{
    background: url(../img/chara/chr0_0_sd.png) left top no-repeat;
}
#chr0_std0{
    background: url(../img/chara/chr0_0.png) center no-repeat;
}
#chr0_std1{
    background: url(../img/chara/chr0_1.png) center no-repeat;
}
.chr0_text_l{
    background: url(../img/chr0_text_l.png) left top no-repeat;
}
.chr0_catch{
    background: url(../img/chr0_text_r.png) center top no-repeat;
    position: absolute;
    top:130px;
    left: 120px;
}
/* Chara1 */
#chr1_sd{
    background: url(../img/chara/chr1_0_sd.png) left top no-repeat;
}
#chr1_std0{
    background: url(../img/chara/chr1_0.png) center no-repeat;
}
#chr1_std1{
    background: url(../img/chara/chr1_1.png) center no-repeat;
}
.chr1_text_l{
    background: url(../img/chr1_text_l.png) left top no-repeat;
}
.chr1_catch{
    background: url(../img/chr1_text_r.png) center top no-repeat;
    position: absolute;
    top:130px;
    left: 120px;
}
/* Chara2 */
#chr2_sd0{
    background: url(../img/chara/chr2_0_sd.png) left top no-repeat;
}
#chr2_sd1{
    background: url(../img/chara/chr2_1_sd.png) left top no-repeat;
}
#chr2_std0{
    background: url(../img/chara/chr2_0.png) center no-repeat;
}
#chr2_std1{
    background: url(../img/chara/chr2_1.png) center no-repeat;
}
#chr2_sd2{
    background: url(../img/chara/chr2_2_sd.png) left top no-repeat;
}
#chr2_std2{
    background: url(../img/chara/chr2_2.png) center no-repeat;
}
.chr2_text_l{
    background: url(../img/chr2_text_l.png) left top no-repeat;
}
.chr2_catch{
    background: url(../img/chr2_text_r.png) center top no-repeat;
    top:130px;
    left: 120px;
}
/* Chara3 */
#chr3_std0{
    background: url(../img/chara/chr3_0.png) center no-repeat;
}
.chr3_catch{
    background: url(../img/chr3_text_r.png) center top no-repeat;
    top:130px;
    left: 120px;
}
/* Gallery */
#gallery{
    width: 100%;
    padding: 80px 0 60px 0;
    position: relative;
}
#gallery section{
    width: 768px;
    margin: 0 auto;
}
#gallery h5 {color: #ffb6c9;}
#gallery h5 p:first-letter{color: #ff88a7;}
#gallery h5:before, #gallery h5:after {background: #ffb6c9;}
#gallery dl{display: flex;}
#gallery dl+dl{padding-top: 20px;}
#gallery dl{display: flex;  }
#gallery dl+dl{padding-top: 20px;}
#gallery dl dt{
    width: 80px;
    height: 44px;
    padding-top: 16px;
    margin-right: 10px;
    line-height: 1em;
    text-align: center;
    background-color: #ff99b6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#gallery dl dd{
    width: 106px;
    height: 60px;
    background-color: #ffb6c9;
    display: table-cell;
    margin: 0 auto;
}
.gallery_zoom0 .gallery_zoom1 {
    position: relative;
    bottom: 38px;
    left: 70px;  
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    transition: opacity 1s;
    text-align: center;
    opacity: 0;
}
.gallery_zoom0:hover .gallery_zoom1 {
    visibility: visible;
    opacity: 1;
}
#gallery article{
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.2em;
    color: #fff;
}
.gallery_new{
    background: url(../img/icon_new_s.png) left top no-repeat;
    width: 44px;
    height: 28px;
    margin-top: -28px;
    position: relative;
    top: 10px;
    left: 30px;
    z-index: 1;
}
/* Special */
#special{
    width: 100%;
    padding: 80px 0 60px 0;
    position: relative;
}
#special section{
    width: 768px;
    margin: 0 auto;
}
#special h5 {color: #ffb6c9;}
#special h5 p:first-letter{color: #ff88a7;}
#special h5:before, #special h5:after {background: #ffb6c9;}
#special ul{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#special li{
    width: 180px;
    height: 140px;
    display: inline-block;
    margin: 0 4px;
}
#special article{
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.2em;
    color: #fff;
}
/* Staff */
#staff{
    width: 100%;
    background-color: #ffb6c9;
    display: inline-block;
    vertical-align: middle;
}
#staff section{
    width: 768px;
    padding: 80px 0 60px 0;
    margin: 0 auto;
}
#staff article{
    max-height: 200px;
    padding-bottom: 140px;
}
#staff h5 {color: #fff;}
#staff h5 p:first-letter{color: #ff88a7;}
#staff h5:before, #staff h5:after {background: #fff;}
#staff dl{
    line-height:1.6rem;
    vertical-align: middle;
}
#staff dl+dl{
    margin-top: 10px;
}
#staff dl dt{
    width: 200px;
    font-size: 0.8rem;
    text-align: right;
    display: table-cell;
}
#staff dl dt span{
    font-size: 1rem;
}
#staff dl dd{
    width: 568px;
    font-size: 1rem;
    font-weight: bold;
    display: table-cell;
}
#staff article{
    width: 100%;
    font-size: 1rem;
}
/* Outline */
#outline{
    width: 100%;
    background-color: #ffb6c9;
}
#outline section{
    width: 768px;
    padding: 80px 0 60px 0;
    margin: 0 auto;
}
#outline h5 {color: #fff;}
#outline h5 p:first-letter{color: #ff88a7;}
#outline h5:before, #outline h5:after {background: #fff;}
#outline dl+dl{
    margin-top: 2px;
}
#outline dl dt{
    width: 118px;
    padding: 8px 8px 8px 0;
    text-align: right;
    display: table-cell;
    color: #fff;
    font-size: 0.8rem;
    background-color: #ff88a7;
}
#outline dl dd{
    width: 638px;
    padding: 8px 0 8px 8px;
    display: table-cell;
    background-color: #ffd3de;
}
#outline article{
    width: 100%;
    font-size: 1rem;
}
/* footer */
#main footer{
    width: 100%;
    background-color: #ffb6c9;
}
.banner{
    width: 200px;
    margin: 0 auto;
    padding: 100px 0 10px 0;
}
.copyright{
    width: 768px;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
    color: white;
    font-size: 0.5em;
}
/* sidemenu */
#sidemenu{
    position: fixed;
    line-height: 72px;
    padding-top: 60px;
    bottom: 24px;
    right: 10px;
    width: 60px;
    z-index: 550;
}
#sidemenu a{
    background-image: url(../img/btn_circle_pnk.png);
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin-top: 6px;
}
/* SNS right*/
.button_tw_r_0 .button_tw_r_1 {
    position: absolute;
    bottom: 72%;
    left: -10%;
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    padding: 0.3em 0.5em;
    transition: opacity 1s;
    text-align: center;
    opacity: 0;
    font: 100 1rem 'Federo';
    color: #ff88a7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #fff;
}
.button_tw_r_0 .button_tw_r_1::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    content: ' ';
    border: 5px solid transparent;
    border-top-color: #fff;
}
.button_tw_r_0:hover .button_tw_r_1 {
    visibility: visible;
    opacity: 1;
}
/* Hamburger menu */
.hamburger-nav-toggle-btn{
    display: none;
}
/* entrance */
#entrance{
    background: url(../img/mainvisual.jpg) center top no-repeat;
    background-position: 0vw 0vw 10vw;
    background-size: cover;
    width: 100vw;
    height: 46vw;
    min-height: 900px;
    overflow: hidden;
}
#entrance:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255,255,255,0.7);
}
.pagewrapper{
    width: 500px;
    height: 540px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 10px #ff88a7;
}
.en_logo{
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin: 8% 5%;
}
.en_logo img {
    width: 100%;
}
.en_date {
    font-family: 'Federo';
    font-size: 2.5rem;
    color: #532f31;
    text-align: center;
    position: relative;
    z-index: 10;
}
p.en_date {
    width: 500px;
    height: 45px;
    padding: 0;
    margin: 0;
}
p.en_date:first-letter{
    color: #ff88a7;
}
.en_os {
    font-size: 1.2rem;
    color: #532f31;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 10;
    margin-bottom: 6%;
}
.jump {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 5%;
}
.jump a {
    background: #ff88a7;
    width: 30%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin: 0 5%;
    font-family: 'Federo';
    color: #fff;
    font-size: 1.5rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s;
}
.jump a:hover {
    opacity: 0.5 ;
}
.en_cp {
    font-size: 0.7rem;
    color: dimgray;
    line-height: 18px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
    background-color: aqua;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {top: 0;}
#nav-toggle span:nth-child(2) {top: 11px;}
#nav-toggle span:nth-child(3) {top: 22px;}