@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese');

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

.contents_top_area {
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
    background: url(../images/bg_honeycomb.png) center top repeat;
    position: relative;
}

h1.title {
    width: 100%;
    max-width: 663px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: 2;
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

h1.title img {
    width: 100%;
    max-width: 660px;
    height: auto;
}

.top_visual_area_section {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

#key_visual_area {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
    -ms-animation: fadeIn 2s ease 0s 1 normal;
    z-index: 1;
}

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

.start_info_area001 {
    width: 100%;
    max-width: 920px;
    position: absolute;
    top: 65%;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: 2;
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.start_info_area002 {
    display: inline-block;
    width: calc( ( 97.5% - 1000px ) /2 );
    position: absolute;
    top: 1%;
    right: 0;
    text-align: left;
    margin: auto;
    z-index: 2;
}

.start_info_area003 {
    display: inline-block;
    width: calc( ( 97.5% - 1000px ) /2 );
    position: absolute;
    top: 2%;
    left: 0;
    text-align: right;
    margin: auto;
    z-index: 2;
}

.start_info_area001 img {
    width: 100%;
    max-width: 820px;
    height: auto;
}

.start_info_area002 img,.start_info_area003 img {

    height: auto;
    width: 100%;
    max-width: 75px;
}

.movie_area_section{
    width: 90%;
    margin: 0 auto;
    padding: 0;
    max-width: 1010px;
}

.movieArea {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*background: url(../images/bg_honeycomb.png) center top repeat;*/
    position:relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

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

.movieBox{
    width: 32%;
    margin: 0 auto;
}

.movie_thumbnail img{
    width: 100%;
}

.movieTopBox {
    text-align: center;
    margin: 0 auto;
}

.movieTopBox .movie_thumbnail img{
    width: auto;
}

.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;
}
.pv_name {
	color:#fff;
	margin: 30px auto 10px;
}

/* Introduction */
.introduction_area_section {
    width: 90%;
    margin: 60px auto 15px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.introduction_title {
    margin: 18px 0 12px 0;
}

.introduction_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    margin: 15px 0 0 0;
    padding: 40px 0 40px 0;
}

.introduction_area_inner p {
    display: block;
    width: 85%;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 8px auto 25px auto;
    padding: 0;
    font-family: 'Noto Serif JP', sans-serif;
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
    opacity: 0;
}

.introduction_area_inner p.info {
    display: block;
    width: 88%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 8px auto 25px auto;
    padding: 0;
    font-family: 'Noto Serif JP', sans-serif;
}

.introduction_area_inner p:nth-child(3){
    margin: 55px auto 20px auto;
}

.introduction_area_inner ul {
    width: 89%;
    list-style:none;
    margin: 45px auto 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.introduction_area_inner li {
    width: 24%;
    margin: 0 1% 0 0;
    opacity: 0;
}
.introduction_area_inner li img {
    width: 100%;
    height: auto;
}

.introduction_text_anime1 {
    animation: fadeIn 1.5s ease 0s 1 forwards;
    -moz-animation: fadeIn 1.5s ease 0s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease 0s 1 forwards;
    -o-animation: fadeIn 1.5s ease 0s 1 forwards;
    -ms-animation: fadeIn 1.5s ease 05s 1 forwards;
}

.introduction_text_anime2 {
    animation: fadeIn 1.5s ease 1s 1 forwards;
    -moz-animation: fadeIn 1.5s ease 1s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease 1s 1 forwards;
    -o-animation: fadeIn 1.5s ease 1s 1 forwards;
    -ms-animation: fadeIn 1.5s ease 1s 1 forwards;
}

.introduction_text_anime3 {
    animation: fadeIn 1.5s ease 2s 1 forwards;
    -moz-animation: fadeIn 1.5s ease 2s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease 2s 1 forwards;
    -o-animation: fadeIn 1.5s ease 2s 1 forwards;
    -ms-animation: fadeIn 1.5s ease 2s 1 forwards;
}

.introduction_anime1 {
    animation: fadeIn 1.5s ease-in 2.5s 1 forwards;
    -moz-animation: fadeIn 1.5s ease-in 2.5s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease-in 2.5s 1 forwards;
    -o-animation: fadeIn 1.5s ease-in 2.5s 1 forwards;
    -ms-animation: fadeIn 1.5s ease-in 2.5s 1 forwards;
}

.introduction_anime2 {
    animation: fadeIn 1.5s ease-in 3s 1 forwards;
    -moz-animation: fadeIn 1.5s ease-in 3s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease-in 3s 1 forwards;
    -o-animation: fadeIn 1.5s ease-in 3s 1 forwards;
    -ms-animation: fadeIn 1.5s ease-in 3s 1 forwards;
}
.introduction_anime3 {
    animation: fadeIn 1.5s ease-in 3.5s 1 forwards;
    -moz-animation: fadeIn 1.5s ease-in 3.5s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease-in 3.5s 1 forwards;
    -o-animation: fadeIn 1.5s ease-in 3.5s 1 forwards;
    -ms-animation: fadeIn 1.5s ease-in 3.5s 1 forwards;
}
.introduction_anime4 {
    animation: fadeIn 1.5s ease-in 4s 1 forwards;
    -moz-animation: fadeIn 1.5s ease-in 4s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease-in 4s 1 forwards;
    -o-animation: fadeIn 1.5s ease-in 4s 1 forwards;
    -ms-animation: fadeIn 1.5s ease-in 4s 1 forwards;
}
.staff_area_section {
    width: 90%;
    margin: 15px auto 15px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.staff_title {
    margin: 18px 0 12px 0;
}

.staff_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 20px 0 30px 0;
}

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

.staff_area_inner ul {
    width: 70%;
    list-style:none;
    margin: 10px auto 0 auto;
    padding: 0;
}
.staff_area_inner ul.staff_area {
    width: 35%;
    list-style:none;
    margin: 10px auto 0 15%;
    padding: 0;
	float:left;
}
.staff_area_inner ul.cast_area {
    width: 35%;
    list-style:none;
    margin: 10px 15% 0 auto;
    padding: 0;
	float:left;
}

.staff_area_inner ul.staff_area li ,.staff_area_inner ul.cast_area li {
    margin: 20px auto 0;
}
.staff_area_inner ul.upper {
    padding-bottom: 20px;
    border-bottom: 1px dotted #7a7a7a;
}

.staff_area_inner li {
    display: block;
    padding: 0;
}

.staff_area_inner ul.upper li {
    display: block;
    width: 100%;
}

.staff_area_inner ul.upper li:nth-child(2) {
    padding: 18px 0 5px 0;
}

.staff_area_inner ul li p.subtitle{
    display: block;
    color: #b50009;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0 0 2px 0;
}
.staff_area_inner ul li span.staff_fs12{
	font-size: 14px;
}

.staff_area_inner ul li p.name{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 1px 0;
    font-family: 'Noto Serif JP', sans-serif;
}

.staff_area_inner ul li p.detail{
    display: block;
    color: #dfdfdf;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', sans-serif;
}

.contents_top_bottom_split_area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    max-width: 1000px;
}

.news_area_section {
    width: 49%;
    margin: 0 1% 0 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
}

.news_area_inner {
    width: 100%;
    height: 100%;
    margin: 8px 0 0 0;
    background-color: rgba(46,46,46,0.7);
    color: #fff;
}

.news_area_inner ul {
    width: 100%;
    height: 250px;
    overflow-y: auto;
    list-style:none;
    margin: 0;
    padding: 0;
}

.news_area_inner li {
    display: inline-block;
    width: 97%;
    margin: 0;
    padding: 0 1% 0 2%;
}

.news_area_inner ul li p.date{
    display: block;
    font-weight: bold;
    color: #b50009;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 10px 0 2px 0;
}

.news_area_inner ul li p.news_title{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #9a9a9a;
}

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

.news_area_inner a {
    color: #fff;
    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 {
    color: #dd000b;
}

.twitter_area_section {
    width: 49%;
    margin: 0 0 0 1%;
    text-align: left;
    overflow: hidden;
}

.twitter_time_line {
    width: 100%;
    height: 100%;
    margin: 8px 0 0 0;
    background-color: rgba(46,46,46,0.7);
    color: #fff;
}

.original_area_section {
    width: 90%;
    margin: 15px auto 0 auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.original_title {
    margin: 0 0 15px 0;
}

.original_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 35px 0 40px 0;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Noto Serif JP', sans-serif;
    letter-spacing: 1px;
}

.staff_area_inner ul.cast_area li{
    display: block;
    padding: 0;
}

.staff_area_inner ul.third li{
    margin-top: 20px !important;
}

.staff_area_inner ul.cast_area_second li{
    display: block;
    width: 50%;
    margin-top: 20px;
    padding: 0;
}

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

.staff_area_inner ul.cast_area_second li p.character_name {
    display: block;
    color: #b50009;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0 0 2px 0;
}
.cast_title{
    margin: 18px 0 12px 0;
}

a.a_underline{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Noto Serif JP', sans-serif;
    letter-spacing: 1px;
	transition: all 0.3s ease;
}

a.a_underline:hover{
    text-decoration: none;
}

.staff_area_inner ul li p a.a_underline:hover{
    text-decoration: underline !important;
}

.banner_area_section {
    width: 650px;
	max-width: 650px;
    margin: 40px auto 0 auto;
}

.banner_area_section a {
    width: 100%;
    height: 100%;
}

.banner_area_section a img {
    width: 100%;
    height: 100%;
}

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


/* character */
.character_area_section {
    width: 90%;
    margin: 50px auto 15px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.character_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 20px 0 30px 0;
    margin: 8px 0 0 0;
}


.character_container input {
    display: none;
}

.tabbox {
    /* display: none; */
    margin: 0 auto;
    text-align: center;
}

.tabbox input {
    display: none;
}

.character_area_inner .tabbox label {
    color: #fff;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}

.character_icon img{
    width: 100px;
}

.tabcontent {
    display: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    animation: fadeIn 1s ease 0s 1 normal;
    -moz-animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    -o-animation: fadeIn 1s ease 0s 1 normal;
    -ms-animation: fadeIn 1s ease 0s 1 normal;
}

.character_img img{
    margin: 10px 0 0 0;
    width: 90%;
}

#tabcheck_1:checked  character_icon img{
    width: 200px;
}

#tabcheck_1:checked ~ #tabcontent_1 {
    display: block;
}
#tabcheck_2:checked ~ #tabcontent_2 {
    display: block;
}
#tabcheck_3:checked ~ #tabcontent_3 {
    display: block;
}
#tabcheck_4:checked ~ #tabcontent_4 {
    display: block;
}
#tabcheck_5:checked ~ #tabcontent_5 {
    display: block;
}
#tabcheck_6:checked ~ #tabcontent_6 {
    display: block;
}
#tabcheck_7:checked ~ #tabcontent_7 {
    display: block;
}
#tabcheck_8:checked ~ #tabcontent_8 {
    display: block;
}
#tabcheck_9:checked ~ #tabcontent_9 {
    display: block;
}

