@charset "UTF-8";

/*------------------------------------------------
font-face
------------------------------------------------*/

/*------------------------------------------------
universal
------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', Avenir, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
  position: relative;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
}
a img {
	border: none;
}
a:link {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #777;
	border: none;
	outline: none;
}
a:visited {
	color: #000;
	text-decoration-color: #777;
}
a:hover, a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}
.fltlt {
  float: left;
  margin: 0 20px 35px 0;
  display: block;
}
.fltrt {
  float: right;
  margin: 0 0 35px 20px;
  display: block;
}
.notoSerif {
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
.center img.pconly {
  text-align: center;
  margin: 0 auto 10px;
  display: block;
}
.btn_ef a {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
  color: #fff;
}
.btn_ef a:hover {
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	text-decoration: none;
  color: #fff;
}
.btn a img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.btn a:hover img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.redtxt {
	color: #e60012;
}

.small {
	font-size: 80%;
}

.minimum {
	font-size: 70%;
}

@media screen and (max-width: 750px) {
  .fltlt, .fltrt {
    float: none;
    margin: 0 auto 25px;
    display: block;
  }
  .fltlt img, .fltrt img {
    margin: 0 auto;
    text-align: center;
  }
  .center img.pconly {
    display: none;
  }
}


/*------------------------------------------------
fade-in
------------------------------------------------*/
.effect {
	overflow: hidden;
}
#top #header .fade-in, #top #top_topics .fade-in, #top #movie .fade-in, #top #message .fade-in, #top #staff .fade-in, #top #story .fade-in, #top #character .fade-in, #top #mecha .fade-in, #top #theater .fade-in, #top #vod .fade-in, #top #bddvd .fade-in, #top #footer .fade-in {
	transition: .8s;
}
.fade-in {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.fade02 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #top #staff.fade-in, #top #footer.fade-in {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }  
}
/*------------------------------------------------
global
------------------------------------------------*/
#wrapper {
	width: 100%;
  min-width: 980px;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #fff url(../images/bg_03_pc.jpg) repeat-y center 7.8125vw;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#main {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: transparent url(../images/bg_01_pc.jpg) no-repeat center 0;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.contents {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
.partation {
  margin-top: 40px;
  padding-top: 36px;
  background: url(../images/part_line.png) repeat-x center top;
  -moz-background-size: 340px auto;
  background-size: 340px auto;
}
@media screen and (max-width: 750px) {
  #wrapper {
    width: 100%;
    min-width: auto;
    background: #fff url(../images/bg_03_sp.jpg) repeat-y center -2.6vw;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  #main {
    background: transparent url(../images/bg_01_sp.jpg) no-repeat center 138vw;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}

/*------------------------------------------------
text
------------------------------------------------*/
h2 {
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}
h3 {
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}
h4 {
	font-size: 20px;
	font-weight: bold;
  color: #e60012;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 0 3px;
	text-align: left;
}
h5 {
	font-size: 14px;
	font-weight: bold;
  color: #e60012;
	line-height: 1.8;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 0 3px;
	text-align: left;
}
p.lead {
	font-size: 24px;
	margin: 0 0 35px;
}
p.center {
	text-align: center;
}
p .large {
	font-size: 20px;
	font-weight: bold;
}
.size12 {
	font-size: 12px;
}
p.alignright {
  text-align: right;
}
span.supText {
  font-size: 75.5%;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
span.pconly {
  display: inline;
}
@media screen and (max-width: 750px) {
  span.pconly {
    display: none;
  }
}

/*------------------------------------------------
header
------------------------------------------------*/
#header {
	position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#header .hd_box {
	width: 100%;
  height: auto;
	margin: 0 0 40px;
  display: block;
  background: #fff;
	position: relative;
  overflow: hidden;
}
#top #header .hd_box {
	margin: 0;
}
#header h1 {
	width: 185px;
	height: 54px;
	margin: 20px 0;
}
#top #header h1 {
	width: 277px;
	height: 82px;
	margin: 24px 0;
}
#header h1 a {
	width: auto;
	height: auto;
}
#header .inner {
	width: 980px;
	margin: 0 auto;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #header {
    position: relative;
    width: 100%;
    height: 94px;
    margin: 0 0 60px;
    overflow: visible;
  }
  #top #header {
    height: auto;
    margin: 0;
    overflow: hidden;
  }
  #header h1, #top #header h1 {
    width: 185px;
    height: 54px;
    margin: 20px auto;
  }
  #header .inner {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

/* pickup */
#pickup {
	width: 400px;
	height: auto;
	margin: 10px 20px 25px 0;
  text-align: left;
	position: relative;
  display: block;
  overflow: hidden;
}
#pickup h2 {
	width: 385px;
	height: 170px;
	margin: 0 auto 20px;
	padding: 0;
}
#pickup h2 img {
	width: 100%;
	height: auto;
}
#pickup .btn {
	width: 330px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
}
#pickup .btn img {
	width: 100%;
	height: auto;
}
#pickup h4 {
	font-size: 15px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  color: #000;
  padding: 0 0 0 1em;
  margin-bottom: 15px;
}
#pickup p.lead {
	font-size: 14px;
  line-height: 2;
	text-align: left;
  padding: 0 0 0 1em;
  margin-bottom: 25px;
}
#pickup p.lead.spk {
  padding: 0 0 0 3em;
  text-indent: -2em;
  position: relative;
}
#pickup p.lead.spk span {
  margin: 0 0.2em;
}
@media screen and (max-width: 750px) {
  #pickup {
    width: 94%;
    height: auto;
    margin: 20px auto 45px;
    overflow: hidden;
  }
  #pickup h2 {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
  #pickup .btn {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  #pickup h4 {
    font-size: 18px;
  }
  #pickup p.lead {
    font-size: 15px;
  }
  #pickup p.lead.spk {
    padding: 0 0 0 1em;
    text-indent: 0em;
  }
}

