@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Fanwood+Text');
/* ******************************
 naka.css
****************************** */

/* common
------------------------------ */

/* subNav */

body.product_naka #subNav {}

body.product_naka #subNav ul {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  table-layout: auto;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  body.product_naka #subNav ul {
    width: 100%;
  }
}

body.product_naka #subNav ul li {
  padding: 20px 17px;
  width: 15.5%;
}

body.product_naka #subNav ul li.top {
  width: 7%;
  height: 100%;
  padding: 0;
  position: relative;
}

body.product_naka #subNav ul li.top:before {
  content: " ";
  display: block;
  width: 1px;
  height: 80%;
  background: #04121D;
  border-right: 1px solid #175E8C;
  position: absolute;
  left: -1px;
  top: 10%;
  /* 	min-height: 104px; */
}

body.product_naka #subNav ul li.top a {
  display: table;
  width: 100%;
  height: 100%;
}

body.product_naka #subNav ul li.top a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

body.product_naka #subNav ul li a {
  display: table;
  box-sizing: border-box;
}

body.product_naka #subNav ul li a p.thum,
body.product_naka #subNav ul li a p.ttl {
  display: table-cell;
  vertical-align: middle;
}

body.product_naka #subNav ul li a p.thum {
  width: 55%;
  overflow: hidden;
}

body.product_naka #subNav ul li a p.ttl {
  /* 	width: 45%; */
  white-space: nowrap;
  font-size: 90%;
  padding-left: 10px;
  text-align: left;
}

body.product_naka #subNav ul li.nav2 a p.ttl {
  text-align: left;
}

body.product_naka #subNav ul li a:before {
  background: transparent;
  height: 6px;
}

body.product_naka #subNav ul li a:hover:before {
  background: #FAFD66;
}

body.product_naka #subNav ul li.top a:hover,
body#movies #subNav ul li.nav1 a p.ttl,
body#bluray #subNav ul li.nav2 a p.ttl,
body#goods #subNav ul li.nav3 a p.ttl,
body#videos #subNav ul li.nav4 a p.ttl,
body#news #subNav ul li.nav5 a p.ttl,
body#special #subNav ul li.nav6 a p.ttl {
  color: #FAFD66;
}

body#movies #subNav ul li.nav1 a:before,
body#bluray #subNav ul li.nav2 a:before,
body#goods #subNav ul li.nav3 a:before,
body#videos #subNav ul li.nav4 a:before,
body#news #subNav ul li.nav5 a:before,
body#special #subNav ul li.nav6 a:before {
  background: #FAFD66;
}

/* div */

body.product_naka #section_contents>div {
  padding-top: 60px;
  padding-bottom: 60px;
}

body.product_naka #section_contents>div#subNav,
body.product_naka #section_contents>div#mainVisual {
  padding: 0;
}

div.bg_blue {
  background: #002C41;
  color: #FFF;
}

#section_contents div.bg_blue a,
#section_contents div.bg_blue a p {
  color: #0178F0;
}

body.product_naka #section_contents .box+.box {
  padding-top: 40px;
}

div.content {
  background: #000;
  color: #FFF;
  padding: 35px 40px;
}

div.content+div.content {
  margin-top: 30px;
}

/* button */

p.btn_more a {
  display: block;
  text-indent: -9999px;
  background: url(../img/common/btn_more.png) center center no-repeat #EB1400;
  height: 62px;
}

p.btn_more a:hover {
  background: url(../img/common/btn_more_on.png) center center no-repeat #FFEB00;
}

/* itemList */

ul.itemList {
  margin: 0 -7px -40px;
  padding-top: 20px;
}

ul.itemList li {
  width: 20%;
  box-sizing: border-box;
  float: left;
  padding: 0 7px 40px;
}

ul.itemList li a {
  display: block;
}

ul.itemList li a img {
  width: 100%;
}

ul.itemList li a p.name {
  line-height: 1.4;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
  color: #000;
}

ul.itemList li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#section_contents .btn-wrap {
  text-align: center;
}

#section_contents .btn-wrap>a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 80px;
  background: #E40B14;
}

#section_contents .btn-wrap>a:hover {
  background: #FFEB00;
  color: #000;
  text-decoration: none;
}

/* mainVisual */

div#mainVisual {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  height: 420px;
}

div#mainVisual a.movie {
  display: block;
  height: 420px;
  box-sizing: border-box;
  padding-top: 170px;
}

