@charset "UTF-8";
/* 
    html5doctor.com Reset Stylesheet
    v1.6.1
    Last Updated: 2010-09-17
    Author: Richard Clark - http://richclarkdesign.com 
    Twitter: @rich_clark
    */
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,700);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;

  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;

  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.cf:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^="tel"] {
  display: inline-block;
  color: inherit;
}

.layout-inline-wrap {
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.layout-inline {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

html {
  font-size: 62.5%;
}

body {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: relative;
  width: 100%;
  min-width: 980px;
  background: #000;
  color: #ccc;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: .08em;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

a {
  color: #ccc;
  text-decoration: none;
}

a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

header h1 {
  width: 300px;
  margin: 0 auto;
  padding: 250px 0 0;
}

article .movie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 1040px;
  margin: 60px auto 0;
  padding: 120px 0 150px;
}

article .movie.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

article .movie h2 {
  position: relative;
  padding-left: 1.25em;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .75em;
  text-align: center;
}

article .movie .movie-player {
  width: 788px;
  height: 460px;
  margin: 0 auto;
  line-height: 0;
}

article .movie .movie-player .movie-player__main {
  position: relative;
  height: 0;
  padding: 30px 0 52.5%;
  overflow: hidden;
}

article .movie .movie-player .movie-player__main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article .movie .movie-txt {
  line-height: 2.5;
}

article .movie .movie-txt .movie-txt__credit {
  display: block;
  text-align: right;
}

article .movie .movie-txt i {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 1px;
}

article .movie .movie-txt i:before {
  content: "";
  position: absolute;
  top: -.25em;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ccc;
}

article .info {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 980px;
  margin: 60px auto 0;
  padding: 120px 0 150px;
}

article .info.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

article .info h2 {
  position: relative;
  margin-bottom: 50px;
  padding-left: 1.25em;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .75em;
  text-align: center;
}

article .info .info-list li {
  position: relative;
  padding: 30px 0;
  list-style: none;

  border-bottom: 1px solid #393939;
}

article .info .info-list li .info-list__date, article .info .info-list li .info-list__ttl {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
}

article .info .info-list li .info-list__date {
  width: 10%;
  margin-right: 25px;
}

article .info .info-list li .info-list__ttl {
  width: 86.5%;
  padding-right: 15px;
}

article .info .info-list li .info-list__detail {
  display: none;
  width: 86.5%;
  margin-left: auto;
  padding: 25px 15px 25px 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  word-wrap: break-word;
}

article .info .info-list li .info-list__detail a {
  display: inline-block;
}

article .info .info-list li .set {
  padding: 30px 0;
  cursor: pointer;
}

article .info .info-list li:before {
  content: "";
  position: absolute;
  top: 32.5px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_close.gif) no-repeat;
  background-size: 15px;
}

article .info .info-list li.open:before {
  content: "";
  position: absolute;
  top: 32.5px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_open.gif) no-repeat;
  background-size: 15px;
}

article .info .info-more {
  display: block;
  width: 230px;
  height: auto;
  margin: 45px auto 0;
  padding: 15px 0;
  background: #2b2b2b;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}

article .message {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 980px;
  margin: 60px auto 0;
  padding: 120px 0 150px;
}

article .message.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

article .message h2, article .message p {
  text-align: center;
}

article .message h2 {
  position: relative;
  margin-bottom: 50px;
  padding-left: 1.25em;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .75em;
}

article .message .message-img {
  line-height: 0;
  text-align: center;
}

article .message .message-txt {
  margin-top: 40px;
  line-height: 3.5em;
}

article .release {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 980px;
  margin: 60px auto 0;
  padding: 120px 0 150px;
}

article .release.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

article .release h2 {
  position: relative;
  margin-bottom: 50px;
  padding-left: 1.25em;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .75em;
  text-align: center;
}

article .release .release-info {
  margin-bottom: 100px;
}

article .release .release-info:last-child {
  margin-bottom: 0;
}

article .release .release-info .release-info__jacket, article .release .release-info .release-info__detail {
  display: inline-block;
}

article .release .release-info .release-info__jacket {
  margin-right: 25px;
  vertical-align: middle;
  line-height: 0;
}

article .release .release-info .release-info__jacket .link {
  position: relative;
  width: 245px;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
}

article .release .release-info .release-info__jacket .link:hover .border {
  background: #db9f64;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__jacket .link:hover .border-top {
  max-width: 300px;
}

article .release .release-info .release-info__jacket .link:hover .border-left {
  max-height: 60px;
}

article .release .release-info .release-info__jacket .link:hover .border-right {
  max-height: 60px;
}

article .release .release-info .release-info__jacket .link:hover .border-bottom {
  max-width: 300px;
}

article .release .release-info .release-info__jacket .link:hover .border-inner__txt {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #db9f64;
}

article .release .release-info .release-info__jacket .link .border {
  position: absolute;
  background: #ccc;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__jacket .link .border-top {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__jacket .link .border-left {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__jacket .link .border-right {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__jacket .link .border-bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__jacket .link .border-inner__txt span {
  position: relative;
}

article .release .release-info .release-info__jacket .link .border-inner__txt span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 17px;
  height: 13px;
  margin: auto;
  background-size: contain;
}

