@charset "utf-8";
/* 印刷不可 */
@media print {
	body {
		display:none
	}
}
/* 印刷不可 */
#ns_ContentsWrapAll * {
  text-decoration: none !important;
}
.ns_ContentsWrapAll {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin-top: -20px;
  font-size: 16px;
  color: #231815;
  font-feature-settings: "palt";
  letter-spacing: 1.3px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#mainContent {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.ns_ContentsWrapAll .ns_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.ns_ContentsWrapAll a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
  color: #222;
}
.ns_ContentsWrapAll a img {
}
.ns_ContentsWrapAll a:hover img {
  opacity: 1;
}
.ns_ContentsWrapAll img {
  width: 100%;
  height: auto;
  display: block;
}
.ns_ContentsWrapAll a {
}
.ns_ContentsWrapAll a:before,
.ns_ContentsWrapAll a:after {
  position: absolute;
  content: "";
  display: block;
}
.ns_commonSize {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: block;
  box-sizing: border-box;
}
.contents_wrap h1 {
  margin: 0;
  padding: 0;
  border: none;
}
.ns_ContentsWrapAll h2 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.ns_ContentsWrapAll h3 {
  margin: 0;
  padding: 0;
  border-bottom: none;
  background: rgba(255, 255, 255, 0);
  line-height: 1;
}
.SP,
.SP a,
img.SP {
  display: none;
}
.Middle {
		display: block;
	}
/*common_start*/
/*accordion_start*/
.invisible.ns_acoBt__txt,
.ns_acoBt__txt {
  display: none;
  padding-bottom: 20px;
}
.ns_acoBt_parent {
  position: relative;
  padding-bottom: 48px;
}
.ns_acoBt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transition: 0.3s;
}
.on.ns_acoBt {
  bottom: 0;
  transition: 0.3s;
}
.ns_acoBt:before,
.ns_acoBt:after {
  position: absolute;
  display: block;
  content: "";
}
.ns_acoBt:before {
  width: 100%;
  height: 60px;
  bottom: 20px;
  left: 0;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 50%, rgba(250, 250, 250, 1) 100%);
}
.ns_ticket .ns_acoBt:before {
  width: 100%;
  height: 60px;
  bottom: 20px;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.ns_acoBt:after {
  width: 15px;
  height: 15px;
  bottom: 20px;
  left: 50%;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg) translate(0, 50%);
  transition: 0.3s;
  border-color: #bfbfbf;
}
.on.ns_acoBt:before {
  display: none;
}
.on.ns_acoBt:after {
  transform: rotate(-45deg) translate(0, -50%);
  transition: 0.3s;
  bottom: 25px;
}

h2.ns_commonTitleH2 {
	position: relative;
  padding-top: 80px;
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05rem;
	z-index: 1;
}
h2.ns_commonTitleH2 .txtIm {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
h3.ns_commonTitleH3 {
  display: flex;
  align-items: center;
  font-size: 50px;
  text-align: center;
  margin: 0 auto 20px;
  padding-top: 60px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #6fbdcc;
}

h3.ns_commonTitleH3:before,
h3.ns_commonTitleH3:after {
	content: "";
    flex-grow: 1;
    border-top: 6px double;
}
h3.ns_commonTitleH3:before {
    margin-right: 0.8rem;
}

h3.ns_commonTitleH3:after {
    margin-left: 0.8rem;
}

.ns_areaH2 {
  padding-bottom: 180px;
}
.ns_areaH3 {
}
.ns_ContentsWrapAll {
}
.ns_areaMiddle {
}
/*hover_start*/
.ns_ContentsWrapAll a,
.ns_ContentsWrapAll a img,
.ns_ticket__bt .NS_general_7ticket {
  transition: 0.3s;
  opacity: 1;
}
.ns_ContentsWrapAll a:hover,
.ns_ticket__bt .NS_general_7ticket:hover {
  transform: translate(10px, 0px);
  transition: 0.3s;
}
.ns_ticket__bt .NS_general_7ticket a:hover {
  transform: translate(0px, 0px);
}
.ns_ContentsWrapAll .ns_anc a:hover {
  transform: translate(0px, 10px);
  transition: 0.3s;
}
/*hover_end*/

.ns_fadeIn {
 opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		-webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
	}
}
@-webkit-keyframes fadeIn {
  0% {
	  opacity: 0;
	  -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
	}
  100% {
	  opacity: 1;
	  -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
	}
}

.ns_blur_trigger {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ns_blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 1.5s;
}

.ns_blur.ns_delay_05 {
	animation-delay: 0.5s;
}
.ns_blur.ns_delay_10 {
	animation-delay: 1s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}




/*breadcrumb_start*/