div#mainVisual a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* movies
------------------------------ */

body#movies div#mainVisual {
  background: #000;
  height: auto;
}

div.content p.thum {
  float: left;
  width: 387px;
}

div.content div.detail {
  width: 460px;
  float: right;
}

body#movies div.content div.detail {
  box-sizing: border-box;
  padding-bottom: 62px;
  position: relative;
}

body#movies div.content div.detail p.btn_more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

div.content div.detail h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

div.content div.detail p.txt {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 30px;
}

ul.videoList {
  margin: 0 -7px -30px -8px;
}

ul.videoList li {
  box-sizing: border-box;
  width: 33.333333%;
  float: left;
  padding: 0 7px 30px 8px;
}

ul.videoList li a {
  display: block;
}

p.txt_coming {
  color: #888;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  padding: 150px 0;
}

p.comingsoon {
  text-align: center;
  padding-left: 4%;
  padding-right: 4%;
}

body#movies #section_news,
body#movies #section_news h2 {
  padding-top: 0;
}

body#movies #section_news {
  padding-bottom: 100px;
}

body#movies #section_news h2 {
  padding-bottom: 40px;
}

body#movies a.button {
  width: 500px;
  max-width: 100%;
  line-height: 50px;
  display: block;
  padding: 15px 0;
  background: #123F5E;
  color: #FFF;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  margin: 20px auto 0;
}

body#movies a.button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 12px solid #FFF;
  margin-left: 7px;
}

body#movies a.button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* bluray
------------------------------ */

body#bluray div#mainVisual {
  background-image: url(../img/bluray/bg_mv.jpg?var=20190221);
}

body#bluray #product_new h2 {
  color: #fff;
}

/* product_new */

#product_new {
  background: #000;
}

#product_new .product_item {
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
  width: 48%;
  margin: 1%;
  display: block;
}

#product_new .product_item .matchHeight {
  overflow: hidden;
}

#product_new .product_item .image {
  float: left;
  margin: 0 15px 20px 0;
}

#product_new .product_item h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

#product_new .product_item dl {
  overflow: hidden;
  margin-bottom: 30px;
}

#product_new .product_item dt {
  clear: both;
  float: left;
}

/* product_work */

#product_work .product_item {
  float: left;
  background: #000;
  box-sizing: border-box;
  padding: 25px;
  width: 48%;
  margin: 1%;
  display: block;
}

#product_work .product_item * {
  color: #fff;
}

#product_work .product_item .image {
  float: left;
  margin: 0 15px 20px 0;
}

#product_work .product_item h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}

#product_work .product_item .txt {
  overflow: hidden;
  margin: 20px 0;
  font-size: 13px;
}

#product_work .product_item dl {
  overflow: hidden;
  margin-bottom: 30px;
}

#product_work .product_item dt {
  clear: both;
  float: left;
}

/* 詳細はこちら */

#product_new .product_item a,
#product_work .product_item a {
  margin-top: 20px;
  display: block;
}

#product_new .product_item .more,
#product_work .product_item .more {
  display: block;
  padding: 15px 0;
  background: #123F5E;
  color: #FFF;
  font-weight: bold;
  font-size: 170%;
  text-align: center;
  clear: both;
}

#product_new .product_item .more:after,
#product_work .product_item .more:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 12px solid #FFF;
  margin-left: 7px;
}

#product_new .product_item a:hover .more,
#product_work .product_item a:hover .more {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#product_new .product_item a .more span,
#product_work .product_item a .more span {
  color: #fff;
}

/* 購入バナーリスト */

#product_new .product_item dl.buyList,
#product_work .product_item dl.buyList {
  background-color: #555;
  padding: 15px;
  margin: 25px 0 0;
  text-align: center;
  overflow: hidden;
  clear: both;
}

#product_new .product_item dl.buyList dt,
#product_work .product_item dl.buyList dt {
  font-weight: bold;
  font-size: 140%;
  color: #FFF;
  margin-bottom: 10px;
  width: 100%;
}

#product_new .product_item dl.buyList dd,
#product_work .product_item dl.buyList dd {
  padding: 0.5%;
  display: inline-block;
  float: left;
}

#product_new .product_item dl.buyList dd,
#product_work .product_item dl.buyList dd {
  width: 32.3333%;
}

#product_new .product_item dl.buyList dd.note,
#product_work .product_item dl.buyList dd.note {
  width: 100% !important;
  color: #fff;
  margin-top: 10px;
}

