@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;
  -webkit-text-decoration: underline dotted;
          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: -0.25em;
}

sup {
  top: -0.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: 0.35em 0.75em 0.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;
}


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: #141414;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.08em;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  a {
    transition: all 0.3s 0s ease;
  }
}

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

::-moz-selection {
  background: #141414;
  color: #fff;
}

::selection {
  background: #141414;
  color: #fff;
}

::-moz-selection {
  background: #141414;
  color: #fff;
}

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

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -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: #141414;
  margin: 1em 0;
  padding: 1.4em 2em;
  color: #fff;
  font-family: fira-sans-condensed, sans-serif;
}
@media screen and (min-width: 961px) {
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    box-shadow: 10px 10px 30px 2px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  background: #fff;
  margin: 1em 0;
  padding: 1em 2em;
  background-size: 200% 100%;
  font-family: fira-sans-condensed, sans-serif;
  border: 1px solid;
}
@media screen and (min-width: 961px) {
  .btn--sub {
    min-width: 300px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.text {
  margin: 0 0 1em;
}

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

.category,
.date {
  font-family: fira-sans-condensed, sans-serif, sans-serif;
}

.category {
  font-weight: 800;
  line-height: 1;
}

.no-data {
  text-align: center;
  opacity: 0.5;
  padding: 1em 0;
  border-bottom: none !important;
}

.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;
}

.wrap {
  position: relative;
}

.page--home .slick-dots {
  text-align: center;
  padding-top: 15px;
}
.page--home .slick-dots li {
  display: inline-block;
  height: 6px;
  line-height: 1;
  margin: 0 10px;
}
.page--home .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-appearance: none;
  background: #141414;
  opacity: 0.6;
  border-radius: 20px;
  text-indent: -9999em;
  border: none;
}
.page--home .slick-dots li.slick-active button {
  opacity: 1;
}
.page--home .section--fc {
  background: #141414;
  color: #fff;
  padding: 100px 0;
}
.page--home .section--twitter iframe {
  width: 100% !important;
}

.section--detail .text a, .section--detail.support a {
  text-decoration: underline;
}

.block--share {
  line-height: 1;
  text-align: center;
  margin: 70px auto;
}
.block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.block--share li:not(:last-child) {
  margin-right: 10px;
}
.block--share li.share {
  display: block;
  font-family: fira-sans-condensed, sans-serif;
  font-size: 14px;
  background: none;
  color: #141414;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
.block--share .lineIco svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: 0.3s;
}
.block--share .ico {
  font-size: 20px;
}
.block--share a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #141414;
  color: #fff;
}

.block--narrowing li input[type=checkbox] {
  display: none;
}
.block--narrowing li label .category:after {
  display: none;
}
.block--narrowing li label .category {
  line-height: 0;
  padding: 4px 12px 2px;
  background: #141414;
  color: #fff;
  transition: all 0.3s 0s ease;
}
.block--narrowing li input[type=checkbox]:not(:checked) + .category {
  background: transparent;
  border: 1px solid;
  color: #141414;
  padding: 4px 12px 2px;
}
.block--narrowing li label:hover span {
  filter: saturate(300%);
}

