@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Convergence&display=swap);
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1;
}
* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
main {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.inner0 {
  margin: 0 auto;
  max-width: 1200px;
  width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .inner0 {
    padding: 0 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner0 {
    padding: 0 20px;
    width: 100%;
  }
}
.footer {
  background-color: #000;
}
.footer .copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  padding: 64px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .copy {
    line-height: 2;
    padding: 48px 0px 48px;
  }
}
.header {
  padding: 40px 59px 40px 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 5px 15px 0 10px;
    position: fixed;
    height: 55px;
  }
}
.header .logo {
  width: 390px;
  height: 160px;
  position: absolute;
  z-index: 99999;
  transition: opacity 0.3s;
}
.header .logo.off {
  opacity: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    display: none;
  }
}
.header .logo a {
  display: block;
  text-align: center;
  width: 260px;
  height: 186px;
  background-image: url(../images/siteID.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  .header .logo a {
    width: 174px;
    height: 20px;
    background-image: url(../images/siteID.png) !important;
  }
}
.header .gnav {
  display: none;
  padding-top: 5px;
  width: 390px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header .gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 4;
    padding: 95px 30px 40px;
    overflow: auto;
  }
}
.header .gnav li {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.19em;
  font-family: "Convergence", sans-serif;
}
.header .gnav li:hover {
  opacity: 1;
}
.header .gnav li:hover a {
  color: #0050FF;
}
.header .gnav li.disabled {
  cursor: default;
  opacity: 0.4 !important;
}
@media only screen and (min-width: 768px) {
  .header .gnav li {
    transition: color 0.3s;
  }
}
.header .gnav li a {
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .gnav li {
    color: #000;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 50px;
    border-bottom: 1px solid #e7e7e7;
  }
  .header .gnav li span, .header .gnav li a {
    display: block;
    position: relative;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .header .gnav li span:before, .header .gnav li a:before {
    content: "";
    background: #b2d5fd;
    position: absolute;
    width: 20px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto;
  }
  .header .gnav li.entry-btn {
    border: none;
    padding: 0;
    margin-top: 55px;
  }
}
.header.change-color .gnav li span, .header.change-color .gnav li a {
  color: #000;
}
.header.change-color .gnav li:hover {
  opacity: 1;
}
.header.change-color .gnav li:hover a {
  color: #0050FF;
}
.header.change-color .logo .brandname {
  color: #0050FF;
}
.header.fixed {
  background: #fff;
  border-bottom: 1px solid #F1F1F1;
}
.header.fixed .logo .brandname {
  color: #0050FF;
}
.header.fixed .logo a {
  background-image: url(../images/logo_b.svg);
}
.header.fixed .hamburger.is-active .hamburger-inner {
  background-color: transparent;
}
.header.fixed .hamburger .hamburger-inner {
  background-color: #0050FF;
}
.header.fixed .hamburger .hamburger-inner:before, .header.fixed .hamburger .hamburger-inner:after {
  background-color: #0050FF;
}
.header.fixed .gnav li:hover {
  opacity: 1;
}
.header.fixed .gnav li:hover a {
  color: #0050FF;
}
.header.fixed .gnav li span, .header.fixed .gnav li a {
  color: #666;
}
.header.fixed .gnav li span.current, .header.fixed .gnav li a.current {
  color: #0050FF;
  opacity: 1;
}
aside {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 119px;
}
@media only screen and (max-width: 767px) {
  aside {
    display: none;
  }
}
.wrap {
  overflow: hidden;
}
.wrap {
  margin-top: -1px;
  overflow: hidden;
}
main {
  /* IE11  */
}
header .logo, .comment .fI, .keyPC .dvdBnrPC, .introduction .fI, .bgMovie .fI, .comment .fI, .special .fI, .dvd .fI, .keyPC h2, .ticketBnr, .iconX {
  opacity: 0;
  transition: all 1s;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(60px) translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.fade {
  animation: fade .5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: .1s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.events {
  animation-delay: .7s !important;
}
.events6 {
  animation-delay: 1.5s !important;
}
@keyframes ani_border {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.keySP {
    background-position: center;
    position: relative;
    height: calc(100vh + 3px);
    width: 100%;
    background-image: url(../images/keySP.jpg);
    background-size: cover;
    z-index: 0;
  }
  .dvdBnrSP {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
  }
}
section.mvtop {
  background-position: center;
  position: relative;
  height: calc(100vh - 120px);
  width: 100%;
}
section.mvtop {
  background-image: url(../images/keyBg.jpg);
  background-size: 100% auto;
}
.keyPC {
  position: relative;
}
.dvdBnrPC {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 180px;
  z-index: 9999;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .dvdBnrPC {
    width: 120px;
  }
}
.dvdBnrPC img {
  margin: 0 0 0 0;
  height: auto;
}
a:hover img.hoverwhite {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80)”;
}
@media only screen and (max-width: 960px) {
  section.mvtop {
    background-position: center;
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.mvtop {
    background-position: center;
    position: relative;
    height: calc(100vh - 210px);
    width: 100%;
  }
  section.mvtop {
    background-image: url(../images/keyBg.jpg);
    background-size: auto 100%;
  }
}
.videoOverlay {
  background: url(../images/mvBg.png) repeat;
  background-size: 3px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.mvtop .bgMovie {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}
section.mvtop .bgMovie:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
}
section.mvtop .bgMovie video {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.trailerTitle {
  position: relative;
  text-align: center;
  padding-top: 72px;
  letter-spacing: 12px;
  margin-bottom: 18px;
  z-index: 999;
  color: #fff;
}
.trailerTitle .en {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  margin-bottom: 25px
}
.trailerTitle .ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .trailerTitle {
    margin-bottom: 50px;
    letter-spacing: 5px
  }
  .trailerTitle .en {
    font-size: 30px;
    margin-bottom: 10px
  }
  .trailerTitle .ja {
    font-size: 12px
  }
}
.trailerBtn {
  position: relative;
  text-align: center;
  width: 540px;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
  border: 2px solid #FF6D27;
  margin-top: 39px;
}
.trailerBtn img {
  margin: 0 0 0 0;
  height: auto;
  transition: transform .5s ease;
}
.trailerBtn:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .trailerBtn {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    z-index: 3;
  }
  .trailerBtn img {
    margin: 0px 0 0 0;
  }
}
section.introduction {
  background-image: url(../images/introductionBg.jpg);
  background-size: auto 100%;
  padding-bottom: 100px;
  padding-top: 100px;
  z-index: 0;
  position: relative;
}
section.introduction .storyID {
  background: url(../images/storyId.png) no-repeat;
  background-size: 27% auto;
  background-position: center;
  width: 100%;
  padding: 120px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  section.introduction {
    background-image: url(../images/introductionBg.jpg);
    background-size: auto 100%;
    position: relative;
    z-index: 0;
  }
  section.introduction .storyID {
    background: url(../images/storyId.png) no-repeat;
    background-size: 54% auto;
    background-position: center;
    width: 100%;
    padding: 27 0 45 0;
    z-index: 2;
  }
}
section.comment {
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.comment {
    padding-bottom: 90px;
  }
}
.idCommentTitle {
  position: relative;
  text-align: center;
  padding-top: 72px;
  letter-spacing: 12px;
  margin-bottom: 72px;
  color: #000;
}
.idCommentTitle .en {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  margin-bottom: 25px
}
.idCommentTitle .ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}
@media only screen and (max-width:767px) {
  .idCommentTitle {
    margin-bottom: 50px;
    letter-spacing: 5px
  }
  .idCommentTitle .en {
    font-size: 30px;
    margin-bottom: 10px
  }
  .idCommentTitle .ja {
    font-size: 12px
  }
}
#idComment {
  background-color: #FEEED7;
  z-index: 0;
  background-image: url(../images/commentBG.jpg);
}
.parallaxBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  z-index: -1;
}
.idComment ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9999;
}
.idComment ul li {
  width: 30%;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .idComment ul li {
    width: 100%;
    margin-top: 60px;
  }
  .idComment ul li:first-child {
    margin-top: 0;
  }
}
.idComment ul li:nth-child(1), .idComment ul li:nth-child(2), .idComment ul li:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .idComment ul li:nth-child(1), .idComment ul li:nth-child(2), .idComment ul li:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .idComment ul li:nth-child(1) {
    margin-top: 0px;
  }
}
.idComment ul li {
  display: block;
}
.idComment ul li .fI {
  overflow: hidden;
  position: relative;
}
.textInner {
  padding-top: 21px;
}
h3.artistName, p.postTitle {
  text-shadow: #FEEED7 -1px -1px 0px;
}
.postTime {
  color: #fff;
  background: #000;
  padding: 3px 12px 3px;
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  margin-right: 10px;
}
.newIcon {
  color: #000;
  background: #FEFF39;
  padding: 3px 12px 3px;
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  margin-right: 10px;
  animation: flash 2s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width:960px) {
  .postTime {
    font-size: 12px;
    padding: 1px 6px 2px;
    margin-top: 2px
  }
  .newIcon {
    font-size: 12px;
    padding: 1px 6px 2px;
    margin-top: 2px
  }
}
@media only screen and (max-width:767px) {
  .postTime {
    font-size: 12px;
    padding: 1px 6px 2px;
    margin-top: 2px
  }
  .newIcon {
    font-size: 12px;
    padding: 1px 6px 2px;
    margin-top: 2px
  }
}
.artistName {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  padding-top: 9px;
}
.postTitle {
  margin-top: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 400;
  width: 100%
}
@media only screen and (max-width:960px) {
  .artistName {
    font-size: 16px
  }
  .postTitle {
    margin-top: 10px;
    font-size: 14px
  }
}
@media only screen and (max-width:767px) {
  .artistName {
    font-size: 16px
  }
  .postTitle {
    margin-top: 10px;
    font-size: 14px
  }
}
.idComment ul li a:hover .imgBox img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.idComment ul li a .imgBox {
  overflow: hidden;
  position: relative;
}
.idComment ul li a .imgBox img {
  width: 100%;
  transition: all .6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
section.dvd {
  background-image: url(../images/introductionBg3.jpg);
  background-size: auto 100%;
  padding-bottom: 100px;
  z-index: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.dvd {
    background-image: url(../images/introductionBg3.jpg);
    background-size: auto 100%;
    position: relative;
    z-index: 0;
  }
}
section.special {
  background-image: url(../images/introductionBg2.jpg);
  background-size: auto 100%;
  padding-bottom: 100px;
  z-index: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.special {
    background-image: url(../images/introductionBg2.jpg);
    background-size: auto 100%;
    position: relative;
    z-index: 0;
  }
}
.specialTitle {
  position: relative;
  text-align: center;
  padding-top: 72px;
  letter-spacing: 12px;
  margin-bottom: 72px;
  z-index: 999;
  color: #fff;
}
.specialTitle .en {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  margin-bottom: 25px;
}
.specialTitle .ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}
@media only screen and (max-width:767px) {
  .specialTitle {
    margin-bottom: 50px;
    letter-spacing: 5px
  }
  .specialTitle .en {
    font-size: 30px;
    margin-bottom: 10px
  }
  .specialTitle .ja {
    font-size: 12px
  }
}
.spDvd {
  position: relative;
  text-align: center;
  width: 720px;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
  border: 2px solid #FFF;
  margin-top: 39px;
}
.spDvd img {
  margin: 0 0 0 0;
  height: auto;
  transition: transform .5s ease;
}
.spDvd:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .spDvd {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    z-index: 3;
  }
  .spDvd img {
    margin: 0px 0 0 0;
  }
}
.sI1 {
  animation: SlideIn 1.6s;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(72px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#page_top {
  width: 36px;
  height: 36px;
  background: url(../images/anchor.svg) 50% no-repeat;
  background-size: cover;
  position: fixed;
  right: 13px;
  bottom: 13px;
  opacity: 1;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
.specialInfo {
  color: #fff;
  text-align: center;
}
.specialInfoLead {
  color: #FF6D27;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  line-height: 1.5;
  margin: 25px 0;
  text-shadow: #000 -1px -1px 6px;
}
.dvd .specialInfoLead .text3 {
  color: #FF6D27;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  line-height: 1.5;
  margin: 25px 0;
  text-shadow: #fff -1px -1px 6px;
}
.specialInfoLead2 {
  color: #FF6D27;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  line-height: 1.5;
  margin: 0px 0;
}
.specialInfoLead3 {
  font-size: 36px;
  letter-spacing: 4px;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  line-height: 1.5;
  margin: 0px 0;
  text-shadow: #fff -1px -1px 6px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.specialInfoLead4 {
  font-size: 18px;
  letter-spacing: 4px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.0;
  margin: 0px 0;
  text-shadow: #fff -1px -1px 6px;
}
.specialInfoLead .time {
  font-size: 48px;
  letter-spacing: 2px;
}
.specialInfoLead .text {
  font-size: 36px;
  letter-spacing: 4px;
  color: #fff;
}
.specialInfoLead .text6 {
  font-size: 36px;
  letter-spacing: 4px;
  color: #000;
}
.specialInfoLead .text2 {
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
  width: 95%;
  align-items: stretch;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.dvd .specialInfoLead .text2 {
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
  width: 95%;
  align-items: stretch;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}.dvd .specialInfoLead .text3 {
  color: #000;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
  width: 95%;
  align-items: stretch;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .specialInfoLead .time {
    font-size: 39px;
    letter-spacing: 2px;
  }
  .specialInfoLead .text {
    font-size: 27px;
    letter-spacing: 4px;
  }
  .specialInfoLead .text2 {
    font-size: 15px;
  }
  .specialInfoLead3 {
    font-size: 24px;
  }
  .specialInfoLead4 {
    font-size: 15px;
  }
}
.small {
  font-size: 72%;
}
.specialInfo .infoList {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 780px;
  margin: 99px auto 45px;
  line-height: 1.6;
  width: 95%;
  align-items: stretch;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: #000 -1px -1px 6px;
}
.specialInfo .infoList dd:nth-last-of-type(n+2), .specialInfo .infoList dt:nth-last-of-type(n+2) {
  margin-bottom: 30px;
}
.specialInfo .infoList dt {
  width: 30%;
  padding-right: 30px;
  border-right: 1px #a3a3a3 solid;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.specialInfo .infoList dd {
  width: 70%;
  padding-left: 30px;
  font-size: 18px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .specialInfo .infoList dt {
    font-size: 15px;
  }
  .specialInfo .infoList dd {
    font-size: 15px;
  }
}
.buyHere {
  margin-top: 9px;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  font-family: 'Playfair Display', serif;
}
@media only screen and (max-width:950px) {
  .buyHere {
    margin-top: 3px
  }
}
.buyHereLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF6D27;
  pointer-events: all
}
@media only screen and (min-width:951px) {
  .buyHereLink {
    width: 320px;
    height: 70px;
    font-size: 26px;
    letter-spacing: 10px;
    transition: .8s background-color, .8s letter-spacing
  }
  .buyHereLink:hover {
    background: rgba(234, 40, 79, 0);
    letter-spacing: 15px
  }
  .buyHereLink:hover::after, .buyHereLink:hover::before {
    transform: scaleX(1)
  }
}
@media only screen and (max-width:950px) {
  .buyHereLink {
    max-width: 350px;
    width: 80%;
    height: 50px;
    font-size: 18px;
    letter-spacing: 3px
  }
}
.buyHereLink::after, .buyHereLink::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: .4s transform
}
.buyHereLink:before {
  top: 0;
  transform-origin: left center
}
.buyHereLink:after {
  bottom: 0;
  transform-origin: right center
}
.dvdItem {
  margin-top: 60px
}
.dvdItemHead {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dvdItemHead .title {
  font-family: 'Nunito', sans-serif;
  font-size: 45px;
  background: #ef9d1f;
  color: #fff;
  line-height: 1.6;
  padding: 5px 15px;
  display: inline-flex;
}
@media only screen and (max-width:950px) {
  .dvdItem {
    margin-top: 30px
  }
  .dvdItemHead .title {
    font-size: 30px
  }
  .dvdItemHead .title br {
    display: none
  }
}
.dvdItemHead .present {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin-top: 5px;
  font-size: 39px;
  color: #fff;
  padding: 5px 15px;
  background: #ef9d1f;
  display: inline-flex
}
.dvdItemContent {
  margin-top: 65px;
  display: flex
}
.dvdItemContent2 {
  margin-top: 0px;
  display: flex
}
.dvdItemContentImage {
  width: 50%;
  padding-right: 6%
}
.dvdItemContentImage2 {
  width: 50%;
  padding-right: 0%
}
@media only screen and (max-width:950px) {
  .dvdItemHead .present {
    font-size: 26px
  }
  .dvdItemContent {
    flex-wrap: wrap;
    margin-top: 30px
  }
  .dvdItemContent2 {
    flex-wrap: wrap;
    margin-top: 0px
  }
  .dvdItemContentImage {
    width: 100%;
    padding-right: 0
  }
}
.dvdItemContentImage .storeList {
  display: flex;
  margin-top: 50px;
  justify-content: space-between
}
.dvdItemContentImage .storeItem {
  width: 48%
}
.dvdItemContentImage .storeItemLink {
  display: block;
  transition: .4s opacity;
  user-select: none
}
.dvdItemContentImage .storeItemLink:hover {
  opacity: .8
}
.dvdItemContentImage .storeItemLink img {
  display: block
}
.dvdItemContentInfo {
  width: 50%;
}
.dvdItemContentInfo2 {
  width: 45%;
}
@media only screen and (max-width:950px) {
  .dvdItemContentImage .storeList {
    margin-top: 25px
  }
  .dvdItemContentInfo {
    width: 100%;
    margin-top: 40px
  }
}
.dvdItemContentInfo .infoSection:not(:first-of-type) {
  margin-top: 18px
}
.dvdItemContentInfo .infoSectionTitle {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 15px;
  border-bottom: 2px #333 solid;
  padding-top: 27px;
  text-shadow: #fff -1px -1px 6px;
}
.dvdItemContentInfo .infoSectionTitle2 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 15px;
  border-bottom: 2px #fff solid;
  padding-top: 27px;
  text-shadow: #000 -1px -1px 6px;
	text-align: left;
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoSection:not(:first-of-type) {
    margin-top: 20px
  }
  .dvdItemContentInfo .infoSectionTitle, .dvdItemContentInfo .infoSectionTitle2 {
    font-size: 22px
  }
	
}
.dvdItemContentInfo .infoSectionList {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 500;
  margin-top: 30px;
  text-shadow: #fff -1px -1px 6px;
}
.dvdItemContentInfo .infoSectionList2 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
  text-shadow: #000 -1px -1px 6px;
	text-align: left;
}
.infoNote {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-top: 45px;
	margin-bottom: 72px;
  text-shadow: #000 -1px -1px 6px;
	text-align: left;
	line-height: 162%;
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoSectionList, .dvdItemContentInfo .infoSectionList2{
    margin-top: 15px
  }
}
.dvdItemContentInfo .infoSectionItem {
  position: relative
}
.dvdItemContentInfo .infoSectionItem:not(:first-of-type) {
  margin-top: 20px
}
.dvdItemContentInfo .infoSectionItemTitle, .dvdItemContentInfo .infoSectionItemTitle2 {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  letter-spacing: 3px
}
.dvdItemContentInfo .infoSectionItemTitle::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #333;
  text-shadow: #fff -1px -1px 6px;
  transform: rotate(45deg)
}
.dvdItemContentInfo .infoSectionItemTitle2::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  text-shadow: #000 -1px -1px 6px;
  transform: rotate(45deg)
}