#product_new .product_item dl.buyList dd a:hover,
#product_work .product_item dl.buyList dd a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* videos
------------------------------ */

body#videos div#mainVisual {
  background-image: url(../img/videos/bg_mv.jpg);
}

#section_contents ul.videoList li a p.thum {
  position: relative;
}

#section_contents ul.videoList li a p.thum:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn_movie.png) center center no-repeat;
  /* 	background-size: 60px 60px; */
  position: absolute;
  left: 0;
  top: 0;
}

#section_contents ul.videoList li a p.thum span.genre {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  font-size: 12px;
  padding: 2px 10px;
  background: rgba(0, 0, 0, .8);
  background: #000\9;
}

#section_contents ul.videoList li a p.ttl {
  font-size: 12px;
  margin-top: 5px;
}

#section_contents ul.videoList li a:hover p.ttl {
  color: #0178F0;
}

/* special（2018.6追加）
------------------------------ */

body#special #section_contents {
  background-color: #E9E8E4;
}

.inner_width {
  max-width: 100%;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1650px) {
  .inner_width {
    padding: 0 4%;
    box-sizing: border-box;
  }
  ul.special_list {
    margin: 0 -4vw;
  }
}

ul.special_list {
  background: #000;
  overflow: hidden;
}

ul.special_list>li {
  float: left;
}

ul.special_list>li.matchHeight {
  width: 50%;
}

#section_contents ul.special_list>li>a {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

ul.special_list>li>a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

ul.special_list>li.s01>a,
ul.special_list>li.s05>a {
  padding-bottom: 50%;
  background: #FFF;
}

ul.special_list>li.s02>a,
ul.special_list>li.s04>a {
  padding-top: 50%;
  background: #FFF;
}

ul.special_list>li>a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  z-index: 10;
}

ul.special_list>li.s01>a:before,
ul.special_list>li.s05>a:before {
  border-bottom: 14px solid #FFF;
  top: 50%;
  margin-top: -28px;
}

ul.special_list>li.s02>a:before,
ul.special_list>li.s04>a:before {
  border-top: 14px solid #FFF;
  top: 50%;
}

ul.special_list>li>a .title {
  display: table;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
}

#section_contents ul.special_list>li.s03>a,
#section_contents ul.special_list>li.s06>a {
  height: 50%;
}

ul.special_list>li.s03>a .title,
ul.special_list>li.s06>a .title {
  padding-top: 22%;
  height: auto;
}

ul.special_list>li.s01>a .title,
ul.special_list>li.s05>a .title {
  bottom: 0;
}

ul.special_list>li.s02>a .title,
ul.special_list>li.s03>a .title,
ul.special_list>li.s04>a .title,
ul.special_list>li.s06>a .title {
  top: 0;
}

#section_contents ul.special_list>li>a .title>p {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 300%;
  font-weight: bold;
}

#section_contents ul.special_list>li>a .title>p span {
  color: #000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 15px;
  background: url(../img/common/icon_black.png) center bottom no-repeat;
  background-size: 32px auto;
}

#section_contents ul.special_list>li.new>a .title>p span:before {
  content: "NEW";
  color: red;
  display: block;
  line-height: 1;
  font-size: 60%;
}

#section_contents ul.special_list>li.s03>a .title>p span,
#section_contents ul.special_list>li.s06>a .title>p span {
  color: #FFF;
  background-image: url(../img/common/icon_white.png);
}

ul.special_list>li>a .thum {
  overflow: hidden;
}

@media screen and (min-width: 657px) {
  #section_contents ul.special_list>li>a .thum img {
    -webkit-transition: all 7s ease;
    -moz-transition: all 7s ease;
    -o-transition: all 7s ease;
    -ms-transition: all 7s ease;
    transition: all 7s ease;
  }
  ul.special_list>li>a:hover .thum img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* title_special */

.title_special {
  background: #332549;
  padding-bottom: 15px;
  margin-bottom: 50px;
  margin-top: -60px;
  color: #FFF;
}

#section_contents .title_special h2 {
  font-size: 300%;
  padding: 60px 0 40px;
  margin: 0;
}

#section_contents .title_special .inner,
#section_contents .special_detail_top,
#section_contents .features_detail {
  width: 1300px;
  max-width: 100%;
}