/*------------------------------------------------
Navigation
------------------------------------------------*/
#g_nav {
	width: 980px;
  height: 60px;
	margin: 0 auto 27px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}
ul.g_nav_list {
	width: auto;
	height: auto;
	margin: 17px auto;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
  letter-spacing: -0.4em;
}
ul.g_nav_list li {
	width: auto;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
  margin: 0 20px;
  letter-spacing: normal;
  transition: .3s;
}
ul.g_nav_list li:first-child {
  margin-left: 0;
}
ul.g_nav_list li:last-child {
  margin-right: 0;
}
ul.g_nav_list li a {
	display: block;
}
ul.g_nav_list li a img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
ul.g_nav_list li a:hover img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
ul.g_nav_list li img {
	width: auto;
	height: 26px;
}
.btn_menu {
  display: none;
}
@media screen and (max-width: 750px) {
  .btn_menu {
    width: 20px;
    position: absolute;
    top: 40px;
    right: 12px;
    display: block;
    overflow: hidden;
    z-index: 8888;
  }
  .btn_menu img {
    width: 20px;
    height: 19px;
  }
	#g_nav {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    top: 94px;
    left: 0;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
		display: none;
	}
  ul.g_nav_list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    text-align: left;
  }
  ul.g_nav_list li, ul.g_nav_list li:first-child, ul.g_nav_list li:last-child {
    width: 40%;
    height: auto;
    background: none;
    display: inline-block;
    margin: 20px 0 20px 10%;
    line-height: 0;
    text-align: left;
  }
  ul.g_nav_list li a {
    display: block;
  }
  ul.g_nav_list li a:before {
    content: "";
    width: 6px;
    height: 10px;
    margin: 7px 10px 7px 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    background: url(../images/icon_arw_05.png) no-repeat left 50%;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
  }
  ul.g_nav_list li a:hover img {
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
}

/*------------------------------------------------
mainVisual
------------------------------------------------*/
#main_image {
	width: 550px;
	height: auto;
  position: absolute;
  top: 0;
  left: 50%;
	margin-left: -60px;
  display: block;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
  #main_image {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
}

/*------------------------------------------------
Top Page
------------------------------------------------*/

/* top_topics */
#top_topics {
	width: 980px;
	height: auto;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}
#top #top_news {
  float: left;
	width: 480px;
	height: 410px;
	margin: 0 20px 40px 0;
  padding: 20px;
  text-align: left;
	position: relative;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cceeeeee,endColorstr=#cceeeeee); 
  background: rgba(238, 238, 238, 0.8);
  border-radius: 5px;
  overflow: hidden;
}
#top #twitter {
  float: left;
	width: 400px;
	height: 410px;
	margin: 0 0 40px;
  padding: 20px;
  text-align: left;
	position: relative;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cceeeeee,endColorstr=#cceeeeee); 
  background: rgba(238, 238, 238, 0.8);
  border-radius: 5px;
  overflow: hidden;
}
#top #top_news h3 {
  margin-bottom: 10px;
}
#top #twitter h3 {
  float: left;
  margin-bottom: 10px;
}
#top #twitter .tw_link {
  float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	margin: 10px 0 0;
	padding: 0 3px;
	text-align: right;
}
#top #top_news .btn_ef, #top #twitter .btn_ef {
	width: 120px;
  height: 35px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -60px;
  z-index: 6666;
}
#top #top_news .btn_ef a, #top #twitter .btn_ef a {
	width: 120px;
  height: 35px;
  text-decoration: none;
	font-size: 18px;
  color: #fff;
	font-weight: normal;
	line-height: 1.2;
	padding: 0.4em 1em 0;
  box-sizing: border-box;
	text-align: center;
  border-radius: 5px;
  display: block;
  background: #e60012 url(../images/icon_arw_01.png) no-repeat scroll 92%;
  -moz-background-size: 5px auto;
  background-size: 5px auto;
}
@media screen and (min-width: 769px) {
  #top #top_news .btn_ef a:hover, #top #twitter .btn_ef a:hover {
    background: rgba(255,26,44,0.7) url(../images/icon_arw_01.png) no-repeat scroll 95%;
    -moz-background-size: 5px auto;
    background-size: 5px auto;
  }
}