.ns_breadcrumb {
  background: #fff;
  width: 100%;
  display: block;
  height: calc(1em + (8px * 2));
  border-bottom: 1px solid #fff;
  padding: 8px;
  box-sizing: border-box;
  line-height: 1.5;
}
ol.ns_breadcrumb li {
  position: relative;
  float: left;
  padding-left: 20px;
  font-size: 12px;
}
ol.ns_breadcrumb li:before {
  position: absolute;
  content: "";
  display: block;
  top: 38%;
  left: 0.2rem;
  width: 6px;
  height: 6px;
  border-right: solid 1px;
  border-top: solid 1px;
  transform: rotate(45deg) translate(0, -25%);
  color: #231815;
}
ol.ns_breadcrumb li:first-child:before {
  display: none;
}
ol.ns_breadcrumb li:first-child {
  padding-left: 0;
  background: none;
}
ol.ns_breadcrumb li,
ol.ns_breadcrumb li a {
  color: #231815;
}
ol.ns_breadcrumb li a:hover {
  transform: translate(0, 0);
}
ol.ns_breadcrumb li a {
  text-decoration: none;
}
/*breadcrumb_end*/
/*top_start*/
h1.ns_top__im {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/noise.png);
  background-repeat: repeat;
  background-size: 130px;
  clip-path: inset(0);
}
h1.ns_top__im .ns_main_img {
  background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/top_bn.png) no-repeat 0 0 / 100%;
}
h1.ns_top__im .ns_commonSize {
	position: relative;
	display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    width: 100%;
  z-index: 0;
}


.ns_top_bg_parts_01 {
	position: absolute;
    width: 275px;
    bottom: -95px;
    left: 50%;
    margin-left: -725px;
    z-index: -1;
}
.ns_top_bg_parts_02 {
	position: absolute;
    width: 357px;
    top: -210px;
    right: 50%;
    margin-right: -422px;
    z-index: -1;
}
.ns_top_bg_parts_03 {
	position: absolute;
    width: 203px;
    bottom: 15px;
    right: 50%;
    margin-right: -672px;
    z-index: -1;
}

/*top_end*/
/*kikan_start*/
.ns_kikan {
  padding: 15px 0;
  background-color: #6fbdcc;
}
.ns_kikan picture {
}
.ns_line {
	margin: 0;
    padding: 0;
	width: 100%;
	border: none;
	height: 26px;
	background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/line.jpg) repeat-x center center;
}
/*kikan_end*/
/*anc_start*/
.ns_anc {
  padding: 30px 0;
  background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/noise.png);
  background-repeat: repeat;
  background-size: 130px;
}
.ns_anc__list {
  display: flex;
  align-items: stretch;
}
.ns_anc__list:nth-of-type(n + 2) {
  margin-top: 30px;
}
.ns_anc__list li:nth-of-type(3) .ns_ic {
  background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/anc_ic03.png) no-repeat 0 0 / 100%;
}
.ns_anc__list.col3 {
}
.ns_anc__list.col4 {
}
.ns_anc__list > li {
}
.ns_anc__list.col3 > li {
  width: calc((100% - (20px * 2)) / 3);
  margin-left: 20px;
}
.ns_anc__list.col4 > li {
  width: calc((100% - (20px * 3)) / 4);
  margin-left: 20px;
}
.ns_anc__list > li:nth-of-type(1) {
  margin-left: 0;
}
.ns_anc__list .ns_ic {
  width: 80px;
}
.ns_anc__list .ns_ic img {
}
.ns_anc__list .ns_txt {
  width: calc(100% - 60px);
  text-align: center;
  font-size: clamp(14px, 1.5vw, 16px);
  padding-right: 15px;
  font-weight: bold;
}
.ns_anc__list > li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  border-style: solid;
  border-width: 6.5px 0 6px 10px;
  border-color: transparent transparent transparent #222;
  transform: rotate(90deg) translate(-50%, 0);
}
.ns_anc__list > li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #6fbdcc;
  border-radius: 10px;
  padding: 10px 20px 10px 15px;
  box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 15%);
  background: #fff;
  height: 100%;
  box-sizing: border-box;
}
.ns_anc__list > li a:hover {
	color: #222;
}
.ns_anc__list.col3 > li a {
}
.ns_anc__list.col4 > li a {
}
a {
}
/*anc_end*/
/*intr_start*/
.ns_intro__mvWrap {
  margin: 0px auto;
  text-align: center;
}
.ns_intro__mvWrap {
}
.ns_intro__mvWrap iframe {
  margin: 0 auto;
  text-align: center;
}
/*intr_end*/
/*goods_start*/
.ns_goods {
	position: relative;
	z-index: 0;
	background: linear-gradient(-45deg, #fdfdc6CC, #ddfeeaCC, #bdebf5CC) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 10s ease infinite;
	clip-path: inset(0);
}
@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}


[class*="ns_goods__group"] {
}
[class*="ns_goods__group"]:nth-of-type(n + 2) {
  margin-top: 85px;
}
.ns_goods__groupFull {
}
.ns_goods__groupHalfLeft {
}
.ns_goods__groupHalfRight {
}
.ns_goods__inner {
	position: relative;
}
.ns_goods_bg_parts_01 {
	position: absolute;
    width: 581px;
    top: -320px;
    right: 50%;
    margin-right: -840px;
    z-index: -1;
}
.ns_goods_bg_parts_02 {
	position: absolute;
    width: 507px;
    top: 85px;
    left: 50%;
    margin-left: -780px;
    z-index: -1;
}
.ns_goods_bg_parts_03 {
	position: absolute;
    width: 432px;
    bottom: -250px;
    right: 50%;
    margin-right: -670px;
    z-index: -1;
}