@media screen and (max-width: 1340px) {
  #section_contents .title_special .inner,
  #section_contents .special_detail_top,
  #section_contents .features_detail {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #section_contents .special_detail_top,
  #section_contents .features_detail {
    padding: 0 4% 65px;
  }
}

ul.pan>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#section_contents ul.pan>li a {
  color: #FFF;
  text-decoration: underline;
}

#section_contents ul.pan>li+li:before {
  content: ">";
  margin-left: .2em;
  margin-right: .5em;
}

/* features */

ul.features_list {
  margin: 0 -15px;
}

ul.features_list>li {
  box-sizing: border-box;
  width: 33.333333%;
  float: left;
  padding: 0 15px 30px;
  text-align: center;
}

ul.features_list>li a {
  display: block;
  color: #000;
  background: #FFF;
}

ul.features_list>li a div.title {
  display: table;
  width: 100%;
  height: 14vw;
}

#section_contents ul.features_list>li a p.thum {
  position: relative;
  overflow: hidden;
}

#section_contents ul.features_list>li a p.thum:before {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  z-index: 10;
}

#section_contents ul.features_list>li a div.title .title_in {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  padding: 0 20px;
  color: #000;
}

#section_contents ul.features_list>li a div.title .title_in p.newicon {
  color: red;
  font-size: 200%;
}

#section_contents ul.features_list>li a div.title .title_in p.date {
  color: #000;
  letter-spacing: 2px;
}

#section_contents ul.features_list>li a div.title .title_in p.ttl {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-top: 10px;
}

@media screen and (min-width: 657px) {
  #section_contents ul.features_list>li a p.thum img,
  #section_contents ul.character_list>li a p.thum img,
  .special_detail_top .in p.img img {
    -webkit-transition: all 7s ease;
    -moz-transition: all 7s ease;
    -o-transition: all 7s ease;
    -ms-transition: all 7s ease;
    transition: all 7s ease;
    vertical-align: bottom;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  #section_contents ul.features_list>li a:hover p.thum img,
  #section_contents ul.character_list>li a:hover p.thum img,
  .special_detail_top .in:hover p.img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* characters */

#special ul.tabNav {
  text-align: center;
  margin-bottom: 40px;
}

#special ul.tabNav>li,
#special ul.tabNav>li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#special ul.tabNav>li {
  padding: 0 10px 15px;
}

#special ul.tabNav>li a {
  padding: 10px 20px;
  color: #000;
  background: #FFF;
  font-size: 120%;
}

#special ul.tabNav>li.active a,
#special ul.tabNav>li a:hover {
  background: #15405C;
  color: #FAFD66;
}

ul.character_list {
  margin: 0 -15px;
}

ul.character_list>li {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0 15px 40px;
}

ul.character_list>li a {
  display: block;
}

ul.character_list>li a p.thum {
  overflow: hidden;
}

#special ul.character_list>li a p.name {
  margin-top: 10px;
  font-size: 150%;
  color: #000;
  line-height: 1.4;
}

#special ul.character_list>li a:hover p.name {
  color: #888;
}

#special ul.character_list>li a span.icon {
  color: red;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}

#special ul.character_list>li a span.icon+p.name {
  margin-top: 0;
}

/* character-detail */

body.special_detail .title_special {
  padding-bottom: 90px;
  margin-bottom: 0;
}

#section_contents .title_special h2 {
  font-size: 32px;
  line-height: 1.6;
  padding: 80px 0 70px;
}

.special_detail_top {
  margin-top: -80px;
  z-index: 1;
  display: block;
  padding-bottom: 65px;
  margin-bottom: 65px;
  position: relative;
  border-bottom: 1px solid #333;
}

.features_detail {
  margin-top: -80px;
  z-index: 1;
  display: block;
  margin-bottom: 65px;
  position: relative;
}

.special_detail_top:before {
  content: "";
  display: block;
  background: url(../img/common/icon_black.png) center center no-repeat #E9E8E4;
  background-size: 32px auto;
  width: 50px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -25px;
}

.special_detail_top .in {
  display: table;
}

.special_detail_top .in p.img,
.special_detail_top .in .txt {
  display: table-cell;
  vertical-align: middle;
}

.special_detail_top .in p.img {
  width: 50%;
  overflow: hidden;
}