dl.newstopics {
  width: 480px;
  height: 330px;
  margin: 0 auto;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
  list-style: none;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
dl.newstopics dt, dl.newstopics dd {
	margin: 0 0 0.8em;
  padding-top: 0.8em;
  display: inline-block;
  vertical-align: top;
  border-top: solid 1px #ccc;
}
dl.newstopics dt {
  width: 23%;
}
dl.newstopics dd {
  width: 77%;
}
dl.newstopics dt:first-child, dl.newstopics dd:nth-child(2) {
  padding-top: 0;
  border-top: none;
}
#top #top_news dl.newstopics {
  overflow-y: auto;
}
#top #top_news dl.newstopics, #top #top_news dl.newstopics a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #top_topics {
    width: 93%;
  }
  #top #top_news, #top #twitter {
    float: none;
    width: 100%;
    height: 570px;
    margin: 0 0 30px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  dl.newstopics {
    width: 100%;
    height: 450px;
  }
  dl.newstopics dt {
    display: block;
    width: 100%;
    border-top: solid 1px #ddd;
    padding-top: 1em;
	  margin: 0 0 0.6em;
  }
  dl.newstopics dt:first-child {
    border-top: none;
  }
  dl.newstopics dd {
    display: block;
    width: 100%;
    border-top: none;
  }
}

/* Movie */
#top #movie {
  width: 100%;
  position: relative;
  margin: 0;
  /*padding: 60px 0 0;*/
  padding: 60px 0;
  text-align: center;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a2240da,endColorstr=#1a2240da); 
  background: rgba(34, 64, 218, 0.1);
  overflow: hidden;
}
#top #movie h3 {
  text-align: center;
  margin-bottom: 24px;
}
#top #movie ul.movies {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: center;
}
#top #movie ul.movies li {
  margin: 0 20px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  display: block;
}
#top #movie ul.movies iframe {
  max-width: 100%;
  position: relative;
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  z-index: 5;
  background: transparent;
  width: 900px;
  height: 490px;
}
#top #movie ul.movie_list {
  width: 392px;
  /*width: 980px;*/
  list-style: none;
  position: relative;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: -0.4em;
  overflow: hidden;
}
#top #movie ul.movie_list li {
  float: left;
  width: 184px;
  margin: 0 6px;
  padding: 0;
  position: relative;
  text-align: center;
  display: table;
  letter-spacing: normal;
}
#top #movie ul.movie_list li span {
  width: auto;
  height: 70px;
  margin: 0;
  padding: 0.5em 0.2em;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
  line-height: 1.6;
  color: #e60012;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}
#top #movie ul.movie_list li span:hover, #top #movie ul.movie_list li span.focus {
  color: #fff;
  background: #e60012;
}

@media screen and (max-width: 750px) {
  #top #movie ul.movies {
    width: 100%;
    margin: 0 auto;
  }
  #top #movie ul.movies li {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  #top #movie ul.movies iframe {
    width: 320px;
    height: 174px;
    margin: 0 auto 5px;
  }
  #top #movie ul.movie_list {
    width: 93%;
  }
  #top #movie ul.movie_list li {
    float: none;
    width: 100%;
    margin: 0 0 4px;
  }
  #top #movie ul.movie_list li span {
    height: auto;
  }
}

/* Message & Story */
#top #message, #top #story {
	width: 980px;
	height: auto;
  text-align: center;
	margin: 15px auto 0;
  padding-top: 60px;
  overflow: hidden;
}
#top #message h3, #top #story h3 {
  text-align: center;
  margin-bottom: 36px;
}
#top #message p {
	font-size: 15px;
	line-height: 2;
  margin: 0 0 50px;
  text-align: center;
}
#top #message p.size14 {
	font-size: 14px;
	line-height: 1.8;
  margin: 0 0 10px;
}
#top #message p.size12 {
	font-size: 12px;
	line-height: 1.8;
  margin: 0 0 10px;
}
#top #message .autograph {
	font-size: 26px;
	line-height: 1;
  margin: 0 0 0.8em;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #top #message p.speak {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #top #message {
    width: 93%;
  }
}

#top #story {
	margin: 0 auto 60px;
  padding-top: 60px;
}
#top #story h4 {
	font-size: 16px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  color: #000;
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
}
#top #story p {
	font-size: 15px;
	line-height: 2;
  margin: 0 0 50px;
  text-align: left;
}
#top #story p.synopsis {
	font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
#top #story ul.story_img {
  list-style: none;
  position: relative;
  margin: 0 -16px 50px;
  text-align: center;
  letter-spacing: -0.4em;
}
#top #story ul.story_img li {
  margin: 0 16px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
}
#top #story ul.story_img img {
  width: 220px;
}

@media screen and (max-width: 1024px) {
  #top #story p.speak {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #top #story {
    width: 93%;
  }
  #top #story ul.story_img {
    width: 100%;
    margin: 0 auto;
  }
  #top #story ul.story_img li {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  #top #story ul.story_img img {
    width: 320px;
  }
  #top #story h4 {
    font-size: 18px;
  }
}

