@charset "utf-8";

#st-ns_ContentsWrapAll * {
  text-decoration: none !important;
}

.st-ns_ContentsWrapAll {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.3px;
  line-height: 1.6;
  margin-top: -20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

#wrapper {
  min-width: auto !important;
  overflow: hidden !important;
}

#mainContent {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.st-ns_ContentsWrapAll .st-ns_flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.st-ns_ContentsWrapAll a {
  color: #000;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

.st-ns_ContentsWrapAll a:hover img {
  opacity: 1;
}

.st-ns_ContentsWrapAll img {
  display: block;
  height: auto;
  width: 100%;
}

.st-ns_ContentsWrapAll a:before, 
.st-ns_ContentsWrapAll a:after {
  content: "";
  display: block;
  position: absolute;
}

.st-ns_commonSize {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 80px;
  width: 100%;
}

.contents_wrap h1 {
  border: none;
  margin: 0;
  padding: 0;
}

.st-ns_ContentsWrapAll h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.st-ns_ContentsWrapAll h3 {
  background: rgba(255, 255, 255, 0);
  border-bottom: none;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.st-ns_middle {
  display: none;
}

.st-ns_sp, .st-ns_sp a, 
img.st-ns_sp {
  display: none;
}
/*common_start*/
/*accordion_start*/
.st-ns_invisible.st-ns_acoBt__txt, 
.st-ns_acoBt__txt {
  display: none;
  padding-bottom: 20px;
}

.st-ns_acoBt_parent {
  padding-bottom: 48px;
  position: relative;
}

.st-ns_acoBt {
  bottom: 0;
  height: 60px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}

.on.st-ns_acoBt {
  bottom: 0;
  transition: 0.3s;
}

.st-ns_acoBt:before, 
.st-ns_acoBt:after {
  content: "";
  display: block;
  position: absolute;
}

.st-ns_acoBt:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  bottom: 20px;
  height: 60px;
  left: 0;
  width: 100%;
}

.st-ns_acoBt:after {
  border-color: #bfbfbf;
  border-right: 2px solid;
  border-top: 2px solid;
  bottom: 20px;
  height: 15px;
  left: 50%;
  transform: rotate(135deg) translate(0, 50%);
  transition: 0.3s;
  width: 15px;
}

.on.st-ns_acoBt:before {
  display: none;
}

.on.st-ns_acoBt:after {
  bottom: 25px;
  transform: rotate(-45deg) translate(0, -50%);
  transition: 0.3s;
}

h2.st-ns_commonTitleH2 {
  font-family: "Shippori Mincho", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-top: 90px;
  text-align: center;
}

h2.st-ns_commonTitleH2 .st-ns_commonSize {
  padding: 0 180px;
}

h2.st-ns_commonTitleH2 .st-ns_txt img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

h3.st-ns_commonTitleH3 {
  font-size: 24px;
  margin: 0 auto 30px;
  padding-top: 60px;
  text-align: center;
  width: 400px;
}

.st-ns_areaH2 {
  padding-bottom: 120px;
}

.st-ns_areaMiddle {
  clip-path: inset(0);
  position: relative;
}