.special_detail_top .in .txt {
  /*   font-family: 'Fanwood Text', "Crimson Regular", "Georgia,Times", "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  font-size: 30px;
  padding: 50px;
  text-align: center;
}

.features__text {
  background: #fff;
  padding: 90px 150px;
  box-sizing: border-box;
}

.features__text h3 {
  font-size: 26px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
  font-weight: bold;
}

.features__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
}

.features__text p+p {
  margin-top: 20px;
}

.features__text blockquote p {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3% 5%;
  background-color: #EEE;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #332549;
  /*   font-family: 'Fanwood Text', "Crimson Regular", "Georgia,Times", "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.features__text p a {
  text-decoration: underline;
}

.features__text p a:hover {
  text-decoration: none;
}

.features__text .photo {
  font-size: 12px;
}

.features__text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.special_detail_data {
  background: #805600;
  color: #FFF;
  text-align: center;
  padding: 90px 150px;
  box-sizing: border-box;
  /* margin-bottom: 90px; */
  margin-bottom: 10px;
  position: relative;
}

.special_detail_data h3 {
  /*   font-family: 'Fanwood Text', "Crimson Regular", "Georgia,Times", "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  /*   font-size: 45px; */
  font-size: 35px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.special_detail_data h3:before {
  content: "";
  display: block;
  background: url(../img/common/icon_white.png) center center no-repeat #805600;
  background-size: 32px auto;
  width: 50px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -25px;
}

.special_detail_data dl dt {
  /*   font-size: 150%; */
  font-size: 120%;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.special_detail_data dl dd {
  max-width: 66.10169%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#section_contents .special_detail_data dl dd p {
  /*   font-family: 'Fanwood Text', "Crimson Regular", "Georgia,Times", "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
}

.special_detail_data dl dd+dt {
  margin-top: 30px;
}

.special_detail_data p.note {
  color: #fff !important;
  font-size: 8px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: left;
}

.special_detail_data p.note a {
  color: #fff !important;
}

.special_detail_data p.note a:hover {
  text-decoration: underline;
}

#section_contents .movieinfo p {
  color: #999 !important;
  font-size: 8px;
  margin-bottom: 90px;
  text-align: right;
}

#section_contents .movieinfo p a {
  color: #999 !important;
}

/* 検索ボックス */

dl.features_search {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  max-width: 800px;
  margin: 0 auto 40px;
}

dl.features_search dt {
  margin-right: 80px;
}

dl.features_search dt input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  padding: 10px;
  font-size: 16px;
}

dl.features_search dd {
  position: absolute;
  top: 0;
  right: 0;
}

dl.features_search dd button {
  display: block;
  padding: 15px;
  background: none;
  border: none;
}

dl.features_search dd button span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/special/features/search.png) no-repeat scroll 0 0;
  background: url(../img/special/features/search_ie.png) no-repeat scroll 0 0\9;
  background-size: cover;
}

/* 検索結果 */

ul.features_list>li.noresult {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  width: 100%;
}

ul.features_list>li.noresult .date {
  margin-top: 10px;
}

/* クイズ一覧（2019/04/02追加）
------------------------------ */

body.special_quiz .title_special {
  padding-bottom: 90px;
  margin-bottom: 0;
}

#section_contents .quiz_detail {
  width: 1300px;
  max-width: 100%;
}

#section_contents .quiz_detail .in {
  margin-top: -80px;
  z-index: 1;
  display: block;
  padding: 60px;
  margin-bottom: 65px;
  position: relative;
  background: #fff;
}

#quizlist li {
  width: 50%;
  float: left;
  padding: 2%;
  box-sizing: border-box;
}

#quizlist li h3 {
  font-size: 24px;
  color: #333333;
  padding: 15px 0;
}

#quizlist li p {
  font-size: 15px;
  color: #333333;
}

@media screen and (max-width: 1340px) {
  #section_contents .quiz_detail {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #section_contents .quiz_detail .in {
    padding: 6%;
  }
}

@media screen and (max-width: 1040px) {
  #section_contents .quiz_detail .in {
    margin: -60px 0 40px;
  }

  #quizlist li h3 {
    font-size: 20px;
    padding: 10px 0;
  }

  #quizlist li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 656px) {
  body.special_quiz .title_special {
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  #section_contents .quiz_detail {
    padding: 0;
  }

  #section_contents .quiz_detail .in {
    margin: -40px 0 30px;
  }

  #quizlist li {
    width: 100%;
    padding: 3% 2%;
    box-sizing: border-box;
  }

  #quizlist li h3 {
    font-size: 16px;
    padding: 4% 0;
  }

  #quizlist li p {
    font-size: 13px;
  }
}