/* staff */
#top #staff {
	width: 100%;
	height: auto;
  text-align: center;
	margin: 30px 0 0;
  padding: 60px 30px 30px;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent url("../images/bg_02_pc.jpg") repeat-y center top;
  -moz-background-size: cover;
  background-size: cover;
}
#top #staff h3 {
  text-align: center;
  margin-bottom: 24px;
}
#top #staff dl.center_list {
  width: 660px;
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
}
#top #staff dl.center_list dt, #top #staff dl.center_list dd {
  margin: 0 0 2px;
  display: block;
  box-sizing: border-box;
}
#top #staff dl.center_list dt {
  float: left;
  width: 32%;
	font-size: 13px;
  text-align: right;
	line-height: 2.31;
  padding-right: 4em;
}
#top #staff dl.center_list dd {
  float: right;
  width: 68%;
	font-size: 18px;
  text-align: left;
	line-height: 1.67;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
#top #staff #cast dl.center_list {
  width: 660px;
}
#top #staff #cast dl.center_list dt {
  width: 50%;
  margin: 0 0 15px;
  padding-right: 2em;
}
#top #staff #cast dl.center_list dd {
  width: 50%;
  margin: 0 0 15px;
  padding-left: 2em;
}
#top #staff .btn_modal.btn_ef {
  margin-bottom: 0;
}
#top #staff .btn_modal.pcStack {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #top #staff {
    width: 100%;
    padding: 40px 20px 20px;
    background: transparent url("../images/bg_02_sp.jpg") repeat-y center top;
    -moz-background-size: cover;
    background-size: cover;
  }
  #top #staff dl.center_list {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
    text-align: center;
  }
  #top #staff dl.center_list dt, #top #staff dl.center_list dd {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #top #staff dl.center_list dt {
  	line-height: 1.6;
    margin: 0;
  }
  #top #staff dl.center_list dd {
    margin: 0 0 20px;
  }
  #top #staff #cast dl.center_list {
    width: 100%;
  }
  #top #staff #cast dl.center_list dt {
    float: left;
    width: 50%;
    padding-right: 1.2em;
    text-align: right;
  	line-height: 2.31;
    margin: 0 0 2px;
  }
  #top #staff #cast dl.center_list dd {
    float: right;
    width: 50%;
    padding-left: 1.2em;
  	line-height: 1.67;
    text-align: left;
    margin: 0 0 2px;
  }
}
.artist_unit {
  display:none;  
}
.artist_modal .modaal-content-container ol.artist_comment {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  list-style: none;
  letter-spacing: -0.4em;
}
.artist_modal .modaal-content-container ol.artist_comment li {
  width: 100%;
  margin-bottom: 50px;
  display: block;
  letter-spacing: normal;
}
.artist_modal .modaal-content-container figure {
  width: 450px;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  text-align: center;
  display: block;
}
.artist_modal .modaal-content-container figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.modaal-content-container .artist_content {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}
.modaal-content-container h2 {
  font-size: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  display: block;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 1.8em;
  color: #e60012;
}
.modaal-content-container h2 span {
  display: inline;
}
.modaal-content-container h3 {
  font-size: 20px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  display: block;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 0.8em;
}
.modaal-content-container h4 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  display: block;
  line-height: 1.4;
  padding-bottom: 0.6em;
  text-align: left;
  margin: 0 0 0.8em;
  border-bottom: solid 1px #e60012;
}
.modaal-content-container .artist_content p {
  font-size: 14px;
}
.modaal-content-container .artist_content p.artist_name {
  text-align: center;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 750px) {
  .artist_modal .modaal-content-container ol.artist_comment li {
    width: 100%;
    margin: 0 0 4%;
    display: block;
  }
  .artist_modal .modaal-content-container figure {
    width: 100%;
  }
  .modaal-content-container h2 {
    font-size: 22px;
    margin: 0 0 1.4em;
  }
  .modaal-content-container h2 span {
    font-size: 16px;
    display: block;
  }
}

