@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1; /*text-shadow: 0px 0px 0px #000;*/
}
* {
  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;
  image-rendering: -webkit-optimize-contrast;
}
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;
}
.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;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 5px 15px 0 10px;
    position: fixed;
    height: 55px;
  }
}
.header .logo {
  display: none;
  transition: all 0.3s ease;
}
.header .logo.on {
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    display: none;
  }
}
.header .logo a {
  display: block;
  text-align: center;
  width: 250px;
  height: 113px;
  background-image: url(../images/siteID.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .header .logo a {
    width: 125px;
    height: 57px;
    background-image: url(../images/siteID.svg) !important;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo a {
    width: 174px;
    height: 20px;
    background-image: url(../images/siteID.svg) !important;
  }
}
.footer {
  background-color: #ef9d1f;
}
.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;
  }
}
.wrap {
  overflow: hidden;
}
@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%;
  }
}
body.index .wrap {
  margin-top: -1px;
  overflow: hidden;
}
body.index main {
  /* IE11  */
}
header .logo, .keyLogo, .storyTitle, .storyID, .keyPC .storyTitle, .dvdBnrPC, .introTxt, .trailerTitle, .trailerBtn, .episodeTitle, .specialTitle, .spDvd, .specialInfo, .buyHere, #epSlider1, #epSlider2, #epSlider3, #epSlider4, #epSlider5, .dvdItemHead, .gallery, .storeList, .infoDetail, .infoSection, .newsTop {
  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.0s !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;
  }
}
.keyPC {
  position: relative;
}
.dvdBnrPC {
  position: absolute;
  bottom: -27px;
  right: 18px;
  overflow: hidden;
  width: 333px;
  z-index: 9999;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
.newsTop {
  position: absolute;
  top: 27px;
  right: 18px;
  overflow: hidden;
  width: 333px;
  z-index: 9999;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
@media only screen and (max-width: 960px) {
  .dvdBnrPC {
    width: 210px;
  }
  .newsTop {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .newsTop {
    width: 90px;
    position: absolute;
    top: 3px;
    right: 3px;
  }
}
.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)”;
}
.keyNote {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 9998;
}
.keyLogo {
  position: absolute;
  top: 6%;
  left: 25%;
  width: 50%;
}
.keyNote img {
  margin: 0 0 0 0;
  height: auto;
}
a:hover img.hoverwhite {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80)”;
}
section.mvtop {
  background-position: center;
  position: relative;
  height: calc(190vh - 9px);
  width: 100%;
}
@media only screen and (max-width: 960px) {
  section.mvtop {
    background-position: center;
    position: relative;
    height: calc(110vh - 90px);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.mvtop {
    background-position: center;
    position: relative;
    height: calc(100vh - 60px);
    width: 100%;
  }
  section.mvtop {
    background-image: url(../images/bgKey.jpg);
    background-size: auto 100%;
  }
}
section.mvtop {
  background-image: url(../images/bgKey.jpg);
  background-size: 100% auto;
}
.trailerBtn {
  position: relative;
  text-align: center;
  width: 540px;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
  border: 2px solid #fff;
}
.bgMovie {
  padding: 0px 0 0px;
}
.bgMovie .trailerBtn {
  position: relative;
  height: 0;
  overflow: hidden;
  background: #000;
  width: 1000px;
  height: 568px;
  margin: 0 auto;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.4);
  margin-top: 45px;
}
.trailerBtn iframe {
  width: 1000px;
  height: 568px;
}
@media screen and (max-width: 960px) {
  .bgMovie {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .bgMovie .trailerBtn {
    position: relative;
    height: 0;
    overflow: hidden;
    background: #000;
    width: 666px;
    height: 378px;
    margin: 0 auto;
	  margin-top: 27px;
  }
  .bgMovie .trailerBtn iframe {
    width: 666px;
    height: 378px;
  }
}
@media screen and (max-width: 767px) {
  .bgMovie {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .bgMovie .trailerBtn {
    position: relative;
    height: 0;
    overflow: hidden;
    background: #000;
    width: 320px;
    height: 184px;
    margin: 0 auto;
    margin-top: 18px;
  }
  .bgMovie .trailerBtn iframe {
    width: 320px;
  }
}
.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: 'Nunito', sans-serif;
  font-size: 50px;
  margin-bottom: 25px
}
.trailerTitle .ja {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 21px;
  font-weight: 900;
}
@media only screen and (max-width:960px) {
  .trailerTitle {
    margin-bottom: 30px;
    letter-spacing: 5px
  }
  .trailerTitle .en {
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: 6px;
  }
  .trailerTitle .ja {
    font-size: 16px;
    letter-spacing: 6px;
    line-height: 210%;
  }
}
@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
  }
}
section.introduction {
  background-image: url(../images/bgIntro.jpg);
  background-size: 100% auto;
  padding: 300px 0;
  z-index: 0;
  position: relative;
}
section.introduction .storyID {
  background: url(../images/storyId.png) no-repeat;
  background-size: 42% auto;
  background-position: center;
  width: 100%;
  padding: 75px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  section.introduction {
    background-image: url(../images/bgIntro.jpg);
    background-size: auto 100%;
    padding: 120px 0;
    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;
  }
}
.storyTitle {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 0px;
  margin-bottom: 18px;
  z-index: 999;
  color: #fff;
  text-shadow: 0 0 9px #ef9d1f;
}
.storyTitle .en {
  font-family: 'Nunito', sans-serif;
  font-size: 50px;
  margin-bottom: 25px;
  letter-spacing: 12px;
}
.storyTitle .ja {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 6px;
}
.introTxt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-top: 45px;
  letter-spacing: 6px;
  line-height: 240%;
  text-shadow: 0 0 9px #ef9d1f;
}
.introTxt strong {
  font-weight: 900;
  font-size: 150%;
}
@media only screen and (max-width:960px) {
  section.introduction {
    background-color: #ef9d1f;
    padding: 150px 0;
    z-index: 0;
    position: relative;
  }
  .storyTitle {
    margin-bottom: 30px;
    letter-spacing: 5px
  }
  .storyTitle .en {
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: 6px;
  }
  .storyTitle .ja {
    font-size: 16px;
    letter-spacing: 6px;
    line-height: 210%;
  }
  .introTxt {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-top: 18px;
    letter-spacing: 0px;
    line-height: 180%;
  }
  .introTxt strong {
    font-weight: 700;
    font-size: 124%;
  }
}
@media only screen and (max-width:767px) {
  section.introduction {
    background-color: #ef9d1f;
    padding: 210px 0;
    z-index: 0;
    position: relative;
  }
  .storyTitle {
    margin-bottom: 50px;
    color: #111;
    letter-spacing: 5px
  }
  .storyTitle .en {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 6px;
  }
  .storyTitle .ja {
    font-size: 12px;
    letter-spacing: 6px;
    line-height: 210%;
    color: #111;
  }
  .introTxt {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #111;
    margin-top: 18px;
    letter-spacing: 0px;
    line-height: 190%;
  }
  .introTxt strong {
    font-weight: 700;
    font-size: 130%;
  }
}
section.special {
  background-image: url(../images/bgSpecial.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/bgSpecial.jpg);
    background-size: auto 100%;
    position: relative;
    z-index: 0;
  }
}
.specialTitle {
  position: relative;
  text-align: center;
  padding-top: 72px;
  letter-spacing: 12px;
  margin-bottom: 27px;
  z-index: 999;
  color: #fff;
}
.specialTitle .en {
  font-family: 'Nunito', sans-serif;
  font-size: 50px;
  margin-bottom: 25px;
}
.specialTitle .ja {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 21px;
  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: 900px;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
  border: 2px solid #ef9d1f;
  ;
  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: #ef9d1f;
  font-family: 'Nunito', sans-serif;
  line-height: 1.5;
  margin: 25px 0;
}
.specialInfoLead .time {
  font-size: 56px;
  letter-spacing: 2px;
}
.specialInfoLead .text {
  font-size: 36px;
  letter-spacing: 4px;
  color: #fff;
}
.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;
}
@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;
  }
}
.small {
  font-size: 72%;
}
.specialInfo .infoList {
  color: #fff;
  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: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}