article .release .release-info .release-info__detail {
  width: 555px;
  height: auto;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2em;
}

article .release .release-info .release-info__detail .detail-ttl {
  margin-top: -.5em;
  margin-bottom: 40px;
}

article .release .release-info .release-info__detail .detail-ttl .detail-ttl__name, article .release .release-info .release-info__detail .detail-ttl .detail-ttl__date {
  display: block;
  font-size: 30px;
  font-size: 3rem;
}

article .release .release-info .release-info__detail .detail-ttl .detail-ttl__name {
  margin-left: -.5em;
  padding: 15px 0 20px;
  line-height: 1.4em;
}

article .release .release-info .release-info__detail .detail-ttl .detail-ttl__name.hamasta {
  padding-bottom: 0;
  font-size: 22px;
  letter-spacing: -.04em;
  word-break: break-all;
}

article .release .release-info .release-info__detail .detail-ttl .detail-ttl__date {
  padding-bottom: 20px;

  border-bottom: 1px solid #727272;
}

article .release .release-info .release-info__detail .detail-ttl .detail-ttl__price {
  display: block;
  margin-top: 12.5px;
}

article .release .release-info .release-info__detail .detail-tune {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
}

article .release .release-info .release-info__detail .detail-tune .detail-tune__list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: .08em;
}

article .release .release-info .release-info__detail .detail-tune .detail-tune__cd {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px;
  vertical-align: top;
}

article .release .release-info .release-info__detail .detail-tune .detail-tune__cd li {
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: .08em;
}

article .release .release-info .release-info__detail .detail-tune .detail-tune__cd li .campaign {
  display: block;
  margin-top: -5px;
  margin-top: -.5rem;
  padding-left: 2em;
  font-weight: bold;
}

article .release .release-info .release-info__detail .detail-tune .detail-tune__dvd {
  display: inline-block;
  vertical-align: top;
}

article .release .release-info .release-info__detail .detail-tune .detail-tune__dvd li {
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: .08em;
}

