@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*   ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #151515;
  font-family: YakuHanJP,-apple-system, BlinkMacSystemFont,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',"游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--main, .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #151515;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal;
}

@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #151515;
  background: none;
  color: #151515;
  margin: 1em 0;
  padding: 1em 2em;
  font-family: Roboto , sans-serif;
  font-style: italic;
}

@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  transition: .3s;
}

.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.txt--right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}

.ph img, .thumb img {
  width: 100%;
}

.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--pager {
  text-align: center;
  letter-spacing: -.5em;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}

.block--pager li {
  display: inline-block;
  font-family: 'Robot', sans-serif;
  font-weight: 700;
  padding: .6em 0;
  margin: 0 5px;
  letter-spacing: .03em;
  vertical-align: middle;
  position: relative;
}

.block--pager li::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}

.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}

.block--pager .pager__item--newer {
  width: 10em;
  padding: 7px 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  padding-right: 5%;
  text-align: right;
}

.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  padding: 12px 0;
  position: relative;
}

.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: '';
  display: block;
  position: absolute;
}

.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #151515;
  border-right: 2px solid #151515;
  transform: rotate(45deg);
  top: 21px;
  right: -10px;
  transition: left .3s;
}

.block--pager .pager__item--older {
  width: 10em;
  padding: 7px 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  padding-left: 5%;
  text-align: left;
}

.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  padding: 12px 0;
  position: relative;
}

.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: '';
  display: block;
  position: absolute;
}

.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #151515;
  border-right: 2px solid #151515;
  transform: rotate(-135deg);
  top: 21px;
  left: -10px;
  transition: left .3s;
}

.block--pager .pager__item--older span {
  opacity: .2;
}

.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}

.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}

.block--pager .pager__item--current {
  font-family: 'Robot', sans-serif;
  font-weight: 800;
  position: relative;
  padding: 0.6em;
}

.block--pager .pager__item--current::before {
  transform: scaleX(1);
}

.slick-dots li {
  width: 5px;
  height: 10px;
  margin: 0 2.5px;
  padding: 0;
  transition: .3s;
}

.slick-dots li button {
  width: 100%;
  height: 5px;
  padding: 5px;
}

.slick-dots li button:before {
  content: '';
  width: 100%;
  height: 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 5px;
}

.slick-dots .slick-active button:before {
  background: #66c1df;
}

.date, .time {
  display: inline-block;
  font-family: YakuHanJP,'Helvetica','Roboto',sans-serif;
  font-size: 3.5vw;
  line-height: 1;
  letter-spacing: 0;
  color: #e55353;
}

.date {
  font-weight: 700;
}

.time {
  padding-left: .2em;
}

.artist {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 1.2;
  margin-bottom: .3em;
}

.youbi {
  font-size: 2.8vw;
  display: inline-block;
  position: relative;
  left: 0;
}

.tit {
  font-size: 11px;
  line-height: 1.3;
}

.icon {
  display: inline-block;
  margin-right: 4px;
}

.icon span {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  position: relative;
  border-radius: 17px;
}

.icon span::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Font Awesome 5 Brands','Font Awesome 5 Free';
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: no-repeat center;
  background-size: contain;
  background-size: 70%;
}

.icon span.Youtube {
  background: #e52d27;
}

.icon span.Youtube::before {
  content: '\f167';
}

.icon span.Instagram {
  background: #cc3581;
}

.icon span.Instagram::before {
  content: '\f16d';
}

.icon span.Twitter {
  background: #339dc3;
}

.icon span.Twitter::before {
  content: '\f099';
}

.icon span.Vimeo {
  background: #0a819f;
}

.icon span.Vimeo::before {
  content: '\f27d';
}

.icon span.FanStream {
  background: #030c24;
  vertical-align: -3px;
}

.icon span.FanStream::before {
  background-image: url(/static/nsm/assets/common/ico--fanstream.png);
}

.icon span.other {
  background: #9a9ea7;
}

.icon span.other::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f04b';
  font-weight: 900;
  transform: scale(0.7);
}

.icon span.LINE {
  background: #29b329;
  vertical-align: -5px;
}

.icon span.LINE::before {
  background-image: url(/static/nsm/assets/common/ico--line.png);
}

.list__more {
  text-align: right;
}

.list__more a {
  display: inline-block;
  color: #e55353;
  font-size: 12px;
  font-weight: 700;
  padding-top: 20px;
}

.list--card li {
  width: calc(100% / 3);
}

.list--card li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 3px 1px #e2e2e2;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: .4s;
}

.list--card li a:hover {
  transform: translateY(-10px);
}

.list--card li .thumb {
  line-height: 0;
}

.list--card li .thumb img {
  background-image: url(/static/nsm/assets/common/default-min.png);
}

.list--card li .block--txt {
  padding: 1.5vw;
}

.list--card li .icon span.FanStream {
  vertical-align: -5px;
}

.list--card li .icon {
  margin-right: 3px;
}

.list--card li .icon:last-of-type {
  margin-right: 0;
}

.list--information > li, .list--information .block--detail {
  margin-bottom: 10px;
}

.list--information > li:last-child, .list--information .block--detail:last-child {
  margin-bottom: 0;
}

.list--information > li a, .list--information .block--detail a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #fff;
  border: 2px solid #d8e0e2;
  border-radius: 5px;
  padding: 7px;
  transition: .4s;
}

.list--information > li a:hover, .list--information .block--detail a:hover {
  transform: translateY(-10px);
}

.list--information > li a .thumb, .list--information .block--detail a .thumb {
  width: 20%;
  line-height: 0;
}

.list--information > li a .thumb img, .list--information .block--detail a .thumb img {
  border-radius: 50%;
  overflow: hidden;
  background-image: url(/static/nsm/assets/common/default-min.png);
}

.list--information > li a .block--txt, .list--information .block--detail a .block--txt {
  width: 87%;
  padding-left: 4%;
  position: relative;
  top: -.2em;
}

.list--support li {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

header .g-nav li.nav--item__fm a::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: no-repeat center url(/static/nsm/assets/common/ico--fanplus_music.svg);
  background-size: contain;
  vertical-align: -4px;
  margin-right: 12px;
}

footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .logo--sub {
  width: 30%;
  margin: 2em auto;
}

footer .copyright {
  opacity: 0.5;
  position: relative;
  bottom: 30px;
}

