@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 {
  -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;
}

/* 2.3 form
------------------------------ */
.form {
  width: 100%;
  margin: 0 auto;
}
.form dt {
  margin: 3em 0 0.75em;
  font-size: 15px;
}
.form dd {
  margin: 0 0 1em;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

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

/* icon--required */
.icon--required {
  position: relative;
}
.icon--required:before {
  position: absolute;
  content: "必須";
  color: #D6D6D7;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #c31515;
  border-radius: 2px;
  color: #000000;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: none;
  padding: 0.5em;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    font-size: 13px;
    line-height: 1.6;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus {
  border-color: inherit;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
input[type=time].form__error,
input[type=date].form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
input[type=time].form__error:focus,
input[type=date].form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=time][disabled],
input[type=date][disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.input--half {
  width: 50% !important;
}

ß .input--quarter {
  width: 25% !important;
}

/* textarea */
textarea {
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: none;
  padding: 0.5em;
  height: auto;
  line-height: 1.6;
  border: none;
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 13px;
    line-height: 1.6;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #D6D6D7;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: none;
  padding: 0.5em;
  padding-right: 1.5em;
  border: 1px solid #000;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 13px;
    line-height: 1.6;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* checkbox */
.form__checkbox label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio],
.form__checkbox input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #c31515;
}

/* radio */
.form__radio label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio],
.form__radio input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #c31515;
}

/* toggle button */
.form__toggle label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio],
.form__toggle input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #c31515;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal li .form__selectbox {
  display: inline-block !important;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