.page--schedule .block--month {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.page--schedule .section-tit {
  display: none;
}
.page--schedule .list--information + .block--month {
  margin-top: 20px;
}
.page--schedule .block--month .tit {
  margin: 0 0 10px;
  letter-spacing: 0.075em;
  font-family: fira-sans-condensed, sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 0;
}
.page--schedule .block--month .tit span {
  margin-left: -1px;
  padding-left: 21px;
  position: relative;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.page--schedule .block--month .tit span::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #141414;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 3px;
}
.page--schedule .month-pager {
  letter-spacing: 0.075em;
  font-family: fira-sans-condensed, sans-serif;
  font-weight: 800;
  position: relative;
}
.page--schedule .month-pager:before {
  content: "|";
  padding: 0 18px 0 0;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -5px;
}
.page--schedule .month-pager li {
  display: inline-block;
}
.page--schedule .month-pager li a {
  text-decoration: none;
  line-height: 3.5em;
  position: relative;
  left: 0;
  right: 0;
  color: #222;
}
.page--schedule .month-pager li:first-child {
  margin: 0 15px 0 0;
}
.page--schedule .month-pager li:last-child {
  margin: 0 0 0 15px;
}
@media screen and (min-width: 961px) {
  .page--schedule .month-pager li:first-child a::before,
  .page--schedule .month-pager li:last-child a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #141414;
    position: absolute;
    bottom: -8px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .page--schedule .month-pager li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.page--discography.disco--japan .block--discography.korea {
  display: none;
}
.page--discography.disco--japan .block--discography.japan {
  display: block;
}
.page--discography.disco--korea .block--discography.japan {
  display: none;
}
.page--discography.disco--korea .block--discography.korea {
  display: block;
}

.border-bottom_dot {
  border-bottom: 1px dotted;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.page--info.category-10 .section--detail .category {
  font-size: 20px;
}
.page--info.category-10 .date {
  opacity: 0.6;
  font-size: 12px;
  line-height: 1;
}
.page--info.category-10 .date.date--event {
  opacity: 1;
  font-size: 20px;
  font-weight: 800;
}
.page--info.category-10 .date.date--event .week {
  font-size: 12px;
}
.page--info.category-10 .tit {
  margin-bottom: 0;
}

.page--blog .txt * {
  white-space: normal !important;
}

footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  line-height: 1.8em;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
  line-height: 1.8em;
}

:-ms-input-placeholder {
  color: #999;
  line-height: 1.8em;
}

:-moz-placeholder {
  color: #999;
  line-height: 1.8em;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input
/* ----------------------------- */
/* input */
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  color: #141414;
  border-radius: 10px;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus {
  background-color: #fff;
  border-color: #141414;
}
input[type=text][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
input[type=text].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
input[type=email].error,
input[type=password].error {
  background-color: #fff;
  border-color: #c00;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 0 0.5em;
  }
  input[type=text]:hover:not([disabled]),
  input[type=search]:hover:not([disabled]),
  input[type=tel]:hover:not([disabled]),
  input[type=url]:hover:not([disabled]),
  input[type=email]:hover:not([disabled]),
  input[type=password]:hover:not([disabled]) {
    background-color: #fff;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 1em 0.5em;
  }
}
input[type=text].input--half,
input[type=search].input--half,
input[type=tel].input--half,
input[type=url].input--half,
input[type=email].input--half,
input[type=password].input--half {
  display: inline-block;
  width: 49%;
}
input[type=text].input--third,
input[type=search].input--third,
input[type=tel].input--third,
input[type=url].input--third,
input[type=email].input--third,
input[type=password].input--third {
  display: inline-block;
  width: 32%;
}
input[type=text].input--quarter,
input[type=search].input--quarter,
input[type=tel].input--quarter,
input[type=url].input--quarter,
input[type=email].input--quarter,
input[type=password].input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 1em 0.7em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 0.7em;
    font-size: 16px;
  }
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  color: #141414;
  border-radius: 10px;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
}
select:focus {
  background-color: #fff;
  border-color: #141414;
}
select[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
select.error {
  background-color: #fff;
  border-color: #c00;
}
@media screen and (min-width: 961px) {
  select {
    padding: 0 0.5em;
  }
  select:hover:not([disabled]) {
    background-color: #fff;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  select {
    padding: 1em 0.5em;
  }
}
select.input--half {
  display: inline-block;
  width: 49%;
}
select.input--third {
  display: inline-block;
  width: 32%;
}
select.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 961px) {
  select {
    height: 47px;
    line-height: 45px;
    padding: 0 30px 0 0.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  select {
    height: 52px;
    padding: 1em 30px 1em 0.5em;
  }
}

/*　IE11,IE10　*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}
/* textarea */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  color: #141414;
  border-radius: 10px;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
}
textarea:focus {
  background-color: #fff;
  border-color: #141414;
}
textarea[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
textarea.error {
  background-color: #fff;
  border-color: #c00;
}
@media screen and (min-width: 961px) {
  textarea {
    padding: 0 0.5em;
  }
  textarea:hover:not([disabled]) {
    background-color: #fff;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 1em 0.5em;
  }
}
textarea.input--half {
  display: inline-block;
  width: 49%;
}
textarea.input--third {
  display: inline-block;
  width: 32%;
}
textarea.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 961px) {
  textarea {
    padding: 1em 0.7em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 1em 0.7em;
    font-size: 16px;
  }
}

/* list */
.list--contents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list--contents li a {
  display: block;
  height: 100%;
  background: #141414;
  color: #fff;
  padding: 10px;
  position: relative;
}
.list--contents li a .thumb {
  margin-bottom: 15px;
}
.list--contents li a .thumb img {
  background-image: url(/static/nflying/common/no-image.png);
}
.list--contents li {
  margin-bottom: 10px;
}

.section--detail .list--support dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.section--detail .list--support li:not(:last-of-type) {
  margin-bottom: 1em;
}
.section--detail .list--support li:not(:last-of-type) li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.section--detail .list--support dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.section--detail .list--support li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail .list--support li li {
  margin-bottom: 0.5em;
}
.section--detail .list--support li li::before {
  display: none;
}
.section--detail.support .block--terms {
  margin-bottom: 4em;
}
.section--detail.support .block--terms .block-tit {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 961px) {
  .section-tit {
    font-family: fira-sans-condensed, sans-serif;
    margin-bottom: 50px;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
  }
  .page-tit {
    margin: 0 0 2em;
    text-align: center;
    font-family: fira-sans-condensed, sans-serif;
  }
  .page-tit svg {
    height: 100px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
  }
  .txt.sub {
    font-size: 0.8em;
    line-height: 1.5;
  }
  .list--information {
    border-top: 2px solid;
  }
  .list--information li {
    border-bottom: 1px dotted;
  }
  .list--information li:last-child {
    border-bottom: 2px solid;
  }
  .list--information li.no-data {
    padding: 5em 0;
  }
  .list--information li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 0;
    padding: 1.5em 0;
  }
  .list--information li a::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    background: #141414;
    position: absolute;
    left: 12%;
    top: 10px;
  }
  .list--information li a:hover {
    transform: translateX(10px);
  }
  .list--information li .block--date {
    width: 15%;
  }
  .list--information li .block--tit {
    width: 85%;
  }
  .list--information li .tit {
    position: relative;
  }
  .list--information li .category {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .list--information li .date {
    opacity: 0.5;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .list--information li:last-child a {
    border: none;
  }
  .list--information li.new .tit {
    padding-right: 70px;
  }
  .list--information li.new .tit::after {
    content: "";
    display: block;
    width: 40px;
    height: 52px;
    background: no-repeat url(/static/nflying/common/ico--new.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .list--contents {
    width: 100%;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 32.6666666667%;
    margin-right: 1%;
  }
  .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .list--contents li a {
    padding-bottom: 25px;
  }
  .list--contents li a:hover {
    transform: translateY(-10px);
  }
  .list--contents .category {
    margin-bottom: 5px;
  }
  .list--contents .tit {
    margin-bottom: 5px;
  }
  .list--contents .date {
    opacity: 0.5;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .youtube {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .block--player {
    margin-bottom: 30px;
  }
  .block--player .ulizahtml5 {
    width: 100% !important;
    height: auto !important;
    position: relative;
    padding-top: 56.25%;
  }
  .block--player .ulizahtml5 .vjs-center-menu {
    width: 100%;
    height: auto;
    margin-top: -40px;
    position: absolute;
    top: 50%;
  }
  .block--player .ulizahtml5 video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .no--data {
    text-align: center;
    opacity: 0.5;
  }
  .detail__btn,
  .list__more {
    font-family: fira-sans-condensed, sans-serif;
    padding: 1em;
  }
  .detail__btn {
    font-weight: 800;
  }
  /* 2.4 pagenation
  ------------------------------ */
  .block--pager {
    text-align: center;
    margin: 80px auto 30px;
    padding: 0 60px;
    letter-spacing: -0.5em;
  }
  .block--pager li {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    padding: 0.6em 0;
    margin: 0 5px;
    letter-spacing: 0.03em;
    vertical-align: middle;
    position: relative;
  }
  .block--pager li::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #141414;
    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 li:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .block--pager a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0.6em;
  }
  .block--pager .pager__item--top, .block--pager .pager__item--number {
    text-align: center;
    color: #888;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager-link--next {
    width: 50px;
    padding: 7px 0;
    margin-right: 1em;
    text-indent: -9999em;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span,
  .block--pager .pager-link--next a,
  .block--pager .pager-link--next span {
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
  .block--pager .pager-link--next a::after,
  .block--pager .pager-link--next span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
  .block--pager .pager-link--next a::after,
  .block--pager .pager-link--next span::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    transform: rotate(-135deg);
    top: 9px;
    left: 0;
    transition: left 0.3s;
  }
  .block--pager .pager__item--newer a:hover::before,
  .block--pager .pager-link--next a:hover::before {
    transform: scaleX(1.2);
  }
  .block--pager .pager__item--newer a:hover::after,
  .block--pager .pager-link--next a:hover::after {
    left: -5px;
  }
  .block--pager .pager__item--newer span,
  .block--pager .pager-link--next span {
    opacity: 0.2;
  }
  .block--pager .pager__item--older,
  .block--pager .pager-link--prev {
    width: 50px;
    padding: 7px 0;
    text-indent: -9999em;
    margin-left: 2.5em;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span,
  .block--pager .pager-link--prev a,
  .block--pager .pager-link--prev span {
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after,
  .block--pager .pager-link--prev a::after,
  .block--pager .pager-link--prev span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after,
  .block--pager .pager-link--prev a::after,
  .block--pager .pager-link--prev span::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    transform: rotate(45deg);
    top: 9px;
    left: 23px;
    transition: left 0.3s;
  }
  .block--pager .pager__item--older a:hover::before,
  .block--pager .pager-link--prev a:hover::before {
    transform: scaleX(1.2);
  }
  .block--pager .pager__item--older a:hover::after,
  .block--pager .pager-link--prev a:hover::after {
    left: 28px;
  }
  .block--pager .pager__item--older span,
  .block--pager .pager-link--prev span {
    opacity: 0.2;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older,
  .block--pager .pager-link--next,
  .block--pager .pager-link--prev {
    z-index: 2;
  }
  .block--pager .pager__item--newer::before,
  .block--pager .pager__item--older::before,
  .block--pager .pager-link--next::before,
  .block--pager .pager-link--prev::before {
    display: none !important;
  }
  .block--pager .pager__item--current {
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    position: relative;
    padding: 0.6em;
  }
  .block--pager .pager__item--current::before {
    transform: scaleX(1);
  }
  .block--category {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .block--category li {
    margin-bottom: 5px;
  }
  .block--category li a {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    font-size: 16px;
    position: relative;
  }
  .block--category li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #141414;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .block--category li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .block--category .current > a::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  header {
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 999;
    background: #fff;
    transition: 0.3s;
  }
  header h1 {
    width: 250px;
    height: 109px;
    margin: 0 auto 30px;
    position: relative;
    transition: 0.2s;
    top: 0;
    left: 0;
  }
  header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-indent: -9999px;
    background: no-repeat url(/static/nflying/common/logo--official.svg);
    background-size: contain;
  }
  header .drawer__btn {
    display: none;
  }
  /* fclogo */
  .category8--top h1,
  .category-8 h1,
  .page--photo.category-3 h1,
  .page--movie.category-4 h1,
  .page--blog h1,
  .page--magazine h1 {
    width: 120px;
    height: 120px;
    top: 0;
    margin-bottom: 20px;
  }
  .category8--top h1 a,
  .category-8 h1 a,
  .page--photo.category-3 h1 a,
  .page--movie.category-4 h1 a,
  .page--blog h1 a,
  .page--magazine h1 a {
    background-image: url(/static/nflying/common/logo--fc.svg);
  }
  .scrolling header,
  .scrolling.page--home header {
    top: -140px;
    border-bottom: none;
    padding-top: 20px;
    box-shadow: 0 -14px 40px rgba(0, 0, 0, 0.2);
  }
  .scrolling.already header {
    transition: none;
  }
  .drawer {
    transition: all 0.5s 0s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  }
  .drawer .g-nav {
    width: 100%;
  }
  .drawer .g-nav .nav {
    text-align: center;
  }
  .drawer .g-nav li {
    display: inline-block;
    margin: 0 8px;
  }
  .drawer .g-nav li.nav__item--fanclub dl {
    position: relative;
  }
  .drawer .g-nav li.nav__item--fanclub dt {
    cursor: pointer;
  }
  .drawer .g-nav li.nav__item--fanclub dd {
    display: none;
    width: 850px;
    background: #141414;
    color: #fff;
    padding: 10px 20px 8px;
    box-shadow: 0px 26px 27px -20px rgba(0, 0, 0, 0.7);
    text-align: right;
    position: absolute;
    right: 0;
  }
  .drawer .g-nav li a span {
    display: none;
  }
  .drawer .g-nav li a, .drawer .g-nav li dt, .drawer .g-nav li dd {
    display: block;
    text-align: center;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 0.05em;
    padding: 0.5em 0;
    position: relative;
  }
  .drawer .g-nav li a::before, .drawer .g-nav li dt::before, .drawer .g-nav li dd::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #141414;
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer .g-nav li a:hover::before, .drawer .g-nav li dt:hover::before, .drawer .g-nav li dd:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .drawer .g-nav .nav--fc li a::before {
    background: #fff;
  }
  .drawer .g-nav .nav--fc li a:hover {
    transform: scaleX(1);
    transform-origin: left;
  }
  .drawer .g-nav .list--login li a {
    font-size: 16px;
    line-height: 1.3;
  }
  .drawer .g-nav .list--login li a::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);
  }
  .drawer .g-nav .list--login li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .drawer .g-nav .nav__item--login {
    padding-right: 10px;
    position: relative;
  }
  .drawer .g-nav .nav__item--login::after {
    content: "";
    display: block;
    width: 2px;
    height: 27px;
    transform: rotate(36deg);
    background: #fff;
    position: absolute;
    top: 4px;
    right: -9px;
  }
  .wrap {
    min-height: 100%;
    padding: 230px 0;
  }
  .container {
    padding: 60px 0;
  }
  .section--list {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section--detail {
    width: 800px;
    margin: 0 auto;
  }
  .section--detail .section-tit {
    text-align: center;
  }
  .section--detail .tit {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .section--detail .category {
    display: inline-block;
    margin-right: 10px;
  }
  .section--detail .date {
    display: inline-block;
  }
  .section--detail .txt {
    padding-top: 40px;
  }
  .detail__btn {
    text-align: center;
    margin-top: 60px;
  }
  .detail__btn a {
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .detail__btn a::before {
    content: "BACK";
  }
  .detail__btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #141414;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transition: all 0.3s 0s ease;
  }
  .detail__btn a:hover::after {
    transform: scaleX(0);
  }
  .section--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section--list .section-tit,
  .section--list .block--pager {
    width: 100%;
    text-align: center;
  }
  .section--list .block--category {
    width: 15%;
    min-width: 150px;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 1.8em;
  }
  .section--list .list--information,
  .section--list .list--discography,
  .section--list .no-data {
    width: 81%;
  }
  .section--list .no-data {
    width: 81% !important;
    text-align: left;
    padding-top: 80px;
    padding-left: 16.5em;
  }
  .section--list.onecolmun .no-data {
    width: 100% !important;
    text-align: center;
    padding-left: 0;
  }
  .section--detail .block--category {
    width: 15%;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 1.8em;
  }
  #tubular-container {
    z-index: 9998 !important;
  }
  #skip {
    display: block;
    width: 100px;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    mix-blend-mode: difference;
    line-height: 0;
    padding: 21px 0 17px 0.2em;
    letter-spacing: 0.2em;
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 5%;
    cursor: pointer;
  }
  #skip:hover {
    background: #fff;
    color: #000;
  }
  .page--home .wrap {
    padding: 240px 0 230px;
  }
  .page--home header {
    border: none;
    top: 50px;
  }
  .page--home .container {
    padding: 30px 0 0;
  }
  .page--home .section--top {
    margin-bottom: 60px;
  }
  .page--home .section--top .block--bnr {
    width: 70%;
    min-width: 1000px;
    margin: 0 auto;
  }
  .page--home .section--top .block--bnr img {
    width: 100%;
  }
  .page--home section > [class^=block--] {
    width: 70%;
    min-width: 1000px;
    margin: 0 auto 100px;
    position: relative;
  }
  .page--home .block-tit {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .page--home .slick-arrow {
    display: block;
    width: 45px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    cursor: pointer;
  }
  .page--home .slick-arrow::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: relative;
    top: 16px;
    left: 14px;
  }
  .page--home .slick-prev {
    left: -67px;
    transition: all 0.3s 0s ease;
  }
  .page--home .slick-prev::before {
    transform: rotate(-135deg);
  }
  .page--home .slick-prev:hover {
    opacity: 0.5;
  }
  .page--home .slick-next {
    right: -70px;
    left: inherit;
    transition: all 0.3s 0s ease;
  }
  .page--home .slick-next::before {
    left: -10px;
    transform: rotate(45deg);
  }
  .page--home .slick-next:hover {
    opacity: 0.5;
  }
  .page--home .list__more {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -4px;
    padding: 0;
    transition: all 0.3s 0s ease;
  }
  .page--home .list__more:hover {
    opacity: 0.5;
  }
  .page--home .block--movie {
    margin-top: 60px;
  }
  .page--home .block--movie .item--movie:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .page--home .block--movie .item--movie .inner {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
  }
  .page--home .block--movie .item--movie .inner iframe, .page--home .block--movie .item--movie .inner object, .page--home .block--movie .item--movie .inner embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--fc {
    padding: 260px 0 100px;
    margin-top: 150px;
  }
  .page--home .section--fc .section-tit {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    background: #fff;
    color: #141414;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -145px;
    padding: 14px 7px 9px;
    line-height: 0;
  }
  .page--home .section--fc .section-tit::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    background: url(/static/nflying/common/logo--fc__w.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto 30px;
    position: absolute;
    left: 50%;
    top: -180px;
    margin-left: -80px;
  }
  .page--home .section--fc .block--login {
    margin: 20px auto 80px;
    text-align: center;
  }
  .page--home .section--fc .block--login .nav--login li {
    display: inline-block;
    margin-right: 30px;
  }
  .page--home .section--fc .block--login .nav--login li a {
    display: block;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
  }
  .page--home .section--fc .block--login .nav--login .btn--login {
    position: relative;
  }
  .page--home .section--fc .block--login .nav--login .btn--login::after {
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    transform: rotate(36deg);
    background: #fff;
    position: absolute;
    top: -7px;
    right: -18px;
  }
  .page--home .section--fc .block--login .nav--login .btn--join {
    margin-right: 0;
  }
  .page--home .section--fc .list--information li.new a .tit::after {
    background-image: url(/static/nflying/common/ico--new_white.svg);
  }
  .page--home .section--fc .list--contents li {
    width: 32.6666666667%;
    margin-right: 0.8%;
  }
  .page--home .section--fc .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--home .section--fc .list--contents .thumb {
    margin-bottom: 15px;
  }
  .page--home .section--fc .list--contents li a {
    background: #fff;
    color: #141414;
  }
  .page--home .section--fc .block--info {
    margin-bottom: 0;
  }
  .page--home .section--fc .block--info li.no-data {
    padding-bottom: 2em;
  }
  .page--home .section--fc .block--contents {
    margin-bottom: 0;
    padding-top: 100px;
  }
  .page--home .section--twitter {
    padding: 150px 0;
  }
  .page--home .block--bnr__sub {
    position: absolute;
    top: -160px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .page--home .block--bnr__sub .list--bnr li {
    display: inline-block;
    width: 200px;
    margin-right: 5px;
  }
  .page--home .block--bnr__sub .list--bnr li a {
    line-height: 0;
    transition: all 0.3s 0s ease;
  }
  .page--home .block--bnr__sub .list--bnr li a:hover {
    opacity: 0.5;
  }
  _::-webkit-full-page-media, _:future, :root .page--home .section--fc .section-tit {
    padding: 3px 7px 6px;
    line-height: 1;
  }
  .page--info.sub-category7 .list--information {
    margin: 0 auto;
  }
  .page--info.sub-category7 .no-data {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .page--info.category8--top .list--information {
    margin: 0 auto;
  }
  .page--info.category8--top .list--information li a::before {
    left: 17%;
    top: 10px;
  }
  .page--info.category8--top .list--information li .block--date {
    width: 18%;
  }
  .page--info.category8--top .list--information li .block--tit {
    width: 80%;
  }
  .page--info.category14--top .list--movie {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .page--info.category14--top .list--movie li {
    width: 33%;
    box-sizing: border-box;
    margin: 0 0 30px;
  }
  .page--info.category14--top .list--movie li a {
    display: block;
  }
  .page--info.category14--top .list--movie li a .thumb img {
    margin: 0 0 10px;
    transition: 0.3s ease;
  }
  .page--info.category14--top .list--movie li a .thumb:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #FFF;
    transition: 0.3s ease;
  }
  .page--info.category14--top .list--movie li a .thumb:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 3px solid #FFF;
    z-index: 4;
    border-radius: 100px;
    transition: 0.3s ease;
  }
  .page--info.category14--top .list--movie li a .block--txt .tit {
    font-size: 13px;
  }
  .page--info.category14--top .list--movie li a:hover .thumb img {
    opacity: 0.5;
  }
  .page--info.category14--top .list--movie li a:hover .thumb:before {
    border: 3px solid #000;
  }
  .page--info.category14--top .list--movie li a:hover .thumb:after {
    border-color: transparent transparent transparent #000;
  }
  .page--info.category14--top .list--movie li:nth-child(3n+1) {
    padding: 0 20px 0 0;
  }
  .page--info.category14--top .list--movie li:nth-child(3n+2) {
    padding: 0 10px 0;
  }
  .page--info.category14--top .list--movie li:nth-child(3n+3) {
    padding: 0 0 0 20px;
  }
  .block--share a {
    font-size: 18px;
    transition: all 0.3s 0s ease;
  }
  .block--share a:hover {
    transform: translateY(-5px);
  }
  .block--share .lineIco svg {
    width: 17px;
    height: 17px;
    vertical-align: -2px;
  }
  .page--schedule .section--list .block--header {
    width: 100%;
  }
  .page--schedule .section--list .block--month {
    width: 100%;
  }
  .page--schedule .section--list li a::before {
    left: 15%;
  }
  .page--schedule .section--list .block--tit {
    padding-left: 15px;
  }
  .page--schedule .section--list .block--date .date {
    opacity: 1;
    font-size: 27px;
    letter-spacing: 0.06em;
    font-weight: 800;
    text-align: center;
  }
  .page--schedule .section--list .block--date .date span {
    font-size: 0.4em;
    letter-spacing: 0.1em;
  }
  .page--schedule .section--list .block--date .date span.date--event__end {
    display: block;
    opacity: 1;
    font-size: 27px;
    letter-spacing: 0.06em;
    position: relative;
  }
  .page--schedule .section--list .block--date .date span.date--event__end::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    position: relative;
    left: 50%;
    top: 1px;
    background: #141414;
    margin-bottom: 7px;
  }
  .page--schedule .block--narrowing li label .category {
    cursor: pointer;
  }
  .page--discography .list-tit {
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page--discography .block--discography {
    margin-bottom: 40px;
  }
  .page--discography .block--discography.japan:last-child, .page--discography .block--discography.korea:last-of-type {
    margin-bottom: 0;
  }
  .page--discography .list--discography {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .page--discography .list--discography li {
    width: 32%;
    margin-bottom: 40px;
    margin-right: 2%;
  }
  .page--discography .list--discography li:nth-child(3n) {
    margin-right: 0;
  }
  .page--discography .list--discography a {
    display: block;
    height: 100%;
    position: relative;
    background: #141414;
    color: #fff;
    padding: 10px 10px 15px;
  }
  .page--discography .list--discography .thumb {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .page--discography .list--discography .date {
    line-height: 1;
    font-size: 11px;
    font-weight: 300;
  }
  .page--discography .list--discography .block--text .date, .page--discography .list--discography .block--text .category {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-size: 12px;
  }
  .page--discography .list--discography .block--text .date {
    padding-left: 0.5em;
  }
  .page--discography .block--list-area,
  .page--discography .area--disco-detail {
    width: 81%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 1.8em 0;
  }
  .page--discography .category-tab {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page--discography .category-tab li {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    text-align: center;
    margin: 0 11px;
    position: relative;
  }
  .page--discography .category-tab li a::before {
    width: calc(100% + 29px);
    bottom: -12px;
    left: -13px;
  }
  .page--discography .category-tab li.current {
    display: inline-block;
  }
  .page--discography .category-tab li.japan::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #141414;
    position: absolute;
    right: -18px;
    top: -3px;
  }
  .page--discography .block--japan,
  .page--discography .block--korea {
    display: none;
  }
  .page--discography .block--japan.current,
  .page--discography .block--korea.current {
    display: block;
  }
  .page--discography .block--pager {
    margin-top: 30px;
  }
  .page--discography .jacket .ph {
    width: 45%;
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 0;
    box-shadow: 10px 20px 45px 2px rgba(0, 0, 0, 0.5);
  }
  .page--discography .section--detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page--discography .section--detail .section-tit {
    width: 100%;
    text-align: center;
  }
  .page--discography .section--detail .block--jacket {
    width: 45%;
    float: left;
  }
  .page--discography .section--detail .block--detail {
    width: 52%;
    float: right;
  }
  .page--discography .section--detail .block--detail .date {
    margin-bottom: 15px;
  }
  .page--discography .section--detail .block--detail .price {
    opacity: 0.7;
    font-size: 13px;
  }
  .page--discography .block--disc-detail .tit {
    margin: 0 0 0.75em;
    font-size: 30px;
  }
  .page--discography .block--disc-detail .date {
    margin-bottom: 50px;
  }
  .page--discography .block--disc-detail .tit,
  .page--discography .block--disc-detail .category,
  .page--discography .block--disc-detail .date {
    text-align: center;
    font-family: fira-sans-condensed, sans-serif;
  }
  .page--discography .block--disc-detail .text {
    width: 45%;
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .page--discography .block--disc-detail .text .btn {
    margin: 1em 0;
  }
  .page--discography .block--disc-detail .sub-tit {
    font-size: 0.85em;
    margin-bottom: 0.5em;
    font-family: fira-sans-condensed, sans-serif;
  }
  .page--discography .block--disc-detail .sub-tit::before {
    content: "";
    display: inline-block;
    background: #141414;
    height: 1px;
    width: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  .page--discography .detail__btn {
    margin: 50px auto 0;
  }
  .page--profile .block--band .thumb {
    margin-bottom: 40px;
  }
  .page--profile .block--band h2 {
    margin-bottom: 30px;
    position: relative;
  }
  .page--profile .block--band h2::before {
    content: "";
    display: block;
    width: 250px;
    height: 72px;
    background: no-repeat url(/static/nflying/common/logo.svg);
    background-size: contain;
    margin: 0 auto;
  }
  .page--profile .block--band h2 .logo {
    display: none;
  }
  .page--profile .block--band h2 span:not(.logo) {
    display: block;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-top: 6px;
  }
  .page--profile.section--detail .txt {
    padding: 0 0 2em;
  }
  .page--profile .block--member .list--member {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--profile .block--member .list--member li {
    width: 49%;
    margin-bottom: 40px;
    position: relative;
    background: #141414;
    color: #fff;
    padding: 10px;
  }
  .page--profile .block--member .list--member li .thumb {
    margin-bottom: 20px;
  }
  .page--profile .block--member .list--member li .name {
    font-family: fira-sans-condensed, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  .page--profile .block--member .list--member li .name span {
    font-size: 12px;
    display: block;
  }
  .page--profile .block--member .list--member li .part {
    font-family: fira-sans-condensed, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.15em;
    position: relative;
    padding-top: 15px;
  }
  .page--profile .block--member .list--member li .part::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 10px);
    top: 5px;
  }
  .page--profile .block--member .list--member li dl {
    font-family: fira-sans-condensed, sans-serif;
    padding: 10px 20px 10px;
  }
  .page--profile .block--member .list--member li dl dt {
    font-size: 11px;
    opacity: 0.6;
    float: left;
    clear: left;
  }
  .page--profile .block--member .list--member li dl dd {
    padding-left: 8em;
  }
  .page--photo .section--detail {
    width: 90%;
    max-width: 1000px;
  }
  .page--photo .section--detail .list--contents li {
    width: 24.25%;
    margin-right: 1%;
  }
  .page--photo .section--detail .list--contents li:nth-child(4n) {
    margin-right: 0;
  }
  .page--photo .section--detail .list--contents li a {
    padding-bottom: 10px;
  }
  .page--photo .section--detail .list--contents li a .thumb {
    margin-bottom: 0;
  }
  .page--photo .section--detail .tit {
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .page--photo #swipebox-close {
    background: none;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 3vw;
    right: 3%;
    background: none;
  }
  .page--photo #swipebox-close::before, .page--photo #swipebox-close::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
  }
  .page--photo #swipebox-close::before {
    top: 0;
    left: 19px;
    width: 2px;
    height: 40px;
  }
  .page--photo #swipebox-close::after {
    width: 40px;
    height: 2px;
    top: 19px;
    left: 0;
  }
  .page--photo #swipebox-bottom-bar, .page--photo #swipebox-top-bar {
    text-shadow: none;
    background: none;
    opacity: 1;
    bottom: calc(50% - 24px);
  }
  .page--photo #swipebox-prev, .page--photo #swipebox-next {
    display: block;
    background: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
  }
  .page--photo #swipebox-prev {
    transform: translateY(50%) rotate(-135deg);
    left: 10%;
  }
  .page--photo #swipebox-next {
    transform: translateY(50%) rotate(45deg);
    right: 10%;
  }
  .page--photo #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, 0, 0);
  }
  .page--blog .txt img {
    width: auto;
  }
  .page--blog .pager__item--other {
    top: -0.7em;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .tit--category {
    font-weight: bold;
    margin: 0 0 20px;
  }
  .page--faq .searchBox {
    position: relative;
    width: 60%;
    border: 1px solid;
    margin: 80px auto;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #9fa3a7;
    background: transparent;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 0.6em;
    right: 3px;
    z-index: 2;
    cursor: pointer;
  }
  .page--faq .list--faq {
    margin: 0 0 80px;
  }
  .page--faq .list--faq li {
    border-top: 1px solid #ccc;
  }
  .page--faq .list--faq li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .page--faq .list--faq a {
    position: relative;
    display: block;
    color: #141414;
    padding: 25px 0 27px 0;
  }
  .page--faq .list--faq a:hover {
    padding-left: 1%;
  }
  .page--faq .list--faq .tit {
    padding-left: 20px;
  }
  .page--faq .list--faq .txt {
    margin: 0;
    padding-left: 20px;
    line-height: 1.4;
  }
  .page--faq .list--faq .icon--q {
    float: left;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    line-height: 1.7;
    color: #141414;
    margin-right: 5px;
  }
  .page--faq .section--detail .txt {
    padding-top: 0;
  }
  .page--faq .section--detail .txt a {
    text-decoration: underline;
  }
  .page--faq .section--detail .list--faq .icon--q {
    line-height: 1.6;
  }
  .page--faq .popup-inner .list--contact {
    margin-bottom: 30px;
  }
  .page--faq .popup-inner .tit {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--faq .popup-inner .tit,
  .page--faq .popup-inner .txt--basic {
    color: #fff;
    line-height: 1.7;
  }
  .page--faq .block--faq-detail {
    border: 1px solid #141414;
    padding: 25px;
    margin: 0 0 80px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    border-bottom: 1px solid #141414;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dt .txt {
    padding-left: 40px;
    margin: 0;
  }
  .page--faq .block--faq-detail dt .category {
    display: inline-block;
    font-size: 12px;
    background: #eee;
    color: #141414;
    border-radius: 20px;
    padding: 1px 8px 0;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 16px;
    color: #141414;
    padding-left: 40px;
    margin: 0;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    border-radius: 50px;
    padding-left: 2px;
  }
  .page--faq .block--faq-detail span.icon--q {
    color: #fff;
    line-height: 34px;
    background: #141414;
  }
  .page--faq .block--faq-detail span.icon--a {
    color: #141414;
    background: none;
    border: 1px solid;
  }
  .page--faq .section--detail .block--contact {
    text-align: center;
    margin: 40px 0 0;
  }
  .page--faq .section--detail .block--contact a {
    position: relative;
  }
  .page--faq .section--detail .block--contact a:hover {
    color: #d0121b;
  }
  .page--faq .section--detail .block--contact .fa {
    display: none;
  }
  .page--faq .list--contact {
    border-bottom: 1px solid #fff;
  }
  .page--faq .list--contact li {
    border-top: 1px solid #fff;
  }
  .page--faq .list--contact li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    position: relative;
    transition: transform 0.3s;
  }
  .page--faq .list--contact li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 3%;
    top: 26px;
    z-index: 1;
  }
  .page--faq .list--contact li a:hover {
    transform: translateX(10px);
  }
  #new_movie.new_movie_detail .block--title {
    margin-bottom: 60px;
  }
  #new_movie.new_movie_detail .block--player {
    margin: 0 auto 60px;
  }
  #new_movie.new_movie_detail .area--more-info {
    display: none;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies {
    padding: 0;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a {
    background: #fff;
    color: #141414;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a .thumb {
    width: 30%;
    margin: 0 20px 0 0;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a .list__txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a .list__txt .date {
    opacity: 0.5;
    font-size: 0.75em;
    font-weight: 300;
    display: block;
    position: inherit;
  }
  .page--magazine div[class$=icons_container] div:first-of-type div:first-of-type .book_btn:first-of-type {
    display: none !important;
  }
  .page--entry.section--detail {
    max-width: 900px;
    width: 80%;
  }
  .page--entry.section--detail .txt {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .page--entry .section-tit {
    margin: 0 auto 60px;
  }
  .page--entry .section-tit img {
    width: 200px;
    margin-bottom: 20px;
  }
  .page--entry .section-tit span {
    display: block;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0;
    margin: 0 auto;
  }
  .page--entry .block--contents {
    margin-bottom: 60px;
  }
  .page--entry .block--contents .list-tit {
    display: none;
    font-weight: bold;
    font-size: 18px;
    background: #141414;
    color: #fff;
    line-height: 0;
    letter-spacing: 0.05em;
    padding: 13px 11px 14px;
    margin-bottom: 40px;
  }
  .page--entry .block--contents .list--contents li {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    background: #141414;
    color: #fff;
    padding: 15px;
  }
  .page--entry .block--contents .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--entry .block--contents .list--contents li figure {
    line-height: 0;
    margin-bottom: 15px;
  }
  .page--entry .block--contents .list--contents li .tit {
    font-size: 16px;
  }
  .page--entry .block--contents .list--contents li .txt {
    font-size: 13px;
    line-height: 1.4;
    padding-top: 0;
  }
  .page--entry .block--contents .list--contents li.block--blank {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #222;
  }
  .page--entry .block--contents .list--contents li.block--blank figure {
    width: 80%;
  }
  .page--entry .block--table .block-tit {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .page--entry .block--table table {
    border: 1px solid;
    margin: 0 auto 30px;
  }
  .page--entry .block--table table th {
    width: 10em;
    text-align: center;
    border: 1px solid;
  }
  .page--entry .block--table table th, .page--entry .block--table table td {
    padding: 20px;
    border: 1px solid;
  }
  .page--entry .block--table dl dt {
    font-weight: bold;
    margin-bottom: 0;
  }
  .page--entry .block--table dl dd {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .page--entry .block--table dl dd .txt--basic {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0.25em;
  }
  .page--entry .block--table dl dd:last-child {
    margin-bottom: 0;
  }
  .page--entry .block--table .list--attention {
    margin: 0 auto 80px;
  }
  .page--entry .block--table .list--attention li {
    font-size: 12px;
    margin-bottom: 2px;
    position: relative;
    padding-left: 1.5em;
    text-indent: -0.75em;
  }
  .page--entry .block--table .list--attention li::before {
    content: "・";
    display: inline-block;
    padding-right: 0.25em;
  }
  .page--entry .block--button {
    margin: 50px auto;
  }
  .page--entry .block--button .sub-tit {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }
  .page--entry .block--button ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 20px;
  }
  .page--entry .block--button li {
    width: 48%;
    background: #ccc;
    padding: 30px;
  }
  .page--entry .block--button li .tit {
    text-align: center;
    font-size: 18px;
  }
  .btn--main {
    line-height: 1;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: fira-sans-condensed, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 180px 0 60px;
    background: #f3f3f3;
  }
  footer .list--support {
    margin-top: -80px;
    margin-bottom: 20px;
    padding-left: 5%;
  }
  footer .list--support li {
    display: inline-block;
    margin-right: 10px;
  }
  footer .list--support li a {
    display: block;
    font-size: 12px;
  }
  footer .list--support li a:hover {
    opacity: 0.5;
  }
  footer .tit-support {
    display: none;
  }
  footer .copyright {
    opacity: 0.5;
    padding-left: 5%;
    font-family: fira-sans-condensed, sans-serif;
  }
  .sns-nav {
    position: absolute;
    bottom: calc(50% - 7px);
    right: 5%;
  }
  .sns-nav li {
    display: inline-block;
    font-size: 22px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page-tit {
    margin: 0 0 0.5em;
    text-align: center;
    font-family: fira-sans-condensed, sans-serif;
  }
  /* 2.4 pagenation
  ------------------------------ */
  .block--pager {
    text-align: center;
    letter-spacing: -0.5em;
    font-size: 14px;
    margin: 30px auto;
    padding: 0;
  }
  .block--pager li {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    padding: 0.6em 0;
    margin: 0 5px;
    letter-spacing: 0.03em;
    vertical-align: middle;
    position: relative;
  }
  .block--pager li::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #141414;
    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--top, .block--pager .pager__item--number {
    text-align: center;
    color: #888;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager-link--next {
    width: 50px;
    padding: 7px 0;
    margin-right: 1em;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span,
  .block--pager .pager-link--next a,
  .block--pager .pager-link--next span {
    display: block;
    width: 100%;
    text-indent: -9999em;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
  .block--pager .pager-link--next a::after,
  .block--pager .pager-link--next span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
  .block--pager .pager-link--next a::after,
  .block--pager .pager-link--next span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #141414;
    border-right: 2px solid #141414;
    transform: rotate(-135deg);
    top: 9px;
    left: 0;
    transition: left 0.3s;
  }
  .block--pager .pager__item--newer span,
  .block--pager .pager-link--next span {
    opacity: 0.2;
  }
  .block--pager .pager__item--older,
  .block--pager .pager-link--prev {
    width: 50px;
    padding: 7px 0;
    margin-left: 2.5em;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span,
  .block--pager .pager-link--prev a,
  .block--pager .pager-link--prev span {
    display: block;
    width: 100%;
    text-indent: -9999em;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after,
  .block--pager .pager-link--prev a::after,
  .block--pager .pager-link--prev span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after,
  .block--pager .pager-link--prev a::after,
  .block--pager .pager-link--prev span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #141414;
    border-right: 2px solid #141414;
    transform: rotate(45deg);
    top: 9px;
    left: 23px;
    transition: left 0.3s;
  }
  .block--pager .pager__item--older span,
  .block--pager .pager-link--prev span {
    opacity: 0.2;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older,
  .block--pager .pager-link--prev .pager-link--next {
    z-index: 2;
  }
  .block--pager .pager__item--newer::before,
  .block--pager .pager__item--older::before,
  .block--pager .pager-link--prev .pager-link--next::before {
    display: none !important;
  }
  .block--pager .pager-link--prev a::after,
  .block--pager .pager-link--next a::after,
  .block--pager .pager-link--prev span::after,
  .block--pager .pager-link--next span::after {
    top: 16px !important;
  }
  .block--pager .pager-link--prev {
    margin-left: 0;
  }
  .block--pager .pager-link--next {
    margin-right: 0;
  }
  .block--pager .pager__item--current {
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    position: relative;
    padding: 0.6em;
  }
  .block--pager .pager__item--current::before {
    transform: scaleX(1);
  }
  .list--information,
  .list--faq {
    border-top: 2px solid;
  }
  .list--information li,
  .list--faq li {
    border-bottom: 1px dotted #ccc;
  }
  .list--information li:last-child,
  .list--faq li:last-child {
    border-bottom: 2px solid;
  }
  .list--information li.no-data,
  .list--faq li.no-data {
    padding: 3em 0 2em;
  }
  .list--information li a,
  .list--faq li a {
    display: block;
    position: relative;
    padding: 1.2em 0;
  }
  .list--information li .block--date,
  .list--faq li .block--date {
    line-height: 1;
    margin-bottom: 5px;
  }
  .list--information li .category,
  .list--faq li .category {
    display: inline-block;
    font-size: 12px;
  }
  .list--information li .date,
  .list--faq li .date {
    display: inline-block;
    opacity: 1;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-left: 8px;
  }
  .list--information li:last-child a,
  .list--faq li:last-child a {
    border: none;
  }
  .list--information li.new .tit,
  .list--faq li.new .tit {
    padding-right: 12vw;
  }
  .list--information li.new .tit::after,
  .list--faq li.new .tit::after {
    content: "";
    display: block;
    width: 9vw;
    height: 11vw;
    background: no-repeat url(/static/nflying/common/ico--new.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .list--contents,
  .list--discography {
    justify-content: space-between;
  }
  .list--contents::after,
  .list--discography::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li,
  .list--discography li {
    width: 100%;
  }
  .list--contents li:not(:last-child),
  .list--discography li:not(:last-child) {
    margin-bottom: 20px;
  }
  .list--contents li a,
  .list--discography li a {
    position: relative;
    padding-bottom: 15px;
  }
  .list--contents li a .thumb,
  .list--discography li a .thumb {
    margin-bottom: 10px;
  }
  .list--contents .category,
  .list--discography .category {
    margin-bottom: 5px;
  }
  .list--contents .tit,
  .list--discography .tit {
    margin-bottom: 5px;
  }
  .list--contents .date,
  .list--discography .date {
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 8px;
    right: 10px;
  }
  .youtube {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .no--data {
    text-align: center;
    opacity: 0.5;
  }
  .detail__btn,
  .list__more {
    font-family: fira-sans-condensed, sans-serif;
  }
  .detail__btn a,
  .list__more a {
    display: block;
    padding: 1.5em 0;
  }
  .block--category {
    background: rgba(20, 20, 20, 0.05);
    text-align: center;
    padding: 0 3%;
    margin: 0 -6% 30px;
  }
  .block--category li {
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin: 0 0.3vw;
  }
  .block--category li.current::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #141414;
    bottom: 0;
  }
  .block--category li a {
    display: block;
    padding: 1.5em 1.2vw 1.5em;
    font-size: 3.5vw;
    font-family: fira-sans-condensed, sans-serif;
  }
  .block--share {
    margin: 40px auto 20px;
  }
  .block--share a {
    font-size: 17px;
  }
  header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
  header h1 {
    width: 20vw;
    height: 6vw;
    margin: 26px 0 0 5%;
  }
  header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-indent: -9999px;
    background: no-repeat url(/static/nflying/common/logo.svg);
    background-size: contain;
  }
  header .drawer__btn {
    width: 50px;
    height: 50px;
    background: #fff;
    position: fixed;
    right: 3%;
    top: 10px;
    z-index: 100;
  }
  header .drawer__btn span {
    position: absolute;
    left: 25%;
    display: block;
    width: 50%;
    height: 2px;
    background: #141414;
    transition: all 0.2s 0s ease;
  }
  header .drawer__btn span:first-child {
    top: 35%;
  }
  header .drawer__btn span:nth-child(2) {
    top: 50%;
  }
  header .drawer__btn span:last-child {
    top: 65%;
  }
  .category8--top h1,
  .category-8 h1,
  .page--photo.category-3 h1,
  .page--movie.category-4 h1,
  .page--blog h1,
  .page--magazine h1 {
    width: 11vw;
    height: 11vw;
    top: -3vw;
    position: absolute;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .category8--top h1,
  .category-8 h1,
  .page--photo.category-3 h1,
  .page--movie.category-4 h1,
  .page--blog h1,
  .page--magazine h1 {
    width: 8vw;
    height: 8vw;
    top: -1vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .category8--top h1 a,
  .category-8 h1 a,
  .page--photo.category-3 h1 a,
  .page--movie.category-4 h1 a,
  .page--blog h1 a,
  .page--magazine h1 a {
    background-image: url(/static/nflying/common/logo--fc.svg);
  }
  .drawer {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -101%;
    background: #141414;
    transition: all 0.2s 0s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer .g-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 6% 0;
    background: #fff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer .g-nav .nav > li,
  .drawer .g-nav .nav--fc > li {
    width: 48%;
    float: left;
    margin-bottom: 7px;
  }
  .drawer .g-nav .nav > li:nth-child(2n),
  .drawer .g-nav .nav--fc > li:nth-child(2n) {
    margin-left: 2%;
  }
  .drawer .g-nav .nav > li:nth-child(2n+1),
  .drawer .g-nav .nav--fc > li:nth-child(2n+1) {
    clear: left;
  }
  .drawer .g-nav .nav > li.sns-nav, .drawer .g-nav .nav > li.nav__item--fanclub,
  .drawer .g-nav .nav--fc > li.sns-nav,
  .drawer .g-nav .nav--fc > li.nav__item--fanclub {
    width: 100%;
    float: none;
    clear: both;
  }
  .drawer .g-nav li {
    margin-bottom: 0.2em;
  }
  .drawer .g-nav li dt {
    display: none;
  }
  .drawer .g-nav li a {
    display: block;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    font-size: 5.5vw;
    letter-spacing: 0.04em;
    padding: 0.3em 0;
    /*@include var.transition($duration:.5s,$easing:cubic-bezier(.16,.68,.65,1.03));*/
  }
  .drawer .g-nav .list--sns {
    padding-top: 10px;
  }
  .drawer .g-nav .list--sns li {
    float: none;
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
  .drawer .g-nav li.nav__item--fanclub {
    width: 114% !important;
    background: #141414;
    margin: 25px -7% 0 !important;
    padding: 100px 6% 50px;
    position: relative;
  }
  .drawer .g-nav li.nav__item--fanclub .nav--fc li a {
    color: #fff;
  }
  .drawer .g-nav .nav--fc::after {
    content: "";
    display: block;
    clear: both;
  }
  .drawer .nav__item--fanclub::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: no-repeat url(/static/nflying/common/logo--fc__w.svg);
    background-size: contain;
    position: absolute;
    top: 30px;
  }
  .drawer .block-login {
    margin-bottom: 15px;
    position: absolute;
    top: 40px;
    left: 85px;
  }
  .drawer .block-login .list--login li {
    display: inline-block;
    position: relative;
  }
  .drawer .block-login .list--login .nav__item--login {
    padding-right: 26px;
  }
  .drawer .block-login .list--login .nav__item--login::after {
    content: "";
    display: block;
    width: 2px;
    height: 28px;
    background: #fff;
    transform: rotate(35deg);
    position: absolute;
    right: 11px;
    top: -1px;
  }
  .drawer .block-login .list--login li a {
    font-size: 5vw;
    color: #fff;
  }
  .drawer-visible header .drawer__btn span {
    top: 50%;
  }
  .drawer-visible header .drawer__btn span:first-child {
    transform: rotate(45deg);
  }
  .drawer-visible header .drawer__btn span:nth-child(2) {
    opacity: 0;
  }
  .drawer-visible header .drawer__btn span:last-child {
    transform: rotate(-45deg);
  }
  .drawer-visible .drawer {
    right: 0;
  }
  .wrap {
    min-height: 100%;
    padding-bottom: 80px;
  }
  .page--home .wrap {
    padding-top: 100px;
  }
  .page--home header .drawer__btn {
    top: 26px;
    transition: top 0.3s;
  }
  .page--home.scrolling header .drawer__btn {
    top: 10px;
  }
  .page--home h1 {
    width: 20vw;
    height: 9vw;
    margin: 30px 0 0 6%;
  }
  .page--home h1 a {
    background-image: url(/static/nflying/common/logo--official.svg);
  }
  .page--home h1 {
    width: 35vw;
    height: 16vw;
    margin: 6vw auto 0;
  }
  .page--home .slick-dots {
    padding-top: 10px;
  }
  .page--home .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .page--home .slick-dots li {
    margin: 0 5px;
  }
  .page--home section > [class^=block--] {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
  }
  .page--home .block-tit {
    display: inline-block;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
  .page--home .list__more {
    display: block;
    width: 4em;
    font-size: 12px;
    position: absolute;
    right: 2%;
    top: -19px;
    text-align: right;
    padding: 0;
  }
  .page--home .block--movie {
    margin-top: 60px;
  }
  .page--home .block--movie .item--movie:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .page--home .block--movie .item--movie .inner {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
  }
  .page--home .block--movie .item--movie .inner iframe, .page--home .block--movie .item--movie .inner object, .page--home .block--movie .item--movie .inner embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .block--sns {
    padding: 5px 5%;
  }
  .page--home .block--sns .sns-nav {
    text-align: center;
  }
  .page--home .block--sns .sns-nav li {
    display: inline-block;
    font-size: 22px;
    margin-right: 15px;
  }
  .page--home .block--sns .sns-nav li:last-child {
    margin-right: 0;
  }
  .page--home .section--official {
    padding: 0 5%;
  }
  .page--home .section--fc {
    padding: 35px 0 40px;
  }
  .page--home .section--fc .list__more {
    padding-right: 4%;
  }
  .page--home .section--fc .section-tit {
    display: block;
    width: 40vw;
    height: 40vw;
    text-indent: -9999em;
    background: url(/static/nflying/common/logo--fc__w.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto 20px;
  }
  .page--home .section--fc .block--login {
    text-align: center;
    margin: 10px auto 50px;
    text-align: center;
  }
  .page--home .section--fc .block--login .nav--login li {
    display: inline-block;
    margin-right: 20px;
  }
  .page--home .section--fc .block--login .nav--login li:last-child {
    margin-right: 0;
  }
  .page--home .section--fc .block--login .nav--login .btn--login a {
    position: relative;
  }
  .page--home .section--fc .block--login .nav--login .btn--login a::after {
    content: "";
    display: block;
    width: 2px;
    height: 31px;
    background: #fff;
    transform: rotate(30deg);
    position: absolute;
    right: -13px;
    top: -7px;
  }
  .page--home .section--fc .block--login .nav--login li a {
    display: block;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
  }
  .page--home .section--fc .block--info {
    padding: 0 5%;
  }
  .page--home .section--fc .list--information li.new a .tit::after {
    background-image: url(/static/nflying/common/ico--new_white.svg);
  }
  .page--home .section--fc .block--contents .block-tit {
    padding: 0 2%;
  }
  .page--home .section--fc .block--contents .slick-track {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .section--fc .list--contents {
    padding: 0 0 0 5%;
  }
  .page--home .section--fc .list--contents li {
    width: 70vw;
    height: auto;
    margin-bottom: 0 !important;
    display: flex;
    align-items: unset;
    flex-wrap: wrap;
  }
  .page--home .section--fc .list--contents .thumb {
    margin-bottom: 15px;
  }
  .page--home .section--fc .list--contents li a {
    width: 100%;
    height: auto;
    margin-right: 10px;
    background: #fff;
    color: #141414;
  }
  .page--home .section--fc .block--info {
    margin-bottom: 0;
  }
  .page--home .section--fc .block--contents {
    margin-bottom: 0;
    padding-top: 40px;
  }
  .page--home .section--twitter {
    padding: 30px 0;
  }
  .page--home .section--twitter .block--twitter {
    margin-bottom: 0;
    padding: 0 calc(5% - 5px);
  }
  .page--home .section--twitter iframe {
    height: 40vh !important;
    width: 94vw !important;
    margin: 0 auto !important;
  }
  .page--home footer {
    padding: 0 5%;
    position: static;
  }
  .page--home footer .block--bnr__sub .list--bnr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page--home footer .block--bnr__sub .list--bnr li {
    width: 48%;
  }
  .page--home .list--support {
    display: none;
    padding-top: 20px;
  }
  .page--home .list--support li:not(:last-child) {
    margin-bottom: 1em;
  }
  .page--home .list--support li a {
    display: block;
  }
  .page--home footer .tit-support {
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    font-size: 17px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    position: relative;
  }
  .page--home footer .tit-support::before {
    transform: rotate(90deg);
  }
  .page--home footer .tit-support::before, .page--home footer .tit-support::after {
    content: " ";
    display: block;
    background: #141414;
    width: 14px;
    height: 2px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s 0s ease;
  }
  .page--home footer .tit-support.open::before {
    transform: rotate(135deg);
  }
  .page--home footer .tit-support.open::after {
    transform: rotate(45deg);
  }
  .page--home footer .tit-support {
    display: block !important;
  }
  .section--detail,
  .section--list {
    padding: 80px 5% 40px;
  }
  .section--detail .section-tit,
  .section--list .section-tit {
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
  }
  .section--list {
    padding-bottom: 0;
  }
  .page--info .section--detail .tit {
    font-size: 22px;
    line-height: 1.4em;
    margin: 0 0 0.5em;
  }
  .page--info .section--detail .event-start {
    margin: 0 0 1em;
    font-family: fira-sans-condensed, sans-serif;
    font-size: 16px;
  }
  .page--info .section--detail .date {
    display: inline-block;
    font-weight: 800;
  }
  .page--info .section--detail .category {
    display: inline-block;
  }
  .page--info .section--detail .txt {
    line-height: 1.6;
    margin: 25px 0;
  }
  .page--info .form__select {
    background: #141414;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    line-height: 1;
    font-size: 16px;
  }
  .page--info .form__select select {
    background: none;
    color: #fff;
  }
  .page--info .block--share {
    text-align: center;
    padding: 1.5em 0;
    margin: 0 auto;
  }
  .page--info .block--share li {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0.3em;
  }
  .page--info .block--share li svg {
    fill: #fff;
    width: 16px;
    height: 16px;
  }
  .page--info .block--share li.share {
    display: block;
    font-family: fira-sans-condensed, sans-serif;
    font-weight: 800;
    font-size: 13px;
    vertical-align: 2px;
    margin: 0 auto 10px;
  }
  .page--info.category-10 .section--detail .category {
    padding-right: 0.3em;
    margin-bottom: 5px;
  }
  .page--info.category-10 .section--detail .date.date--event {
    margin-bottom: 10px;
  }
  .page--info.category-10 .section--detail .tit + .date {
    opacity: 0.4;
    font-weight: 400;
  }
  .page--info.category14--top .list--movie {
    width: 100%;
  }
  .page--info.category14--top .list--movie li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px;
  }
  .page--info.category14--top .list--movie li a {
    display: block;
  }
  .page--info.category14--top .list--movie li a .thumb img {
    margin: 0 0 10px;
  }
  .page--info.category14--top .list--movie li a .thumb:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #FFF;
  }
  .page--info.category14--top .list--movie li a .thumb:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 3px solid #FFF;
    z-index: 4;
    border-radius: 100px;
  }
  .page--info.category14--top .list--movie li a .block--txt .tit {
    font-size: 13px;
  }
  .page--info.category14--top .list--movie li:last-child {
    margin: 0;
  }
  .detail__btn {
    position: absolute;
    bottom: 60px;
    width: 60px;
  }
  .detail__btn a {
    display: inline-block;
    position: relative;
    line-height: 0;
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
  }
  .detail__btn a::before {
    content: "BACK";
    position: relative;
    top: 2px;
  }
  .detail__btn a::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #141414;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .page--schedule .block--month {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .page--schedule .block--category {
    margin: 0 -5% 30px;
  }
  .page--schedule .block--month .tit {
    letter-spacing: 0.075em;
    font-weight: 800;
    font-size: 12vw;
    line-height: 1;
    margin: 0 0 20px;
  }
  .page--schedule .month-pager {
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 5px;
  }
  .page--schedule .month-pager li a {
    display: block;
    line-height: 1em;
  }
  .page--schedule .month-pager li {
    position: relative;
  }
  .page--schedule .month-pager li:first-child a::before,
  .page--schedule .month-pager li:last-child a::after {
    display: none;
  }
  .page--schedule .month-pager:before {
    display: none;
  }
  .page--schedule .month-pager li:first-child a::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #141414;
    padding: 0;
    position: absolute;
    top: 0;
    right: -4.5vw;
  }
  .page--schedule .list--information li .block--date .category {
    display: inline-block !important;
    font-size: 12px;
    background: #141414;
    color: #fff;
    line-height: 1;
    vertical-align: 1px;
    padding: 3px 5px 4px;
    margin-right: 4px;
  }
  .page--schedule .list--information li .date {
    font-weight: 800;
    padding-left: 0;
    font-size: 16px;
  }
  .page--schedule .list--information li .date .week {
    font-size: 11px;
  }
  .page--schedule .list--information li .date .date--event__end {
    display: inline-block;
    position: relative;
    padding-left: 16px;
  }
  .page--schedule .list--information li .date .date--event__end::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: #141414;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: 1px;
  }
  .page--schedule .list--information + .block--month {
    margin-top: 30px;
  }
  .page--schedule .block--narrowing li {
    height: 54px;
    padding: 0;
  }
  .page--schedule .block--narrowing li label .category {
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 3.5vw;
    background: none;
    border-bottom: 3px solid;
    color: #141414;
    top: 0;
    padding: 0;
    margin: 0 0.5em;
  }
  .page--schedule .block--narrowing li input[type=checkbox]:not(:checked) + .category {
    background: transparent;
    border: none;
    padding: 0;
  }
  .page--discography .section--list {
    padding: 80px 0 0;
  }
  .page--discography .section--detail {
    padding: 80px 0 40px;
  }
  .page--discography .slick-track {
    display: flex;
    flex-wrap: wrap;
  }
  .page--discography .list-tit {
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 5%;
  }
  .page--discography .block--discography {
    margin-bottom: 20px;
  }
  .page--discography .block--discography.japan:last-of-type, .page--discography .block--discography.korea:last-of-type {
    margin-bottom: 0;
  }
  .page--discography.category--top .list--discography {
    padding: 0 5%;
  }
  .page--discography.category--top .list--discography li {
    display: block;
    width: 100%;
  }
  .page--discography .list--discography {
    padding: 0 0 0 5%;
  }
  .page--discography .list--discography li {
    width: 70vw;
    height: auto;
    display: flex;
    align-items: unset;
    flex-wrap: wrap;
  }
  .page--discography .list--discography .thumb {
    margin-bottom: 15px;
  }
  .page--discography .list--discography li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 20px;
    margin-right: 10px;
    background: #141414;
    color: #fff;
  }
  .page--discography .list--discography li {
    margin-bottom: 20px;
  }
  .page--discography .jacket .ph {
    width: 90%;
    margin: 0 auto 40px;
    line-height: 0;
    box-shadow: 10px 20px 45px 2px rgba(0, 0, 0, 0.5);
  }
  .page--discography .block--category {
    padding: 0;
    margin: 0 auto 30px;
  }
  .page--discography .block--category .tab {
    display: none;
  }
  .page--discography .block--category .block--japan,
  .page--discography .block--category .block--korea {
    padding-left: 20vw;
    position: relative;
  }
  .page--discography .block--category .block--japan::before,
  .page--discography .block--category .block--korea::before {
    display: block;
    padding: 1.1em 0;
    font-size: 3.8vw;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    position: absolute;
    left: 7%;
    top: 0;
  }
  .page--discography .block--category .block--japan {
    border-bottom: 1px solid #fff;
  }
  .page--discography .block--category li:not(:last-child) {
    margin-right: 0.5em;
  }
  .page--discography .block--category li a {
    font-size: 3.5vw;
    letter-spacing: 0.08em;
    padding: 1.2em 0.2em;
  }
  .page--discography .block--category .block--japan::before {
    content: "JAPAN";
  }
  .page--discography .block--category .block--korea::before {
    content: "KOREA";
  }
  .page--discography .block--category li.current::after {
    height: 3px;
    bottom: 0;
  }
  .page--discography .area--disco-detail {
    padding: 0 5% 20px;
  }
  .page--discography .area--disco-detail .block--jacket {
    margin-bottom: 20px;
  }
  .page--discography .area--disco-detail .block--detail .tit {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .page--discography .area--disco-detail .block--detail .date {
    text-align: center;
  }
  .page--discography .area--disco-detail .block--detail .block--comment {
    padding-top: 20px;
    font-size: 12px;
  }
  .page--discography .area--disco-detail .block--detail .block--comment .price {
    opacity: 0.5;
    font-size: 11px;
  }
  .page--discography .detail__btn {
    left: 5%;
  }
  .page--movie .block--player video {
    width: 100%;
    margin-bottom: 10px;
  }
  .page--movie .sub-txt-list {
    padding-top: 20px;
    font-size: 11px;
  }
  .page--photo .section--detail .list--contents li {
    width: 49%;
    margin-bottom: 2vw;
  }
  .page--photo .section--detail .list--contents li a {
    padding: 10px;
  }
  .page--photo .section--detail .list--contents li a .tit {
    display: none;
  }
  .page--photo .section--detail .list--contents li .thumb {
    margin-bottom: 0;
  }
  .page--photo .section--detail .block--pager .sp {
    display: none !important;
  }
  .page--photo .section--detail .block--pager .pc {
    display: inline-block !important;
  }
  .page--photo #swipebox-close {
    background: none;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    right: 3%;
    background: none;
    margin-top: -70vw;
  }
  .page--photo #swipebox-close::before, .page--photo #swipebox-close::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
  }
  .page--photo #swipebox-close::before {
    top: 10px;
    left: 19px;
    width: 2px;
    height: 40px;
  }
  .page--photo #swipebox-close::after {
    width: 40px;
    height: 2px;
    top: 30px;
    left: 0;
  }
  .page--photo #swipebox-bottom-bar, .page--photo #swipebox-top-bar {
    text-shadow: none;
    background: none;
    opacity: 1;
    bottom: calc(50% - 24px);
  }
  .page--photo #swipebox-prev, .page--photo #swipebox-next {
    display: block;
    background: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80%;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
  }
  .page--photo #swipebox-prev {
    transform: translateY(50%) rotate(-135deg);
    left: 10%;
  }
  .page--photo #swipebox-next {
    transform: translateY(50%) rotate(45deg);
    right: 10%;
  }
  .page--photo #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, 0, 0);
  }
  .swipebox-touch .list--contents a {
    pointer-events: none;
  }
  .page--profile .block--band .thumb {
    margin-bottom: 20px;
  }
  .page--profile .block--band h2 {
    margin-bottom: 30px;
    position: relative;
  }
  .page--profile .block--band h2::before {
    content: "";
    display: block;
    width: 40vw;
    height: 43px;
    background: no-repeat url(/static/nflying/common/logo.svg);
    background-size: contain;
    margin: 0 auto;
  }
  .page--profile .block--band h2 .logo {
    display: none;
  }
  .page--profile .block--band h2 span:not(.logo) {
    display: block;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-top: 6px;
  }
  .page--profile.section--detail .txt {
    line-height: 1.8;
    padding: 0 0 1em;
  }
  .page--profile .block--member .list--member li {
    margin-bottom: 10px;
    position: relative;
    background: #141414;
    color: #fff;
    padding: 10px;
  }
  .page--profile .block--member .list--member li .thumb {
    margin-bottom: 20px;
  }
  .page--profile .block--member .list--member li .name {
    font-family: fira-sans-condensed, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .page--profile .block--member .list--member li .name span {
    display: block;
    font-size: 10px;
    padding-top: 8px;
  }
  .page--profile .block--member .list--member li .part {
    font-family: fira-sans-condensed, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.2em;
    position: relative;
    padding-top: 18px;
  }
  .page--profile .block--member .list--member li .part::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 10px);
    top: 5px;
  }
  .page--profile .block--member .list--member li dl {
    font-family: fira-sans-condensed, sans-serif;
    padding: 10px 3vw;
  }
  .page--profile .block--member .list--member li dl dt {
    font-size: 11px;
    opacity: 0.6;
    float: left;
    clear: left;
  }
  .page--profile .block--member .list--member li dl dd {
    padding-left: 8em;
  }
  .page--blog .section--detail .tit {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .page--blog .section--detail .date {
    margin-bottom: 20px;
  }
  #new_movie.new_movie_detail {
    padding: 80px 5% 40px;
  }
  #new_movie.new_movie_detail .block--title {
    margin-bottom: 25px;
  }
  #new_movie.new_movie_detail .block--title .tit {
    font-size: 22px;
    line-height: 1.4em;
    margin: 0 0 0.5em;
  }
  #new_movie.new_movie_detail .block--title .date {
    display: inline-block;
    font-weight: 800;
  }
  #new_movie.new_movie_detail .block--player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    top: 0;
    margin: 0 auto 30px;
  }
  #new_movie.new_movie_detail .block--player #example-video .vjs-big-play-button {
    margin-top: -1em;
  }
  #new_movie.new_movie_detail .block--player #example-video .vjs-control-bar {
    display: none;
  }
  #new_movie.new_movie_detail .block--player #example-video.vjs-has-started .vjs-play-control {
    top: -19vw;
    left: 43%;
  }
  #new_movie.new_movie_detail .block--player #example-video.vjs-has-started .vjs-play-control.vjs-paused {
    display: none;
  }
  #new_movie.new_movie_detail .area--more-info {
    display: none;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies {
    padding: 0;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a {
    background: #fff;
    color: #141414;
    padding: 10px 0;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a .thumb {
    width: 30%;
    margin: 0 10px 0 0;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a .list__txt {
    width: 70%;
    padding: 0;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a .list__txt .tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #new_movie.new_movie_detail .block--tab__main .block--more_movies .list--contents a .list__txt .date {
    opacity: 0.5;
    font-size: 10px;
    font-weight: 300;
    display: block;
    position: inherit;
    margin: 0;
  }
  .page--magazine #book {
    margin: 0 10% 40px;
    position: relative;
  }
  .page--magazine #book li:first-child {
    position: relative;
    z-index: 2;
  }
  .page--magazine #book li:nth-child(n+2) {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .page--entry.section--detail .txt {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .page--entry .section-tit {
    margin: 0 auto 30px;
  }
  .page--entry .section-tit img {
    width: 50vw;
    margin-bottom: 20px;
  }
  .page--entry .section-tit span {
    display: block;
    font-family: fira-sans-condensed, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0;
    margin: 0 auto;
  }
  .page--entry .block--contents {
    margin-bottom: 40px;
  }
  .page--entry .block--contents .list-tit {
    display: none;
    font-weight: bold;
    font-size: 18px;
    background: #141414;
    color: #fff;
    line-height: 0;
    letter-spacing: 0.05em;
    padding: 13px 11px 14px;
    margin-bottom: 40px;
  }
  .page--entry .block--contents .list--contents li {
    display: block;
    position: relative;
    background: #141414;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
  }
  .page--entry .block--contents .list--contents li figure {
    line-height: 0;
    margin-bottom: 15px;
  }
  .page--entry .block--contents .list--contents li .tit {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .page--entry .block--contents .list--contents li .txt {
    font-size: 12px;
    line-height: 1.4;
    padding-top: 0;
    margin-bottom: 0;
  }
  .page--entry .block--contents .list--contents li.block--blank {
    display: none;
  }
  .page--entry .block--table .block-tit {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .page--entry .block--table table {
    border: 1px solid;
    margin: 0 auto 30px;
  }
  .page--entry .block--table table th {
    width: 10em;
    text-align: center;
    border: 1px solid;
  }
  .page--entry .block--table table th, .page--entry .block--table table td {
    padding: 10px;
    border: 1px solid;
  }
  .page--entry .block--table dl dt {
    font-weight: bold;
    margin-bottom: 0;
  }
  .page--entry .block--table dl dd {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .page--entry .block--table dl dd .txt--basic {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0.25em;
  }
  .page--entry .block--table dl dd:last-child {
    margin-bottom: 0;
  }
  .page--entry .block--table .list--attention {
    margin: 0 auto 80px;
  }
  .page--entry .block--table .list--attention li {
    font-size: 12px;
    margin-bottom: 2px;
    position: relative;
    padding-left: 1.5em;
    text-indent: -0.75em;
  }
  .page--entry .block--table .list--attention li::before {
    content: "・";
    display: inline-block;
    padding-right: 0.25em;
  }
  .page--entry .block--button {
    margin: 30px auto 0;
  }
  .page--entry .block--button .sub-tit {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
  }
  .page--entry .block--button ul {
    padding-top: 20px;
  }
  .page--entry .block--button li {
    background: #ccc;
    padding: 30px;
    margin-bottom: 10px;
  }
  .page--entry .block--button li .tit {
    text-align: center;
    font-size: 18px;
  }
  .page--faq .section-tit {
    font-style: normal;
  }
  .page--faq .searchBox {
    position: relative;
    margin: 0 0 40px;
  }
  .page--faq .searchBox input[type=text] {
    border: 1px solid;
    border-radius: 0;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 40px;
    border: none;
    border-radius: 30px;
    background: transparent;
    font-size: 18px;
    font-family: FontAwesome;
    color: #141414;
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 2;
    cursor: pointer;
  }
  .page--faq .txt--no-data {
    margin: 2em 0;
  }
  .page--faq .tit--category {
    margin: 0 0 8px;
    font-weight: bold;
  }
  .page--faq [class^=icon--] {
    font-family: fira-sans-condensed, sans-serif;
    font-size: 1.2em;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq .tit, .page--faq .list--faq .txt {
    padding: 0 0 0 1.75em;
    margin: 0;
    font-weight: normal;
  }
  .page--faq .list--faq .icon--q {
    color: #141414;
    top: 15px;
  }
  .page--faq .block--faq-detail {
    background: #f5f5f5;
    padding: 15px 5%;
    margin-bottom: 20px;
  }
  .page--faq .block--faq-detail dt, .page--faq .block--faq-detail dd {
    position: relative;
  }
  .page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
    margin: 0;
  }
  .page--faq .block--faq-detail dt {
    margin: 0 0 2em;
    font-weight: bold;
  }
  .page--faq .block--faq-detail a {
    color: #141414;
    text-decoration: underline;
  }
  .page--faq .block--faq-detail [class^=icon--] {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    margin-right: 0.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: static;
    float: left;
  }
  .page--faq .block--faq-detail .icon--q {
    border: 1px solid;
    color: #141414;
  }
  .page--faq .block--faq-detail .icon--a {
    background: #141414;
  }
  .page--faq .block--contact {
    margin: 20px 0 0;
  }
  .page--faq .block--contact .txt {
    margin-bottom: 0.5em;
  }
  .page--faq .block--contact .fa {
    display: none;
  }
  .page--faq .popup-inner .list--contact {
    margin-bottom: 30px;
  }
  .page--faq .popup-inner .tit {
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--faq .popup-inner .tit,
  .page--faq .popup-inner .txt--basic {
    color: #fff;
    line-height: 1.7;
  }
  .page--faq .list--contact {
    border-top: 1px solid #fff;
  }
  .page--faq .list--contact li {
    border-bottom: 1px solid #fff;
  }
  .page--faq .list--contact li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    position: relative;
  }
  .page--faq .list--contact li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 3%;
    top: 20px;
    z-index: 1;
  }
  .section--detail.support .section-tit {
    font-style: normal;
  }
  .page--error .section--detail .tit {
    font-family: fira-sans-condensed, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .copyright {
    width: 100%;
    font-family: fira-sans-condensed, sans-serif;
    text-align: center;
    padding: 0 6%;
    position: absolute;
    bottom: 20px;
    left: 0;
    opacity: 0.5;
  }
  body:not(.page--home) footer .tit-support, body:not(.page--home) footer .list--support {
    display: none !important;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  body {
    font-size: 16px;
  }
  .section--detail, .section--list {
    padding: 100px 8% 20px;
  }
  .section--detail .section-tit, .section--list .section-tit {
    font-size: 5vw;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .list--contents li, .list--discography li {
    width: 49%;
    margin-bottom: 20px;
  }
  .list--contents li a, .list--discography li a {
    padding-bottom: 25px;
  }
  .list--contents li:not(:last-child), .list--discography li:not(:last-child) {
    margin-bottom: 20px;
  }
  .list--contents .tit, .list--discography .tit {
    font-size: 14px;
    line-height: 1.4;
  }
  .list--contents .date, .list--discography .date {
    bottom: 10px;
  }
  header h1 {
    width: 14vw;
    height: 4vw;
    margin: 30px 0 0 8%;
  }
  header .drawer__btn {
    width: 70px;
    height: 70px;
    right: 5%;
  }
  .drawer .g-nav {
    padding: 70px 12% 0;
    overflow: hidden;
  }
  .drawer .g-nav li a {
    font-size: 3.8vw;
    padding: 0.4em 0;
  }
  .drawer .g-nav .list--sns li {
    margin-right: 15px;
  }
  .drawer .g-nav li.nav__item--fanclub {
    width: 132.5% !important;
    padding: 140px 15% 50px;
    margin: 30px -16% 0 !important;
  }
  .drawer .nav__item--fanclub::before {
    width: 70px;
    height: 70px;
    top: 40px;
  }
  .drawer .block-login {
    top: 55px;
    left: 180px;
  }
  .drawer .block-login .list--login li a {
    font-size: 4vw;
  }
  .drawer .block-login .list--login .nav__item--login::after {
    top: 7px;
  }
  .block--category {
    margin: 0 -9.5% 40px;
  }
  .block--category li a {
    font-size: 2.2vw;
  }
  .block--pager {
    font-size: 18px;
  }
  .block--pager li {
    margin: 0 8px;
  }
  .page--home h1 {
    width: 25vw;
  }
  .page--home .wrap {
    padding-top: 21vw;
    padding-bottom: 140px;
  }
  .page--home header .drawer__btn {
    top: 6vw;
  }
  .page--home .block-tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page--home .list--information li .category {
    font-size: 16px;
  }
  .page--home .section--official,
  .page--home .section--fc .block--info {
    padding: 0 8%;
  }
  .page--home section > [class^=block--] {
    margin: 0 auto 80px;
  }
  .page--home .block--sns .sns-nav li {
    font-size: 28px;
  }
  .page--home .list__more {
    width: 8em;
    padding-right: 8%;
  }
  .page--home .section--fc {
    padding: 80px 0;
  }
  .page--home .section--fc .list--contents {
    padding: 0 0 0 8%;
  }
  .page--home .section--fc .list--contents li {
    width: 45vw;
  }
  .page--home .section--fc .list--contents li a {
    padding-bottom: 25px;
  }
  .page--home .section--fc .block--contents .block-tit {
    padding: 0 2.7%;
  }
  .page--home .section--fc .block--login .nav--login li a {
    font-size: 30px;
  }
  .page--home .section--twitter {
    padding: 80px 0;
  }
  .page--home .section--twitter .block--twitter {
    padding: 0 calc(8% - 5px);
  }
  .page--home footer {
    padding: 0 20%;
  }
  .page--home footer .tit-support {
    margin-top: 60px;
  }
  .page--info .section--detail .tit {
    font-size: 22px;
  }
  .page--schedule .block--month .tit {
    font-size: 10vw;
  }
  .page--schedule .block--category {
    margin: 0 -10% 30px;
  }
  .page--schedule .month-pager {
    font-size: 18px;
  }
  .page--schedule .month-pager li:first-child a::after {
    top: -2px;
    right: -2.5vw;
  }
  .page--schedule .block--narrowing li label .category {
    height: 74px;
    line-height: 74px;
    font-size: 2.2vw;
  }
  .page--schedule .block--narrowing li {
    height: 74px;
  }
  .page--schedule .list--information + .block--month {
    margin-top: 50px;
  }
  .page--profile .block--band {
    margin-bottom: 60px;
  }
  .page--profile .block--band h2::before {
    content: "";
    display: block;
    width: 26vw;
    height: 8vw;
  }
  .page--profile .block--member {
    margin-bottom: 60px;
  }
  .page--profile .list--member {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--profile .list--member li {
    width: 49%;
  }
  .page--discography .block--category li a {
    font-size: 2.2vw;
  }
  .page--discography .block--category .block--japan::before,
  .page--discography .block--category .block--korea::before {
    font-size: 2.8vw;
    padding: 0.9em 0;
  }
  .page--discography .list-tit {
    font-size: 26px;
  }
  .page--discography .list--discography li {
    width: 36vw;
  }
  .page--discography .area--disco-detail .block--jacket figure {
    width: 70%;
    margin: 0 auto;
  }
  .page--movie .block--player video {
    height: auto;
  }
  .page--photo #swipebox-close {
    margin-top: -55vw;
  }
  .page--photo #swipebox-prev, .page--photo #swipebox-next {
    top: 85%;
  }
}
_::-webkit-full-page-media, _:future, :root .detail__btn a::after {
  position: absolute;
  top: 2px;
  left: 0;
}

_::-webkit-full-page-media, _:future, :root .drawer .block-login .list--login .nav__item--login::after {
  top: 5px;
}

_::-webkit-full-page-media, _:future, :root .page--home .section--fc .block--login .nav--login .btn--login a::after {
  top: -5px;
}

_::-webkit-full-page-media, _:future, :root .page--faq .block--faq-detail [class^=icon--] {
  line-height: 27px;
}

_::-webkit-full-page-media, _:future, :root .page--faq .block--faq-detail .icon--q {
  line-height: 23px;
}/*# sourceMappingURL=fanclub-style.css.map */