@charset "UTF-8";
/* CSS Document */

/*menu----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
body{
	overflow: hidden;
}
.wrap{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
/* iOSでのデフォルトスタイルをリセット */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
*:focus {
outline: none;
}
	input {
    display: none;
    }
    button {
      border: none;
      background: none;
      outline:none;
    }
.logo_header{
	float:left!important;
	text-align:left!important;
	width: 180px!important;
	padding: 5% 3%;
	z-index: 2;
	display: block;
}
	.logo{
		float: inherit;
		text-align: center;
		width: 100%;
		padding-top: 20px;
		margin: 0 auto;
	}
/*hambargar*/	
.menu,
.menu span {
display: inline-block;
-webkit-transition:all .4s;
transition: all .4s;
box-sizing: border-box;
}

.menu {
position: fixed;
top: 16px;
right: 14px;
width: 50px;
height: 40px;
margin:6px auto;
padding:6px auto;
z-index: 9999;
}

.menu span {
position: absolute;
left: 12px;
width: 70%;
height: 3px;
background-color: #000;
z-index: 9999;
}

.menu span:nth-of-type(1) {
top: 0px;
}

.menu span:nth-of-type(2) {
top: 11.5px;
}

.menu span:nth-of-type(3) {
bottom: 12px;
}

.menu.active span:nth-of-type(1) {
-webkit-transform: translateY(20px) rotate(-45deg);
transform: translateY(28.5px) rotate(-45deg);
}

.menu.active span:nth-of-type(2) {
opacity: 0;
}

.menu.active span:nth-of-type(3) {
-webkit-transform: translateY(-20px) rotate(45deg);
transform: translateY(5px) rotate(45deg);
}

#nav {
position: fixed;
top: 0;
right: 0;
z-index: 9999;
width: 100vw;
height: 100vh;
background: rgba(255,255,255,0.9);
opacity: 0;
-webkit-transition: .5s linear;
-moz-transition: .5s linear;
transition: .5s linear;
-moz-transform: translateX(100vw);
-webkit-transform: translateX(100vw);
transform: translateX(100vw);
}

#nav.active{
right: 0;
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}

#nav ul{
margin:20px 0;
padding:20px 0;
}

#nav ul li{
list-style-type: none;
}

#nav ul li a{
font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
display: block;
text-align: center;
text-decoration: none;
color: #000;
font-size: 18px;
font-weight:700;
margin:15px 0;
padding:10px 0;
}

body{
margin:0;
padding:0;
background:url();
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
letter-spacing:2.4px;
line-height:1.5;
}

header{width:100%;height:60px;top:0;padding: 5px 0;text-align:center;position:fixed;z-index:5;background-color:rgba(255,255,255,0);}

section{
background:rgba(255,255,255, .8);
display:block;
font-family:'Nunito',"メイリオ", sans-serif;
font-size:14px;
color: #003853;
text-align:center;
margin:10px auto;
padding:10px auto;
}

.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 50px;
}

.pagetop button {
display: block;
width: 50px;
height: 50px;
background-color: #333;
border-radius: 50px;
text-align: center;
color: #fff;
font-size: 24px;
text-decoration: none;
line-height: 50px;
}
/*top_slider*/	

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 240px;
  overflow: hidden;
}

.loop_wrap img {
  max-width: inherit;
  height: 100%;
}
	
@keyframes loop {
  0% {
    transform: translateX(100%);
	  
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
	
.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}
.top_img{
	position: relative;
	bottom: 0;
}
.top_img2{
	position: absolute;
	top: 11%;
}
.dvd_info{
		width: 150px;
		display: block;
		z-index: 1;
		position: absolute;
		    left: 3%;
    bottom: 60%;
	}
/*top*/
#top{
	background-image: url("img/bg01_sp.png");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8% 0;
	/* height: 100%; */
}
#top img{
	text-align: center;
	
}
#top ul{
	padding-left: 30%;
	position: relative;
	top: 20px;
}
#top li:nth-child(1){
	display: inline-block;
	width: 60%;
}
#top li:nth-child(2){
	display: inline-block;
	width: 30%;
	margin-left: -50px;
	position: relative;
	top: -20px;
	left: 59px;
}
#top li:nth-child(3){
	display: inline-block;
	width: 80%;
	position: relative;
	bottom: 26px;
	left: 30px;
}
/*box01*/
#box01 {
	margin: 5%;
}
#box01 .text01{
	padding: 5%;
	width: 80%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
