@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
/* CSS Document */
html,
body {
	height: 100%;	
}
body {
	background: #fff;
	color: #000;
	font-family:　-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	word-break: normal; word-wrap: break-word;
}
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.wraper {
	width:100%;
	height: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.body_link {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	text-decoration: none;
	color:#ff0000;
}
a:visited {
	text-decoration: none;
	color:#ff0000;
}
a:hover {
	text-decoration: underline;
	color:#002aff;
}
img {
	vertical-align: top;
}
li {
	list-style-type:none;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
.pc_display {
	display: none;	
}
.tab_display {
	display: none;	
}
.sp_hidden {
	display: none;	
}
.header {
	width:100%;
}
.movie {
	width:100%;
	background-color: #ea0099;
	line-height: 0;
}
.bg_02 .social {
	width: 100%;
	padding: 1rem 0 1rem;
	height: 100% auto;
}
.bg_02 .social ul {
	text-align: center;
	font-size: 0;
}
.bg_02 .social li {
	display: inline-block;
	width: 3rem;
	padding: 0 0.6rem 0 0.6rem;
}
.content {
	width: 94%;
	padding: 1.4rem 0 1.4rem;
	margin: 0 auto;
}
.bg_01 {
	width: 100%;
	background-image: url(../img/common/bg.png);
	background-size: auto 90%;
}
.bg_02 {
	width: 100%;
	background-color: #ea0099;
}
.title {
	width: 60%;
	padding: 0 0 1rem;
	margin: 0 auto;
}
.info {
	width: 100%;
	padding: 0 0 1em;
	margin: 0 auto;
}
.bg_01 .content ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content li {
	display: inline-block;
	font-size: 16px;
	width: 40%;
}
.bg_01 .content li:first-child {
	padding-right: 1rem;
	border-right: #fff solid 1px;
}
.bg_01 .content li:last-child {
	padding-left: 1rem;
	border-left: #fff solid 1px;
}
.bg_01 .content .social ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content .social li {
	display: inline-block;
	font-size: 16px;
	width: 14%;
}
.bg_01 .content .social li:first-child {
	padding-right: 1rem;
	border-right: none;
}
.bg_01 .content .social li:last-child {
	padding-left: 1rem;
	border-left: none;
}
.story {
	width: 100%;
}
.cast {
	width: 66%;
	margin: 0 auto;
}
.staff {
	width: 75%;
	margin: 0 auto;
}
.timeline {
	width: 100%;
	padding: 0 0 1rem;
	margin: 0 auto;
}
.timeline iframe {
	width: 740px !important;
}
.bg_02 .bnr_area {
	width: 100%;
}
.bg_02 .bnr_area ul {
	text-align: center;
}
.bg_02 .bnr_area li {
	display: inline-block;
	width: 146px;
	height: 52px;
	padding: 0.3rem;
}
#page-top {
	width: 3.5rem;
	height: 3.5rem;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
#page-top a {
	background-image: url(../img/common/btn_top_on.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
.pc_display {
	display: none;	
}
.sp_display {
	display: none;	
}
.tab_hidden {
	display: none;	
}
.header {
	width:100%;
}
.movie {
	width:100%;
	padding: 5% 5% 0 5%;
	background-color: #ea0099;
	line-height: 0;
	box-sizing: border-box;
}
.bg_02 .social {
	width: 100%;
	padding: 1rem 0 1rem;
	height: 100% auto;
}
.bg_02 .social ul {
	text-align: center;
	font-size: 0;
}
.bg_02 .social li {
	display: inline-block;
	width: 3rem;
	padding: 0 0.8rem 0 0.8rem;
}
.content {
	width: 90%;
	padding: 2rem 0 2rem;
	margin: 0 auto;
}
.bg_01 {
	width: 100%;
	background-image: url(../img/common/bg.png);
}
.bg_02 {
	width: 100%;
	background-color: #ea0099;
}
.title {
	width: 44%;
	padding: 0 0 2rem;
	margin: 0 auto;
}
.info {
	width: 76%;
	padding: 0 0 1.6em;
	margin: 0 auto;
}
.bg_01 .content ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content li {
	display: inline-block;
	font-size: 16px;
	width: 28%;
}
.bg_01 .content li:first-child {
	padding-right: 1rem;
	border-right: #fff solid 1px;
}
.bg_01 .content li:last-child {
	padding-left: 1rem;
	border-left: #fff solid 1px;
}
.bg_01 .content .social ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content .social li {
	display: inline-block;
	font-size: 16px;
	width: 6%;
}
.bg_01 .content .social li:first-child {
	padding-right: 1rem;
	border-right: none;
}
.bg_01 .content .social li:last-child {
	padding-left: 1rem;
	border-left: none;
}
.story {
	width: 100%;
}
.cast {
	width: 46%;
	margin: 0 auto;
}
.staff {
	width: 48%;
	margin: 0 auto;
}
.timeline {
	width: 56%;
	padding: 0 0 2rem;
	margin: 0 auto;
}
.bg_02 .bnr_area {
	width: 100%;
}
.bg_02 .bnr_area ul {
	text-align: center;
}
.bg_02 .bnr_area li {
	display: inline-block;
	width: 146px;
	height: 52px;
	padding: 0.3rem;
}
#page-top {
	width: 3.5rem;
	height: 3.5rem;
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page-top a {
	background-image: url(../img/common/btn_top_on.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.sp_display {
	display: none;	
}
.tab_display {
	display: none;	
}
.pc_hidden {
	display: none;	
}
/*----------------------------------------------------
 Base
----------------------------------------------------*/
.header {
	position: relative;
	width:100%;
	min-width: 1000px;
	height: 100vh;
	min-height: 700px;
	background-image: url(../img/common/pc_top.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.header .element {
	position: absolute;
	width: 38%;
	height: 100% auto;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
.header .element p {
	background-color: #fff;
}
.header .social {
	position: absolute;
	width: 200px;
	height: 100% auto;
	top: 20px;
	right: 20px;
}
.header .social ul {
	text-align: center;
	font-size: 0;
}
.header .social li {
	display: inline-block;
	width: 3rem;
	padding: 0.5rem;
}
.content {
	width: 1000px;
	padding: 2rem 0 2rem;
	margin: 0 auto;
}
.bg_01 {
	width: 100%;
	background-image: url(../img/common/bg.png);
}
.bg_02 {
	width: 100%;
	background-color: #ea0099;
}
.title {
	width: 34%;
	padding: 0 0 2rem;
	margin: 0 auto;
}
.info {
	width: 66%;
	padding: 0 0 1.6em;
	margin: 0 auto;
}
.bg_01 .content ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content li {
	display: inline-block;
	font-size: 16px;
	width: 18%;
}
.bg_01 .content li:first-child {
	padding-right: 1rem;
	border-right: #fff solid 1px;
}
.bg_01 .content li:last-child {
	padding-left: 1rem;
	border-left: #fff solid 1px;
}
.bg_01 .content .social ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content .social li {
	display: inline-block;
	font-size: 16px;
	width: 6%;
}
.bg_01 .content .social li:first-child {
	padding-right: 1rem;
	border-right: none;
}
.bg_01 .content .social li:last-child {
	padding-left: 1rem;
	border-left: none;
}
.story {
	width: 100%;
}
.cast {
	width: 36%;
	margin: 0 auto;
}
.staff {
	width: 38%;
	margin: 0 auto;
}
.timeline {
	width: 46%;
	padding: 0 0 2rem;
	margin: 0 auto;
}
.bg_02 .bnr_area {
	width: 100%;
}
.bg_02 .bnr_area ul {
	text-align: center;
}
.bg_02 .bnr_area li {
	display: inline-block;
	width: 146px;
	height: 52px;
	padding: 0.3rem;
}
#page-top {
	width: 3.5rem;
	height: 3.5rem;
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page-top a {
	background-image: url(../img/common/btn_top_on.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
}
}

@media screen and (min-width: 1025px) {
.sp_display {
	display: none;	
}
.tab_display {
	display: none;	
}
.pc_hidden {
	display: none;	
}
a.btn_fade:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a.btn_over img {
  -webkit-transition: -weblit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
a.btn_over img:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/*----------------------------------------------------
 Base
----------------------------------------------------*/
.header {
	position: relative;
	width:100%;
	min-width: 1000px;
	height: 100vh;
	min-height: 700px;
	background-image: url(../img/common/pc_top.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.header .element {
	position: absolute;
	width: 38%;
	height: 100% auto;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
.header .element p {
	background-color: #fff;
}
.header .social {
	position: absolute;
	width: 200px;
	height: 100% auto;
	top: 20px;
	right: 20px;
}
.header .social ul {
	text-align: center;
	font-size: 0;
}
.header .social li {
	display: inline-block;
	width: 3rem;
	padding: 0.5rem;
}
.content {
	width: 1000px;
	padding: 2rem 0 2rem;
	margin: 0 auto;
}
.bg_01 {
	width: 100%;
	background-image: url(../img/common/bg.png);
}
.bg_02 {
	width: 100%;
	background-color: #ea0099;
}
.title {
	width: 34%;
	padding: 0 0 2rem;
	margin: 0 auto;
}
.info {
	width: 66%;
	padding: 0 0 1.6em;
	margin: 0 auto;
}
.bg_01 .content ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content li {
	display: inline-block;
	font-size: 16px;
	width: 18%;
}
.bg_01 .content li:first-child {
	padding-right: 1rem;
	border-right: #fff solid 1px;
}
.bg_01 .content li:last-child {
	padding-left: 1rem;
	border-left: #fff solid 1px;
}
.bg_01 .content .social ul {
	text-align: center;
	font-size: 0;
}
.bg_01 .content .social li {
	display: inline-block;
	font-size: 16px;
	width: 6%;
}
.bg_01 .content .social li:first-child {
	padding-right: 1rem;
	border-right: none;
}
.bg_01 .content .social li:last-child {
	padding-left: 1rem;
	border-left: none;
}
.story {
	width: 100%;
}
.cast {
	width: 36%;
	margin: 0 auto;
}
.staff {
	width: 38%;
	margin: 0 auto;
}
.timeline {
	width: 46%;
	padding: 0 0 2rem;
	margin: 0 auto;
}
.bg_02 .bnr_area {
	width: 100%;
}
.bg_02 .bnr_area ul {
	text-align: center;
}
.bg_02 .bnr_area li {
	display: inline-block;
	width: 146px;
	height: 52px;
	padding: 0.3rem;
}
#page-top {
	width: 3.5rem;
	height: 3.5rem;
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page-top a {
	background-image: url(../img/common/btn_top_on.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
}
	
}