.st-ns_areaMiddle::before {
  background: linear-gradient(90deg, #0088cc, #3cb1ec, #0088cc);
  background-position: top center;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 1920px) {
  .st-ns_areaMiddle::after {
    max-width: initial;
    width: 100vw;
  }
}

.st-ns_parallax {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.st-ns_parallax_inner {
	transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	max-width: 1920px;
	height: auto;
}

.st-ns_parallax_inner img {
    display: block;
    height: auto;
    left: 50%;
    margin: 0 auto;
    min-width: 100%;
    opacity: 0.8;
    position: relative;
    transform: translateX(-50%);
    width: 1920px;
}

@media (min-width: 1920px) {
  .st-ns_parallax_inner {
    max-width: initial;
    width: 100vw;
  }

.st-ns_parallax_inner img {
    width: 100vw;
  }
}
/*hover_start*/
.st-ns_ContentsWrapAll a, 
.st-ns_ContentsWrapAll a img, 
.st-ns_ticket__bt .NS_general_7ticket {
  opacity: 1;
  transition: 0.3s;
}

.st-ns_ContentsWrapAll a:hover, 
.st-ns_ticket__bt .NS_general_7ticket:hover {
  transform: translate(10px, 0px);
  transition: 0.3s;
}

.st-ns_ticket__bt .NS_general_7ticket a:hover {
  transform: translate(0px, 0px);
}

.st-ns_ContentsWrapAll .st-ns_anc a:hover {
  transform: translate(0px, 10px);
  transition: 0.3s;
}
/*hover_end*/
/*breadcrumb_start*/
.st-ns_breadcrumb {
  background: #fff;
  border-bottom: 1px solid #2d2d2d;
  box-sizing: border-box;
  display: flex;
  height: calc(1em + (8px * 2));
  line-height: 1.5;
  padding: 8px;
  white-space: nowrap;
  width: 100%;
}

ol.st-ns_breadcrumb li {
  float: left;
  font-size: 12px;
  padding-left: 20px;
  position: relative;
}

ol.st-ns_breadcrumb li:before {
  border-right: solid 1px;
  border-top: solid 1px;
  color: #000;
  content: "";
  display: block;
  height: 6px;
  left: 0.2rem;
  position: absolute;
  top: 38%;
  transform: rotate(45deg) translate(0, -25%);
  width: 6px;
}

ol.st-ns_breadcrumb li:first-child:before {
  display: none;
}

ol.st-ns_breadcrumb li:first-child {
  background: none;
padding-left: 0;
}

ol.st-ns_breadcrumb li, 
ol.st-ns_breadcrumb li a {
  color: #000;
}

ol.st-ns_breadcrumb li a:hover {
  transform: translate(0, 0);
}

ol.st-ns_breadcrumb li a {
  text-decoration: none;
}
/*breadcrumb_end*/
/*top_start*/
h1.st-ns_top__im {
  background: #071777;
  border: none;
  margin: 0;
  padding: 0;
}
/*top_end*/
/*kikan_start*/
.st-ns_kikan {
  background: #0f244d;
  padding: 15px 0;
}
/*kikan_end*/
/*anc_start*/
.st-ns_anc {
  background: linear-gradient(90deg, #071777, #03529e, #071777);
  padding: 30px 0;
}

.st-ns_anc__list {
  align-items: stretch;
  display: flex;
}

.st-ns_anc__list:nth-of-type(n + 2) {
  margin-top: 30px;
}

.st-ns_anc__list.col3 > li {
  margin-left: 20px;
  width: calc((100% - (20px * 2)) / 3);
}

.st-ns_anc__list.col4 > li {
  margin-left: 20px;
  width: calc((100% - (20px * 3)) / 4);
}

.st-ns_anc__list > li:nth-of-type(1) {
  margin-left: 0;
}

.st-ns_anc__list .st-ns_ic {
  width: 60px;
}

.st-ns_anc__list .st-ns_txt {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  padding-right: 15px;
  text-align: center;
  width: calc(100% - 60px);
}

.st-ns_anc__list > li a:before {
  border-color: transparent transparent transparent #0f244d;
  border-style: solid;
  border-width: 6.5px 0 6px 10px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(90deg) translate(-50%, 0);
  width: 0;
}

.st-ns_anc__list > li a {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 30%);
  box-sizing: border-box;
  color: #0f244d;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 10px;
  position: relative;
}

/*anc_end*/
/*goods_start*/
[class*="st-ns_goods__group"]:nth-of-type(n + 2) {
  margin-top: 90px;
}

.st-ns_goods__groupHalfRight .st-ns_goods__inner {
  align-content: baseline;
  display: flex;
  justify-content: space-between;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__inner, 
.st-ns_goods__groupHalfRight .st-ns_goods__inner {
  align-content: baseline;
  display: flex;
  justify-content: space-between;
}

.st-ns_goods__detail {
  height: fit-content;
}
.st-ns_goods__groupFull .st-ns_goods__detail {
  width: 100%;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__detail, 
.st-ns_goods__groupHalfRight .st-ns_goods__detail {
  margin-top: auto;
  width: calc(100% - 530px);
}

.st-ns_goods__groupHalfRight .st-ns_goods__im {
  order: 2;
}

.st-ns_goods__groupHalfRight .st-ns_goods__detail {
  order: 1;
}

.st-ns_goods__im {
  max-width: 500px;
  width: 100%;
}

h3.st-ns_goods__name {
  font-size: 25px;
  width: 100%;
}

.st-ns_goods__groupFull h3.st-ns_goods__name, 
.st-ns_goods__group h3.st-ns_goods__name {
  color: #fff;
  margin-top: 40px;
  text-align: center;
}

.st-ns_goods__groupHalfLeft h3.st-ns_goods__name {
  margin-top: 0px;
}

.st-ns_goods__linkList {
  margin-top: 35px;
}

.st-ns_goods__linkList > * {
  width: 100%;
}

.st-ns_goods__groupFull .st-ns_goods__linkList {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.st-ns_goods__groupFull .st-ns_goods__linkList.col3 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.st-ns_goods__groupFull .st-ns_goods__linkList.col3 > *:last-child {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.st-ns_goods__groupFull .st-ns_goods__linkList > * {
  width: calc((100% - (30px * 1)) / 2);
}

.st-ns_goods__linkList > * a {
  align-items: center;
  background: linear-gradient(90deg, #071777, #03529e, #071777);
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 30%);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 25px;
  height: 100%;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  text-align: center;
}

.st-ns_goods__linkList > * a:hover {
  color: #fff;
}

.st-ns_goods__linkList > * a:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7.5px 0 7px 12px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(0deg) translate(0, -50%);
  width: 0;
}

.st-ns_goods__linkList.col3 > *:last-child a {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 30%);
  box-sizing: border-box;
  color: #0f244d;
  display: flex;
  font-size: 25px;
  height: 100%;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  text-align: center;
}

.st-ns_goods__linkList.col3 > *:last-child a:hover {
  color: #0f244d;
}

.st-ns_goods__linkList.col3 > *:last-child a:before {
  border-color: transparent transparent transparent #0f244d;
  border-style: solid;
  border-width: 7.5px 0 7px 12px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(0deg) translate(0, -50%);
  width: 0;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *, 
.st-ns_goods__groupHalfRight .st-ns_goods__linkList > * {
  margin-top: 10px;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *:nth-of-type(1), 
.st-ns_goods__groupHaRigh .st-ns_goods__linkList > *:nth-of-type(1) {
  margin-top: 0;
}

.st-ns_goods__linkList .st-ns_ic {
  width: 60px;
}

.st-ns_goods__linkList .st-ns_txt {
  font-weight: bold;
  text-align: center;
  width: calc(100% - 60px);
}

.st-ns_goods__linkList.col3 .st-ns_txt {
  width: 100%;
}
.st-ns_bundle .st-ns_goods__inner {
  width: calc((100% - (30px * 1)) / 2);
}

.st-ns_goods__group .st-ns_goods__linkList > * {
  margin-top: 10px;
}
/*goods_end*/
/*intro_start*/
.st-ns_intro {
  background: rgb(255 255 255 / .3);
}

.st-ns_intro__mvWrap {
  display: block;
  line-height: 0;
  margin: 0px auto;
  text-align: center;
}

.st-ns_intro__mvWrap iframe {
  margin: 0 auto;
  text-align: center;
}

.st-ns_intro__movieDate_txt {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 60px auto 0;
  text-align: center;
  width: 441px;
}

.st-ns_intro__movieDate_txt .deco01 {
  font-size: 0.6em;
}

.st-ns_intro__txt {
  color: #071777;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(16px, 2.6vw, 18px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

/*intro__cast*/
.st-ns_intro__castList {
  font-size: clamp(12px, 2vw, 14px);
  letter-spacing: -0.02em;
}

.st-ns_intro__castList .mainCast {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, 2.25vw, 18px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.st-ns_intro__castList .subCast {
  font-weight: bold;
}

.st-ns_intro__castList:nth-of-type(n + 2) {
  margin-top: 20px;
}

[class*="rubi"] {
  position: relative;
}

[class*="rubi"]:before {
  display: block;
  font-size: 0.4em;
  left: 50%;
  letter-spacing: 0.5px;
  position: absolute;
  top: -0.7em;
  transform: translate(-50%, 0);
  width: 100%;
}

.intro_rubi_01:before {
  content: "ルビ01";
}

.intro_rubi_03:before {
  content: "ルビ02";
}

.intro_rubi_03:before {
  content: "ルビ03";
}

.intro_rubi_04:before {
  content: "ルビ04";
}

.intro_rubi_05:before {
  content: "ルビ05";
}
/*intro_end*/
/*ticket_start*/
.st-ns_ticket {
  background: linear-gradient(90deg, #071777, #03529e, #071777);
}

.st-ns_ticket__note {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.st-ns_ticket__note h3 {
  background: #e5e5e5;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 13px 0;
  text-align: center;
}

.st-ns_ticket__note_list {
  padding: 0 24px;
}

.st-ns_ticket__note_list:nth-of-type(1) {
  margin-top: 30px;
}

.st-ns_ticket__note_list > li {
  margin-left: 1em;
  text-indent: -1em;
}

.st-ns_ticket__note_list > li:nth-of-type(n + 2) {
  margin-top: 3px;
}

.st-ns_ticket__note_list .txtL {
  font-size: clamp(14px, 3.5vw, 16px) !important;
}

.st-ns_ticket__noteBt {
  border-color: transparent transparent transparent #e70014;
}

.st-ns_ticket__bt h2 {
  display: none;
}

.st-ns_ticket__bt h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-top: 36px;
  text-align: center;
}

.st-ns_ticket__bt .txtL {
  color: #fff;
  font-size: 16px !important;
}

.st-ns_ticket__bt .NS_general_component {
  background-color: rgba(240, 248, 255, 0);
  box-shadow: none;
  margin-top: 11.5px;
  padding: 0;
}

.st-ns_ticket__bt .NS_general_component {
  font-size: 16px !important;
  text-align: center;
}

.st-ns_ticket__bt .NS_general_7ticket {
  border-radius: 9px;
  box-shadow: 3px 3px 5px 3px rgb(11 71 130 / 20%);
  margin: 0 auto;
  margin-top: 24px;
  max-width: 41em;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.st-ns_ticket__bt .NS_general_7ticket img {
  border-radius: 32px;
  display: block;
  margin: -1.8% -0.8%;
  width: 101.6%;
}
/*ticket_end*/
/*relation_start*/
.st-ns_relation__goodsList {
  display: flex;
  flex-wrap: wrap;
}

.st-ns_relation__goodsList > li {
  margin-left: 20px;
  width: calc((100% - (20px * 3)) / 4);

}
.st-ns_relation__goodsList > li:nth-of-type(4n + 1) {
  margin-left: 0;
}

.st-ns_relation__goodsList > li:nth-of-type(n + 5) {
  margin-top: 35px;
}

.st-ns_relation__txt {
  margin-top: 16px;
}
/*relation_end*/
.st-ns_areaBottom {
  background: linear-gradient(90deg, #071777, #03529e, #071777);
  color: #fff;
  font-feature-settings: normal;
  font-size: 12px;
  padding: 3px 0 3px;
  text-align: center;
}

/*contents_end*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .st-ns_pc, 
  .st-ns_pc a, 
  img.st-ns_pc {
    display: none;
  }

  .st-ns_middle {
    display: block;
  }

  .st-ns_sp, 
  .st-ns_sp a, 
  img.st-ns_sp {
    display: none;
  }

  #wrapper {
    min-width: 100%;
  }

  .st-ns_commonSize {
    padding: 0;
    width: calc(100% - 80px);
  }

  h2.st-ns_commonTitleH2 .st-ns_commonSize {
    padding: 0;
  }

.st-ns_parallax_inner img {
    width: 150%;
}
  /*1024_anc_start*/
  .col4.st-ns_anc__list > li {
    margin-left: 1.5vw;
    width: calc((100% - (1.5vw * 3)) / 4);
  }

  .col4.st-ns_anc__list .st-ns_txt {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    padding-right: 0;
    padding-top: 1vw;
    width: 100%;
  }

  .st-ns_anc__list .st-ns_txt {
    font-size: clamp(1.8vw, 1.8vw, 16px);
    line-height: 1.3;
  }

  .col4.st-ns_anc__list > li a {
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    padding: 2.5vw 1vw 4vw;
  }

  .col4.st-ns_anc__list > li a:before {
    bottom: 1.8vw;
    left: 50%;
    top: initial;
    transform: rotate(90deg) translate(0, 50%);
  }

  .col4.st-ns_anc__list > li .deco {
    font-size: 0.8em;
  }
  /*1024_anc_end*/
  /*1024_goods_start*/
  .st-ns_goods__groupFull h3.st-ns_goods__name {
    font-size: clamp(20px, 3.2vw, 25px);
  }

  [class*="st-ns_goods__group"]:nth-of-type(n + 2) {
    margin-top: 14vw;
  }

  .st-ns_goods__detail {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__detail, 
  .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    margin-left: 40px;
    width: calc(40% - 40px);
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__im, 
  .st-ns_goods__groupHalfRight .st-ns_goods__im {
    width: 60%;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__im {
    order: 1;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    order: 2;
  }

  .st-ns_goods__im {
    max-width: 100%;
  }

  .st-ns_goods__linkList {
    margin-top: 40px;
  }

  .st-ns_goods__linkList > * {
    box-sizing: border-box;
  }

  .st-ns_goods__linkList > :nth-of-type(n + 2) {
     margin-left: 3vw;
     margin-top: 0;
  }

  .st-ns_bundle .st-ns_goods__linkList > :nth-of-type(n + 2) {
    margin-left: 0;
  }

  .st-ns_goods__groupFull .st-ns_goods__linkList > * {
    width: calc((100% - (3vw * 1)) / 2);
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *, 
  .st-ns_goods__groupHalfRight .st-ns_goods__linkList > *, 
  .st-ns_goods__group .st-ns_goods__linkList > * {
    margin-left: 0;
    margin-top: 20px;
  }

  .st-ns_goods__linkList > * a {
    border-radius: 1.8vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 1.5vw 0px;
  }

  .st-ns_goods__linkList > * a::before {
    border-width: 9px 0 9px 14px;
  }

  .st-ns_goods__linkList .st-ns_txt {
    font-size: clamp(20px, 3vw, 25px);
    letter-spacing: 0;
    line-height: 1.3;
    width: 100%;
  }
  /*1024_goods_end*/
  /*1024_intr_satrt*/
  .on.st-ns_acoBt {
    bottom: -15px;
  }

  .st-ns_acoBt:before {
    bottom: 0;
    height: 60px;
    left: 0;
    width: 100%;
  }

  .st-ns_acoBt:after {
    bottom: 0;
  }

  .on.st-ns_acoBt:after {
    bottom: 0;
  }
  /*1024_intr_end*/
  /*1024_ticket_start*/
  .st-ns_ticket .on.st-ns_acoBt {
    bottom: 0;
  }

  .st-ns_ticket .st-ns_acoBt {
    bottom: 0;
  }

  .st-ns_ticket .st-ns_acoBt:after {
    bottom: 10px;
  }

  .st-ns_ticket .on.st-ns_acoBt:before {
    bottom: 10px;
  }

  .st-ns_ticket .st-ns_ticket__note {
    border-radius: 1.8vw;
    padding-bottom: 4vw;
  }

  .st-ns_ticket .txtL {
    font-size: clamp(13px, 3.5vw, 16px) !important;
  }
  /*1024_ticket_end*/
}
@media screen and (max-width: 640px) {
  .st-ns_ContentsWrapAll {
    box-sizing: border-box;
    font-size: clamp(14px, 3.5vw, 16px);
    margin-top: -25px;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }

  .st-ns_ContentsWrapAll img {
    display: block;
    width: 100%;
  }

  .st-ns_commonSize {
    box-sizing: border-box;
    padding: 0;
    width: 94%;
  }
  /*SP_common_start*/
  h2.st-ns_commonTitleH2 {
    box-sizing: border-box;
    font-size: 7.5vw;
    margin-bottom: 5vw;
    padding-top: 12vw;
  }

  h2.st-ns_commonTitleH2 .st-ns_commonSize {
    padding: 0;
  }

  h3.st-ns_commonTitleH3 {
    font-size: 6vw;
    margin-bottom: 5vw;
    padding-top: 10vw;
    width: 80%;
  }

  .st-ns_areaH2 {
    padding-bottom: 15vw;
  }

  .st-ns_sp, .st-ns_sp a, img.st-ns_sp {
    display: block;
  }

  .st-ns_middle {
    display: none;
  }

  .st-ns_pc, .st-ns_pc a, img.st-ns_pc {
    display: none;
  }
  /*SP_common_end*/
  /*SP_contents_start*/
  /*SP_breadcrumb_start*/
  .st-ns_breadcrumb {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 2vw;
    white-space: nowrap;
    width: 100%;
  }
  .st-ns_breadcrumb > * {
    float: initial;
    font-size: 2.8vw;
  }
  ol.st-ns_breadcrumb li:nth-of-type(n + 2) {
    background-position: 1vw center;
    -o-text-overflow: ellipsis;
    padding-left: 15px;
    -webkit-text-overflow: ellipsis;
  }

  ol.st-ns_breadcrumb li:before {
    left: 0vw;
    top: 50%;
    transform: rotate(45deg) translate(0, -50%);
  }
  /*SP_breadcrumb_end*/
  /*SP_top_start*/
  .st-ns_top_logo {
    margin: 8vw auto 4vw;
    max-width: 300px;
    width: 60%;
  }
  /*SP_top_slider_start*/
  .st-ns_top_slider_wrap {
    margin-top: -4vw;
    min-width: 1150px;
    padding-bottom: 8vw;
  }
  /*top_start*/
  h1.st-ns_top__im .st-ns_commonSize {
    width: 100%;
  }
  /*SP_top_end*/
  /*SP_kikan_start*/
  .st-ns_kikan {
    padding: 4.5vw 0;
  }

  /*SP_kikan_end*/
  /*SP_anc_start*/
  .st-ns_anc {
    padding: 7vw 0 7.5vw;
  }

  .st-ns_anc__list {
    box-sizing: border-box;
  }

  .st-ns_anc__list:nth-of-type(n + 2) {
    margin-top: 5vw;
  }

  .st-ns_anc__list.col3 > li {
    margin-left: 1vw;
    width: calc((100% - (1vw * 2)) / 3);
  }

  .st-ns_anc__list.col4 > li {
    margin-left: 1vw;
    width: calc((100% - (1vw * 3)) / 4);
  }

  .st-ns_anc__list > li:nth-of-type(1) {
    margin-left: 0vw;
  }

  .st-ns_anc__list .st-ns_ic {
    width: 15vw;
  }

  .st-ns_anc__list .st-ns_txt {
    display: flex;
    flex-direction: column;
    font-size: 3.5vw;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    padding-right: 0;
    padding-top: 2vw;
    width: 100%;
  }

  .st-ns_anc__list > li a {
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    padding: 2.5vw 1vw 6vw;
  }

  .st-ns_anc__list > li a:before {
    border-width: 1.5vw 0 1.5vw 2.6vw;
    bottom: 1.8vw;
    left: 50%;
    top: initial;
    transform: rotate(90deg) translate(0, 50%);
  }

  .st-ns_anc__list > li .deco {
    font-size: 0.8em;
  }
  /*SP_anc_end*/
.st-ns_parallax_inner img {
    width: 150%;
}
  /*SP_goods_start*/
  [class*="st-ns_goods__group"]:nth-of-type(n + 2) {
    margin-top: 14vw;
  }

  .st-ns_goods__groupFull .st-ns_goods__inner {
    width: 94%;
  }

  .st-ns_goods__detail, .st-ns_goods__groupFull .st-ns_goods__detail {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
  .st-ns_goods__groupHalfLeft .st-ns_goods__detail, .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    text-align: center;
    width: 94%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__inner, .st-ns_goods__groupHalfRight .st-ns_goods__inner {
    align-items: center;
    flex-direction: column;
    width: 94%;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__im {
    order: 1;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    order: 2;
  }

  .st-ns_goods__im {
    max-width: 100%;
  }

  .st-ns_goods__groupFull h3.st-ns_goods__name, 
  .st-ns_goods__groupHalfLeft h3.st-ns_goods__name, 
  .st-ns_goods__groupHalfRight h3.st-ns_goods__name, 
  .st-ns_goods__group h3.st-ns_goods__name {
    font-size: clamp(3vw, 3.4vw, 20px);
    letter-spacing: 0.01em;
    margin-top: 4vw;
  }

  .st-ns_goods__linkList {
    display: flex;
    margin-top: 4vw;
  }

  .st-ns_goods__linkList > * {
    box-sizing: border-box;
  }

  .st-ns_goods__linkList > :nth-of-type(n + 2) {
    margin-left: 2vw;
    margin-top: 0;
  }

  .st-ns_goods__groupFull .st-ns_goods__linkList > * {
    width: calc((100% - (2vw * 1)) / 2);
  }

  .st-ns_goods__groupFull .st-ns_goods__linkList.col3 > *:last-child {
    margin-left: 0;
    margin-top: 2vw;
    width: 100%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList.col3 > * {
    width: calc((100% - (2vw * 1)) / 2);
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList.col3 > *:last-child {
    margin-left: 0;
    margin-top: 2vw;
    width: 100%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *, 
  .st-ns_goods__groupHalfRight .st-ns_goods__linkList > * {
    margin-top: 0;
  }

  .st-ns_goods__linkList > * a {
    border-radius: 1.8vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 3vw 0vw;
  }

  .st-ns_goods__linkList > * a::before {
    border-width: 1.8vw 0 1.8vw 3vw;
    right: 1.8vw;
  }

  .st-ns_goods__linkList .st-ns_txt {
    font-size: 3.8vw;
    letter-spacing: 0;
    width: 100%;
  }

  .st-ns_goods__linkList.col3 .st-ns_txt {
    font-size: 3.8vw;
    letter-spacing: 0;
    line-height: 1.3;
    width: 100%;
  }

  .st-ns_ContentsWrapAll .st-ns_flex.st-ns_bundle {
    flex-direction: column;
    justify-content: space-between;
  }

  .st-ns_bundle .st-ns_goods__inner {
    width: 100%;
  }

  .st-ns_bundle .st-ns_goods__inner:nth-of-type(n + 2) {
    margin-top: 14vw;
  }

  .st-ns_goods__group .st-ns_goods__linkList > * {
    margin-top: 0;
  }
  /*SP_goods_end*/
  /*SP_intro_start*/
  .st-ns_intro__mvWrap {
    margin: 0px auto;
    text-align: center;
  }

  .st-ns_intro__mvWrap iframe {
    margin: 0 auto;
    text-align: center;
  }

  .st-ns_intro__movieDate_txt {
    font-size: 6vw;
    letter-spacing: 0px;
    margin-top: 10vw;
    width: 80%;
  }

  .st-ns_intro__txt {
    font-size: clamp(14px, 3.5vw, 16px);
	text-align: left;
  }

  .st-ns_intro__txt > :nth-of-type(n + 2) {
    margin-top: 3vw;
  }

  .st-ns_acoBt {
    bottom: -10px;
    height: 15vw;
  }

  .st-ns_acoBt:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    height: 30vw;
  }

  .st-ns_acoBt:after {
    bottom: 5vw;
    height: 4vw;
    width: 4vw;
  }

  .on.st-ns_acoBt {
    bottom: 0vw;
  }

  .on.st-ns_acoBt:after {
    bottom: 3vw;
  }

  .st-ns_intro__castList:nth-of-type(n + 2) {
    margin-top: 3vw;
  }

  .st-ns_intro__castList {
    font-size: clamp(2vw, 2vw, 14px);
    letter-spacing: -0.04em;
	text-align: center;
  }

  .st-ns_intro__castList .mainCast {
	font-size: clamp(2.4vw, 2.4vw, 14px);
	text-align: center;
  }

  .st-ns_intro__castList .subCast {
    font-size: 4vw;
  }

  .st-ns_invisible.st-ns_acoBt__txt, .st-ns_acoBt__txt {
    padding-bottom: 14.5vw;
    padding-top: 0;
  }
  /*intro_end*/
  /*SP_ticket_start*/
  .st-ns_ticket .st-ns_ticket .st-ns_acoBt_parent {
    overflow: hidden;
  }

  .st-ns_ticket__note {
    padding-bottom: 14.5vw;
  }

  .st-ns_ticket__note h3 {
    font-size: clamp(13px, 4.2vw, 18px);
    letter-spacing: 0;
  }

  .st-ns_ticket__note_list {
    padding: 3vw;
  }

  .st-ns_ticket__note_list:nth-of-type(1) {
    margin-top: 3vw;
    padding-bottom: 0;
  }

  .st-ns_ticket .invisible.st-ns_acoBt__txt, .st-ns_acoBt__txt {
    padding-bottom: 4vw;
    padding-top: 0;
  }

  [class*="st-ns_intro__cont"]:nth-last-of-type(1) .invisible.st-ns_acoBt__txt {
    padding-bottom: 14.5vw;
  }

  [class*="st-ns_intro__cont"]:nth-last-of-type(1) .on.st-ns_acoBt {
    bottom: 0;
  }

  .st-ns_ticket__bt h3 {
    font-size: clamp(13px, 3.5vw, 16px);
    margin-top: 5vw;
  }

  .st-ns_ticket__bt .NS_general_7ticket {
    margin-top: 5vw;
  }

  .st-ns_ticket .on.st-ns_acoBt {
    bottom: 0vw;
  }

  .st-ns_ticket .st-ns_acoBt {
    bottom: 0;
  }

  .st-ns_ticket .st-ns_ticket__note {
    border-radius: 1.8vw;
    padding-bottom: 9.5vw;
  }

  .st-ns_ticket .txtL {
    font-size: clamp(13px, 3.5vw, 16px) !important;
    line-height: 1.3;
  }
  /*SP_ticket_end*/
  /*SP_intr_start*/
  .st-ns_intro__mvWrap {
    background: none;
    height: 0;
    margin: 0px auto;
    margin-top: 0;
    padding-bottom: 53.1%;
    position: relative;
    text-align: center;
    width: 94%;
  }

  .st-ns_intro__mvWrap iframe {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    margin: -0.2vw 0 0 -0.2vw;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
  /*SP_intr_end*/
  /*SP_relation_start*/
  .st-ns_relation__goodsList > li {
    margin-left: 5vw;
    width: calc((100% - (5vw * 1)) / 2);
  }

  .st-ns_relation__goodsList > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .st-ns_relation__goodsList > li:nth-of-type(n + 3) {
    margin-top: calc(10vw - 0.3em);
  }

  .st-ns_relation__txt {
    margin-top: 3vw;
  }
  /*SP_relation_end*/
  /*hover_start*/
  .st-ns_ContentsWrapAll a:hover, .st-ns_ticket__bt .NS_general_7ticket:hover {
    transform: translate(0px, 0px);
  }

  .st-ns_ContentsWrapAll .st-ns_anc a:hover {
    transform: translate(0px, 0px);
    transition: 0.3s;
  }
  /*hover_end*/
  .st-ns_copy {
    font-size: 10px;
    padding: 30vw 0 2vw;
  }
  /*SP_contents_end*/
}