#box01 ul{
	margin: 0 auto;
	text-align: center;
	display: block;
}
#box01 li:nth-child(1){
	display: block;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
}
#box01 li:nth-child(2){
	/* display: block; */
	/* width: 30%; */
	display: block;
	width: 40%;
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
}
#box01 .section01{
	text-align: center;
	margin-top: 0%;
}
#box01 .section02 img{
	width: auto;
	display: block;
	padding: 2em;
	margin: 0 auto;
}
#box01 .section02 .haikyu{
	position: relative;
	 left: 0px; 
	padding: 2% 0 0 0;
}
#box01 .section02 .eirin{
	width: auto;
	float: right;
	padding: 0;
	margin: 0 -1%;
	position: relative;
	right: 30%;
	top: -50px;
	width: 30px;
}
#box01 .section02 p{
	width: auto;
	display: block;
	padding-top: 1em;
	margin: 0 auto;
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000000;
}
#introduction {
	padding: 8% ;
	background-image: none;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
#introduction .textbox01{
	    width: 90%;
    margin: 0 auto;
}
#introduction .box02{
	text-align: left;
}
#contents {
	padding-top: 70px;
}
#contents span{
	position: relative;
	display:block;
	margin-bottom: 1em;
	color: #000;
	font-size: 20px;
	margin-top: 20px;
}
#contents span:before {
	content: '';
	position: absolute;
	bottom: 50px;
	display: block;
	width: 80px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
	border-radius: 2px;
}
#introduction p{
	font-size: 16px;
	color: #000;
	line-height: 1.8em;
	margin-top: 3%;
	padding-bottom: 0;
	letter-spacing: 0;
}
.title{
	text-align: center;
}
#introduction .box01 {
	text-align: center;
	padding: 5% 0;
}
#introduction .box01 img{
	text-align: center;
	width: 80%;
	padding: 5% 5% 5% 0;
}
#story {
	padding: 5% 8% ;
	background-image: url("img/bg02_sp.jpg")!important;
	background-color: #fff!important;
	background-position: top!important;
	background-size: cover!important;
	background-repeat: repeat!important;
	height: 180vh;
}
#story span{
	position: relative;
	display:block;
	margin-bottom: 1em;
	color: #fff;
	font-size: 20px;
	margin-top: 50px;
}
#story span:before {
	content: '';
	position: absolute;
	bottom: 50px;
	display: block;
	width: 80px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 2px;
}
#story .box01 {
	text-align: center;
	padding: 10% 5% 5% 5%;
}
#story .box01 img{
	text-align: center;
	width: 50%;
}
#story .box02 img{
	width: 90%;
}
	
#story p{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 110%;
	width: 100%;
	letter-spacing: 0;
}
#story .box02 p{
	color: #000;
}
.story_img{
	width: 100%;
	padding: 0!important;
}
/*cast_staff*/
#cast_staff{
	padding: 5% 8% 25% 8%;
	background-image: url("img/bg05_sp.jpg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
#cast_staff p {
	font-size: 16px;
	line-height: 1.8em;
}
#cast_staff .box01 {
	text-align: center;
	padding: 10% 5% 5% 5%;
}
#cast_staff .box01 img{
	text-align: center;
	width: 80%;
}
#cast_staff span{
	position: relative;
	display:block;
	margin-bottom: 1em;
	color: #000000;
	font-size: 20px;
	margin-top: 50px;
}
#cast_staff span:before {
	content: '';
	position: absolute;
	bottom: 50px;
	display: block;
	width: 80px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
	border-radius: 2px;
}
#cast_staff .box02 {
	
}
#cast_staff .box02{
	width: 100%;
	display: block;
	margin: 0;
	text-align: center;
}
#cast_staff .box02 .box02_1 img{
	width: 60%;
	/* margin: 0 auto; */
}
#cast_staff .imgbox01{
		padding-top: 80px;
	}
