@charset "UTF-8";
/* CSS Document */
.wrap {
  overflow: hidden;
}
body {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  -webkit-appearance: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*menu----------------------------------------------------------------*/
@media all and (min-width: 0px)and (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrap {
    padding: 1% 5% 0;
    background-color: rgba(255, 255, 255, 0.8);
    height: 40px;
    width: 90%;
    z-index: 5000;
    position: fixed;
  }
  .logo {
    float: left;
    text-align: left;
    width: 120px;
  }
  .menu_contents_box {
    float: left;
    width: 50%;
  }
  #menu_sp {
    list-style: none;
    text-align: right;
    margin-right: 0;
    font-size: 10px;
  }
  #menu_sp li {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
  }
  #menu_sp li a {
    text-decoration: none;
    color: #4b4b4b;
  }
  .header_box_btn {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 15000;
    pointer-events: none;
  }
  #nav-open {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    pointer-events: auto;
  }
  .sns {
    margin-left: 3px !important;
    position: relative;
    bottom: 5px;
  }
  .sns img {
    width: 26px;
  }
  /*ハンバーガーメニュー*/
  /*.menu,
    .menu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    box-sizing: border-box;
    }

    .menu {
      position: fixed;
      top: 20px;
      right: 25px;
      width: 35px;
      height: 22px;
      z-index: 10;
    }

    .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    z-index: 10;
    }
    header.fixed .menu span {
    background-color: #ff89a1;
    }

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

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

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

		.menu.active span {
    background-color: #ff89a1;
    }

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

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

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

    #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility:hidden;

    }

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

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

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

    #nav ul li a{
    display: block;
    padding: 20px 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #ff89a1;
    }
    #nav ul li a:hover {
    color: #feb7cb;
    }*/
  /***********************************************************************************************/
}
@media all and (min-width: 781px) {
  /*menu******************************************************************************************************/
  #wrap {
    background-color: rgba(255, 255, 255, 0.8);
    height: 95px;
    width: 100%;
    overflow: hidden;
    z-index: 5000;
    position: fixed;
  }
  #home {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  }
  .menu_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 35px auto 20px;
  }
  .logo {
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 30px;
  }
  .menu_contents_box {
    width: 100%;
    text-align: center;
  }
  #menu {
    list-style: none;
    margin-left: 0;
    text-align: right;
    font-size: 10px;
  }
  #menu li {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 4%;
  }
  #menu li a {
    text-decoration: none;
    color: #4b4b4b;
  }
  #menu2 {
    list-style: none;
    text-align: center;
    font-size: 14px;
  }
  #menu2 li {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 4%;
  }
  #menu2 li:nth-child(1) {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 0;
  }
  #menu2 li a {
    text-decoration: none;
    color: #4b4b4b;
    font-weight: bold;
  }
  #menu2 ul {
    display: inline;
    margin-right: auto;
  }
  .header_box_btn {
    width: 100%;
    max-width: 1200px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 15000;
    pointer-events: none;
  }
  #nav-open {
    float: right;
    width: 40px;
    height: 40px;
    pointer-events: auto;
  }
  .sns {
    margin-left: 12px !important;
    position: relative;
    bottom: 5px;
    z-index: 10;
  }
  .sns img {
    width: 32px;
  }
  /*ハンバーガーアイコンをCSSだけで表現***********************************************************/
  /*#nav-open span, #nav-open span:after {
	  position: absolute;
	  transition: all 0.4s;
	  height: 4px;
	  width: 30px;
	  border-radius: 4px;
	  background: #000;
	  display: block;
	  content: '';
	  cursor: pointer;
	  z-index: 9999;
	}
	#nav-open span {
	  top: 30px;
	}

	#nav-open span:after {
	  bottom: -14px;
	}*/
  /***********************************************************************************************/
  /*.menu_box_list span{display: block;margin-top: 20px;}
	.menu_box_list ul{
	    margin:20px 0;
	    padding:20px 0;
	}

	.menu_box_list ul li{
	    list-style-type: none;
	    }

	.menu_box_list ul li a{
	    display: block;
	    padding: 20px 200px;
	    transition: all 0.2s ease-in-out;
	    text-align: left;
	    text-decoration: none;
	    color: #fff;
	}
	.menu_box_list ul li a:hover {
	    color: #fff;
	}
	.menu_sub {
		list-style: none!important;
		margin-left: 10%!important;
		text-align: left!important;
		font-size: 15px!important;
		font-weight: bold;
	}
	 
	.menu_sub li {
		width: auto!important;
		text-align: center!important;
		display: inline-block!important;
		margin-right: 5%!important;
	}
	 
	.menu_sub li a {
		text-decoration: none!important;
		color: #4b4b4b!important;
	}
	.menu_sub ul li a{
	    display: block!important;
	    padding: 0!important;
	    transition: all 0.2s ease-in-out!important;
	    text-align: left!important;
	    text-decoration: none!important;
	    color: #fff!important;
	}
	.menu_sub ul{
	    margin:0 0!important;
	    padding:0 0!important;
	    margin-bottom: 10px!important;
	    margin-left: 4%!important;
	}
	.menu_sub_box{
		padding-bottom: 5%;
	}

}*/
  /*中身********************************************************************************************/
  #nav-content {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .2s ease-in-out;
  }
  #nav-content.open {
    display: block;
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    background: rgba(130, 130, 130, 0.8); /*背景色*/
    overflow: scroll; /*ブラー効果でボヤけた部分を非表示*/
  }
  /*:beforeにぼかし効果を設定する*/
  #nav-content.open:before {
    content: '';
    overflow: hidden;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    z-index: -1; /*重なり順序を一番下にしておく*/
  }
  /*チェックが入ったら表示する内容***************************************************************/
  .category {
    text-align: center;
    margin-top: 2rem;
  }
  .category-title {
    padding: 0.5rem;
  }
  .category-title a {
    color: #333;
    text-decoration: none;
  }
  /*三本線を動かす*********************************************************************************/
  #nav-open.active span {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    color: #FFF;
  }
  #nav-open.active span:before {
    -webkit-transform: translateY(-10px) rotate(45deg); /*打ち消す*/
    transform: translateY(-10px) rotate(45deg); /*打ち消す*/
    opacity: 0;
  }
  #nav-open.active span:after {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(90deg);
  }
  .clear {
    clear: both;
  }
  /**********************************************************************************************/
  .bar {
    text-align: right;
    position: relative;
    top: 10vh;
    z-index: 1000;
    border: solid 1px #0F0;
  }
  .mail {
    text-decoration: underline;
  }
  a:link {
    color: #000000;
  }
  a:visited {
    color: #000000;
  }
  .border {
    text-decoration: none;
    border-bottom: solid 2px #231815;
    padding-bottom: 2px;
  }
  /*----------------------------------------------------------------*/
  /*top_slider*/
  .loop_wrap {
    display: flex;
    width: 100vw;
    height: 800px;
    overflow: hidden;
  }
  @media screen and (max-width: 1330px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 750px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 1300px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 700px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 1200px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 650px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 1100px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 600px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 1020px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 580px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 980px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 550px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 930px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 530px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 910px) {
    .loop_wrap {
      display: flex;
      width: 100vw;
      height: 450px;
      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: 150px;
  }
  .top_img2 {
    position: absolute;
    top: 230px;
  }
	
	.dvd_info{
		width: 300px;
		display: block;
		z-index: 10000;
		position: absolute;
		left: 15%;
		bottom: 15%;
	}
  /*top*/
  #top {
    background-image: url("img/bg01_.jpg");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20% 0 0 0;
  }
  #top img {
    text-align: center;
  }
  #top ul {
    padding-left: 30%;
  }
  #top li:nth-child(1) {
    display: inline-block;
    width: 60%;
  }
  #top li:nth-child(2) {
    display: inline-block;
    width: 12%;
    margin-left: -50px;
    position: relative;
    top: 100px;
    left: 80px;
  }
  #top li:nth-child(3) {
    display: inline-block;
    width: 80%;
    position: relative;
    bottom: 90px;
    left: 30px;
  }

  /*box01*/
  #box01 {
    margin: 5% auto;
  }
}
#box01 .text01 {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#box01 ul {
  margin: 1% auto;
}
#box01 li:nth-child(1) {
  display: inline-block;
  width: 30%;
}
#box01 li:nth-child(2) {
  display: inline-block;
  width: 20%;
}
#box01 .section01 {
  text-align: center;
  margin-top: 0%;
}
#box01 .section02 img {
  width: auto;
  display: block;
  padding: 2%;
  margin: 0 auto;
}
#box01 .section02 .haikyu {
  position: relative;
  left: 32px;
  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: 1%;
  margin: 0 auto;
  font-size: 13px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #000000;
}
#introduction {
  padding: 5%;
  background-image: url("img/bg03.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#contents span {
  position: relative;
  display: block;
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 24px;
  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: #ffffff;
  border-radius: 2px;
}
#introduction p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.8em;
  margin-top: 3%;
  letter-spacing: 0;
}
#introduction .box02 {
  text-align: right;
}
.title {
  text-align: center;
}
#introduction .box01 {
  text-align: center;
}
#introduction .box01 img {
  text-align: center;
  width: 40%;
}
#story {
  padding: 5%;
  background-image: url("img/bg02.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#story .box01 {
  text-align: center;
}
#story .box01 img {
  text-align: center;
  width: 20%;
}
#story .box02 img {
  width: 30%;
}
#story p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.8em;
  margin-top: 3%;
  padding-bottom: 40%;
  text-align: center;
}
/*cast_staff*/
#cast_staff {
  padding: 5% 5% 0% 5%;
  background-image: url("img/bg04.jpg");
  background-position: top;
  background-size: 1800px;
  background-repeat: no-repeat;
}
#cast_staff .box01 {
  text-align: center;
}
#cast_staff .box01 img {
  text-align: center;
  width: 40%;
}
#cast_staff span {
  position: relative;
  display: block;
  margin-bottom: 1em;
  color: #000000;
  font-size: 24px;
  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: -webkit-inline-box;
  margin: 0 0 0 6%;
  text-align: center;
}
#cast_staff .box02 .box02_1 img {
  width: 60%;
}
#cast_staff .box02 span {
  position: relative;
  display: flex;
  margin-bottom: 2em;
  color: #000000;
  font-size: 19px;
  margin-top: 20px;
  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: 36%;
  text-align: left;
}
#cast_staff .box02_2 {
  margin-top: 60px;
  position: relative;
  right: 50px;
}
#cast_staff .box02_2 img {
  width: 310px;
  display: flex;
}
#cast_staff .box02_2 p {
  font-size: 16px;
  line-height: 1.8em;
}
#cast_staff .box03 {}
#cast_staff .box03 {
  width: 100%;
  display: -webkit-inline-box;
  margin: 0 0 0 13%;
  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;
  font-size: 16px;
  line-height: 1.8em;
}
#cast_staff .box03 .box02_4 img {
  width: 58%;
}
#cast_staff .box02_3 {
  width: 35%;
  margin-top: 80px;
  position: relative;
  left: 50px;
}
#cast_staff .box02_3 img {
  display: flex;
  width: auto;
}
.box04 {
  display: block;
  text-align: center;
  padding-bottom: 77%;
  padding-top: 80px;
}
.box04 img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.box04 p {
  padding: 2em 25%;
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
}
.box04 .section01 {
  width: 80px;
  padding-bottom: 2em;
}
.box04 .section02 {
  width: 420px;
}
#cast_staff .box04 span {
  position: relative;
  display: block;
  color: #000000;
  font-size: 19px;
  margin-top: 2em;
  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: 50px;
}
#menu_under li {
  width: auto;
  text-align: center;
  display: inline-block;
  margin-left: 4%;
}
#menu_under li a {
  text-decoration: none;
  color: #4b4b4b;
}
.movie {
  width: auto !important;
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 3% 0 0 0 !important;
}
/*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: 450px;
  margin: 0 45px;
}
#dvd_box01 {
  background-color: #FFB800;
  padding: 50px 0;
}
#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: 1000px;
	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: 230px;
}
.digital_distribution{
text-align-last: justify;
	margin-bottom: 30px;
}
#dvd_box01 .wrap02 {
	width: 1000px;
	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: 5% 5% 0% 5%;
    background-image: url(img/bg04.jpg);
    background-position: bottom;
    background-size: 1800px;
    background-repeat: no-repeat;
}
#dvd_box02 .wrap01 {
  	padding: 60px 0
}
#dvd_box02 .wrap01 ul {
  	display: flex;
	justify-content: center;
}
#dvd_box02 .wrap01 img {
  	width: 380px;
	position: relative;
	top: 13px;
}
#dvd_box02 .wrap01 .dvd_data {
  	width: 350px;
	padding-left: 70px;
}
#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;
}
#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: 320px;
}
.purchase{
text-align-last: justify;
	margin-bottom: 30px;
}
#dvd_box02 .wrap02 {
	width: 1000px;
	margin: 0 auto;
	display: block;
	    padding-bottom: 850px;
}
#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: 10% auto;
}
#dvd_box03 .text01 {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#dvd_box03 ul {
  margin: 1% auto;
}
#dvd_box03 li:nth-child(1) {
  display: inline-block;
  width: 30%;
}
#dvd_box03 li:nth-child(2) {
  display: inline-block;
  width: 20%;
}
#dvd_box03 .section01 {
  text-align: center;
  margin-top: 0%;
}
#dvd_box03 .section02 img {
  width: auto;
  display: block;
  padding: 2%;
  margin: 0 auto;
}
#dvd_box03 .section02 .haikyu {
  position: relative;
  left: 32px;
  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: 5%;
  margin: 0 auto;
  font-size: 13px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #000000;
}