@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan');
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue" ,sans-serif;
    background-color: #fff;
    color: #333;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color:#333;
}

.bold {
    font-weight: bold;
}

.sp_hidden {
    display: block;
}

.scrollFadeIn {
   opacity : 0;
   transform: translateY(20px);
   transition: opacity 1.5s;
   transition: transform 1.5s;
}

.yellow_underline {
    background: linear-gradient(transparent 60%, #ffcc00 60%);
}

#wrapper{
    min-height: 100vh;
}

.top_visual_area_section {
    position: relative;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
}

#key_visual_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    position: relative;
    animation: fadeIn 2s ease-in-out 0s 1 normal;
    -moz-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -o-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -ms-animation: fadeIn 2s eurl("../images/kv_img2.png")ase-in-out 0s 1 normal;
    z-index: 2;
}

#key_visual_area img {
    width: 100%;
    height: auto;
}

.start_info_area001 {
    width: 30.5%;
    position: absolute;
    top: 1%;
    right: 0.75%;
    text-align: center;
    margin: auto;
    z-index: 3;
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    animation-duration: 2s;
    animation-delay: 2.5s;
}

.start_info_area001 img {
    width: 100%;
    height: auto;
}

.start_info_area002 {
    width: 90%;
    margin: 0  auto;
    max-width: 1000px;
}

.start_info_area002_inner {
    width: 96%;
    margin: 0 2%;
    max-width: 1000px;
    border-bottom: dotted 3px #006ee6;
    margin: 0 auto;
    padding: 30px 0;
}

.start_info_area002 img {
    width: 500px;
}

.start_info_banner {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.start_info_banner li div {
    width: 80%;
    box-shadow: none;
    margin: 15px auto 0 auto;
}

.start_info_banner p {
    line-height: 1.2em;
    margin: 0 0 10px;
}

.start_info_banner li + li {
    margin: 30px 0 0;
}

.start_info_banner li img {
    width: 100%;
    max-width: 295px;
    height: auto;
    box-shadow: none;
}

.menu_area {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
}

.menu_btn, .menu_btn span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    cursor :pointer;
}

.menu_btn {
    position: relative;
    float: left;
    margin: 3px 0 0 3px;
    width: 64px;
    height: 64px;
    background: #fff;
    z-index: 13;
    background: url(../images/bg_menu.png) center top no-repeat;
    background-size:cover;
    display: none;
}

.menu_btn span {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu_btn span:nth-of-type(1) {
    top: 17px;
}

.menu_btn span:nth-of-type(2) {
    top: 26px;
}

.menu_btn span:nth-of-type(3) {
    top: 35px;
}

.menu_btn.active span:nth-of-type(1) {
    top: 26px;
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu_btn.active span:nth-of-type(2) {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.menu_btn.active span:nth-of-type(3){
    top: 26px;
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.g_nav{
    z-index: 12;
    width: 230px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: none;
    /*overflow: hidden; 20190304*/
    margin: 0;
    padding: 0;
    background: url(../images/bg_g_nav.png) left top repeat-y;
    right: 0; /* 20190304*/
    bottom: 0; /* 20190304*/
    overflow-y: auto; /* 20190304*/
    -ms-overflow-style:none; /* 20190304*/
    overflow-y: auto;
}

.g_nav::-webkit-scrollbar { /* 20190304*/
    display:none;
}

.g_nav.active {
    transform: translateX(0px);
}

.menu_overlay {
    z-index: 11;
    display: none;
    width: 0;
    height: 0;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 110, 230, 0.4);
}

.menu_overlay.active {
    width: 100%;
    height: 100vh;
}

.g_nav .nav_list{
    margin: 0;
    padding: 12px 15% 12px 5%;
}

.g_nav .nav_list li {
    border-bottom: 3px dotted #ffc742;
    text-align: left;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    text-indent: 8px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Noto Sans Japanese', sans-serif;

}
.g_nav .nav_list li a {
    text-decoration:none;
    color: #fff;
}

.g_nav .nav_list li:hover {
    cursor: pointer;
}

.g_nav .nav_list li a {
    display: block;
}

.g_nav .nav_list li:nth-child(1) {
    padding: 0px 0 12px 0;
}

#returnTop {
    position: fixed;
    bottom: 10px;
    right: 8px;
}

#returnTop a {
    display: block;
    opacity: 0.4;
}

#returnTop a:hover {
    text-decoration: none;
    opacity: 1.0;
}

.footerArea {
    width: 100%;
    height: 100px;
    margin: 0;
    background-color: #ffe0b6;
    text-align: center;
    position: relative;
}








#contents_wrapper {
    margin: 0 0 0 212px;
}






#waveCanvas {
    width: 100%;
    height: 100px;
    background: #ffe0b6;
}

.wave1 {
    width: 100%;
    height: 20px;
    background: url(../images/wave1.png) center top repeat-x;
    background-color: rgba(255,255,255,0);
}

.wave2 {
    width: 100%;
    height: 20px;
    background: url(../images/wave2.png) center top repeat-x;
}

.wave_brawn {
    width: 100%;
    height: 20px;
    background: url(../images/wave6.png) center top repeat-x;
}

.wave_aqua {
    width: 100%;
    height: 20px;
    background: url(../images/wave8.png) center top repeat-x;
}

.wave_aqua_r {
    width: 100%;
    height: 20px;
    background: url(../images/wave14.png) center top repeat-x;
}

.copyright {
    color: #fff;
    font-size: 12px;
    padding: 0;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
}

ul.ticker {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0px;
    list-style:none;
    padding: 0px;
    margin: 0px;
    height: 50px;
    background-color: rgba(159,193,244,0.5);
    overflow: hidden;
    z-index: 3;
    animation: fadeIn 2s ease-in-out 0s 1 normal;
    -moz-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -o-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -ms-animation: fadeIn 2s ease-in-out 0s 1 normal;
}

.tickerLeft {
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 10px;
    z-index: 3;
    background: url(../images/wave12.png) center top repeat-x;
    animation: fadeIn 2s ease-in-out 0s 1 normal;
    -moz-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -o-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -ms-animation: fadeIn 2s ease-in-out 0s 1 normal;
}

