/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: Meiryo, sans-serif, monospace;
	font-size: 12px;
}

.clear{clear:both;}


body {

}

html,body {
    height: 100%;
}

#canvas-wrap {
    overflow: hidden;
	width: 100%;
    height: 100%;
    position: fixed;
	background-image:url(../image/background_image.jpg);
	background-size: cover;
	z-index: -1;
}

#canvas-container{
	opacity: 0.7;
}


.pc{ display: inherit; }
.sp{ display: none; }
@media screen and (max-width: 699px){
.pc{ display: none; }
.sp{ display: inherit; }
}



/* menu_setting
================================================== */

.menu_wrapper{
	width: 320px;
	height: auto;
	position: absolute;
	z-index: 3;
	left: 40px;
	top: 30px;
	padding-bottom: 100px;
}

.menu_logo{
	width: 240px;
	padding-bottom: 20px;
}

.menu_movie{
	width: 320px;
	padding-bottom: 20px;
}

.menu_story{
padding-bottom: 10px;
}
.menu_character_box{
	display: table;
	width: 320px;
	height: 70px;
	padding-left: 16px;
}

.menu_character_box2{
	display: table;
	width: 240px;
	height: 70px;
	padding-left: 16px;
}

.menu_chara_icon{
	display: table-cell;
	width: 70px;
	
}





.hover_bt{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 260px;
	height: 27px;
}

.hover_bt::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #ea3462;
  transform: scale(0, 1);
}
.hover_bt:hover {
  animation: hover .6s forwards;
  border-left: 5px solid #ea3462;
}
.hover_bt:hover::before {
  animation: hover-in .2s forwards alternate, hover-out .2s .2s forwards alternate;
}
@keyframes hover {
  0%, 100% {
    color: #333;
  }
  50% {
    color: #fff;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}


@media screen and (max-width: 699px){
	.menu_wrapper{
		display: none;
	}
}

.movie_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:4%;
}

.movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* top_setting
================================================== */

.twitter_box{
	width: 210px;
	height: 250px;
	position: fixed;
	overflow:auto;
	bottom: 10%;
	right: 30px;
	z-index: 2;
}

.top_wrapper{
	width: 100%;
	height: 100%;
	position: fixed;
	background-image:url(../image/top_character_image.png);
	background-position: center top;
	background-size: cover;
	z-index: 1;
}

.top_catch{
	width: 64%;
	position: fixed;
	bottom: 6%;
	left: 18%;
	z-index: 2;
}

/* story_setting
================================================== */

.story_wrapper{
	width:100%;
	position: relative;
	padding-top: 50px;
	z-index: 1;
}

.story_title{
	width: 290px;
	margin: auto;
	padding-bottom: 20px;
}

.story_text{
	width: 701px;
	padding-bottom: 100px;
	margin: auto;
}


/* character_setting
================================================== */

.character_wrapper{
	width:100%;
	position: absolute;
	padding-top: 50px;
	z-index: 1;
}

.character_title{
	width: 378px;
	margin: auto;
	padding-bottom: 20px;
}

.character_bg{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
}
.character_bg img{
	position: relative;
	bottom: 0;
}

.character_image{
	width: 40%;
	height: auto;
	position: fixed;
	z-index: 2;
	right: 0;
	top:0;
}

.character_text{
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 40%;
  height: 50%;
}

/* music_setting
================================================== */

.music_title{
	width: 441px;
	position: absolute;
	right: 40px;
	padding-bottom: 20px;
}


.wrap{
    position: absolute;
    top: 20px;
    left: 450px;
    width: calc((100% - 450px) / 1);
    height: auto;

	padding-top: 120px;
	padding-bottom: 100px;
}

.youtube_box{
	width: 32%;
	float: left;
	padding-right: 1%;
}

@media screen and (max-width: 1100px){

.youtube_box{
	width: 90%;
	float: left;
	padding-right: 1%;
}

}

/* credit_setting
================================================== */

.credit_title{
	width: 228px;
	position: absolute;
	right: 40px;
	padding-bottom: 20px;
}

.credit_text{
	width: 701px;
	margin: auto;
}

.credit_text_style1{
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
	color: white;
	font-weight: bold;
	background-color: #fc7aac;
	font-size: 20px;
}
.credit_text_style2{
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
	color: black;
	background-color: white;
	font-size: 16px;
}


/* release_setting
================================================== */

.release_title{
	width: 228px;
	position: absolute;
	right: 40px;
	padding-bottom: 20px;
}


.release_image{
	text-align:center;
}


.release_text{
	width: 701px;
	margin: auto;
}



.release_text_style1{
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
	color: white;
	font-weight: bold;
	background-color: #fc7aac;
	font-size: 15px;
}
.release_text_style2{
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
	color: black;
	background-color: white;
	font-size: 12px;
}

.release_text_style3{
	width: 50%;
	padding-top: 10px;
	padding-bottom: 0px;

	text-align: center;
	margin: auto;
	color: black;
	background-color: white;
	font-size: 14px;
}


.release_text_style4{
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;

	text-align: center;
	margin: auto;
	color: black;
	background-color: white;
	font-size: 12px;
}



/* footer_setting
================================================== */

.footer_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
	background-color: #fc7aac;
	z-index: 99;
}


