@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  color: #000;
  background: #fff;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #96d701;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: relative;
  min-width: 1260px;
  max-width: 2000px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.nc {
  opacity: 0;
  filter: alpha(opacity=0);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  30% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  30% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes layer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes layer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes logo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.loader__bg {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: layer 1.5s linear both 3.5s;
  -webkit-animation: layer 1.5s linear both 3.5s;
  z-index: 50;
  opacity: 1;
  filter: alpha(opacity=100);
}

.loader__bg .loader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -58.5px 0 0 -74.5px;
  width: 117px;
  height: 149px;
  animation: logo 3.0s ease-in-out both;
  -webkit-animation: logo 3.0s ease-in-out both;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.bg__main {
  position: fixed;
  z-index: 0;
}

.bg__main.on {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

header {
  position: relative;
  z-index: 1;
}

header h1 {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 538px;
  height: 84px;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .header-info {
  width: 426px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .header-buy {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;

  text-align: center;
  letter-spacing: -.4em;
}

header .header-buy .header-buy__btn {
  position: relative;
  width: 210px;
  margin: 0 auto;

  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

header .header-buy .header-buy__btn .buy-btn {
  display: inline-block;
  width: 210px;
  height: 64px;
  margin: 0 auto;
  cursor: pointer;
}

header .header-buy .header-buy__btn.shop {
  margin-right: 20px;
}

header .header-buy .header-buy__btn.shop .buy-btn {
}

header .header-buy .header-buy__btn.shop .buy-btn+.buy-btn {
  margin-left: 20px;
}

header .header-buy .header-buy__btn.shop .buy-btn a {
  background: url(../img/bg_ptn_green.png) repeat top left;
  width: 210px;
  height: 64px;
}

header .header-buy .header-buy__btn.shop .buy-btn a span {
  background: #96d701;
  color: #fff;
  width: 210px;
  height: 64px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 10;
  text-align: center;
  line-height: 4em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .header-buy .header-buy__btn.shop .buy-btn a span:hover {
  top: 0;
  left: 0;
}

header .header-buy .header-buy__btn.shop .header__link-shop {
  display: none;
  opacity: 0;
  filter: alpha(opacity=100);
  width: 875px;
  height: 150px;
  position: absolute;
  top: -140px;
  margin: 0 auto;
  left: -190px;
}

header .header-buy .header-buy__btn.shop .header__link-shop .btn-shop__on {
  width: 815px;
  height: auto;
  margin: 0 auto;
  background-color: #96d701;
  padding: 30px 25px;
  padding-top: 30px;
  letter-spacing: normal;
  font-size: 0;
  line-height: 0;
}

header .header-buy .header-buy__btn.shop .header__link-shop .btn-shop__on li {
  display: inline-block;
  width: 155px;
  height: auto;
  margin-right: 10px;
}

header .header-buy .header-buy__btn.shop .header__link-shop .btn-shop__on li img {
  width: 100%;
  height: auto;
}

header .header-buy .header-buy__btn.shop .header__link-shop .btn-shop__on li:last-child {
  margin-right: 0;
}

header .header-buy .header-buy__btn.shop .header__link-shop:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 300px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #96d701 transparent transparent transparent;
}

header .header-buy .header-buy__btn.dl {
}

header .header-buy .header-buy__btn.dl .buy-btn {
}

header .header-buy .header-buy__btn.dl .buy-btn a {
  background: url(../img/bg_ptn_green.png) repeat top left;
  width: 210px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
}

header .header-buy .header-buy__btn.dl .buy-btn a span {
  background: #96d701;
  color: #fff;
  width: 210px;
  height: 64px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  position: absolute;
  top: -6px;
  left: -6px;
  text-align: center;
  line-height: 4em;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .header-buy .header-buy__btn.dl .buy-btn a span:hover {
  top: 0;
  left: 0;
}

header .header-buy .header-buy__btn.dl .header__link-dl {
  display: none;
  opacity: 0;
  filter: alpha(opacity=100);
  width: 545px;
  height: 150px;
  position: absolute;
  top: -140px;
  left: -290px;
  overflow: hidden;
}

header .header-buy .header-buy__btn.dl .header__link-dl .btn-dl__on {
  width: 485px;
  height: auto;
  margin: 0 auto;
  background-color: #96d701;
  padding: 30px 25px;
  letter-spacing: normal;
  font-size: 0;
  line-height: 0;
}

header .header-buy .header-buy__btn.dl .header__link-dl .btn-dl__on li {
  display: inline-block;
  width: 155px;
  height: auto;
  margin-right: 10px;
}

header .header-buy .header-buy__btn.dl .header__link-dl .btn-dl__on li img {
  width: 100%;
  height: auto;
}

header .header-buy .header-buy__btn.dl .header__link-dl .btn-dl__on li:last-child {
  margin-right: 0;
}

header .header-buy .header-buy__btn.dl .header__link-dl:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 140px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #96d701 transparent transparent transparent;
}

header .header__movie--bnr {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .header__movie--bnr:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

header .header__movie--bnr.rotate img {
  -webkit-animation: rotate 3s ease 0.5s;
          animation: rotate 3s ease 0.5s;
}

nav {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}

nav.fix {
  position: fixed;
  top: -90px;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

nav.fix.active {
  top: 0;
}

nav .nav__area {
  padding: 20px 0;
}

nav .nav__area .nav__logo {
  cursor: pointer;
  width: 40px;
  height: 50px;
  float: left;
  margin-left: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

nav .nav__area .nav__logo:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

nav .nav__area .nav__area--selecter {
  width: 525px;
  float: right;
  margin-top: 12.5px;
  margin-right: 50px;
}

nav .nav__area .nav__area--selecter li {
  display: inline-block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  color: #96d701;
  margin-right: 30px;
  padding-bottom: 5px;
  cursor: pointer;
}

nav .nav__area .nav__area--selecter li:last-child {
  margin-right: 0;
}

nav .nav__area .nav__area--selecter li .nav__line {
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #96d701;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

nav .nav__area .nav__area--selecter li:hover .nav__line {
  width: 100%;
  left: 0;
  height: 2px;
}

nav .nav__area .nav__area--selecter li.current {
  cursor: default;
}

nav .nav__area .nav__area--selecter li.current .nav__line {
  width: 100%;
  left: 0;
  height: 4px;
}

nav .nav__area .nav__area--selecter li.current:hover {
  height: 4px;
}

article {
  position: relative;
  z-index: 1;
}

article section.profile {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
}

article section.profile h2 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
}

article section.profile .prof__detail .prof__detail--contents {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

article section.profile .prof__detail .prof__detail--contents.current {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

article section.profile .prof__detail .prof__detail--contents .prof__visual {
  width: 45%;
  line-height: 0;
  float: left;
}

article section.profile .prof__detail .prof__detail--contents .prof__visual img {
  width: 100%;
  height: 100%;
}

article section.profile .prof__detail .prof__detail--contents .prof__inner {
  width: 45%;
  float: left;
}

article section.profile .prof__detail .prof__detail--contents .prof__inner h3 {
  line-height: 0;
  padding: 17.5% 10% 0;
}

article section.profile .prof__detail .prof__detail--contents .prof__inner p {
  display: block;
  font-size: 0.8em;
  line-height: 1.6;
  padding: 30px 10% 0;
  text-align: justify;
}

article section.profile .prof__detail .prof__detail--contents .prof__inner a {
  display: inline-block;
  padding: 30px 0 0 10%;
  color: #96d701;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.profile .prof__detail .prof__detail--contents .prof__inner a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

article section.profile .prof__detail .prof__detail--contents .prof__inner a + a {
  padding-left: 5%;
}

article section.profile .prof__detail .prof__detail--contents .prof__inner a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

article section.profile .prof__detail .prof__detail--contents .prof__inner a .sns {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 5px;
}

article section.profile .prof__detail .prof__detail--selector {
  width: 11.25%;
  position: absolute;
  top: 0;
  right: 0;
}

article section.profile .prof__detail .prof__detail--selector li {
  width: 100%;
  line-height: 0;
  cursor: pointer;
  position: relative;
}

article section.profile .prof__detail .prof__detail--selector li:hover:before, article section.profile .prof__detail .prof__detail--selector li:hover p {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

article section.profile .prof__detail .prof__detail--selector li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 215, 1, 0.8);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.profile .prof__detail .prof__detail--selector li.current:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 215, 1, 0.8);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.profile .prof__detail .prof__detail--selector li.current p {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

article section.profile .prof__detail .prof__detail--selector li .prof__thumb img {
  width: 100%;
  height: 100%;
}

article section.profile .prof__detail .prof__detail--selector li .prof__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 80%;
  margin: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.information {
  background: #fff;
  padding-bottom: 115px;
}

article section.information h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #96d701;
  padding: 120px 0 75px;
}

article section.information .info__feed {
  width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

article section.information .info__feed .info__feed--caption {
  cursor: pointer;
  background: url(../img/arrow_open.png) no-repeat;
  background-position: right 20px top 50%;
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  line-height: 2.0;
  white-space: nowrap;
  overflow: hidden;
}

article section.information .info__feed .info__feed--caption.open {
  background: url(../img/arrow_close.png) no-repeat;
  background-position: right 20px top 50%;
}

article section.information .info__feed .info__feed--caption .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
}

article section.information .info__feed .info__feed--caption .date .m {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  line-height: 0.5;
  letter-spacing: 0;
  text-align: center;
  color: #96d701;
}

article section.information .info__feed .info__feed--caption .date .d {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.1em;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #96d701;
}

article section.information .info__feed .info__feed--caption .date .y {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7em;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #96d701;
  padding: 1px 5px;
}

article section.information .info__feed .info__feed--caption .title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

article section.information .info__feed .info__feed--detail {
  display: none;
  font-size: 0.8em;
  word-wrap: break-word;
  padding: 0 20px 20px 10%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

article section.information .info__more {
  position: relative;
  background: url(../img/bg_ptn_green.png) repeat top left;
  width: 240px;
  height: 64px;
  cursor: pointer;
  margin: 60px auto 0;
}

article section.information .info__more .info__more--btn {
  background: #96d701;
  color: #fff;
  width: 240px;
  height: 64px;
  position: absolute;
  top: -6px;
  left: -6px;
  text-align: center;
  line-height: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.information .info__more .info__more--btn:hover {
  top: 0;
  left: 0;
}

article section.information .info__more .info__more--btn-area {
  display: block;
  font-weight: bold;
  font-size: 1.0em;
  margin: 32px auto;
}

article section.release {
  position: relative;
  z-index: 1;
}

article section.release h2 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 5;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  text-align: center;
  letter-spacing: 0.1em;
  color: #96d701;
}

article section.release .rel__info {
  width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}

article section.release .rel__info .rel__info--jk {
  width: 440px;
  font-size: 0;
  line-height: 0;
  float: left;
}

article section.release .rel__info .rel__info--jk img {
  width: 100%;
  height: auto;
}

article section.release .rel__info .rel__info--txt {
  width: 440px;
  color: #fff;
  font-weight: bold;
  float: right;
}

article section.release .rel__info .rel__info--txt h3 {
  color: #96d701;
  font-size: 2.2em;
  margin-top: 25px;
  margin-left: -0.5em;
}

article section.release .rel__info .rel__info--txt .rel__info--push {
  font-size: 1.4em;
  margin: 40px 0 65px;
}

article section.release .rel__info .rel__info--txt .rel__info--buy {
  position: relative;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop {
  position: absolute;
  top: 0;
  left: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .buy-btn {
  background: url(../img/bg_ptn_green.png) repeat top left;
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .buy-btn a {
  width: 210px;
  height: 64px;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .buy-btn a span {
  background: #96d701;
  color: #fff;
  width: 210px;
  height: 64px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  position: absolute;
  top: -6px;
  left: -6px;
  text-align: center;
  line-height: 4em;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .buy-btn a span:hover {
  top: 0;
  left: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .rel__link-shop {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #96d701;
  width: 440px;
  height: 260px;
  position: relative;
  top: 100px;
  left: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .rel__link-shop .btn-shop__on {
  width: 320px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  letter-spacing: normal;
  font-size: 0;
  line-height: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .rel__link-shop .btn-shop__on li {
  display: inline-block;
  width: 155px;
  height: auto;
  margin-bottom: 10px;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .rel__link-shop .btn-shop__on li img {
  width: 100%;
  height: auto;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .rel__link-shop .btn-shop__on li:nth-child(odd) {
  margin-right: 10px;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .rel__link-shop .btn-shop__on li:last-child {
  margin-bottom: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.shop .rel__link-shop:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 100px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #96d701 transparent;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl {
  position: absolute;
  top: 0;
  right: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .buy-btn {
  background: url(../img/bg_ptn_green.png) repeat top left;
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .buy-btn a {
  width: 210px;
  height: 64px;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .buy-btn a span {
  background: #96d701;
  color: #fff;
  width: 210px;
  height: 64px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  position: absolute;
  top: -6px;
  left: -6px;
  text-align: center;
  line-height: 4em;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .buy-btn a span:hover {
  top: 0;
  left: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .rel__link-dl {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #96d701;
  width: 440px;
  height: 190px;
  position: relative;
  top: 100px;
  right: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .rel__link-dl .btn-dl__on {
  width: 320px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  letter-spacing: normal;
  font-size: 0;
  line-height: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .rel__link-dl .btn-dl__on li {
  display: inline-block;
  width: 155px;
  height: auto;
  margin-bottom: 10px;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .rel__link-dl .btn-dl__on li img {
  width: 100%;
  height: auto;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .rel__link-dl .btn-dl__on li:nth-child(odd) {
  margin-right: 10px;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .rel__link-dl .btn-dl__on li:last-child {
  margin-bottom: 0;
}

article section.release .rel__info .rel__info--txt .rel__info--buy .rel__info--buy-btn.dl .rel__link-dl:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 100px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #96d701 transparent;
}

article section.release .bg__rel--area {
  height: 800px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

article section.video {
  position: relative;
  z-index: 1;
  background: #fff;
}

article section.video h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  text-align: center;
  letter-spacing: 0.1em;
  color: #96d701;
  padding-top: 120px;
}

article section.video .video__main {
  background: url(../img/bg_ptn_green.png) repeat top left;
  width: 960px;
  margin: 60px auto 0;
  line-height: 0;
  cursor: pointer;
  position: relative;
  right: -6px;
  bottom: -6px;
}

article section.video .video__main .video__main--current {
  position: relative;
  top: -6px;
  left: -6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.video .video__main .video__main--current:before {
  content: url(../img/common/item_play.png);
  width: 84px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -42px;
  z-index: 5;
}

article section.video .video__main .video__main--current:hover {
  top: 0;
  left: 0;
}

article section.video .video__main .video__main--current img {
  width: 100%;
  height: 510px;
}

article section.video .video__list {
  position: relative;
  padding: 30px 0 120px;
}

article section.video .video__list .container {
  width: 860px;
  overflow: hidden;
  margin: 0 auto;
}

article section.video .video__list .container .video__list--selector {
  width: 860px;
  margin: 0 auto;
}

article section.video .video__list .container .video__list--selector li {
  position: relative;
  cursor: pointer;
  width: 200px;
  float: left;
  margin-right: 20px;
}

article section.video .video__list .container .video__list--selector li:last-child {
  margin-right: 0px;
}

article section.video .video__list .container .video__list--selector li:hover {
  color: #96d701;
}

article section.video .video__list .container .video__list--selector li:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

article section.video .video__list .container .video__list--selector li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 114px;
  background-color: rgba(150, 215, 1, 0.8);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.video .video__list .container .video__list--selector li .video__list--thumb {
  height: 114px;
  overflow: hidden;
  line-height: 0;
}

article section.video .video__list .container .video__list--selector li .video__list--thumb img {
  width: 100%;
  height: 100%;
}

article section.video .video__list .container .video__list--selector li .video__list--title {
  display: block;
  font-size: 0.6em;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

article section.video .video__list .prev {
  position: absolute;
  top: 45px;
  left: 0;
  cursor: pointer;
  background: url(../img/arrow_prev.png) no-repeat;
  width: 13px;
  height: 17px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.video .video__list .prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

article section.video .video__list .next {
  position: absolute;
  top: 45px;
  right: 0;
  cursor: pointer;
  background: url(../img/arrow_next.png) no-repeat;
  width: 13px;
  height: 17px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

article section.video .video__list .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

footer {
  color: #fff;
  background: #96d701;
  position: relative;
  z-index: 1;
}

footer ul {
  width: 246px;
  margin: 0 auto;
  line-height: 0;
  padding-top: 60px;
}

footer ul li {
  background: url(../img/bg_ptn_white.png) repeat top left;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
}

footer ul li .footer__share--btn {
  position: absolute;
  top: -6px;
  left: -6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer ul li .footer__share--btn:hover {
  top: 0;
  left: 0;
}

footer ul li a img {
  width: 64px;
  height: 64px;
  background: #fff;
}

footer ul li:last-child {
  margin-right: 0;
}

footer small {
  display: block;
  font-size: 0.8em;
  text-align: center;
  padding: 45px 0 25px;
}

.video__player {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  display: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.video__player .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(150, 215, 0, 0.8);
}

.video__player .bg__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

.video__player .player {
  max-width: 1100px;
  position: relative;
  top: 50%;
  left: 50%;
}