/* character */
#top #character {
  width: 100%;
	height: auto;
  text-align: center;
	margin: 15px auto 40px;
  padding-top: 60px;
  overflow: hidden;
}
#top #character h3 {
  text-align: center;
  margin-bottom: 36px;
}
#top #character .soukanzu {
  width: 980px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
}
#top #character .soukanzu img {
  width: 980px;
}
#top #character .soukanzu #Map2 {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#top #character .soukanzu #Map2 ul.spmap {
  width: 100%;
  text-align: left;
  padding-left: 1%;
  margin: 0;
  list-style: none;
  letter-spacing: -0.4em;
}
#top #character .soukanzu #Map2 ul.spmap li {
  width: 14.6%;
  height: 22%;
  margin: 3.6% 2.58% 3.1%;
  line-height: 0;
  display: inline-block;
  letter-spacing: normal;
}
#top #character .soukanzu #Map2 ul.spmap li:nth-child(4) {
  margin-right: 19.91%;
}
#top #character .soukanzu #Map2 ul.spmap li img {
  width: 100%;
  height: 100%;
}
.character_list {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.character_list .chara_unit {
  width: 628px;
  margin: 0 10px;
  padding: 35px 26px;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: block;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80f3f3f3,endColorstr=#80f3f3f3); 
  background: rgba(243, 243, 243, 0.5);
}
.character_list .chara_unit {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.character_list .chara_unit.slick-active {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.character_list figure {
  float: left;
  width: 195px;
  height: 515px;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  display: block;
}
.character_list figure img {
  width: 195px;
  height: 515px;
}
.character_list .chara_name {
  font-size: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  display: block;
  line-height: 1.8;
  margin: 100px 0 0.8em;
}
.character_list .chara_cv {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 750px) {
  #top #character .soukanzu {
    width: 93%;
    margin: 0 auto 10px;
  }
  #top #character .soukanzu img {
    width: 100%;
  }
  .character_list .chara_unit {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 26px;
  }
  .character_list figure {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
  }
  .character_list figure img {
    width: 130px;
    height: auto;
    margin: 0 auto;
  }
  .character_list .chara_name {
    font-size: 22px;
    margin: 0 0 0.4em;
  }
}

/* mecha */
#top #mecha {
  width: 100%;
	height: auto;
  text-align: center;
	margin: 15px auto 40px;
  padding-top: 60px;
  overflow: hidden;
}
#top #mecha h3 {
  text-align: center;
  margin-bottom: 36px;
}
#top #mecha ul.mechabox {
  width: 980px;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden;
  position: relative;
  list-style: none;
  letter-spacing: -0.4em;
  background: transparent url("../images/bg_02_pc.jpg") repeat-y center top;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 20px;
}
#top #mecha ul.mechabox li {
  width: 24.5%;
  height: auto;
  margin: 0;
  line-height: 0;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
}
#top #mecha ul.mechabox li img {
  width: 200px;
  height: auto;
}
#top #mecha ul.mechabox li p {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
#top #mecha ul.mechabox li a {
  color: #000;
  text-decoration: none;
}
.mecha_list {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.mecha_list .mecha_unit {
  display:none;  
}
.modaal-content-container .rear {
  display:none;  
}
html .modaal-container {
  padding: 15px 25px;
  background: transparent url("../images/bg_02_pc.jpg") repeat-y center top;
  -moz-background-size: cover;
  background-size: cover;
}
html .modaal-content-container {
  padding: 20px 30px;
}
.mecha_modal .modaal-content-container figure {
  float: left;
  width: auto;
  min-width: 420px;
  height: 500px;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  display: block;
}
.mecha_modal .modaal-content-container figure img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.modaal-content-container .mecha_profile {
  width: 42%;
  position: absolute;
  top: 26%;
  left: 52%;
  display: block;
}
.modaal-content-container .mecha_profile.ref {
  width: 28%;
  top: 26%;
  left: 66%;
}
.modaal-content-container .mecha_profile.cut {
  width: 32%;
  top: 26%;
  left: 62%;
}
.modaal-content-container .mecha_name {
  font-size: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  display: block;
  line-height: 1.8;
  margin: 0 0 0.8em;
}
.modaal-content-container ul.mecha_navi {
  width: 42%;
  position: absolute;
  bottom: 6%;
  left: 52%;
  display: block;
  list-style: none;
  text-align: center;
}
.modaal-content-container ul.mecha_navi li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  padding: 0 1.2em;
  vertical-align: middle;
}
.modaal-content-container ul.mecha_navi li span {
  display: block;
  color: #e60012;
  text-decoration: none;
  cursor: pointer;
}
.modaal-content-container ul.mecha_navi li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 1.2em;
  font-size: 16px;
  margin-top: -0.5em;
  background: #000;
}
.modaal-content-container ul.mecha_navi li:last-child:after {
  display: none;
}
@media screen and (max-width: 750px) {
  #top #mecha ul.mechabox {
    width: 93%;
  }
  #top #mecha ul.mechabox li {
    width: 23%;
    margin: 0 1%;
  }
  #top #mecha ul.mechabox li img {
    width: 100%;
  }
  #top #mecha ul.mechabox li p {
    font-size: 8.5px;
    text-align: center;
    margin: 5px 0 10px;
    padding: 0;
    letter-spacing: -0.1em;
  }
  html .modaal-container {
    padding: 0;
  }
  .mecha_modal .modaal-content-container figure {
    float: none;
    height: 252px;
    min-width: inherit;
    margin: 0 auto 20px;
  }
  .modaal-content-container .mecha_profile, .modaal-content-container .mecha_profile.ref, .modaal-content-container .mecha_profile.cut {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
  .modaal-content-container .mecha_name {
    font-size: 22px;
    margin: 0 0 0.4em;
  }
  .modaal-content-container ul.mecha_navi {
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

/* theater */
#top #theater {
	width: 980px;
	height: auto;
  text-align: center;
	margin: 15px auto 40px;
  padding-top: 60px;
  overflow: hidden;
}
#top #theater h3 {
  text-align: center;
  margin-bottom: 36px;
}
#present {
  display: none;
}
#top #theater p .large {
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
dl.theater_list {
  width: 780px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  list-style: none;
  overflow: hidden;
  display: block;
}
dl.theater_list dt, dl.theater_list dd {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1.8;
  margin: 0 0 0.8em;
}
dl.theater_list dt {
  width: 50px;
  text-align: right;
  margin-right: 30px;
}
dl.theater_list dd {
  width: 300px;
  text-align: left;
}
dl.theater_list dd a {
  display: block;
}
dl.theater_list dd:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e60012;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
@media screen and (max-width: 750px) {
  #top #theater {
    width: 93%;
  }
  dl.theater_list {
    width: 100%;
  }
  dl.theater_list dt {
    width: 20%;
    margin-right: 10%;
  }
  dl.theater_list dd {
    width: 70%;
  }
  dl.theater_list dd:after {
    left: -5%;
  }
}
.present_unit {
  display:none;  
}
.modaal-content-container .present_02 {
  display:none;  
}
.present_modal .modaal-content-container figure {
  width: 438px;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  text-align: center;
  display: block;
}
.present_modal .modaal-content-container figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.modaal-content-container .present_content {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}
.modaal-content-container .present_name {
  font-size: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  display: block;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 0.8em;
}
.modaal-content-container .present_content p {
  text-align: center;
}
.modaal-content-container ul.present_navi {
  display: block;
  list-style: none;
  text-align: center;
}
.modaal-content-container ul.present_navi li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 1.8;
  padding: 0 1.8em;
}
.modaal-content-container ul.present_navi li span {
  display: block;
  color: #e60012;
  text-decoration: none;
  cursor: pointer;
}
.modaal-content-container ul.present_navi li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 1.2em;
  font-size: 16px;
  margin-top: -0.5em;
  background: #000;
}
.modaal-content-container ul.present_navi li:last-child:after {
  display: none;
}
@media screen and (max-width: 750px) {
  .present_modal .modaal-content-container figure {
    width: 100%;
  }
  .modaal-content-container .present_name {
    font-size: 22px;
    margin: 0 0 0.4em;
  }
  .modaal-content-container ul.present_navi li:after {
    display: none;
  }
  .modaal-content-container .present_content span {
    font-size: 95%;
  }
}


