@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Alegreya+SC:400,700";
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .sp {
    display: none;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
}
@media screen and (max-width: 991px) {
  .container {
    width: auto;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 80%;
}
@media screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 90%;
  }
}
.mfp-iframe-holder .mfp-content .mfp-close {
  background: url(../img/close.png);
  background-position: center center;
  cursor: pointer;
  height: 32px;
  right: -40px;
  top: 0;
  opacity: 1;
  width: 32px !important;
}
@media screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content .mfp-close {
    right: 0 !important;
    top: -50px !important;
  }
}

.mfp-ajax-holder .mfp-content {
  max-width: 850px;
}
@media screen and (max-width: 991px) {
  .mfp-ajax-holder .mfp-content {
    max-width: 90%;
  }
}
.mfp-ajax-holder .mfp-content .mfp-close {
  background: url(../img/close.png);
  background-position: center center;
  cursor: pointer;
  height: 32px;
  right: 0;
  top: -50px;
  opacity: 1;
  width: 32px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.header {
  background-color: #10263f;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .header {
    height: 50px;
  }
}

.header__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 1320px) {
  .header__container {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header__container {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}

.header__logo {
  padding-top: 20px;
  position: relative;
  width: 195px;
  z-index: 9;
}
@media screen and (max-width: 1320px) {
  .header__logo {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header__logo {
    display: block;
    padding-top: 13px;
    width: 150px;
  }
}

.header__nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: "";
  left: "";
  padding-top: 23px;
}
@media screen and (max-width: 1320px) {
  .header__nav {
    margin: 0 auto;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .header__nav {
    height: 100vh;
    overflow: scroll;
    padding-top: 0;
    top: -472px;
    transition: .5s;
    width: 100%;
  }
}

.header__nav__list {
  *zoom: 1;
  font-size: 0;
  text-align: center;
}
.header__nav__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .header__nav__list {
    background-color: #10263f;
    padding-top: 50px;
  }
}

.header__nav__list__item {
  background-image: url(../img/header/nav-list-item-bg.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: "Alegreya SC", serif;
  font-weight: bold;
  font-size: 17px;
  height: 24px;
  line-height: 24px;
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  .header__nav__list__item {
    background-image: none;
    display: block;
    height: auto;
    opacity: 0;
    padding-left: 0;
    padding-bottom: 35px;
    text-align: center;
  }
}
.header__nav__list__item:first-child {
  background-image: none;
  padding-left: 0;
}
.header__nav__list__item a {
  color: #fff;
  text-decoration: none;
}
.header__nav__list__item a:hover {
  text-decoration: underline;
}

.header__nav__list__item--nolink a {
  color: #666 !important;
}
.header__nav__list__item--nolink a:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 992px) {
  .header__menu-trigger {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header__menu-trigger {
    position: absolute;
    top: 14px;
    right: 15px;
    bottom: "";
    left: "";
    display: inline-block;
    height: 22px;
    transition: all .4s;
    width: 25px;
    z-index: 9;
  }
}

@media screen and (max-width: 991px) {
  .header__menu-trigger span {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header__menu-trigger span:nth-of-type(1) {
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .header__menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
}

@media screen and (max-width: 991px) {
  .header__menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .header__menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
}

@media screen and (max-width: 991px) {
  .header__menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .header__menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
}

.main {
  padding-top: 70px;
}
@media screen and (max-width: 991px) {
  .main {
    padding-top: 50px;
  }
}

.footer {
  background-color: #10263f;
  padding-bottom: 20px;
  padding-top: 40px;
}

.footer__dvd {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .footer__dvd {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .footer__dvd li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.footer__dvd li a {
  border: 1px solid #999;
  border-radius: 2px;
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 620px;
}
@media screen and (max-width: 991px) {
  .footer__dvd li a {
    height: 35px;
    width: auto;
  }
}
.footer__dvd li a:hover {
  opacity: .6;
}
@media screen and (max-width: 991px) {
  .footer__dvd li img {
    height: 35px;
    width: auto;
  }
}

.footer__sns {
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .footer__sns {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.footer__sns li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .footer__sns li {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
}
.footer__sns li a {
  border: 1px solid #999;
  border-radius: 2px;
  display: block;
  height: 50px;
  width: 300px;
}
@media screen and (max-width: 991px) {
  .footer__sns li a {
    height: 35px;
    width: auto;
  }
}
.footer__sns li a:hover {
  opacity: .6;
}
.footer__sns li img {
  height: 36px;
  margin-top: 7px;
}
@media screen and (max-width: 991px) {
  .footer__sns li img {
    height: 20px;
    width: auto;
  }
}

.footer__share {
  padding-bottom: 20px;
  text-align: center;
}
.footer__share li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .footer__share__kinenote {
    display: block !important;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .footer__share__kinenote--pc {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .footer__share__kinenote--sp {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .footer__share__kinenote--sp {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 180px;
  }
}

.footer__credit {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  text-align: center;
  width: 850px;
}
@media screen and (max-width: 991px) {
  .footer__credit {
    display: none;
  }
}

.footer__info {
  text-align: center;
  padding-bottom: 20px;
}
.footer__info li {
  color: #bebebe;
  display: inline-block;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .footer__info li {
    font-size: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__info li img {
  padding-left: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .footer__info__contact {
    display: block !important;
    padding-top: 5px;
  }
}

.footer__info__contact__note {
  font-size: 11px;
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  .footer__info__contact__note {
    font-size: 9px;
    display: block;
    padding-top: 5px;
  }
}

.footer__copyright {
  color: #bebebe;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer__copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer__info__item--kinejun {
  width: 88px;
}

.footer__info__item--sonypictures {
  width: 25px;
}

.footer__bnr {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  width: 780px;
}
@media screen and (max-width: 991px) {
  .footer__bnr {
    width: 300px;
  }
}

.footer__bnr__item {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .footer__bnr__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.footer__bnr__item img {
  width: 185px;
}
@media screen and (max-width: 991px) {
  .footer__bnr__item img {
    width: 90px;
  }
}

.index {
  background-color: #fff;
}

.index__container {
  height: 903px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1024px;
}
@media screen and (max-width: 991px) {
  .index__container {
    height: auto;
    width: auto;
  }
}

.index__img--first, .index__img--second, .index__img--third {
  position: absolute;
  top: 0;
  right: "";
  bottom: "";
  left: 0;
  background-position: center top;
  height: 903px;
  opacity: 0;
  width: 1024px;
}
@media screen and (max-width: 991px) {
  .index__img--first, .index__img--second, .index__img--third {
    background-image: none !important;
    height: auto;
    width: auto;
  }
}

.index__img--first {
  background-image: url(../img/index/img01-pc.jpg);
}
@media screen and (max-width: 991px) {
  .index__img--first {
    position: static;
  }
}

.index__img--second {
  background-image: url(../img/index/img02-pc.jpg);
}

.index__img--third {
  background-image: url(../img/index/img03-pc.jpg);
}

.index__badge {
  position: absolute;
  top: 330px;
  right: 0;
  bottom: auto;
  left: auto;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .index__badge {
    left: 10px;
    top: 10px;
  }
}
.index__badge a:hover {
  opacity: .8;
}
@media screen and (max-width: 991px) {
  .index__badge img {
    width: 100px;
  }
}

.story__head {
  background-attachment: fixed;
  background-position: center 70px;
  background-size: cover;
  padding: 20px;
  background-image: url(../img/story/header-bg.jpg);
}
@media screen and (max-width: 991px) {
  .story__head {
    background-attachment: scroll;
    background-position: center top;
    background-size: 120% auto;
    padding: 10px;
  }
}

.story__head__border {
  border: 1px solid #fff;
}

.story__title {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-size: 50px;
  padding-bottom: 200px;
  padding-top: 200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .story__title {
    font-size: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.story__sec {
  padding-bottom: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .story__sec {
    padding: 40px 40px 20px 40px;
  }
}

.story__sec__container {
  margin-left: auto;
  margin-right: auto;
  width: 675px;
}
@media screen and (max-width: 991px) {
  .story__sec__container {
    width: auto;
  }
}

.story__sec__txt {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 40px;
}

.story__img {
  background-attachment: fixed;
  background-size: cover;
  height: 520px;
  width: 100%;
  background-image: url(../img/story/img.jpg);
}
@media screen and (max-width: 991px) {
  .story__img {
    background-attachment: scroll;
    background-position: center center;
    height: 240px;
  }
}

.intro__head {
  background-attachment: fixed;
  background-position: center 70px;
  background-size: cover;
  padding: 20px;
  background-image: url(../img/intro/header-bg.jpg);
}
@media screen and (max-width: 991px) {
  .intro__head {
    background-attachment: scroll;
    background-position: center top;
    background-size: 120% auto;
    padding: 10px;
  }
}

.intro__head__border {
  border: 1px solid #fff;
}

.intro__title {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-size: 50px;
  padding-bottom: 200px;
  padding-top: 200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .intro__title {
    font-size: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.intro__sec {
  padding-bottom: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .intro__sec {
    padding: 40px 40px 20px 40px;
  }
}

.intro__sec__container {
  margin-left: auto;
  margin-right: auto;
  width: 675px;
}
@media screen and (max-width: 991px) {
  .intro__sec__container {
    width: auto;
  }
}

.intro__sec__txt {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 40px;
}

.intro__img {
  background-attachment: fixed;
  background-size: cover;
  height: 520px;
  width: 100%;
  background-image: url(../img/intro/img.jpg);
}
@media screen and (max-width: 991px) {
  .intro__img {
    background-attachment: scroll;
    background-position: center center;
    height: 240px;
  }
}

.cast__head {
  background-attachment: fixed;
  background-position: center 70px;
  background-size: cover;
  padding: 20px;
  background-image: url(../img/cast/header-bg.jpg);
}
@media screen and (max-width: 991px) {
  .cast__head {
    background-attachment: scroll;
    background-position: center top;
    background-size: 120% auto;
    padding: 10px;
  }
}

.cast__head__border {
  border: 1px solid #fff;
}

.cast__title {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-size: 50px;
  padding-bottom: 200px;
  padding-top: 200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cast__title {
    font-size: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.cast__sec__head {
  background-color: #000;
}

.cast__sec__title {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-size: 40px;
  line-height: 120px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cast__sec__title {
    font-size: 32px;
    line-height: 60px;
  }
}

.cast__cast__row {
  *zoom: 1;
  width: 100%;
}
.cast__cast__row:after {
  content: "";
  display: table;
  clear: both;
}

.cast__cast__col--third, .cast__cast__col--fourth {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}
.cast__cast__col--third a, .cast__cast__col--fourth a {
  display: block;
  height: auto;
  width: 100%;
}
.cast__cast__col--third a:hover img, .cast__cast__col--fourth a:hover img {
  /*
  				filter: none;
  				-webkit-filter:grayscale(0);
  */
}
.cast__cast__col--third a:hover .cast__cast__col__hover, .cast__cast__col--fourth a:hover .cast__cast__col__hover {
  bottom: 25px;
  left: 0;
}
.cast__cast__col--third img, .cast__cast__col--fourth img {
  /*
  		filter: gray;
  		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  		-webkit-filter:grayscale(100%);
  		transition: .5s;
  */
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cast__cast__col--third img, .cast__cast__col--fourth img {
    filter: none;
    -webkit-filter: grayscale(0);
  }
}

.cast__cast__col--third {
  width: 33.3%;
}
@media screen and (max-width: 991px) {
  .cast__cast__col--third {
    width: 100%;
  }
}

.cast__cast__col--fourth {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .cast__cast__col--fourth {
    width: 50%;
  }
}

.cast__cast__col__hover {
  position: absolute;
  top: "";
  right: "";
  bottom: -500px;
  left: 0;
  transition: .5s;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cast__cast__col__hover {
    bottom: 15px !important;
  }
}

.cast__cast__col__hover__name--big, .cast__cast__col__hover__name--small {
  color: #fff;
  font-family: "Alegreya SC", serif;
  padding-bottom: 20px;
  text-align: center;
}

.cast__cast__col__hover__name--big {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .cast__cast__col__hover__name--big {
    font-size: 36px;
  }
}

.cast__cast__col__hover__name--small {
  font-size: 34px;
}
@media screen and (max-width: 991px) {
  .cast__cast__col__hover__name--small {
    font-size: 22px;
  }
}

.cast__cast__col__hover__btn {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 991px) {
  .cast__cast__col__hover__btn {
    width: 80%;
  }
}

.cast__staff {
  background-attachment: fixed;
  background-image: url(../img/cast/staff-bg.png);
  background-position: center 70px;
  background-size: cover;
  padding-top: 750px;
}
@media screen and (max-width: 991px) {
  .cast__staff {
    background-image: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cast__staff:before {
    background-image: url(../img/cast/staff-bg.png);
    background-position: center top;
    background-size: cover;
    content: "";
    display: block;
    height: 240px;
    margin-bottom: 40px;
    width: 100%;
  }
}

.cast__staff__container {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
@media screen and (max-width: 991px) {
  .cast__staff__container {
    width: auto;
  }
}

.cast__staff__row {
  *zoom: 1;
  margin: 0 auto;
  width: 890px;
}
.cast__staff__row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .cast__staff__row {
    width: auto;
  }
}

.cast__staff__col {
  float: left;
  padding-bottom: 40px;
  width: 370px;
}
@media screen and (max-width: 991px) {
  .cast__staff__col {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.cast__staff__col:first-child {
  margin-right: 150px;
}
@media screen and (max-width: 991px) {
  .cast__staff__col:first-child {
    margin-right: 0;
  }
}

.cast__staff__col__part {
  color: #fff;
  font-size: 18px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cast__staff__col__part {
    color: #000;
  }
}

.cast__staff__col__name {
  color: #fff;
  font-size: 20px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cast__staff__col__name {
    color: #000;
  }
}

.cast__staff__col__name__en {
  font-family: "Alegreya SC", serif;
  font-size: 46px;
}
@media screen and (max-width: 991px) {
  .cast__staff__col__name__en {
    font-size: 36px;
  }
}

.cast__staff__col__txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .cast__staff__col__txt {
    color: #000;
  }
}

.cast--detail {
  background-color: #000;
}

.cast--detail__block--right, .cast--detail__block--left {
  position: absolute;
  top: 65px;
  right: "";
  bottom: "";
  left: "";
  width: 430px;
}
@media screen and (max-width: 991px) {
  .cast--detail__block--right, .cast--detail__block--left {
    padding: 20px;
    position: static;
    width: auto;
  }
}

.cast--detail__block--right {
  right: 40px;
}

.cast--detail__block--left {
  left: 40px;
}

.cast--detail____name {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.cast--detail____name--en {
  font-family: "Alegreya SC", serif;
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  .cast--detail____name--en {
    font-size: 40px;
  }
}

.cast--detail__role-name {
  color: #fff;
  font-size: 22px;
  padding-bottom: 25px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .cast--detail__role-name {
    font-size: 20px;
  }
}

.cast--detail__profile {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

.comments__head {
  background-attachment: fixed;
  background-position: center 70px;
  background-size: cover;
  padding: 20px;
  background-image: url(../img/comments/header-bg.jpg);
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .comments__head {
    background-attachment: scroll;
    background-position: center top;
    background-size: 120% auto;
    padding: 10px;
  }
}

.comments__head__border {
  border: 1px solid #fff;
}

.comments__title {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-size: 50px;
  padding-bottom: 200px;
  padding-top: 200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .comments__title {
    font-size: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.comments__sec__head {
  background-color: #000;
}

.comments__sec__title {
  color: #fff;
  font-size: 30px;
  line-height: 120px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .comments__sec__title {
    line-height: 60px;
  }
}

.comments__famous {
  background-attachment: fixed;
  background-image: url(../img/comments/famous-bg.jpg);
  background-position: center 70px;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 75px;
}
@media screen and (max-width: 991px) {
  .comments__famous {
    background-image: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .comments__famous:before {
    background-image: url(../img/comments/famous-bg.jpg);
    background-position: center top;
    background-size: cover;
    content: "";
    display: block;
    height: 200px;
    margin-bottom: 40px;
    width: 100%;
  }
}

.comments__famous__container {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
@media screen and (max-width: 991px) {
  .comments__famous__container {
    width: auto;
  }
}

.comments__famous__body {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px;
  width: 590px;
}
@media screen and (max-width: 991px) {
  .comments__famous__body {
    background-color: transparent;
    padding: 0 20px;
    width: auto;
  }
}

.comments__famous__body__txt {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  padding-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .comments__famous__body__txt {
    color: #000;
  }
}
.comments__famous__body__txt span {
  display: block;
  font-size: 18px;
  text-align: right;
}

.comments__user {
  background-attachment: fixed;
  background-image: url(../img/comments/user-bg.jpg);
  background-position: center 70px;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 360px;
}
@media screen and (max-width: 991px) {
  .comments__user {
    background-image: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .comments__user:before {
    background-image: url(../img/comments/user-bg.jpg);
    background-position: center top;
    background-size: cover;
    content: "";
    display: block;
    height: 200px;
    margin-bottom: 40px;
    width: 100%;
  }
}

.comments__user__container {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
@media screen and (max-width: 991px) {
  .comments__user__container {
    width: auto;
  }
}

.comments__user__body {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .comments__user__body {
    background-color: transparent;
    padding: 0 20px;
    width: auto;
  }
}

.comments__user__row {
  *zoom: 1;
}
.comments__user__row:after {
  content: "";
  display: table;
  clear: both;
}

.comments__user__col {
  float: left;
  margin-left: 30px;
  padding-bottom: 40px;
  width: 294px;
}
.comments__user__col:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .comments__user__col {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

.comments__user__col--2 {
  float: left;
  margin-left: 30px;
  padding-bottom: 40px;
  width: 618px;
}
.comments__user__col--2:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .comments__user__col--2 {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

.comments__user__col__txt {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .comments__user__col__txt {
    color: #000;
  }
}
.comments__user__col__txt span {
  display: block;
  font-size: 18px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .dvd__main {
    border-bottom: 1px solid #bfbfbf;
  }
}

.dvd__head {
  background-attachment: fixed;
  background-position: center 70px;
  background-size: cover;
  padding: 20px;
  background-image: url(../img/dvd/header-bg.jpg);
}
@media screen and (max-width: 991px) {
  .dvd__head {
    background-attachment: scroll;
    background-position: center top;
    background-size: 120% auto;
    padding: 10px;
  }
}

.dvd__head__border {
  border: 1px solid #fff;
}

.dvd__title {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-size: 50px;
  padding-bottom: 125px;
  padding-top: 165px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dvd__title {
    font-size: 30px;
    padding: 40px 10px;
  }
}

.dvd__title__amp {
  font-size: 40px;
}

.dvd__title__date {
  border-top: 1px solid #bfbfbf;
  display: block;
  font-size: 26px;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 20px;
  width: 480px;
}
@media screen and (max-width: 991px) {
  .dvd__title__date {
    font-size: 22px;
    width: auto;
  }
}

.dvd__title__date__day {
  font-size: 45px;
}
@media screen and (max-width: 991px) {
  .dvd__title__date__day {
    font-size: 38px;
  }
}

.dvd__sec__head {
  background-color: #000;
}

.dvd__sec__title {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-size: 40px;
  line-height: 120px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dvd__sec__title {
    font-size: 32px;
    line-height: 60px;
  }
}

.dvd__sec__container {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__container {
    width: auto;
  }
}

.dvd__sec__body {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 65px 45px 65px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body {
    background-color: transparent;
    padding: 0 20px;
    width: auto;
  }
}

.dvd__sec__body__title {
  color: #fff;
  font-size: 30px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.dvd__sec__body__title img {
  padding-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__title img {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-right: 0;
  }
}

.dvd__sec__body__row {
  *zoom: 1;
  padding-bottom: 30px;
}
.dvd__sec__body__row:after {
  content: "";
  display: table;
  clear: both;
}

.dvd__sec__body__col--package {
  float: left;
  width: 394px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__col--package {
    float: none;
    padding-bottom: 25px;
    width: auto;
  }
}

.dvd__sec__body__col--package__img {
  padding-bottom: 20px;
  text-align: center;
}

.dvd__sec__body__col--package__btn a {
  background-color: rgba(16, 38, 63, 0.7);
  background-image: url(../img/dvd/sec-body-col-package-btn-bg.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px solid #707070;
  border-radius: 4px;
  color: #fff;
  display: block;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 230px;
}
.dvd__sec__body__col--package__btn a:hover {
  opacity: .6;
}

.dvd__sec__body__col--body {
  float: right;
  width: 500px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__col--body {
    float: none;
    width: auto;
  }
}

.dvd__sec__body__col--body__list {
  padding-bottom: 30px;
}
.dvd__sec__body__col--body__list li {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 3em;
  text-indent: -3em;
}

.dvd__sec__body__col--body__title {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  width: 500px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__col--body__title {
    background-image: url(../img/dvd/sec-body-col-body-title-off-bg.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    line-height: 45px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .dvd__sec__body__col--body__title__on {
    background-image: url(../img/dvd/sec-body-col-body-title-on-bg.png);
  }
}

.dvd__sec__body__col--body__txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}
.dvd__sec__body__col--body__txt span {
  display: inline-block;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__col--body__txt {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .dvd__sec__body__col--body__txt__on {
    display: block;
  }
}

.dvd__sec__body__shop {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 25px 30px 30px 30px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__shop {
    padding: 15px 10px 10px 10px;
  }
}

.dvd__sec__body__shop__title {
  background-image: url(../img/dvd/sec-body-shop-title-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__shop__title {
    font-size: 16px;
  }
}

.dvd__sec__body__shop__list {
  *zoom: 1;
  text-align: center;
}
.dvd__sec__body__shop__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__shop__list {
    margin: 0 auto;
    width: 260px;
  }
}
.dvd__sec__body__shop__list li {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 991px) {
  .dvd__sec__body__shop__list li {
    padding-bottom: 10px;
    width: 33.3%;
    vertical-align: top;
  }
}

.dvd__blu-ray,
.dvd__dvd,
.dvd__hd {
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .dvd__blu-ray,
  .dvd__dvd,
  .dvd__hd {
    background-color: #10263f;
    background-image: none !important;
  }
}

.dvd__blu-ray {
  background-image: url(../img/dvd/blu-ray-bg.jpg);
}

.dvd__dvd {
  background-image: url(../img/dvd/dvd-bg.jpg);
}

.dvd__hd {
  background-image: url(../img/dvd/hd-bg.jpg);
}

.dvd__others {
  background-attachment: fixed;
  background-image: url(../img/dvd/others-bg.jpg);
  background-position: center 70px;
  background-size: cover;
  padding-bottom: 25px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .dvd__others {
    background-color: #10263f;
    background-image: none;
  }
}

.dvd__others__container {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
@media screen and (max-width: 991px) {
  .dvd__others__container {
    width: auto;
  }
}

.dvd__others__body {
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 35px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .dvd__others__body {
    background-color: transparent;
    padding: 0 20px;
    width: auto;
  }
}

.dvd__others__body__title {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  width: 500px;
}
@media screen and (max-width: 991px) {
  .dvd__others__body__title {
    width: auto;
  }
}

.dvd__others__body__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 25px;
  text-align: center;
}

.dvd__others__note {
  color: #fff;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dvd__others__note {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

.dvd__others__body__list {
  *zoom: 1;
  padding-bottom: 70px;
  text-align: center;
}
.dvd__others__body__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .dvd__others__body__list {
    margin: 0 auto;
    width: 280px;
  }
}
.dvd__others__body__list li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .dvd__others__body__list li {
    float: left;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: 33.3%;
    vertical-align: top;
  }
}