.wrap {
  padding: 120px 0 150px;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.section-tit {
  height: 6vw;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  text-indent: -9999em;
  background: no-repeat 8% center;
  background-size: contain;
  pointer-events: none;
}

.bg-animation {
  background-size: 200% 200%;
  animation: bgwave 1s ease infinite;
}

@keyframes bgwave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.page--home .wrap {
  padding-top: 100px;
  padding-bottom: 0;
  opacity: 0;
  transition: opacity .6s;
}

.page--home.no-action .wrap {
  opacity: 1;
}

.page--home .section--pickup .section-tit {
  background-image: url(/static/nsm/assets/common/tit--pickup_v2.svg);
}

.page--home .section--live .section-tit {
  background-image: url(/static/nsm/assets/top/tit--live.svg);
}

.page--home .section--news .section-tit {
  background-image: url(/static/nsm/assets/common/tit--news.svg);
}

.page--home .section--report .section-tit {
  background-image: url(/static/nsm/assets/common/tit--report.svg);
}

.page--home .section--column .section-tit {
  background-image: url(/static/nsm/assets/common/tit--column.svg);
}

.page--home .section--stream .section-tit {
  background-image: url(/static/nsm/assets/common/tit--stream.svg);
}

.page--home .section--pickup {
  background: #f4d2d1;
  background: linear-gradient(90deg, #f4d2d1 0%, #b1dfee 55%, #d6cfee 100%);
  background-size: 400% 400%;
  animation: bgwave 8s ease infinite;
  padding: 15px 5% 0;
  margin-bottom: 85px;
  position: relative;
}

.page--home .section--pickup .section-tit {
  width: 23%;
  height: 15px;
  position: absolute;
  top: 43px;
  left: 7%;
  z-index: 10;
}

.page--home .section--pickup .block--txt {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.page--home .section--pickup .block--txt .tit {
  width: 30%;
  font-size: 28px;
  font-weight: bold;
  word-break: keep-all;
  line-height: 1.3;
  position: absolute;
  bottom: 100px;
  left: 30px;
  letter-spacing: 0.1em;
}

.page--home .section--pickup .block--txt .tit span {
  background: linear-gradient(0deg, transparent 10%, #fff 10.00001%, #fff 88%, transparent 88.00001%);
}

.page--home .section--pickup .icon {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 50px;
  left: 32px;
}

.page--home .section--pickup .icon span {
  width: 30px;
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: bold;
  line-height: 11px;
  height: 30px;
  position: relative;
}

.page--home .section--pickup .icon span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  margin-right: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
}

.page--home .section--pickup .icon span.Youtube::before {
  content: '\f167';
  font-size: 12px;
  background: #e52d27;
  padding-left: 1px;
}

.page--home .section--pickup .icon span.Instagram::before {
  content: '\f16d';
  background: #cc3581;
  padding-left: 1px;
}

.page--home .section--pickup .icon span.Twitter::before {
  background: #339dc3;
  content: '\f099';
  font-size: 12.5px;
  top: 6px;
  left: 6px;
}

.page--home .section--pickup .icon span.Vimeo::before {
  background: #0a819f;
  content: '\f27d';
  font-size: 15px;
  top: 6px;
}

.page--home .section--pickup .icon span.FanStream {
  vertical-align: 0;
}

.page--home .section--pickup .icon span.FanStream::before {
  vertical-align: -6px;
  background-color: #030c24;
  background-image: url(/static/nsm/assets/common/ico--fanstream.png);
}

.page--home .section--pickup .icon span.LINE {
  vertical-align: 0;
}

.page--home .section--pickup .icon span.LINE::before {
  width: 21px;
  height: 21px;
  background-color: #29b329;
  background-image: url(/static/nsm/assets/common/ico--line.png);
}

.page--home .section--pickup .icon span.other::before {
  background-color: #9a9ea7;
  font-family: 'Font Awesome 5 Free';
  content: '\f04b';
  font-weight: 900;
  transform: scale(0.8);
  padding-left: 3px;
}

.page--home .list--pickup {
  position: relative;
  top: 35px;
}

.page--home .list--pickup li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  line-height: 0;
  position: relative;
}

.page--home .section--live {
  position: relative;
}

.page--home .section--live .slick-slide::before,
.page--home .section--live .slick-slide::after {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  background: #f8c7c7;
  position: absolute;
  bottom: 0;
  transform: skewX(-16deg);
  z-index: 10;
  transition: .8s ease-out;
}

.page--home .section--live .slick-slide::before {
  background: #f8c7c7;
  left: -9%;
}

.page--home .section--live .slick-slide::after {
  background: #c7c2e7;
  right: -10%;
}

.page--home .section--live.started .slick-slide::before {
  left: -46%;
}

.page--home .section--live.started .slick-slide::after {
  right: -46%;
}

.page--home .section--live .list--live {
  height: 28vw;
}

.page--home .section--live .list--live li {
  position: relative;
  height: 28vw;
}

.page--home .section--live .list--live li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.page--home .section--live .list--live li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.page--home .section--live .list--live li a img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/nsm/assets/common/default-min.png);
}

.page--home .section--live .list--live li a .block--txt {
  position: absolute;
  width: 100%;
  left: 7%;
  bottom: 15px;
  z-index: 20;
}

.page--home .section--live .list--live li a .tit {
  position: absolute;
  right: 7%;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 22px;
  color: #fff;
  bottom: 30px;
  z-index: 20;
}

.page--home .section--live .list--live li a .date, .page--home .section--live .list--live li a .time, .page--home .section--live .list--live li a .artist {
  color: #fff;
}

.page--home .section--live .list--live li a .artist {
  font-size: 24px;
}

.page--home .section--live .list--live li a .date {
  font-size: 30px;
}

.page--home .section--live .list--live li a .time {
  font-size: 20px;
  vertical-align: 4px;
}

