/* ==============================================================
*  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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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 url(../img/bg.png);
  font-family: new-order, noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  color: #000;
}

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

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

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

::selection {
  background-color: #000;
  color: #fff;
}

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

.svg-symbol {
  display: none !important;
}

svg {
  width: 100%;
  height: 100%;
}

.content-main {
  background-color: #fff;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body {
    font-size: 14px;
    line-height: 1.8;
  }
  body:not(.page--home) section:first-of-type {
    padding-top: 30px;
  }
  body:not(.page--home) .section--list {
    min-height: calc(100vh - 140px);
    padding-left: 8%;
  }
  body:not(.page--home) .section-tit {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
  }
  body:not(.page--home) .section-tit span {
    display: block;
  }
  .header {
    height: 60px;
  }
  .header h1.wide--logo {
    width: 170px;
    height: 100%;
    padding: 10px 0 0 8%;
  }
  .drawer__btn {
    width: 30px;
    height: 20px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    mix-blend-mode: difference;
  }
  .drawer__btn .inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .drawer__btn .inner span {
    width: 80%;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .drawer__btn .inner span:nth-child(1) {
    top: 0;
    right: 0;
  }
  .drawer__btn .inner span:nth-child(2) {
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .drawer__btn .inner span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .drawer-visible .drawer__btn .inner span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .drawer-visible .drawer__btn .inner span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .drawer-visible .drawer__btn .inner span:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer__content {
    background: #ebebeb;
    color: #000;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 60px 10%;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .drawer-visible .drawer__content {
    opacity: 1;
    pointer-events: all;
  }
  .drawer__content ul {
    font-size: 30px;
    border-bottom: #c2c2c2 solid 1px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 11;
  }
  .drawer__content ul li {
    line-height: 1;
    margin-bottom: 20px;
  }
  .drawer__content ul li.tit {
    color: #006ad6;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .drawer__content ul li:last-child {
    margin-bottom: 0;
  }
  .drawer__content ul:last-child {
    border: none;
  }
  .drawer__content ul.list--login {
    font-size: 20px;
  }
  .drawer__content:after {
    content: "";
    display: block;
    background: url(../img/bg.png) repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    mix-blend-mode: multiply;
  }
  .list--info li.new,
  .list--photo li.new,
  .list--latest li.new,
  .list--movie li.new,
  .list--sns li.new {
    position: relative;
  }
  .list--info li.new::before,
  .list--photo li.new::before,
  .list--latest li.new::before,
  .list--movie li.new::before,
  .list--sns li.new::before {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 0px 16px 16px 0px;
    border-color: transparent transparent #006ad6 transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .section--detail {
    width: 84%;
    min-height: calc(100vh - 140px);
    margin-inline: auto;
  }
  .body--app .section--detail {
    padding-bottom: 40px !important;
  }
  .section--detail .content--detail {
    margin-bottom: 50px;
    letter-spacing: 1px;
  }
  .section--detail .content--detail .tit--detail {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .section--detail .content--detail .date {
    border-bottom: #e2e2e2 solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section--detail .content--detail .image {
    margin-bottom: 20px;
    position: relative;
  }
  .section--detail .content--detail .image img {
    display: block;
  }
  .section--detail .content--detail .txt {
    margin-bottom: 50px;
  }
  .section--detail .content--detail .subtit--detail {
    color: #bbb;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .section--detail .content--detail .block--share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--detail .content--detail .block--share li {
    margin-right: 15px;
    color: #bbb;
  }
  .section--detail .content--detail .block--share li a i {
    font-size: 20px;
    color: #006ad6;
  }
  .section--detail .content--detail .block--share li a svg {
    width: 20px;
    fill: #006ad6;
  }
  .section--detail .content--detail .wallpaper img {
    pointer-events: all;
  }
  .section--detail.support .section-tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .section--detail.support .section-tit_sub {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: #bbb solid 1px;
  }
  .section--detail.support .txt {
    margin-bottom: 20px;
  }
  .section--detail.support .list--support dt {
    font-weight: bold;
  }
  .section--detail.support .list--support dd {
    border-bottom: #bbb solid 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .section--detail.support .list--support dd:last-of-type {
    border: none;
  }
  .section--detail.support .list--support dd .detail_table {
    margin: 10px 0 30px;
    width: 100%;
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
  }
  .section--detail.support .list--support dd .detail_table tr:first-child th, .section--detail.support .list--support dd .detail_table tr:first-child td {
    border-top: 1px solid #c2c2c2;
  }
  .section--detail.support .list--support dd .detail_table .support-list:last-child {
    margin-bottom: 0;
  }
  .section--detail.support .list--support dd .detail_table th {
    width: 110px;
    background: #ebebeb;
    font-size: 13px;
    font-weight: bold;
    border-right: 1px solid #c2c2c2;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
  }
  .section--detail.support .list--support dd .detail_table td {
    border-right: 1px solid #c2c2c2;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #c2c2c2;
    font-size: 13px;
  }
  .section--detail.support .terms-list li {
    border-bottom: #e2e2e2 solid 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .section--detail.support .terms-list li ul {
    background: rgba(170, 170, 170, 0.1490196078);
    margin: 20px 0;
    padding: 15px;
  }
  .section--detail.support .terms-list li ul li {
    border: none;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    text-indent: -15px;
  }
  .section--detail.support .terms-list li ul li:last-child {
    margin-bottom: 0;
  }
  .section--detail.support .terms-list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer {
    padding: 8%;
  }
  footer .nav--support-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: #000 solid 1px;
  }
  footer .nav--support-tit .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
  }
  footer .nav--support-tit .icon::after, footer .nav--support-tit .icon::before {
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  footer .nav--support-tit .icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .nav--support-tit.open .icon::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  footer .nav--support {
    display: none;
    margin-bottom: 30px;
  }
  footer .nav--support li {
    font-size: 12px;
    margin-bottom: 15px;
  }
  footer .copyright {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .btn--back {
    margin-bottom: 20px;
  }
  .btn--back a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 15px;
    line-height: 1;
  }
  .btn--back a .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 14px;
    position: relative;
    margin-right: 10px;
  }
  .btn--back a .icon::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    left: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn--back a .icon::after {
    display: block;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block--pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding-right: 20px;
    /*.pager__item--newer{
        margin-right: 20px;
    }*/
  }
  .block--pager li {
    margin-bottom: 20px;
  }
  .block--pager .pager__item--newer > *,
  .block--pager .pager__item--older > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 15px;
    line-height: 1;
  }
  .block--pager .pager__item--newer p,
  .block--pager .pager__item--older p {
    opacity: 0.2;
  }
  .block--pager .pager__item--newer .icon,
  .block--pager .pager__item--older .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 14px;
    position: relative;
    margin-right: 10px;
  }
  .block--pager .pager__item--newer .icon::before,
  .block--pager .pager__item--older .icon::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    left: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .block--pager .pager__item--newer .icon::after,
  .block--pager .pager__item--older .icon::after {
    display: block;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block--pager .pager__item--older {
    margin-left: 20px;
  }
  .block--pager .pager__item--older .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 0;
    margin-left: 10px;
  }
  .block--pager .pager__item--num {
    font-size: 16px;
    margin-left: 20px;
  }
  .block--pager .pager__item--num.current {
    font-weight: bold;
  }
  /* page--home
  ============================== */
  .page--home .loading {
    --color: #666;
    --duration: 2000ms;
    font-family: Roboto, Arial;
    font-size: 50px;
    position: relative;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: var(--color);
  }
  .page--home .loading span {
    --x: 0;
    --y: 0;
    --move-y: 0;
    --move-y-s: 0;
    --delay: 0ms;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    text-indent: calc(var(--x) * -1);
    overflow: hidden;
    -webkit-transform: translate(var(--x), var(--y));
            transform: translate(var(--x), var(--y));
  }
  .page--home .loading.start div {
    opacity: 0;
  }
  .page--home .loading.start span {
    -webkit-animation: move var(--duration) ease-in-out var(--delay);
            animation: move var(--duration) ease-in-out var(--delay);
  }
  @-webkit-keyframes move {
    30% {
      -webkit-transform: translate(var(--x), var(--move-y));
              transform: translate(var(--x), var(--move-y));
    }
    82% {
      -webkit-transform: translate(var(--x), var(--move-y-s));
              transform: translate(var(--x), var(--move-y-s));
    }
  }
  @keyframes move {
    30% {
      -webkit-transform: translate(var(--x), var(--move-y));
              transform: translate(var(--x), var(--move-y));
    }
    82% {
      -webkit-transform: translate(var(--x), var(--move-y-s));
              transform: translate(var(--x), var(--move-y-s));
    }
  }
  .page--home .header {
    height: auto;
  }
  .page--home .header h1 {
    display: none;
  }
  .page--home .section--top {
    position: relative;
    margin-bottom: 40px;
  }
  .page--home .section--top .main--visual {
    width: 100%;
    height: 35vh;
    max-height: 320px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  .page--home .section--top .main--visual .main--visual--photo {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .page--home .section--top .main--visual .main--visual--bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .page--home .section--top h1 svg {
    display: inherit;
    width: auto;
    margin-inline: auto;
  }
  .page--home .section--top h1 svg use {
    height: 100%;
  }
  .page--home .section--top .scroll {
    line-height: 1;
    overflow: hidden;
  }
  .page--home .section--top .scroll .scroll--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
  }
  .page--home .section--top .scroll .scroll--item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 20px;
    white-space: nowrap;
    padding-right: 16px;
    color: #ccc;
  }
  .page--home .section--top .scroll .scroll--item span {
    padding-right: 16px;
  }
  .page--home .section--top .scroll .scroll--item:nth-child(odd) {
    -webkit-animation: loop 50s -25s linear infinite;
            animation: loop 50s -25s linear infinite;
  }
  .page--home .section--top .scroll .scroll--item:nth-child(even) {
    -webkit-animation: loop2 50s linear infinite;
            animation: loop2 50s linear infinite;
  }
  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  .page--home .section--top .sound-icon {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page--home .section--top .sound-icon::before {
    content: "LOADING";
    display: block;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page--home .section--top .sound-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page--home .section--top .sound-icon .sound-wave {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 18vh;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page--home .section--top .sound-icon .sound-wave .loading {
    position: relative;
    color: #000;
  }
  .page--home .section--top .sound-icon .sound-wave .loading h1:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 7em;
    white-space: nowrap;
    color: #fff;
    -webkit-animation: loading 8s linear;
            animation: loading 8s linear;
  }
  @-webkit-keyframes loading {
    0% {
      max-width: 0;
    }
  }
  @keyframes loading {
    0% {
      max-width: 0;
    }
  }
  .page--home .section--top .sound-icon.complete {
    background: rgba(255, 255, 255, 0);
    width: auto;
    height: auto;
    position: initial;
    left: auto;
    top: auto;
  }
  .page--home .section--top .sound-icon.complete::before {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .page--home .section--top .sound-icon.complete::after {
    top: 100vh;
    opacity: 0;
    visibility: hidden;
  }
  .page--home .section--top .sound-icon.complete .sound-wave {
    top: auto;
    -webkit-transform: translateY(0) scaleY(0.6);
            transform: translateY(0) scaleY(0.6);
  }
  .page--home .section--top .wave-line {
    position: relative;
    z-index: 2;
    width: 2px;
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#707376), to(transparent));
    background: -webkit-linear-gradient(top, transparent, #707376, transparent);
    background: linear-gradient(to bottom, transparent, #707376, transparent);
    -webkit-animation: wave 6s 0.3s linear infinite;
            animation: wave 6s 0.3s linear infinite;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0.25;
  }
  @-webkit-keyframes wave {
    0% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    10% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    20% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    30% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    40% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    50% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    60% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    70% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    80% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    90% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  @keyframes wave {
    0% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    10% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    20% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    30% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    40% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    50% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    60% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    70% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    80% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
    90% {
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  .page--home .section--top .line1 {
    height: 150px;
  }
  .page--home .section--top .line2 {
    height: 80px;
  }
  .page--home .section--top .line3 {
    height: 296px;
  }
  .page--home .section--top .line4 {
    height: 174px;
  }
  .page--home .section--top .line5 {
    height: 150px;
  }
  .page--home .section--top .line6 {
    height: 296px;
  }
  .page--home .section--top .line7 {
    height: 374px;
  }
  .page--home .section--top .line8 {
    height: 258px;
  }
  .page--home .section--top .line9 {
    height: 576px;
  }
  .page--home .section--top .line10 {
    height: 342px;
  }
  .page--home .section--top .line11 {
    height: 530px;
  }
  .page--home .section--top .line12 {
    height: 650px;
  }
  .page--home .section--top .line13 {
    height: 432px;
  }
  .page--home .section--top .line14 {
    height: 258px;
  }
  .page--home .section--top .line15 {
    height: 264px;
  }
  .page--home .section--top .line16 {
    height: 182px;
  }
  .page--home .section--top .line17 {
    height: 156px;
  }
  .page--home .section--top .line18 {
    height: 174px;
  }
  .page--home .section--top .line19 {
    height: 130px;
  }
  .page--home .section--top .line20 {
    height: 162px;
  }
  .page--home .section--top .line21 {
    height: 184px;
  }
  .page--home .section--top .line22 {
    height: 298px;
  }
  .page--home .section--top .line23 {
    height: 370px;
  }
  .page--home .section--top .line24 {
    height: 446px;
  }
  .page--home .section--top .line25 {
    height: 316px;
  }
  .page--home .section--top .line26 {
    height: 356px;
  }
  .page--home .section--top .line27 {
    height: 426px;
  }
  .page--home .section--top .line28 {
    height: 174px;
  }
  .page--home .section--top .line29 {
    height: 156px;
  }
  .page--home .section--top .line30 {
    height: 106px;
  }
  .page--home .section--top .line31 {
    height: 286px;
  }
  .page--home .section--top .line32 {
    height: 342px;
  }
  .page--home .section--top .line33 {
    height: 432px;
  }
  .page--home .section--top .line34 {
    height: 252px;
  }
  .page--home .section--top .line35 {
    height: 258px;
  }
  .page--home .section--top .line36 {
    height: 182px;
  }
  .page--home .section--top .line37 {
    height: 252px;
  }
  .page--home .section--top .line38 {
    height: 116px;
  }
  .page--home .section--top .line39 {
    height: 174px;
  }
  .page--home .section--top .line40 {
    height: 210px;
  }
  .page--home .section--top .line41 {
    height: 258px;
  }
  .page--home .section--top .line42 {
    height: 158px;
  }
  .page--home .section--top .line43 {
    height: 158px;
  }
  .page--home .section--top .line44 {
    height: 108px;
  }
  .page--home .section--top .line45 {
    height: 150px;
  }
  .page--home .section--top .line46 {
    height: 86px;
  }
  .page--home .section--top .line47 {
    height: 210px;
  }
  .page--home .section--top .line48 {
    height: 130px;
  }
  .page--home .section--top .line49 {
    height: 78px;
  }
  .page--home .section--top .line50 {
    height: 106px;
  }
  .page--home .section--top .delay-1 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .page--home .section--top .delay-2 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .page--home .section--top .delay-3 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .page--home .section--top .delay-4 {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .page--home .section--top .delay-5 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .page--home .section--top .delay-6 {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .page--home .section--top .delay-7 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .page--home .section--top .delay-8 {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .page--home .section--top .delay-9 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .page--home .section--top .delay-10 {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  .page--home .section--top .delay-11 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .page--home .section--top .delay-12 {
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
  .page--home .section--top .delay-13 {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .page--home .section--top .delay-14 {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  .page--home .section--top .delay-15 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .page--home .section--top .delay-16 {
    -webkit-animation-delay: 0.85s;
            animation-delay: 0.85s;
  }
  .page--home .section--top .delay-17 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .page--home .section--top .delay-18 {
    -webkit-animation-delay: 0.95s;
            animation-delay: 0.95s;
  }
  .page--home .section--top .delay-19 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .page--home .section--top .delay-20 {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
  }
  .page--home .section--top .block--login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    line-height: 1;
    margin-bottom: 8vh;
  }
  .page--home .section--top .block--login p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
  }
  .page--home .section--top .block--login p.join::after {
    content: "";
    display: inline-block;
    background: #000;
    width: 1px;
    height: 30px;
    margin: -5px 20px 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .page--home .section-tit {
    display: inline-block;
    font-size: 80px;
    font-weight: 300;
    text-indent: -5px;
    line-height: 4;
    letter-spacing: -4px;
    margin-left: -8%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: auto;
  }
  .page--home .section-tit span {
    display: block;
  }
  .page--home .section-tit.started {
    line-height: 1;
  }
  .page--home .section--banner {
    padding-left: 8%;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .page--home .section--banner .swiper-wrapper {
    margin-bottom: 20px;
  }
  .page--home .section--banner .swiper-wrapper .swiper-slide a {
    display: block;
  }
  .page--home .section--banner .swiper-wrapper .swiper-slide a img {
    width: 100%;
    display: block;
  }
  .page--home .section--banner .swiper-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page--home .section--banner .swiper-button .swiper-button-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34px;
    height: 24px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page--home .section--banner .swiper-button .swiper-button-arrows::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    left: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page--home .section--banner .swiper-button .swiper-button-arrows::after {
    display: block;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--home .section--banner .swiper-button .swiper-button-arrows.swiper-button-disabled {
    opacity: 0.2;
  }
  .page--home .section--banner .swiper-button .swiper-button-prev {
    margin-right: 30px;
  }
  .page--home .section--banner .swiper-button .swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page--home .section--info {
    padding-left: 8%;
    margin-bottom: 40px;
  }
  .page--home .section--info .list--info {
    background: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .page--home .section--info .list--info li {
    letter-spacing: 1px;
    border-bottom: #d2d2d2 solid 1px;
  }
  .page--home .section--info .list--info li:last-child {
    border: none;
  }
  .page--home .section--info .list--info li a {
    display: block;
    padding: 20px;
    position: relative;
  }
  .page--home .section--info .list--info li a .date {
    color: #ccc;
    margin-bottom: 5px;
  }
  .page--home .section--info .list__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding: 30px;
  }
  .page--home .section--info .list__more a {
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: #000 solid 1px;
  }
  .page--home .section--latest {
    padding-left: 8%;
    margin-bottom: 80px;
  }
  .page--home .section--latest .list--latest {
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .page--home .section--latest .list--latest li a {
    display: block;
  }
  .page--home .section--latest .list--latest li a .thumb {
    background: #000;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
  }
  .page--home .section--latest .list--latest li a .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    margin-inline: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: contain;
  }
  .page--home .section--latest .list--latest li a .thumb .blur {
    z-index: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(2);
            transform: scale(2);
    background-size: cover;
  }
  .page--home .section--latest .list--latest li a .txt .status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    line-height: 1;
  }
  .page--home .section--latest .list--latest li a .txt .status .category {
    background: #fff;
    padding: 10px 20px;
    margin-right: 20px;
  }
  .page--home .section--latest .list--latest li a .txt .status .date {
    color: #ccc;
  }
  .page--home .section--game {
    padding-left: 8%;
    margin-bottom: 40px;
  }
  .page--home .section--game .list--game {
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .page--home .section--game .list--game li {
    margin-bottom: 30px;
  }
  .page--home .section--game .list--game li a {
    display: block;
    background: #006ad6;
    color: #fff;
    text-align: center;
    padding: 40px;
  }
  .page--home .section--game .list--game li a img {
    display: block;
    width: 35px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .page--home .section--game .list--game li a .tit {
    font-size: 9vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .page--home .section--game .list--game li a .txt {
    text-align: left;
    margin-bottom: 30px;
  }
  .page--home .section--game .list--game li a .btn {
    display: inline-block;
    font-size: 25px;
    border-bottom: #fff solid 1px;
    padding-bottom: 5px;
  }
  /* page--info
  ============================== */
  .page--info .section--list .list--info {
    background: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .page--info .section--list .list--info li {
    letter-spacing: 1px;
    border-bottom: #d2d2d2 solid 1px;
  }
  .page--info .section--list .list--info li:last-child {
    border: none;
  }
  .page--info .section--list .list--info li a {
    display: block;
    padding: 20px;
    position: relative;
  }
  .page--info .section--list .list--info li a .date {
    color: #ccc;
    margin-bottom: 5px;
  }
  /* page--photo
  ============================== */
  .page--photo .section--list .list--photo li {
    margin-bottom: 50px;
  }
  .page--photo .section--list .list--photo li a {
    display: block;
  }
  .page--photo .section--list .list--photo li a .thumb {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .page--photo .section--list .list--photo li a .thumb figure {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .page--photo .section--list .list--photo li a .thumb figure img {
    display: block;
    height: 100%;
    background-size: contain;
    background-position: center center;
    position: relative;
    z-index: 1;
  }
  .page--photo .section--list .list--photo li a .thumb .blur {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
  }
  .page--photo .section--list .list--photo li a .thumb .blur img {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .page--photo .section--list .list--photo li a .txt {
    background: #006ad6;
    padding: 15px;
  }
  .page--photo .section--list .list--photo li a .txt .date {
    color: #fff;
  }
  .page--photo .section--list .list--photo li a .txt .tit {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .page--photo .section--detail .content--detail .subtit--detail {
    color: #000;
  }
  .page--photo .section--detail .content--detail ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page--photo .section--detail .content--detail ul .image {
    display: inline-block;
    width: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    overflow: hidden;
    margin: 0;
  }
  .page--photo .section--detail .content--detail ul .image .blur {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .page--photo .section--detail .content--detail ul .image .blur img {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .page--photo .section--detail .content--detail ul .image a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .page--photo .section--detail .content--detail ul .image img {
    display: inline;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1;
  }
  .page--photo #swipebox-close {
    background: none;
    overflow: hidden;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .page--photo #swipebox-close::before, .page--photo #swipebox-close::after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .page--photo #swipebox-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .page--photo #swipebox-next,
  .page--photo #swipebox-prev {
    display: none;
  }
  .page--photo #swipebox-caption {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  /* page--movie
  ============================== */
  .page--movie .section--list .list--movie li {
    margin-bottom: 50px;
  }
  .page--movie .section--list .list--movie li a {
    display: block;
  }
  .page--movie .section--list .list--movie li a .thumb {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .page--movie .section--list .list--movie li a .thumb figure {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .page--movie .section--list .list--movie li a .thumb figure img {
    display: block;
    height: 100%;
    background-size: contain;
    background-position: center center;
    position: relative;
    z-index: 1;
  }
  .page--movie .section--list .list--movie li a .thumb .blur {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
  }
  .page--movie .section--list .list--movie li a .thumb .blur img {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .page--movie .section--list .list--movie li a .txt {
    background: #006ad6;
    padding: 15px;
  }
  .page--movie .section--list .list--movie li a .txt .date {
    color: #fff;
  }
  .page--movie .section--list .list--movie li a .txt .tit {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .page--movie.new-movie .section--detail {
    padding: 0;
  }
  .page--movie.new-movie .section--detail .area--movie {
    position: relative;
    width: 120%;
    padding: 0;
    margin-top: 10px;
    margin-left: -10%;
    margin-bottom: 40px;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player {
    position: inherit;
    top: 0;
    margin: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-play-control {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--movie.new-movie .section--detail .area--movie .content {
    padding: 0 8%;
  }
  .page--movie.new-movie .section--detail .block--tit {
    padding: 0;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 16px;
    font-weight: bold;
  }
  .page--movie.new-movie .section--detail .block--tit .date {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    margin-bottom: 50px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab {
    width: 100%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main {
    width: 100%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments button {
    background: #000;
    color: #fff;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments > div {
    display: none;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    background: none;
    border-top: 1px solid #000;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    border-bottom: #ddd solid 1px;
    padding: 15px 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    background: #000;
    aspect-ratio: 1/1;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb img {
    background-size: contain;
  }
  .page--sns .section--list .category--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page--sns .section--list .category--list li {
    background: #fff;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 40px;
    margin: 0 10px 10px 0;
  }
  .page--sns .section--list .category--list li a {
    font-size: 14px;
    color: #006ad6;
  }
  .page--sns .section--list .list--sns {
    background: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .page--sns .section--list .list--sns li {
    letter-spacing: 1px;
    border-bottom: #d2d2d2 solid 1px;
  }
  .page--sns .section--list .list--sns li:last-child {
    border: none;
  }
  .page--sns .section--list .list--sns li a {
    display: block;
    padding: 30px;
    position: relative;
  }
  .page--sns .section--list .list--sns li a .thumb {
    width: 100%;
  }
  .page--sns .section--list .list--sns li a .thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
  }
  .page--sns .section--list .list--sns li a .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page--sns .section--list .list--sns li a .date {
    color: #ccc;
    margin-right: 15px;
  }
  .page--sns .section--list .list--sns li a .writer {
    width: 60%;
    color: #006ad6;
  }
  .page--sns .section--list .list--sns li a .writer::before {
    content: "BY :";
    display: inline-block;
    margin-right: 5px;
  }
  .page--sns .section--list .list--sns li a .tit {
    font-weight: bold;
  }
  .page--sns .section--detail .block--player {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 56.25%;
  }
  /* page--special
  ============================== */
  .list--special li {
    margin-bottom: 40px;
  }
  .list--special li a {
    display: block;
  }
  .list--special li a img {
    width: 100%;
  }
  .list--special li a .txt .tit {
    font-size: 14px;
  }
  /* page--faq
  ============================== */
  .page--faq .section--list .section-tit {
    font-size: 25px;
  }
  .page--faq .section--list .search--box {
    margin-bottom: 20px;
  }
  .page--faq .section--list .search--box form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92%;
  }
  .page--faq .section--list .search--box input[type=text] {
    background: none;
    border: #e2e2e2 solid 1px;
    padding: 10px;
    width: calc(100% - 40px);
  }
  .page--faq .section--list .search--box .submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 14px;
    position: relative;
  }
  .page--faq .section--list .search--box .submit::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    right: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page--faq .section--list .search--box .submit::after {
    display: block;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--faq .section--list .search--box .submit input {
    background: none;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .page--faq .section--list .tit--category {
    margin-bottom: 5px;
  }
  .page--faq .section--detail .tit--category {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .page--faq .section--detail .block--contact {
    margin-bottom: 50px;
  }
  .page--faq .section--detail .block--faq-detail {
    padding: 20px;
    border: #c2c2c2 solid 1px;
    margin-bottom: 30px;
  }
  .page--faq .section--detail .block--faq-detail dt {
    margin-bottom: 20px;
  }
  .page--faq .section--detail .block--faq-detail dt .txt {
    font-weight: bold;
  }
  .page--faq .section--detail .block--faq-detail dt .txt::before {
    content: "Q.";
    background: #006ad6;
    color: #fff;
    font-size: 16px;
    padding: 5px;
  }
  .page--faq .section--detail .block--faq-detail dd .txt::before {
    content: "A.";
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 5px;
  }
  .page--faq .list--tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin-bottom: 20px;
  }
  .page--faq .list--tag li {
    padding: 8px 10px;
    background: #fff;
    margin: 0 10px 10px 0;
    border-radius: 40px;
    font-size: 12px;
    color: #006ad6;
    line-height: 1;
  }
  .page--faq .list--faq {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--faq .list--faq li {
    background: #fff;
    border-bottom: #e2e2e2 solid 1px;
  }
  .page--faq .list--faq li:last-child {
    border-bottom: none;
  }
  .page--faq .list--faq li:last-child {
    margin-bottom: 0;
  }
  .page--faq .list--faq li .tit--category {
    margin-bottom: 4px;
  }
  .page--faq .list--faq li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 25px;
  }
  .page--faq .list--faq li a .icon--q {
    color: #006ad6;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
  }
  .page--introduction::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#006ad6), to(#fff));
    background: -webkit-linear-gradient(top, #006ad6 0%, #fff 100%);
    background: linear-gradient(180deg, #006ad6 0%, #fff 100%);
    width: 100%;
    height: 120px;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.2;
  }
  .page--introduction .header .wide--logo {
    display: none;
  }
  .page--introduction .logo {
    margin-bottom: 40px;
  }
  .page--introduction .lead {
    margin-bottom: 40px;
  }
  .page--introduction .content--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .page--introduction .content--list li {
    /*background: #fff;*/
    width: calc(50% - 10px);
    padding: 15px;
    margin-bottom: 20px;
    border: #006ad6 solid 1px;
  }
  .page--introduction .content--list li:last-child, .page--introduction .content--list li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .page--introduction .content--list li .tit {
    color: #006ad6;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .page--introduction .content--list li .txt {
    font-size: 12px;
    margin-bottom: 0;
  }
  .page--introduction .info {
    border: #c2c2c2 solid 1px;
    font-size: 12px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .page--introduction .info .bold {
    color: #006ad6;
    font-weight: bold;
  }
  .page--introduction .info dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .page--introduction .info dd {
    border-bottom: #c2c2c2 solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page--introduction .info dd:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .page--introduction .info dd span {
    font-size: 12px;
  }
  .page--introduction .block--login__fanplus .block--inner {
    margin-bottom: 20px;
  }
  .page--introduction .block--login__fanplus .block--inner .txt--login {
    font-weight: bold;
    text-align: center;
  }
  .page--introduction .block--login__fanplus .block--inner .btn a {
    display: block;
    background: #006ad6;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .page--introduction .block--entry {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
  }
  .page--introduction .block--entry .block-tit {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .page--introduction .block--entry .price p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .page--introduction .block--entry .price p span {
    color: #666;
    font-size: 14px;
  }
  .page--introduction .block--entry .txt {
    margin-bottom: 0;
  }
  .page--introduction .block--entry .center {
    margin-top: 10px;
  }
  .page--introduction .block--entry .btn {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    margin-top: 20px;
  }
  .page--introduction .notice {
    font-size: 10px;
  }
  .page--questionnaire .lead, .page--questionnaire .section-tit {
    font-size: 4.5vw;
    font-weight: normal;
    margin: 0 0 20px;
  }
  .page--questionnaire .section--detail input, .page--questionnaire .section--detail textarea {
    border: #dedede solid 1px;
    outline: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
  }
  .page--questionnaire .section--detail .section-tit:before,
  .page--questionnaire .section--detail .section-tit:after {
    display: none;
  }
  .page--questionnaire .section--detail .section-tit {
    letter-spacing: 0;
  }
  .page--questionnaire .section--detail .txt--area {
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .block--error {
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .block--error li:last-child {
    margin-bottom: 0;
  }
  .page--questionnaire .section--detail form .form--list, .page--questionnaire .section--detail form .form--post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px 25px 10px;
    border: 0.5px solid #d9dde0;
    border-radius: 6px;
  }
  .page--questionnaire .section--detail form .form--list dt, .page--questionnaire .section--detail form .form--post dt {
    width: 100%;
    padding: 15px 0 10px;
    margin: 0;
    border-top: #dedede solid 1px;
    color: #aaa;
  }
  .page--questionnaire .section--detail form .form--list dt:first-child, .page--questionnaire .section--detail form .form--post dt:first-child {
    padding-top: 0;
    border: none;
  }
  .page--questionnaire .section--detail form .form--list dd, .page--questionnaire .section--detail form .form--post dd {
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
  }
  .page--questionnaire .section--detail form .form--list dd.choice-area input, .page--questionnaire .section--detail form .form--post dd.choice-area input {
    margin-right: 5px;
  }
  .page--questionnaire .section--detail form .form--list dd.choice-area label, .page--questionnaire .section--detail form .form--post dd.choice-area label {
    margin-right: 20px;
  }
  .page--questionnaire .section--detail form .form--list dd.choice-area .select, .page--questionnaire .section--detail form .form--post dd.choice-area .select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page--questionnaire .section--detail form .form--list dd.choice-area .select .pulldown-box, .page--questionnaire .section--detail form .form--post dd.choice-area .select .pulldown-box {
    padding: 0 5px;
  }
  .page--questionnaire .section--detail form .form--list dd.choice-area .select .pulldown-box:first-child, .page--questionnaire .section--detail form .form--post dd.choice-area .select .pulldown-box:first-child {
    padding-left: 0;
  }
  .page--questionnaire .section--detail form .form--list dd .form__radio, .page--questionnaire .section--detail form .form--list dd .form__checkbox, .page--questionnaire .section--detail form .form--post dd .form__radio, .page--questionnaire .section--detail form .form--post dd .form__checkbox {
    /*display: flex;*/
  }
  .page--questionnaire .section--detail form .form--list dd .form__radio li, .page--questionnaire .section--detail form .form--list dd .form__checkbox li, .page--questionnaire .section--detail form .form--post dd .form__radio li, .page--questionnaire .section--detail form .form--post dd .form__checkbox li {
    margin-right: 20px;
  }
  .page--questionnaire .section--detail form .form--list dd .form__radio input, .page--questionnaire .section--detail form .form--post dd .form__radio input {
    width: unset;
    margin-right: 1em;
    display: inline-block;
    vertical-align: sub;
  }
  .page--questionnaire .section--detail form .form--list dd .form__radio p, .page--questionnaire .section--detail form .form--post dd .form__radio p {
    display: inline-block;
    vertical-align: middle;
  }
  .page--questionnaire .section--detail form .form--list dd .form__select::after, .page--questionnaire .section--detail form .form--post dd .form__select::after {
    margin: -0.55em 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page--questionnaire .section--detail form .form--list dd .postal_code, .page--questionnaire .section--detail form .form--post dd .postal_code {
    margin-left: 0.4em;
  }
  .page--questionnaire .section--detail form .form--list + .txt--sub, .page--questionnaire .section--detail form .form--post + .txt--sub {
    margin-bottom: 20px;
    text-indent: 0;
  }
  .page--questionnaire .section--detail.disabled .section-tit {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.8;
  }
  .page--questionnaire .complete {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 10px;
    border-radius: 5px;
    background: #f5f5f5;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .page--questionnaire .tit {
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
  .page--questionnaire .movie, .page--questionnaire .wallpaper {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin: 0 0 18px 0;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .page--questionnaire .movie iframe {
    position: static !important;
    width: 100%;
  }
  .page--questionnaire .wallpaper {
    font-size: 14px;
    text-align: center;
  }
  .page--questionnaire .wallpaper img {
    width: 100%;
    margin-bottom: 8px;
  }
  .page--questionnaire .wallpaper img + p {
    font-size: 12px;
  }
  .page--questionnaire .comment li {
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin: 0 0 18px 0;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .page--questionnaire .comment li .txt--box .from {
    display: block;
    font-size: 10px;
    text-align: left;
    color: #000;
    line-height: 1.4;
    padding: 6px 0 0;
    font-weight: bold;
  }
  .page--questionnaire .btn--main {
    display: block;
    width: 100%;
    border: none;
    background: #006ad6;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .page--questionnaire .btn--back {
    margin-top: 40px;
  }
}/*# sourceMappingURL=service.css.map */