/* VOD */
#top #vod {
	width: 980px;
	height: auto;
  text-align: center;
	margin: 15px auto 40px;
  padding-top: 60px;
  overflow: hidden;
}
#top #vod h3 {
  text-align: center;
  margin-bottom: 36px;
}
#top #vod p .large {
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
#top #vod section {
  margin-bottom: 60px;
}
#top #vod h4 {
	font-size: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  color: #000;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0 3px 0.4em;
	text-align: left;
  border-bottom: solid 4px #e60012;
  float: left;
  position: relative;
}
#top #vod h4 .size14 {
	font-size: 14px;
}
#top #vod h4:after {
  content: "";
  width: 980px;
  height: 1px;
  background: #e60012;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
}
ul.vod_list {
  width: 93%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  list-style: none;
  overflow: hidden;
  display: block;
  letter-spacing: -0.4em;
}
ul.vod_list li {
  width: 50%;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1.8;
  margin: 0 0 0.8em;
  text-align: left;
  letter-spacing: normal;
}
ul.vod_list li a {
  display: block;
}
@media screen and (max-width: 750px) {
  #top #vod {
    width: 93%;
  }
  ul.vod_list {
    width: 100%;
  }
  ul.vod_list li {
    width: 80%;
    display: block;
    margin: 0 auto 0.5em;
  }
}

/* BD&DVD */
#top #bddvd {
	width: 980px;
	height: auto;
  text-align: center;
	margin: 15px auto 60px;
  padding-top: 60px;
  overflow: hidden;
}
#hikakuhyou {
  display: none;
}
#top #bddvd h3 {
  text-align: center;
  margin-bottom: 36px;
}
#top #bddvd section {
  margin-bottom: 60px;
}
#top #bddvd h4 {
	font-size: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  color: #000;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0 3px 0.4em;
	text-align: left;
  border-bottom: solid 4px #e60012;
  float: left;
  position: relative;
}
#top #bddvd h4:after {
  content: "";
  width: 980px;
  height: 1px;
  background: #e60012;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
}
#top #bddvd p .large {
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
dl.bddvd_list {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  list-style: none;
  overflow: hidden;
  display: block;
}
dl.bddvd_list dt, dl.bddvd_list dd {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1.8;
  margin: 0 0 0.8em;
}
dl.bddvd_list dt {
  width: 110px;
  text-align: right;
  margin-right: 40px;
}
dl.bddvd_list dd {
  width: 830px;
  text-align: left;
}
dl.bddvd_list dd dl.indl {
  width: 100%;
  position: relative;
  list-style: none;
}
dl.bddvd_list dd dt, dl.bddvd_list dd dd {
  width: auto;
  text-align: left;
  margin: 0;
  display: block;
}
dl.bddvd_list dd dt {
  margin-right: 20px;
}
dl.bddvd_list dd dd {
  margin-left: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
/*
dl.bddvd_list dd a {
  display: block;
}
*/
dl.bddvd_list dd:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e60012;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
dl.bddvd_list dd dd:after {
  display: none;
}
ul.dvd_img {
  margin: 30px auto;
  padding: 0;
  text-align: center;
  position: relative;
  list-style: none;
  display: inline-block;
  letter-spacing: -0.4em;
}
ul.dvd_img.nomgn {
  margin-bottom: -30px;
}
ul.dvd_img li {
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px 20px;
  text-align: center;
  letter-spacing: normal;
}
ul.dvd_img li img {
  width: auto;
  height: 200px;
}
ul.dvd_img li img.large {
  width: auto;
  height: 333px;
}
ul.dvd_img li p {
  font-size: 12px;
  font-weight: normal;
  display: block;
  vertical-align: top;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #top #bddvd {
    width: 93%;
  }
  dl.bddvd_list {
    width: 100%;
  }
  dl.bddvd_list dt {
    width: 20%;
    margin-right: 10%;
  }
  dl.bddvd_list dd {
    width: 70%;
  }
  dl.bddvd_list dd:after {
    left: -5%;
  }
  ul.dvd_img li {
    width: 96%;
    display: block;
    margin: 0 auto 20px;
  }
  ul.dvd_img li img,ul.dvd_img li img.large {
    width: 100%;
    height: auto;
  }
  ul.dvd_img li img.max60 {
    width: 60%;
    height: auto;
  }
}