.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: 90px;
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
}
@media only screen and (max-width:950px) {
  .buyHere {
    margin-top: 50px
  }
}
.buyHereLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1a733b;
  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
}
.episode {
  padding: 0 30px 0px;
}
.episode {
  background-color: #ef9d1f;
  padding: 6px 0 1px;
}
.episodeTitle {
  position: relative;
  text-align: center;
  padding-top: 72px;
  letter-spacing: 12px;
  margin-bottom: 18px;
  z-index: 999;
  color: #fff;
}
.episodeTitle .en {
  font-family: 'Nunito', sans-serif;
  font-size: 50px;
  margin-bottom: 25px
}
.episodeTitle .ja {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 21px;
  font-weight: 900;
}
@media only screen and (max-width:767px) {
  .episodeTitle {
    margin-bottom: 18px;
    letter-spacing: 5px
  }
  .episodeTitle .en {
    font-size: 30px;
    margin-bottom: 10px
  }
  .episodeTitle .jp {
    font-size: 12px
  }
  .episode {
    padding: 9px 0 40px;
  }
  .episode {
    padding-bottom: 3px;
  }
}
.episode {
  position: relative;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.epSlider {
  padding-top: 9px;
  position: relative;
  padding-bottom: 210px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .epSlider {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.epSlider:before {
  content: "";
  width: 127.7px;
  height: 100%;
  transform: rotate(-360deg);
  background-image: linear-gradient(to right, #ef9d1f, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .epSlider:before {
    width: 40px;
  }
}
.epSlider:after {
  content: "";
  width: 127.7px;
  height: 100%;
  transform: rotate(-180deg);
  background-image: linear-gradient(to right, #ef9d1f, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .epSlider:after {
    width: 40px;
  }
}
.epSlider .peoples ul li:nth-child(1), .epSlider .peoples ul li:nth-child(2), .epSlider .peoples ul li:nth-child(3) {
  margin-top: 0;
}
.epSlider .peoples ul {
  display: block;
}
.epSlider .peoples ul li {
  width: auto;
  padding: 0 20px;
  margin-top: 0;
  outline: none;
}
.epSlider .peoples ul li img {
  border: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .epSlider .peoples ul li {
    padding: 0 7.5px;
  }
}
.epSlider .peoples ul li a {
  outline: none;
}
.epSlider .peoples ul .slick-list {
  overflow: visible;
}
.epSlider .peoples .slick-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -45px;
}
@media only screen and (max-width: 767px) {
  .epSlider .peoples .slick-dots {
    bottom: -45px;
  }
}
.epSlider .peoples .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 7px;
}
@media only screen and (max-width: 767px) {
  .staffSlider .peoples .slick-dots li {
    margin: 0 5px;
  }
}
.epSlider .peoples .slick-dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .epSlider .peoples .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-top: 9px;
  }
}
.epSlider .peoples .slick-dots li.slick-active button {
  background: #1a733b;
}
.peoples ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.peoples ul li {
  width: 30%;
  margin-top: 110px;
}
.peoples ul li .label {
  position: absolute;
  top: 36px;
  right: 0px;
}
.peoples ul li .label img {
  width: 75px;
}
@media only screen and (max-width: 767px) {
  .peoples ul li .label {
    top: 32px;
    right: 0px;
  }
  .peoples ul li .label img {
    width: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .peoples ul li {
    width: 100%;
    margin-top: 60px;
  }
  .peoples ul li:first-child {
    margin-top: 0;
  }
}
.peoples ul li:nth-child(1), .peoples ul li:nth-child(2), .peoples ul li:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .peoples ul li:nth-child(1), .peoples ul li:nth-child(2), .peoples ul li:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .peoples ul li:nth-child(1) {
    margin-top: 0px;
  }
}
#epSlider1, #epSlider2, #epSlider3, #epSlider4, #epSlider5 {
  margin: 0;
  padding: 0;
  padding-bottom: 90px;
  line-height: 0;
}
.epSlider h4 {
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.6em;
  color: #ef9d1f;
  font-size: 21px;
  font-weight: 900;
  margin-top: 21px;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 36px;
}
@media only screen and (max-width:767px) {
  .epSlider h4 {
    padding-top: 0;
  }
}
.bgcw {
  background-color: #fff;
  padding: 3px 0px 3px 12px;
}
.epTxt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 18px;
  letter-spacing: 3px;
  line-height: 210%;
  margin-bottom: 18px;
  z-index: 9999;
  max-width: 630px;
  width: 630px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:767px) {
  .epTxt {
    font-size: 12px;
    max-width: 300px;
    width: 300px;
  }
}
.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: 'Zen Maru Gothic', 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
}
.dvdItemContentImage {
  width: 50%;
  padding-right: 6%
}
@media only screen and (max-width:950px) {
  .dvdItemHead .present {
    font-size: 26px
  }
  .dvdItemContent {
    flex-wrap: wrap;
    margin-top: 30px
  }
  .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%;
}
@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: 40px
}
.dvdItemContentInfo .infoSectionTitle {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 15px;
  border-bottom: 1px #dbdbdb solid;
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoSection:not(:first-of-type) {
    margin-top: 20px
  }
  .dvdItemContentInfo .infoSectionTitle {
    font-size: 22px
  }
}
.dvdItemContentInfo .infoSectionList {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-top: 30px
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoSectionList {
    margin-top: 15px
  }
}
.dvdItemContentInfo .infoSectionItem {
  position: relative
}
.dvdItemContentInfo .infoSectionItem:not(:first-of-type) {
  margin-top: 20px
}
.dvdItemContentInfo .infoSectionItemTitle {
  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: #fff;
  transform: rotate(45deg)
}
@media only screen and (max-width:950px) {
  .dvdItemContentInfo .infoSectionItem:not(:first-of-type) {
    margin-top: 8px
  }
  .dvdItemContentInfo .infoSectionItemTitle {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6
  }
  .dvdItemContentInfo .infoSectionItemTitle::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, .3);
  padding: 40px;
  user-select: none;
  font-family: 'Zen Maru Gothic', 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 #ef9d1f;
}
.galleryThumb img {
  max-width: 96%;
}
.galleryItem {
  width: 19%;
  display: block;
  margin-left: auto;
  margin-right: auto
}