.ns_goods__detail {
  height: fit-content;
}



.ns_goods__im {
  display: block;
    width: 100%;
    background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/goods_im_01_full.png) no-repeat 0 0 / 100%;
	box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 15%);
}
.ns_picture_outer {
	position: relative;
}
.ns_picture_outer::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
    height: 0;
    padding-top: 50%;
	background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/goods_im_01_full_bg.png) no-repeat 0 0 / 100%;
	z-index: -1;
}

h3.ns_goods__name {
  font-size: 25px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05rem;
  line-height: 1.3;
}
.ns_goods__groupFull h3.ns_goods__name, .ns_goods__group h3.ns_goods__name {
  text-align: center;
  margin-top: 30px;
}
.ns_goods__groupHalfLeft h3.ns_goods__name {margin-top: 0px;}
.ns_goods__groupHalfRigh h3.ns_goods__name {
}
.ns_goods__linkList {
  margin-top: 35px;
}
.ns_goods__linkList > * {
  width: 100%;
}
.ns_goods__linkList > *:nth-of-type(1) {
}
.ns_goods__groupFull .ns_goods__linkList {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}
.ns_goods__groupFull .ns_goods__linkList.col3 {
	justify-content: space-between;
    flex-wrap: wrap;
}
.ns_goods__groupFull .ns_goods__linkList.col3 > *:last-child {
	margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.ns_goods__groupFull .ns_goods__linkList > * {
  width: calc((100% - (30px * 1)) / 2);
}
.ns_goods__groupFull .ns_goods__linkList > *:nth-of-type(1) {
}
.ns_goods__linkList > * a {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  background: #6fbdcc;
  color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 25px;
  height: 100%;
  box-sizing: border-box;
	box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 15%);
}
.ns_goods__linkList > * a:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  border-style: solid;
  border-width: 7.5px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg) translate(0, -50%);
}
.ns_goods__linkList > * a:hover {
	color: #fff;
}
.ns_goods__groupHalfLeft .ns_goods__linkList > *,
.ns_goods__groupHalfRight .ns_goods__linkList > * {
  margin-top: 10px;
}
.ns_goods__groupHalfLeft .ns_goods__linkList > *:nth-of-type(1),
.ns_goods__groupHaRigh .ns_goods__linkList > *:nth-of-type(1) {
  margin-top: 0;
}
.ns_goods__linkList .ns_ic {
  width: 60px;
}
.ns_goods__linkList .ns_ic img {
}
.ns_goods__linkList li:nth-of-type(2) .ns_ic {
  background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/goods_im_01_ic02.png) no-repeat 0 0 / 100%;
}
.ns_goods__linkList .ns_txt {
  width: calc(100% - 60px);
  text-align: center;
  font-weight: bold;
}
 .ns_goods__linkList.col3 .ns_txt {
    width: 100%;
  }

.ns_bundle .ns_goods__inner {
    width: calc((100% - (30px * 1)) / 2);
}
/*.ns_goods__group h3.ns_goods__name {
    text-align: center;
    margin-top: 40px;
}*/
.ns_goods__group .ns_goods__linkList > * {
    margin-top: 10px;
}




/*goods_end*/
/*intro_start*/
.ns_intro {
 background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/noise.png);
  background-repeat: repeat;
  background-size: 130px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.ns_intro::before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/intro_bg_left.png);
	background-repeat: repeat-y;
	background-size: contain;
	width: 182px;
	height: 100%;
	z-index: -1;
}
.ns_intro::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: 0;
	background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/intro_bg_right.png);
	background-repeat: repeat-y;
	background-size: contain;
	width: 182px;
	height: 100%;
	z-index: -1;
}





.ns_intro__mvWrap {
  margin: 0px auto;
  text-align: center;
  display: block;
  line-height: 0;
}
.ns_intro__mvWrap iframe {
  margin: 0 auto;
  text-align: center;
}
.ns_intro__movieDate {
}
.ns_intro__movieDate .deco01 {
}
.ns_intro__movieDate .txtIm {
}
.ns_intro__movieDate_txt {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  margin: 30px auto 0;
  font-weight: bold;
  width: 506px;
  height: auto;
}
.ns_intro__movieDate_txt .deco01 {
  font-size: 0.6em;
}
[class*="ns_intro__cont"] {
}
[class*="ns_intro__cont"]:nth-of-type(n + 2) {
}
[class*="ns_intro__cont"] .ns_commonSize {
}
.ns_intro__cont_story {
}
.ns_intro__cont_cast {
}
.ns_intro__cont_review {
}
.invisible.ns_intro__txt {
}
.ns_intro__txt {
  text-align: center;
  line-height: 2;
  font-size: 18px;
}
.ns_intro_top__txt {
 padding: 20px 0 45px;
 width: 340px;
 height: auto;
margin: 0 auto;
}