/* Music */
.music_area_section {
    width: 90%;
    margin: 60px auto 15px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.music_title {
    margin: 0px 0 12px 0;
}

.music_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    margin: 15px 0 0 0;
    padding: 30px 0 30px 0;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Noto Serif JP', sans-serif;
    letter-spacing: 1px;
    text-align: left;
}

.music_area_inner .music_name {
    font-size: 34px;
    letter-spacing: 1.5px;
    margin: 15px 0 20px 0;
    color: #e60012;
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}

.music_area_inner .music_name .artist_name {
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 0 0 10px;
    color: #fff;
}

.music_top_area {
    width: 84%;
    margin: 0 auto;
}

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

.music_top_area li {
    margin: 0 0 5px 20px;
    padding: 0;
}

.music_top_area li p.music_staff_title {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 90px;
}

.music_top_area li.wide {
    margin: 15px 0 0 20px;
}
.music_top_area li.wide p.music_staff_title {
    width: inherit !important;
}
.music_top_area li p.music_staff_name {
    display: inline-block;
    color: #fffs;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.music_bottom_area {
    width: 84%;
    margin: 30px auto 0 auto;


}

.music_bottom_area_title {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    align-items:center;
    margin: 0 0 15px 20px;
}


.music_bottom_area_title:after {
    margin: 0 0 0 10px;
    border-top: 1px solid #cecece;
    content: "";
    flex-grow: 1;
}

