@charset "utf-8";
#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: #000;
  font-feature-settings: "palt";
  letter-spacing: 1.3px;
  line-height: 1.6;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  clip-path: inset(0);
}
.ns_ContentsWrapAll::before {
  position: fixed;
  background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250602datsuryoku/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
}
#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: #000;
}
.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 90px;
  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.3;
}
.SP, .SP a, img.SP {
  display: none;
}
/*common_start*/
h1 .ns_commonTitle {
  padding-top: 30px;
  text-align: center;
  font-size: 50px;
  line-height: 1.3;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
h2.ns_commonTitleH2 {
  padding-top: 100px;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
h2.ns_commonTitleH2 .txtIm {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
h3.ns_commonTitleH3 {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 10px;
  width: fit-content;
  width: -moz-fit-content;
  padding-top: 48px;
}
.ns_bounce {
  animation: bounce 2s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }

}
.ns_fadeScaleIn {
  animation: fadeScaleInAnime 0.5s forwards;
  opacity: 1;
  transform: scale(1);
  transition: opacity .3s 0s ease, transform .3s 0s ease;
}
@keyframes fadeScaleInAnime {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ns_fadeScaleInTrigger {
  opacity: 0;
  transform: scale(.9);
}
/*hover_start*/
.ns_ContentsWrapAll a, .ns_ContentsWrapAll a img, .ns_ticket__bt .NS_general_7ticket {
  transition: 0.3s;
  opacity: 1;
}
.ns_ContentsWrapAll a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
/*hover_end*/
/*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: #000;
}
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: #000;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.02em;
}
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 {
  margin: 50px auto 0;
  padding: 0;
  border: none;
}
/*top_end*/
/*intr_start*/
.ns_intro__mvWrap {
  margin: 0px auto;
  text-align: center;
}
.ns_intro__mvWrap iframe {
  margin: 0 auto;
  text-align: center;
  aspect-ratio: 16 / 9;
  width: 90%;
  border: 6px solid #fff;
  border-radius: 30px;
}
/*intr_end*/
/*goods_start*/
.ns_goods {
  background: transparent;
}
.ns_goods__group.ns_flex {
  flex-wrap: wrap;
}
.ns_goods__inner {
  position: relative;
  padding: 35px;
  border-radius: 30px;
  background-color: rgb(255 255 255 / .7);
  width: calc((100% - (30px * 1)) / 2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ns_goods__inner:nth-child(n+3) {
  margin-top: 30px;
}
.ns_goods__detail {
  height: fit-content;
}
.ns_goods__im {
  width: 100%;
  max-width: 405px;
}
h3.ns_goods__name {
  background: linear-gradient(to bottom, #bb47d6, #5a2c64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  width: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 30px 0;
}
.ns_goods__linkList {
  margin-top: auto;
}
.ns_goods__linkList > * {
  width: 90%;
}
.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: 100%;
}
.ns_goods__linkList > * a {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(to bottom, #bb47d6, #5a2c64);
  border-radius: 50px;
  padding: 1.1rem;
  font-size: 18px;
  height: 100%;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}
.ns_goods__linkList > * a:hover {
  color: #fff;
}
.ns_goods__linkList > * a:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1.1rem;
  background: #fff;
  height: 10px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(0, -50%);
}
.ns_goods__linkList .ns_txt {
  width: 100%;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.ns_goods__linkList.col3 .ns_txt {
  width: 100%;
}
.ns_goods__group .ns_goods__linkList > * {
  margin: 0 auto;
}
.ns_goods__inner.ns_new::before {
  position: absolute;
  content: "New";
  top: -20px;
  left: -20px;
  width: 75px;
  height: 75px;
  background-color: #bb47d6;
  border-radius: 50%;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
/*goods_end*/
/*podcast_start*/
.ns_podcast {
  margin-bottom: 120px;
}
.ns_podcast__inner {
  padding: 60px 80px;
  background-color: #ffffffb3;
  background-image: radial-gradient(circle, #ffffff80 4px, transparent 4px), radial-gradient(circle, #ffffff80 4px, transparent 4px);
  background-position: 0 0, 9px 18px;
  background-size: 18px 36px;
  border-radius: 30px;
}
.ns_podcast__inner .ns_txt {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.ns_podcast__inner .ns_txt:nth-child(2) {
  margin: 35px auto 0;
}
.ns_stream_box {
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(187, 71, 214, 0.25), 0px 0px 3px 0px rgba(187, 71, 214, 0.1);
}
.ns_stream__inner .ns_txt {
  transform: translateY(27px);
}
.ns_stream_box ul {
  display: flex;
  justify-content: space-between;
}
.ns_stream_box ul li {
  width: calc((100% - (30px * 2)) / 3);
}
.ns_sns_box {
  margin: 35px auto 0;
  width: 215px;
}
.ns_sns_box ul {
  display: flex;
  justify-content: space-between;
}
.ns_sns_box ul li {
  width: calc((100% - (15px * 2)) / 3);
}
.ns_sns_box ul li img {
  filter: drop-shadow(0px 0px 8px rgba(187, 71, 214, 0.25)) drop-shadow(1px 1px 2px rgba(187, 71, 214, 0.1)) drop-shadow(-1px -1px 2px rgba(187, 71, 214, 0.1));
}
/*podcast_end*/
/*contents_end*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .SP, .SP a, img.SP {
    display: block;
  }
  #wrapper {
    min-width: 100%;
  }
  .ns_commonSize {
    width: calc(100% - 80px);
    padding: 0;
  }
  /*1024_goods_start*/
  .ns_goods__inner {
    padding: 3.4vw;
    border-radius: 2.9vw;
    background-color: rgb(255 255 255 / .7);
    width: calc((100% - (2.9vw * 1)) / 2);
    box-sizing: border-box;
  }
  .ns_goods__im {
    max-width: 100%;
  }
  h3.ns_goods__name {
    text-align: center;
    margin: 2.9vw 0;
    font-size: clamp(14px, 2.4vw, 25px);
  }
  .ns_goods__linkList > * {
    box-sizing: border-box;
  }
  .ns_goods__group .ns_goods__linkList > * {
    width: 90%;
  }
  /*1024_goods_end*/
  .ns_podcast__inner {
    padding: 5.8vw 7.8vw;
    background-color: #ffffffb3;
    background-image: radial-gradient(circle, #ffffff80 4px, transparent 4px), radial-gradient(circle, #ffffff80 4px, transparent 4px);
    background-position: 0 0, 9px 18px;
    background-size: 18px 36px;
    border-radius: 2.9vw;
  }
  .ns_podcast__inner .ns_txt:nth-child(2) {
    margin: 3.4vw auto 0;
  }
  .ns_stream_box {
    background: #fff;
    padding: 5.8vw;
    border-radius: 0.97vw;
  }
  .ns_stream_box ul li {
    width: calc((100% - (2.9vw * 2)) / 3);
  }
  .ns_sns_box {
    margin: 3.4vw auto 0;
    width: min(30vw, 215px);
  }
}
@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*/
  h1 .ns_commonTitle {
    padding-top: 5vw;
  }
  h2.ns_commonTitleH2 {
    box-sizing: border-box;
    padding-top: 10vw;
    font-size: 7.5vw;
    margin-bottom: 2vw;
  }
  h2.ns_commonTitleH2 picture {
    max-width: initial;
    height: 8.5vw;
    width: auto;
  }
  h3.ns_commonTitleH3 {
    margin-bottom: 5vw;
    padding-top: 10vw;
    font-size: 6vw;
  }
  .ns_areaH2 {}
  .SP, .SP a, img.SP {
    display: block;
  }
  .PC, .PC a, img.PC {
    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_logo {
    max-width: 300px;
    width: 60%;
    margin: 8vw auto 4vw;
  }
  /*SP_top_slider_start*/
  .ns_top_slider_wrap {
    margin-top: -4vw;
    min-width: 1150px;
    padding-bottom: 8vw;
  }
  /*top_start*/
  h1.ns_top__im {
    margin: 5vw auto 0;
  }
  h1.ns_top__im .ns_commonSize {
    width: 94%;
  }
  h1.ns_top__im .txtIm {}
  /*SP_top_end*/
  /*SP_intr_start*/
  .ns_intro__mvWrap {
    margin: 0px auto;
    text-align: center;
  }
  .ns_intro__mvWrap iframe {
    border: 0.9vw solid #fff;
    border-radius: 4.6vw;
    width: 100%;
  }
  /*SP_intr_end*/
  /*SP_goods_start*/
  [class*="ns_goods__group"]:nth-of-type(n + 2) {
    margin-top: 5vw;
  }
  .ns_goods__inner {
    padding: 5.4vw;
    border-radius: 4.6vw;
  }
  .ns_goods__groupFull .ns_goods__inner {
    width: 94%;
  }
  .ns_goods__im {
    max-width: 100%;
  }
  .ns_goods__group h3.ns_goods__name {
    font-size: 4.5vw;
    margin: 4vw 0;
  }
  .ns_goods__linkList {
    display: flex;
  }
  .ns_goods__linkList .ns_txt {
    font-size: 4vw;
    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 {
    justify-content: space-between;
    flex-direction: column;
  }
  .ns_goods__inner {
    width: 90%;
    margin: 5vw auto 0;
  }
  .ns_goods__inner:nth-child(n+3) {
    margin-top: 5vw;
  }
  .ns_goods__inner:first-child {
    margin: 0 auto;
  }
  .ns_goods__group .ns_goods__linkList > * {
    margin-top: 0;
  }
  .ns_goods__inner.ns_new::before {
    top: -4vw;
    left: -4vw;
    width: 15vw;
    height: 15vw;
    font-size: 4.5vw;
}
  /*SP_goods_end*/
  /*SP_podcast_start*/
  .ns_podcast {
    margin-bottom: 20vw;
  }
  .ns_podcast__inner {
    padding: 10vw 6.25vw;
    background-color: #ffffffb3;
    background-image: radial-gradient(circle, #ffffff80 3px, transparent 3px), radial-gradient(circle, #ffffff80 3px, transparent 3px);
    background-position: 0 0, 9px 18px;
    background-size: 18px 36px;
    border-radius: 4.6vw;
  }
  .ns_podcast__inner .ns_txt:nth-child(2) {
    margin: 4.6vw auto 0;
  }
  .ns_stream__inner .ns_txt {
    transform: translateY(4.2vw);
    width: 70%;
  }
  .ns_stream_box {
    padding: 9.3vw;
    border-radius: 1.5vw;
    box-shadow: 0px 0px 2.3vw 0px rgba(187, 71, 214, 0.25), 0px 0px 1vw 0px rgba(187, 71, 214, 0.1);
  }
  .ns_stream_box ul {
    flex-direction: column;
  }
  .ns_stream_box ul li {
    width: 80%;
    margin: 4.6vw auto 0;
  }
  .ns_stream_box ul li:first-child {
    margin-top: 0;
  }
  .ns_sns_box {
    margin: 4.6vw auto 0;
    width: min(50vw, 250px);
  }
  /*SP_podcast_end*/
  /*hover_start*/
  .ns_ContentsWrapAll a:hover {
    opacity: 1;
  }
  /*hover_end*/
  /*SP_contents_end*/
}