.page--home .section--live .section-tit {
  width: 14vw;
  height: 3.2vw;
  border: 4px solid #fff;
  background-size: 80% 100%;
  background-position: center;
  border-radius: 5px;
  padding: 20px;
  margin-left: 3%;
  position: absolute;
  top: 2.2vw;
  z-index: 100;
  filter: drop-shadow(0 0 3px #fff);
  animation: neon .9s linear infinite;
}

@keyframes neon {
  0% {
    filter: drop-shadow(0 0 3px #fff);
  }
  50% {
    filter: drop-shadow(0 0 0 #fff);
  }
  100% {
    filter: drop-shadow(0 0 3px #fff);
  }
}

.page--home .section--live.no-carousel::before, .page--home .section--live.no-carousel::after {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  background: #f8c7c7;
  position: absolute;
  bottom: 0;
  transform: skewX(-16deg);
  z-index: 10;
  transition: .8s ease-out;
}

.page--home .section--live.no-carousel::before {
  background: #f8c7c7;
  left: -9%;
}

.page--home .section--live.no-carousel::after {
  background: #c7c2e7;
  right: -10%;
}

.page--home .section--live .ico--onair {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  right: -8px;
  z-index: 10;
  transform-origin: center;
  animation: scale .8s ease-out infinite;
}

.page--home .section--live .ico--onair::before, .page--home .section--live .ico--onair::after {
  content: '';
  display: block;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.page--home .section--live .ico--onair::before {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.page--home .section--live .ico--onair::after {
  width: 10px;
  height: 10px;
  opacity: 0.7;
  background: #fff;
  top: 5px;
  left: 5px;
}

@keyframes scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.3);
  }
}

.page--home .section--live.no-data .section-tit {
  animation: none;
  filter: drop-shadow(0 0 0 #fff);
}

.page--home .section--live.no-data .list--live .no-data {
  font-family: 'Helvetica','Roboto',sans-serif;
  top: calc(50% - 43px);
  z-index: 20;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.page--home .section--live.no-data.started .slick-slide::before {
  left: -9%;
}

.page--home .section--live.no-data.started .slick-slide::after {
  right: -10%;
}

.page--home .section--live.no-data.started .no-data div {
  line-height: 28vw;
  position: relative;
  z-index: 20;
}

.page--home .section--news {
  padding: 30px 5%;
}

.page--home .section--news .section-tit {
  background-image: url(/static/nsm/assets/common/tit--news.svg);
  background-position: 0 center;
  height: 4vw;
}

.page--home .section--report {
  padding: 0 5% 30px;
  position: relative;
}

.page--home .section--report .section-tit {
  background-position: left center;
  height: 4.5vw;
}

.page--home .section--report .list--card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--home .section--report .list--card li {
  width: 48.5%;
  margin-bottom: 4vw;
}

.page--home .section--report .list--card a {
  height: 100%;
}

.page--home .section--report .list--card .date, .page--home .section--report .list--card .time {
  font-weight: normal;
  color: #151515;
  opacity: 0.8;
}

.page--home .section--report .list__more a {
  padding-top: 0;
}

.page--home .section--column {
  padding: 0 5% 30px;
}

.page--home .section--column .section-tit {
  margin-bottom: 25px;
}

.page--home .section--column .list---column li {
  position: relative;
  margin-bottom: 25px;
}

.page--home .section--column .list---column li:last-child {
  margin-bottom: 0;
}

.page--home .section--column .list---column li .bnr {
  padding-left: 18%;
  margin-bottom: 4px;
  position: relative;
}

.page--home .section--column .list---column li .bnr::after {
  content: '';
  display: block;
  width: 26vw;
  height: 26vw;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -1.2vw;
}

.page--home .section--column .list---column li.list---column__recommend .bnr::after {
  background-image: url(/static/nsm/assets/top/ico--writers.png);
}

.page--home .section--column .list---column li.list---column__search .bnr::after {
  background-image: url(/static/nsm/assets/top/ico--search.png);
}

.page--home .section--column .list---column li.list---column__playlist .bnr::after {
  background-image: url(/static/nsm/assets/top/ico--playlist.png);
}

.page--home .section--column .list---column li .tit {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.page--home .section--column .list---column li .txt {
  font-size: 11px;
  line-height: 1.4;
}

.page--home .section--stream {
  background: linear-gradient(90deg, #c9b8e6, #cce7ec 100%);
  padding: 30px 5%;
}

.page--home .section--stream .section-tit {
  height: 4vw;
  background-position: 0 center;
}

.page--home .section--stream .txt {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 25px;
}

.page--home footer {
  padding: 30px 5% 0;
  position: relative;
}

.page--home footer .logo--sub {
  width: 25%;
  margin: 2em auto;
}

.page--home .block--sns {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.page--home .block--sns .block-tit {
  display: inline-block;
  font-weight: 800;
  margin-right: 1em;
}

.page--home .block--sns .list--sns {
  display: inline-block;
}

.page--home .block--sns .list--sns li a {
  display: block;
  line-height: 1;
  font-size: 16px;
}

.first-action #introduction {
  opacity: 1;
  pointer-events: auto;
}

#introduction {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.block--introduction {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.block--introduction .inner {
  width: 76%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateY(40px);
  transition: .6s;
}

.block--introduction .logo {
  margin-bottom: 20px;
}

.block--introduction .block--light {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

.block--introduction .block--light div {
  width: 120vw;
  height: 120vw;
  border-radius: 60vw;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.block--introduction .block--light div.light--green {
  background: #26ab81;
  left: -59%;
}

.block--introduction .block--light div.light--blue {
  background: #516bbe;
  left: 27%;
  bottom: -37vw;
}

.block--introduction .block--light div.light--red {
  background: #ff5e56;
  bottom: -64vw;
  left: calc(50% - 60vw);
}

.block--introduction .close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 80px;
  right: 5%;
}

.block--introduction .close::before, .block--introduction .close::after {
  content: '';
  display: block;
  width: 50%;
  height: 3px;
  background: #151515;
  border-radius: 3px;
  transform-origin: center;
  top: 45%;
  position: absolute;
  left: 27%;
}

.block--introduction .close::before {
  transform: rotate(45deg);
}

.block--introduction .close::after {
  transform: rotate(135deg);
}

.page--home.loaded .block--introduction .block--light div.light--green,
.page--home.loaded .block--introduction .block--light div.light--blue,
.page--home.loaded .block--introduction .block--light div.light--red {
  opacity: .8;
  transform: rotate(0deg);
  transition-delay: .5s;
}

.page--home.loaded .block--introduction .inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}

.page--home .list--pickup,
.page--home .list--information li,
.page--home .list--card li .list---column li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s,transform .6s;
}

.page--home .list--pickup.started,
.page--home .list--information li.started,
.page--home .list--card li .list---column li.started {
  opacity: 1;
  transform: translateY(0);
}

.page--home .list---column li .bnr img {
  opacity: 0;
  transform: translateX(60px);
  transition: .6s;
}

.page--home .list---column li .bnr::after {
  transform-origin: center;
  transform: scale(0) rotate(-180deg);
  opacity: 0;
  transition: .6s;
}

.page--home .list---column li.started .bnr img {
  opacity: 1;
  transform: translateX(0);
}

.page--home .list---column li.started .bnr::after {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.page--home .section--stream .section-tit,
.page--home .section--stream .txt,
.page--home .section--stream .thumb {
  opacity: 0;
  transform: translateY(40px);
  transition: .6s;
}

.page--home .section--stream .section-tit.started,
.page--home .section--stream .txt.started,
.page--home .section--stream .thumb.started {
  opacity: 1;
  transform: translateY(0);
}

.page--home.intro-end .block--introduction {
  opacity: 0;
  transition: .4s;
  pointer-events: none;
}

.page--home.intro-end .wrap {
  opacity: 1;
  pointer-events: auto;
}

.section--detail {
  width: 90%;
  margin: 0 auto;
}

.detail__btn {
  display: block;
  text-align: center;
  margin: 2em auto 0;
}

.detail__btn a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.page--info .section-tit {
  height: 4vw;
  background-image: url(/static/nsm/assets/common/tit--report.svg);
  background-position: center;
  margin-bottom: 30px;
}

.page--info .section--detail .section-tit {
  background-image: url(/static/nsm/assets/common/tit--news.svg);
}

.page--info .section--detail .inner {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.page--info .section--detail .date {
  font-size: 13px;
}

.page--info .section--detail .date span {
  font-weight: normal;
}

.page--info .section--detail .icon {
  vertical-align: -4px;
  margin-left: 9px;
}

.page--info .section--detail .artist {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 1.5em;
}

.page--info .section--detail .tit {
  color: #444;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.page--info .section--detail .txt--basic {
  font-size: 14px;
}

.page--info .section--detail .txt--basic a {
  text-decoration: underline;
}

.page--info .section--list {
  padding: 0 5%;
}

.page--info .section--list .list--card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--info .section--list .list--card li {
  width: 48.5%;
  margin-bottom: 4vw;
}

.page--info .section--list .list--card a {
  height: 100%;
}

.page--info .section--list .list--card .date, .page--info .section--list .list--card .time {
  font-weight: normal;
  color: #151515;
  opacity: 0.8;
}

.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 60px;
  margin: 0 0 30px;
}

.page--info .block--share .share {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
  padding-right: 0;
  letter-spacing: 0.1em;
  vertical-align: 0px;
  color: #111;
}

.page--info .block--share a {
  color: #111;
}

.page--info .block--share a:hover {
  color: #e9a5a5;
}

.page--info .block--share a:hover svg {
  fill: #e9a5a5;
}

.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #efefef;
  margin: 0 0 0 15px;
}

.page--info .block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #111;
  transition: .3s;
}

.page--info .block--share .ico {
  font-size: 20px;
}

.page--schedule .section-tit {
  height: 4.5vw;
  background-image: url(/static/nsm/assets/common/tit--news.svg);
  background-position: center;
}

.page--schedule .section--list {
  padding: 0 5%;
}

.page--schedule .section--list .block--detail a .block--txt {
  top: 0;
}

.page--schedule .section--list .block--date {
  margin: 2em auto 0.5em;
  position: relative;
}

.page--schedule .section--list .block--date:first-of-type {
  margin-top: 0;
}

.page--schedule .section--list .block--date .date, .page--schedule .section--list .block--date .youbi {
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 4vw;
  color: #151515;
}

.page--schedule .section--list .block--date .youbi {
  font-size: 3.05vw;
  vertical-align: -8px;
  padding-left: 0;
  position: relative;
  left: -3px;
}

.page--schedule .section--list .block--date .date em {
  font-size: 28px;
  vertical-align: -9px;
  letter-spacing: 0.02em;
  display: inline-block;
  padding-left: 2px;
}

.page--schedule .section--list .time {
  padding-left: 0;
  font-size: 14px;
  font-weight: 700;
}

/*  page--support
------------------------------ */
.page--support .section-tit {
  text-align: center;
  text-indent: 0;
  margin-bottom: 40px;
}

.page--support .inner {
  background: #fff;
  padding: 15px 5%;
  border-radius: 5px;
}

.page--support .inner .txt {
  margin-bottom: 1em;
}

.page--support .list--support dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page--support .list--support dd {
  line-height: 1.6;
  margin-bottom: 30px;
}

.page--support .list--support dd:last-of-type {
  margin-bottom: 0;
}

.page--support .list--support li {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 1.4em;
  text-indent: -1.6em;
}

.page--support .list--support li:last-of-type {
  margin-bottom: 0;
}

.page--support .list--support li ul {
  text-indent: 1em;
}

.page--support .list--support li ul li {
  padding-left: 1em;
  text-indent: -.5em;
}

/*  page--about
------------------------------ */
.section--detail.page--about {
  padding: 0;
  height: calc(100vh - 80vw);
  overflow: hidden;
}

.section--detail.page--about .block--introduction {
  opacity: 1;
  position: static;
  background: none;
  overflow: auto;
}

.section--detail.page--about .inner {
  width: 100%;
  padding: 0 12%;
}

.section--detail.page--about .detail__btn {
  position: relative;
  z-index: 10;
}

/*  page--error
------------------------------ */
.page--error .wrap {
  padding: 0 0 0 300px;
}

.page--error .section--detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 15px;
  height: 90vh;
  top: 5vh;
}

.page--error .section--detail .num {
  font-family: Helvetica,'Roboto',sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 8.2vw;
  text-align: center;
  background: linear-gradient(90deg, #f2e2e0 0%, #d2e7f1 80%, #e1dff1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 400%;
  animation: bgwave 4s ease infinite;
}

.page--error .section--detail a {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: .8vw;
}

.page--error .tit.center {
  font-size: 1.4vw;
  margin-bottom: 30px;
  font-family: Helvetica,'Roboto',sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #38a1db;
  }
  .btn--sub {
    min-width: 300px;
  }
  .wrap {
    background: linear-gradient(90deg, rgba(233, 165, 165, 0.4) 0%, rgba(166, 182, 234, 0.4) 80%, rgba(188, 221, 232, 0.4) 100%);
    padding: 80px 0 150px 300px;
  }
  .slick-dots {
    bottom: -35px;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button::before {
    width: 9px;
    height: 9px;
  }
  header {
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .inner {
    height: 100%;
    padding: 80px 36px;
  }
  header .logo {
    width: 100%;
    margin: 0 auto 60px;
    position: static;
  }
  header .drawer__btn {
    display: none;
  }
  header .g-nav li {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2em;
  }
  header .g-nav li a {
    transition: .8s;
    color: #151515;
    background: #151515;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .g-nav li a:hover {
    color: #ACB6E5;
    background: linear-gradient(90deg, #e9a5a5 0%, #a6b6ea 80%, #bcdde8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  footer .copyright {
    padding-right: 5%;
    text-align: right;
    bottom: 10px;
  }
  .date, .time {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .time {
    font-size: 15px;
  }
  .youbi {
    font-size: 12px;
  }
  .artist {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .tit {
    font-size: 14px;
  }
  .list--card li .block--txt {
    padding: 10px 15px;
  }
  .list__more {
    text-align: right;
    position: absolute;
    right: 5%;
    top: 60px;
  }
  .list__more a {
    color: #151515;
    font-size: 16px;
  }
  .list--information > li, .list--information .block--detail {
    background: #fff;
    border: none;
  }
  .section-tit {
    font-size: 22px;
  }
  .page--home .wrap {
    background: none;
    padding-top: 0;
  }
  .page--home .section--pickup {
    margin-bottom: 120px;
  }
  .page--home .section--pickup .section-tit {
    width: 140px;
    height: 26px;
    background-position: left 0;
    top: 39px;
    left: calc(5% + 16px);
  }
  .page--home .section--live.no-carousel .list--card {
    padding-left: 0;
    margin-left: 5%;
  }
  .page--home .section--live .list--card .slick-list {
    overflow: visible;
  }
  .page--home .section--live .list--card .slick-list:first-child {
    padding-left: 0 !important;
  }
  .page--home .section--live .slick-prev,
  .page--home .section--live .slick-next {
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    color: #151515;
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 85px;
    top: 5vw;
    z-index: 99;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .page--home .section--live .slick-prev {
    left: inherit;
    top: 50%;
    left: 2%;
  }
  .page--home .section--live .slick-next {
    left: inherit;
    top: 50%;
    right: 2%;
  }
  .page--home .section--live .slick-prev:hover,
  .page--home .section--live .slick-prev:focus,
  .page--home .section--live .slick-next:hover,
  .page--home .section--live .slick-next:focus {
    color: transparent;
    outline: none;
  }
  .page--home .section--live .slick-prev:before, .page--home .section--live .slick-next:before {
    content: '';
  }
  .page--home .section--live .slick-prev::after,
  .page--home .section--live .slick-next::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    position: absolute;
    top: 14px;
    left: 18px;
    transition: .3s;
  }
  .page--home .section--live .slick-prev::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .page--home .section--live .slick-next::after {
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page--home .section--live .slick-slider .slick-prev:hover::after,
  .page--home .section--live .slick-slider .slick-next:hover::after {
    border-color: #151515;
  }
  .page--home .list--information li.started:nth-child(2),
  .page--home .list---column li.started:nth-child(2) {
    transition-delay: .2s;
  }
  .page--home .list--information li.started:nth-child(3),
  .page--home .list---column li.started:nth-child(3) {
    transition-delay: .4s;
  }
  .page--home .list--information li.started:nth-child(4),
  .page--home .list---column li.started:nth-child(4) {
    transition-delay: .6s;
  }
  .page--home .section--news {
    padding: 80px 5%;
    position: relative;
  }
  .page--home .section--news .section-tit {
    height: 20px;
    margin-bottom: 35px;
  }
  .page--home .section--news .list--information {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .page--home .section--news .list--information > li {
    width: 33%;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 0;
  }
  .page--home .section--news .list--information > li a {
    height: 100%;
    padding: 15px;
  }
  .page--home .section--news .list--information > li a .thumb {
    min-width: 70px;
  }
  .page--home .section--report {
    padding: 50px 5%;
    background-image: linear-gradient(90deg, rgba(233, 165, 165, 0.4) 0%, rgba(166, 182, 234, 0.4) 80%, rgba(188, 221, 232, 0.4) 100%);
    background-size: 300% 300%;
    animation: bgwave 6s ease infinite;
  }
  .page--home .section--report .section-tit {
    height: 20px;
    margin-bottom: 25px;
  }
  .page--home .section--report .list--card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .page--home .section--report .list--card li {
    width: 24%;
    border: none;
    padding: 0;
    margin-bottom: 0;
    margin-right: calc(4% / 3);
  }
  .page--home .section--report .list--card li:last-child {
    margin-right: 0;
  }
  .page--home .section--report .list--card li a {
    border-radius: 10px;
    box-shadow: none;
  }
  .page--home .section--report .list--card li a .date, .page--home .section--report .list--card li a .time {
    font-weight: normal;
    color: #151515;
    opacity: 0.8;
    font-size: 13px;
    vertical-align: -1px;
  }
  .page--home .section--column {
    padding: 50px 5%;
  }
  .page--home .section--column .section-tit {
    height: 20px;
    background-position: 0 center;
    margin-bottom: 25px;
  }
  .page--home .section--column .list---column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .page--home .section--column .list---column li {
    width: 31%;
    height: auto;
    margin-bottom: 0;
  }
  .page--home .section--column .list---column li .bnr {
    padding-left: 0;
    margin-bottom: 6vw;
  }
  .page--home .section--column .list---column li .bnr::after {
    width: 8vw;
    height: 8vw;
    left: calc(50% - 4vw);
    top: 4.5vw;
  }
  .page--home .section--column .list---column li .tit {
    font-size: 18px;
  }
  .page--home .section--column .list---column li .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .page--home .section--column .list---column li a {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #d8e0e2;
  }
  .page--home .section--column .list---column li .block--txt {
    padding: 0 20px 20px;
  }
  .page--home .section--stream {
    padding: 50px 5%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .page--home .section--stream .section-tit {
    height: 20px;
    background-position: 0 center;
    margin-bottom: 25px;
  }
  .page--home .section--stream .block--txt {
    width: 46%;
  }
  .page--home .section--stream .block--txt .txt {
    font-size: 15px;
  }
  .page--home .section--stream .thumb {
    width: 50%;
  }
  .page--home footer {
    padding: 80px 5% 100px;
  }
  .page--home footer .logo--sub {
    width: 120px;
    margin: 0;
    position: absolute;
    height: 82px;
    right: 5%;
    top: 90px;
  }
  .page--home footer .block--sns {
    font-size: 11px;
    text-align: left;
    margin-top: 12px;
  }
  .page--home footer .copyright {
    font-size: 11px;
    position: absolute;
    bottom: 30px;
    left: 5%;
  }
  .page--home footer .list--support {
    text-align: left;
  }
  .page--home footer .list--support li {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    position: relative;
  }
  .page--home footer .list--support li::after {
    content: '/';
    display: inline-block;
    vertical-align: 1px;
    padding: 0 1em;
  }
  .page--home footer .list--support li:last-child::after {
    display: none;
  }
  .page--home .block--introduction .logo {
    width: 75%;
    min-width: 400px;
    margin: 0 auto 20px;
  }
  .page--home .block--introduction .inner {
    width: 52%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.2em;
    background: #fff;
    padding: 110px 10%;
    min-width: 800px;
  }
  .page--home .block--introduction .block--light {
    left: 0;
  }
  .page--home .block--introduction .block--light div {
    width: 65vw;
    height: 65vw;
    border-radius: 35vw;
    transition: 1s cubic-bezier(0.09, 0.38, 0.34, 0.93);
  }
  .page--home .block--introduction .block--light div.light--green {
    left: -9%;
    top: -1vw;
    transform-origin: 13vw bottom;
    transform: rotate(-35deg);
    opacity: 0;
  }
  .page--home .block--introduction .block--light div.light--blue {
    left: 42vw;
    bottom: unset;
    top: -30vw;
    transform-origin: 50% 7%;
    transform: rotate(-70deg);
    opacity: 0;
  }
  .page--home .block--introduction .block--light div.light--red {
    bottom: unset;
    left: unset;
    top: 10vw;
    right: 0;
    transform-origin: bottom right;
    transform: rotate(-40deg);
    opacity: 0;
  }
  .page--home .block--introduction .close {
    width: 60px;
    height: 60px;
    top: 60px;
    right: 4%;
    z-index: 10;
    cursor: pointer;
    transition: .4s;
  }
  .page--home .block--introduction .close:hover {
    transform: scale(1.2);
  }
  /*  page--schedule
------------------------------ */
  .page--schedule .section-tit {
    height: 22px;
    margin-bottom: 50px;
    background-position: right center;
  }
  .page--schedule .list--information .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    justify-content: start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .page--schedule .list--information .inner .block--detail {
    width: 49.5%;
    margin-bottom: 1vw;
  }
  .page--schedule .list--information .inner .block--detail:nth-child(odd) {
    margin-right: 1%;
  }
  .page--schedule .section--list .block--date {
    margin: 0 auto 10px;
    position: relative;
  }
  .page--schedule .section--list .block--date .date, .page--schedule .section--list .block--date .youbi {
    font-size: 22px;
    color: #151515;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #151515;
    margin-bottom: 0;
  }
  .page--schedule .section--list .block--date .date em {
    display: inline-block;
    font-size: 34px;
    vertical-align: -8px;
    letter-spacing: 0.02em;
    padding-left: 2px;
  }
  .page--schedule .section--list .block--date .youbi {
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    bottom: 2px;
    padding-left: 0;
    left: -2px;
  }
  .page--schedule .list--information .block--detail {
    width: 100%;
    background: none;
  }
  .page--schedule .list--information .block--detail a {
    height: 100%;
    border: none;
    padding: 30px;
    top: -5px;
  }
  .page--schedule .list--information .block--detail a .thumb {
    width: 110px;
  }
  .page--schedule .list--information .block--detail a .thumb img {
    border-radius: 60px;
  }
  .page--schedule .list--information .block--detail a .block--txt {
    padding-left: 30px;
  }
  .page--schedule .list--information .block--detail a .block--txt .time {
    font-size: 15px;
  }
  .page--schedule .list--information .block--detail a .block--txt .artist {
    font-size: 18px;
  }
  .page--schedule .list--information .block--detail a .block--txt .tit {
    margin-bottom: 10px;
  }
  /*  page--info
------------------------------ */
  .page--info .section--list .section-tit {
    height: 20px;
    background-image: url(/static/nsm/assets/common/tit--report.svg);
    background-position: right center;
    margin-bottom: 30px;
  }
  .page--info .section--list .list--card {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    justify-content: start;
  }
  .page--info .section--list .list--card .date, .page--info .section--list .list--card .time {
    font-size: 14px;
    vertical-align: -1px;
  }
  .page--info .section--list .list--card li {
    width: 23%;
    margin-bottom: 40px;
    margin-right: 2%;
  }
  .page--info .section--list .list--card li:nth-child(4n) {
    margin-right: 0;
  }
  .page--info .section--list .list--card li a {
    box-shadow: none;
  }
  .page--info .section--detail .date {
    font-size: 16px;
  }
  .page--info .section--detail .icon {
    vertical-align: 1px;
    margin-left: 9px;
    line-height: 1;
  }
  .page--info .section--detail .section-tit {
    height: 20px;
    background-position: right center;
    margin-bottom: 65px;
  }
  .page--info .section--detail .inner {
    border-radius: 12px;
    padding: 40px;
  }
  .page--info .section--detail .txt--basic a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .tit {
    color: #151515;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  /*  page--about
------------------------------ */
  .section--detail.page--about {
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .section--detail.page--about .block--introduction {
    z-index: 9;
  }
  .section--detail.page--about .block--introduction .logo {
    width: 75%;
    min-width: 400px;
    margin: 0 auto 20px;
  }
  .section--detail.page--about .block--introduction .inner {
    width: 52%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.2em;
    background: #fff;
    padding: 110px 10%;
    min-width: 800px;
  }
  .section--detail.page--about .block--light div {
    width: 66vw;
    height: 66vw;
    transition: .8s;
  }
  .section--detail.page--about .block--light div.light--green {
    left: -7%;
    bottom: -9vw;
    transform-origin: 13vw bottom;
    transform: rotate(-35deg);
    opacity: 0;
  }
  .section--detail.page--about .block--light div.light--blue {
    left: 34%;
    bottom: inherit;
    top: -36vw;
    transform-origin: 50% 7%;
    transform: rotate(-70deg);
    opacity: 0;
  }
  .section--detail.page--about .block--light div.light--red {
    bottom: -22vw;
    left: inherit;
    right: 0%;
    transform-origin: bottom right;
    transform: rotate(-40deg);
    opacity: 0;
  }
  .section--detail.page--about .detail__btn {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: calc(50% + 150px);
    margin-left: -2em;
  }
  .loaded .page--about .inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
  }
  .loaded .page--about .block--introduction .block--light div {
    opacity: .8;
    transform: rotate(0deg);
    transition-delay: .5s;
  }
  /*  page--support
------------------------------ */
  .page--support .inner {
    padding: 65px 5%;
  }
}

/*  pc min
------------------------------ */
@media screen and (min-width: 961px) and (max-width: 1400px) {
  .date, .time {
    font-size: 13px;
  }
  .date .artist, .time .artist {
    line-height: 1.4;
    font-size: 1.18vw;
  }
}

/*  pc min
------------------------------ */
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .page--home .section--news .list--information {
    display: block;
  }
  .page--home .section--news .list--information li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page--home .section--news .list--information li a .thumb {
    width: 90px;
  }
  .page--home .section--news .list--information > li a {
    padding: 10px;
  }
  .page--home .section--news .list--information > li a .block--txt {
    width: calc(100% - 80px);
    padding-left: 3%;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header .g-nav li a {
    background: none;
  }
  *::-ms-backdrop, .header .g-nav li a:hover {
    background: none;
  }
  *::-ms-backdrop, .page--home .block--introduction .block--light div.light--blue {
    left: 40%;
  }
  *::-ms-backdrop, .page--home .block--introduction .block--light div.light--red {
    left: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 999;
    transition: height .3s;
    background: #fff;
  }
  .header .drawer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 118, 143, 0.9), rgba(72, 197, 239, 0.9));
    transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
  }
  .header .drawer .nav {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  .header .drawer .nav li {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 5.5vw;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 700;
  }
  .header .drawer .nav li.nav--item__fm a::before {
    width: 17px;
    height: 17px;
    vertical-align: -2px;
    filter: invert(1);
    margin-right: 6px;
  }
  .header .drawer__btn {
    width: 50px;
    height: 40px;
    position: fixed;
    left: 2%;
    top: 40px;
    z-index: 999;
    transition: .3s;
  }
  .header .drawer__btn span {
    display: block;
    width: 40%;
    height: 3px;
    position: absolute;
    left: 33%;
    border-radius: 3px;
    background: #151515;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .header .drawer__btn span:first-child {
    top: 35%;
  }
  .header .drawer__btn span:nth-child(2) {
    width: 19%;
    top: 50%;
  }
  .header .drawer__btn span:last-child {
    width: 30%;
    top: 65%;
  }
  .drawer-visible header .drawer__btn {
    mix-blend-mode: unset;
  }
  .drawer-visible header .drawer__btn span {
    top: 50%;
    background: #fff;
  }
  .drawer-visible header .drawer__btn span:first-child {
    transform: rotate(45deg);
    top: 62%;
  }
  .drawer-visible header .drawer__btn span:nth-child(2) {
    opacity: 0;
  }
  .drawer-visible header .drawer__btn span:last-child {
    width: 40%;
    top: 63%;
    transform: rotate(-45deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .logo {
    width: 58%;
    position: absolute;
    left: 22%;
    top: 40px;
    transition: .3s;
  }
  header .logo a {
    display: block;
  }
  .scrolling .header {
    height: 70px;
  }
  .scrolling .header .drawer__btn {
    top: 15px;
  }
  .scrolling .header .logo {
    width: 36%;
    left: 33%;
    top: 26px;
  }
  footer .copyright {
    opacity: 0.5;
    position: relative;
    bottom: 20px;
  }
  .slick-prev,
  .slick-next {
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    color: #151515;
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 85px;
    top: 5vw;
    z-index: 99;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .slick-prev {
    left: inherit;
    top: 50%;
    left: 0;
  }
  .slick-next {
    left: inherit;
    top: 50%;
    right: 0;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
  }
  .slick-prev:before, .slick-next:before {
    content: '';
  }
  .slick-prev::after,
  .slick-next::after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    top: 16px;
    left: 18px;
    transition: .3s;
  }
  .slick-prev::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next::after {
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slick-slider .slick-prev:hover::after,
  .slick-slider .slick-next:hover::after {
    border-color: #151515;
  }
  .wrap {
    background: linear-gradient(90deg, rgba(233, 165, 165, 0.4) 0%, rgba(166, 182, 234, 0.4) 80%, rgba(188, 221, 232, 0.4) 100%);
    padding-top: 160px;
    padding-bottom: 80px;
    position: relative;
  }
  .section--detail {
    padding: 0 5%;
    width: 100%;
    max-width: inherit;
  }
  .section-tit {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page--home .wrap {
    background: none;
  }
  .page--home .section--pickup .list--pickup li a {
    border-bottom: 3px solid #f0f0f0;
  }
  .page--home .section--pickup .block--txt .tit {
    width: 40%;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.45;
    word-break: break-word;
    bottom: 40px;
    left: 14px;
  }
  .page--home .section--pickup .icon {
    height: 18px;
    bottom: 15px;
    left: 15px;
  }
  .page--home .section--pickup .block--txt .icon span {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 0;
  }
  .page--home .section--pickup .block--txt .icon span::before {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    top: 4px;
    left: 3px;
  }
  .page--home .section--pickup .block--txt .icon span.Youtube::before {
    content: '\f167';
    font-size: 12px;
    background: #e52d27;
    padding-left: 1px;
  }
  .page--home .section--live .section-tit {
    width: 33vw;
    height: 2vw;
    border: 3px solid #fff;
    background-size: 76% 100%;
    border-radius: 5px;
    padding: 10px;
    margin-left: 5%;
    top: 4.2vw;
    z-index: 100;
    filter: drop-shadow(0 0 3px #fff);
  }
  .page--home .section--live.started .slick-slide::before {
    left: -51%;
  }
  .page--home .section--live.started .slick-slide::after {
    right: -51%;
  }
  .page--home .section--live.started.no-data .no-data div {
    line-height: 60vw;
    font-size: 6vw;
  }
  .page--home .section--live .list--live {
    height: 60vw;
  }
  .page--home .section--live .list--live li {
    height: 60vw;
  }
  .page--home .section--live .list--live li a .tit {
    width: 50%;
    right: 5%;
    letter-spacing: 0.05em;
    font-size: 10px;
    text-align: right;
    bottom: 24px;
  }
  .page--home .section--live .list--live li a .artist {
    font-size: 14px;
  }
  .page--home .section--live .list--live li a .date {
    font-size: 14px;
  }
  .page--home .section--live .list--live li a .time {
    font-size: 11px;
    vertical-align: 1px;
  }
  .page--home .section--live .list--live .ico--onair {
    width: 15px;
    height: 15px;
  }
  .page--home .section--live .list--live .ico--onair::after {
    width: 7px;
    height: 7px;
    top: 4px;
    left: 4px;
  }
  .page--home .section--live.no-data .section-tit {
    animation: none;
    filter: drop-shadow(0 0 0 #fff);
  }
  .page--home .section--live.no-data .list--live .no-data {
    top: calc(50% - .5em);
    z-index: 20;
    text-align: center;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.05em;
    font-size: 6vw;
  }
  .page--home .section--live.no-data.no-data .section-tit {
    animation: none;
    filter: drop-shadow(0 0 0 #fff);
  }
  .page--home .section--live.no-data.no-data .list--live .no-data {
    font-family: 'Helvetica','Roboto',sans-serif;
    top: calc(50% - 43px);
    z-index: 20;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .page--home .section--live.no-carousel .list--card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    justify-content: start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-left: 5%;
  }
  .page--home .section--live.no-carousel .list--card li {
    width: 40%;
    padding: 0;
    margin-right: 2%;
  }
  .page--home footer .list--support {
    margin-bottom: 20px;
  }
  .page--home .block--introduction .block--light div {
    transition: 1s cubic-bezier(0.09, 0.38, 0.34, 0.93);
  }
  .page--home .block--introduction .block--light div.light--green {
    transform-origin: left bottom;
    transform: rotate(-50deg);
    opacity: 0;
  }
  .page--home .block--introduction .block--light div.light--blue {
    transform-origin: right bottom;
    transform: rotate(60deg);
    opacity: 0;
  }
  .page--home .block--introduction .block--light div.light--red {
    transform-origin: center bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  .page--schedule .list--information .block--detail a {
    border: none;
  }
  .page--schedule span.ico {
    display: inline-block;
    margin-right: 0;
  }
  .page--schedule .ico.FanStream {
    vertical-align: -5px;
  }
  .page--info .section--detail .icon {
    vertical-align: 1px;
    margin-left: 4px;
    line-height: 1;
  }
  .page--info .section--detail .icon span {
    display: inline-block;
    margin-right: 5px;
  }
  .page--info span.ico {
    display: inline-block;
    margin-right: 5px;
  }
  .page--info .ico.FanStream {
    vertical-align: -5px;
  }
  .section--detail.page--about {
    height: auto;
  }
  .section--detail.page--about .block--light div {
    transition: 1s cubic-bezier(0.09, 0.38, 0.34, 0.93);
  }
  .section--detail.page--about .block--light div.light--green {
    transform-origin: left bottom;
    transform: rotate(-50deg);
    opacity: 0;
  }
  .section--detail.page--about .block--light div.light--blue {
    transform-origin: right bottom;
    transform: rotate(60deg);
    opacity: 0;
  }
  .section--detail.page--about .block--light div.light--red {
    transform-origin: center bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  .loaded .page--about .inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
  }
  .loaded .page--about .block--introduction .block--light div {
    opacity: .8;
    transform: rotate(0deg);
    transition-delay: .5s;
  }
  /*  page--error
	------------------------------ */
  .page--error .wrap {
    padding: 120px 0 150px;
  }
  .page--error .section--detail {
    height: calc((100vh - 120px) - ((100vh - 120px ) * 0.25));
    top: calc( (100vh - 120px ) * 0.04);
    width: 90%;
  }
  .page--error .section--detail .num {
    font-size: 28vw;
  }
  .page--error .section--detail a {
    font-size: 3.5vw;
  }
  .page--error .tit.center {
    font-size: 5vw;
  }
}

/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .header .logo {
    width: 40%;
    left: 30%;
    top: 39px;
  }
  .header .drawer .nav li {
    font-size: 28px;
    margin-bottom: 1.2em;
  }
  .header .drawer .nav li.nav--item__fm a::before {
    width: 24px;
    height: 24px;
    vertical-align: -1px;
    margin-right: 12px;
  }
  .header .drawer__btn {
    width: 80px;
    height: 70px;
    right: 0;
    top: 21px;
  }
  .scrolling .header {
    height: 100px;
  }
  .scrolling .header .logo {
    width: 30%;
    left: 38%;
    top: 32px;
  }
  .scrolling .header .drawer__btn {
    top: 13px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .list--information > li, .list--information .block--detail {
    margin-bottom: 15px;
  }
  .list--information > li a, .list--information .block--detail a {
    border-radius: 10px;
    padding: 15px;
  }
  .list--information > li a .thumb, .list--information .block--detail a .thumb {
    width: 20%;
  }
  .list--information > li a .tit,
  .list--information .block--detail a .tit {
    font-size: 2.2vw;
  }
  .list--information > li a .block--txt, .list--information .block--detail a .block--txt {
    padding-left: 3%;
  }
  .list--information > li a .artist,
  .list--information .block--detail a .artist {
    font-size: 2.5vw;
    margin-bottom: .3em;
    margin-top: .3em;
  }
  .list__more a {
    font-size: 2.3vw;
    letter-spacing: 0.1em;
  }
  .list--card li a {
    border-radius: 10px;
  }
  .list--card li .block--txt {
    padding: 2.2vw;
  }
  .list--card li .date, .list--card li .time {
    font-size: 2.2vw;
    vertical-align: -2px;
  }
  .date, .time {
    font-size: 2.5vw;
  }
  .youbi {
    font-size: 2vw;
  }
  .tit {
    font-size: 2.5vw;
  }
  .icon span {
    width: 20px;
    height: 20px;
    line-height: 22px;
  }
  .page--home .wrap {
    padding-top: 130px;
  }
  .page--home .section--pickup {
    margin-bottom: 14vw;
  }
  .page--home .section--pickup .list--pickup {
    top: 5vw;
  }
  .page--home .section--pickup .block--txt .tit {
    font-size: 2.8vw;
  }
  .page--home .section--pickup .icon {
    transform: scale(1);
    bottom: 3vw;
    left: 4%;
  }
  .page--home .section--pickup .block--txt .tit {
    font-size: 2.8vw;
    bottom: 7vw;
    left: 4%;
  }
  .page--home .section--live .list--live,
  .page--home .section--live .list--live li {
    height: 54vw;
  }
  .page--home .section--live.started.no-data .no-data div {
    line-height: 54vw;
  }
  .page--home .section--live .section-tit {
    width: 28vw;
    height: 3vw;
    padding: 22px;
  }
  .page--home .section--pickup .section-tit {
    top: 40px;
    left: 7%;
    height: 26px;
  }
  .page--home .section--pickup .list--pickup li a {
    border-radius: 10px;
    border-bottom: 6px solid #f0f0f0;
  }
  .page--home .section--news {
    padding: 80px 8%;
  }
  .page--home .section--news .section-tit {
    height: 3.5vw;
    margin-bottom: 1.4em;
  }
  .page--home .section--report {
    padding: 0 8% 80px;
  }
  .page--home .section--report .section-tit {
    height: 3.5vw;
    margin-bottom: 1.4em;
  }
  .page--home .section--column {
    padding: 0 8% 80px;
  }
  .page--home .section--column .section-tit {
    height: 3.5vw;
    margin-bottom: 40px;
    background-position: left center;
  }
  .page--home .section--column .list---column li {
    margin-bottom: 60px;
  }
  .page--home .section--column .list---column li .bnr {
    margin-bottom: 25px;
  }
  .page--home .section--column .list---column li .tit {
    font-size: 3vw;
    margin-bottom: 10px;
  }
  .page--home .section--column .list---column li .txt {
    font-size: 2.5vw;
    line-height: 1.6;
  }
  .page--home .section--stream {
    padding: 80px 8%;
  }
  .page--home .section--stream .txt {
    font-size: 2.5vw;
  }
  .page--home footer {
    padding: 60px 8% 0;
  }
  .page--home footer .list--support li {
    font-size: 2.2vw;
    margin-bottom: 10px;
  }
  .page--home footer .logo--sub {
    width: 20%;
    margin: 2em auto 3em;
  }
  .page--home .block--sns {
    font-size: 2vw;
    margin: 3em auto;
  }
  .block--introduction .block--light {
    bottom: -30vw;
  }
  .block--introduction .block--light div.light--green {
    bottom: -26vw;
  }
  .block--introduction .block--light div.light--blue {
    bottom: -47vw;
  }
  .block--introduction .block--light div.light--red {
    bottom: -74vw;
  }
  .block--introduction .inner {
    font-size: 2.2vw;
  }
  .wrap {
    padding-top: 190px;
  }
  .section-tit {
    font-size: 3vw;
    margin-bottom: 2em;
  }
  .section--detail {
    padding: 0 8%;
  }
  .page--schedule .section-tit {
    height: 3.5vw;
  }
  .page--schedule .section--list {
    padding: 0 8%;
  }
  .page--schedule .section--list .block--date {
    margin: 4em auto 1em;
  }
  .page--schedule .section--list .block--date .date {
    font-size: 2.8vw;
  }
  .page--schedule .section--list .block--date .youbi {
    font-size: 2.1vw;
    vertical-align: -0.8vw;
    padding-left: 0;
    position: relative;
    left: -4px;
  }
  .page--schedule .section--list .block--date .date em {
    font-size: 4.5vw;
    vertical-align: -7px;
  }
  .page--schedule .section--list .time {
    font-size: 2.2vw;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 50px;
  }
  .page--info .section-tit {
    height: 3.5vw;
  }
  .page--info .section--list {
    padding: 0 8%;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .inner {
    border-radius: 10px;
    padding: 30px;
  }
  .page--info .section--detail .icon {
    vertical-align: .4vw;
  }
  .page--info .section--detail .date {
    font-size: 3vw;
  }
  .page--info .section--detail .artist {
    font-size: 3vw;
    margin-bottom: 1.2em;
  }
  .page--info .section--detail .tit {
    font-size: 4vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 18px;
  }
  .section--detail.page--about .block--introduction {
    height: 70vh;
  }
  .section--detail.page--about .inner {
    width: 100%;
    padding: 0 20%;
    top: 10vw;
  }
  .page--support .section-tit {
    margin-bottom: 50px;
  }
  .page--support .inner {
    padding: 5vw 5%;
    border-radius: 10px;
  }
}