/* questionnaire_application */
.questionnaire_application {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.questionnaire_application .txt--basic {
  margin-bottom: 20px;
}

.questionnaire_application dd {
  margin-bottom: 20px;
}

.questionnaire_application .section-tit {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}

.questionnaire_application dt {
  margin-bottom: 3px;
}

.questionnaire_application .txt--sub.center {
  margin-bottom: 30px;
}

.questionnaire_application .form__select select {
  border: none;
}

.questionnaire_application .postal_no {
  width: 130px;
}

.questionnaire_application .btn {
  margin-bottom: 20px;
}

.questionnaire_application .txt_center {
  text-align: center;
  margin-bottom: 30px;
}

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

html,
body {
  width: 100%;
  background: #D6D6D7;
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
  height: 100%;
}
@media screen and (min-width: 961px) {
  html,
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  html,
  body {
    font-size: 13px;
    line-height: 1.6;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

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

.wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

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

::-moz-selection {
  background: #ededed;
  color: #171717;
}

::selection {
  background: #ededed;
  color: #171717;
}

/* font */
@font-face {
  font-family: "NotoSerifSC";
  font-weight: 400;
  src: local("NotoSerifSC-Regular"), url("/static/amazarashi/fonts/NotoSerifSC-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSerifSC";
  font-weight: 500;
  src: local("NotoSerifSC-Bold"), url("/static/amazarashi/fonts/NotoSerifSC-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSerifSC";
  font-weight: 300;
  src: local("NotoSerifSC-Light"), url("/static/amazarashi/fonts/NotoSerifSC-Light.otf") format("opentype");
}
.loaded .loading {
  z-index: -9999;
  pointer-events: none;
  opacity: 0;
}
.loaded .loading::before, .loaded .loading::after {
  height: 0;
}
.loaded .loading .loading-logo {
  opacity: 1;
}

.background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.background span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .background span {
    background-size: 100vw;
    background-repeat: space;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .background span {
    background-size: 100vw;
    background-repeat: repeat-y;
  }
}
.background span.bg01 {
  top: 40vh;
  -webkit-animation: bg 3s cubic-bezier(0.51, -0.03, 0.57, 1.11) 3.7s infinite;
          animation: bg 3s cubic-bezier(0.51, -0.03, 0.57, 1.11) 3.7s infinite;
}
@media screen and (min-width: 961px) {
  .background span.bg01 {
    background-image: url(/static/amazarashi/common/bg_spots1.png);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .background span.bg01 {
    background-image: url(/static/amazarashi/common/bg_spots_sp1.png);
  }
}
.background span.bg02 {
  top: 30vh;
  -webkit-animation: bg 3.5s cubic-bezier(0.51, -0.03, 0.57, 1.11) 2s infinite;
          animation: bg 3.5s cubic-bezier(0.51, -0.03, 0.57, 1.11) 2s infinite;
}
@media screen and (min-width: 961px) {
  .background span.bg02 {
    background-image: url(/static/amazarashi/common/bg_spots3.png);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .background span.bg02 {
    background-image: url(/static/amazarashi/common/bg_spots_sp2.png);
  }
}
.background span.bg03 {
  top: 45vh;
  -webkit-animation: bg 3.2s linear 2.5s infinite;
          animation: bg 3.2s linear 2.5s infinite;
}
@media screen and (min-width: 961px) {
  .background span.bg03 {
    background-image: url(/static/amazarashi/common/bg_spots3.png);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .background span.bg03 {
    background-image: url(/static/amazarashi/common/bg_spots_sp3.png);
  }
}
.background span.bg04 {
  top: 50vh;
  -webkit-animation: bg 2.7s cubic-bezier(0.51, -0.03, 0.57, 1.11) 3.2s infinite;
          animation: bg 2.7s cubic-bezier(0.51, -0.03, 0.57, 1.11) 3.2s infinite;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .background span.bg04 {
    background-image: url(/static/amazarashi/common/bg_spots_sp4.png);
  }
}

.block--stroke {
  position: absolute;
  width: 120vw;
}
@media screen and (min-width: 961px) {
  .block--stroke {
    top: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--stroke {
    top: -20%;
  }
}

.stroke {
  position: relative;
  overflow: hidden;
  width: 130%;
}
@media screen and (min-width: 961px) {
  .stroke {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .stroke {
    left: -15%;
    right: -15%;
  }
}
.stroke line {
  fill: transparent;
  stroke: #888;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 961px) {
  .stroke line {
    stroke-width: 1;
    stroke-opacity: 0.4;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .stroke line {
    stroke-width: 1.5;
    stroke-dasharray: 600vw;
    stroke-dashoffset: 600vw;
  }
}

.txt {
  margin: 0 0 1em;
}

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

.copyright {
  font-family: "NotoSerifSC", serif;
  font-weight: 400;
}

.block--pager {
  font-family: "NotoSerifSC", serif;
  font-weight: 400;
  font-size: 14px;
}

.detail__btn,
.list__more {
  font-family: "NotoSerifSC", serif;
  font-weight: 400;
  font-size: 15px;
}

.no-data {
  text-align: center;
  font-family: "NotoSerifSC", serif;
  font-weight: 400;
}

.lead {
  margin-bottom: 30px;
  font-weight: 400;
}

.date {
  letter-spacing: 0.08em;
}

.nav--support {
  font-family: "NotoSerifSC", serif;
  font-weight: 400;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
header .drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  pointer-events: none;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  overflow-x: hidden;
  overflow-y: scroll;
}
header .drawer .block--logo {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
header .drawer .block--login {
  position: relative;
}
header .drawer .block--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .drawer .block--bg .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  background-color: #ededed;
  width: 20.05%;
  height: 100%;
}
header .drawer .block--bg .bg-item:nth-of-type(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header .drawer .block--bg .bg-item:nth-of-type(2) {
  left: 20%;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
header .drawer .block--bg .bg-item:nth-of-type(3) {
  left: 40%;
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
header .drawer .block--bg .bg-item:nth-of-type(4) {
  left: 60%;
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
header .drawer .block--bg .bg-item:nth-of-type(5) {
  left: 80%;
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
header .drawer .block--bg .bg-item:nth-of-type(6) {
  left: 100%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header .drawer .block--bg .bg-item:nth-of-type(7) {
  left: 120%;
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
header .drawer .block--bg .bg-item:nth-of-type(8) {
  left: 140%;
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
header .drawer .block--bg .bg-item:nth-of-type(9) {
  left: 160%;
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
header .drawer .block--bg .bg-item:nth-child(10) {
  left: 180%;
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
header .drawer .block--bg .bg-item:nth-child(11) {
  left: 200%;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
header .drawer .block--bg .bg-item:nth-child(12) {
  left: 220%;
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
header .drawer .block--bg .bg-item:nth-child(13) {
  left: 240%;
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
header .drawer .block--bg .bg-item:nth-child(14) {
  left: 260%;
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
header .drawer .block--bg .bg-item:nth-child(15) {
  left: 280%;
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
header .drawer .block--bg .bg-item:nth-child(16) {
  left: 300%;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
header .drawer .block--bg .bg-item:nth-of-type(17) {
  left: 320%;
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
header .drawer .block--bg .bg-item:nth-of-type(18) {
  left: 340%;
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}
header .drawer .block--bg .bg-item:nth-of-type(19) {
  left: 360%;
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
header .drawer .block--bg .bg-item:nth-of-type(20) {
  left: 380%;
  -webkit-transition-delay: 1.52s;
          transition-delay: 1.52s;
}
header .drawer .drawer-inner {
  opacity: 0;
  -webkit-transition: 0.4s ease-in 0.5s;
  transition: 0.4s ease-in 0.5s;
}
header .nav--sns {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
header .nav--sns li {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
}
header .nav--sns li.nav__item--weibo {
  position: relative;
  top: 1px;
}
header .nav--sns li.nav__item--netease {
  width: 38px;
  position: relative;
  top: 2px;
}
header .nav--sns li.nav__item--qqmusic {
  position: relative;
  top: -1px;
}
header .nav--sns li a {
  display: block;
  padding: 0px 5px;
}

.drawer__btn {
  position: fixed;
  z-index: 100;
  right: 4%;
  top: 24px;
  mix-blend-mode: difference;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .drawer__btn {
    mix-blend-mode: unset;
  }
}
.drawer__btn span {
  display: block;
  background: #ededed;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  position: absolute;
}
.drawer__btn span:first-of-type {
  top: 15px;
}
.drawer__btn span:last-of-type {
  top: 24px;
}
@media screen and (min-width: 961px) {
  .drawer__btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .drawer__btn span {
    width: 40px;
    height: 1px;
  }
  .drawer__btn:hover span:first-of-type {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .drawer__btn:hover span:last-of-type {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 4.5%;
    left: inherit;
  }
  .drawer__btn span {
    width: 40px;
    height: 1px;
  }
}

body.menuOpen .header .drawer {
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
}
body.menuOpen .header .drawer .drawer-inner {
  opacity: 1;
}
body.menuOpen .header .drawer .block--bg .bg-item {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
body.menuOpen .header .block--logo {
  opacity: 1;
}
body.menuOpen .header .menu-nav__official li span, body.menuOpen .header .menu-nav__member li span, body.menuOpen .header .menu-nav__free li span, body.menuOpen .header .official-site::before, body.menuOpen .header .official-site span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.menuOpen .header .nav--sns {
  opacity: 1;
}

body.menuOpen h1 {
  opacity: 0;
  pointer-events: none;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(2) {
  left: 20%;
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(3) {
  left: 40%;
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(4) {
  left: 60%;
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(5) {
  left: 80%;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(6) {
  left: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(7) {
  left: 120%;
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(8) {
  left: 140%;
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(9) {
  left: 160%;
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-child(10) {
  left: 180%;
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-child(11) {
  left: 200%;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-child(12) {
  left: 220%;
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-child(13) {
  left: 240%;
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-child(14) {
  left: 260%;
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-child(15) {
  left: 280%;
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-child(16) {
  left: 300%;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(17) {
  left: 320%;
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(18) {
  left: 340%;
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(19) {
  left: 360%;
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}
body.menuOpen .drawer .block--bg .bg-item:nth-of-type(20) {
  left: 380%;
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}
body.menuOpen .drawer__btn span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}
body.menuOpen .drawer__btn span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

footer .txt {
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
footer .txt span {
  border-right: 1px solid #fff;
}
footer .txt span:last-child {
  border-right: 0;
}
footer .txt span.icon a {
  width: 60px;
  position: relative;
  top: 2px;
}
footer .txt span a {
  display: inline-block;
  padding: 0 5px;
}

.page--home .header .nav--official .block--logo .logo-official,
.page--home .header .nav--member .logo-wrap .block--logo a {
  pointer-events: none;
}
.page--home footer .footer_detail {
  display: none;
}
.page--home footer .txt {
  background: #171717;
  color: #ededed;
  font-family: "NotoSerifSC", serif;
}

body:not(.page--home) .background {
  position: fixed;
  top: 0;
  left: 0;
}
body:not(.page--home) .background span {
  background-attachment: fixed;
  background-repeat: no-repeat;
  top: 0;
  -webkit-animation: none;
          animation: none;
}
body:not(.page--home) [class^=section--] {
  position: relative;
  z-index: 1;
}
body:not(.page--home) footer {
  /*
  position: absolute!important;
  bottom: 0;
  */
  width: 100%;
  padding: 80px 4%;
}
body:not(.page--home) footer .inner {
  display: none;
}
body:not(.page--home) footer .copyright {
  font-size: 10px;
  text-align: left;
}

/* footer position set bottom */
body:not(.page--home) .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0 !important;
}
body:not(.page--home) footer {
  margin-top: auto;
}

.btn {
  position: relative;
  overflow: hidden;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/static/amazarashi/common/btn_spots.svg);
  background-size: 100%;
  width: 240px;
  height: 50px;
  opacity: 0.6;
  pointer-events: none;
}
.btn .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  border: none;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: #000000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
}
@media screen and (min-width: 961px) {
  .btn .btn--main {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
}
.btn .btn--main:hover {
  background: #444;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .btn .btn--main {
    cursor: pointer;
  }
}
.btn .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  border: none;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  color: #000000;
  -webkit-box-shadow: 0 0 0px 1px #000 inset;
          box-shadow: 0 0 0px 1px #000 inset;
}
@media screen and (min-width: 961px) {
  .btn .btn--sub {
    cursor: pointer;
  }
}
@media screen and (min-width: 961px) {
  .btn .btn--sub {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
}
.btn .btn--sub:hover {
  background: #444;
  color: #fff;
}
.btn .btn--sub:hover {
  background: #000000;
  color: #D6D6D7;
}

.block--pager {
  margin-top: 70px;
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 3px 0.7em;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  cursor: pointer;
}
.block--pager .pager__item--current {
  position: relative;
}
.block--pager .pager__item--current::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block--pager .pager__item--number {
  text-align: center;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
@media screen and (min-width: 961px) {
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  position: absolute;
  right: 16px;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
@media screen and (min-width: 961px) {
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  position: absolute;
  right: 16px;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer a:after,
.block--pager .pager__item--older a:after {
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.block--pager .pager__item--newer:hover a:after,
.block--pager .pager__item--older:hover a:after {
  border-color: #888;
}
.block--pager .pager__item--current {
  font-family: "NotoSerifSC", serif;
  font-weight: bold;
  position: relative;
  padding: 0.6em;
}

.block--category .list--sort li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  font-size: 0.85em;
}
.block--category .list--sort li input[type=checkbox] {
  display: none;
}
.block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: rgba(113, 113, 113, 0.22);
  color: #000000;
}
.block--category .list--sort li span {
  font-family: "NotoSerifSC", serif;
  font-weight: 400;
}
.block--category .list--sort li.current span {
  background: #CA4C4B;
  color: #000000;
}
.block--category .list--sort li:hover a span {
  color: #CA4C4B;
}
.block--category .list--sort li:not(.current) span {
  background: #eee;
  color: #000000;
}

.block--share li {
  display: inline-block;
}
.block--share li a {
  padding: 0 4px;
  cursor: pointer;
  color: #ededed;
}
.block--share li.share {
  opacity: 0.6;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--share li {
    margin: 0 10px 0 0;
  }
  .block--share li i {
    font-size: 20px;
  }
  .block--share li.share {
    margin-right: 20px;
    font-size: 10px;
  }
  .block--share li.lineIco svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 961px) {
  .block--share li {
    margin: 0 16px 0 0;
  }
  .block--share li i, .block--share li svg {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .block--share li i {
    font-size: 22px;
  }
  .block--share li.share {
    margin-right: 20px;
    font-size: 12px;
  }
  .block--share li.lineIco svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
  }
  .block--share li:hover i {
    color: #888;
  }
  .block--share li:hover svg {
    fill: #888;
  }
}

.detail__btn {
  font-size: 12px;
  display: inline-block;
}
.detail__btn a {
  padding: 10px 0 10px 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.detail__btn a span {
  position: relative;
  z-index: 2;
}
.detail__btn a::before, .detail__btn a:after {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  z-index: 1;
}
.detail__btn a:before {
  background-color: #85858e;
}
.detail__btn a:after {
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #000000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (min-width: 961px) {
  .detail__btn a:hover:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.ph {
  position: relative;
  margin: 30px 0;
  line-height: 0;
}
.ph .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ph::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

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

.video, .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px auto;
}
.video iframe, .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video .tcplayer, .youtube .tcplayer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.video .jstream-eqPlayer, .youtube .jstream-eqPlayer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.video .jstream-eqPlayer *, .youtube .jstream-eqPlayer * {
  background-size: auto;
}
.video .jstream-eqPlayer * .eq-center-icon-play, .youtube .jstream-eqPlayer * .eq-center-icon-play {
  color: transparent;
}
.video .eq-icon-play,
.video .eq-icon-sound, .youtube .eq-icon-play,
.youtube .eq-icon-sound {
  color: transparent;
}

.block--player {
  height: 0;
  padding-top: 56.25%;
  background: #D6D6D7;
  line-height: 0;
  position: relative;
}
.block--player video,
.block--player img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0.3;
    visibility: visible;
  }
  50% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0.6;
    visibility: visible;
  }
}

@keyframes bg {
  0% {
    opacity: 0.3;
    visibility: visible;
  }
  50% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0.6;
    visibility: visible;
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 1000;
  }
  99.9%, to {
    stroke-dasharray: 1000 1000;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 1000;
  }
  99.9%, to {
    stroke-dasharray: 1000 1000;
  }
}
@-webkit-keyframes circlePC {
  0% {
    stroke-dasharray: 0 3000;
  }
  99.9%, to {
    stroke-dasharray: 3000 3000;
  }
}
@keyframes circlePC {
  0% {
    stroke-dasharray: 0 3000;
  }
  99.9%, to {
    stroke-dasharray: 3000 3000;
  }
}
@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes line {
  to {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    opacity: 0;
  }
}
#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 10px;
  background: none;
}

#swipebox-action #swipebox-close::before,
#swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

#swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#swipebox-action #swipebox-prev {
  left: 3%;
}

#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}

#swipebox-action #swipebox-next {
  right: 3%;
  text-align: center;
}

#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

#swipebox-caption {
  width: 100%;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.area-official {
  background: #171717;
  color: #ededed;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.area-official .section-tit {
  font-weight: 300;
  letter-spacing: 0.02em;
}

.footer_official {
  background: #171717;
  color: #ededed;
}

body.area-official {
  color: #ededed;
  padding-bottom: 0;
}
body.area-official .wrap {
  background: #171717;
}
body.area-official .background {
  display: none;
}
body.area-official .block--pager .pager__item--current::before {
  border: 1px solid #ededed;
}
body.area-official .block--pager .pager__item--other a .border-box {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.area-official .block--pager .pager__item--other a .border-box > span {
  position: absolute;
  background: #ededed;
  opacity: 1;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
body.area-official .block--pager .pager__item--other a .border-box > span:nth-child(1) {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: translate3d(0, 0, 0) scaleY(0);
          transform: translate3d(0, 0, 0) scaleY(0);
}
body.area-official .block--pager .pager__item--other a .border-box > span:nth-child(2) {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: translate3d(0, 0, 0) scaleY(0);
          transform: translate3d(0, 0, 0) scaleY(0);
}
body.area-official .block--pager .pager__item--other a .border-box > span:nth-child(3) {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translate3d(0, 0, 0) scaleX(0);
          transform: translate3d(0, 0, 0) scaleX(0);
}
body.area-official .block--pager .pager__item--other a .border-box > span:nth-child(4) {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translate3d(0, 0, 0) scaleX(0);
          transform: translate3d(0, 0, 0) scaleX(0);
}
body.area-official .block--pager .pager__item--other a:hover .border-box {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
body.area-official .block--pager .pager__item--other a:hover .border-box > span:nth-child(1) {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
}
body.area-official .block--pager .pager__item--other a:hover .border-box > span:nth-child(2) {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
}
body.area-official .block--pager .pager__item--other a:hover .border-box > span:nth-child(3) {
  -webkit-transform: translate3d(0, 0, 0) scaleX(1);
          transform: translate3d(0, 0, 0) scaleX(1);
}
body.area-official .block--pager .pager__item--other a:hover .border-box > span:nth-child(4) {
  -webkit-transform: translate3d(0, 0, 0) scaleX(1);
          transform: translate3d(0, 0, 0) scaleX(1);
}
body.area-official .block--pager .pager__item--newer a::after, body.area-official .block--pager .pager__item--newer span::after {
  border-color: #ededed;
}
body.area-official .block--pager .pager__item--older a::after, body.area-official .block--pager .pager__item--older span::after {
  border-color: #ededed;
}
body.area-official.page--disco .detail__btn a:after {
  background-color: #ededed;
}
body.area-official .drawer {
  color: #171717;
}
body.area-official .no-data {
  color: #ededed;
  opacity: 1;
  width: 100%;
}

.section--top .scroll .item {
  -webkit-animation: scroll 1.2s infinite;
          animation: scroll 1.2s infinite;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.area-fc {
  padding-top: 155px;
}
.area-fc .more span.arrow::before, .area-fc .more span.arrow::after {
  background-color: #171717 !important;
}

body.area-fc {
  padding-top: 0;
}
body.area-fc footer .copyright {
  color: #171717;
}
body.area-fc footer .txt span {
  border-color: #000;
}

.page--bbs.confirm .box {
  background: #fff;
  padding: 20px 50px;
  text-align: left;
  margin: 0 0 30px;
}
.page--bbs.confirm .box .txt--box {
  margin: 0 0 1em;
}
.page--bbs.confirm .box .form__checkbox {
  text-align: center;
}
.page--bbs.confirm .box .form__checkbox label p {
  font-size: 15px;
  padding-left: 1.6em;
  text-align: center;
}
.page--bbs.confirm .box .form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.page--bbs.confirm .box .form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.page--bbs.confirm .box .form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
.page--bbs.confirm #btn {
  opacity: 0.6;
  pointer-events: none;
}
.page--bbs.confirm #btn.checked {
  opacity: 1;
  pointer-events: all;
}
.page--bbs label.file_photo {
  position: relative;
}
.page--bbs label.file_photo::before {
  content: "选择文件";
  display: block;
  color: #000000;
  font-size: 12px;
  position: absolute;
  background: #eee;
  border-radius: 2px;
  border: 1px solid #000000;
  padding: 1px 25px;
}
.page--bbs label.file_photo input {
  opacity: 1;
  cursor: pointer;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire {
  /* placeholder */
  /* autofill */
  /* input */
  /* select */
  /* checkbox */
  /* radio */
}
.page--questionnaire form .form--post + .txt--sub {
  margin-bottom: 1em;
  text-align: center;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select select {
  border: solid 1px #171717;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #171717;
  pointer-events: none;
}
.page--questionnaire form .form--post textarea {
  border: solid 1px #171717;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #171717;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必须";
  background: #CA4C4B;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
}
.page--questionnaire ::-webkit-input-placeholder {
  color: #888;
}
.page--questionnaire ::-moz-placeholder {
  color: #888;
}
.page--questionnaire :-ms-input-placeholder {
  color: #888;
}
.page--questionnaire ::-ms-input-placeholder {
  color: #888;
}
.page--questionnaire ::input-placeholder, .page--questionnaire ::placeholder {
  color: #888;
}
.page--questionnaire input:-webkit-autofill,
.page--questionnaire textarea:-webkit-autofill,
.page--questionnaire select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
          box-shadow: 0 0 0px 1000px #ffffff inset;
}
.page--questionnaire input[type=text],
.page--questionnaire input[type=tel],
.page--questionnaire input[type=email],
.page--questionnaire input[type=password],
.page--questionnaire input[type=number],
.page--questionnaire form button {
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #000000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000000;
}
@media screen and (min-width: 961px) {
  .page--questionnaire input[type=text],
  .page--questionnaire input[type=tel],
  .page--questionnaire input[type=email],
  .page--questionnaire input[type=password],
  .page--questionnaire input[type=number],
  .page--questionnaire form button {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire input[type=text],
  .page--questionnaire input[type=tel],
  .page--questionnaire input[type=email],
  .page--questionnaire input[type=password],
  .page--questionnaire input[type=number],
  .page--questionnaire form button {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page--questionnaire input[type=text]:focus,
.page--questionnaire input[type=tel]:focus,
.page--questionnaire input[type=email]:focus,
.page--questionnaire input[type=password]:focus,
.page--questionnaire input[type=number]:focus,
.page--questionnaire form button:focus {
  border-color: #000000;
}
.page--questionnaire input[type=text].form__error,
.page--questionnaire input[type=tel].form__error,
.page--questionnaire input[type=email].form__error,
.page--questionnaire input[type=password].form__error,
.page--questionnaire input[type=number].form__error,
.page--questionnaire form button.form__error {
  background: #ffffff;
  color: #CA4C4B;
  border-color: #CA4C4B;
}
.page--questionnaire input[type=text].form__error:focus,
.page--questionnaire input[type=tel].form__error:focus,
.page--questionnaire input[type=email].form__error:focus,
.page--questionnaire input[type=password].form__error:focus,
.page--questionnaire input[type=number].form__error:focus,
.page--questionnaire form button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.page--questionnaire input[type=text][disabled],
.page--questionnaire input[type=tel][disabled],
.page--questionnaire input[type=email][disabled],
.page--questionnaire input[type=password][disabled],
.page--questionnaire input[type=number][disabled],
.page--questionnaire form button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.page--questionnaire input[readonly=readonly],
.page--questionnaire input[readonly=readonly] {
  border: none;
  background: #ffffff;
}
.page--questionnaire .input--half {
  width: 50% !important;
}
.page--questionnaire .input--quarter {
  width: 25% !important;
}
.page--questionnaire .form__select {
  display: inline-block;
  position: relative;
}
.page--questionnaire .form__select select {
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #000000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .form__select select {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .form__select select {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page--questionnaire .form__select select:focus {
  border-color: #000000;
}
.page--questionnaire .form__select select.form__error {
  background: #ffffff;
  color: #CA4C4B;
  border-color: #CA4C4B;
}
.page--questionnaire .form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.page--questionnaire .form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.page--questionnaire .form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}
.page--questionnaire .form__checkbox label p {
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .form__checkbox label p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .form__checkbox label p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page--questionnaire .form__checkbox input[type=checkbox],
.page--questionnaire .form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.page--questionnaire .form__checkbox.form__error {
  color: #CA4C4B;
}
.page--questionnaire .form__checkbox label p {
  display: inline-block;
  padding-left: 1.6em;
}
.page--questionnaire .form__checkbox label p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  margin: -0.6em 0 0;
  border-radius: 0.3em;
  border: solid 1px #000000;
  -webkit-transition: border-color 0.3s background-color 0.3s;
  transition: border-color 0.3s background-color 0.3s;
}
.page--questionnaire .form__checkbox label p::after {
  content: "";
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0.2em;
  width: 0.8em;
  height: 0.4em;
  margin: -0.25em 0 0;
  border: solid 2px #000000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
}
.page--questionnaire .form__checkbox :checked ~ p::before {
  background: #171717;
  border-color: #171717;
}
.page--questionnaire .form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
.page--questionnaire .form__radio label p {
  font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .form__radio label p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .form__radio label p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page--questionnaire .form__radio input[type=checkbox],
.page--questionnaire .form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.page--questionnaire .form__radio.form__error {
  color: #CA4C4B;
}
.page--questionnaire .form__radio label p {
  display: inline-block;
  padding-left: 1.6em;
}
.page--questionnaire .form__radio label p {
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
}
.page--questionnaire .form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.page--questionnaire .form__radio :checked ~ p {
  font-weight: bold;
}
.page--questionnaire .form__radio :checked ~ p::before {
  border-color: #171717;
  border-width: 0.3em;
}

.page--entry .popup-inner .list--support dt {
  font-weight: bold;
}
.page--entry .popup-inner .list--support dd {
  margin-bottom: 1.5em;
}
.page--entry .popup-inner .tit {
  font-size: 20px;
  margin: 0 0 1em;
}
.page--entry .popup-inner .btn {
  opacity: 0.6;
  pointer-events: none;
}
.page--entry .popup-inner .btn.checked {
  opacity: 1;
  pointer-events: all;
}
.page--entry .popup-inner .terms_check {
  text-align: center;
  margin: 0 0 20px;
}
.page--entry .popup-inner .terms_check .form__checkbox {
  display: inline-block;
}
.page--entry .popup-inner .terms_check .form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
.page--entry .popup-inner .terms_check .form__checkbox input[type=checkbox], .page--entry .popup-inner .terms_check .form__checkbox .form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--entry .popup-inner .terms_check .form__checkbox label p {
  padding-left: 1.6em;
}
.page--entry .popup-inner .terms_check .form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.page--entry .popup-inner .terms_check .form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .stroke.stroke1 {
    top: 110%;
    left: -5%;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  /* loaded
  ------------------------------ */
  /* scrolling
  ------------------------------ */
  /* .header,nav
  ------------------------------ */
  /* .footer
  ------------------------------ */
  /* list
  ------------------------------ */
  /* .page--home
  ------------------------------ */
  /* .page--home以外基本のレイアウト
  ------------------------------ */
  /* .page--info
  ------------------------------ */
  /* .page--disco
  ------------------------------ */
  /* .page--bio
  ------------------------------ */
  /* .page--lyrics
  ------------------------------ */
  /* .page--bbs
  ------------------------------ */
  /* .page--blog
  ------------------------------ */
  /* .page--wallpaper
  ------------------------------ */
  /*  page--questionnaire
  ------------------------------ */
  /* .page--entry
  ------------------------------ */
  /* .page--appli
  ------------------------------ */
  /* .page--archives
  ------------------------------ */
  /* .page--game
  ------------------------------ */
  /* .page--puzzle
  ------------------------------ */
  /* .page--livehistory
  ------------------------------ */
  /* .page--privacy
  ------------------------------ */
  /* .page--support
  ------------------------------ */
  /* .page--faq
  ------------------------------ */
  /* .page--first_login
  ------------------------------ */
  /* .page--error
  ------------------------------ */
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .stroke.stroke1 {
    left: -70%;
  }
}
@media screen and (min-width: 961px) {
  .stroke.stroke2 {
    z-index: 1;
    top: 50%;
    left: -15%;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .stroke.stroke2 {
    left: -60%;
  }
}
@media screen and (min-width: 961px) {
  .stroke.stroke3 {
    left: -15%;
    top: 50%;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .stroke.stroke3 {
    left: -60%;
  }
}
@media screen and (min-width: 961px) {
  .stroke.stroke4 {
    top: 50%;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
    left: -15%;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .stroke.stroke4 {
    left: -60%;
  }
}
@media screen and (min-width: 961px) {
  .stroke.stroke5 {
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
    top: 50%;
    left: -10vw;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .stroke.stroke5 {
    left: -60%;
  }
}
@media screen and (min-width: 961px) {
  .loaded.page--home .drawer__btn {
    opacity: 1;
  }
  .loaded.page--home .section--top .block--keyvisual .keyvisual::before, .loaded.page--home .section--top .block--keyvisual .keyvisual::after {
    height: 0;
  }
  .loaded.page--home .section--top .logo-official {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  .loaded.page--home .section--top .scroll {
    opacity: 1;
  }
  .scrolling.loaded.page--home .section--top .scroll {
    opacity: 0;
  }
  .header .block--logo {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .drawer {
    padding-top: 72px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .drawer .drawer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 900px;
    width: calc(90% - 600px);
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 72%;
    padding-top: 5vh;
  }
  .header .menu-nav__nav--login {
    text-align: center;
  }
  .header .menu-nav__nav--login li {
    display: inline-block;
    font-size: 16px;
  }
  .header .menu-nav__nav--login li a {
    position: relative;
    padding: 5px 7px;
    line-height: 1.3;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .menu-nav__nav--login li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header .menu-nav__nav--login li a .border-box > span {
    position: absolute;
    background: #000;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .menu-nav__nav--login li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .header .menu-nav__nav--login li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .header .menu-nav__nav--login li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .header .menu-nav__nav--login li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .header .menu-nav__nav--login li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .header .menu-nav__nav--login li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .header .menu-nav__nav--login li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .header .menu-nav__nav--login li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .header .menu-nav__nav--login li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .header .menu-nav__nav--login li a:hover {
    opacity: 0.5;
  }
  .header .menu-nav__nav--login li.nav--login__join {
    margin-right: 6px;
  }
  .header nav {
    width: 100%;
  }
  .header .nav--official {
    margin-bottom: 20px;
  }
  .header .nav--official .block--logo .logo-official {
    width: 150px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .nav--official .block--logo .logo-official:hover {
    opacity: 0.5;
  }
  .header .nav--sns {
    padding-bottom: 20px;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  }
  .header .nav--sns li a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .nav--sns li a:hover {
    opacity: 0.5;
  }
  .header .nav--member .logo-wrap {
    margin-bottom: 40px;
  }
  .header .nav--member .logo-wrap .block--logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 10px;
    margin-right: 30px;
  }
  .header .nav--member .logo-wrap .block--logo a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .nav--member .logo-wrap .block--logo a:hover {
    opacity: 0.5;
  }
  .header .nav--member .logo-wrap .block--logo .logo-fc {
    width: 150px;
  }
  .header .nav--member .logo-wrap .block--logo p {
    font-size: 10px;
    letter-spacing: 0.35em;
  }
  .header .nav--member .logo-wrap .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .nav--member .logo-wrap .login-btn li {
    font-size: 13px;
    font-weight: 600;
  }
  .header .nav--member .logo-wrap .login-btn li a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .nav--member .logo-wrap .login-btn li a:hover {
    opacity: 0.5;
  }
  .header .nav--member .logo-wrap .login-btn .nav__item--join {
    margin-right: 15px;
  }
  .header .menu-nav__official, .header .menu-nav__member, .header .menu-nav__free {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .menu-nav__official li, .header .menu-nav__member li, .header .menu-nav__free li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 40px;
    overflow: hidden;
  }
  .header .menu-nav__official li a, .header .menu-nav__member li a, .header .menu-nav__free li a {
    padding: 5px 7px;
    position: relative;
    display: inline-block;
  }
  .header .menu-nav__official li a .border-box, .header .menu-nav__member li a .border-box, .header .menu-nav__free li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header .menu-nav__official li a .border-box > span, .header .menu-nav__member li a .border-box > span, .header .menu-nav__free li a .border-box > span {
    position: absolute;
    background: #444;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .menu-nav__official li a .border-box > span:nth-child(1), .header .menu-nav__member li a .border-box > span:nth-child(1), .header .menu-nav__free li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .header .menu-nav__official li a .border-box > span:nth-child(2), .header .menu-nav__member li a .border-box > span:nth-child(2), .header .menu-nav__free li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .header .menu-nav__official li a .border-box > span:nth-child(3), .header .menu-nav__member li a .border-box > span:nth-child(3), .header .menu-nav__free li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .header .menu-nav__official li a .border-box > span:nth-child(4), .header .menu-nav__member li a .border-box > span:nth-child(4), .header .menu-nav__free li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .header .menu-nav__official li a:hover .border-box, .header .menu-nav__member li a:hover .border-box, .header .menu-nav__free li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .header .menu-nav__official li a:hover .border-box > span:nth-child(1), .header .menu-nav__member li a:hover .border-box > span:nth-child(1), .header .menu-nav__free li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .header .menu-nav__official li a:hover .border-box > span:nth-child(2), .header .menu-nav__member li a:hover .border-box > span:nth-child(2), .header .menu-nav__free li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .header .menu-nav__official li a:hover .border-box > span:nth-child(3), .header .menu-nav__member li a:hover .border-box > span:nth-child(3), .header .menu-nav__free li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .header .menu-nav__official li a:hover .border-box > span:nth-child(4), .header .menu-nav__member li a:hover .border-box > span:nth-child(4), .header .menu-nav__free li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .header .menu-nav__official li span, .header .menu-nav__member li span, .header .menu-nav__free li span {
    display: block;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    opacity: 0;
    line-height: 1.3;
    letter-spacing: 0.02em;
    transition: all 0.4s ease-out 0.3s;
    -webkit-transition: all 0.4s ease-out 0.3s;
  }
  .header .menu-nav__official li i, .header .menu-nav__member li i, .header .menu-nav__free li i {
    font-size: 10px;
    margin-left: 4px;
    opacity: 0.7;
  }
  .header .menu-nav__official li.last-child, .header .menu-nav__member li.last-child, .header .menu-nav__free li.last-child {
    margin-right: 0;
  }
  .header .official-site {
    font-size: 14px;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    padding-left: 90px;
  }
  .header .official-site::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 1px;
    background: rgba(136, 136, 136, 0.4);
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    transition: all 0.4s ease-out 0.3s;
    -webkit-transition: all 0.4s ease-out 0.3s;
  }
  .header .official-site a {
    padding: 5px 7px;
    position: relative;
    overflow: hidden;
  }
  .header .official-site a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header .official-site a .border-box > span {
    position: absolute;
    background: #444;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .header .official-site a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .header .official-site a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .header .official-site a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .header .official-site a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .header .official-site a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .header .official-site a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .header .official-site a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .header .official-site a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .header .official-site a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .header .official-site span {
    display: block;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    opacity: 0;
    line-height: 1.3;
    transition: all 0.4s ease-out 0.3s;
    -webkit-transition: all 0.4s ease-out 0.3s;
  }
  .header .official-site i {
    font-size: 10px;
    margin-left: 4px;
    opacity: 0.7;
  }
  body.menuOpen .header .block--logo {
    opacity: 1;
  }
  body.menuOpen .header .nav--member .login-btn {
    opacity: 1;
  }
  footer {
    z-index: 1;
  }
  footer .inner {
    display: none;
  }
  footer .copyright {
    color: #ededed;
    font-size: 10px;
  }
  footer .txt span a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  footer .txt span a:hover {
    opacity: 0.4;
  }
  .list--info li:last-child {
    margin-bottom: 0;
  }
  .list--info li:last-child span.bottom {
    display: block;
  }
  .list--info li:last-child a:after {
    bottom: 0;
  }
  .list--info li.new .category {
    position: relative;
  }
  .list--info li.new .category::after {
    content: "new";
    font-size: 12px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: 0;
    letter-spacing: 0.03em;
  }
  .list--info li .tit {
    font-size: 14px;
    margin-bottom: 6px;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--info li .date {
    display: inline-block;
    letter-spacing: 0.05em;
    font-family: "NotoSerifSC", serif;
    font-size: 13px;
    color: #B5B5B5;
    margin-right: 3px;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--info li .category {
    display: inline-block;
    letter-spacing: 0.05em;
    font-family: "NotoSerifSC", serif;
    font-size: 13px;
    color: #B5B5B5;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--info li span.top {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--info li span.bottom {
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0;
    display: none;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--info li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 0;
    position: relative;
  }
  .list--info li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s, -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    background-color: #ededed;
    width: 100%;
    height: 1.5px;
  }
  .list--info li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .list--info li.delighter.started .tit, .list--info li.delighter.started .category, .list--info li.delighter.started .date {
    opacity: 1;
  }
  .list--info li.delighter.started span.top, .list--info li.delighter.started span.bottom {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .list--info.fc li:last-child span.bottom {
    display: block;
    background: rgba(23, 23, 23, 0.5);
  }
  .list--info.fc li.new .date {
    position: relative;
  }
  .list--info.fc li.new .date::after {
    content: "new";
    font-size: 12px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .list--info.fc span.top, .list--info.fc span.bottom {
    background: rgba(23, 23, 23, 0.5);
  }
  .list--info.fc .date {
    color: rgba(23, 23, 23, 0.5);
  }
  .list--info.fc a {
    border-color: rgba(23, 23, 23, 0.2);
  }
  .list--info.fc a::after {
    background-color: #171717;
  }
  .list--live li:last-child span.bottom {
    display: block;
  }
  .list--live li:last-child a::after {
    bottom: 0;
  }
  .list--live li a {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    position: relative;
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .list--live li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s, -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.7s;
    background-color: #ededed;
    width: 100%;
    height: 1.5px;
  }
  .list--live li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .list--live li a .block--live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--live li a .block--live .date-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    padding-right: 3%;
  }
  .list--live li a .block--live .date-area::before {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    right: 1%;
    top: 0;
  }
  .list--live li a .block--live .date-area .y {
    margin-left: -15px;
    margin-top: 27px;
    font-size: 13px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 48px;
    letter-spacing: 0.05em;
  }
  .list--live li a .block--live .date-area .d-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    left: -10px;
  }
  .list--live li a .block--live .date-area .d-wrap .d {
    font-size: 30px;
    min-width: 70px;
  }
  .list--live li a .block--live .date-area .d-wrap .wd {
    font-size: 13px;
    text-align: center;
    width: 45px;
    position: relative;
    top: 2px;
  }
  .list--live li a .block--live .tit {
    padding-left: 4.5%;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--live li span.top {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--live li span.bottom {
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--live li.delighter.started .tit, .list--live li.delighter.started .block--live {
    opacity: 1;
  }
  .list--live li.delighter.started span {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .list--live li.new .tit {
    position: relative;
  }
  .list--live li.new .tit::after {
    content: "new";
    font-size: 12px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .list--bnr li a {
    position: relative;
    cursor: pointer;
    line-height: 0;
  }
  .list--bnr li a img {
    width: 100%;
  }
  .list--bnr li:not(.slick-active) a:before, .list--bnr li:not(.slick-active) a:after {
    content: none;
  }
  .list--bnr li a:before, .list--bnr li a:after {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .list--bnr li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #383838;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    mix-blend-mode: hard-light;
    opacity: 0.7;
  }
  .list--bnr li a:after {
    content: "view more";
    width: 9em;
    line-height: 1;
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    cursor: pointer;
  }
  .list--bnr li:hover a:before {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  .list--bnr li:hover a:after {
    opacity: 1;
  }
  .block--pager {
    font-size: 14px;
    text-align: left;
    margin: 120px auto 0 0;
    left: -25px;
  }
  .block--pager li {
    margin: 0 15px;
  }
  .block--pager .pager__item--other a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .block--pager .pager__item--other a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .block--pager .pager__item--other a .border-box > span {
    position: absolute;
    background: #000;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .block--pager .pager__item--other a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .block--pager .pager__item--other a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .block--pager .pager__item--other a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .block--pager .pager__item--other a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .block--pager .pager__item--other a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .block--pager .pager__item--other a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .block--pager .pager__item--other a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .block--pager .pager__item--other a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .block--pager .pager__item--other a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .block--pager .pager__item--older, .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager .pager__item--older a:after, .block--pager .pager__item--older span:after, .block--pager .pager__item--newer a:after, .block--pager .pager__item--newer span:after {
    top: 16px;
  }
  .block--pager .pager__item--older a:hover, .block--pager .pager__item--newer a:hover {
    opacity: 0.5;
  }
  .block--pager .pager-link--next a, .block--pager .pager-link--prev a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .block--pager .pager-link--next a:hover, .block--pager .pager-link--prev a:hover {
    opacity: 0.5;
  }
  .more {
    text-align: center;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .more:hover span.arrow:before {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  .more:hover span.arrow:after {
    right: -49px;
  }
  .more a {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .more .viewmore {
    margin-right: 10px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .more span.arrow {
    display: block;
    position: relative;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .more span.arrow:before, .more span.arrow:after {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    content: "";
    display: block;
    position: absolute;
    background: #000;
    height: 1px;
  }
  .more span.arrow:before {
    width: 40px;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .more span.arrow:after {
    width: 14px;
    top: -4px;
    right: -41px;
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  .list--article {
    margin-top: 30px;
  }
  .list--article li {
    background: #fff;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .list--article li:not(:last-child) {
    margin-bottom: 10px;
  }
  .list--article li:hover {
    background: #CCCCCC;
  }
  .list--article li a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 2em 10px 10px;
  }
  .list--article li a.textL {
    height: auto;
  }
  .list--article .tit {
    margin-bottom: 10px;
  }
  .list--article .present {
    color: #CA4C4B;
    margin: 0 0 5px;
  }
  .list--article .date {
    font-size: 0.8em;
  }
  .list--article .pict_box {
    margin-right: 20px;
  }
  .list--article .ph {
    margin: 0;
    width: 15vw;
  }
  .list--article .ph img {
    width: 100%;
  }
  .section-tit .border {
    position: relative;
  }
  .notes {
    line-height: 1.3;
  }
  .notes dt {
    font-weight: bold;
    margin: 0 0 2px;
    font-size: 13px;
  }
  .notes dd {
    font-size: 12px;
  }
  .notes dd li {
    margin: 0 0 0.5em 1em;
    text-indent: -0.6em;
  }
  .page--home .drawer__btn {
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.8s;
    transition: opacity 0.4s 0.8s;
  }
  .page--home h1 {
    display: none;
  }
  .page--home [class^=section--] {
    position: relative;
    margin: 0 8.5% 150px;
  }
  .page--home [class^=section--] .section-bg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page--home [class^=section--] .section-bg.started circle {
    stroke: #888888;
    stroke-width: 1;
    -webkit-animation: circlePC 3s forwards 0.3s;
    animation: circlePC 3s forwards 0.3s;
    stroke-opacity: 0.4;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--home [class^=section--] .section-bg.started circle {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    stroke-dasharray: 0 3000;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--home [class^=section--] .section-bg.ended circle {
    stroke-dasharray: 3000 3000;
  }
  .page--home [class^=section--] .block--stroke.ended line {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  .page--home [class^=section--] .block--stroke.started line {
    -webkit-animation: line 3s forwards;
            animation: line 3s forwards;
  }
  .page--home [class^=section--] .section-tit {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .page--home [class^=section--] .section-tit span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    transition: all 0.5s ease-out 0.5s;
    -webkit-transition: all 0.5s ease-out 0.5s;
  }
  .page--home [class^=section--] .section-tit.started span {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home [class^=section--] .more a {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
            transform: translateY(2.5em);
    transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
  }
  .page--home [class^=section--] .more.started a {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home .area-fc [class^=section--] .section-tit {
    font-size: 25px;
  }
  .page--home .section--top {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: #171717;
    margin-bottom: 5vw;
    padding-top: 90px;
  }
  .page--home .section--top .block--keyvisual {
    width: 100%;
    height: auto;
    position: relative;
  }
  .page--home .section--top .block--keyvisual::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .page--home .section--top .block--keyvisual .keyvisual {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .page--home .section--top .block--keyvisual .keyvisual img {
    display: block;
    width: 100%;
  }
  .page--home .section--top .block--keyvisual .keyvisual::before, .page--home .section--top .block--keyvisual .keyvisual::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    background: #171717;
    -webkit-transition: 0.4s 0.5s;
    transition: 0.4s 0.5s;
  }
  .page--home .section--top .block--keyvisual .keyvisual::after {
    top: inherit;
    bottom: 0;
  }
  .page--home .section--top .logo-official {
    position: absolute;
    width: 130px;
    top: 19px;
    left: 50%;
    max-width: 300px;
    min-width: 140px;
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page--home .section--top .scroll {
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .page--home .section--top .scroll .item {
    width: 29px;
    position: absolute;
    bottom: 7vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page--home .section--bnr {
    margin: 0;
    margin-bottom: 100px;
  }
  .page--home .section--bnr .swiper-container {
    padding: 0;
    width: 100%;
    overflow: visible;
    padding-left: 4%;
    padding-right: 4%;
  }
  .page--home .section--bnr .list--bnr {
    position: relative;
  }
  .page--home .section--bnr .list--bnr li a {
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--bnr .list--bnr li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--home .section--bnr .list--bnr li a .border-box > span {
    position: absolute;
    background: #ededed;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--bnr .list--bnr li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--bnr .list--bnr li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--bnr .list--bnr li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--bnr .list--bnr li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--bnr .list--bnr li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--home .section--bnr .list--bnr li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--bnr .list--bnr li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--bnr .list--bnr li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--bnr .list--bnr li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--bnr .list--bnr li a:hover {
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8);
  }
  .page--home .section--bnr .swiper-button-next, .page--home .section--bnr .swiper-button-prev {
    z-index: 10;
    opacity: 0;
    padding: 3vw;
    display: block;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--bnr .swiper-button-next::after, .page--home .section--bnr .swiper-button-prev::after {
    content: none;
  }
  .page--home .section--bnr .swiper-button-prev {
    position: absolute;
    left: 5vw;
    top: 10vw;
    z-index: 10;
    width: 3vw;
    height: 3vw;
    background: url(/static/amazarashi/common/arrow-prev.svg) no-repeat center;
    background-size: contain;
  }
  .page--home .section--bnr .swiper-button-next {
    position: absolute;
    right: 5vw;
    left: inherit;
    top: 10vw;
    z-index: 10;
    width: 3vw;
    height: 3vw;
    background: url(/static/amazarashi/common/arrow-next.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .page--home .section--bnr .swiper-button-next.swiper-button-disabled, .page--home .section--bnr .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .page--home .section--bnr .swiper-container:hover .swiper-button-next, .page--home .section--bnr .swiper-container:hover .swiper-button-prev {
    opacity: 1;
  }
  .page--home .section--bnr .swiper-container:hover .swiper-button-next.swiper-button-disabled, .page--home .section--bnr .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .page--home .section--bnr.no-swiper .swiper-button-prev, .page--home .section--bnr.no-swiper .swiper-button-next {
    display: none;
  }
  .page--home .section--bnr.no-swiper li {
    width: 18.4%;
    margin-right: 2%;
  }
  .page--home .section--bnr.no-swiper li:last-child {
    margin-right: 0;
  }
  .page--home .section--bnr.no-swiper.bnr-single .list--bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--home .section--bnr.no-swiper.bnr-single .list--bnr li {
    margin-right: 0;
  }
  .page--home .section--info {
    position: relative;
    margin: 0 auto 100px;
    width: 75%;
  }
  .page--home .section--live {
    position: relative;
    margin: 0 auto;
    width: 75%;
  }
  .page--home .section--info, .page--home .section--live, .page--home .section--news {
    max-width: 1000px;
  }
  .page--home .section--info .list__more, .page--home .section--live .list__more, .page--home .section--news .list__more {
    text-align: right;
    display: block;
  }
  .page--home .section--info .more, .page--home .section--live .more, .page--home .section--news .more {
    display: inline-block;
    margin-top: 65px;
  }
  .page--home .section--info .more a, .page--home .section--live .more a, .page--home .section--news .more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 41px;
  }
  .page--home .section--info .more a span.arrow::before, .page--home .section--info .more a span.arrow::after, .page--home .section--live .more a span.arrow::before, .page--home .section--live .more a span.arrow::after, .page--home .section--news .more a span.arrow::before, .page--home .section--news .more a span.arrow::after {
    background: #ededed;
  }
  .page--home .logo-area {
    padding: 0 4%;
    margin-bottom: 120px;
  }
  .page--home .logo-area .logo-fc {
    width: 26vw;
    margin-bottom: 2px;
    overflow: hidden;
  }
  .page--home .logo-area .logo-fc img {
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
    opacity: 0;
    -webkit-transition: 0.9s ease-out 0.2s;
    transition: 0.9s ease-out 0.2s;
  }
  .page--home .logo-area .logo-fc.delighter.started img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .page--home .logo-area .sub {
    font-size: 14px;
    letter-spacing: 0.4em;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .page--home .logo-area .sub span {
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
    opacity: 0;
    -webkit-transition: 0.9s ease-out 0.2s;
    transition: 0.9s ease-out 0.2s;
    display: block;
  }
  .page--home .logo-area .sub.delighter.started span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .page--home .logo-area .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--home .logo-area .login-btn li {
    font-size: 16px;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  .page--home .logo-area .login-btn li a {
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.9s ease-out 0.2s;
    transition: opacity 0.4s, -webkit-transform 0.9s ease-out 0.2s;
    transition: transform 0.9s ease-out 0.2s, opacity 0.4s;
    transition: transform 0.9s ease-out 0.2s, opacity 0.4s, -webkit-transform 0.9s ease-out 0.2s;
    display: block;
  }
  .page--home .logo-area .login-btn .nav__item--join {
    margin-right: 20px;
  }
  .page--home .logo-area .login-btn.delighter.started li a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .page--home .logo-area .login-btn.delighter.started li a:hover {
    opacity: 0.5;
  }
  .page--home .section--pickup {
    margin: 0 auto 130px;
  }
  .page--home .section--pickup .list--pickup {
    width: 74%;
    max-width: 800px;
    margin: 0 auto;
  }
  .page--home .section--pickup .list--pickup li {
    margin-bottom: 25px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--pickup .list--pickup li a {
    padding: 5px 0;
    position: relative;
    padding: 15px 7px;
  }
  .page--home .section--pickup .list--pickup li a:before, .page--home .section--pickup .list--pickup li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .page--home .section--pickup .list--pickup li a::before {
    background: #000000;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: all 0.8s ease-out 0.3s;
    -webkit-transition: all 0.8s ease-out 0.3s;
  }
  .page--home .section--pickup .list--pickup li a:after {
    background: #888;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    opacity: 0;
  }
  .page--home .section--pickup .list--pickup li span {
    opacity: 0;
    z-index: 1;
    position: relative;
    font-size: 18px;
    color: #fff;
    transition: all 0.8s ease-out 0.7s;
    -webkit-transition: all 0.8s ease-out 0.7s;
  }
  .page--home .section--pickup .list--pickup li:hover a:after {
    opacity: 1;
  }
  .page--home .section--pickup .list--pickup li.delighter.started a:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home .section--pickup .list--pickup li.delighter.started span {
    opacity: 1;
  }
  .page--home .section--news {
    width: 75%;
    margin: 0 auto 100px;
  }
  .page--home .section--blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 100px;
  }
  .page--home .section--blog .section-inner {
    width: 100%;
    padding: 120px 130px;
    position: relative;
    z-index: 2;
  }
  .page--home .section--blog .section-inner .border-box2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: none;
  }
  .page--home .section--blog .section-inner .border-box2 rect {
    opacity: 0;
    fill: none;
    transition: all 0.8s ease-out 0.2s;
    -webkit-transition: all 0.8s ease-out 0.2s;
  }
  .page--home .section--blog .section-inner .border-box2 span {
    position: absolute;
    background: #888;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.72, 0.96) 0.6s;
    transition: all 1s cubic-bezier(0.4, 0, 0.72, 0.96) 0.6s;
  }
  .page--home .section--blog .section-inner .border-box2 span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--blog .section-inner .border-box2 span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--blog .section-inner .border-box2 span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--blog .section-inner .border-box2 span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--blog .section-inner .border-box2.started {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--home .section--blog .section-inner .border-box2.started rect {
    fill: #CCCCCC;
    opacity: 1;
  }
  .page--home .section--blog .section-inner .border-box2.started span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--blog .section-inner .border-box2.started span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--blog .section-inner .border-box2.started span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--blog .section-inner .border-box2.started span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--blog .section-inner .border-box2.ended {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--home .section--blog .section-inner .border-box2.ended span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--blog .section-inner .border-box2.ended span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--blog .section-inner .border-box2.ended span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--blog .section-inner .border-box2.ended span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--home .section--blog .section-inner .border-box2 rect {
    opacity: 1;
    fill: #CCCCCC;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section--blog .section-tit {
    text-align: center;
    margin-bottom: 80px;
  }
  .page--home .section--blog .section-tit span {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .page--home .section--blog .block--stroke {
    top: 30vw;
  }
  .page--home .section--blog .list--info {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--home .section--blog .list--info .section-tit {
    text-align: center;
  }
  .page--home .section--blog .list--info .txt-wrap {
    transition: all 0.6s ease-out 0.6s;
    -webkit-transition: all 0.6s ease-out 0.6s;
  }
  .page--home .section--blog .list--info li {
    margin-bottom: 0;
  }
  .page--home .section--blog .list--info li .tit {
    font-size: 80px;
    margin-bottom: 0;
    opacity: 1;
  }
  .page--home .section--blog .list--info li.new a::after {
    content: none;
  }
  .page--home .section--blog .list--info li.new .date {
    opacity: 1;
    position: relative;
  }
  .page--home .section--blog .list--info li.new .date::after {
    content: "new";
    font-size: 12px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .page--home .section--blog .list--info li a {
    border: none;
    padding: 50px;
  }
  .page--home .section--blog .list--info li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--home .section--blog .list--info li a .border-box > span {
    position: absolute;
    background: #000;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--blog .list--info li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--blog .list--info li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--blog .list--info li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--blog .list--info li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--blog .list--info li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--home .section--blog .list--info li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--blog .list--info li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--blog .list--info li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--blog .list--info li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--blog .list--info li a::after {
    content: none;
  }
  .page--home .section--blog .list--info li a:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .page--home .section--blog .more {
    width: 30%;
  }
  .page--home .section--blog .section-inner {
    z-index: 2;
  }
  .page--home .section--blog .list--info li {
    text-align: center;
    display: inline-block;
  }
  .page--home .section--blog .list--info li:last-of-type {
    border: none;
  }
  .page--home .section--blog .list--info li:not(:first-of-type) {
    display: none;
  }
  .page--home .section--blog .list--info li.new .tit {
    background: none;
  }
  .page--home .section--blog .list--info li.started .txt-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home .section--blog .list--info li a {
    position: relative;
  }
  .page--home .section--blog .list--info li .txt-wrap {
    opacity: 0;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
  .page--home .section--blog .list--info li .date {
    color: rgba(23, 23, 23, 0.5);
    font-family: "NotoSerifSC", serif;
    font-size: 13px;
  }
  .page--home .section--blog .list--info li .tit {
    font-family: "NotoSerifSC", serif;
  }
  .page--home .section--blog.staff .list--info li .tit {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .page--home .section--blog.akita .section-tit {
    margin-bottom: 60px;
  }
  .page--home .section--wallpaper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 74%;
    max-width: 800px;
    margin: 0 auto 150px;
  }
  .page--home .section--wallpaper .section-tit {
    text-align: left;
    width: 100%;
  }
  .page--home .section--wallpaper .list--contents {
    margin-bottom: 74px;
  }
  .page--home .section--wallpaper .list--contents .thumb {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
  }
  .page--home .section--wallpaper .list--contents .thumb img {
    display: block;
    width: 14vw;
    height: 14vw;
  }
  .page--home .section--wallpaper .list--contents .thumb .content {
    position: relative;
    background-size: cover;
    z-index: 2;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--wallpaper .list--contents .thumb .blur {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-filter: blur(1px);
            filter: blur(1px);
    width: 100%;
    display: block;
    z-index: 1;
  }
  .page--home .section--wallpaper .list--contents .thumb .blur img {
    background-size: 100%;
  }
  .page--home .section--wallpaper .list--contents .date {
    display: block;
    text-align: center;
    color: rgba(23, 23, 23, 0.5);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--wallpaper .list--contents .txt-wrap {
    opacity: 0;
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    -webkit-transform: translateY(2.5em);
            transform: translateY(2.5em);
  }
  .page--home .section--wallpaper .list--contents li {
    position: relative;
  }
  .page--home .section--wallpaper .list--contents li.started .txt-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home .section--wallpaper .list--contents li.new .date {
    position: relative;
  }
  .page--home .section--wallpaper .list--contents li.new .date::after {
    content: "new";
    font-size: 12px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .page--home .section--wallpaper .list--contents li a {
    padding: 50px;
  }
  .page--home .section--wallpaper .list--contents li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--home .section--wallpaper .list--contents li a .border-box > span {
    position: absolute;
    background: #000;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home .section--wallpaper .list--contents li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--wallpaper .list--contents li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--home .section--wallpaper .list--contents li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--wallpaper .list--contents li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--home .section--wallpaper .list--contents li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--home .section--wallpaper .list--contents li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--wallpaper .list--contents li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--home .section--wallpaper .list--contents li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--wallpaper .list--contents li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--home .section--wallpaper .list--contents li a::after {
    content: none;
  }
  .page--home .section--wallpaper .list--contents li a:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .page--home .section--wallpaper .more {
    width: 100%;
  }
  .page--home .section--wallpaper .more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 41px;
  }
  .page--home footer {
    transition: all 0.4s ease-out 0.5s;
    -webkit-transition: all 0.4s ease-out 0.5s;
    position: relative;
    z-index: 10;
  }
  .page--home footer .inner {
    display: block;
  }
  .page--home footer .footer_fc {
    padding: 44px 3%;
    width: 90%;
    margin: 0 auto 100px;
    background: #CCCCCC;
  }
  .page--home footer .footer_fc .list--support dt {
    display: none;
  }
  .page--home footer .footer_fc .nav--support li {
    display: inline-block;
    font-size: 12px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    letter-spacing: 0.01em;
  }
  .page--home footer .footer_fc .nav--support li:not(:last-of-type) {
    margin-right: 16px;
  }
  .page--home footer .footer_fc .nav--support li:hover {
    opacity: 0.5;
  }
  .page--home footer .footer_fc .nav--support li a {
    width: 100%;
  }
  .page--home footer .footer_official {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding: 60px 4%;
  }
  .page--home footer .footer_official .block--logo {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--home footer .footer_official .block--logo .logo-area {
    margin-bottom: 30px;
  }
  .page--home footer .footer_official .block--logo .logo-area a {
    display: block;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home footer .footer_official .block--logo .logo-area a:hover {
    opacity: 0.5;
  }
  .page--home footer .footer_official .block--logo .logo-area a .logo-official {
    width: 10vw;
    max-width: 300px;
  }
  .page--home footer .footer_official .block--logo .logo-area a p {
    font-size: 10px;
    letter-spacing: 0.35em;
    text-align: center;
  }
  .page--home footer .footer_official .block--logo .nav--sns {
    mix-blend-mode: difference;
  }
  .page--home footer .footer_official .block--logo .nav--sns li {
    width: 35px;
    display: inline-block;
    margin-right: 5px;
  }
  .page--home footer .footer_official .block--logo .nav--sns li a {
    padding: 0 5px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home footer .footer_official .block--logo .nav--sns li a:hover {
    opacity: 0.4;
  }
  .page--home footer .footer_official .block--logo .nav--sns li:last-child {
    margin-right: 0;
  }
  .page--home footer .footer_official .block--logo .nav--sns li.nav__item--qqmusic {
    width: 33px;
    position: relative;
    top: -1px;
  }
  .page--home footer .footer_official .copyright {
    text-align: left;
  }
  body:not(.page--home) .loading {
    display: none;
  }
  body:not(.page--home) h1 {
    display: block;
    width: 10vw;
    position: fixed;
    top: 32px;
    left: 4.5%;
    mix-blend-mode: difference;
    z-index: 90;
  }
  body:not(.page--home) h1 a {
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  body:not(.page--home) h1 a:hover {
    opacity: 0.5;
  }
  body:not(.page--home) .wrap {
    padding: 150px 0 270px;
  }
  body:not(.page--home) footer {
    padding: 10px 4%;
    height: 170px;
    position: inherit;
    bottom: 0;
  }
  body:not(.page--home) footer .txt {
    padding: 50px 0 0;
  }
  body.area-fc:not(.page--home) .section--list .section-tit,
  body.area-fc:not(.page--home) .section--detail .section-tit {
    font-size: 25px;
  }
  body:not(.page--home) .section--list,
  body:not(.page--home) .section--detail {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    -webkit-transition: 0.4s 0.2s;
    transition: 0.4s 0.2s;
  }
  body:not(.page--home) .section--list .section-tit,
  body:not(.page--home) .section--detail .section-tit {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.05em;
    margin-bottom: 80px;
    font-weight: 400;
  }
  body:not(.page--home) .section--list .detail__btn,
  body:not(.page--home) .section--detail .detail__btn {
    margin-top: 60px;
  }
  body:not(.page--home) .section--list footer .footer_detail .copyright,
  body:not(.page--home) .section--detail footer .footer_detail .copyright {
    text-align: left;
  }
  body:not(.page--home).loaded .section--list, body:not(.page--home).loaded .section--detail {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--info .block--category {
    margin-bottom: 60px;
  }
  .page--info .block--category li {
    display: inline-block;
    border: none;
    position: relative;
  }
  .page--info .block--category li a {
    display: block;
    line-height: 1;
    font-size: 13px;
    padding: 5px 8px;
    letter-spacing: 0.05em;
  }
  .page--info .block--category li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--info .block--category li a .border-box > span {
    position: absolute;
    background: #ededed;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--info .block--category li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--info .block--category li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--info .block--category li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--info .block--category li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--info .block--category li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--info .block--category li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--info .block--category li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--info .block--category li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--info .block--category li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--info .block--category li.current {
    pointer-events: none;
    opacity: 0.5;
  }
  .page--info .section--detail.new .tit::after {
    content: "new";
    font-size: 12px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .page--info .section--detail .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page--info .section--detail .date {
    margin-bottom: 50px;
    font-size: 11px;
    display: inline-block;
  }
  .page--info .section--detail .category {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
  }
  .page--info .section--detail .txt a {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--info .section--detail .txt a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .ph img {
    width: 100% !important;
  }
  .page--info .section--detail .block--share {
    text-align: center;
    margin: 50px 0 30px;
  }
  .page--info.area-official .section--detail {
    padding: 50px 3% 40px;
    background: #D6D6D7;
    color: #000000;
  }
  .page--disco .block--category {
    margin-bottom: 60px;
  }
  .page--disco .block--category li {
    display: inline-block;
    border: none;
    position: relative;
  }
  .page--disco .block--category li a {
    display: block;
    line-height: 1;
    font-size: 13px;
    padding: 5px 8px;
    letter-spacing: 0.05em;
  }
  .page--disco .block--category li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--disco .block--category li a .border-box > span {
    position: absolute;
    background: #ededed;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--disco .block--category li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--disco .block--category li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--disco .block--category li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--disco .block--category li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--disco .block--category li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--disco .block--category li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--disco .block--category li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--disco .block--category li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--disco .block--category li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--disco .block--category li.current {
    pointer-events: none;
    opacity: 0.5;
  }
  .page--disco .list--disco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 31.3333333333%;
    margin-right: 3%;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--disco .list--disco li.delighter.started {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    margin-bottom: 1em;
    line-height: 0;
  }
  .page--disco .list--disco li .thumb img {
    background-size: contain;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--disco .list--disco li .thumb .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .page--disco .list--disco li .thumb .blur img {
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(25px);
            filter: blur(25px);
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .page--disco .list--disco li .tit {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .page--disco .list--disco li .date, .page--disco .list--disco li .category {
    display: inline-block;
    font-size: 11px;
    color: rgba(237, 237, 237, 0.6);
    letter-spacing: 0.05em;
  }
  .page--disco .list--disco li a {
    display: block;
  }
  .page--disco .list--disco li a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--disco .list--disco li a .border-box > span {
    position: absolute;
    background: #ededed;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--disco .list--disco li a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--disco .list--disco li a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--disco .list--disco li a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--disco .list--disco li a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--disco .list--disco li a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--disco .list--disco li a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--disco .list--disco li a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--disco .list--disco li a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--disco .list--disco li a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--disco .list--disco li a .border-box {
    z-index: 10;
  }
  .page--disco .list--disco li a:hover .thumb {
    -webkit-filter: grayscale(80%);
            filter: grayscale(80%);
  }
  .page--disco .section--detail .ph {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    margin: 0;
  }
  .page--disco .section--detail .ph img {
    background-size: contain;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--disco .section--detail .ph .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .page--disco .section--detail .ph .blur img {
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page--disco .section--detail .disco-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--disco .section--detail .disco-wrap .block--jacket {
    width: 40%;
    margin-right: 4%;
    min-width: 400px;
    max-width: 600px;
  }
  .page--disco .section--detail .disco-wrap .list--jacket li {
    margin-bottom: 20px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail {
    margin-bottom: 20px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail .tit-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 40px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail .tit {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail .date {
    font-size: 12px;
    display: inline-block;
    margin-right: 4px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail .category {
    display: inline-block;
    font-size: 13px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail h2 {
    font-size: 16px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail > ol > li {
    margin-bottom: 20px;
  }
  .page--disco .section--detail .disco-wrap .block--disc-detail > ol > li a {
    display: inline-block;
  }
  .page--disco .section--detail .disco-wrap .block--comment .txt {
    font-size: 12px;
  }
  .page--disco .section--detail .disco-wrap .block--track {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(237, 237, 237, 0.5);
  }
  .loaded.page--bio .section--detail .block--ph .ph::before, .loaded.page--bio .section--detail .block--ph .ph::after {
    height: 20%;
  }
  .page--bio .section--detail {
    width: 100% !important;
    max-width: 100% !important;
    opacity: 0;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  .page--bio .section--detail .section-tit {
    text-align: center !important;
  }
  .page--bio .section--detail .block--ph {
    margin-bottom: 60px;
  }
  .page--bio .section--detail .block--ph .ph {
    overflow: hidden;
    position: relative;
  }
  .page--bio .section--detail .block--ph .ph img {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 3;
  }
  .page--bio .section--detail .block--ph .ph .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .page--bio .section--detail .block--ph .ph .blur img {
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(25px);
            filter: blur(25px);
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .page--bio .section--detail .block--ph .ph::before, .page--bio .section--detail .block--ph .ph::after {
    content: "";
    display: block;
    background: #171717;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transition: 0.4s 0.3s;
    transition: 0.4s 0.3s;
  }
  .page--bio .section--detail .block--ph .ph::before {
    top: 0;
  }
  .page--bio .section--detail .block--ph .ph::after {
    bottom: 0;
    top: initial;
  }
  .page--bio .section--detail .block--bio {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page--bio .section--detail .block--bio .logo {
    width: 20%;
    margin: 0 auto 30px;
  }
  .page--bio .section--detail .block--bio .detail p {
    font-size: 13px;
    line-height: 1.8;
  }
  .page--lyrics .border:before, .page--lyrics .border:after {
    right: -14%;
  }
  .page--lyrics .block--search {
    margin: 0 auto 50px;
  }
  .page--lyrics .block--search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--lyrics .block--search .block--pull-down {
    cursor: pointer;
    float: left;
    width: 25%;
    margin-right: 3%;
    position: relative;
  }
  .page--lyrics .block--search .block--pull-down select {
    line-height: 1.6;
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 0.5em;
    padding-right: 1.5em;
    cursor: pointer;
  }
  .page--lyrics .block--search .block--pull-down select::-ms-expand {
    display: none;
  }
  .page--lyrics .block--search .searchForm {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000000;
    width: 470px;
    height: 36px;
  }
  .page--lyrics .block--search input[type=text].text:-moz-placeholder-shown {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text:-ms-input-placeholder {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text:placeholder-shown {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text::-webkit-input-placeholder {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text:-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  .page--lyrics .block--search input[type=text].text:-ms-input-placeholder {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text] {
    background: transparent;
    padding-bottom: 0.5em;
    width: 100%;
  }
  .page--lyrics .block--search input[type=submit] {
    font-family: FontAwesome;
    background-color: transparent;
    color: #000000;
    font-size: 17px;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--lyrics .block--search input[type=submit]:hover {
    opacity: 0.5;
  }
  .page--lyrics .form--confirm dl {
    padding: 40px 2%;
    border-top: 1px solid rgba(133, 133, 142, 0.4);
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    margin: 0 0 20px;
  }
  .page--lyrics .form--confirm dt {
    margin-bottom: 2px;
    font-size: 13px;
    opacity: 0.5;
  }
  .page--lyrics .form--confirm dd {
    margin: 0 0 30px;
    font-size: 16px;
  }
  .page--lyrics .block--category {
    margin: 0 auto 30px;
    text-align: right;
    position: relative;
  }
  .page--lyrics .block--category:before {
    content: "sort:";
    font-family: "NotoSerifSC", serif;
    font-weight: 600;
    font-weight: bold;
    opacity: 0.5;
    font-size: 13px;
  }
  .page--lyrics .block--category li {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--lyrics .block--category li span {
    padding: 10px;
  }
  .page--lyrics .block--category li:hover {
    color: #000000;
  }
  .page--lyrics #panes .block--pager {
    position: relative;
    bottom: 0;
  }
  .page--lyrics .block--category .current {
    color: #000000;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--lyrics .comment {
    font-size: 13px;
  }
  .page--lyrics .comment i {
    display: inline-block;
    margin-right: 4px;
    color: #444;
  }
  .page--lyrics .tit {
    margin-top: 0;
    font-size: 15px;
  }
  .page--lyrics .section--list.lyrics .border::before {
    right: -14%;
  }
  .page--lyrics .section--list.lyrics .list--info {
    margin-bottom: 120px;
  }
  .page--lyrics .section--list.lyrics .list--info a {
    padding: 30px 3.5%;
  }
  .page--lyrics .section--list.lyrics .list--info li {
    padding: 0;
    position: relative;
  }
  .page--lyrics .section--list.lyrics .list--info li:not(.no-data) {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--lyrics .section--list.lyrics .list--info li::before {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: #000;
  }
  .page--lyrics .section--list.lyrics .list--info li:first-of-type:not(.no-data) {
    margin-top: 0;
    border-top: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--lyrics .section--list.lyrics .list--info li.no-data {
    margin-top: 100px !important;
  }
  .page--lyrics .section--list.lyrics .list--info li.no-data::before {
    content: none;
  }
  .page--lyrics .section--list.lyrics .list--info li:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--lyrics .section--list.lyrics .list--info .tit {
    margin-bottom: 5px;
  }
  .page--lyrics .section--list.lyrics .list--info .date, .page--lyrics .section--list.lyrics .list--info .name {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .page--lyrics .section--list.comment .list--comment {
    margin-bottom: 120px;
  }
  .page--lyrics .section--list.comment .list--comment li {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding: 30px 3.5%;
  }
  .page--lyrics .section--list.comment .list--comment li:first-of-type:not(.no-data) {
    border-top: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--lyrics .section--list.comment .list--comment li.no-data {
    border-top: 0;
    margin: 100px 0;
    padding: 0;
    border-bottom: 0;
  }
  .page--lyrics .section--list.comment .list--comment .name {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page--lyrics .section--list.comment .list--comment .txt {
    margin-bottom: 0;
  }
  .page--lyrics .section--detail.lyrics .section-tit {
    font-size: 18px;
    left: 0.02em;
    margin-bottom: 10px;
    letter-spacing: inherit;
  }
  .page--lyrics .section--detail.lyrics .block--lyrics {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .page--lyrics .section--detail.lyrics .credit {
    font-size: 12px;
    text-align: center;
    margin-bottom: 90px;
  }
  .page--lyrics .section--detail.lyrics .txt {
    margin-bottom: 0;
  }
  .page--lyrics .section--detail.lyrics .list--disc {
    padding-top: 20px;
  }
  .page--lyrics .section--detail.lyrics .list--disc .thumb {
    overflow: hidden;
    width: 70%;
    margin: 0 auto 20px;
  }
  .page--lyrics .section--detail.lyrics .list--disc .thumb img:first-of-type {
    background-size: contain;
    position: relative;
    z-index: 10;
  }
  .page--lyrics .section--detail.lyrics .list--disc .tit {
    font-size: 22px;
    margin-bottom: 0;
  }
  .page--lyrics .section--detail.lyrics .list--disc .date {
    margin-bottom: 0;
  }
  .page--lyrics .section--detail.lyrics .panes {
    margin-bottom: 50px;
  }
  .page--lyrics .section--detail.lyrics .btn {
    margin-bottom: 20px;
  }
  .page--lyrics .section--detail.lyrics .comment_view {
    text-align: center;
  }
  .page--lyrics .section--detail.lyrics .comment_view a {
    padding: 10px 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--lyrics .section--detail.lyrics .comment_view a:hover {
    opacity: 0.5;
  }
  .page--lyrics .section--detail.confirm .btn--main {
    margin-bottom: 10px;
  }
  .page--lyrics .section--detail.done .txt {
    text-align: center;
  }
  .page--lyrics .section--detail.done .btn {
    margin-top: 50px;
  }
  .page--lyrics .block--lyrics-tit {
    margin: 0 0 30px;
    text-align: center;
  }
  .page--lyrics .block--lyrics-tit .tit {
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: bold;
  }
  .page--lyrics .block--lyrics-tit .credit {
    font-size: 12px;
    text-align: center;
  }
  .page--lyrics .list--info .no-data {
    margin: 100px 0;
  }
  .page--lyrics .form--post dd {
    margin-bottom: 20px;
  }
  .page--lyrics .list--error {
    margin-bottom: 20px;
    color: #CA4C4B;
  }
  .page--lyrics .list--error li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .page--bbs .date {
    opacity: 0.5;
    font-size: 12px;
  }
  .page--bbs .block--bbs-option {
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--bbs .block--bbs-option .searchForm {
    background: transparent;
    width: 470px;
    height: 36px;
    border: none;
    position: relative;
    border-bottom: 1px solid #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text] {
    width: 100%;
    height: 36px;
    float: left;
    background: transparent;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-moz-placeholder-shown {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-ms-input-placeholder {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:placeholder-shown {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search::-webkit-input-placeholder {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-ms-input-placeholder {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=submit] {
    font-family: FontAwesome;
    background-color: transparent;
    color: #000000;
    font-size: 17px;
    padding: 9px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--bbs .block--bbs-option .searchForm input[type=submit]:hover {
    opacity: 0.5;
  }
  .page--bbs .block--bbs-option .threadSort {
    margin-right: 3%;
    width: 25%;
  }
  .page--bbs .block--bbs-option .select--sort {
    display: inline-block;
    position: relative;
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .page--bbs .block--bbs-option .select--sort select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0.5em 1.5em 0.5em 0.5em;
  }
  .page--bbs .comment {
    display: inline-block;
    line-height: 0;
    font-size: 0.8em;
    position: relative;
    top: -1px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-left: 0.5em;
    letter-spacing: 0;
  }
  .page--bbs [class^=form--] dt > span {
    margin-left: 10px;
  }
  .page--bbs .list--thread {
    margin-bottom: 50px;
  }
  .page--bbs .list--thread li {
    position: relative;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--bbs .list--thread a {
    padding: 30px 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--bbs .list--thread a:hover {
    opacity: 0.5;
  }
  .page--bbs .list--thread .tit {
    font-size: 18px;
    margin: 0 0 0.5em;
    font-weight: bold;
  }
  .page--bbs .section--detail .tit {
    font-size: 24px;
    margin: 0 0 50px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .page--bbs .section--detail .tit .border {
    position: relative;
  }
  .page--bbs .section--detail .tit .border:before, .page--bbs .section--detail .tit .border:after {
    content: "";
    position: absolute;
  }
  .page--bbs .section--detail .tit .comment {
    font-size: 16px;
  }
  .page--bbs .section--detail .block--parent {
    margin: 0 0 50px;
  }
  .page--bbs .section--detail .block--parent .txt {
    margin: 0 0 20px;
  }
  .page--bbs .section--detail .block--parent .date {
    margin: 0;
    letter-spacing: 0.08em;
  }
  .page--bbs .section--detail .block--post {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--bbs .section--detail .block--post textarea {
    background: #fff;
  }
  .page--bbs .section--detail .block--post .detail--post dt {
    font-weight: bold;
    margin: 0 auto 2px;
    font-size: 13px;
    opacity: 0.5;
  }
  .page--bbs .section--detail .block--post .detail--post dd {
    margin: 0px 0 20px;
  }
  .page--bbs .section--detail .block--post .notes {
    margin: 30px 0;
  }
  .page--bbs .section--detail.confirm .form--post {
    margin: 0 0 40px;
  }
  .page--bbs .section--detail.complete .txt {
    padding: 100px 0 0;
  }
  .page--bbs .section--detail .block--error {
    margin: 0 0 20px;
    color: #CA4C4B;
  }
  .page--bbs .block--user {
    margin: 0 0 10px;
  }
  .page--bbs .block--user .name {
    font-size: 14px;
  }
  .page--bbs .block--user .txt {
    font-size: 13px;
  }
  .page--bbs .list--comment {
    margin-bottom: 120px;
  }
  .page--bbs .list--comment li {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding: 24px 2%;
    position: relative;
  }
  .page--bbs .list--comment li .txt {
    margin: 0 0 10px;
  }
  .page--bbs .list--comment li .date {
    margin: 0;
  }
  .page--bbs .form--post .detail--post {
    margin-bottom: 30px;
  }
  .page--bbs .form--post .detail--post .label--name, .page--bbs .form--post .detail--post .label--imag {
    margin-bottom: 20px;
  }
  .page--bbs .form--confirm .btn {
    margin: 0;
  }
  .page--bbs .form--confirm .txt {
    margin: 0 0 20px;
  }
  .page--bbs .form--confirm dl {
    padding: 40px 2%;
    border-top: 1px solid rgba(133, 133, 142, 0.4);
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    margin: 0 0 20px;
  }
  .page--bbs .form--confirm dt {
    margin-bottom: 2px;
    font-size: 13px;
    opacity: 0.5;
  }
  .page--bbs .form--confirm dd {
    margin: 0 0 30px;
    font-size: 16px;
  }
  .page--bbs .txt.center {
    text-align: center;
    margin-bottom: 50px;
  }
  .page--bbs.photo .border::before {
    top: 79%;
  }
  .page--bbs.photo .border:after {
    top: 37%;
  }
  .page--bbs.photo .list--comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--bbs.photo .list--comment li {
    width: 33.3333333333%;
  }
  .page--bbs.photo .block--post {
    border-bottom: 0;
  }
  .page--bbs.photo .label--imag span {
    display: inline-block;
    margin-bottom: 2px;
  }
  .page--bbs.photo .label--imag label + p {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
  }
  .page--bbs.photo .block--comment {
    border: none;
    padding: 0 1px 1px 0;
    width: 33.3333333333%;
    cursor: pointer;
  }
  .page--bbs.photo .block--comment a:hover .ph-wrapper:before {
    opacity: 0.7;
  }
  .page--bbs.photo .block--comment a:hover .ph-wrapper:after {
    opacity: 1;
  }
  .page--bbs.photo .block--comment a:hover .ph-wrapper img:not(.dummy) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page--bbs.photo .ph-wrapper {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
    background: #888;
  }
  .page--bbs.photo .ph-wrapper:before, .page--bbs.photo .ph-wrapper:after {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    position: absolute;
    opacity: 0;
    z-index: 10;
  }
  .page--bbs.photo .ph-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #383838;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
  }
  .page--bbs.photo .ph-wrapper:after {
    content: "view more";
    width: 9em;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page--bbs.photo .ph-wrapper img:not(.dummy) {
    display: block;
    width: 100%;
    background-size: cover;
    height: auto;
    z-index: 1;
    pointer-events: none;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--bbs.photo .ph-wrapper .dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .page--bbs.photo #swipebox-caption {
    background: rgba(0, 0, 0, 0.3);
  }
  .page--bbs.report .block--comment {
    margin: 30px 0 40px;
    padding: 40px 3.5%;
    border-radius: 3px;
    background-color: #CCCCCC;
  }
  .page--bbs.report .block--comment .ph {
    width: 50%;
    margin: 20px 0;
  }
  .page--bbs.report .block--comment .txt {
    margin-bottom: 10px;
  }
  .page--bbs.report .form--post dt {
    margin-bottom: 2px;
  }
  .page--bbs.report .form--post dd {
    margin-bottom: 30px;
  }
  .page--blog .tit {
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
  }
  .page--blog .list--contents {
    margin-bottom: 120px;
    text-align: center;
  }
  .page--blog .list--contents li:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .page--blog .list--contents li.new .date::after {
    content: "new";
    font-size: 15px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -3px;
    letter-spacing: 0.03em;
  }
  .page--blog .list--contents .tit {
    font-size: 30px;
    margin-bottom: 4px;
    position: relative;
    display: inline-block;
  }
  .page--blog .list--contents .date {
    font-size: 12px;
    letter-spacing: 0.2em;
    position: relative;
    color: rgba(23, 23, 23, 0.5);
  }
  .page--blog .list--contents a {
    position: relative;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--blog .list--contents a .border-box {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page--blog .list--contents a .border-box > span {
    position: absolute;
    background: #000;
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--blog .list--contents a .border-box > span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--blog .list--contents a .border-box > span:nth-child(2) {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  .page--blog .list--contents a .border-box > span:nth-child(3) {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--blog .list--contents a .border-box > span:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
            transform: translate3d(0, 0, 0) scaleX(0);
  }
  .page--blog .list--contents a:hover .border-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .page--blog .list--contents a:hover .border-box > span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--blog .list--contents a:hover .border-box > span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  .page--blog .list--contents a:hover .border-box > span:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--blog .list--contents a:hover .border-box > span:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
            transform: translate3d(0, 0, 0) scaleX(1);
  }
  .page--blog .section--list.akita .border:before {
    right: -12%;
  }
  .page--blog .section--list.akita .border:after {
    top: -7%;
    right: -14%;
  }
  .page--blog .section--list.staff .border:before {
    right: -8%;
  }
  .page--blog .section--list.staff .border:after {
    top: -21%;
  }
  .page--blog .section--list .block--pager {
    text-align: center;
  }
  .page--blog .section--detail .tit {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .page--blog .section--detail .date {
    font-size: 14px;
  }
  .page--blog .section--detail .txt {
    margin: 50px 0;
  }
  .page--blog .section--detail .txt > span,
  .page--blog .section--detail .txt > span *,
  .page--blog .section--detail .txt > p,
  .page--blog .section--detail .txt > p *,
  .page--blog .section--detail .txt > font,
  .page--blog .section--detail .txt > font *,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div),
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) *,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div),
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * {
    font-family: "NotoSerifSC", 宋体, Arial, Helvetica, serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    white-space: normal !important;
    word-break: break-word;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .page--blog .section--detail .txt > span,
  .page--blog .section--detail .txt > span *,
  .page--blog .section--detail .txt > p,
  .page--blog .section--detail .txt > p *,
  .page--blog .section--detail .txt > font,
  .page--blog .section--detail .txt > font *,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div),
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) *,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div),
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .txt > span,
  .page--blog .section--detail .txt > span *,
  .page--blog .section--detail .txt > p,
  .page--blog .section--detail .txt > p *,
  .page--blog .section--detail .txt > font,
  .page--blog .section--detail .txt > font *,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div),
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) *,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div),
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .txt > span a,
  .page--blog .section--detail .txt > span * a,
  .page--blog .section--detail .txt > p a,
  .page--blog .section--detail .txt > p * a,
  .page--blog .section--detail .txt > font a,
  .page--blog .section--detail .txt > font * a,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) a,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) * a,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) a,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * a {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--blog .section--detail .txt > span a:hover,
  .page--blog .section--detail .txt > span * a:hover,
  .page--blog .section--detail .txt > p a:hover,
  .page--blog .section--detail .txt > p * a:hover,
  .page--blog .section--detail .txt > font a:hover,
  .page--blog .section--detail .txt > font * a:hover,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) a:hover,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) * a:hover,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) a:hover,
  .page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * a:hover {
    text-decoration: none;
  }
  .page--blog .section--detail .txt .ph {
    margin: 10px auto;
  }
  .page--blog .section--detail .txt video {
    margin: 10px auto;
    display: block;
    padding: 0;
  }
  .page--wallpaper .ph::after {
    content: none;
  }
  .page--wallpaper.category-3 .border:before, .page--wallpaper.category-3 .border:after {
    right: -5% !important;
  }
  .page--wallpaper.category-4 .border:before, .page--wallpaper.category-4 .border:after {
    right: -5% !important;
  }
  .page--wallpaper .section--list.list .border:before, .page--wallpaper .section--list.list .border:after {
    right: -8%;
  }
  .page--wallpaper .section--list .notes {
    margin-bottom: 30px;
  }
  .page--wallpaper .section--list .notes dt {
    margin-bottom: 10px;
  }
  .page--wallpaper .section--list .list--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--wallpaper .section--list .list--info li {
    display: inline-block;
    width: 48%;
    font-size: 24px;
    text-align: center;
    background: #CCCCCC;
    height: 270px;
  }
  .page--wallpaper .section--list .list--info li:not(:last-child) {
    margin-right: 2%;
  }
  .page--wallpaper .section--list .list--info li.no-data {
    background: none;
  }
  .page--wallpaper .section--list .list--info a {
    opacity: 1;
    padding: 100px 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--wallpaper .section--list .list--info .tit {
    line-height: 1.6;
  }
  .page--wallpaper.page--point .thumb {
    width: 40%;
    margin: 0 auto 20px;
  }
  .page--wallpaper.page--point .thumb img {
    width: 100%;
  }
  .page--wallpaper .list--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--wallpaper .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .page--wallpaper .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--wallpaper .list--contents .thumb {
    width: 100%;
    line-height: 0;
  }
  .page--wallpaper .list--contents .thumb img {
    width: 100%;
    height: 100%;
  }
  .page--wallpaper .list--contents .tit {
    margin-bottom: 20px;
  }
  .page--wallpaper .list--contents li .block--wp-size {
    padding: 10px 0 0;
  }
  .page--wallpaper .list--contents li .block--wp-size li {
    width: 100%;
    margin: 0 0 10px;
    font-size: 12px;
  }
  .page--wallpaper .list--contents li .block--wp-size li a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    padding-bottom: 5px;
  }
  .page--wallpaper .list--contents li .block--wp-size li a::before, .page--wallpaper .list--contents li .block--wp-size li a:after {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
            transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .page--wallpaper .list--contents li .block--wp-size li a:before {
    background-color: #85858e;
  }
  .page--wallpaper .list--contents li .block--wp-size li a:after {
    -webkit-transform-origin: left;
            transform-origin: left;
    background-color: #000000;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .page--wallpaper .list--contents li .block--wp-size li a:hover:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--questionnaire .section--detail {
    max-width: 1100px;
    margin: 2em auto;
  }
  .page--questionnaire .section-tit {
    font-size: 16px;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 2em;
    font-size: 16px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 6em;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
    font-size: 15px;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--entry .section--detail .section-tit {
    display: none;
  }
  .page--entry .section--detail [class^=block--] {
    margin-bottom: 50px;
  }
  .page--entry .section--detail [class^=block--] table {
    width: 650px;
    margin: 0 auto 30px;
    border: 1px solid #000000;
  }
  .page--entry .section--detail [class^=block--] table th {
    width: 20%;
    padding: 10px 3%;
    text-align: center;
    border-bottom: 1px solid #000000;
    font-weight: 400;
  }
  .page--entry .section--detail [class^=block--] table td {
    padding: 10px 3%;
    border-bottom: 1px solid #000000;
    border-left: 1px dotted #000000;
  }
  .page--entry .section--detail [class^=block--] table.list--payment .credit {
    margin-bottom: 20px;
  }
  .page--entry .section--detail [class^=block--] .block-tit {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .page--entry .section--detail .block--logo {
    margin-bottom: 100px;
  }
  .page--entry .section--detail .block--logo .logo-fc {
    width: 35%;
    display: block;
    margin: 0 auto 5px;
  }
  .page--entry .section--detail .block--logo .txt--sub {
    text-align: center;
    letter-spacing: 0.4em;
    font-size: 14px;
    margin: 0 auto 30px;
  }
  .page--entry .section--detail .block--logo .lead {
    margin-bottom: 0;
  }
  .page--entry .section--detail .list--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--entry .section--detail .list--contents li {
    padding: 24px 2.5%;
    width: 48%;
    min-height: 150px;
    margin-bottom: 20px;
    margin-right: 2%;
    background: #CCCCCC;
    color: #000000;
  }
  .page--entry .section--detail .list--contents li:nth-child(even) {
    margin-right: 0;
  }
  .page--entry .section--detail .list--contents li .tit {
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
  }
  .page--entry .section--detail .list--contents li .text {
    letter-spacing: 0.1em;
  }
  .page--entry .section--detail .list--contents .list--sub {
    margin-bottom: 10px;
  }
  .page--entry .section--detail .list--contents .list--sub li {
    border: none;
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .page--entry .section--detail .block--intro {
    margin-top: 100px;
  }
  .page--entry .section--detail .block--intro .block-tit {
    margin-bottom: 20px;
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    font-size: 22px;
  }
  .page--entry .section--detail .block--status .block-tit {
    margin-bottom: 20px;
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    font-size: 22px;
  }
  .page--entry .section--detail .block--status .list--contents li {
    width: 100%;
  }
  .page--entry .section--detail .block--status .list--status {
    margin: 10px 0;
  }
  .page--entry .section--detail .block--status .list--status li {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: inherit;
  }
  .page--appli .section--detail.app .section-tit {
    letter-spacing: 0.02em;
  }
  .page--appli .section--detail.app .border:before {
    top: 61%;
    right: -3%;
  }
  .page--appli .section--detail.app .border:after {
    top: -1%;
    right: -3%;
  }
  .page--appli .lead {
    margin-bottom: 10px;
  }
  .page--appli .text {
    margin-bottom: 8px;
  }
  .page--appli .text.link {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--appli .text.link:hover {
    text-decoration: none;
  }
  .page--appli .red {
    color: #CA4C4B;
  }
  .page--appli .block--lead .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--appli .block--lead .flex-wrap img {
    margin-right: 2%;
    width: 10%;
    min-width: 70px;
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
  }
  .page--appli .block--lead .flex-wrap .lead {
    width: 88%;
    letter-spacing: 0;
  }
  .page--appli .block--lead .flex-wrap .lead span {
    font-weight: bold;
  }
  .page--appli [class^=block--] {
    margin-bottom: 50px;
  }
  .page--appli [class^=block--] .block-tit {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 6px;
    font-size: 15px;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    font-weight: bold;
  }
  .page--appli .block--howto {
    margin-top: 50px;
  }
  .page--appli .block--howto dl {
    background: #ccc;
    padding: 10px 2%;
    margin-bottom: 20px;
  }
  .page--appli .block--howto dt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page--appli .list--app {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--appli .list--app span {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
  }
  .page--appli .list--app li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--appli .list--app li:first-of-type {
    margin-right: 10px;
  }
  .page--appli .list--app a {
    cursor: pointer;
    height: 70px;
  }
  .page--appli .list--app a img {
    width: auto;
    height: 100%;
  }
  .page--archives .section--list .section-tit {
    letter-spacing: 0.02em;
  }
  .page--archives .list--article li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page--archives .caption {
    font-size: 14px;
  }
  .page--archives .caption .txt {
    margin-bottom: 5px;
  }
  .page--archives .border:before {
    top: 64%;
    right: -10%;
  }
  .page--archives .border:after {
    top: -11%;
    right: -13%;
  }
  .page--game [class^=block--]:not(:last-child) {
    margin-bottom: 50px;
  }
  .page--game [class^=block--] .inner {
    background: #CCCCCC;
    padding: 40px 20px 20px;
  }
  .page--game [class^=block--] .block-tit {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .page--game [class^=block--] .section--detail .section-tit {
    letter-spacing: 0.02em;
  }
  .page--game [class^=block--] .inner > a {
    width: 50%;
    display: block;
    margin: 0 auto 30px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--game [class^=block--] .inner > a:hover {
    opacity: 0.5;
  }
  .page--game [class^=block--] .inner > a img {
    width: 100%;
  }
  .page--game [class^=block--] .lead {
    margin-bottom: 10px;
  }
  .page--game [class^=block--] .attention {
    color: #CA4C4B;
    font-size: 0.8em;
  }
  .page--puzzle .section--detail.puzzle .border:before {
    top: 53%;
    right: -6%;
  }
  .page--puzzle .section--detail.puzzle .border:after {
    top: -8%;
    right: -6%;
  }
  .page--puzzle .txt {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.5em;
  }
  .page--puzzle .lead {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
  }
  .page--puzzle .attentionList {
    margin: 0 0 15px;
    font-size: 12px;
  }
  .page--puzzle .attentionList li {
    text-indent: -13px;
    padding: 0 0 0 13px;
  }
  .page--puzzle .attentionList li:not(:last-child) {
    margin-bottom: 15px;
  }
  .page--puzzle .contentsBox {
    padding: 25px;
    background: #ccc;
    margin: 0 0 30px;
  }
  .page--puzzle .contentsBox h3 {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .page--puzzle .contentsBox:first-child {
    padding-bottom: 0;
  }
  .page--puzzle .contentsBox .img img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .page--puzzle .qrBox {
    margin-bottom: 50px;
  }
  .page--puzzle .qrBox .qrTxt {
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
  }
  .page--puzzle .qrBox img {
    width: 260px;
    margin: 0 auto 80px;
    display: block;
    background: #fff;
    padding: 15px;
  }
  .page--livehistory .section--list .section-tit {
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
  }
  .page--livehistory .section--list .section-tit .break {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .page--livehistory .section--list .text {
    margin-bottom: 10px;
  }
  .page--livehistory .section--list .pict_box {
    display: block;
    min-width: 90px;
  }
  .page--livehistory .section--list .caption {
    padding: 1em 0;
  }
  .page--livehistory .section--detail {
    /* text style
    -------------------------------- */
    /* 角丸メニュー
    ------------------------- */
    /* 壁紙ダウンロード方法
    --------------------- */
    /* リスト
    ----------------------------- */
    /* 歌詞リスト */
    /* スケジュールリスト */
    /* サムネイルボックス */
  }
  .page--livehistory .section--detail [class^=block--] {
    margin: 0px 0 15px;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
  }
  .page--livehistory .section--detail hr {
    margin: 8px 0;
  }
  .page--livehistory .section--detail .block--goods .thumb {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 30px;
  }
  .page--livehistory .section--detail .block--goods .thumb img {
    width: 100%;
  }
  .page--livehistory .section--detail .block--present .thumb {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 30px;
  }
  .page--livehistory .section--detail .block--present .thumb img {
    width: 100%;
  }
  .page--livehistory .section--detail .block--present .end {
    font-size: 13px;
    color: #CA4C4B;
  }
  .page--livehistory .section--detail .block--goods img, .page--livehistory .section--detail .page--present img {
    width: 50%;
  }
  .page--livehistory .section--detail .block--comment .auther {
    font-size: 14px;
    text-align: right;
  }
  .page--livehistory .section--detail #swipebox-caption {
    line-height: 1.6;
  }
  .page--livehistory .section--detail .lead {
    padding: 10px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background-color: rgba(50, 50, 50, 0.3);
  }
  .page--livehistory .section--detail .txt {
    margin: 0 0 10px;
    line-height: 1.2em;
  }
  .page--livehistory .section--detail h2.tit {
    height: 36px;
    background: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
  }
  .page--livehistory .section--detail .ph {
    margin: 10px;
    height: auto;
    background: none;
    text-align: center;
  }
  .page--livehistory .section--detail .ph img {
    width: 100%;
  }
  .page--livehistory .section--detail #history_nav ul {
    background: #333333;
    margin: 0 0 10px;
    text-align: center;
  }
  .page--livehistory .section--detail #history_nav ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
  }
  .page--livehistory .section--detail #history_nav ul li:nth-child(even) {
    border-right: 0;
  }
  .page--livehistory .section--detail #history_nav ul li:nth-last-child(1), .page--livehistory .section--detail #history_nav ul li:nth-last-child(2) {
    border-bottom: 0;
  }
  .page--livehistory .section--detail #history_nav ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--livehistory .section--detail #history_nav ul li a:hover {
    opacity: 0.5;
  }
  .page--livehistory .section--detail #history_nav ul li:nth-child(2n) a {
    border-right: none;
  }
  .page--livehistory .section--detail #history_nav ul li:last-child p {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px;
  }
  .page--livehistory .section--detail .howto_list .howto_lead {
    margin-bottom: 10px;
  }
  .page--livehistory .section--detail ol.song_list {
    display: block;
    margin: 0 0 0 30px;
  }
  .page--livehistory .section--detail ol.song_list li {
    font-size: 12px;
    margin: 0 0 5px 0;
    list-style-type: decimal-leading-zero;
  }
  .page--livehistory .section--detail p.setlist_date {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .page--livehistory .section--detail ol.schedule_list {
    display: block;
    margin: 0 0 0 8px;
  }
  .page--livehistory .section--detail ol.schedule_list li {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .page--livehistory .section--detail ul.thumb_box {
    margin: 0 auto 20px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--livehistory .section--detail ul.thumb_box li {
    margin: 0 8px 0 0;
    width: 31%;
    text-align: center;
  }
  .page--livehistory .section--detail ul.thumb_box li:last-child {
    margin: 0;
  }
  .page--livehistory .section--detail ul.thumb_box img {
    width: 100%;
    border: 1px solid #ccc;
  }
  .page--livehistory .section--detail #sample {
    padding: 0 0 15px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--livehistory .section--detail #sample li {
    display: inline-block;
    text-align: center;
  }
  .page--livehistory .section--detail #sample li:not(:last-child) {
    margin-right: 10px;
  }
  .page--livehistory .section--detail #sample li img {
    padding: 0 0 10px;
    height: 180px;
  }
  .page--livehistory .section--detail #sample .an img {
    padding: 0 0 10px;
    height: 140px;
  }
  .page--livehistory .section--detail #sample p {
    font-size: 10px;
  }
  .page--privacy .lead {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .page--privacy .block--text {
    margin-bottom: 20px;
  }
  .page--privacy .block--text .block-tit {
    font-size: 14px;
    font-weight: bold;
  }
  .page--privacy .block--text > p {
    font-size: 12px;
  }
  .page--support .lead {
    margin-bottom: 30px;
  }
  .page--support .block--text {
    margin-bottom: 30px;
  }
  .page--support .block--text .block-tit {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .page--support .tit {
    font-size: 32px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--support .section--detail.terms .list--support {
    margin-top: 60px;
  }
  .page--support .section--detail .list--support li, .page--support .section--detail .list--support dd {
    margin-bottom: 30px;
  }
  .page--support .section--detail .list--support a {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--support .section--detail .list--support a:hover {
    text-decoration: none;
  }
  .page--support .section--detail .list--support a:hover {
    text-decoration: none;
  }
  .page--support .section--detail .list--support .txt--link {
    color: #CA4C4B;
  }
  .page--support .section--detail .list--support dt {
    font-weight: bold;
    margin-bottom: 2px;
  }
  .page--support .section--detail .list--support .list--inner {
    display: block;
    margin: 10px 0 0 1em;
  }
  .page--support .section--detail .list--support .list--inner li {
    margin-bottom: 10px;
  }
  .page--support .section--detail .list--support .list--inner li .tit {
    margin-bottom: 4px;
  }
  .page--support .section--detail .sub-list {
    margin-top: 1em;
  }
  .page--support .section--detail .sub-list li {
    margin: 0 0 10px -1em;
    text-indent: -1em;
    padding-left: 3em;
  }
  .page--faq .txt--no-data {
    font-size: 12px;
  }
  .page--faq .section-tit {
    text-align: center !important;
  }
  .page--faq .section--list.faq .section-tit {
    letter-spacing: 0.05em;
  }
  .page--faq .section--list .block--contact {
    font-size: 12px;
  }
  .page--faq .section--list .block--contact a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--faq .section--list .block--contact a:hover {
    text-decoration: none;
  }
  .page--faq .section--list .btn {
    margin: 20px 0;
    text-align: center;
  }
  .page--faq .section--list .txt--sub {
    font-size: 0.8em;
  }
  .page--faq .searchBox {
    position: relative;
    width: 80%;
    margin: 80px auto;
  }
  .page--faq .searchBox input[type=text] {
    border-bottom: 1px solid #000000;
    background: transparent;
    border-radius: 0;
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    background: transparent;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    right: 3px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    opacity: 0;
  }
  .page--faq .searchBox::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(/static/amazarashi/common/search.svg) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .page--faq .searchBox::before:hover::before {
    opacity: 0.4;
  }
  .page--faq .list--faq {
    margin: 0 0 70px;
  }
  .page--faq .list--faq li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    position: relative;
  }
  .page--faq .list--faq li::before {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    -webkit-transform-origin: left;
            transform-origin: left;
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .page--faq .list--faq li:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--faq .list--faq li .tit {
    margin: 0 0 0 0.75em;
  }
  .page--faq .list--faq li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    color: #000000;
    padding: 6px 0;
  }
  .page--faq .tit--category {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
  }
  .page--faq .block--faq-detail {
    background: #CCCCCC;
    padding: 28px 20px;
    margin: 10px 0 50px;
  }
  .page--faq .block--faq-detail dt {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-weight: bold;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
  }
  .page--faq .block--faq-detail .txt a {
    display: inline;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--faq-detail .txt * {
    font-family: YakuHanJP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
    color: #000000 !important;
    font-size: 14px !important;
  }
  .page--faq .block--contact {
    margin-top: 50px;
  }
  .page--faq .block--contact .link a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    position: relative;
    display: inline-block;
  }
  .page--faq .block--contact .link a::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
  .page--faq .block--contact .link a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact .link a:after {
    -webkit-transform: rotate(-135deg) translateY(2px);
            transform: rotate(-135deg) translateY(2px);
  }
  .page--first_login .section--detail.support .section-tit {
    letter-spacing: 0.02em;
    font-size: 20px;
  }
  .page--first_login span.attention {
    display: block;
    width: 17%;
    background: #444;
    color: #fff;
    padding: 3px 0px;
    margin: 0 auto 12px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
  }
  .page--first_login .txt--link a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--first_login .txt--link a:hover {
    text-decoration: none;
  }
  .page--first_login .block--attention {
    color: #b72120;
    font-size: 13px;
    padding: 15px 20px 15px;
    border: 1px solid #b72120;
    margin-top: 20px;
  }
  .page--first_login .block--attention .tit {
    font-weight: bold;
  }
  .page--first_login .block--attention ul {
    margin-top: 15px;
  }
  .page--first_login .block--attention ul li {
    position: relative;
    padding-left: 1.25em;
  }
  .page--first_login .block--attention ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
  }
  .page--first_login .block--attention ul li:first-of-type {
    margin-bottom: 10px;
  }
  .page--first_login .block--attention .txt--link a:after {
    border-color: #b72120 !important;
  }
  .page--first_login .block--attention .fas {
    margin-right: 0.25em;
  }
  .page--first_login .block--step {
    margin: 50px 0 120px;
  }
  .page--first_login .block--step .list-tit {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
  .page--first_login .block--step .list-tit > span {
    margin-right: 0.5em;
    padding: 1px 4px;
    font-size: 0.85em;
    background: rgba(204, 204, 204, 0.4);
    letter-spacing: 0.1em;
  }
  .page--first_login .block--step .list--step > li {
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 20px 2%;
  }
  .page--first_login .block--step .list--step > li .txt--link a::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
  .page--first_login .block--step .list--step > li .thumb {
    width: 75%;
    margin: 30px auto;
    border: 1px solid #ccc;
    line-height: 0;
  }
  .page--first_login .block--step .list--step > li .thumb img {
    width: 100%;
  }
  .page--first_login .block--step .block {
    padding: 0 2%;
  }
  .page--first_login .block--step .block:not(:last-of-type) {
    margin: 20px 0 30px;
  }
  .page--first_login .block--step .block > .tit {
    position: relative;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 1em;
  }
  .page--first_login .block--step .block > .tit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.5em;
    height: 0.5em;
    background: #000;
    display: block;
  }
  .page--first_login .block--contact .block-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
  }
  .page--first_login .block--contact .btn {
    margin-bottom: 30px;
  }
  .page--first_login .block--contact .list--contact {
    position: relative;
    font-size: 13px;
    background: #f3f3f3;
    padding: 10px 30px 15px;
    margin-bottom: 30px;
  }
  .page--first_login .block--contact .list--contact dt {
    position: absolute;
    padding-top: 11px;
    font-weight: bold;
  }
  .page--first_login .block--contact .list--contact dd {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding: 10px 0 10px 7em;
  }
  .page--first_login .block--contact .list--contact dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page--first_login .list--faq.list--accordion {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
  }
  .page--first_login .list--faq.list--accordion > dt {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    font-weight: bold;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--first_login .list--faq.list--accordion > dt::after {
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
  }
  .page--first_login .list--faq.list--accordion > dt:hover {
    opacity: 0.4;
  }
  .page--first_login .list--faq.list--accordion > dt:after {
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--first_login .list--faq.list--accordion > dt.open:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page--first_login .list--faq.list--accordion > dd {
    display: none;
    padding-bottom: 30px;
    font-size: 0.9em;
  }
  .page--first_login .list--faq.list--accordion > dd .list--sub {
    margin: 1em 0 2em 1em;
  }
  .page--first_login .list--faq.list--accordion > dd .list--sub li {
    margin-bottom: 1em;
  }
  .page--first_login .list--faq.list--accordion a, .page--first_login .list--faq.list--accordion .list--sub a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    display: inline-block;
  }
  .page--first_login .list--faq.list--accordion a:hover, .page--first_login .list--faq.list--accordion .list--sub a:hover {
    text-decoration: none;
  }
  .page--first_login .list--faq.list--accordion .txt.domain {
    margin: 10px 0;
  }
  .page--error .btn {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .stroke.stroke1 {
    -webkit-transform: rotate(145deg);
            transform: rotate(145deg);
  }
  .stroke.stroke2 {
    z-index: 1;
    top: 50%;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  .stroke.stroke3 {
    top: 50%;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  .stroke.stroke4 {
    top: 50%;
    -webkit-transform: rotate(132deg);
            transform: rotate(132deg);
    width: 220%;
    left: -40%;
  }
  .stroke.stroke5 {
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
    top: 50%;
  }
  /* loaded
  ------------------------------ */
  .loaded.page--home .drawer__btn {
    opacity: 1;
  }
  .loaded.page--home .section--top .block--keyvisual .keyvisual::before, .loaded.page--home .section--top .block--keyvisual .keyvisual::after {
    height: 0;
  }
  .loaded.page--home .section--top .logo-official {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  .loaded.page--home .section--top .scroll {
    opacity: 1;
  }
  /* scrolling
  ------------------------------ */
  .scrolling.loaded.page--home .section--top .scroll {
    opacity: 0;
  }
  /*header
  ------------------------------ */
  .header {
    width: 100%;
    height: 74px;
  }
  .header .inner {
    margin: 0 auto;
    z-index: 2;
  }
  .header .block--logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .header .drawer {
    padding: 60px 5% 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    font-size: 13px;
  }
  .header .drawer .drawer-inner {
    padding-bottom: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .drawer nav {
    width: 100%;
  }
  .header .menu-nav__nav--login li {
    display: inline-block;
    font-size: 16px;
  }
  .header .menu-nav__nav--login li a {
    padding: 10px 0;
  }
  .header .menu-nav__nav--login li.nav--login__join {
    margin-right: 6%;
  }
  .header .nav--official {
    margin-bottom: 2vw;
    position: relative;
  }
  .header .nav--official .block--logo .logo-official {
    width: 40vw;
  }
  /* フッター
  ------------------------------ */
  /* list
  ------------------------------ */
  /*トップページ　
  ------------------------------ */
  /* .page--home以外
  ------------------------------ */
  /* .page--info
  ------------------------------ */
  /* .page--disco
  ------------------------------ */
  /* .page--bio
  ------------------------------ */
  /* .page--lyrics
  ------------------------------ */
  /* .page--entry
  ------------------------------ */
  /* .page--blog
  ------------------------------ */
  /* .page--wallpaper
  ------------------------------ */
  /* .page--bbs
  ------------------------------ */
  /* .page--appli
  ------------------------------ */
  /* .page--archives
  ------------------------------ */
  /* .page--livehistory
  ------------------------------ */
  /* .page--game
  ------------------------------ */
  /* .page--puzzzle
  ------------------------------ */
  /* .page--privacy
  ------------------------------ */
  /* .page--support
  ------------------------------ */
  /* .page--faq
  ------------------------------ */
  /* .page--first_login
  ------------------------------ */
  /* .page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .header .nav--official .block--logo .logo-official {
    width: 20vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .nav--sns {
    padding-bottom: 10vw;
    margin-bottom: 10vw;
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
    position: relative;
  }
  .header .nav--sns li {
    width: 8vw;
  }
  .header .nav--sns li.nav__item--netease {
    width: 10vw;
  }
  .header .nav--sns li.nav__item--weibo {
    width: 9vw;
  }
  .header .nav--member {
    position: relative;
  }
  .header .nav--member .logo-wrap {
    margin-bottom: 20px;
  }
  .header .nav--member .logo-wrap .block--logo {
    margin-bottom: 10px;
  }
  .header .nav--member .logo-wrap .block--logo .logo-fc {
    width: 40vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .header .nav--member .logo-wrap .block--logo .logo-fc {
    width: 30vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .nav--member .logo-wrap .block--logo p {
    font-size: 10px;
    letter-spacing: 0.35em;
  }
  .header .nav--member .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    opacity: 0;
    -webkit-transition: 0.4s 0.3s;
    transition: 0.4s 0.3s;
  }
  .header .nav--member .login-btn li {
    font-size: 14px;
    font-weight: 600;
  }
  .header .nav--member .login-btn .nav__item--join {
    margin-right: 15px;
  }
  .header .menu-nav__official, .header .menu-nav__member, .header .menu-nav__free {
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .menu-nav__official li, .header .menu-nav__member li, .header .menu-nav__free li {
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 2%;
    width: 48%;
    overflow: hidden;
  }
  .header .menu-nav__official li:nth-child(even), .header .menu-nav__member li:nth-child(even), .header .menu-nav__free li:nth-child(even) {
    margin-right: 0;
  }
  .header .menu-nav__official li a, .header .menu-nav__member li a, .header .menu-nav__free li a {
    padding: 5px 0;
  }
  .header .menu-nav__official li span, .header .menu-nav__member li span, .header .menu-nav__free li span {
    display: block;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
    transition: all 0.4s ease-out 0.3s;
    -webkit-transition: all 0.4s ease-out 0.3s;
  }
  .header .menu-nav__official li i, .header .menu-nav__member li i, .header .menu-nav__free li i {
    font-size: 0.7em;
    margin-left: 2px;
    opacity: 0.7;
  }
  body.menuOpen .header .nav--member .login-btn {
    opacity: 1;
  }
  footer .txt {
    line-height: 2;
    padding: 10px 4.5%;
  }
  footer .txt span {
    display: block;
    margin-right: 0;
    border-right: none;
  }
  footer .txt span.icon s {
    width: 16vw;
  }
  .list--info li {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .list--info li:last-of-type span.bottom {
    display: block;
  }
  .list--info li.new .category {
    position: relative;
  }
  .list--info li.new .category::after {
    content: "new";
    font-size: 11px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .list--info li .date {
    display: inline-block;
    font-size: 13px;
    font-family: "NotoSerifSC", serif;
    color: #B5B5B5;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--info li .category {
    display: inline-block;
    font-size: 13px;
    font-family: "NotoSerifSC", serif;
    color: #B5B5B5;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--info li .tit {
    font-size: 14px;
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--info li a {
    display: block;
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  .list--info li span.top {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--info li span.bottom {
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0;
    display: none;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--info li.delighter.started .tit, .list--info li.delighter.started .category, .list--info li.delighter.started .date {
    opacity: 1;
  }
  .list--info li.delighter.started span.top, .list--info li.delighter.started span.bottom {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .list--info.fc li:last-of-type span.bottom {
    display: block;
    background: rgba(23, 23, 23, 0.5);
  }
  .list--info.fc li.new .date {
    position: relative;
  }
  .list--info.fc li.new .date::after {
    content: "new";
    font-size: 11px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .list--info.fc li span {
    background: rgba(23, 23, 23, 0.5);
  }
  .list--info.fc li a {
    padding: 20px 0;
    border-color: rgba(23, 23, 23, 0.2);
  }
  .list--info.fc li .date {
    color: rgba(23, 23, 23, 0.5);
  }
  .list--live li:last-of-type span.bottom {
    display: block;
  }
  .list--live li a {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    position: relative;
    display: block;
  }
  .list--live li a .block--live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--live li a .block--live .date-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    padding-right: 4.5%;
    width: auto;
    min-width: 80px;
  }
  .list--live li a .block--live .date-area .y {
    margin-top: -7px;
    font-size: 11px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: auto;
    letter-spacing: 0.05em;
  }
  .list--live li a .block--live .date-area .d-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    left: -3px;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  .list--live li a .block--live .date-area .d-wrap .d {
    font-size: 18px;
    display: block;
    min-width: auto;
    margin-left: 0;
  }
  .list--live li a .block--live .date-area .d-wrap .wd {
    font-size: 10px;
    text-align: center;
    width: 50px;
  }
  .list--live li a .tit {
    padding-left: 5%;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .list--live li span.top {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--live li span.bottom {
    width: 100%;
    height: 1px;
    background: rgba(237, 237, 237, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    -webkit-transition: 0.8s ease-out 0.3s;
    transition: 0.8s ease-out 0.3s;
  }
  .list--live li.delighter.started .tit, .list--live li.delighter.started .block--live {
    opacity: 1;
  }
  .list--live li.delighter.started span {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .list--live li.new .tit {
    position: relative;
  }
  .list--live li.new .tit::after {
    content: "new";
    font-size: 11px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .list--contents li {
    position: relative;
  }
  .list--contents li a {
    width: 100%;
  }
  .list--contents li .thumb {
    line-height: 0;
    margin-bottom: 14px;
  }
  .list--contents li .thumb img {
    width: 100%;
  }
  .list--contents li .tit {
    font-size: 11px;
  }
  .list--contents li .date {
    font-size: 11px;
  }
  .list--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .list--login li {
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
  }
  .list--login li.join {
    margin: 0 6px 0 0;
  }
  .list--login li.login {
    margin: 0 0 0 6px;
  }
  .list--login li.line {
    position: relative;
    display: block;
    width: 18px;
    height: 1px;
    background: #D6D6D7;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .list--article {
    margin-top: 30px;
  }
  .list--article li {
    background: rgba(255, 255, 255, 0.8);
  }
  .list--article li:not(:last-child) {
    margin-bottom: 10px;
  }
  .list--article li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 1em 10px 10px;
  }
  .list--article .pict_box .ph {
    width: 90px;
    margin: 0 8px 0 0;
  }
  .list--article .caption .txt {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
  }
  .list--article .date {
    font-size: 0.8em;
  }
  .list--article .tit {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .block--pager {
    margin-top: 70px;
    font-size: 13px;
  }
  .block--pager li {
    margin: 0 5px;
  }
  .block--pager .pager__item--older {
    left: -17px;
  }
  .block--pager .pager__item--older a:after, .block--pager .pager__item--older span:after {
    top: 11px;
  }
  .block--pager .pager__item--other .circle-box {
    display: none;
  }
  .block--pager .pager__item--newer {
    right: -17px;
  }
  .block--pager .pager__item--newer a:after, .block--pager .pager__item--newer span:after {
    top: 11px;
  }
  .more {
    margin-top: 50px;
  }
  .more a {
    padding: 5px 0;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more .viewmore {
    font-size: 12px;
    margin-right: 3px;
  }
  .more span.arrow {
    display: block;
    position: relative;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .more span.arrow:before, .more span.arrow:after {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    height: 1px;
  }
  .more span.arrow:before {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    width: 40px;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .more span.arrow:after {
    width: 14px;
    top: -4px;
    right: -41px;
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  .section-tit .border {
    position: relative;
  }
  .page--home {
    /* area-fc */
  }
  .page--home .drawer__btn {
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
  }
  .page--home h1 {
    display: none;
  }
  .page--home [class^=section--] {
    margin: 0 4.5% 100px;
    position: relative;
    z-index: 1;
  }
  .page--home [class^=section--] .section-tit {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  .page--home [class^=section--] .section-tit span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    transition: all 0.4s ease-out 0.5s;
    -webkit-transition: all 0.4s ease-out 0.5s;
  }
  .page--home [class^=section--] .section-tit.started span {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home [class^=section--] .block--stroke line {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  .page--home [class^=section--] .section-bg.started circle {
    -webkit-animation: circle 5s forwards;
            animation: circle 5s forwards;
  }
  .page--home [class^=section--] .block--stroke.started line {
    -webkit-animation: line 3s forwards;
            animation: line 3s forwards;
  }
  .page--home [class^=section--] .more span {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    transition: all 0.4s ease-out 0.5s;
    -webkit-transition: all 0.4s ease-out 0.5s;
  }
  .page--home [class^=section--] .more.started span {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home .section--top {
    margin: 0;
    height: 100%;
    padding-top: 83px;
    background: #171717;
    position: relative;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top {
    padding-top: 11vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--keyvisual {
    width: 100%;
    height: auto;
    position: relative;
  }
  .page--home .section--top .block--keyvisual::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .page--home .section--top .block--keyvisual .keyvisual {
    position: relative;
    overflow: hidden;
  }
  .page--home .section--top .block--keyvisual .keyvisual img {
    display: block;
    width: 100%;
    position: relative;
  }
  .page--home .section--top .block--keyvisual .keyvisual::before, .page--home .section--top .block--keyvisual .keyvisual::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    background: #171717;
    -webkit-transition: 0.4s 0.5s;
    transition: 0.4s 0.5s;
  }
  .page--home .section--top .block--keyvisual .keyvisual::before {
    top: 0;
  }
  .page--home .section--top .block--keyvisual .keyvisual::after {
    bottom: 0;
  }
  .page--home .section--top .logo-official {
    width: 120px;
    position: absolute;
    top: 20px;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page--home .section--top .scroll {
    opacity: 0;
    -webkit-transition: 0.4s 0.8s;
    transition: 0.4s 0.8s;
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .scroll {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .scroll .item {
    width: 8vw;
    position: absolute;
    bottom: 14vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page--home .section--bnr {
    margin: 0;
    margin-bottom: 100px;
  }
  .page--home .section--bnr .swiper-container {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
  .page--home .section--bnr .list--bnr {
    padding: 0;
    overflow: visible;
  }
  .page--home .section--bnr .swiper-button-prev, .page--home .section--bnr .swiper-button-next {
    display: none !important;
  }
  .page--home .section--bnr.no-swiper .list--bnr li {
    width: 100%;
  }
  .page--home .section--live {
    margin-bottom: 0;
  }
  .page--home .section--info .list__more, .page--home .section--live .list__more, .page--home .section--news .list__more {
    text-align: right;
    display: block;
  }
  .page--home .section--info .more, .page--home .section--live .more, .page--home .section--news .more {
    display: inline-block;
    margin-top: 33px;
  }
  .page--home .section--info .more a, .page--home .section--live .more a, .page--home .section--news .more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 40px;
  }
  .page--home .section--info .more a span.arrow::before, .page--home .section--info .more a span.arrow::after, .page--home .section--live .more a span.arrow::before, .page--home .section--live .more a span.arrow::after, .page--home .section--news .more a span.arrow::before, .page--home .section--news .more a span.arrow::after {
    background: #ededed;
  }
  .page--home .area-fc {
    padding-top: 122px;
  }
  .page--home .area-fc [class^=section--] .section-tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page--home .logo-area {
    margin-bottom: 80px;
  }
  .page--home .logo-area .logo-fc {
    width: 60vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .page--home .logo-area .logo-fc img {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 0;
    -webkit-transition: 0.9s ease-out 0.2s;
    transition: 0.9s ease-out 0.2s;
  }
  .page--home .logo-area .logo-fc.delighter.started img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .page--home .logo-area .sub {
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.35em;
    margin-bottom: 30px;
  }
  .page--home .logo-area .sub span {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 0;
    -webkit-transition: 0.9s ease-out 0.2s;
    transition: 0.9s ease-out 0.2s;
    display: block;
  }
  .page--home .logo-area .sub.delighter.started span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .page--home .logo-area .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--home .logo-area .login-btn li {
    font-size: 14px;
    overflow: hidden;
  }
  .page--home .logo-area .login-btn li a {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.9s ease-out 0.2s;
    transition: opacity 0.4s, -webkit-transform 0.9s ease-out 0.2s;
    transition: transform 0.9s ease-out 0.2s, opacity 0.4s;
    transition: transform 0.9s ease-out 0.2s, opacity 0.4s, -webkit-transform 0.9s ease-out 0.2s;
    display: block;
  }
  .page--home .logo-area .login-btn .nav__item--join {
    margin-right: 20px;
  }
  .page--home .logo-area .login-btn.delighter.started li a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .page--home .section--pickup {
    margin-bottom: 86px;
  }
  .page--home .section--pickup .list--pickup li {
    margin-bottom: 5px;
  }
  .page--home .section--pickup .list--pickup li a {
    position: relative;
    padding: 15px 10px;
  }
  .page--home .section--pickup .list--pickup li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 0;
    transition: all 0.8s ease-out 0.3s;
    -webkit-transition: all 0.8s ease-out 0.3s;
  }
  .page--home .section--pickup .list--pickup li span {
    opacity: 0;
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.8s ease-out 0.5s;
    -webkit-transition: all 0.8s ease-out 0.5s;
  }
  .page--home .section--pickup .list--pickup li.delighter.started a:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home .section--pickup .list--pickup li.delighter.started span {
    opacity: 1;
  }
  .page--home .section--blog .section-tit {
    margin-bottom: 60px !important;
  }
  .page--home .section--blog .list--info li {
    transition: all 0.4s ease-out 0.4s;
    -webkit-transition: all 0.4s ease-out 0.4s;
  }
  .page--home .section--blog .list--info li:last-of-type {
    border: none;
  }
  .page--home .section--blog .list--info li.no-data {
    margin: 50px auto !important;
    text-align: left;
  }
  .page--home .section--blog .list--info li.started .txt-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home .section--blog .list--info li a {
    display: block;
    border: none;
    padding: 0;
  }
  .page--home .section--blog .list--info li .txt-wrap {
    opacity: 0;
    transition: all 0.8s ease-out 0.3s;
    -webkit-transition: all 0.8s ease-out 0.3s;
    -webkit-transform: translateY(2.5em);
            transform: translateY(2.5em);
  }
  .page--home .section--blog .list--info li .tit {
    position: relative;
    font-size: 28px;
    text-align: left;
  }
  .page--home .section--blog .list--info li .date {
    display: block;
    font-size: 14px;
    color: rgba(23, 23, 23, 0.5);
    letter-spacing: 0.05em;
  }
  .page--home .section--blog .list--info li.new .tit {
    background: none;
  }
  .page--home .section--blog .list--info li.new .date {
    position: relative;
  }
  .page--home .section--blog .list--info li.new .date::after {
    content: "new";
    font-size: 11px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .page--home .section--blog .more {
    margin-top: 60px;
  }
  .page--home .section--blog.akita .list--info li .tit {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .page--home .section--wallpaper .section-tit {
    margin-bottom: 60px !important;
  }
  .page--home .section--wallpaper .block--stroke {
    top: 24%;
  }
  .page--home .section--wallpaper .list--contents {
    margin-bottom: 40px;
  }
  .page--home .section--wallpaper .list--contents .thumb {
    margin-bottom: 15px;
  }
  .page--home .section--wallpaper .list--contents .thumb img {
    background-size: contain;
  }
  .page--home .section--wallpaper .list--contents .date {
    display: block;
    font-size: 14px;
    color: rgba(23, 23, 23, 0.5);
    text-align: center;
    letter-spacing: 0.05em;
  }
  .page--home .section--wallpaper .list--contents .txt-wrap {
    opacity: 0;
    transition: all 0.8s ease-out 0.3s;
    -webkit-transition: all 0.8s ease-out 0.3s;
    -webkit-transform: translateY(2.5em);
            transform: translateY(2.5em);
  }
  .page--home .section--wallpaper .list--contents li.new .date {
    position: relative;
  }
  .page--home .section--wallpaper .list--contents li.new .date::after {
    content: "new";
    font-size: 11px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .page--home .section--wallpaper .list--contents li.started .txt-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home .section--wallpaper .more {
    margin-top: 60px;
  }
  .page--home .section--wallpaper .more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 40px;
  }
  .page--home footer {
    position: relative;
    z-index: 10;
  }
  .page--home footer .footer_fc {
    padding: 0 4.5%;
  }
  .page--home footer .footer_fc .list--support {
    margin-bottom: 80px;
  }
  .page--home footer .footer_fc .list--support dt {
    font-size: 12px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #171717;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .page--home footer .footer_fc .list--support dt::before, .page--home footer .footer_fc .list--support dt::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    position: absolute;
    background: #171717;
    right: 5px;
    top: 8px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--home footer .footer_fc .list--support dt::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home footer .footer_fc .list--support dt.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page--home footer .footer_fc .list--support dt.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page--home footer .footer_fc .list--support dd {
    display: none;
  }
  .page--home footer .footer_fc .list--support .nav--support li a {
    display: block;
    font-size: 12px;
    padding: 5px 0;
  }
  .page--home footer .footer_official {
    padding: 45px 4.5%;
  }
  .page--home footer .footer_official .block--logo .logo-area {
    width: 42vw;
    margin: 0 auto 20px;
  }
  .page--home footer .footer_official .block--logo .logo-area p {
    text-align: center;
    letter-spacing: 0.35em;
    font-size: 10px;
  }
  .page--home footer .footer_official .block--logo .nav--sns {
    margin-bottom: 60px;
    text-align: center;
  }
  .page--home footer .footer_official .block--logo .nav--sns li {
    display: inline-block;
    width: 7vw;
    margin-right: 10px;
  }
  .page--home footer .footer_official .block--logo .nav--sns li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer .footer_official .block--logo .nav--sns li {
    width: 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .footer_official .copyright {
    font-size: 10px;
    text-align: left;
  }
  .page--home footer .txt {
    padding: 10px 4.5%;
    zoom: 0.9;
  }
  body:not(.page--home) .loading {
    display: none;
  }
  body:not(.page--home) h1 {
    display: block;
    width: 26vw;
    position: absolute;
    top: 32px;
    left: 4.5%;
    mix-blend-mode: difference;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body:not(.page--home) h1 a {
    width: 100%;
  }
  body:not(.page--home) h2 {
    font-weight: normal;
  }
  body:not(.page--home) .wrap {
    padding: 120px 0 190px;
  }
  body:not(.page--home) .section--list, body:not(.page--home) .section--detail {
    margin: 0 4.5% 100px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    -webkit-transition: 0.4s 0.2s;
    transition: 0.4s 0.2s;
  }
  body:not(.page--home) .section--list .section-tit, body:not(.page--home) .section--detail .section-tit {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    text-align: left;
  }
  body:not(.page--home) .section--list .detail__btn, body:not(.page--home) .section--detail .detail__btn {
    margin-top: 30px;
  }
  body:not(.page--home) .section--list .no-data, body:not(.page--home) .section--detail .no-data {
    margin: 50px auto;
    text-align: left;
  }
  body:not(.page--home) footer {
    padding: 35px 4.5% 0;
  }
  body:not(.page--home) footer .copyright {
    text-align: left;
  }
  body:not(.page--home) footer .txt {
    padding: 30px 0 10px;
  }
  body:not(.page--home).loaded .section--list, body:not(.page--home).loaded .section--detail {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--info .block--category {
    margin-bottom: 40px;
  }
  .page--info .block--category li {
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 0.5em 0.5em 0;
  }
  .page--info .block--category li a {
    display: block;
    line-height: 1;
    font-size: 13px;
    padding: 3px 5px;
    letter-spacing: 0.05em;
  }
  .page--info .block--category li.current {
    opacity: 0.5;
  }
  .page--info .section--detail {
    padding-top: 10px;
  }
  .page--info .section--detail.new .tit::after {
    content: "new";
    font-size: 12px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .page--info .section--detail .date {
    font-size: 10px;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 0.05em;
  }
  .page--info .section--detail .tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page--info .section--detail .category {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  .page--info .section--detail .txt a {
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
    word-break: break-all;
  }
  .page--info .section--detail .ph img {
    width: 100% !important;
  }
  .page--info .section--detail .block--share {
    text-align: center;
    margin: 30px 0;
  }
  .page--info.area-official .section--detail {
    padding: 50px 5%;
    background: #D6D6D7;
    color: #000000;
  }
  .page--disco .block--category {
    margin-bottom: 40px;
  }
  .page--disco .block--category li {
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 0.5em 0.5em 0;
  }
  .page--disco .block--category li a {
    display: block;
    line-height: 1;
    font-size: 13px;
    padding: 3px 5px;
    letter-spacing: 0.05em;
  }
  .page--disco .block--category li.current {
    opacity: 0.5;
  }
  .page--disco .list--disco li {
    width: 100%;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--disco .list--disco li.delighter.started {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--disco .list--disco li .thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    margin-bottom: 1em;
    line-height: 0;
  }
  .page--disco .list--disco li .thumb img {
    background-size: contain;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--disco .list--disco li .thumb .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .page--disco .list--disco li .thumb .blur img {
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(25px);
            filter: blur(25px);
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .page--disco .list--disco li .tit {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .page--disco .list--disco li .date, .page--disco .list--disco li .category {
    display: inline-block;
    font-size: 11px;
    color: rgba(237, 237, 237, 0.6);
    letter-spacing: 0.05em;
  }
  .page--disco .section--detail .ph {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    margin: 0;
  }
  .page--disco .section--detail .ph img {
    background-size: contain;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--disco .section--detail .ph .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .page--disco .section--detail .ph .blur img {
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page--disco .section--detail .block--jacket {
    margin-bottom: 20px;
  }
  .page--disco .section--detail .list--jacket li {
    margin-bottom: 20px;
  }
  .page--disco .section--detail .block--disc-detail {
    margin-bottom: 20px;
  }
  .page--disco .section--detail .tit-wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
  }
  .page--disco .section--detail .tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page--disco .section--detail .date, .page--disco .section--detail .category {
    font-size: 11px;
    display: inline-block;
  }
  .page--disco .section--detail .block--comment {
    margin-bottom: 20px;
  }
  .page--disco .section--detail .block--comment .txt {
    font-size: 12px;
  }
  .loaded.page--bio .section--detail .block--ph .ph::before, .loaded.page--bio .section--detail .block--ph .ph::after {
    height: 20%;
  }
  .page--bio .section--detail {
    margin: 0 0 100px !important;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  .page--bio .section--detail .section-tit {
    text-align: center !important;
  }
  .page--bio .section--detail .block--ph {
    margin-bottom: 60px;
  }
  .page--bio .section--detail .block--ph .ph {
    overflow: hidden;
    position: relative;
    height: 50vw;
  }
  .page--bio .section--detail .block--ph .ph img {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 3;
  }
  .page--bio .section--detail .block--ph .ph .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .page--bio .section--detail .block--ph .ph .blur img {
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page--bio .section--detail .block--ph .ph::before, .page--bio .section--detail .block--ph .ph::after {
    content: "";
    display: block;
    background: #171717;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transition: 0.4s 0.5s;
    transition: 0.4s 0.5s;
  }
  .page--bio .section--detail .block--ph .ph::before {
    top: 0;
  }
  .page--bio .section--detail .block--ph .ph::after {
    bottom: 0;
    top: inherit;
  }
  .page--bio .section--detail .block--bio {
    margin: 0 4.5% 0;
  }
  .page--bio .section--detail .block--bio .logo {
    width: 40vw;
    margin: 0 auto 30px;
  }
  .page--bio .section--detail .block--bio .detail p {
    font-size: 12px;
    line-height: 1.6;
  }
  .page--lyrics .block--search {
    margin-bottom: 30px;
  }
  .page--lyrics .block--search input[type=text].text:-moz-placeholder-shown {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text:-ms-input-placeholder {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text:placeholder-shown {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text::-webkit-input-placeholder {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text].text:-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  .page--lyrics .block--search input[type=text].text:-ms-input-placeholder {
    color: #000000;
  }
  .page--lyrics .block--search input[type=text] {
    width: 100%;
    font-size: 12px;
    background: transparent;
    padding: 5px 4px;
  }
  .page--lyrics .block--search .searchForm {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000000;
    width: 100%;
  }
  .page--lyrics .block--search input[type=submit] {
    font-family: FontAwesome;
    background-color: transparent;
    color: #000000;
    font-size: 15px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
  }
  .page--lyrics .block--search .block--pull-down {
    margin: 0 0 10px;
  }
  .page--lyrics .block--search .block--pull-down select {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-radius: 0;
  }
  .page--lyrics .form--confirm dl {
    margin: 0 0 20px;
    padding: 20px 2%;
    border-top: 1px solid rgba(133, 133, 142, 0.4);
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--lyrics .form--confirm dt {
    margin-bottom: 2px;
    font-size: 13px;
    opacity: 0.5;
  }
  .page--lyrics .form--confirm dd {
    margin: 0 0 20px;
  }
  .page--lyrics .block--category {
    margin: 0 auto 0;
  }
  .page--lyrics .block--category li {
    padding: 15px 0 10px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--lyrics .block--category li span {
    padding: 10px;
  }
  .page--lyrics #panes .block--pager {
    position: relative;
    bottom: 0;
  }
  .page--lyrics #panes .list--info {
    margin-bottom: 90px;
  }
  .page--lyrics #panes .list--info li {
    padding: 0;
  }
  .page--lyrics #panes .list--info li:first-of-type {
    margin-top: 0;
  }
  .page--lyrics #panes .list--info li:not(.no-data) {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--lyrics #panes .list--info li a {
    padding: 16px 0;
  }
  .page--lyrics .block--category .current {
    border-bottom: 1px solid #000000;
    color: #000000;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--lyrics .comment {
    font-size: 12px;
  }
  .page--lyrics .comment i {
    display: inline-block;
    margin-right: 4px;
    color: #444;
  }
  .page--lyrics .tit {
    margin-top: 0;
  }
  .page--lyrics .section--list .list--info li {
    padding: 15px 0;
  }
  .page--lyrics .section--list .list--info li.no-data {
    margin-top: 100px !important;
  }
  .page--lyrics .section--list .list--info .tit {
    font-size: 15px;
    margin-bottom: 0;
  }
  .page--lyrics .section--list .list--info .date,
  .page--lyrics .section--list .list--info .name {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .page--lyrics .section--detail.lyrics .section-tit {
    font-size: 18px;
    letter-spacing: inherit;
    margin-bottom: 5px;
  }
  .page--lyrics .section--detail.lyrics .block--lyrics {
    padding: 0 0 20px;
  }
  .page--lyrics .section--detail.lyrics .credit {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--lyrics .section--detail.lyrics .txt {
    margin-bottom: 0;
  }
  .page--lyrics .section--detail.lyrics .list--disc {
    padding-top: 20px;
  }
  .page--lyrics .section--detail.lyrics .list--disc .thumb {
    overflow: hidden;
    width: 70%;
    margin: 0 auto 20px;
  }
  .page--lyrics .section--detail.lyrics .list--disc .thumb img:first-of-type {
    background-size: contain;
    position: relative;
    z-index: 10;
  }
  .page--lyrics .section--detail.lyrics .list--disc .tit {
    font-size: 22px;
    margin-bottom: 0;
  }
  .page--lyrics .section--detail.lyrics .list--disc .date {
    margin-bottom: 0;
  }
  .page--lyrics .section--detail.lyrics .list--error li {
    text-align: center;
    color: #CA4C4B;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .page--lyrics .section--list.comment .list--comment {
    margin-bottom: 90px;
  }
  .page--lyrics .section--list.comment .list--comment li {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding: 16px 0;
  }
  .page--lyrics .section--list.comment .list--comment li:first-of-type {
    border-top: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--lyrics .section--list.comment .list--comment li.no-data {
    padding: 0;
    border: 0;
  }
  .page--lyrics .section--list.comment .list--comment .tit {
    font-size: 13px;
  }
  .page--lyrics .section--list.comment .list--comment .name {
    margin-bottom: 10px;
  }
  .page--lyrics .section--detail.done .txt {
    text-align: center;
  }
  .page--lyrics .section--detail.done .btn {
    margin-top: 30px;
  }
  .page--lyrics .block--lyrics-tit {
    margin: 0 0 30px;
    text-align: center;
  }
  .page--lyrics .block--lyrics-tit .tit {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .page--lyrics .block--lyrics-tit .credit {
    font-size: 12px;
  }
  .page--lyrics .panes {
    margin-bottom: 30px;
  }
  .page--lyrics .btn {
    margin-bottom: 10px;
  }
  .page--lyrics .comment_view {
    text-align: center;
  }
  .page--lyrics .comment_view a {
    padding: 10px 0;
  }
  .page--lyrics .list--info .no-data {
    margin: 50px 0;
  }
  .page--lyrics .form--post dd {
    margin: 0 0 10px;
  }
  .page--questionnaire .section-tit {
    font-size: 16px;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 3em;
    font-size: 15px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
  .page--questionnaire .form--confirm {
    padding: 16px;
  }
  .page--entry .section--detail .section-tit {
    display: none;
  }
  .page--entry .section--detail [class^=block--] {
    margin-bottom: 50px;
  }
  .page--entry .section--detail [class^=block--] table {
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #000000;
  }
  .page--entry .section--detail [class^=block--] table th {
    width: 100px;
    padding: 10px 3%;
    text-align: center;
    border-bottom: 1px solid #000000;
    font-weight: 400;
    font-size: 12px;
  }
  .page--entry .section--detail [class^=block--] table td {
    padding: 10px 3%;
    border-bottom: 1px solid #000000;
    border-left: 1px dotted #000000;
    font-size: 12px;
  }
  .page--entry .section--detail [class^=block--] table.list--payment .credit {
    margin-bottom: 20px;
  }
  .page--entry .section--detail [class^=block--] .block-tit {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .page--entry .section--detail .block--logo {
    margin-bottom: 30px;
  }
  .page--entry .section--detail .block--logo .logo-fc {
    width: 50%;
    display: block;
    margin: 20px auto 3px;
  }
  .page--entry .section--detail .block--logo .txt--sub {
    font-size: 10px;
    letter-spacing: 0.4em;
    text-align: center;
    margin: 0 auto 30px;
  }
  .page--entry .section--detail .block--logo .lead {
    margin-bottom: 0;
  }
  .page--entry .section--detail .list--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--entry .section--detail .list--contents li {
    padding: 20px 2.5%;
    width: 100%;
    margin-bottom: 10px;
    background: #CCCCCC;
    color: #000000;
  }
  .page--entry .section--detail .list--contents li .tit {
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 600;
  }
  .page--entry .section--detail .list--contents li .txt {
    font-size: 12px;
    line-height: 1.6;
  }
  .page--entry .section--detail .list--contents .list--sub {
    margin-bottom: 10px;
  }
  .page--entry .section--detail .list--contents .list--sub li {
    border: none;
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .page--entry .section--detail .block--intro {
    margin-top: 50px;
  }
  .page--entry .section--detail .block--intro .block-tit {
    margin-bottom: 20px;
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
  }
  .page--entry .section--detail .block--status .block-tit {
    margin-bottom: 20px;
    font-family: "NotoSerifSC", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
  }
  .page--entry .section--detail .block--status .list--status {
    margin: 10px 0;
  }
  .page--entry .section--detail .block--status .list--status li {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: inherit;
  }
  .page--blog .list--contents {
    margin-bottom: 90px;
    text-align: center;
  }
  .page--blog .list--contents li:not(:last-child) {
    margin-bottom: 38px;
  }
  .page--blog .list--contents li.new .date::after {
    content: "new";
    font-size: 10px;
    font-weight: bold;
    color: #CA4C4B;
    display: inline-block;
    font-family: "NotoSerifSC", serif;
    margin-left: 3px;
    position: relative;
    top: -1px;
    letter-spacing: 0.03em;
  }
  .page--blog .list--contents .tit {
    font-size: 14px;
    position: relative;
    display: inline-block;
  }
  .page--blog .list--contents .date {
    font-size: 11px;
  }
  .page--blog.akita .section--list .list--contents li {
    margin-bottom: 28px;
  }
  .page--blog.akita .section--list .list--contents .tit {
    font-size: 20px;
    margin-bottom: 0;
  }
  .page--blog.akita .section--list .list--contents .date {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .page--blog.staff .section--list .list--contents .tit {
    margin-bottom: 5px;
  }
  .page--blog .section--detail .tit {
    font-size: 16px;
    font-weight: bold;
  }
  .page--blog .section--detail .date {
    font-size: 10px;
  }
  .page--blog .section--detail .txt {
    margin: 30px 0 20px;
  }
  .page--wallpaper .ph::after {
    content: none;
  }
  .page--wallpaper .list--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .page--wallpaper .list--contents li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .page--wallpaper .list--contents li:nth-child(even) {
    margin-right: 0;
  }
  .page--wallpaper .list--contents li:last-of-type, .page--wallpaper .list--contents li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .page--wallpaper .list--contents a {
    overflow: hidden;
    position: relative;
  }
  .page--wallpaper .list--contents figure.thumb {
    z-index: 1;
    position: relative;
    line-height: 0;
  }
  .page--wallpaper .list--contents figure.thumb img {
    width: auto;
  }
  .page--wallpaper .list--contents figure.thumb .dummy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--wallpaper .section--list .list--info li {
    background: #CCCCCC;
    height: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--wallpaper .section--list .list--info li:not(:last-child) {
    margin-bottom: 10px;
  }
  .page--wallpaper .section--list .list--info li .tit {
    margin-bottom: 0;
    font-size: 18px;
  }
  .page--wallpaper .section--list .list--info li.no-data {
    background: none;
  }
  .page--wallpaper .section--list .list--info li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--wallpaper .section--detail .tit {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .page--wallpaper .section--detail .txt.center {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page--wallpaper .section--detail .ph {
    margin: 0 auto 20px;
  }
  .page--bbs.confirm .box {
    padding: 15px 5%;
  }
  .page--bbs.confirm .txt--box {
    font-size: 12px;
  }
  .page--bbs.confirm .txt--box ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--bbs .date {
    opacity: 0.5;
    font-size: 12px;
  }
  .page--bbs label.file_photo::before {
    padding: 1px 22px;
  }
  .page--bbs .block--bbs-option {
    margin: 0 0 30px;
  }
  .page--bbs .block--bbs-option .searchForm {
    position: relative;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    font-size: 12px;
    padding: 5px 4px;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-moz-placeholder-shown {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-ms-input-placeholder {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:placeholder-shown {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search::-webkit-input-placeholder {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  .page--bbs .block--bbs-option .searchForm input[type=text].search:-ms-input-placeholder {
    color: #000000;
  }
  .page--bbs .block--bbs-option .searchForm input[type=submit] {
    font-family: FontAwesome;
    background-color: transparent;
    color: #000000;
    font-size: 15px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
  }
  .page--bbs .block--bbs-option .select--sort {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  .page--bbs .block--bbs-option .select--sort select {
    display: inline-block;
    position: relative;
    padding: 0 0 5px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
  }
  .page--bbs .comment {
    margin-left: 0.5em;
    display: inline-block;
    line-height: 0;
    font-size: 0.8em;
    position: relative;
    top: -1px;
    letter-spacing: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  .page--bbs [class^=form--] dt > span {
    margin-left: 10px;
  }
  .page--bbs .list--thread {
    margin-bottom: 50px;
  }
  .page--bbs .list--thread li {
    position: relative;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--bbs .list--thread a {
    display: block;
    padding: 16px 0;
  }
  .page--bbs .list--thread .tit {
    font-size: 15px;
    font-weight: bold;
  }
  .page--bbs .section--detail .tit {
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
  }
  .page--bbs .section--detail .tit .comment {
    font-size: 14px;
  }
  .page--bbs .section--detail .block--parent {
    margin: 0 0 30px;
  }
  .page--bbs .section--detail .block--parent .txt {
    margin-bottom: 10px;
  }
  .page--bbs .section--detail .block--parent .date {
    margin: 0;
    letter-spacing: 0.08em;
  }
  .page--bbs .section--detail .block--post {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--bbs .section--detail .block--post textarea {
    background: #fff;
  }
  .page--bbs .section--detail .block--post .detail--post dt {
    font-weight: bold;
    margin: 0 auto 2px;
    font-size: 12px;
    opacity: 0.5;
  }
  .page--bbs .section--detail .block--post .detail--post dd {
    margin: 0px 0 20px;
  }
  .page--bbs .section--detail .block--post .notes {
    margin-bottom: 30px;
  }
  .page--bbs .section--detail.confirm .form--post {
    margin: 0 0 40px;
  }
  .page--bbs .section--detail.complete .txt {
    padding: 100px 0 0;
  }
  .page--bbs .section--detail .block--error {
    margin: 0 0 20px;
    color: #c00;
  }
  .page--bbs .block--user {
    margin: 0 0 10px;
  }
  .page--bbs .block--user .name {
    font-weight: bold;
  }
  .page--bbs .list--comment {
    margin-bottom: 90px;
  }
  .page--bbs .list--comment li {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding: 16px 2%;
    position: relative;
  }
  .page--bbs .list--comment li .txt {
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .page--bbs .list--comment li .date {
    margin: 0;
    letter-spacing: 0;
  }
  .page--bbs .form--post .detail--post {
    margin-bottom: 20px;
  }
  .page--bbs .form--post .detail--post .label--name, .page--bbs .form--post .detail--post .label--imag {
    margin-bottom: 10px;
  }
  .page--bbs .form--confirm .btn {
    margin: 0;
  }
  .page--bbs .form--confirm .txt {
    margin: 0 0 20px;
  }
  .page--bbs .form--confirm dl {
    margin: 0 0 20px;
    padding: 20px 2%;
    border-top: 1px solid rgba(133, 133, 142, 0.4);
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--bbs .form--confirm dt {
    margin-bottom: 2px;
    font-size: 13px;
    opacity: 0.5;
  }
  .page--bbs .form--confirm dd {
    margin: 0 0 20px;
  }
  .page--bbs .txt.center {
    text-align: center;
    margin-bottom: 50px;
  }
  .page--bbs.photo .list--comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--bbs.photo .list--comment li {
    width: 33.3333333333%;
  }
  .page--bbs.photo .block--post {
    border-bottom: 0;
  }
  .page--bbs.photo .block--comment {
    border: none;
    padding: 0 1px 1px 0;
    width: 33.3333333333%;
    cursor: pointer;
  }
  .page--bbs.photo .block--comment a {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--bbs.photo .block--comment a:hover {
    opacity: 0.5;
  }
  .page--bbs.photo .ph-wrapper {
    position: relative;
    width: 100%;
    line-height: 0;
    background: #888;
  }
  .page--bbs.photo .ph-wrapper img:not(.dummy) {
    display: block;
    width: 100%;
    background-size: cover;
    height: auto;
    z-index: 1;
    pointer-events: none;
  }
  .page--bbs.photo .ph-wrapper .dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .page--bbs.report {
    margin-bottom: 30px;
  }
  .page--bbs.report .form--post dt {
    margin-bottom: 2px;
  }
  .page--bbs.report .form--post dd {
    margin-bottom: 10px;
  }
  .page--bbs.report .block--comment {
    margin: 20px 0 30px;
    padding: 10px 2.5%;
    border-radius: 3px;
    background-color: #CCCCCC;
  }
  .page--bbs.report .block--comment .ph {
    width: 90%;
    margin: 10px auto 20px;
  }
  .page--bbs.report .block--comment .txt {
    margin-bottom: 10px;
  }
  .page--appli {
    /* BOX */
    /* メニュー icon */
  }
  .page--appli .section--detail {
    margin: 0 !important;
    padding-bottom: 50px;
  }
  .page--appli .section--detail .section-tit {
    text-align: center !important;
  }
  .page--appli .lead {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  .page--appli .text {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .page--appli .text.link {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--appli .text.link:hover {
    text-decoration: none;
  }
  .page--appli .red {
    color: #CA4C4B;
  }
  .page--appli .app_howto {
    margin: 0 4.5%;
  }
  .page--appli .app_howto ul li {
    margin-bottom: 10px;
  }
  .page--appli .app_howto .block-tit {
    border-bottom: #000 solid 1px;
    padding-bottom: 5px;
    font-weight: bold;
  }
  .page--appli .app_howto .howto_tit {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page--appli .lead_box {
    position: relative;
  }
  .page--appli .lead_box h3 {
    border-bottom: #000 solid 1px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .page--appli .lead_box .lead_mini {
    color: #444;
    font-size: 12px;
    padding: 0px 5px 5px 5px;
  }
  .page--appli .lead_box .thumb {
    border-radius: 3px;
    margin: 0 auto 10px;
    display: block;
  }
  .page--appli .lead_box .thumb img {
    width: 100%;
    margin-right: 0;
    float: none;
    border: none;
  }
  .page--appli .lead_box .lead {
    margin-bottom: 10px;
  }
  .page--appli #icon {
    padding: 10px;
    background: #EEE;
    overflow: hidden;
    display: block;
    border-radius: 5px;
  }
  .page--appli #icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--appli #icon ul li {
    display: inline-block;
    width: 32%;
  }
  .page--appli #icon ul li .photo {
    width: 85px;
  }
  .page--appli #icon ul li img {
    width: 100%;
  }
  .page--appli #icon ul .name {
    text-align: center;
    font-size: 10px;
    color: #0ba29a;
  }
  .page--appli .thumb_box {
    background: #EEE;
    padding: 10px;
    width: 96%;
    margin: 0 auto 30px;
  }
  .page--appli .thumb_box img {
    width: 20vw;
    margin-right: 6px;
    display: block;
    float: left;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
  }
  .page--appli .thumb_box .block-tit {
    font-size: 12px;
    font-weight: bold;
  }
  .page--appli .thumb_box .lead {
    letter-spacing: 0;
  }
  .page--appli .thumb_box .lead span {
    font-weight: bold;
  }
  .page--appli .btn-style-app {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page--appli .btn-style-app a {
    margin: 0 2vw;
    height: 13vw;
  }
  .page--appli .btn-style-app img {
    width: auto;
    display: block;
    height: 100%;
  }
  .page--archives .border:after {
    top: -14%;
  }
  .page--livehistory .section--list.live .section-tit {
    letter-spacing: 0.05em;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
  }
  .page--livehistory .section--list.live .section-tit .break {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .page--livehistory .section--list .text {
    font-size: 12px;
    bottom: 10px;
  }
  .page--livehistory .section--list .list--article .present {
    font-size: 10px;
    text-align: left;
    color: #CA4C4B;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin: 0 0 5px;
    font-weight: normal;
  }
  .page--livehistory .section--list .list--article .time {
    background: #CA4C4B;
    padding: 2px;
    color: #FFF;
    border-radius: 3px;
  }
  .page--livehistory .section--list .pict_box {
    display: block;
    min-width: 90px;
    margin: 0 10px 0 0;
  }
  .page--livehistory .section--list .caption {
    height: auto;
  }
  .page--livehistory .section--detail {
    /* text style
    -------------------------------- */
    /* menu
    ----------------------------- */
    /* 角丸メニュー
    ------------------------- */
    /* 壁紙ダウンロード方法
    --------------------- */
    /* 歌詞リスト */
    /* スケジュールリスト */
    /* サムネイルボックス */
  }
  .page--livehistory .section--detail [class^=block--] {
    margin: 0px 0 15px;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    font-size: 16px;
  }
  .page--livehistory .section--detail hr {
    margin: 8px 0;
  }
  .page--livehistory .section--detail .block--present .thumb {
    margin: 0 auto;
  }
  .page--livehistory .section--detail .block--present .thumb img {
    width: 100%;
  }
  .page--livehistory .section--detail .block--present .end {
    font-size: 13px;
    color: #CA4C4B;
  }
  .page--livehistory .section--detail .block--comment .auther {
    text-align: right;
    font-size: 14px;
  }
  .page--livehistory .section--detail #swipebox-caption {
    background: rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    font-size: 12px;
  }
  .page--livehistory .section--detail .lead {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background-color: rgba(50, 50, 50, 0.3);
  }
  .page--livehistory .section--detail .txt {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  .page--livehistory .section--detail h2.tit {
    height: 36px;
    background: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
  }
  .page--livehistory .section--detail .ph {
    margin: 10px;
    height: auto;
    background: none;
    text-align: center;
  }
  .page--livehistory .section--detail .ph img {
    width: 100%;
  }
  .page--livehistory .section--detail ul.menu {
    overflow: hidden;
    margin: 0 15px 5px;
    text-align: center;
  }
  .page--livehistory .section--detail ul.menu li {
    float: left;
    width: 48.2%;
    margin: 0 10px 0 0;
  }
  .page--livehistory .section--detail ul.menu li:not(:last-child) {
    margin-right: 10px;
  }
  .page--livehistory .section--detail #history_nav ul {
    background: #333333;
    border: 1px solid #111111;
    margin: 0 0 10px;
    text-align: center;
  }
  .page--livehistory .section--detail #history_nav ul li {
    width: 50%;
    float: left;
  }
  .page--livehistory .section--detail #history_nav ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
    padding: 10px 10px;
  }
  .page--livehistory .section--detail #history_nav ul li:nth-child(2n) a {
    border-right: none;
  }
  .page--livehistory .section--detail #history_nav ul li:last-child p {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #111111;
    padding: 10px 10px;
  }
  .page--livehistory .section--detail .howto_list .howto_lead {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.4em;
  }
  .page--livehistory .section--detail ol.song_list {
    display: block;
    margin: 0 0 0 30px;
  }
  .page--livehistory .section--detail ol.song_list li {
    font-size: 12px;
    margin: 0 0 5px 0;
    list-style-type: decimal-leading-zero;
  }
  .page--livehistory .section--detail p.setlist_date {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .page--livehistory .section--detail ol.schedule_list {
    display: block;
    margin: 0 0 0 8px;
  }
  .page--livehistory .section--detail ol.schedule_list li {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .page--livehistory .section--detail ul.thumb_box {
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--livehistory .section--detail ul.thumb_box li {
    display: inline-block;
    width: 31%;
  }
  .page--livehistory .section--detail ul.thumb_box li:last-child {
    margin: 0;
  }
  .page--livehistory .section--detail ul.thumb_box img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  .page--livehistory .section--detail #sample {
    padding: 0 0 15px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--livehistory .section--detail #sample li {
    display: inline-block;
    text-align: center;
  }
  .page--livehistory .section--detail #sample .ip5 {
    width: 43%;
  }
  .page--livehistory .section--detail #sample li img {
    padding: 0 0 10px;
    height: 180px;
  }
  .page--livehistory .section--detail #sample .an img {
    padding: 0 0 10px;
    height: 140px;
  }
  .page--livehistory .section--detail #sample p {
    font-size: 10px;
  }
  .page--game [class^=block--]:not(:last-child) {
    margin-bottom: 50px;
  }
  .page--game [class^=block--] .inner {
    background: #CCCCCC;
    padding: 20px 4%;
  }
  .page--game [class^=block--] .block-tit {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .page--game [class^=block--] .inner > a {
    display: block;
    margin: 0 auto 20px;
  }
  .page--game [class^=block--] .inner > a img {
    width: 100%;
  }
  .page--game [class^=block--] .lead {
    margin-bottom: 0.5em;
  }
  .page--puzzle .btnPopup {
    padding-bottom: 5px;
  }
  .page--puzzle .back a {
    text-align: center;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 13px;
    line-height: 1;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page--puzzle .contentsBox h3 {
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 15px;
  }
  .page--puzzle .txt {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .page--puzzle .cap {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .page--puzzle .lead {
    margin: 0 0 10px;
  }
  .page--puzzle .contentsBox {
    padding: 15px;
    background: #ccc;
    margin-bottom: 30px;
  }
  .page--puzzle .attentionList {
    margin: 0 0 15px;
    font-size: 12px;
  }
  .page--puzzle .attentionList li {
    text-indent: -13px;
    padding: 0 0 0 13px;
    margin: 0 0 15px;
  }
  .page--puzzle .attentionList li:not(:last-child) {
    margin-bottom: 15px;
  }
  .page--privacy .lead {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .page--privacy .block--text {
    margin-bottom: 20px;
  }
  .page--privacy .block--text .block-tit {
    font-size: 14px;
    font-weight: bold;
  }
  .page--privacy .block--text > p {
    font-size: 12px;
  }
  .page--support .section--detail.terms .list--support {
    margin-top: 30px;
  }
  .page--support .section--detail .list--support li {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
  .page--support .section--detail .list--support a {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--support .section--detail .list--support a:hover {
    text-decoration: none;
  }
  .page--support .section--detail .list--support .txt--link {
    color: #CA4C4B;
  }
  .page--support .section--detail .list--support dt {
    font-weight: bold;
    margin-bottom: 2px;
  }
  .page--support .section--detail .list--support dd {
    margin-bottom: 16px;
  }
  .page--support .section--detail .list--support .list--inner {
    display: block;
    margin: 10px 0 0 1em;
  }
  .page--support .section--detail .list--support .list--inner li {
    margin-bottom: 10px;
  }
  .page--support .section--detail .list--support .list--inner li .tit {
    margin-bottom: 4px;
  }
  .page--support .section--detail .sub-list {
    margin-top: 1em;
  }
  .page--support .section--detail .sub-list li {
    margin: 0 0 10px -1em;
    text-indent: -1em;
    padding-left: 3em;
  }
  .page--support .tit {
    font-size: 32px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--faq .txt--no-data {
    font-size: 12px;
  }
  .page--faq .section--list.faq .section-tit {
    letter-spacing: 0.2em;
  }
  .page--faq .section--list.faq .block--contact {
    font-size: 12px;
  }
  .page--faq .section--list.faq .block--contact a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--faq .section--list.faq .block--contact a:hover {
    text-decoration: none;
  }
  .page--faq .section--list.faq .btn {
    margin: 20px 0;
    text-align: center;
  }
  .page--faq .section--list.faq .txt--sub {
    font-size: 0.8em;
  }
  .page--faq .section--detail .list--faq {
    margin-bottom: 0;
  }
  .page--faq .searchBox {
    position: relative;
    margin: 10px auto 30px;
  }
  .page--faq .searchBox input[type=text] {
    width: 100%;
    border-bottom: 1px solid #000000;
    font-size: 12px;
    background: transparent;
    border-radius: 0;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    background: transparent;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 2;
    opacity: 0;
  }
  .page--faq .searchBox::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(/static/amazarashi/common/search.svg) no-repeat center;
    position: absolute;
    top: 9px;
    right: 10px;
  }
  .page--faq .list--faq {
    margin: 0 0 40px;
  }
  .page--faq .list--faq li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
  }
  .page--faq .list--faq li .tit {
    margin: 0 0 0 0.25em;
  }
  .page--faq .list--faq li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    color: #000000;
    padding: 6px 0;
    text-decoration: none;
  }
  .page--faq .tit--category {
    font-weight: bold;
    font-size: 14px;
  }
  .page--faq .block--faq-detail {
    background: #CCCCCC;
    padding: 20px 5%;
    margin: 10px 0 30px;
  }
  .page--faq .block--faq-detail dt {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .page--faq .block--faq-detail dt, .page--faq .block--faq-detail .dd {
    font-size: 12px;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
  }
  .page--faq .block--faq-detail .txt a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    display: inline;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--faq-detail .txt * {
    font-family: YakuHanJP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
    color: #000000 !important;
    font-size: 12px !important;
  }
  .page--faq .block--contact {
    margin: 20px 0 0;
  }
  .page--faq .block--contact a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--faq .block--contact a::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none;
  }
  .page--first_login .section--detail.support {
    padding-top: 10px;
  }
  .page--first_login .section--detail.support .section-tit {
    letter-spacing: 0.02em;
  }
  .page--first_login span.attention {
    display: block;
    width: 46%;
    background: #444;
    color: #fff;
    padding: 2px 0px;
    margin: 0 auto 10px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
  }
  .page--first_login .txt--link a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--first_login .txt--link a:hover {
    text-decoration: none;
  }
  .page--first_login .block--attention {
    color: #b72120;
    padding: 10px 3% 10px;
    border: 1px solid #b72120;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }
  .page--first_login .block--attention .tit {
    font-weight: bold;
  }
  .page--first_login .block--attention ul {
    margin-top: 15px;
  }
  .page--first_login .block--attention ul li {
    position: relative;
    padding-left: 1.25em;
  }
  .page--first_login .block--attention ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
  }
  .page--first_login .block--attention ul li:first-of-type {
    margin-bottom: 10px;
  }
  .page--first_login .block--attention .txt--link a {
    letter-spacing: 0.01em;
    font-size: 0.9em;
  }
  .page--first_login .block--attention .txt--link a:after {
    border-color: #b72120 !important;
  }
  .page--first_login .block--attention .fas {
    margin-right: 0.15em;
    font-size: 0.8em;
  }
  .page--first_login .block--step {
    margin: 30px 0 70px;
  }
  .page--first_login .block--step .list-tit {
    font-size: 13.5px;
    font-weight: bold;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .page--first_login .block--step .list-tit > span {
    margin-right: 2px;
    padding: 0 3px;
    background: #CCCCCC;
    font-size: 10px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .page--first_login .block--step .list--step > li {
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 3.5%;
  }
  .page--first_login .block--step .list--step > li .txt--link a::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
  .page--first_login .block--step .list--step > li .thumb {
    width: 96%;
    margin: 10px auto;
    border: 1px solid #ccc;
    line-height: 0;
  }
  .page--first_login .block--step .list--step > li .thumb img {
    width: 100%;
  }
  .page--first_login .block--step .block:not(:last-of-type) {
    margin: 20px 0 30px;
  }
  .page--first_login .block--step .block > .tit {
    position: relative;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 1em;
  }
  .page--first_login .block--step .block > .tit:before {
    content: "■";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    font-size: 0.8em;
  }
  .page--first_login .block--step .block .txt {
    padding-left: 1em;
  }
  .page--first_login .block--contact .block-tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
  }
  .page--first_login .block--contact .txt--link.faq::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
  }
  .page--first_login .block--contact .list--contact {
    position: relative;
    font-size: 13px;
    background: #f3f3f3;
    padding: 10px 4% 15px;
    margin-bottom: 20px;
  }
  .page--first_login .block--contact .list--contact dt {
    font-weight: bold;
    margin-bottom: 2px;
  }
  .page--first_login .block--contact .list--contact dd {
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .page--first_login .block--contact .list--contact dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page--first_login .block--contact .btn {
    margin-bottom: 20px;
  }
  .page--first_login .list--faq.list--accordion {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .page--first_login .list--faq.list--accordion > dt {
    border-top: 1px solid #ccc;
    padding: 15px 1em 15px 0;
    position: relative;
    font-weight: bold;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--first_login .list--faq.list--accordion > dt::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
  }
  .page--first_login .list--faq.list--accordion > dt:after {
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--first_login .list--faq.list--accordion > dt.open:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page--first_login .list--faq.list--accordion > dd {
    display: none;
    padding-bottom: 30px;
    font-size: 0.9em;
  }
  .page--first_login .list--faq.list--accordion > dd .list--sub {
    margin: 1em 0 2em 1em;
  }
  .page--first_login .list--faq.list--accordion > dd .list--sub li {
    margin-bottom: 1em;
  }
  .page--first_login .list--faq.list--accordion a, .page--first_login .list--faq.list--accordion .list--sub a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    display: inline-block;
    word-break: break-all;
  }
  .page--first_login .list--faq.list--accordion a:hover, .page--first_login .list--faq.list--accordion .list--sub a:hover {
    text-decoration: none;
  }
  .page--first_login .list--faq.list--accordion .txt.domain {
    margin: 10px 0;
  }
  .page--error .btn {
    margin-top: 100px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .header .nav--sns {
    padding-bottom: 5vw;
    margin-bottom: 7vw;
  }
  .header .nav--sns li {
    width: 5.5vw;
  }
  .header .nav--sns li.nav__item--netease {
    width: 6.5vw;
  }
  .header .nav--sns li.nav__item--weibo {
    width: 5.5vw;
  }
  .header .menu-nav__nav--login li {
    font-size: 20px;
  }
  .header .menu-nav__official, .header .menu-nav__member, .header .menu-nav__free {
    font-size: 15px;
  }
  .header .nav--member .logo-wrap {
    margin-bottom: 40px;
  }
  body:not(.page--home) h1 {
    width: 17vw;
  }
  .drawer__btn {
    top: 3.5vh;
  }
  .page--home .section--top .logo-official {
    width: 15vh;
    top: 3vh;
  }
  .page--home .section--top .scroll .item {
    width: 30px;
  }
  .page--home .logo-area .logo-fc {
    width: 30vw;
  }
  .page--home .section--news .section-bg {
    right: -42%;
    top: -11%;
  }
  .page--home .section--news .block--stroke {
    left: -15%;
    top: 14%;
  }
  .page--home .section--blog.akita .section-bg {
    top: -6%;
    left: -19%;
  }
  .page--home .section--blog.staff .section-bg .circle-l {
    top: -30%;
    right: -12%;
  }
  .page--home .section--blog.staff .block--stroke {
    left: -5%;
  }
  .page--home .section--wallpaper .block--stroke {
    top: 99%;
    left: -25%;
  }
  .page--home .section--wallpaper .thumb {
    width: 50vw;
    height: 50vw;
    margin: 0 auto 20px;
  }
  .page--home .section--wallpaper .thumb img {
    background-size: cover;
  }
  .page--home footer .footer_official .block--logo .logo-area {
    width: 20vw;
  }
  .page--disco .list--disco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 31.3333333333%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
  .page--game [class^=block--] .inner > a img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .page--puzzle .contentsBox img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .page--appli .border::before {
    right: -1%;
    top: 66%;
  }
  .page--appli .border::after {
    top: 7%;
    right: -1%;
  }
  .page--appli .lead {
    margin-bottom: 10px;
  }
  .page--appli .text {
    margin-bottom: 8px;
  }
  .page--appli .text.link {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
  }
  .page--appli .text.link:hover {
    text-decoration: none;
  }
  .page--appli .red {
    color: #CA4C4B;
  }
  .page--appli .block--lead img {
    width: 100px;
    height: 100px;
    margin: 0 2% 0 0;
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
  }
  .page--appli .block--lead .lead {
    letter-spacing: 0;
    width: 90%;
  }
  .page--appli .block--lead .lead span {
    font-weight: bold;
  }
  .page--appli [class^=block--] {
    margin-bottom: 50px;
  }
  .page--appli [class^=block--] .block-tit {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 6px;
    font-size: 15px;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    font-weight: bold;
  }
  .page--appli .block--lead, .page--appli .block--push {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
  .page--appli .block--howto {
    margin: 50px 4.5%;
  }
  .page--appli .block--howto dl {
    background: #ccc;
    padding: 10px 2%;
    margin-bottom: 20px;
  }
  .page--appli .block--howto dt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page--appli .list--app {
    margin: 30px 4.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--appli .list--app span {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
  }
  .page--appli .list--app li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page--appli .list--app li:first-of-type {
    margin-right: 10px;
  }
  .page--appli .list--app a {
    cursor: pointer;
    height: 70px;
  }
  .page--appli .list--app a img {
    width: auto;
    height: 100%;
  }
  .page--wallpaper .list--contents figure.thumb img {
    width: 100%;
  }
  .page--wallpaper .block--wp-size .tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page--wallpaper .block--wp-size li {
    width: 100%;
    border-bottom: 1px solid rgba(133, 133, 142, 0.4);
    margin-right: 0;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */