@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:900|Roboto+Condensed&display=swap");
body {
  background: #000;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

section {
  position: relative;
}

.u-line {
  margin: 0 auto;
  border: none;
  background: rgba(221, 221, 221, 0.8);
  padding: 0;
}

.u-line--default {
  margin: 50px auto 50px;
  width: 100%;
  height: 1px;
}

.c-btn {
  position: relative;
  text-align: center;
}

.c-btn--detail {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #000;
  padding: 17px 34px;
  color: #000;
}

.c-btn--detail:hover {
  background: #000;
  color: #fff;
}

.c-btn--buy {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.c-btn--buy::before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -11px;
  background: url(../img/icon_cart_b.png) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 22px;
  content: '';
}

.c-btn--buy:hover::before {
  background: url(../img/icon_cart_w.png) center center no-repeat;
  background-size: contain;
}

.c-btn--official {
  background: #fff;
  padding: 28px 15px;
  color: #000;
  line-height: 1.5em;
}

.c-btn--official::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #000;
  width: 40px;
  height: 2px;
  content: '';
}

.c-btn--official a {
  color: #000;
  text-decoration: none;
}

.c-btn--official:hover::before {
  width: 100%;
}

.c-btn--footer {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #fff;
  padding: 17px 65px;
  color: #fff;
}

.c-btn--footer:hover {
  background: #fff;
  color: #000;
}

.c-btn--special {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #fff;
  padding: 17px 65px;
  color: #fff;
}

.c-btn--special:hover {
  background: #fff;
  color: #000;
}

.c-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-sns .c-sns-item {
  margin-left: 25px;
}

.c-sns .c-sns-item a img {
  width: 24px;
}

.p-header h1.p-hero__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 47px;
  left: 49px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 3;
  mix-blend-mode: difference;
}

.is-loaded .p-header h1.p-hero__logo {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}

.p-header h1.p-hero__logo .p-hero__logo-item {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  text-align: left;
}

.p-header h1.p-hero__logo .p-hero__logo-item span {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1em;
}

.p-header h1.p-hero__logo .p-hero__logo-item img {
  margin-top: 4px;
  width: 38px;
}

.p-header h1.p-hero__logo .p-hero__logo-item:first-child {
  margin-right: 10px;
}

.p-header .p-header__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 50px;
  right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 3;
  mix-blend-mode: difference;
}

.is-loaded .p-header .p-header__share {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}

.p-header .p-header__share h2.p-header__share-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/main_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
}

.l-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #000;
  content: '';
}

.is-loaded .l-bg::before {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.l-bg.is-scroll-active::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.l-article {
  overflow: hidden;
}

.l-section {
  position: relative;
}

.l-section .l-section__title {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin: 0 auto;
  padding-top: 50px;
  width: 80%;
  max-width: 1500px;
  font-family: YakuHanJP, "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 0.18em;
}

.l-section .l-section__title::before {
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  background-color: #fff;
  height: 12px;
  content: '';
}

.l-section .l-section__content {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  margin: 0 auto;
  padding: 160px 0 100px;
  width: 80%;
  max-width: 1500px;
}

.l-section.is-scroll-active .l-section__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-section-left .l-section__title {
  left: 50%;
  -webkit-transform: translateX(-52%);
      -ms-transform: translateX(-52%);
          transform: translateX(-52%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  text-align: left;
}

.l-section-left .l-section__title::before {
  left: 0;
  width: 0;
}

.l-section-left.is-scroll-active .l-section__title {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-section-left.is-scroll-active .l-section__title::before {
  width: 32px;
}

.l-section-right .l-section__title {
  left: 50%;
  -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
          transform: translateX(-48%);
  text-align: right;
}

.l-section-right .l-section__title::before {
  right: 5px;
  width: 0;
}

.l-section-right.is-scroll-active .l-section__title {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-section-right.is-scroll-active .l-section__title::before {
  width: 32px;
}

.p-hero {
  overflow: hidden;
}

.p-hero__content {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.p-hero__center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-hero__icon {
  margin: 0 auto 20px;
  width: 290px;
  overflow: hidden;
}

.p-hero__icon img {
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
}

.is-loaded .p-hero__icon img {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.p-hero__read {
  margin-bottom: 33px;
  overflow: hidden;
  font-family: YakuHanJP, "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 75px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.15em;
}

.p-hero__read div {
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
}

.is-loaded .p-hero__read div {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

.p-hero__date {
  overflow: hidden;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

.p-hero__date div {
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
}

.is-loaded .p-hero__date div {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
}

.p-hero__scroll {
  position: absolute;
  right: -30px;
  bottom: 0;
  -webkit-transform: rotate(90deg) translateX(-100%);
      -ms-transform: rotate(90deg) translateX(-100%);
          transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.is-loaded .p-hero__scroll {
  bottom: -5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}

.is-loaded-end .p-hero__scroll {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.p-hero__scroll-text {
  padding-right: 40px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.p-hero__scroll::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  width: 100%;
  height: 2px;
  content: '';
}

.p-hero__introduction {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 100px 0 80px;
}

.p-hero__introduction-inner {
  position: relative;
  padding: 42px 30px;
  font-size: 15px;
  line-height: 2.2em;
  text-align: center;
}

.p-hero__introduction-inner::before {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 35px;
  height: 11px;
  content: '';
}

.p-hero__introduction.is-scroll-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-detail::before {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translate(110%, -120%);
      -ms-transform: translate(110%, -120%);
          transform: translate(110%, -120%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background: url(../img/line.png) center center no-repeat;
  background-size: contain;
  width: 900px;
  height: 900px;
  content: '';
}

.p-detail.is-scroll-active::before {
  -webkit-transform: translate(70%, -80%);
      -ms-transform: translate(70%, -80%);
          transform: translate(70%, -80%);
}

.p-detail .p-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 70px auto 150px;
}

.p-detail .p-detail__content::before {
  position: absolute;
  top: 60px;
  left: 60px;
  background-color: #fff;
  width: 2000px;
  height: 100%;
  content: '';
}

.p-detail .p-detail__content--special {
  display: block;
  margin: 70px auto 150px;
}

.p-detail .p-detail__content--special::before {
  top: 60px;
  left: 60px;
  border: 3px solid #fff;
  background-color: transparent;
}

.p-detail .p-detail__content .p-detail__thumb {
  position: relative;
  margin-right: 40px;
  width: 400px;
}

.p-detail .p-detail__content .p-detail__thumb img {
  width: 400px;
  max-width: none;
}

.p-detail .p-detail__content .p-detail__description {
  position: relative;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.p-detail .p-detail__content .p-detail__description h2.p-detail__description-title {
  padding: 15px 0;
  width: 100%;
  height: 50px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.09em;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom {
  margin-top: 65px;
  padding-left: 30px;
  color: #000;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table {
  width: 100%;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr + tr td {
  padding-top: 30px;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr td.p-in-talbe-l {
  font-size: 15px;
  letter-spacing: 0.08em;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr td.p-in-talbe-l h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr td.p-in-talbe-r .c-btn {
  margin-top: 6px;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom .p-detail__description-list li {
  position: relative;
  margin-top: 10px;
  padding: 2px 0 2px 37px;
  font-size: 16px;
  line-height: 1.4em;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom .p-detail__description-list li:first-child {
  margin-top: auto;
}

.p-detail .p-detail__content .p-detail__description .p-detail__description-bottom .p-detail__description-list li span {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
}

.p-detail .p-detail__special {
  position: relative;
  padding-top: 63px;
  padding-left: 120px;
}

.p-detail .p-detail__special h2.p-detail__special-title {
  position: absolute;
  top: 100px;
  left: 63px;
  background: #fff;
  padding: 10px 40px;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.p-detail .p-detail__special ul.p-detail__special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 110px;
}

.p-detail .p-detail__special ul.p-detail__special-list li {
  margin-bottom: 3%;
  margin-left: 3%;
  width: 31%;
  line-height: 1.3em;
  text-align: center;
}

.p-detail .p-detail__special ul.p-detail__special-list li:nth-child(3n+1) {
  margin-left: auto;
  border-top: none;
}

.p-detail .p-detail__special ul.p-detail__special-list li .p-in-title {
  margin-bottom: 16px;
  font-size: 17px;
}

.p-detail .p-detail__special ul.p-detail__special-list li .p-in-img {
  margin: 0 auto 18px;
}

.p-detail .p-detail__special ul.p-detail__special-list li .p-in-description {
  font-size: 14px;
}

.p-detail .p-detail__special .p-detail__special-btn {
  margin: 18px auto 0;
  width: 100%;
  font-family: YakuHanJP, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.p-tracks::before {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translate(-112%, 25%);
      -ms-transform: translate(-112%, 25%);
          transform: translate(-112%, 25%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background: url(../img/line.png) center center no-repeat;
  background-size: contain;
  width: 900px;
  height: 900px;
  content: '';
}

.p-tracks.is-scroll-active::before {
  -webkit-transform: translate(-72%, -15%);
      -ms-transform: translate(-72%, -15%);
          transform: translate(-72%, -15%);
}

.p-tracks .p-tracks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 200px;
}

.p-tracks .p-tracks__content .p-tracks__content-item {
  position: relative;
  z-index: 1;
  padding-left: 140px;
  width: 50%;
}

.p-tracks .p-tracks__content .p-tracks__content-item h2.p-tracks__content-title {
  position: absolute;
  top: -60px;
  left: 42px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 1;
  border: 5px solid #fff;
  padding: 15px 22px;
  font-size: 26px;
}

.p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-read {
  position: relative;
  margin-bottom: 60px;
  font-size: 19px;
  line-height: 1.5em;
}

.p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-list {
  position: relative;
}

.p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-list li {
  position: relative;
  margin-top: 8px;
  color: #ddd;
  font-size: 15px;
  line-height: 1.2em;
}

.p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-list li:first-child {
  margin-top: 0;
}

.p-tracks .p-tracks__content .p-tracks__content-item.p-tracks__content-item--right {
  top: 115px;
}

.p-movie {
  position: relative;
}

.p-movie::before {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translate(110%, -120%);
      -ms-transform: translate(110%, -120%);
          transform: translate(110%, -120%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background: url(../img/line.png) center center no-repeat;
  background-size: contain;
  width: 900px;
  height: 900px;
  content: '';
}

.p-movie.is-scroll-active::before {
  -webkit-transform: translate(70%, -80%);
      -ms-transform: translate(70%, -80%);
          transform: translate(70%, -80%);
}

.p-movie .l-section__content::before {
  position: absolute;
  bottom: 0;
  left: -100%;
  background-color: #fff;
  width: 300%;
  height: 64%;
  content: '';
}

.p-movie__content {
  position: relative;
  margin-top: 70px;
}

.p-movie ul.p-movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-movie ul.p-movie__list li {
  margin-top: 3%;
  padding: 5px;
  width: 48.5%;
}

.p-movie ul.p-movie__list li:nth-child(2n) {
  margin-left: 3%;
}

.p-movie ul.p-movie__list li:nth-child(2n) p {
  left: 3%;
}

.p-movie ul.p-movie__list li .player {
  background: #fff;
}

.p-movie ul.p-movie__list li .player .p-movie__list-frame {
  position: relative;
  cursor: pointer;
  padding-bottom: 55%;
  width: 100%;
}

.p-movie ul.p-movie__list li .player .p-movie__list-frame figure,
.p-movie ul.p-movie__list li .player .p-movie__list-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movie ul.p-movie__list li .player .p-movie__list-frame figure::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: '';
}

.p-movie ul.p-movie__list li .player .p-movie__list-frame figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: url(../img/play.png) center center no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  content: '';
}

.p-movie ul.p-movie__list li .player .p-movie__list-frame:hover figure::before {
  background-color: rgba(0, 0, 0, 0);
}

.p-movie ul.p-movie__list li .player .p-movie__list-frame:hover figure::after {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
      -ms-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}

.p-movie ul.p-movie__list li .player h2.p-movie__list-title {
  display: none;
}

.p-movie ul.p-movie__list li p {
  margin-top: 8px;
  color: #686868;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
}

.l-footer {
  position: relative;
}

.p-footer {
  background: #000;
  padding: 194px 0 160px;
}

.p-footer__link-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.p-footer__link-info li {
  width: 50%;
  max-width: 540px;
  font-family: YakuHanJP, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  letter-spacing: 0.13em;
}

.p-footer__sns {
  margin-bottom: 50px;
}

.p-footer__sns li.p-footer__sns-list-item a img {
  width: 38px;
}

.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.p-footer__link li {
  margin: 0 12px;
  font-family: YakuHanJP, "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.p-footer__copy {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-line--default {
    margin: 20px auto 20px;
  }
  .c-btn--detail {
    border-radius: 50%;
    background: #000;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .c-btn--buy::before {
    left: 8px;
    margin-top: -10px;
    background: url(../img/icon_cart_w.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .c-btn--official {
    padding: 19px 10px;
  }
  .c-btn--footer {
    padding: 17px 10px;
  }
  .c-btn--special {
    padding: 17px 10px;
  }
  .p-header h1.p-hero__logo {
    top: 20px;
    left: 20px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
  .is-loaded .p-header h1.p-hero__logo {
    -webkit-transform: translateX(0) scale(0.6);
        -ms-transform: translateX(0) scale(0.6);
            transform: translateX(0) scale(0.6);
  }
  .p-header .p-header__share {
    display: none;
  }
  .is-loaded .l-bg::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .l-bg.is-scroll-active::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-section .l-section__title {
    padding-top: 24px;
    width: 90%;
    font-size: 31px;
  }
  .l-section .l-section__title::before {
    height: 7px;
  }
  .l-section .l-section__content {
    padding: 110px 0 50px;
    width: 90%;
  }
  .l-section-left.is-scroll-active .l-section__title::before {
    width: 18px;
  }
  .l-section-right.is-scroll-active .l-section__title::before {
    width: 18px;
  }
  .p-hero__icon {
    margin: 0 auto 10px;
    width: 160px;
  }
  .p-hero__read {
    margin-bottom: 17px;
    font-size: 35px;
  }
  .p-hero__date {
    font-size: 20px;
  }
  .p-hero__scroll {
    right: -30px;
  }
  .is-loaded .p-hero__scroll {
    bottom: 0;
  }
  .p-hero__scroll-text {
    padding-right: 23px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .p-hero__introduction {
    padding: 80px 0 50px;
    font-size: 12px;
  }
  .p-hero__introduction-inner {
    padding: 20px 30px;
    font-size: 13px;
    line-height: 1.65em;
  }
  .p-hero__introduction-inner::before {
    width: 20px;
    height: 6px;
  }
  .p-detail::before {
    width: 450px;
    height: 450px;
  }
  .p-detail.is-scroll-active::before {
    -webkit-transform: translate(80%, -90%);
        -ms-transform: translate(80%, -90%);
            transform: translate(80%, -90%);
  }
  .p-detail .p-detail__content {
    display: block;
    margin: 0 auto 100px;
    padding: 0 0 0 20px;
  }
  .p-detail .p-detail__content::before {
    top: 40px;
    left: 0;
  }
  .p-detail .p-detail__content--special {
    margin-bottom: 40px;
    padding: 20px 0 20px 20px;
  }
  .p-detail .p-detail__content--special::before {
    top: 0;
    left: 0;
  }
  .p-detail .p-detail__content .p-detail__thumb {
    margin: 0 auto 10px;
    width: 200px;
  }
  .p-detail .p-detail__content .p-detail__thumb img {
    width: 100%;
  }
  .p-detail .p-detail__content .p-detail__description h2.p-detail__description-title {
    height: auto;
    color: #000;
    font-size: 15px;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom {
    margin-top: 2px;
    padding-left: 0;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr + tr td {
    padding-top: 15px;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr td.p-in-talbe-l {
    font-size: 11px;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr td.p-in-talbe-l h3 {
    font-size: 14px;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr td.p-in-talbe-r {
    width: 40px;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom table.p-detail__description-table tr td.p-in-talbe-r .c-btn {
    margin-top: 2px;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom .p-detail__description-list li {
    margin-top: 0;
    padding: 1px 0 1px 25px;
    font-size: 13px;
    line-height: 1.8em;
  }
  .p-detail .p-detail__content .p-detail__description .p-detail__description-bottom .p-detail__description-list li span {
    top: 4px;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1em;
  }
  .p-detail .p-detail__special {
    padding-top: 45px;
    padding-left: 0;
  }
  .p-detail .p-detail__special h2.p-detail__special-title {
    top: 13px;
    left: -20px;
    padding: 13px 22px;
    font-size: 14px;
    letter-spacing: 0.25em;
  }
  .p-detail .p-detail__special ul.p-detail__special-list {
    margin-top: 20px;
  }
  .p-detail .p-detail__special ul.p-detail__special-list li {
    margin-bottom: 3%;
    margin-left: auto;
    border-top: 1px solid #666;
    padding: 16px 0;
    width: 100%;
  }
  .p-detail .p-detail__special ul.p-detail__special-list li .p-in-title {
    font-size: 16px;
  }
  .p-detail .p-detail__special ul.p-detail__special-list li .p-in-img {
    margin: 0 auto 13px;
    width: 80%;
  }
  .p-detail .p-detail__special .p-detail__special-btn {
    margin: 13px auto 0;
    padding: 13px 10px;
    width: 80%;
    font-size: 14px;
  }
  .p-tracks::before {
    width: 450px;
    height: 450px;
  }
  .p-tracks.is-scroll-active::before {
    -webkit-transform: translate(-82%, -5%);
        -ms-transform: translate(-82%, -5%);
            transform: translate(-82%, -5%);
  }
  .p-tracks .p-tracks__content {
    display: block;
    padding-bottom: 50px;
  }
  .p-tracks .p-tracks__content .p-tracks__content-item {
    padding-left: 69px;
    width: 100%;
  }
  .p-tracks .p-tracks__content .p-tracks__content-item h2.p-tracks__content-title {
    top: -33px;
    left: 3px;
    border: 3px solid #fff;
    padding: 7px 12px;
    font-size: 20px;
  }
  .p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-read {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }
  .p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-list {
    padding: 10px 0 25px;
  }
  .p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-list li {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.4em;
  }
  .p-tracks .p-tracks__content .p-tracks__content-item .p-tracks__content-list::before {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #343434;
    width: 2000px;
    height: 100%;
    content: '';
  }
  .p-tracks .p-tracks__content .p-tracks__content-item.p-tracks__content-item--right {
    top: auto;
    margin-top: 50px;
  }
  .p-movie::before {
    width: 450px;
    height: 450px;
  }
  .p-movie.is-scroll-active::before {
    -webkit-transform: translate(80%, -90%);
        -ms-transform: translate(80%, -90%);
            transform: translate(80%, -90%);
  }
  .p-movie .l-section__content::before {
    bottom: 12%;
    height: 70%;
  }
  .p-movie__content {
    margin-top: 5px;
  }
  .p-movie ul.p-movie__list li {
    margin-top: 3%;
    padding: 3px;
    width: 80%;
  }
  .p-movie ul.p-movie__list li:nth-child(2n) {
    margin-left: 19%;
  }
  .p-movie ul.p-movie__list li:nth-child(2n) p {
    left: 3%;
  }
  .p-movie ul.p-movie__list li p {
    font-size: 13px;
  }
  .p-footer {
    padding: 60px 0 90px;
  }
  .p-footer__link-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .p-footer__link-info li {
    width: 90%;
    font-size: 16px;
  }
  .p-footer__sns {
    margin-bottom: 28px;
  }
  .p-footer__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 30px;
    width: 90%;
  }
  .p-footer__link li {
    margin: 0 1%;
    width: 48%;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-hero__scroll:hover {
    -webkit-transform: rotate(90deg) translateX(-90%);
        -ms-transform: rotate(90deg) translateX(-90%);
            transform: rotate(90deg) translateX(-90%);
  }
  .p-tracks .p-tracks__content .p-tracks__content-item.p-tracks__content-item--left::before {
    position: absolute;
    top: 85px;
    right: 0;
    background-color: #343434;
    width: 2000px;
    height: 100%;
    content: '';
  }
  .p-tracks .p-tracks__content .p-tracks__content-item.p-tracks__content-item--left::after {
    position: absolute;
    right: 0;
    bottom: -200px;
    z-index: -1;
    border-width: 0 200px 200px 0;
    border-style: solid;
    border-color: transparent #171717 transparent transparent;
    width: 0;
    height: 0;
    content: '';
  }
  .p-tracks .p-tracks__content .p-tracks__content-item.p-tracks__content-item--right::before {
    position: absolute;
    top: 85px;
    left: 0;
    background-color: #242424;
    width: 2000px;
    height: 100%;
    content: '';
  }
  .p-tracks .p-tracks__content .p-tracks__content-item.p-tracks__content-item--right::after {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
    border-width: 200px 0 0 200px;
    border-style: solid;
    border-color: transparent transparent transparent #3c3c3c;
    width: 0;
    height: 0;
    content: '';
  }
}
