@charset "UTF-8";

@font-face {
  font-family: "Noto Serif JP";
  src: url("/common/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Light.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Regular.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Medium.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Bold.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-SemiBold.otf") format("opentype");
}

* {
  font-family: "Noto Serif JP", '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif !important;
}
a:hover {
  opacity: 0.7;
}
.for-pc {
  display: inherit;
}
.for-sp {
  display: none;
}
.for-narrow__none {
  display: inherit;
}
@media screen and (max-width: 640px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  .for-narrow__none {
    display: inherit;
  }
}
@media screen and (max-width: 400px) {
  .for-narrow__none {
    display: none;
  }
}

/* movie */
.movie {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.movie section {
  /* padding-top: 40px; */
}
.movie section:first-of-type {
  padding-top: 0;
}
.movie section:last-of-type {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .movie section {
    /* padding-top: 20px; */
  }
  .movie section:first-of-type {
    padding-top: 0;
  }
  .movie section:last-of-type {
    padding-bottom: 20px;
  }
}

/* margin */
.movie .mt10-pc {
  margin-top: 10px !important;
}
.movie .mt20-pc {
  margin-top: 20px !important;
}
.movie .mt30-pc {
  margin-top: 30px !important;
}
.movie .mt40-pc {
  margin-top: 40px !important;
}
.movie .mt50-pc {
  margin-top: 50px !important;
}
.movie .mt80-pc {
  margin-top: 80px !important;
}
@media only screen and (max-width: 640px) {
  .movie .mt10-sp {
    margin-top: 10px !important;
  }
  .movie .mt15-sp {
    margin-top: 15px !important;
  }
  .movie .mt20-sp {
    margin-top: 20px !important;
  }
  .movie .mt25-sp {
    margin-top: 25px !important;
  }
  .movie .mt30-sp {
    margin-top: 30px !important;
  }
  .movie .mt40-sp {
    margin-top: 40px !important;
  }
}

/***** bg *****/

#contents {
  background: #000 url(../images/bg-pc.png);
  background-position: top center;
  background-size: 100% auto;
  padding-top: 50px;
}

@media only screen and (max-width: 640px) {

  #contents {
    background: #000 url(../images/bg-sp.png);
    background-position: top center;
    background-size: 100% auto;
    padding-top: 0;
  }

}

/***** mv *****/

h1.mv img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.roadshow {
  margin-bottom: 50px;
}


/* goods_bnr */

.goods_bnr {
  text-align: center;
}


/* nav */

.nav {
  background: #000 url(../images/nav-bg-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  margin-top: 60px;
}

.nav .anker__link__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 768px;
  padding: 0 20px;
  margin: 0 auto;
}

.nav .anker__link__list > * {
  position: relative;
  box-sizing: border-box;
}

.nav .anker__link__list a {
  display: block;
  color: #fff;
  padding: 14px 30px 14px 0;
  text-align: center;
  transition: all .2s;
  text-decoration: none;
}

.nav .anker__link__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 2px solid #fffa00;
  border-top: 2px solid #fffa00;
  transition: all .2s;
}

@media only screen and (max-width: 640px) {

  .nav {
    background: #000 url(../images/nav-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin-top: 50px;
  }

  .nav .anker__link__list {
    padding: 0;
  }

  .nav .anker__link__list li {
    width: 50%;
  }

  .nav .anker__link__list li:nth-of-type(-n+2) {
    border-bottom: 1px solid #7e2300;
  }

  .nav .anker__link__list li:nth-child(odd) {
    border-right: 1px solid #7e2300;
  }

  .nav .anker__link__list a {
    padding: 15px 15px;
    text-align: left;
    font-size: 14px;
  }

  .nav .anker__link__list a::after {
    right: 18px;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-left: 1px solid #fffa00;
    border-top: 1px solid #fffa00;
    }

}


/* presale */

.presale {
  margin-top: 100px;
}

.presale .l-center {
  max-width: 100%;
  width: max-content;
  margin: 0 auto;
}

.presale .btn__link {
  margin: 0 auto 40px;
}

.presale .btn__link a::after {
  border-left: 2px solid #fffa00;
  border-top: 2px solid #fffa00;
}
.presale .btn__link a:hover::after {
  border-left: 2px solid #fffa00;
  border-top: 2px solid #fffa00;
}

.presale_table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #7e2300;
  margin-bottom: 20px;
}