.ns_intro__txt > *:nth-of-type(n + 2) {
}
/*intro__cast*/
.ns_intro__castList {
}
.ns_intro__castList > * {
}
.ns_intro__castList > *:nth-of-type(n + 2) {
 margin-top: 20px;
 font-size: 14px;
 line-height: 1.8;
}
.ns_intro__castList .mainCast {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.ns_intro__castList .subCast {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.ns_intro__castList .otherCast {
}
.ns_intro__castList:nth-of-type(n + 2) {
  margin-top: 20px;
  line-height: 1.8;
}
[class*="rubi"] {
  position: relative;
}
[class*="rubi"]:before {
  display: block;
  position: absolute;
  font-size: 0.4em;
  letter-spacing: 0.5px;
  top: -0.7em;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
.intro_rubi_01 {
}
.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*/
.ns_ticket {
  background-color: #4e8fd0;
  background-image: linear-gradient(#4e8fd0e6, #4e8fd0e6), url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/noise.png);
  background-repeat: repeat;
  background-size: 130px;
}
.ns_ticket h2.ns_commonTitleH2 {
	color: #fff;
}
.ns_ticket__note {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}
.ns_ticket__note h3 {
  font-size: 18px;
  font-weight: bold;
  background: #e5e5e5;
  margin: 0;
  padding: 13px 0;
  text-align: center;
  color: #231815;
}
.ns_ticket__note_list {
  padding: 0 24px;
}
.ns_ticket__note_list:nth-of-type(1) {
  margin-top: 30px;
}
.ns_ticket__note_list > li {
  text-indent: -1em;
  margin-left: 1em;
}
.ns_ticket__note_list > li:nth-of-type(n + 2) {
  margin-top: 3px;
}
.ns_ticket__note_list > li.last {
}
.ns_ticket__note_list > li.link a:hover {
	color: #6fbdcc;
}
.ns_ticket__note_list .txtL {
  font-size: clamp(14px, 3.5vw, 16px) !important;
}
.ns_ticket__noteBt {
  border-color: transparent transparent transparent #e70014;
}
.invisible.ns_ticket__note_list {
}
.ns_ticket__bt h2 {
  display: none;
}
.ns_ticket__bt h3 {
  margin-top: 36px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.ns_ticket__bt .txtL {
  font-size: 16px !important;
  color: #fff !important;
}
.ns_ticket__note .ns_acoBt {
}
.ns_ticket__note .ns_acoBt:after {
}
.ns_ticket__bt .NS_general_component {
  margin-top: 11.5px;
  padding: 0;
  box-shadow: none;
  background-color: rgba(240, 248, 255, 0);
}
.ns_ticket__bt .NS_general_component {
  text-align: center;
  font-size: 16px !important;
}
.ns_ticket__bt .NS_general_7ticket {
  width: 100%;
  max-width: 41em;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 3px 3px 5px 3px rgb(11 71 130 / 20%);
}
.ns_ticket__bt .NS_general_7ticket img {
  display: block;
  width: 101.6%;
  margin: -1.8% -0.8%;
  border-radius: 32px;
}
/*ticket_end*/
/*relation_start*/
.ns_relation {
}
.ns_relation__goodsList {
  display: flex;
  flex-wrap: wrap;
}
.ns_relation__goodsList > li {
  width: calc((100% - (20px * 3)) / 4);
  margin-left: 20px;
}
.ns_relation__goodsList > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.ns_relation__goodsList > li:nth-of-type(n + 5) {
  margin-top: 35px;
}
.ns_relation__goodsList > li a {
}
.ns_relation__im {
}
.ns_relation__im img {
}
.ns_relation__txt {
  margin-top: 16px;
}
/*relation_end*/
.ns_areaBottom {
  background: #6fbdcc;
  color: #fff;
  padding: 8px 0 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}
.ns_commonSize .ns_copy {
	width: 199px;
	margin: 0 auto;
}

/*contents_end*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .SP,
  .SP a,
  img.SP {
    display: block;
  }
	.Middle {
		display: none;
	}
  #wrapper {
    min-width: 100%;
  }
  .ns_commonSize {
    width: calc(100% - 80px);
    padding: 0;
  }
	
	.ns_top_bg_parts_01 {
	position: absolute;
        width: 18vw;
        bottom: -5vw;
        left: 50%;
        margin-left: -58vw
}
.ns_top_bg_parts_02 {
	        position: absolute;
        width: 31vw;
        top: -17vw;
        right: 50%;
        margin-right: -38vw;
        z-index: -1;
}
.ns_top_bg_parts_03 {
	display: none;
}

  /*1024_anc_start*/
  .col4.ns_anc__list > li {
    width: calc((100% - (1.5vw * 3)) / 4);
    margin-left: 1.5vw;
  }
  .col4.ns_anc__list > li:nth-of-type(1) {
  }
  .col4.ns_anc__list .ns_ic img {
  }
  .col4.ns_anc__list .ns_txt {
    width: 100%;
    padding-right: 0;
    line-height: 1.2;
    padding-top: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .ns_anc__list .ns_txt {
    font-size: 16px;
	        line-height: 1.2;
  }
  .col4.ns_anc__list > li a {
    padding: 2.5vw 1vw 4vw;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
  .ns_anc__list.col3 > li a {
  }
  .ns_anc__list.col4 > li a {
  }
  .col4.ns_anc__list > li a:before {
    left: 50%;
    top: initial;
    bottom: 1.8vw;
    transform: rotate(90deg) translate(0, 50%);
  }
  .col4.ns_anc__list > li .deco {
    font-size: 0.8em;
  }
  /*1024_anc_end*/
  /*1024_goods_start*/
  
  [class*="ns_goods__group"]:nth-of-type(n + 2) {
    margin-top: 14vw;
  }
  
  .ns_goods__detail {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .ns_goods__groupHalfLeft .ns_goods__detail,
  .ns_goods__groupHalfRight .ns_goods__detail {
    width: calc(40% - 40px);
    margin-left: 40px;
  }
  
  .ns_goods__im {
    max-width: 100%;
  }

  .ns_goods__linkList {
    margin-top: 40px;
  }
  .ns_goods__linkList > * {
    box-sizing: border-box;
  }
  .ns_goods__linkList > :nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 40px;
  }
  .ns_bundle .ns_goods__linkList > :nth-of-type(n + 2) {
    margin-left: 0;
  }
  .ns_goods__groupFull .ns_goods__linkList > * {
    width: calc((100% - (40px * 1)) / 2);
  }

  .ns_goods__groupHalfLeft .ns_goods__linkList > *,
  .ns_goods__groupHalfRight .ns_goods__linkList > *,
  .ns_goods__group .ns_goods__linkList > * {
  margin-left: 0;
  margin-top: 20px;
  }
  .ns_goods__linkList > * a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5vw 0px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 1.8vw;
  }
  .ns_goods__linkList > * a::before {
    border-width: 9px 0 9px 14px;
  }
  .ns_goods__linkList .ns_ic img {
  }
  .ns_goods__linkList .ns_txt {
    width: 100%;
    letter-spacing: 0;
  }
.ns_goods_bg_parts_01 {
    position: absolute;
    width: 45vw;
    top: -31vw;
    right: 50%;
    margin-right: -68vw;
    z-index: -1;
}
.ns_goods_bg_parts_02 {
    position: absolute;
    width: 40vw;
    top: 20vw;
    left: 50%;
    margin-left: -63vw;
    z-index: -1;
}
	.ns_goods_bg_parts_03 {
    position: absolute;
    width: 36vw;
    bottom: -14vw;
    right: 50%;
    margin-right: -48vw;
    z-index: -1;
}
  /*1024_goods_end*/
  /*1024_intr_satrt*/
  .ns_acoBt {
  }
  .on.ns_acoBt {
    bottom: -45px;
  }
  .ns_acoBt:before {
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
  }
  .ns_acoBt:after {
    bottom: 0;
  }
  .ns_intro::before, .ns_intro::after {
    width: 15vw;
}
.ns_intro__txt {
    font-size: clamp(2vw, 16px, 18px);
}
.ns_intro__castList .otherCast {
	font-size: clamp(1.5vw, 13px, 18px);
}
  .ns_intro__castList > *:nth-of-type(n + 2) {
    font-size: clamp(1.5vw, 14px, 16px);
	letter-spacing: -0.025rem;
}
	.ns_intro__castList .subCast {
    font-size: clamp(1.5vw, 13px, 18px);
	letter-spacing: -0.025rem;
}
  /*1024_intr_end*/
  /*1024_ticket_start*/
  .ns_ticket .on.ns_acoBt {
    bottom: 0;
  }
  .ns_ticket .ns_acoBt {
    bottom: 0;
  }
  .ns_ticket .ns_acoBt:after {
    bottom: 10px;
  }
  .ns_ticket .ns_acoBt:before {
  }
  ns_ticket .on.ns_acoBt:before {
    bottom: 10px;
  }
  .ns_ticket .ns_ticket__note {
    border-radius: 1.8vw;
    padding-bottom: 4vw;
  }
  .ns_ticket .txtL {
    font-size: clamp(13px, 3.5vw, 16px) !important;
  }
  /*1024_ticket_end*/
}
@media screen and (max-width: 640px) {
  .ns_ContentsWrapAll {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -25px;
    -webkit-text-size-adjust: 100%;
    font-size: clamp(14px, 3.5vw, 16px);
  }
  .ns_ContentsWrapAll {
  }
  .ns_ContentsWrapAll img {
    width: 100%;
    display: block;
  }
  .ns_commonSize {
    width: 94%;
    padding: 0;
    box-sizing: border-box;
  }
  /*SP_common_start*/
  h2.ns_commonTitleH2 {
    box-sizing: border-box;
    padding-top: 12vw;
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }
  h2.ns_commonTitleH2 picture {
    max-width: initial;
    height: 8.5vw;
    width: auto;
  }
  h3.ns_commonTitleH3 {
    margin-bottom: 5vw;
    padding-top: 10vw;
    font-size: 7vw;
  }
  .ns_areaH2 {
    padding-bottom: 15vw;
  }
  .SP,
  .SP a,
  img.SP {
    display: block;
  }
  .PC,
  .PC a,
  img.PC {
    display: none;
  }
	.Middle {
		display: none;
	}
	
  /*SP_common_end*/
  /*SP_contents_start*/
  /*SP_breadcrumb_start*/
  .ns_breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: flex;
    padding-left: 2vw;
  }
  .ns_breadcrumb > * {
    float: initial;
    font-size: 2.8vw;
  }
  ol.ns_breadcrumb li:nth-of-type(n + 2) {
    padding-left: 15px;
    background-position: 1vw center;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  ol.ns_breadcrumb li:before {
    top: 50%;
    transform: rotate(45deg) translate(0, -50%);
    left: 0vw;
  }
  .ns_breadcrumb > * a {
  }
  /*SP_breadcrumb_end*/
  /*SP_top_start*/
.ns_top_bg_parts_01, .ns_top_bg_parts_02, .ns_top_bg_parts_03 {
	display: none;
}
  /*SP_top_slider_start*/
  .ns_top_slider_wrap {
    margin-top: -4vw;
    min-width: 1150px;
    padding-bottom: 8vw;
  }
  /*top_start*/
  h1.ns_top__im {
  }
  h1.ns_top__im .ns_commonSize {
    width: 100%;
  }
 h1.ns_top__im .ns_main_img {
  background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/top_bn_SP.jpg) no-repeat 0 0 / 100%;
}
 
  /*SP_top_end*/
  /*SP_kikan_start*/
  .ns_kikan {
    padding: 4.5vw 0;
  }
  .ns_kikan picture {
  }
  /*SP_kikan_end*/
  /*SP_anc_start*/
  .ns_anc {
    padding: 7vw 0 7.5vw;
  }
  .ns_anc__list {
    box-sizing: border-box;
  }
  .ns_anc__list.col3 {
  }
  .ns_anc__list.col4 {
  }
  .ns_anc__list:nth-of-type(n + 2) {
    margin-top: 5vw;
  }
  .ns_anc__list > li {
  }
  .ns_anc__list.col3 > li {
    width: calc((100% - (1vw * 2)) / 3);
    margin-left: 1vw;
  }
  .ns_anc__list.col4 > li {
    width: calc((100% - (1vw * 3)) / 4);
    margin-left: 1vw;
  }
.ns_anc__list > li:nth-of-type(1){
    margin-left: 0vw;
  }
  .ns_anc__list > li:nth-of-type(1) {
  }
  .ns_anc__list .ns_ic {
    width: 15vw;
  }
  .ns_anc__list .ns_ic img {
  }
  .ns_anc__list .ns_txt {
    width: 100%;
    padding-right: 0;
    font-size: 3.5vw;
    line-height: 1.2;
    padding-top: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .ns_anc__list > li a {
    padding: 2.5vw 1vw 6vw;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
  .ns_anc__list.col3 > li a {
  }
  .ns_anc__list.col4 > li a {
  }
  .ns_anc__list > li a:before {
    left: 50%;
    top: initial;
    bottom: 1.8vw;
    transform: rotate(90deg) translate(0, 50%);
    border-width: 1.5vw 0 1.5vw 2.6vw;
  }
  .ns_anc__list > li .deco {
    font-size: 0.8em;
  }
  /*SP_anc_end*/
  /*SP_intr_start*/
  .ns_intro__mvWrap {
    margin: 0px auto;
    text-align: center;
  }
  .ns_intro__mvWrap {
  }
  .ns_intro__mvWrap iframe {
    margin: 0 auto;
    text-align: center;
  }
  /*SP_intr_end*/
  /*SP_goods_start*/
  .ns_goods {
  }
  
  [class*="ns_goods__group"]:nth-of-type(n + 2) {
    margin-top: 14vw;
  }
  .ns_goods__groupFull {
  }
  .ns_goods__groupHalfLeft {
  }
  .ns_goods__groupHalfRight {
  }
  .ns_goods__inner {
  }
  .ns_goods__groupFull .ns_goods__inner {
    width: 94%;
  }
  .ns_goods__detail ,.ns_goods__groupFull .ns_goods__detail{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .ns_goods__groupHalfLeft .ns_goods__detail,
  .ns_goods__groupHalfRight .ns_goods__detail {
    width: 94%;
    text-align: center;
  }
  .ns_goods__groupHalfLeft .ns_goods__inner {
  }
  .ns_goods__groupHalfRight .ns_goods__inner {
  }
  .ns_goods__groupHalfLeft .ns_goods__inner,
  .ns_goods__groupHalfRight .ns_goods__inner {
    flex-direction: column;
    align-items: center;
    width: 94%;
  }
  .ns_goods__groupHalfRight .ns_goods__im {
    order: 1;
  }
  .ns_goods__groupHalfRight .ns_goods__detail {
    order: 2;
  }
  
	.ns_goods__im {
  display: block;
    width: 100%;
    background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/goods_im_01_full_SP.png) no-repeat 0 0 / 100%;
}
  .ns_picture_outer::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
    height: 0;
    padding-top: 100%;
	background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/goods_im_01_full_SP_bg.png) no-repeat 0 0 / 100%;
	z-index: -1;
}
  .ns_goods__groupFull h3.ns_goods__name,
  .ns_goods__groupHalfLeft h3.ns_goods__name,
  .ns_goods__groupHalfRight h3.ns_goods__name,
  .ns_goods__group h3.ns_goods__name {
    font-size: 4.3vw;
    margin-top: 4vw;
  }
  .ns_goods__linkList {
    display: flex;
    margin-top: 4vw;
  }
  .ns_goods__linkList > * {
    box-sizing: border-box;
  }
  .ns_goods__linkList > :nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 2vw;
  }
  .ns_goods__groupFull .ns_goods__linkList > * {
    width: calc((100% - (2vw * 1)) / 2);
  }
 .ns_goods__groupFull .ns_goods__linkList.col3 > *:last-child {
    margin-top: 2vw;
	 margin-left: 0;
	 width: 100%;
}
.ns_goods__groupHalfLeft .ns_goods__linkList.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
.ns_goods__groupHalfLeft .ns_goods__linkList.col3 > * {
    width: calc((100% - (2vw * 1)) / 2);
  }
.ns_goods__groupHalfLeft .ns_goods__linkList.col3 > *:last-child {
    margin-top: 2vw;
	margin-left: 0;
	width: 100%;
  }
	
  .ns_goods__groupHalfLeft .ns_goods__linkList > *,
  .ns_goods__groupHalfRight .ns_goods__linkList > * {
    margin-top: 0;
  }
  .ns_goods__linkList > * a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw 0vw;
    height: 100%;
    box-sizing: border-box;
    border-radius: 1.8vw;
  }
  .ns_goods__linkList > * a::before {
    border-width: 1.8vw 0 1.8vw 3vw;
    right: 1.8vw;
  }
  .ns_goods__linkList .ns_ic img {
  }
  .ns_goods__linkList .ns_txt {
    font-size: 4.3vw;
    width: 100%;
    letter-spacing: 0;
  }
 .ns_goods__linkList.col3 .ns_txt {
	margin-right: 2vw;
    font-size: 4vw;
    width: 100%;
    letter-spacing: 0;
  }
.ns_ContentsWrapAll .ns_flex.ns_bundle {
     justify-content: space-between;
     flex-direction: column;
}
.ns_bundle .ns_goods__inner {
    width: 100%;
}
.ns_bundle .ns_goods__inner:nth-of-type(n + 2) {
    margin-top: 14vw;
}	
.ns_goods__group .ns_goods__linkList > * {
    margin-top: 0;
}	
    .ns_goods_bg_parts_01 {
        position: absolute;
        width: 85vw;
        top: -50vw;
        right: 50%;
        margin-right: -70vw;
        z-index: -1;
    }
.ns_goods_bg_parts_02 {
    position: absolute;
        width: 70vw;
        top: 43vw;
        left: 50%;
        margin-left: -77vw;
        z-index: -1;
}
    .ns_goods_bg_parts_03 {
        position: absolute;
        width: 65vw;
        bottom: -18vw;
        right: 50%;
        margin-right: -70vw;
        z-index: -1;
    }
	
  /*SP_goods_end*/
  /*SP_intro_start*/
  .ns_intro {
  }
.ns_intro::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/intro_bg_top_SP.png);
    background-repeat: no-repeat;
    width: 100%;
        height: 0;
        padding-top: 28.75%;
    z-index: -1;
    background-size: contain;
}
	.ns_intro::after {
    position: absolute;
    content: "";
    display: block;
	top: auto;
    bottom: 0;
    left: 0;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250711lovesong/intro_bg_bottom_SP.png);
    background-repeat: no-repeat;
    width: 100%;
        height: 0;
        padding-top: 28.75%;
    z-index: -1;
    background-size: contain;
}
  .ns_intro__mvWrap {
    margin: 0px auto;
    text-align: center;
  }
  .ns_intro__mvWrap iframe {
    margin: 0 auto;
    text-align: center;
  }
  .ns_intro__movieDate {
  }
  .ns_intro__movieDate .deco01 {
  }
  .ns_intro__movieDate .txtIm {
  }
  .ns_intro__movieDate {
  }
  .ns_intro__movieDate_txt {
    font-size: 6vw;
    letter-spacing: 0px;
    margin-top: 5vw;
	width: 90%;
  }
  [class*="ns_intro__cont"] {
  }
  [class*="ns_intro__cont"]:nth-of-type(n + 2) [class*="ns_intro__cont"]:nth-last-of-type(1) {
  }
	.ns_intro_top__txt {
		padding: 3vw 0 8vw;
		width: 65%;
	}
  .ns_intro__cont_story .ns_intro__txt {
    text-align: left;
    line-height: 1.8;
	font-size: clamp(14px, 3.5vw, 16px);
}

  .ns_intro__cont_review {
  }
  .invisible.ns_intro__txt {
  }
  
  .ns_intro__txt > :nth-of-type(n + 2) {
    margin-top: 3vw;
  }
  .ns_acoBt {
    bottom: -10px;
    height: 15vw;
  }
  .ns_acoBt:before {
    height: 25vw;
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 50%, rgba(250, 250, 250, 1) 100%);
    bottom: 0;
  }
  .ns_acoBt:after {
    width: 4vw;
    height: 4vw;
    bottom: 5vw;
  }
  .on.ns_acoBt {
    bottom: 0vw;
  }
  .on.ns_acoBt:after {
    bottom: 3vw;
  }
  .ns_intro__castList:nth-of-type(n + 2) {
    margin-top: 3vw;
  }
  .ns_intro__castList .mainCast {
    font-size: 4vw;
	letter-spacing: 0.03rem;
  }
  
  .ns_intro__castList .otherCast {
	font-size: 2.5vw;
	letter-spacing: -0.025rem;
  }
  .ns_intro__castList > *:nth-of-type(n + 2) {
    margin-top: 3vw;
    font-size: 2.2vw;
    letter-spacing: -0.025rem;
}
.ns_intro__castList .subCast {
    margin-top: 3vw;
    font-size: 2.4vw;
	letter-spacing: -0.08rem;
  }
  .invisible.ns_acoBt__txt,
  .ns_acoBt__txt {
    padding-top: 0;
	padding-bottom: 14.5vw;
  }
  /*intro_end*/
  /*SP_ticket_start*/
  .ns_ticket .ns_ticket .ns_acoBt_parent {
    overflow: hidden;
  }
  .ns_ticket__note {
    padding-bottom: 14.5vw;
  }
  .ns_ticket__note:before {
  }
  .ns_ticket__note h3 {
    font-size: clamp(13px, 4.2vw, 18px);
    letter-spacing: 0;
	line-height: 1.3;
  }
  .ns_ticket__note_list {
    padding: 3vw;
  }
  .ns_ticket__note_list:nth-of-type(1) {
    margin-top: 3vw;
    padding-bottom: 0;
  }
  .ns_ticket__note_list > li {
  }
  .ns_ticket__note_list > li.last {
  }
  .ns_ticket__note_list > li.link a {
  }
  .ns_ticket__noteBt {
  }
  .invisible.ns_ticket__note_list {
  }
  .ns_ticket .invisible.ns_acoBt__txt,
  .ns_acoBt__txt {
    padding-top: 0;
	padding-bottom: 4vw;
  }
  [class*="ns_intro__cont"]:nth-last-of-type(1) .invisible.ns_acoBt__txt {
    padding-bottom: 14.5vw;
  }
  [class*="ns_intro__cont"]:nth-last-of-type(1) .on.ns_acoBt {
    bottom: 0;
  }
  .ns_ticket__bt h2 {
  }
  .ns_ticket__bt h3 {
    margin-top: 5vw;
    font-size: clamp(13px, 3.5vw, 16px);
  }
  .ns_ticket__bt .NS_general_component {
  }
  .ns_ticket__bt .NS_general_component {
  }
  .ns_ticket__bt .NS_general_7ticket {
    margin-top: 5vw;
  }
  .ns_ticket__bt .NS_general_7ticket img {
  }
  .ns_ticket .on.ns_acoBt {
    bottom: 0vw;
  }
  .ns_ticket .ns_acoBt {
    bottom: 0;
  }
  .ns_ticket .ns_ticket__note {
    border-radius: 1.8vw;
    padding-bottom: 9.5vw;
  }
  .ns_ticket .txtL {
    font-size: clamp(13px, 3.5vw, 16px) !important;
	line-height: 1.3;
  }
  /*SP_ticket_end*/
  /*SP_intr_start*/
  .ns_intro__mvWrap {
    margin: 0px auto;
    text-align: center;
    margin-top: 0;
    background: none;
    position: relative;
    height: 0;
    padding-bottom: 53.1%;
    width: 94%;
  }
  .ns_intro__mvWrap iframe {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    margin: -0.2vw 0 0 -0.2vw;
    text-align: center;
  }
  /*SP_intr_end*/
  /*SP_relation_start*/
  .ns_relation {
  }
  .ns_relation__goodsList {
  }
  .ns_relation__goodsList > li {
    width: calc((100% - (5vw * 1)) / 2);
    margin-left: 5vw;
  }
  .ns_relation__goodsList > li:nth-of-type(4n + 1) {
  }
  .ns_relation__goodsList > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .ns_relation__goodsList > li:nth-of-type(n + 5) {
  }
  .ns_relation__goodsList > li:nth-of-type(n + 3) {
    margin-top: calc(10vw - 0.3em);
  }
  .ns_relation__goodsList > li a {
  }
  .ns_relation__im {
  }
  .ns_relation__im img {
  }
  .ns_relation__txt {
    margin-top: 3vw;
  }
  /*SP_relation_end*/
  /*hover_start*/
  .ns_ContentsWrapAll a:hover,
  .ns_ticket__bt .NS_general_7ticket:hover {
    transform: translate(0px, 0px);
  }
  .ns_ContentsWrapAll .ns_anc a:hover {
    transform: translate(0px, 0px);
    transition: 0.3s;
  }
  /*hover_end*/
  .ns_copy {
    font-size: 10px;
  }
  /*SP_contents_end*/
}