@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoSectionItem:not(:first-of-type) {
    margin-top: 8px
  }
  .dvdItemContentInfo .infoSectionItemTitle, .dvdItemContentInfo .infoSectionItemTitle2 {
    font-size: 16px; 
    letter-spacing: 2px;
    line-height: 1.6
  }
  .dvdItemContentInfo .infoSectionItemTitle::before {
    top: 10px
  }
	.dvdItemContentInfo .infoSectionItemTitle2::before {
    top: 10px
  }
}
.dvdItemContentInfo .infoSectionItemText {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 20px
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoSectionItemText {
    margin-top: 10px;
    line-height: 1.5
  }
}
.dvdItemContentInfo .infoDetail {
  background: rgba(146, 146, 146, .7);
  padding: 40px;
  user-select: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 400;
}
.dvdItemContentInfo .infoDetail .detailList {
  display: flex;
  flex-wrap: wrap
}
.dvdItemContentInfo .infoDetail .detailListDesc, .dvdItemContentInfo .infoDetail .detailListTitle {
  line-height: 1.8;
  font-size: 15px
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoDetail {
    padding: 15px;
    margin-top: 25px
  }
  .dvdItemContentInfo .infoDetail .detailListDesc, .dvdItemContentInfo .infoDetail .detailListTitle {
    font-size: 14px
  }
}
.dvdItemContentInfo .infoDetail .detailListDesc:not(:first-of-type), .dvdItemContentInfo .infoDetail .detailListTitle:not(:first-of-type) {
  margin-top: 15px
}
.dvdItemContentInfo .infoDetail .detailListTitle {
  width: 23%;
  padding-right: 5%;
  display: flex;
  margin-right: 5%;
  justify-content: space-between
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoDetail .detailListDesc:not(:first-of-type), .dvdItemContentInfo .infoDetail .detailListTitle:not(:first-of-type) {
    margin-top: 8px
  }
  .dvdItemContentInfo .infoDetail .detailListTitle {
    width: 20%;
    margin-right: 10%;
    padding-right: 0
  }
}
.dvdItemContentInfo .infoDetail .detailListTitle .t {
  display: flex
}
.dvdItemContentInfo .infoDetail .detailListTitle .t .ten {
  letter-spacing: -.8em
}
.dvdItemContentInfo .infoDetail .detailListDesc {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 70%
}
.gallery {
  display: flex;
  margin: 0px auto;
  width: 100%;
  position: relative;
  padding-top: 66.6666666667%;
}
.gallery {
  padding-top: 540px;
}
@media only screen and (max-width:950px) {
  .gallery {
    padding-top: 770px;
  }
  .storeList.pc {
    display: none;
  }
  .dvdItemContentImage.sp {
    display: block !important;
  }
}
@media only screen and (max-width:767px) {
  .gallery {
    padding-top: 350px;
  }
}
.galleryImg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.galleryThumb {
  display: block;
}
.gallerySelector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallerySelector:checked + .galleryImg {
  opacity: 1;
}
.gallerySelector:checked ~ .galleryThumb > img {
  box-shadow: 0 0 0 2px #FF6D27;
}
.galleryThumb img {
  max-width: 96%;
}
.galleryItem {
  width: 19%;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.keyLayer1 {
  position: absolute;
  bottom: 0;
  right: 18px;
  overflow: hidden;
  width: 63%;
  z-index: 8;
}
.keyLayer1 img {
  margin: 0 0 0 0;
  height: auto;
}
.infoList ul {
  list-style: disc;
}
p .none {
  line-height: 0.18em;
}
.keyPC h2 {
  position: absolute;
  z-index: 9;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: 3.6vmax;
  color: #fff;
  line-height: 1.6em;
  bottom: 45px;
  left: 36px;
  text-shadow: #000 -1px -1px 6px;
}
.keyPC h2 span {
  background-color: rgba(46, 46, 46, 0.7);
  padding: 3px 12px 3px;
}
.ticketBnr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36%;
  z-index: 9;
}
.pc .iconX {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 999;
}
.sp .iconX {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 999;
}
@media only screen and (max-width:950px) {
  .keyPC h2 {
    font-size: 2.4vmax;
    bottom: 18px;
    left: 27px;
  }
  .header .logo a {
    width: 240px;
    height: 123px;
  }
}
.storyTitle {
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
  margin-bottom: 18px;
  z-index: 999;
  color: #fff;
}
.storyTitle .en {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 25px;
  letter-spacing: 12px;
  line-height: 1.5em;
  text-shadow: #000 -1px -1px 6px;
}
.storyTitle .ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  letter-spacing: 6px;
  line-height: 210%;
  text-shadow: #000 -1px -1px 6px;
  padding-bottom: 54px;
}
@media only screen and (max-width:950px) {
  .storyTitle .en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 12px;
    line-height: 1.5em;
    text-shadow: #000 -1px -1px 6px;
  }
  .storyTitle .ja {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 6px;
    line-height: 210%;
    text-shadow: #000 -1px -1px 6px;
    padding-bottom: 54px;
  }
}
@media only screen and (max-width:767px) {
  .storyTitle {
    margin-bottom: 50px;
    letter-spacing: 5px
  }
  .storyTitle .en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 6px;
    text-shadow: #000 -1px -1px 3px;
  }
  .storyTitle .ja {
    font-size: 12px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 180%;
    text-shadow: #000 -1px -1px 3px;
    padding-bottom: 9px;
  }
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 21px;
  min-width: 120px;
  max-width: 100%;
  color: #E60012;
  font-size: 36px;
  background: #FFF100;
  border-radius: 15px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF100;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
.gallery2 {
  display: flex;
  margin: 0px auto;
  width: 100%;
  position: relative;
  padding-top: 66.6666666667%;
}
.gallery2 {
  padding-top: 540px;
}
@media only screen and (max-width:950px) {
  .gallery2 {
    padding-top: 770px;
  }
  .storeList.pc {
    display: none;
  }
  .dvdItemContentImage.sp {
    display: block !important;
  }
}
@media only screen and (max-width:767px) {
  .gallery2 {
    padding-top: 350px;
  }
}
.gallery2Img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery2Thumb {
  display: block;
}
.gallery2Selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery2Selector:checked + .gallery2Img {
  opacity: 1;
}
.gallery2Selector:checked ~ .gallery2Thumb > img {
  box-shadow: 0 0 0 2px #FF6D27;
}
.gallery2Thumb img {
  max-width: 90%;
}
.gallery2Item {
  width: 19%;
  display: block;
  margin-left: auto;
  margin-right: auto
}