.footer_table{
	width: 96%;
	display: table;
	margin: auto;
}

.footer_td{
	display: table-cell;
	width: 70%;
	padding-top: 10px;
}

.footer_td2{
	display: table-cell;
	width: 30%;
}

.copyright_text{
	font-size: 14px;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* smartphone_setting
================================================== */

.drawer_menu_logo{
	width: 60%;
	margin: auto;
	padding-top: 6%;
}

.drawer_menu_text{
	width: 30%;
	margin: auto;
	padding-top: 10%;
	padding-bottom: 10%;
}

.drawer_menu_text2{
	width: 60%;
	margin: auto;
	padding-top: 10%;
	padding-bottom: 10%;
}

.smartphone_top{
	position: relative;
	padding-top: 10%;
	z-index: 9;
}

.smartphone_copyright{
	font-size: 12px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.smartphone_twitter{
	width:96%;
	height:300px;
	margin:auto;
	padding-bottom:10%;
}


@media screen and (max-width: 699px){
.menu_movie{
	width: 90%;
	margin: auto;
	padding-top: 4%;
	padding-bottom: 4%;
	z-index: 1;
	position: relative;
}

.menu_movie{
	width: 90%;
	margin: auto;
	padding-top: 4%;
	padding-bottom: 4%;
	z-index: 1;
	position: relative;
}

.menu_character_box{
	display: table;
	width: 96%;
	height: auto;
	padding-left: 0px;
	margin: auto;
}

.menu_character_box2{
	display: table;
	width: 96%;
	height: auto;
	padding-left: 0px;
	margin: auto;
}

.menu_chara_icon{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	
}

.story_title{
	width: 60%;
	margin: auto;
	padding-bottom: 20px;
}

.story_text{
	width: 96%;
	margin: auto;
	padding-bottom: 10px;
}

.music_title{
	width: 60%;
	position: relative;
	margin: auto;
	right: 0px;
	padding-bottom: 20px;
}

.wrap{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;

	padding-top: 20px;
	padding-bottom: 10px;
}

.youtube_box{
	width: 92%;
	float: none;
	margin: auto;
	padding-right: 0%;
}

.credit_title{
	width: 56%;
	position: relative;
	right: 0px;
	margin: auto;
	padding-bottom: 20px;
}

.character_wrapper{
	width:100%;
	position: relative;
	padding-top: 50px;
	z-index: 1;
}

.character_title{
	width: 80%;
	margin: auto;
	padding-bottom: 20px;
}

.character_image{
	width: 96%;
	margin: auto;
	height: auto;
	position: relative;
	z-index: 2;
	right: 0;
	top:0;
}

.character_text{
  position: relative;
  left: 0%;
  top: 2%;
  transform: translate(0%, 0%);
  z-index: 1;
  width: 96%;
  margin: auto;
  height: auto;
  padding-bottom: 4%;
}

.character_image_sp{
	width: 94%;
	margin: auto;
}

}