.tickerBottom {
    position: absolute;
    top: 50px;
    right: 0;
    height: 10px;
    width: 50%;
    z-index: 3;
    background: url(../images/wave11.png) center top repeat-x;
    animation: fadeIn 2s ease-in-out 0s 1 normal;
    -moz-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -o-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -ms-animation: fadeIn 2s ease-in-out 0s 1 normal;
}

ul.ticker li {
    color: #000;
    height: 50px;
    padding: 25px 0 0 15px;
    margin: 0px;
    text-align: left;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 16px;
    white-space: nowrap;
}

#twitter_area {
    width: calc( 100% - 24px );
    max-width: 1048px;
    height: 392px;
    margin: 0 0 20px 0;
    text-align: left;
    overflow: hidden;
    z-index: 4;
}

#sp_twitter_area {
    display: none;
}

.twitter_area_title {
    display: block;
    margin: 0 0 8px 0;
    width: 200px;
    height: 34px;
    cursor :pointer;
    background: url(../images/title_twitter_s.png) center top no-repeat;
}

.twitter_area_title:hover{
    background: url(../images/title_twitter_hover_s.png) center top no-repeat;
}

.twitter_area_upper {
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/bg_twitter_upper.png) right top no-repeat;
}

.twitter_area_bottom {
    display: block;
    height: 20px;
    width: 100%;
    background: url(../images/bg_twitter_bottom.png) right top no-repeat;
}

.twitter_time_line {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    display: block;
    border-right: 2px solid #006ee6;
}

a.twitter_area_btn {
    width: 120px;
    height: 240px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    line-height: 200px;
    float: left;
    margin: 0;
    padding: 0;
    /*animation: bounce 1s;
    animation-delay: 8s;*/
}

.movieArea {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    position:relative;
    background: url(../images/bg_movie.png) center top repeat;
}

.movieArea iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.youtube {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

.youtube:hover {
    filter:alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.bg_wave {
    position: relative;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url(../images/wave5.png) repeat-x 0 0;
    background-size: auto 100%;
    animation: wave_anime 58s linear infinite;
}
@keyframes wave_anime {
    from { background-position: 0 0; }
    to { background-position: -928px 0; }
}

.news_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    overflow: hidden;
    background: url(../images/bg_news.png) center center repeat-x;
    background-color: #9ac6f5;
}

.news_area_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 0 0 0;
    color: #000;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.news_header_title {
    display: block;
    width: 96%;
    margin: 0 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 3px dotted #006ee6;
    text-align: center;
}

.news_area_inner ul {
    width: 96%;
    list-style:none;
    margin: 0 2% 0 2%;
    padding: 15px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    max-height: 500px;
}

.news_area_inner li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0 4px 0;
    border-bottom: 1px solid #9a9a9a;
}

.news_area_inner li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.news_area_inner ul li p.date{
    display: block;
    float: left;
    width: 120px;
    font-weight: bold;
    color: #006ee6;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 8px 0;
    text-indent: 1em;
}

.news_area_inner ul li p.date a {
    color: #006ee6;
}

.news_area_inner ul li p.news_title{
    display: block;
    float: left;
    width: calc( 100% - 120px );
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 8px 0;
    letter-spacing: 0.5px;
}
.news_area_inner ul li p.news_contents{
    display: block;
    float: left;
    width: calc( 100% - 10px );
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 10px 0 20px 15px;
    letter-spacing: 0.5px;
}
.news_area_inner ul li p.news_contents a{
    text-decoration: underline;
}
.news_area_inner ul li p.news_contents:after {
    content: "";
    clear: both;
    display: block;
}
.news_area ul.news_contents_20190315{
    display: flex;
    justify-content: center;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
    background-color: inherit !important;
    border: none;
}
.news_area ul.news_contents_20190315 li{
    border: none;
    background:transparent;
    padding: 0;
}

.news_area_inner ul li:last-child p.title {
    border-bottom: none;
}

.news_area_inner a {
    color: #000;
    text-decoration: none;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.news_area_inner a:hover {
    text-decoration: underline;
}

.onair_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 0 0;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #d4f3ee 81%, #d4f3ee 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4f3ee',GradientType=0 );
}

.onair_area_section:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/wave8.png) center top repeat-x;
}

.onair_area_inner {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 90%;
    max-width: 1000px;
    margin: 0 0 0 0;
    color: #000;
    text-shadow:
        #fff 2px 0px,  #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px , #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px,  #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px,  #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 1.5px;
}

.onair_header_title {
    display: block;
    width: 96%;
    margin: 0 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 3px dotted #006ee6;
    text-align: center;
}

.broadcast_area {
    width: 96%;
    margin: 0 2% 0 2%;
    padding: 0px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0px;
}

.onair_area_inner .station {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.onair_area_inner .time {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
}

.staff_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.staff_area_inner {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../images/bg_staff.png) right bottom no-repeat;
}

.staff_area_inner ul {
    width: 50%;
    list-style:none;
    margin: 0 auto;
    padding: 0;
}

.staff_area_inner li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.staff_area_inner ul li p.subtitle{
    display: block;
    color: #006ee6;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0 0 2px 0;
    letter-spacing: 0.5px;
}

.staff_area_inner ul li p.name{
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 1px 0;
    letter-spacing: 1.5px;
}

.staff_area_inner ul li p.detail{
    display: block;
    color: #6a6a6a;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0 0 15px 0;
}

.staff_area_inner ul.cast_area li p.character_name {
    display: block;
    color: #f5005a;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0 0 2px 0;
    letter-spacing: 0.5px;
}

.character_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    background: url(../images/bg_character.png) center top repeat;
    background-color: #9ac6f5;
}

.character_area_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 0 0 0;
    color: #000;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.character_header_title {
    display: block;
    width: 96%;
    margin: 0 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 3px dotted #006ee6;
    text-align: center;
}

.character_area_inner ul {
    width: 96%;
    list-style:none;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
}

.character_area_inner li {
    display: inline-block;
    width: 30%;
    max-width: 250px;
}

.character_area_inner li img {
    width: 100%;
    height: auto;
}

.character_area_inner li img:hover{
    animation: swing 1s;
}

.character_area_inner li+li {
    margin: 0 0 0 15px;
}

.character_area_inner ul+ul {
    margin-top: 15px;
}

.chara_detail {
    display: none;
}

.chara_detail_box {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin: 0;
    padding: 25px 15px 25px 25px;
    border: 3px solid #006ee6;
    background: #fff;
    position: relative;
    background: url(../images/character/bg_chara.png) center top no-repeat;
    background-size:cover;
}