.presale_table caption {
  background: linear-gradient(to bottom, #5b1500, #7d2300);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #7e2300;
  border-bottom: none;
  padding: 10px 0;
}

.presale_table caption span {
  font-size: 22px;
}

.presale_table th,
.presale_table td {
  vertical-align: top;
  border: 1px solid #7e2300;
  padding: 20px 30px 20px 40px;
}

.presale_table th {
  width: 35%;
  font-weight: normal;
  background-color: #330e00;
}

.presale_table td {
  width: 65%;
  background-color: #000000;
}

.presale_table td p {
  font-size: 22px;
  font-weight: 700;
}

.presale_table td span {
  font-size: 15px;
}

a.theater_link {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 0 20px 0 0;
}

a.theater_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #fffa00;
  border-top: 2px solid #fffa00;
  transform: translateY(-50%) rotate(135deg);
}

.presale_note_header {
  font-weight: 700;
  line-height: 1.8;
}

ul.presale_note_list li {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  margin-left: 1em;
}

ul.presale_note_list li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.7);
}

ul.presale_note_list li a:hover {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {

  .presale {
    margin-top: 50px;
  }

  .presale .btn__link {
    max-width: 300px;
    width: 100%;
    min-width: 1px;
  }

  .presale_table {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .presale_table caption {
    font-size: 20px;
    padding: 8px 0;
  }

  .presale_table caption span {
    font-size: 15px;
  }

  .presale_table th,
  .presale_table td {
    display: block;
    width: calc(100% - 20px);
    border: none;
    padding: 15px 10px;
  }

  .presale_table td p {
    font-size: 18px;
  }

  .presale_table td span {
    font-size: 14px;
  }

  .presale_table tr:not(:last-child) {
    border-bottom: 1px solid #7e2300;
  }

  ul.presale_note_list li {
    font-size: 14px;
  }

  a.theater_link:after {
    width: 6px;
    height: 6px;
    margin-top: 1px;
    border-left: 1px solid #fffa00;
    border-top: 1px solid #fffa00;
  }

}


/* introduction・story・cast&staff */

#introduction, #story, #cast-staff {
  margin-top: 140px;
}

#introduction.top {
  margin-top: 100px;
}

.content_txt {
  padding: 60px 70px 80px;
}