/*------------------------------------------------
News
------------------------------------------------*/
#news h3 {
  float: left;
}
.content_box {
	width: 940px;
	height: auto;
  min-height: 150px;
  margin: 15px auto 40px;
  padding: 20px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cceeeeee,endColorstr=#cceeeeee); 
  background: rgba(238, 238, 238, 0.8);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
#charabox {
  float: right;
  width: 570px;
  margin: 0 0 0 20px;
  padding: 45px 40px 30px;
  text-align: left;
  display: block;
  background: #fff;
  border-radius: 5px;
}
#listbox {
  float: left;
  width: 250px;
  margin: 30px 0 20px 20px;
  text-align: left;
  display: block;
  overflow: hidden;
}
.news-detail-date {
  font-size: 80%;
  text-align: right;
  line-height: 1.4;
  margin: 2em 0 1em;
  padding: 0.2em 1em;
  background: #ececec;
  position: relative;
}
.news-detail-date:before {
  content: '';
  width: 10%;
  height: 2px;
  margin: 0;
  background: #e60012;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-detail-title {
  font-size: 140%;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin: 0.5em 0 0.8em;
  padding-bottom: 0.3em;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
.news-detail-body p {
  font-size: 94%;
}
.news-detail-body a {
  word-break: break-all;
}
.news-detail-link {
  font-size: 94%;
}
ul.social {
  width: auto;
  margin: 40px auto 60px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
ul.social li {
  width: 30px;
  height: auto;
  margin: 0 10px;
  display: inline-block;
  overflow: hidden;
}
ul.social li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  ul.social li a {
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  ul.social li a:hover {
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }
}

.news-title {
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  padding-top: 1em;
}
.news-title, .news-title a, .news-title a:link {
  color: #000;
  text-decoration: none;
}
.news-title-date {
  display: block;
  font-size: 80%;
  width: 100%;
  line-height: 1.4;
  margin: 0 0 0.4em;
}
.news-title-title {
  display: block;
  margin: 0 0 1.2em;
}
ul.nextbox {
  width: 100%;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}
ul.nextbox li {
  width: 90px;
  height: 24px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
}
ul.nextbox li.prev {
  float: left;
}
ul.nextbox li.next {
  float: right;
}
ul.nextbox .btn_ef {
	width: 90px;
  height: 24px;
  /* position: relative; */
  display: block;
}
ul.nextbox .btn_ef a {
  width: 90px;
  height: 24px;
  text-decoration: none;
	font-size: 14px;
  color: #fff;
	font-weight: normal;
	line-height: 1.2;
	padding: 0.3em 1em 0;
  box-sizing: border-box;
	text-align: center;
  border-radius: 3px;
  display: block;
  background: #9a9a9a;
  overflow: hidden;
}
ul.nextbox li.prev .btn_ef a {
  background: #e60012 url(../images/icon_arw_03.png) no-repeat scroll 8%;
  -moz-background-size: 5px auto;
  background-size: 5px auto;
}
ul.nextbox li.next .btn_ef a {
  background: #e60012 url(../images/icon_arw_04.png) no-repeat scroll 92%;
  -moz-background-size: 5px auto;
  background-size: 5px auto;
}
ul.nextbox li.list_btn a {
  background: #e60012 url(../images/icon_list.png) no-repeat 92% 50%;
  -moz-background-size: 9px auto;
  background-size: 9px auto;
}
#news_list .btn_list {
  display: none;
}
@media screen and (min-width: 769px) {
  ul.nextbox li.prev .btn_ef a:hover {
    background: rgba(255,26,44,0.7) url(../images/icon_arw_03.png) no-repeat scroll 5%;
    -moz-background-size: 5px auto;
    background-size: 5px auto;
  }
  ul.nextbox li.next .btn_ef a:hover {
    background: rgba(255,26,44,0.7) url(../images/icon_arw_04.png) no-repeat scroll 95%;
    -moz-background-size: 5px auto;
    background-size: 5px auto;
  }
  ul.nextbox li.list_btn .btn_ef a:hover {
    background-color: rgba(255,26,44,0.7);
  }
}
@media screen and (max-width: 750px) {
  .content_box {
    width: 93%;
    margin: 30px auto 40px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  #charabox, #listbox {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  #charabox .news-detail a img {
    max-width: 100%;
    height: auto;
  }
  .news-detail-title {
    line-height: 120%;
  }
  #charabox .nextbox {
    display: none;
  }
  #charabox .news-detail iframe {
    width: 236px;
    height: 132px;
  }
  #news_list .btn_list {
    display: block;
    float: right;
  }
  ul.social li {
    width: 40px;
    margin: 0 10px;
  }
}