.chara_detail_box ul {
    width: 100%;
    list-style:none;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.chara_detail_box li {
    display: block;
    width: 65%;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.chara_detail_box li.stand_img {
    display: block;
    width: 35%;
    max-width: 400px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    animation: bounceInUp 1s;
}

.chara_detail_box li.stand_img img {
    height: 550px;
    width: auto;
    max-width: 400px;
}

.chara_detail_box li .chara_name {
    margin: 0;
    padding: 5px 0 0 0;
    color: #006ee6;
    font-size: 30px;
    font-weight: 700;
}

.chara_detail_box li .chara_voice {
    margin: 0;
    padding: 10px 0 15px 0;
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 700;
}

.chara_detail_box li .chara_info {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.chara_detail_box li .chara_face_img {
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    bottom: 60px;
    left: 3%;
}

.chara_detail_box li .chara_face_img2 {
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    bottom: 60px;
    right: 53.5%;
}

.chara_detail_box li .chara_face_img3 {
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    bottom: 60px;
    right: 31%;
}

.chara_detail_box li .chara_face_img img, .chara_detail_box li .chara_face_img2 img, .chara_detail_box li .chara_face_img3 img {
    width: 170px;
    height: auto;
}

.chara_link {
    position: absolute;
    left: 25px;
    bottom: 0;
}

.chara_link .character {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    border: 2px solid #006ee6;
    color: #333;
    background-color: #fff;
}

.chara_link .character:hover {
    background-color: #006ee6;
    color: #fff;
    text-decoration: none;
}

.story_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #fff;
}

.story_area_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 0 0 0;
    color: #000;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.story_header_title {
    display: block;
    width: 96%;
    margin: 0 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    border-bottom: 3px dotted #006ee6;
    text-align: center;
}

.story_tab_area {
    display: block;
    width: 96%;
    margin: 0 2% 0px 2%;
}

.story_tab {
    border: none;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #006ee6;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 5px;
}

.story_tab+.story_tab {
    margin: 0 0 0 5px;
}

.story_tab:hover {
    cursor: pointer;
    background-color: #e6a200;
}
.story_tab.is-active {
    background-color: #e6a200;
}

.story_tab:focus {
    outline: none;
}

.story_area_inner ul.story_contents_area {
    width: 96%;
    list-style:none;
    margin: 15px auto 0 auto;
    padding: 0px;
}

.story_contents {
    display: none;
    background-color: #edf1f6;
    margin: 0;
    padding: 30px 15px;
    border-radius: 15px;
    min-height: 400px;
    background: url(../images/story/bg_story.png) center top no-repeat;
    background-size:cover;
}

.story_contents h2 {
    width: 96%;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    margin: 0 auto 20px auto;
    padding: 0 0 10px 0;
    text-align: center;
    color: #006ee6;
    text-shadow:
        #fff 2px 0px,  #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px , #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px,  #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px,  #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
    border-bottom: 3px dotted #e6a200;
}

.story_contents p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    margin: 0;
    padding: 0 20px;
    text-align: left;
}

.story_contents p.intro {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    margin: 0;
    padding: 0 20px;
    text-align: center;
}

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

.story_contents p.summary {
    width: 740px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    margin: 0 auto;
    padding: 15px 0 10px 0;
    text-align: left;
}

.story_contents p.staff {
    width: 740px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
    color: #525252;
}


/* slide */
.thumb_item{
     margin:0 auto;
     width:740px;
     padding: 0;
}

.thumb_item_nav {
     margin:0 auto;
     width:740px;
     padding: 0;
}

.thumb_item .slick-slide img{
    width:100%;
    height:auto;
    cursor: pointer;
    box-sizing:border-box;
}

.thumb_item_nav .slick-slide img{
    width:100%;
    height:auto;
    cursor: pointer;
    box-sizing:border-box;
}

.thumb_item_nav .slick-slide.slick-current img{
    border:solid 2px #3c61e4;
}

.slick-initialized .slick-slide {
    overflow:hidden;
}


.original_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #ffe0b6;
}

.original_area_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 0 0 0;
    color: #000;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.original_header_title {
    display: block;
    width: 96%;
    margin: 0 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    border-bottom: 3px dotted #5a3400;
    text-align: center;
}

.original_area_inner ul {
    width: 96%;
    list-style:none;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
}

.original_area_inner li {
    display: inline-block;
    width: 25%;
    max-width: 300px;
    box-shadow: 6px 6px rgba(0,110,230,0.5);
}

.original_area_inner li img {
    width: 100%;
    height: auto;
    border: 1px solid #a0a0a0;
}

.original_area_inner li+li {
    margin: 0 0 0 3%;
}

.header_area_not_found {
    width: 100%;
    height: 100px;
    margin: 60px auto;
    padding: 0;
    text-align: center;
}


.not_found_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    min-height: 500px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 1%, #ffe0b6 100%);
    background: -webkit-linear-gradient(top,  #ffffff 1%,#ffe0b6 100%);
    background: linear-gradient(to bottom,  #ffffff 1%,#ffe0b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe0b6',GradientType=0 );

}

.music_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 0;
    background: #ffffff;
    background: -moz-linear-gradient(bottom,  #ffffff 0%, #d4f3ee 81%, #d4f3ee 100%);
    background: -webkit-linear-gradient(bottom,  #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);
    background: linear-gradient(to top,  #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4f3ee',GradientType=0 );
}

.music_area_section:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/wave14.png) center top repeat-x;
}

.music_area_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 0 0 0;
    color: #000;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.music_header_title {
    display: block;
    width: 96%;
    margin: 0 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    border-bottom: 3px dotted #006ee6;
    text-align: center;
}