.introduction_bg {
  background: url(../images/introduction-bg-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.story_bg {
  background: url(../images/story-bg-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.cast_staff_bg {
  background: url(../images/cast-staff-bg-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

h2.content_title {
  color: #7e2300;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  border: none;
  padding-bottom: 30px;
  margin: 0;
}

h2.content_title span {
  display: block;
  color: #fff;
  font-size: 50px;
  text-shadow: 1px 1px 10px #bc6d4a, -1px 1px 10px #bc6d4a, 1px -1px 10px #bc6d4a, -1px -1px 10px #bc6d4a;
}

.content_txt p {
  line-height: 2.5;
}

.content_txt p.cast_txt,
.content_txt p.staff_txt,
.distribution {
  font-size: 16px;
  line-height: 2;
}

p.cast_txt {
  margin-bottom: 2em;
}

.distribution {
  margin-top: 2em;
}

@media only screen and (max-width: 640px) {

  #introduction, #story, #cast-staff {
    margin-top: 80px;
  }

  #introduction.top {
    margin-top: 50px;
  }
  
  .movie #introduction .inner_s {
    padding: 0;
  }

  .movie #introduction .video.iframe {
    margin-bottom: 0;
  }

  .content_txt {
    padding: 35px 25px;
  }
  
  .introduction_bg {
    background: url(../images/introduction-bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .story_bg {
    background: url(../images/story-bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .cast_staff_bg {
    background: url(../images/cast-staff-bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  h2.content_title {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 15px;
  }

  h2.content_title span {
    font-size: 26px;
  }

  .content_txt p {
    font-size: 14px;
    line-height: 2;
  }

  .content_txt p.cast_txt,
  .content_txt p.staff_txt,
  .distribution {
    font-size: 14px;
    line-height: 2;
  }

  p.staff_txt span {
    display: block;
    text-indent: -3em;
    margin-left: 3em;
  }

}


/* goods */

#goods {
  background: url(../images/goods-bg-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 80px;
  margin-top: 140px;
}

.ae_goods{
margin-top: 20px;
}

ul.goods_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

ul.goods_list.even {
  justify-content: center;
}

ul.goods_list li {
  background-color: #fff;
  border: 1px solid #7e2300;
  margin-bottom: 25px;
}

ul.goods_list li:nth-child(1) {
  width: 100%;
}

ul.goods_list li:nth-of-type(n+2):nth-of-type(-n+3) {
  width: 48.2%;
}

ul.goods_list.even li:nth-child(1) {
  margin-right: 1.5%;
}
ul.goods_list.even li:nth-child(2) {
  margin-left: 1.5%;
}
ul.goods_list.even li:nth-child(1),
ul.goods_list.even li:nth-child(2) {
  width: 48.2%;
}

ul.goods_list.even li:nth-of-type(3) {
  width: 100%;
}
ul.goods_list.even li:nth-child(4) {
  margin-right: 2.4%;
}
ul.goods_list.even li:nth-child(5) {
  margin-right: 2.4%;
}
ul.goods_list.even li:nth-child(7) {
  margin-right: 2.4%;
}
ul.goods_list.even li:nth-child(8) {
  margin-right: 2.4%;
}
ul.goods_list.even li:nth-child(10) {
  margin-right: 2.4%;
}

ul.goods_list li:nth-of-type(n+4):nth-of-type(-n+11) {
  width: 31.5%;
}

ul.goods_list li p {
  background: linear-gradient(to bottom, #5b1500, #7d2300);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}
ul.goods_list.even li p {
  background: linear-gradient(to right, #5b1500, #b54a51, #5b1500);
  line-height: 1.33;
}

ul.goods_list li p span {
  font-weight: bold;
}

ul.goods_list li img {
  width: 100%;
  height: auto;
}

ul.goods_list::after {
  content:"";
  display: block;
  width:31.5%;
}

ul.goods_list.even::after {
  display: none;
}

.goods_note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 85%;
}

@media only screen and (max-width: 640px) {

  #goods {
    padding: 35px 0 50px;
    margin-top: 80px;
  }

  .goods_txt {
    font-size: 14px;
  }

  .goods_notes_txt {
    padding-top: 10px;
    font-size: 14px;
  }

  .goods.hidden {
    display: none;
    opacity: 0;
  }

  .goods.show {
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
  }
    
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  ul.goods_list {
    margin-top: 30px;
  }

  ul.goods_list li {
    margin-bottom: 15px;
  }

  ul.goods_list li p {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0;
  }
  ul.goods_list.even li p {
    line-height: 1.33;
    padding: 10px 3px;
  }

  ul.goods_list li:nth-of-type(n+2):nth-of-type(-n+11) {
    width: 47.5%;
  }

  ul.goods_list.even li:nth-of-type(1),
  ul.goods_list.even li:nth-of-type(2) {
    width: 47.5%;
  }
  ul.goods_list.even li:nth-of-type(3) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  ul.goods_list.even li:nth-child(2n) {
    margin-right: 3%;
  }
  ul.goods_list.even li:nth-child(2n-1) {
    margin-right: 0;
    margin-left: 0;
  }
  ul.goods_list.even li:nth-child(1) {
    margin-right: 3%;
  }
  ul.goods_list.even li:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }

  ul.goods_list li:nth-of-type(n+4):nth-of-type(-n+11) {
    width: 47.5%;
  }

  ul.goods_list::after {
    content:"";
    display: block;
    width:47.5%;
  }

  button.btn_more {
    padding: 0;
    border: none;
    background: transparent;
    margin-top: 20px;
  }

}


/* video */
.movie .video {
  position: fixed;
}
.movie .video.iframe {
  position: relative;
  width: 100%;
  margin: 30px 0;
  box-shadow: 0 0 20px 10px #890000;
}
.movie .video.mt80 {
  margin-top: 80px;
}
.movie .video .video__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.movie .video .video__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}


@media only screen and (max-width: 640px) {

  .movie .video.iframe {
    box-shadow: 0 0 15px 5px #670000;
  }
  
}


/* inner */
.movie .inner {
  max-width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}


/* inner_s */
.movie .inner_s {
  max-width: 780px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .movie .inner,
  .movie .inner_s {
    max-width: 100%;
    width: auto;
    padding: 0 20px;
  }
}


/* scene */

#scene {
  margin-top: 140px;
}

.slider .slick-slide {
  margin-right: 2px;
}

@media only screen and (max-width: 640px) {

  #scene {
    margin-top: 80px;
  }

  .slider .slick-slide {
    width: 300px;
  }

}


/* official-link */
.movie .official-link {
  display: block;
  max-width: 100%;
  width: auto;
  text-align: center;
  margin: 100px auto 50px;
}
.movie .official-link a {
  position: relative;
  width: auto;
  text-decoration: none;
}
.movie .official-link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {

  .movie .official-link {
    display: block;
    max-width: 100%;
    width: auto;
    text-align: center;
    margin: 80px auto 30px;
  }
  
  .movie .official-link a {
    width: 100%;
  }
}


/* copyright */

.copyright {
  font-size: 14px;
  text-align: center;
  padding-bottom: 50px;
}


/* pagetop */

#pagetop {
  text-align: right;
  padding-bottom: 50px;
}

.pagetop_btn:hover {
  cursor: pointer;
}

@media only screen and (max-width: 640px) {

  #pagetop {
    padding-bottom: 0;
  }
  
  .pagetop_btn img {
    width: 50px;
  }

}