#cast_staff .box02 span{
	    position: relative;
	    display: block;
	    margin-bottom: 1em;
	    color: #000000;
	    font-size: 19px;
	    margin-top: 0.5em;
	    letter-spacing: 0.3em;
}
#cast_staff .box02 span:before{
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
	border-radius: 0;
}
#cast_staff .box02 p{
	width: 100%;
	text-align:left;
	line-height: 1.8em;
	letter-spacing: 0;
}
#cast_staff .box02_2  {
	    margin-top: 20px;
	    position: relative;
	    right: 0;
	    width: 100%;
}
#cast_staff .box02_2 img {
	width: 70%;
	display: block;
	margin: 0 auto;
}
#cast_staff .box02_2 .textbox01 {
	width: 50%;
}


#cast_staff .box03 {
	
}
#cast_staff .box03{
	width: 100%;
	display: block;
	margin: 0 0 0 20%;
	text-align: center;
}
#cast_staff .box03 .box02_4 img{
}
#cast_staff .box03 span{
	    position: relative;
    display: flex;
    margin-bottom: 2em;
    color: #000000;
    font-size: 19px;
    margin-top: 20px;
    letter-spacing: 0.3em;
}
	#cast_staff .box03 span:before{
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
	border-radius: 0;
}
#cast_staff .box03 p{
	width: 100%;
	text-align: left;
	line-height: 1.8em;
}
#cast_staff .box03 .box02_4 img{width: 60%;}
#cast_staff .box02_3  {margin-top: 60px;position: relative;left: 50px;}
#cast_staff .box02_3 img {display: flex;}

.box04{
	display: block;
	text-align: center;
	margin-bottom: -35%;
	margin-top: 40px;
}
.box04 img{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.box04 p{
	    text-align: left;
	    padding: 0;
	    display: block;
	letter-spacing: 0
}
.box04 .section01{
	    width: 70px;
	    padding-bottom: 2em;
}
.box04 .section02{
	  width: 90%;
}
#cast_staff .box04 span{
	 position: relative;
	 display: block;
	 color: #000000;
	 font-size: 19px;
	 margin-top: 1em;
	 letter-spacing: 0.3em;
	
}
#cast_staff .box04 span:before{
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
	border-radius: 0;
}
#menu_under {
	list-style: none;
	margin-left: 0;
	text-align: center;
	font-size: 10px;
	position: relative;
	bottom: 0px;
	padding-bottom: 10px;
}
#menu_under li {
	width: auto;
	text-align: center;
	display: inline-block;
	margin-left: 4%;
}
#menu_under li a {
	text-decoration: none;
	color: #4b4b4b;
}

/*dvd*/
#dvd_top {
  background-image: url("img/bg01_.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0 22% 0;
}
.dvd_top {
  text-align: center;
}
.dvd_top li {
  display: inline-block;
    width: 250px;
    margin: 45px 0px 0px;
}
#dvd_box01 {
  background-color: #FFB800;
  padding: 8% ;
}
#dvd_box01 .center span {
  padding: 1.5rem 3.5rem;;
  background: #fff;
  border-radius: 100vh;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	}
#dvd_box01 .center {
  text-align: center;
}
#dvd_box01 .wrap01 {
	width: auto;
	margin: 0 auto;
	display: block;
	    padding-bottom: 100px;
	padding-top: 20px;
}
#dvd_box01 .wrap01 h2 {
  position: relative;
  padding: 40px 65px;
  text-align: center;
}