.music_area_inner ul {
    width: 96%;
    list-style:none;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 50px 0 40px 0;
    background: url(../images/bg_movie.png) center top repeat rgba(255,255,255,0.7);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

.music_area_inner li.music_info {
    width: 80%;
    flex-grow: 1;
    margin: auto 0;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    color: #f2105d;
    font-size: 18px;
}

.music_area_inner li:nth-of-type(1) {
    display: inline-block;
    width: 50%;
}

.music_area_inner li:nth-of-type(2) {
    display: inline-block;
    width: 50%;
    padding: 0 37px 0 5px;
    line-height: 30px;
    text-shadow: 1px 1px 0 #fff,
    -2px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
    text-align: left;
    font-size: 16px;
}

.music_area_inner li:nth-of-type(2) span.head {
    color: #006ee6;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
}

.music_area_inner li:nth-of-type(2) span.cd-title {
    font-size: 22px;
}

.music_area_inner li:nth-of-type(2) span.one-block {
    display: inline-block;
}

.music_area_inner li:nth-of-type(2) span.cd-supplement {
    font-size: 12px;
}

.music_area_inner li:nth-of-type(2) span.price {
    font-size: 13px;
}

.music_area_inner li div.play_here {
    margin: 30px 0 20px 0;
    font-size: 18px;
    color: #f5005a;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.music_area_inner li audio {
    margin-top: 11px;
    width: 70%;
    height: 40px;
}
.music_area_inner li audio .no-play {
    margin-top: 20px;
    width: 80%;
    height: 40px;
}
.music_area_inner li img {
    width: 80%;
    height: auto;
    box-shadow: 6px 6px rgba(0,110,230,0.2);
}

.music_area_inner li .btn_ahomushi {
    width: 80%;
    box-shadow: none;
    margin: 15px auto 0 auto;
}

.music_area_inner li .btn_ahomushi img {
    width: 100%;
    max-width: 295px;
    height: auto;
    box-shadow: none;
}

.music_area_inner li .btn_ahomushi p {
    font-size: 14px;
}

.music_area_inner li .btn_ahomushi a:hover {
    filter:alpha(opacity=0.9);
    -ms-filter: "alpha(opacity=0.9)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.bonus_contents img{
    width: 65%;
}

.ahomushi_diary_header_title {
    display: block;
    width: 96%;
    margin: 20px 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    border-bottom: 3px dotted #006ee6;
    text-align: center;
}

.ahomushi_area{
    /*background: -moz-linear-gradient(bottom,  #ffffff 0%, #d4f3ee 81%, #d4f3ee 100%);
    background: -webkit-linear-gradient(bottom,  #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);
    background: linear-gradient(to top,  #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);*/
    background: url(../images/bg_lower_news.png) top center repeat;
    background-color: #d4f3ee;
}

.ahomushi_diary_area {
    text-align: left;
    width: calc( 80% - 40px );
    margin: 20px auto 0px auto;
    padding: 20px;
    border-radius: 15px;
    background: #9ac6f5;
    background-image: radial-gradient(#d0dff5 20%, transparent 0), radial-gradient(#d0dff5 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.ahomushi_diary_area_inner {
    border-radius: 10px;
    margin: 0px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.ahomushi_diary_question {
    width: 90%;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    color: #3c61e4;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 auto;
}

.ahomushi_diary_note {
    width: 90%;
    background-image: linear-gradient(
        180deg,
        rgba(140,170,214,0) 0%,
        rgba(140,170,214,0) 97%,
        #8caad6 97%,
        #8caad6 100%
    );
    background-repeat: repeat-y;
    background-size:100% 2em;
    line-height:2;
    font-size: 16px;
    margin: 10px auto 30px auto;
    letter-spacing: 0.5px;
}

.ahomushi_diary_area .chat {
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 5px;
    text-align: center;
    background: #ff9f28;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
}

.ahomushi_diary_area .chat:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 8px solid #ff9f28;
    z-index: 0;
}

.ahomushi_diary_area .chat_area {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 0 0;
}

.ahomushi_diary_area .diary_title_area {
    max-width: 400px;
    margin: 10px auto 30px auto;
}

.ahomushi_diary_area .image_area {
    max-width: 529px;
    margin: 0 auto 30px auto;
}

.ahomushi_diary_area .diary_title_area img, .ahomushi_diary_area .image_area img {
    width: 100%;
    height: auto;
}

.ahomushi_diary_area .cast_area {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

.ahomushi_diary_area .info_area {
    text-align: center;
    font-size: 14px;
    margin: 30px auto 20px auto;
    line-height:1.4;
}

.ahomushi_diary_link{
    text-align: center;
    width: 100%;
    margin: 20px auto 60px auto;
    padding: 20px;
    border-radius: 15px;
    background: #9ac6f5;
    background-image: radial-gradient(#d0dff5 20%, transparent 0), radial-gradient(#d0dff5 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.ahomushi_movieArea {
    background: url(../images/bg_lower_news.png) top center repeat;
    background-color: #d4f3ee;
}

.ahomushi_diary_info {
    width: calc( 80% - 40px );
    margin: 20px auto 30px;
    text-align: center;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow:
        #fff 2px 0px,  #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px , #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px,  #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px,  #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
}

.ahomushi_top_box {
    position: relative;
    display: flex;
    justify-content: center;
    border-top: dotted 3px #ffa73a;
    padding: 20px;
}

.ahomushi_top_box > div {
    margin: 0 20px;
}

.ahomushi_diary_area .ahomushi_top_box img {
    width: 180px;
    height: 180px;
    order: -1;
}

.ahomushi_diary_area .ahomushi_top_box img:last-child {
    order: 0;
}

.ahomushi_diary_area_inner.music_area_inner {
    max-width: none;
    width: 100%;
}

.ahomushi_diary_area_inner.music_area_inner ul {
    background: none;
}

.news_box {
    overflow-y: scroll;
    overflow-x: hidden;
}

.news_reservation{
    width: 96%;
    list-style: none;
    margin: 20px auto 0 auto;
    padding: 50px;
    background: url(../images/bg_movie.png) center top repeat rgba(255,255,255,0.7);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

.news_reservation p.news_title {
    display: block;
    width: 98%;
    font-size: 21px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    color: #f5005a;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    text-align: center;
}

/* 下層ページ_ニュース */
.news_area {
    width: 100%;
    list-style: none;
    background: url(../images/bg_lower_news.png) top center repeat;
    background-color: #9ac6f5;
}

.news_area_inner ul li p.news_title {
    display: block;
    float: left;
    width: calc( 100% - 120px );
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.news_area ul {
    width: 80%;
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

.news_area ul li p.date a {
    color: #006ee6;
    font-size: 20px;
}

.news_area ul li p.news_title {
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 8px 0;
    letter-spacing: 0.5px;
    border-bottom: 3px dotted #006ee6;
}

.news_area ul li p.date {
    display: block;
    width: 180px;
    font-weight: bold;
    color: #006ee6;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 8px 0;
}

.news_area li {
    /*background: url(../images/bg_movie.png) center top repeat rgba(255,255,255,0.7);*/
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    /*margin: 20px auto 0 auto;*/
    margin: 20px auto 0 auto;
    padding: 50px 40px;
}

.page_title{
    text-align: center;
    padding: 20px 0 0 0;
}

.text_red {
    color: red;
}

.text_delete {
    text-decoration: line-through;
}

.footerAreaUpper {
    width: 100%;
    height: 60px;
    margin: 0;
    background: #9fc1f4;
    background: -moz-linear-gradient(top,  #9fc1f4 0%, #9fc1f4 25%, #ffe0b6 100%);
    background: -webkit-linear-gradient(top,  #9fc1f4 0%,#9fc1f4 25%,#ffe0b6 100%);
    background: linear-gradient(to bottom,  #9fc1f4 0%,#9fc1f4 25%,#ffe0b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc1f4', endColorstr='#ffe0b6',GradientType=0 );
}

.footerAreaUpperAqua {
    width: 100%;
    height: 60px;
    margin: 0;
    background: #d4f3ee;
    background: -moz-linear-gradient(top,  #d4f3ee 0%, #d4f3ee 25%, #ffe0b6 100%);
    background: -webkit-linear-gradient(top,  #d4f3ee 0%,#d4f3ee 25%,#ffe0b6 100%);
    background: linear-gradient(to bottom,  #d4f3ee 0%,#d4f3ee 25%,#ffe0b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4f3ee', endColorstr='#ffe0b6',GradientType=0 );
}

.lower_logo_area {
    width: 100%;
    height: 85px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.lower_logo_area a {
    width: 200px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

/* special */

.special_area {
    background: url(../images/bg_lower_news.png) top center repeat;
    background-color: #b5e9cd;
}

.special_movieArea {
}

.special_movieArea_inner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(80% - 40px);
    max-width: 1250px;
    margin: 0 auto;
}

.movie_item {
    width: 48%;
    max-width: 600px;
}

.special_movie_detail {
    margin: 15px 0 30px;
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
}

.movie_item  .special_movie_detail img {
    width: 100%;
}

.special_movie_label {
    display: inline-block;
    background-color: #006ee6;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 8px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

.special_cm_label {
    display: inline-block;
    background-color: #006ee6;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 7px 8px 0 8px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
}

.title_survive {
    text-align: center;
    padding: 20px 0 20px 0;
}

.wave_green {
    width: 100%;
    height: 20px;
    background: url(../images/wave15.png) center top repeat-x;
}

.footerAreaUppergreen {
    width: 100%;
    height: 60px;
    margin: 0;
    background: #b5e9cd;
    background: -moz-linear-gradient(top, #b5e9cd 0%, #b5e9cd 25%, #ffe0b6 100%);
    background: -webkit-linear-gradient(top, #b5e9cd 0%,#b5e9cd 25%,#ffe0b6 100%);
    background: linear-gradient(to bottom, #b5e9cd 0%,#b5e9cd 25%,#ffe0b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e9cd', endColorstr='#ffe0b6',GradientType=0 );
}

.survival_movie_label {
    display: inline-block;
    background-color: #00776f;
    height: 50px;
    width: 80px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 8px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

.cd_type{
    margin: 20px 0;
}

.special_present_area {
    width: calc(80% - 40px);
    max-width: 1250px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin: 20px auto 0 auto;
    padding: 50px 40px;
}

.special_present_title {
    display: block;
    width: 100%;
    color: #f5005a;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.special_present_area p {
    word-break: break-all;
    margin: 16px auto;
    text-align: left;
    max-width: 850px;
}

.present_icon_list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 850px;
    margin: 0 auto;
}

.present_icon_list img {
    width: 48%;
    max-width: 400px;
    margin: 10px 0;
}

/* Blu-ray BOX */

.bd-box_area_section {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 0;
    background: #ffffff;
    background: -moz-linear-gradient(bottom, #ffffff 0%, #d4f3ee 81%, #d4f3ee 100%);
    background: -webkit-linear-gradient(bottom, #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);
    background: linear-gradient(to top, #ffffff 0%,#d4f3ee 81%,#d4f3ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4f3ee',GradientType=0 );
}

.bd-box_area_section:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/wave14.png) center top repeat-x;
}

.bd-box_area_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 0 0 0;
    color: #000;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.bd-box_area {
    width: 96%;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 40px;
    background: url(../images/bg_movie.png) center top repeat rgba(255,255,255,0.7);
    border-radius: 10px;
}


.bd-box_area p.news_title {
    display: block;
    width: 98%;
    font-size: 21px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    color: #f5005a;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    text-align: center;
}

.bd-box_area_inner ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px 0 0;
}

.bd-box_area_inner li img {
    width: 70%;
    height: auto;
    box-shadow: 6px 6px rgba(0,110,230,0.2);
}

.bd-box_area_inner li:nth-of-type(1) {
    display: inline-block;
    width: 50%;
}

.bd-box_area_inner li:nth-of-type(2) {
    display: inline-block;
    width: 50%;
    line-height: 30px;
    text-shadow: 1px 1px 0 #fff, -2px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    text-align: left;
    font-size: 16px;
}

.bd-box_area_inner li:nth-of-type(3) {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 20px 37px;
    line-height: 30px;
    text-shadow: 1px 1px 0 #fff, -2px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    text-align: left;
    font-size: 16px;
    border-top: 3px dotted #006ee6;
}

.bd-box_area_inner li:nth-of-type(3) img {
    width: 50%;
    display: block;
}

.bd-box_area_inner li:nth-of-type(3) span {
    color: #006ee6;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

.bd-box_header_title {
    display: block;
    width: 96%;
    margin: 0 2% 20px 2%;
    padding: 0 0 5px 0;
    color: #333333;
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    border-bottom: 3px dotted #006ee6;
    text-align: center;
}

/* for Tablet */
@media (max-width: 1149px) {

    .start_info_area001 {
        width: 30%;
        position: absolute;
        top: 1%;
        right: 1.5%;
        text-align: right;
        margin: auto;
        z-index: 3;
        filter:alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .start_info_area001 img {
        width: 100%;
        height: auto;
    }

    ul.ticker {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0px;
        list-style:none;
        padding: 0px;
        margin: 0px;
        height: 40px;
        background-color: rgba(159,193,244,0.5);
        overflow: hidden;
        z-index: 3;
    }

    .tickerLeft {
        position: absolute;
        top: 0;
        right: 50%;
        height: 40px;
        width: 10px;
        z-index: 3;
        background: url(../images/wave13.png) center top repeat-x;
    }

    .tickerBottom {
        position: absolute;
        top: 40px;
        right: 0;
        height: 10px;
        width: 50%;
        z-index: 3;
        background: url(../images/wave11.png) center top repeat-x;
    }

    ul.ticker li {
        color: #000;
        height: 40px;
        padding: 20px 0 0 10px;
        margin: 0px;
        text-align: left;
        font-family: 'Noto Sans Japanese', sans-serif;
        font-size: 14px;
        white-space: nowrap;
    }

    #sp_twitter_area {
        display: none;
    }


    .chara_detail_box li .chara_face_img {
        margin: 0;
        padding: 0;
        text-align: right;
        position: absolute;
        bottom: 60px;
        left: 2%;
        width: 20%;
    }

    .chara_detail_box li .chara_face_img2 {
        margin: 0;
        padding: 0;
        text-align: right;
        position: absolute;
        bottom: 60px;
        left: 24%;
        width: 20%;

    }

    .chara_detail_box li .chara_face_img3 {
        margin: 0;
        padding: 0;
        text-align: right;
        position: absolute;
        bottom: 60px;
        left: 46%;
        width: 20%;
    }

    .chara_detail_box li .chara_face_img img, .chara_detail_box li .chara_face_img2 img, .chara_detail_box li .chara_face_img3 img {
        width: 100%;
        height: auto;
        max-width: 145px;
    }

    .story_contents p.summary {
        width: 96%;
        font-size: 16px;
        line-height: 1.6;
        font-weight: normal;
        margin: 0 auto;
        padding: 15px 0 10px 0;
        text-align: left;
    }

    .story_contents p.staff {
        width: 96%;
        font-size: 14px;
        line-height: 1.6;
        font-weight: normal;
        margin: 0 auto;
        padding: 10px 0 0 0;
        text-align: center;
        color: #525252;
    }

    /* slide */
    .thumb_item{
         margin:0 auto;
         width:96%;
         padding: 0;
    }

    .thumb_item_nav {
         margin:0 auto;
         width:96%;
         padding: 0;
    }

    .sp_twitter_time_line iframe {
        width: 740px !important;
    }

    .ahomushi_top_box > div {
        margin: 0 2px;
    }

    .ahomushi_diary_area .chat_area {
        padding: 0;
    }

    .ahomushi_diary_area .ahomushi_top_box img {
        width: 116px;
        height: 116px;
    }

    .bonus_contents img{
        width: 100%;
    }

}

@media (max-width: 415px) {
    .sp_twitter_time_line iframe {
        width: 336px !important;
    }
}

/* for SP */
@media (max-width: 767px) {
    .sp_hidden {
        display: none;
    }

    #contents_wrapper {
        margin: 0 0 0 0px;
    }

    .menu_btn {
        position: relative;
        float: left;
        margin: 3px 0 0 3px;
        width: 34px;
        height: 34px;
        background: #fff;
        z-index: 13;
        background: url(../images/bg_menu.png) center top no-repeat;
        background-size:cover;
        display: block;
    }

    .menu_btn span {
        position: absolute;
        background: #fff;
        width: 20px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu_btn span:nth-of-type(1) {
        top: 6px;
    }

    .menu_btn span:nth-of-type(2) {
        top: 13px;
    }

    .menu_btn span:nth-of-type(3) {
        top: 20px;
    }

    .menu_btn.active span:nth-of-type(1) {
        top: 13px;
        -o-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menu_btn.active span:nth-of-type(2) {
        filter:alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }

    .menu_btn.active span:nth-of-type(3){
        top: 13px;
        -o-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .g_nav{
        z-index: 12;
        width: 230px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -230px;
        transition: all 0.2s;
        margin: 0;
        padding: 0;
        background: url(../images/bg_g_nav.png) left top repeat-y;
    }


    .g_nav .nav_list li {
        border-bottom: 3px dotted #ffc742;
        text-align: left;
        text-decoration: none;
        color: #fff;
        padding: 12px 0;
        text-indent: 8px;
        font-size: 14px;
        letter-spacing: 1px;
        font-family: 'Noto Sans Japanese', sans-serif;
    }

    .g_nav.active {
        transform: translateX(230px);
    }

    .menu_overlay {
        z-index: 11;
        display: block;
        width: 0;
        height: 0;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 110, 230, 0.4);
    }

    .menu_overlay.active {
        width: 100%;
        height: 100vh;
    }

    .start_info_area001 {
        width: 30%;
        position: absolute;
        top: 1%;
        right: 1%;
        text-align: center;
        margin: auto;
        z-index: 3;
        filter:alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .start_info_area002 {
        margin: 0;
        background-color: #9fc1f4;
        width: 100%;
    }

    .trial_data_area{
        padding: 20px 0!important;
        width: 100%!important;
    }

    .trial_data_btn {
        border-radius: 10px;
        /* background-color: #D5F3EE; */
        width: 80%!important;
        margin: 30px auto;
    }

    .trial_data_btn  img{
        width: 100%;
    }

    .start_info_area002_inner {
        border-bottom: none;
        padding: 10px 0 10px 0;
    }

    .start_info_area002 img {
        width: 70%;
    }

    ul.ticker {
        width: 100%;
        position: relative;
        list-style:none;
        padding: 0px 0 0 0;
        margin: 0 0 0 0;
        height: 30px;
        background-color: rgba(159,193,244,1);
        overflow: hidden;
        z-index: 3;
    }

    ul.ticker li {
        color: #000;
        height: 30px;
        padding: 15px 0 0 5px;
        margin: 0px;
        text-align: left;
        font-family: 'Noto Sans Japanese', sans-serif;
        font-size: 12px;
        white-space: nowrap;
    }

    .tickerLeft {
        display: none;
    }

    .tickerBottom {
        display: none;
    }

    #twitter_area {
        display: none;
    }


    #sp_twitter_area:before {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        margin: 0;
        padding: 0;
        background: url(../images/wave9.png) center top repeat-x;
        animation: fadeIn 2s ease-in-out 0s 1 normal;
        -moz-animation: fadeIn 2s ease-in-out 0s 1 normal;
        -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
        -o-animation: fadeIn 2s ease-in-out 0s 1 normal;
        -ms-animation: fadeIn 2s ease-in-out 0s 1 normal;
    }

    #sp_twitter_area {
        display: block;
        background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #e3f1ff 0, #e3f1ff 4px);
        margin: 0;
        padding: 0 0 40px 0;
    }

    .sp_twitter_time_line {
        width: 90%;
        height: 200px;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        color: #000;
        font-size: 14px;
    }

    .movieArea:before {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        margin: -40px 0 0 0;
        padding: 0;
        background: url(../images/wave10.png) center top repeat-x;
    }

    .movieArea {
        width: 100%;
        text-align: center;
        margin: 0px auto 0 auto;
        padding: 20px 0 20px 0;
        position:relative;
        background: url(../images/bg_movie_sp.png) center top repeat;
    }

    .movieArea img {
        max-width: 60%;
    }

    .news_area_inner {
        width: 94%;
        max-width: inherit;
        margin: 0 0 0 0;
        color: #000;
        margin: 0 auto;
        padding: 20px 0 30px 0;
    }

    .news_area_inner ul {
        width: 96%;
        list-style:none;
        margin: 0 2% 0 2%;
        padding: 8px 15px;
        background-color: rgba(255,255,255,0.7);
        border-radius: 10px;
        max-height: 300px;
    }

    .news_area_inner ul li p.date{
        display: block;
        float: left;
        width: 100%;
        font-weight: bold;
        color: #006ee6;
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
        padding: 0 0 3px 0;
        text-indent: 1em;
    }

    .news_area_inner ul li p.news_title{
        display: block;
        float: left;
        width: 100%;
        color: #000;
        font-size: 12px;
        line-height: 1.4;
        margin: 0;
        padding: 0 0 8px 0;
        letter-spacing: 0.5px;
    }

    .news_area_inner ul li p.news_contents{
        display: block;
        float: left;
        width: 100%;
        color: #000;
        font-size: 12px;
        line-height: 1.4;
        margin: 0;
        padding: 10px 0 20px 0;
        letter-spacing: 0.5px;
    }
    .news_area_inner ul.news_contents_20190315{
        display: flex;
        justify-content: center;
        width: 100%;
        color: #000;
        font-size: 12px;
        line-height: 1.6;
        margin: 0;
        padding: 0 0 20px 0;
        letter-spacing: 0.5px;
        background-color: inherit !important;
        border: none;
    }
    .news_area_inner ul.news_contents_20190315 li{
        border: none;
        width: 100px;
    }

    .news_area ul {
        width: 90%;
    }

    .news_area li {
        padding: 20px;
        letter-spacing: 2px;
    }

    .staff_area_inner ul {
        width: 100%;
        list-style:none;
        margin: 0 auto;
        padding: 0;
    }

    .staff_area_inner ul li p.subtitle{
        display: block;
        color: #006ee6;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        margin: 0;
        padding: 0 0 2px 0;
        letter-spacing: 0.5px;
    }


    .staff_area_inner {
        background: none;
    }

    .staff_area_inner ul li p.name{
        display: block;
        color: #000;
        font-size: 20px;
        line-height: 1.6;
        margin: 0;
        padding: 0 0 1px 0;
        letter-spacing: 1.5px;
    }

    .staff_area_inner ul li p.detail{
        display: block;
        color: #6a6a6a;
        font-weight: 600;
        font-size: 11px;
        line-height: 1;
        margin: 0;
        padding: 0 0 10px 0;
    }

    .staff_area_inner ul.cast_area li p.character_name {
        display: block;
        color: #f5005a;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        margin: 0;
        padding: 0 0 2px 0;
        letter-spacing: 0.5px;
    }

    .story_area_inner {
        width: 94%;
        max-width: inherit;
        margin: 0 0 0 0;
        color: #000;
        margin: 0 auto;
        padding: 20px 0 30px 0;
    }

    .story_tab {
        border: none;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        margin: 5px 0 0 5px;
        padding: 0 10px;
        text-align: center;
        vertical-align: middle;
        background-color: #006ee6;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
    }

    .story_tab+.story_tab {
        margin: 5px 0 0 5px;
    }

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

    .character_area_inner {
        width: 94%;
        max-width: inherit;
        margin: 0 0 0 0;
        color: #000;
        margin: 0 auto;
        padding: 20px 0 30px 0;

    }

    .character_area_inner ul {
        width: 100%;
        list-style:none;
        margin: 0 auto;
        text-align: center;
        padding: 0px;
    }

    .character_area_inner li {
        display: inline-block;
        width: 40%;
        max-width: inherit;
    }


    .chara_detail_box {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        margin: 0;
        padding: 15px 3% 15px 3%;
        border: 3px solid #006ee6;
        background: #fff;
        position: relative;
        background: url(../images/character/bg_chara.png) center top no-repeat;
        background-size:cover;
    }

    .chara_detail_box li {
        display: block;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0;
        overflow: hidden;
    }

    .chara_detail_box li .chara_name {
        margin: 0;
        padding: 5px 0 0 0;
        color: #006ee6;
        font-size: 20px;
        font-weight: 700;
    }

    .chara_detail_box li .chara_voice {
        margin: 0;
        padding: 5px 0 15px 0;
        color: #6a6a6a;
        font-size: 14px;
        font-weight: 700;
    }

    .chara_detail_box li .chara_info {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 14px;
        line-height: 1.4;
    }

    .chara_detail_box li.stand_img {
        display: inline-block;
        width: 40%;
        max-width: inherit;
        margin: 0;
        padding: 0;
        text-align: right;
        animation: bounceInUp 1s;
        position: absolute;
        bottom: 50px;
        right: 3%;
    }

    .chara_detail_box li.stand_img img {
        height: auto;
        width: 100%;
        max-width: auto;
    }

    .chara_detail_box li .chara_face_img {
        margin: 0;
        padding: 0;
        text-align: right;
        position: absolute;
        bottom: 60px;
        left: 40px;
            width: 28%;
    }

    .chara_detail_box li .chara_face_img2 {
        margin: 0;
        padding: 0;
        text-align: center;
        position: absolute;
        bottom: 60px;
        left: 10px;
            width: 25%;
            display: none;
    }

    .chara_detail_box li .chara_face_img3 {
        margin: 0;
        padding: 0;
        text-align: right;
        position: absolute;
        bottom: 60px;
        left: 120px;
            width: 25%;
            display: none;
    }

    .chara_face_img img,.chara_face_img2 img,.chara_face_img3 img{
        width: 100%;
        height: auto;
        max-width: 105px;
    }

    .chara_link {
        position: absolute;
        left: 2%;
        bottom: 0;
    }

    .chara_link .character {
        display: inline-block;
        height: 30px;
        line-height: 28px;
        border-radius: 15px;
        padding: 0 8px;
        border: 2px solid #006ee6;
        color: #333;
        background-color: #fff;
    }

    .original_area_inner ul {
        width: 96%;
        list-style:none;
        margin: 0 auto;
        text-align: center;
        padding: 0px;
    }

    .story_contents {
        display: none;
        background-color: #edf1f6;
        margin: 0;
        padding: 30px 15px;
        border-radius: 15px;
        min-height: 280px;
        background: url(../images/story/bg_story.png) center top no-repeat;
        background-size:cover;
    }

    .story_contents p.intro {
        font-size: 18px;
        line-height: 1.8;
        font-weight: normal;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .original_area_inner li {
        display: inline-block;
        width: 90%;
        max-width: 300px;
        box-shadow: 8px 10px rgba(0,110,230,0.5);
        margin: 0 0 20px 3%;
    }

    .original_area_inner li img {
        width: 100%;
        height: auto;
        border: 1px solid #a0a0a0;
    }

    .original_area_inner li+li {
        margin: 0 0 20px 3%;
    }

    .music_area_inner {
        width: 94%;
    }

    .music_area_inner ul {
        width: 96%;
        margin: 20px auto 0;
        display: inherit;
        background: url(../images/bg_movie_sp.png) center top repeat rgba(255,255,255,0.7);
    }

    .music_area_inner li:nth-of-type(1) {
        display: inline-block;
        width: 90%;
        max-width: 400px;
        margin: 0 0 20px 0;
    }

    .music_area_inner li:nth-of-type(2) {
        display: inline-block;
        width: 90%;
        max-width: 400px;
        padding: 0;
        line-height: 32px;
        text-shadow: 1px 1px 0 #fff,
        -2px 1px 0 #fff,
        1px -1px 0 #fff,
        -1px -1px 0 #fff;
    }
    .music_area_inner li img {
        width: 100%;
    }
    .music_area_inner li audio {
        margin-top: 20px;
        width: 100%;
        height: 40px;
    }

    .ahomushi_diary_area {
        width: calc( 100% - 20px );
    }

    .ahomushi_diary_question {
    width: 100%;
        font-size: 16px;
    }

    .ahomushi_diary_note {
    width: 100%;
        font-size: 14px;
    }

    .diary_title_area img{
        widows: 90%;
    }

    .ahomushi_movieArea {
        background: url(../images/bg_lower_news.png) top center repeat;
        background-color: #d4f3ee;
    }

    .movieArea.ahomushi_movieArea:before {
        display: none;
    }

    .news_reservation {
        padding: 20px;
    }

    .bd-box_area {
        padding: 20px;
    }

    .bd-box_area_inner {
        width: 94%;
    }

    .bd-box_area_inner ul {
        display: inherit;
    }

    .bd-box_area_inner li:nth-of-type(1) {
        width: 100%;
    }

    .bd-box_area_inner li:nth-of-type(2) {
        width: 100%;
    }

    .bd-box_area_inner li:nth-of-type(3) {
        margin: 20px 0;
    }

    .bd-box_area_inner li img {
        margin-bottom: 20px;
    }

    .bd-box_area_inner li:nth-of-type(3) img {
        width: 100%;
    }
    .ahomushi_top_box{
        display: block;
        text-align: center;
    }

    .ahomushi_diary_area .ahomushi_top_box img:last-child {
        margin-left: 2%;
    }

    .ahomushi_diary_area .ahomushi_top_box img {
        width: 40%;
        height: auto;
    }

    .movie_list {
        display: block;
        width: auto;
    }

    .movie_item {
        width: auto;
        margin: 0 auto;
    }

    .special_movie_detail {
        margin: 10px 0 20px;
    }

    .movie_item .special_movie_detail img {
        width: auto;
    }

    .special_present_area {
        width: 90%;
        padding: 20px;
    }

}

.movie_link {
    display: inline-block;
    background-color: #7d7d7d;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 8px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

.movie_link_wide {
    display: inline-block;
    background-color: #7d7d7d;
    height: 50px;
    max-width: 280px;
    width: 80%;
    border-radius: 10px;
    padding: 7px 8px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
    margin: 0 0 10px;
}

.movie_link:hover {
    background-color: #006ee6;
    color: #fff;
    cursor: pointer;
}

.movie_link_wide:hover {
    background-color: #006ee6;
    color: #fff;
    cursor: pointer;
}

input:checked + .movie_link {
    color: #fff;
    background-color: #006ee6;
}

input:checked + .movie_link_wide {
    color: #fff;
    background-color: #006ee6;
}

.cm_link {
    display: inline-block;
    background-color: #7d7d7d;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 7px 8px 0 8px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
    /* line-height: normal; */
}

.cm_link:hover {
    background-color: #006ee6;
    color: #fff;
    cursor: pointer;
}

input:checked + .cm_link {
    color: #fff;
    background-color: #006ee6;
}

#movie_link01:checked ~ #movie01 { display: block; }
#movie_link02:checked ~ #movie02 { display: block; }
#cm_link01:checked ~ #cm01 { display: block; }
#bd_link01:checked ~ #bd01 { display: block; }
#spmv_link01:checked ~ #spmv01 { display: block; }
#bd_link02:checked ~ #bd02 { display: block; }
#bd_link03:checked ~ #bd03 { display: block; }

.movieArea input {
    display: none;
}
.movie_link + .movie_link {
    margin: 0 0 0 3px;
}

.movie_detail {
    display: none;
    margin: 15px 0;
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
}

.text_center{
    text-align: center;
}

.trial_data_area{
    width: 100%;
    max-width: 1000px;
    color: #000;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    text-align: center;
}

.trial_data_btn{
    border-radius: 10px;
    /* background-color: #D5F3EE;*/
    width: 100%;
    color: #000;
    margin: 30px auto;
}