/*------------------------------------------------
list
------------------------------------------------*/
ol.indent {
  list-style: none;
  margin: 0.95em 0;
  padding: 0;
}
ol.indent li {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 160%;
	margin: 0 0 0.5em 1em;
	padding: 0 3px;
	text-align: left;

  text-indent: -1em;
}

/*------------------------------------------------
margin
------------------------------------------------*/
.pt15 {
	padding-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mb20 {
	margin-bottom: 12px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb100 {
	margin-bottom: 100px;
}
.pb20 {
	padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .mb20 {
    margin-bottom: 40px;
  }
  .w100 {
    width: 100%;
  }
}

/*------------------------------------------------
modal button
------------------------------------------------*/
ul.btns {
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
  letter-spacing: -0.4em;
}
ul.btns li {
  width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
  margin: 0 20px;
  letter-spacing: normal;
}
.btn_modal.btn_ef {
  height: 24px;
  margin-bottom: 40px;
}
.btn_modal.btn_ef a {
  width: auto;
  min-width: 170px;
  height: 24px;
  text-decoration: none;
	font-size: 14px;
  color: #fff;
	font-weight: normal;
	line-height: 1.2;
	padding: 0.3em 1em 0;
  box-sizing: border-box;
	text-align: center;
  border-radius: 3px;
  display: inline-block;
  background: #e60012;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .btn_modal.btn_ef a:hover {
    background: rgba(255,26,44,0.7);
  }
}
@media screen and (max-width: 750px) {
  ul.btns {
  	margin: 0 auto 40px;
  }
  ul.btns li, ul.btns li.btn_modal.btn_ef {
    max-width: 93%;
    display: block;
    margin: 0 auto 20px;
  }
  .btn_modal.btn_ef {
    height: auto;
    margin-bottom: 40px;
  }
  .btn_modal.btn_ef a {
    height: auto;
    padding: 0.3em 1em;
  }
}

/*------------------------------------------------
banner
------------------------------------------------*/
ul.tv_banner {
	width: auto;
	height: auto;
	margin: 40px auto 66px;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
  letter-spacing: -0.4em;
}
ul.tv_banner li {
  width: 500px;
	height: auto;
	display: block;
	vertical-align: middle;
	padding: 0;
  margin: 0 auto 20px;
  letter-spacing: normal;
}
ul.tv_banner li a {
	display: block;
}

ul.banner {
	width: auto;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
  letter-spacing: -0.4em;
}
ul.banner li {
  width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
  margin: 0 30px;
  letter-spacing: normal;
}
ul.banner li a {
	display: block;
}
@media screen and (max-width: 750px) {
  ul.tv_banner {
  	margin: 40px auto 30px;
  }
  ul.tv_banner li {
    width: 90.67%;
    display: block;
    margin: 0 auto 10px;
  }
  ul.banner {
  	margin: 0 auto 30px;
  }
  ul.banner li {
    max-width: 93%;
    display: block;
    margin: 0 auto 10px;
  }
}

/*------------------------------------------------
footArea
------------------------------------------------*/
#footer {
	width: 100%;
	margin: 0;
	padding-top: 30px;
	text-align: center;
	overflow: hidden;
  background: #fff;
}
#footer .inner {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 35px 0;
  border-top: solid 1px #b3b3b3;
	overflow: hidden;
}
#footer p {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
  display: block;
}
#footer p.attention {
	float: left;
}
#footer p.credit {
	text-align: right;
}
@media screen and (max-width: 750px) {
  #footer .inner {
    width: 93%;
  }
  #footer p.attention {
    float: none;
    text-align: center;
    margin-bottom: 1.6em;
  }
  #footer p.credit {
    text-align: center;
  }
}
.gotop {
	width: 60px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 50%;
	margin: 0 -490px;
	z-index: 8;
	display: block;
	overflow: hidden;
}
.gotop span {
	width: 60px;
	height: 60px;
	margin: 0 0 80px auto;
	padding: 0;
	display: block;
	overflow: hidden;
	line-height: 0;
  text-indent: -9999px;
  border-radius: 5px;
  background: #e60012 url(../images/icon_arw_02.png) no-repeat scroll center 50%;
  -moz-background-size: 24px auto;
  background-size: 24px auto;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.gotop span a {
	width: 60px;
	height: 60px;
  display: block;
}
@media screen and (min-width: 769px) {
  .gotop span:hover {
    background: rgba(255,26,44,0.7) url(../images/icon_arw_02.png) no-repeat scroll center 35%;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
  }
}
.pconly {
	display: block;
}
.sponly {
	display: none;
}
.notablet {
  display: block;
}
.sptablet {
	display: none;
}
@media screen and (max-width: 1024px) {
	.pconly {
		display: block;
	}
	.sponly {
		display: none;
	}
	.notablet {
		display: none;
	}
	.sptablet {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.gotop {
  	width: 40px;
		bottom: 0;
		right: 5%;
		margin: 0;
	}
	.gotop span {
    width: 40px;
    height: 40px;
		margin-bottom: 20px;
	}
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
	.notablet {
		display: none;
	}
	.sptablet {
		display: block;
	}
}

/* for iPhone X */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  footer {
    padding-bottom: 150px;
  }
}