.artist_info_area {
    margin: 0 0 0 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.artist_info_area .artist_photo {
    width: 40%;
    margin: 0 2% 0 0;
    opacity: 0;
}
.artist_anime {
    animation: fadeIn 1.5s ease-in 0.5s 1 forwards;
    -moz-animation: fadeIn 1.5s ease-in 0.5s 1 forwards;
    -webkit-animation: fadeIn 1.5s ease-in 0.5s 1 forwards;
    -o-animation: fadeIn 1.5s ease-in 0.5s 1 forwards;
    -ms-animation: fadeIn 1.5s ease-in 0.5s 1 forwards;
}
.artist_info_area .artist_photo img {
    width: 100%;
    height: auto;
}

.artist_info_area .artist_info {
    width: 58%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;

}

.artist_info_area_bottom {
    margin: 10px 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}

.artist_info_area_bottom a {
    color: #fff;
    transition: opacity .3s;
}
.artist_info_area_bottom a:hover {
    filter:alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

/* Books */
.books_area_section {
    width: 90%;
    margin: 40px auto 15px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.books_title {
    margin: 0 0 12px 0;
}

.books_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    margin: 15px 0 0 0;
    padding: 40px 0 30px 0;
}

.books_list {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.books_list li {
    width: 29%;
    max-width: 200px;
    text-decoration: none;
    color: #fff;
    margin: 0 4% 26px 0;
    padding: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Noto Serif JP', sans-serif;
    position: relative;
    transition: color .4s;
}

.books_list li:nth-child(3n) {
    margin: 0 0 26px 0;
}

.books_list li img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.books_list li a {
    display: block;
}

.books_list li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(230,0,18,0.4);
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity .3s;
}

.books_list li a:hover:before {
    filter:alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

/* Theater */
.theater_area_section {
    width: 90%;
    margin: 80px auto 30px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.theater_title {
    margin: 0px 0 12px 0;
}

.theater_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    margin: 15px 0 0 0;
    padding: 20px 0 30px 0;
}

.btn_theater {
    display: inline-block;
    background: #e60012;
    border-radius: 3px;
    padding: 18px 100px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif JP', sans-serif;
    color: #fff;
    font-size: 18px;
    transition: background .3s;
    position: relative;
}

.btn_theater:hover {
    background: #cf0010;
}

.btn_theater::after {
    content: "";
    position: absolute;
    background: url("../images/arrow_right.png");
    background-size: 100%;
    height: 15px;
    width: 8px;
    right: 20px;
    top: 2px;
    bottom: 0;
    margin: auto;
    transition: .6s;
}

.pg12_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 20px 0 30px 0;
    color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    line-height: 1.6;
}

.pg12_area_section {
    width: 90%;
    margin: 50px auto 15px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

/* Goods */
.goods_area_section {
    width: 90%;
    margin: 80px auto 30px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.goods_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    margin: 15px 0 0 0;
    padding: 20px 0 30px 0;
}

/* VOD */
.vod_area_section {
    width: 90%;
    margin: 80px auto 30px auto;
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.vod_area_inner {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    margin: 15px 0 0 0;
    padding: 20px 0 30px 0;
}

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

    h1.title {
        width: 75%;
        max-width: 663px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
        z-index: 2;
        filter:alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .start_info_area001 {
        width: 100%;
        max-width: 850px;
        position: absolute;
        top: 66%;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
        z-index: 2;
        filter:alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .start_info_area002 {
        display: inline-block;
        width: 8%;
        position: absolute;
        top: 1%;
        right: 1%;
        text-align: right;
        margin: auto;
        z-index: 2;
    }

    .start_info_area003 {
        display: inline-block;
        width: 7%;
        position: absolute;
        top: 70px;
        left: 0.5%;
        text-align: left;
        margin: auto;
        z-index: 2;
    }

    .staff_area_inner ul {
        width: 90%;
        list-style:none;
        margin: 10px auto 0 auto;
        padding: 0;
    }
	.staff_area_inner ul.staff_area {
        width: 45%;
        list-style:none;
        margin: 10px auto 0 5%;
        padding: 0;
        float:left;
    }
    .staff_area_inner ul.cast_area {
        width: 45%;
        list-style:none;
        margin: 10px 5% 0 auto;
        padding: 0;
        float:left;
    }
	.banner_area_section {
		width: 70%;
    }



}

/* for SP */
@media (max-width: 767px) {

    h1.title {
        width: 75%;
        max-width: 663px;
        position: absolute;
        top: 60%;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
        z-index: 2;
        filter:alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .start_info_area001 {
        width: 90%;
        max-width: 650px;
        position: absolute;
        top: 77%;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
        z-index: 2;
        filter:alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .start_info_area002 {
        display: inline-block;
        width: 8%;
        position: absolute;
        top: 0.5%;
        right: 1%;
        text-align: right;
        margin: auto;
        z-index: 2;
    }

    .start_info_area003 {
        display: inline-block;
        width: 7%;
        position: absolute;
        top: 40px;
        left: 0.3%;
        text-align: left;
        margin: auto;
        z-index: 2;
    }

    .movieArea {
        display: inline;
    }

    .movieBox{
        width: 90%;
    }

    .movieTopBox {
        width: 90%;
    }

    .movieTopBox .movie_thumbnail img {
        width: 100%;
    }

    .staff_area_inner ul {
        width: 100%;
        list-style:none;
        margin: 0 auto 0 auto;
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
	.staff_area_inner ul.staff_area {
        width: 100%;
        list-style:none;
        margin: 10px auto 0 auto;
        padding: 0;
        float:left;
    }
    .staff_area_inner ul.cast_area {
        width: 100%;
        list-style:none;
        margin: 10px auto 0 auto;
        padding: 0;
        float:left;
    }

    .staff_area_inner li {
        display: inline-block;
        width: 100%;
        margin: 0 0 0 0 !important;
        padding: 0;
    }

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

    .news_area_section {
        width: 94%;
        margin: 0 3%;
        padding: 0;
        text-align: left;
        overflow: hidden;
    }

    .twitter_area_section {
        width: 94%;
        margin: 20px 3% 0 3%;
        text-align: left;
        overflow: hidden;
    }

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

    .staff_area_inner ul.cast_area li{
        display: inline-block;
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }

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

    .staff_area_inner ul.cast_area_second li{
        display: inline-block;
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }
    .cast_title {
        margin: 30px 0 10px 0;
    }
	.banner_area_section {
		width: 85%;
    }

    .character_icon img{
        width: 80px;
    }

    /* Introduction */
    .introduction_area_section {
        width: 90%;
        margin: 40px auto 15px auto;
        padding: 0;
    }

    .introduction_area_inner {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 15px 0 15px 0;
    }

    .introduction_area_inner p {
        width: 94%;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 1px;
        margin: 0px auto 15px auto;
        padding: 0;
    }

    .introduction_area_inner p.info {
        width: 94%;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px;
        margin: 0px auto 15px auto;
        padding: 0;
    }

    .introduction_area_inner p:nth-child(3){
        margin: 25px auto 15px auto;
    }

    .introduction_area_inner ul {
        width: 94%;
        margin: 25px auto 0 auto;
        padding: 0;
    }
    .introduction_area_inner li {
        width: 49%;
        margin: 0 0 10px 0;
    }
    .introduction_area_inner li:nth-child(odd) {
        margin: 0 2% 10px 0;
    }

    /* Music */
    .music_area_section {
        width: 90%;
        margin: 40px auto 15px auto;
    }

    .music_area_inner {
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        margin: 15px 0 0 0;
        padding: 20px 0 20px 0;
    }

    .music_area_inner .music_name {
        font-size: 24px;
        letter-spacing: 1.5px;
        margin: 10px 0 10px 0;
    }

    .music_area_inner .music_name .artist_name {
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 0 0 0 10px;
    }

    .music_top_area {
        width: 96%;
        margin: 0 auto;
    }

    .music_top_area li {
        margin: 0 0 3px 20px;
        padding: 0;
    }

    .music_top_area li p.music_staff_title {
        font-size: 12px;
        line-height: 1;
        width: auto;
    }

    .music_top_area li.wide {
        margin: 10px 0 0 20px;
    }
    .music_top_area li p.music_staff_name {
        font-size: 14px;
        line-height: 1.2;
    }

    .music_bottom_area {
        width: 96%;
        margin: 15px auto 0 auto;
    }

    .music_bottom_area_title {
        margin: 0 0 15px 20px;
    }
    .music_bottom_area_title:after {
        margin: 0 0 0 10px;
        border-top: 1px solid #e6e6e6;
        content: "";
        flex-grow: 1;
    }

    .artist_info_area .artist_photo {
        width: 100%;
        margin: 0 0 15px 0;
        opacity: 0;
    }

    .artist_info_area .artist_info {
        width: 100%;
        font-size: 12px;
        line-height: 1.6;
    }

    .artist_info_area_bottom {
        margin: 10px 0 0 20px;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.6;
    }

    /* Books */
    .books_area_inner {
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        margin: 0px 0 0 0;
        padding: 20px 0 20px 0;
    }

    .books_list {
        width: 90%;
    }

    .books_list li {
        width: 47%;
        max-width: 200px;
        text-decoration: none;
        color: #fff;
        margin: 0 3% 15px 0;
        padding: 0;
    }

    .books_list li:nth-child(3n) {
        margin: 0 3% 15px 0;
    }

    .books_list li:nth-child(2n) {
        margin: 0 0 15px 0;
    }

    .books_list li img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }


    /* Theater */
    .theater_area_section {
        width: 90%;
        margin: 40px auto 15px auto;
        padding: 0;
    }

    .theater_area_inner {
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        margin: 0px 0 0 0;
        padding: 20px 0;
    }

    .pg12_area_inner {
        font-size: 16px;
    }


    /* Goods */
    .goods_area_section {
        width: 90%;
        margin: 40px auto 15px auto;
        padding: 0;
    }

    .goods_area_inner {
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        margin: 0px 0 0 0;
        padding: 20px 0;
    }

}