#dvd_box01 .wrap01 h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#dvd_box01 .wrap01 h2 span {
  position: relative;
  padding: 0 1em;
  background: #FFB800;
	font-size: 16px;
  font-weight: 900;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.digital_distribution li{
display: inline-block;
    width: 48%;
    margin-bottom: 20px;
}
	
.digital_distribution{
text-align-last: justify;
	margin-bottom: 30px;
}
#dvd_box01 .wrap02 {
	width: auto;
	margin: 0 auto;
	display: block;
	    padding-bottom: 50px;
}
#dvd_box01 .wrap02 h2 {
  position: relative;
  padding: 40px 65px;
  text-align: center;
}

#dvd_box01 .wrap02 h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#dvd_box01 .wrap02 h2 span {
  position: relative;
  padding: 0 1em;
  background: #FFB800;
	font-size: 16px;
  font-weight: 900;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.wrap02 p {
	width: auto;
    display: block;
    padding-top: 1%;
    margin: 0 auto;
    font-size: 13px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #000000;
	text-align: center;
}

#dvd_box02 {
  padding: 8%;
    background-image: url(img/bg04_2.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
#dvd_box02 .wrap01 {
  	padding: 0;
}
#dvd_box02 .wrap01 ul {
  	display: block;
	justify-content: center;
}
#dvd_box02 .wrap01 img {
  	width: 380px;
	position: relative;
	top: 13px;
}
#dvd_box02 .wrap01 .dvd_data {
  	width: auto;
	padding-left: 0;
}
#dvd_box02 .wrap01 .dvd_data h2 {
  	font-size: 40px;
	font-weight: 900;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #000000;
	border-bottom: 1px solid #000;
	width: auto;
	padding-bottom: 20px;
	padding-top: 40px;
}
#dvd_box02 .wrap01 .dvd_data p {
  	font-size: 15px;
	font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding: 30px 0;
	line-height: 1.5em;
}

#dvd_box02 .wrap01 .dvd_data h3 {
	font-size: 15px;
	font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: 1rem 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
	text-align: center;
}
#dvd_box02 .wrap02 {
  	padding-top: 100px;
}
#dvd_box02 .wrap02 .center span{
	padding: 1.5rem 3.5rem;;
	background: #FFB800;
  color: #000;
  border-radius: 100vh;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#dvd_box02 .center {
  text-align: center;
}

.purchase li{
display: inline-block;
    width: 48%;
    margin-bottom: 20px;
}
.purchase{
text-align-last: justify;
	margin-bottom: 30px;
}
#dvd_box02 .wrap02 {
	width: auto;
	margin: 0 auto;
	display: block;
	    padding-bottom: 30vh;
}
#dvd_box02 .wrap02_1 {
	    padding-top: 60px;
}
.wrap02_1 p {
    width: auto;
    display: block;
    padding-top: 1%;
    margin: 0 auto;
    font-size: 13px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #000000;
    text-align: center;
}	
	
#dvd_box03 {
	margin: 5%;
}
#dvd_box03 .text01{
	padding: 5%;
	width: 80%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
#dvd_box03 ul{
	margin: 0 auto;
	text-align: center;
	display: block;
}
#dvd_box03 li:nth-child(1){
	display: block;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
}
#dvd_box03 li:nth-child(2){
	/* display: block; */
	/* width: 30%; */
	display: block;
	width: 40%;
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
}
#dvd_box03 .section01{
	text-align: center;
	margin-top: 0%;
}
#dvd_box03 .section02 img{
	width: auto;
	display: block;
	padding: 2em;
	margin: 0 auto;
}
#dvd_box03 .section02 .haikyu{
	position: relative;
	 left: 0px; 
	padding: 2% 0 0 0;
}
#dvd_box03 .section02 .eirin{
	width: auto;
	float: right;
	padding: 0;
	margin: 0 -1%;
	position: relative;
	right: 30%;
	top: -50px;
	width: 30px;
}
#dvd_box03 .section02 p{
	width: auto;
	display: block;
	padding-top: 1em;
	margin: 0 auto;
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000000;
}
}