article .release .release-info .release-info__detail .detail-tune.specialType {
  margin-top: -40px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: -.4em;
  text-align: left;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem {
  display: inline-block;
  position: relative;
  width: 50%;
  padding: 0 15px;
  padding-top: 20px;
  vertical-align: top;
  letter-spacing: normal;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;

  border-left: solid 1px #727272;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem:nth-child(2n + 1):before {
  display: none;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .type {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: .08em;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .type span {
  font-weight: bold;
  font-size: 18px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: .08em;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .list {
  margin-top: 20px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .list li {
  padding-left: 1em;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: .08em;
  text-indent: -1em;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link {
  position: relative;
  width: 245px;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link:hover .border {
  background: #db9f64;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link:hover .border-top {
  max-width: 300px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link:hover .border-left {
  max-height: 60px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link:hover .border-right {
  max-height: 60px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link:hover .border-bottom {
  max-width: 300px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link:hover .border-inner__txt {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #db9f64;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link .border {
  position: absolute;
  background: #ccc;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link .border-top {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link .border-left {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link .border-right {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link .border-bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link .border-inner__txt span {
  position: relative;
}

article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link .border-inner__txt span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 17px;
  height: 13px;
  margin: auto;
  background-size: contain;
}

article .release .release-info .release-info__detail .detail-link {
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd {
  display: inline-block;
  position: relative;
  width: 245px;
  height: auto;
  margin-right: 65px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd:hover .border {
  background: #db9f64;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd:hover .border-top {
  max-width: 300px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd:hover .border-left {
  max-height: 60px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd:hover .border-right {
  max-height: 60px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd:hover .border-bottom {
  max-width: 300px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd:hover .border-inner__txt {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #db9f64;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border {
  position: absolute;
  background: #ccc;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border-top {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border-left {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border-right {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border-bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border-inner__txt {
  margin-left: -.75em;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border-inner__txt span {
  position: relative;
}

article .release .release-info .release-info__detail .detail-link .detail-link__cd .border-inner__txt span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 17px;
  height: 13px;
  margin: auto;
  background: url(../img/icon_cart.png) no-repeat center top;
  background-size: contain;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd {
  display: inline-block;
  position: relative;
  width: 245px;
  height: auto;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd:hover .border {
  background: #db9f64;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd:hover .border-top {
  max-width: 300px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd:hover .border-left {
  max-height: 60px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd:hover .border-right {
  max-height: 60px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd:hover .border-bottom {
  max-width: 300px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd:hover a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #db9f64;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border {
  position: absolute;
  background: #ccc;
  -webkit-transition: all .4s;
  transition: all .4s;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border-top {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border-left {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border-right {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  max-height: 30px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border-bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 30px;
  height: 1px;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border-inner__txt {
  margin-left: -.75em;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border-inner__txt span {
  position: relative;
}

article .release .release-info .release-info__detail .detail-link .detail-link__dvd .border-inner__txt span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  width: 10px;
  height: 14px;
  margin: auto;
  background: url(../img/icon_download.png) no-repeat center top;
  background-size: contain;
}

article .archive {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 980px;
  margin: 60px auto 0;
  padding: 120px 0 250px;
}

article .archive.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

article .archive h2 {
  position: relative;
  margin-bottom: 50px;
  padding-left: 1.25em;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .75em;
  text-align: center;
}

article .archive .archive-info {
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
}

article .archive .archive-info div {
  margin-bottom: 30px;
}

footer {
  position: relative;
  padding: 30px 0;
  color: #fff;
}

footer .footer-inner {
  width: 980px;
  height: 20px;
  margin: 0 auto;
}

footer .footer-inner .footer-inner__sns, footer .footer-inner .footer-inner__copy {
  display: inline-block;
  vertical-align: middle;
}

footer .footer-inner .footer-inner__sns {
  float: left;
  width: 50%;
  text-align: left;
}

footer .footer-inner .footer-inner__sns li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}

footer .footer-inner .footer-inner__sns li:last-child {
  margin-right: 0;
}

footer .footer-inner .footer-inner__sns li a {
  display: inherit;
}

footer .footer-inner .footer-inner__sns li a img {
  width: 20px;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

footer .footer-inner .footer-inner__copy {
  float: right;
  width: 50%;
  text-align: right;
}

footer .footer-inner .footer-inner__copy small {
  font-size: 12px;
  font-size: 1.2rem;
}

footer .footer-totop {
  position: absolute;
  right: 40px;
  bottom: 50px;
}

footer .footer-totop:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

nav {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #000;
  color: #fff;
}

nav .nav-inner {
  width: 980px;
  margin: 0 auto;
}

nav .nav-inner .nav-inner__list {
  padding: 40px 0 0;

  border-bottom: 1px dotted #fff;
}

nav .nav-inner .nav-inner__list li {
  display: inline-block;
  margin-right: 47.5px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: .5em;
}

nav .nav-inner .nav-inner__list li:last-child {
  margin-right: 0;
}

nav .nav-inner .nav-inner__list li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

nav .nav-inner .nav-inner__sns {
  padding: 30px 0;
}

nav .nav-inner .nav-inner__sns li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}

nav .nav-inner .nav-inner__sns li:last-child {
  margin-right: 0;
}

nav .nav-inner .nav-inner__sns li a {
  display: inherit;
}

nav .nav-inner .nav-inner__sns li a img {
  width: 20px;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu {
  position: fixed;
  top: 40px;
  right: 40px;
  height: auto;
  line-height: 0;
  cursor: pointer;
}

.menu .menu-trigger, .menu .menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu .menu-trigger {
  position: relative;
  width: 40px;
  height: 30px;
}

.menu .menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

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

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

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

.menu .menu-trigger:not(.open):hover span:nth-of-type(2) {
  width: 70%;
}

.menu .menu-trigger:not(.open):hover span:nth-of-type(3) {
  width: 35%;
}

.menu .menu-trigger.open span:nth-of-type(1) {
  transform: translateY(15px) rotate(-35deg);

  -webkit-transform: translateY(15px) rotate(-35deg);
}

.menu .menu-trigger.open span:nth-of-type(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.menu .menu-trigger.open span:nth-of-type(3) {
  transform: translateY(-15px) rotate(35deg);

  -webkit-transform: translateY(-15px) rotate(35deg);
}

.option {
  width: 69%;
  max-width: 950px;
  height: auto;
  margin: 0 auto;
  padding: 150px 0 150px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
}

.option .option__cap {
  overflow: hidden;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: .15em;
  text-align: center;
}

.option .option__cap .cap-adjust {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: relative;
  padding: 0 .5em;
  background: #000;
}

.option .option__cap .cap-adjust:before, .option .option__cap .cap-adjust:after {
  content: "";
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 0;
  height: 1px;
  background: #a0a0a0;
}

.option .option__cap .cap-adjust:before {
  right: 100%;
}

.option .option__cap .cap-adjust:after {
  left: 100%;
}

.option .option__contents {
  padding: 50px 0;
}

.option .option__contents .option__contents-line {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 45px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
}

.option .option__contents .option__contents-line .line-btn {
  display: inline-block;
  width: 42%;
  max-width: 200px;
  margin-right: 5%;
  vertical-align: middle;
}

.option .option__contents .option__contents-line .line-qr {
  display: inline-block;
  width: 25%;
  max-width: 122px;
  vertical-align: middle;
}

.option .option__contents .option__contents-link {
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos, .option .option__contents .option__contents-link .option__contents-link_fcls {
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  vertical-align: middle;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dt, .option .option__contents .option__contents-link .option__contents-link_fcls dt {
  display: inline-block;
  position: relative;
  margin-right: 60px;
  vertical-align: middle;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dt:after, .option .option__contents .option__contents-link .option__contents-link_fcls dt:after {
  content: "";
  position: absolute;
  right: -45px;
  right: -4.5rem;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #a0a0a0;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dd, .option .option__contents .option__contents-link .option__contents-link_fcls dd {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dd:last-child, .option .option__contents .option__contents-link .option__contents-link_fcls dd:last-child {
  margin-right: 0;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos {
  margin-right: 60px;
}

.option .option__contents .option__contents-link .option__contents-link_fcls dt:after {
  bottom: -2px;
}

.option .option__bottom .bottom-adjust {
  position: relative;
}

.option .option__bottom .bottom-adjust:before, .option .option__bottom .bottom-adjust:after {
  content: "";
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #a0a0a0;
}

.option .option__bottom .bottom-adjust:before {
  right: 100%;
}

.option .option__bottom .bottom-adjust:after {
  left: 100%;
}

.option.is-active .option__cap .cap-adjust {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.option.is-active .option__cap .cap-adjust:before, .option.is-active .option__cap .cap-adjust:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 130%;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.option.is-active .option__contents .option__contents-line {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.option.is-active .option__contents .option__contents-link .option__contents-link_suchmos {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.option.is-active .option__contents .option__contents-link .option__contents-link_fcls {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.option.is-active .option__bottom .bottom-adjust:before, .option.is-active .option__bottom .bottom-adjust:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 50%;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  body {
    width: 100%;
    max-width: 768px;
    min-width: 320px;
  }
  iframe {
    height: auto;
  }
  a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  header {
    width: 100%;
  }
  header h1 {
    width: 250px;
    padding: 100px 0 0;
  }
  header h1 span {
    font-size: 1.6rem;
  }
  header h1 span img {
    max-width: 30%;
  }
  article .movie {
    width: 100%;
    margin-top: 40px;
    padding: 60px 0 75px;
  }
  article .movie h2 {
    font-size: 1.6rem;
  }
  article .movie .movie-player {
    width: 100%;
    height: auto;
  }
  article .movie .movie-txt {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2;
  }
  article .info {
    width: 100%;
    margin-top: 40px;
    padding: 60px 0 75px;
  }
  article .info h2 {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  article .info .info-list li {
    width: 90%;
    margin: 0 auto;
    padding: 12.5px 0;
    overflow: hidden;
  }
  article .info .info-list li .info-list__date, article .info .info-list li .info-list__ttl {
    width: 100%;
    margin-right: 0;
    font-size: 1.4rem;
  }
  article .info .info-list li .info-list__ttl {
    padding-right: 12.5px;
  }
  article .info .info-list li .info-list__detail {
    width: 100%;
    padding-right: 0;
    font-size: 1.2rem;
    word-break: break-all;
  }
  article .info .info-list li .set {
    padding: 12.5px 0;
    cursor: pointer;
  }
  article .info .info-list li:before {
    top: 35px;
    right: 0;
    width: 12.5px;
    height: 12.5px;
    background-size: 12.5px;
  }
  article .info .info-list li.open:before {
    top: 35px;
    width: 12.5px;
    height: 12.5px;
    background-size: 12.5px;
  }
  article .info .info-more {
    width: 90%;
    margin-top: 35px;
  }
  article .message {
    width: 100%;
    margin-top: 40px;
    padding: 60px 0 75px;
  }
  article .message h2 {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  article .message .message-txt {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 2.5;
  }
  article .release {
    width: 100%;
    margin-top: 40px;
    padding: 60px 0 75px;
  }
  article .release h2 {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  article .release .release-info {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  article .release .release-info:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    margin: auto;
    background: #727272;
  }
  article .release .release-info .release-info__jacket, article .release .release-info .release-info__detail {
    display: block;
    margin: 0 auto;
  }
  article .release .release-info .release-info__jacket {
    width: 65%;
    margin-bottom: 20px;
  }
  article .release .release-info .release-info__jacket .link {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    font-size: calc(100vw / 30);
    line-height: 1.6em;
    text-align: center;
  }
  article .release .release-info .release-info__detail {
    width: 90%;
  }
  article .release .release-info .release-info__detail .detail-ttl {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  article .release .release-info .release-info__detail .detail-ttl .detail-ttl__name {
    padding: 0 0 5px;
    font-size: 16px;
  }
  article .release .release-info .release-info__detail .detail-ttl .detail-ttl__name.hamasta {
    font-size: calc(100vw / 29);
    line-height: 1.6em;
    letter-spacing: -.04em;
    text-align: center;
    word-break: break-all;
  }
  article .release .release-info .release-info__detail .detail-ttl .detail-ttl__date {
    padding-bottom: 10px;
    font-size: 16px;
  }
  article .release .release-info .release-info__detail .detail-ttl .detail-ttl__price {
    margin-top: 5px;
    font-size: 1rem;
  }
  article .release .release-info .release-info__detail .detail-tune {
    margin-bottom: 20px;
  }
  article .release .release-info .release-info__detail .detail-tune .detail-tune__list {
    font-size: 1.2rem;
  }
  article .release .release-info .release-info__detail .detail-tune .detail-tune__cd {
    margin-right: 0;
    margin-bottom: 20px;
  }
  article .release .release-info .release-info__detail .detail-tune .detail-tune__cd li {
    margin-right: 20px;
    font-size: 1.4rem;
  }
  article .release .release-info .release-info__detail .detail-tune .detail-tune__dvd li {
    margin-right: 20px;
    font-size: 1.4rem;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType {
    margin-top: -15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4em;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 10px 2% 0;
    border: none;
    vertical-align: top;
    letter-spacing: normal;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;

    border-left: solid 1px #727272;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem:nth-child(2n + 1):before {
    display: none;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .type {
    margin-bottom: 10px;
    font-size: calc(100vw / 35);
    line-height: 1.8em;
    letter-spacing: -.00em;
    text-align: left;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .type span {
    font-weight: bold;
    font-size: calc(100vw / 26);
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .date {
    margin-bottom: 10px;
    font-size: calc(100vw / 30);
    line-height: 1.4em;
    text-align: left;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .list li {
    font-size: calc(100vw / 34);
    line-height: 1.6em;
  }
  article .release .release-info .release-info__detail .detail-tune.specialType .alignItem .link {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    font-size: calc(100vw / 36);
    line-height: 1.6em;
    text-align: center;
  }
  article .release .release-info .release-info__detail .detail-link {
    width: 245px;
    height: auto;
    margin: 0 auto;
  }
  article .release .release-info .release-info__detail .detail-link .detail-link__cd {
    margin-right: 0;
    margin-bottom: 20px;
  }
  article .archive {
    width: 100%;
    margin-top: 40px;
    padding: 60px 0 175px;
  }
  article .archive h2 {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  article .archive .archive-info {
    width: 95%;
    margin: 0 auto;
  }
  article .archive .archive-info div {
    margin-bottom: 20px;
  }
  footer {
    padding: 0;
  }
  footer .footer-inner {
    width: 90%;
    height: 125px;
  }
  footer .footer-inner .footer-inner__sns, footer .footer-inner .footer-inner__copy {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .footer-inner .footer-inner__sns {
    padding: 20px 0 10px;

    border-bottom: 1px dotted #fff;
  }
  footer .footer-inner .footer-inner__sns li {
    margin-right: 30px;
  }
  footer .footer-inner .footer-inner__sns li a img {
    width: 30px;
  }
  footer .footer-inner .footer-inner__copy {
    padding: 15px 0 0;
  }
  footer .footer-inner .footer-inner__copy small {
    font-size: .8rem;
  }
  footer .footer-totop {
    right: 20px;
    bottom: 80px;
    width: 7.5%;
  }
  nav {
    height: 100%;
  }
  nav .nav-inner {
    width: 90%;
  }
  nav .nav-inner .nav-inner__list {
    padding: 100px 0 37.5px;
    text-align: center;
  }
  nav .nav-inner .nav-inner__list li {
    display: block;
    margin-right: 0;
    margin-bottom: 35px;
    margin-left: 0 !important;
  }
  nav .nav-inner .nav-inner__sns {
    padding: 15px 0;
    text-align: center;
  }
  nav .nav-inner .nav-inner__sns li {
    margin-right: 30px;
  }
  nav .nav-inner .nav-inner__sns li a img {
    width: 30px;
  }
  .menu {
    top: 20px;
    right: 20px;
  }
  .menu-trigger:not(.open) span:nth-of-type(2) {
    width: 70%;
  }
  .menu-trigger:not(.open) span:nth-of-type(3) {
    width: 35%;
  }
  .option {
    width: 86%;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0 50px;
  }
  .option .option__cap {
    font-size: 1.6rem;
  }
  .option .option__contents {
    padding: 30px 0;
  }
  .option .option__contents .option__contents-line {
    width: 57.5%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .option .option__contents .option__contents-line .line-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .option .option__contents .option__contents-line .line-qr {
    display: none;
  }
  .option .option__contents .option__contents-link .option__contents-link_suchmos {
    margin-right: 0;
  }
  .option.is-active .option__contents .option__contents-line {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .option.is-active .option__contents .option__contents-link .option__contents-link_suchmos {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .option.is-active .option__contents .option__contents-link .option__contents-link_fcls {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
}

@media all and (-ms-high-contrast: none) {
  .option .option__cap {
    line-height: 1.4em;
  }
}

@media screen and (max-width: 980px) {
  article .option .option__contents .option__contents-link .option__contents-link_suchmos, article .option .option__contents .option__contents-link .option__contents-link_fcls {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
}
