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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* link*/
/* 2.3 form
------------------------------ */
.form {
  width: 100%;
  margin: 0 auto;
}
.form dt {
  margin: 2em 0 0.75em;
}
.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 {
  box-shadow: 0 0 0px 1000px #fff inset;
}

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(2, 17, 36, 0.4);
  padding: 1em 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: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@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-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) 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: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
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: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(2, 17, 36, 0.4);
  padding: 1em 0.5em;
  height: auto;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
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 #f7f7f7;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(2, 17, 36, 0.4);
  padding: 1em 0.5em;
  padding-right: 2.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__select select {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.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;
}

.form__checkbox label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.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;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid rgba(2, 17, 36, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid rgba(2, 17, 36, 0.4);
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

.form__radio label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.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;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid rgba(2, 17, 36, 0.4);
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: rgba(2, 17, 36, 0.4);
  border-width: 0.3em;
}

.form__toggle label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.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;
}

/* error-list */
/* ==============================================================
*  contents
* ============================================================ */
/* base
============================== */
html {
  padding: 0;
  font-size: 62.5%;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #f7f7f7;
  color: #021124;
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

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

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

::-moz-selection {
  background: rgba(112, 112, 112, 0.2);
  color: #021124;
}

::selection {
  background: rgba(112, 112, 112, 0.2);
  color: #021124;
}

::-moz-selection {
  background: rgba(112, 112, 112, 0.2);
  color: #021124;
}

.svg-symbol {
  display: none;
}

.texture {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.texture span {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  left: 0;
  background-image: url(/static/daichimiura/common/parts/bg.png);
  background-repeat: repeat;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #c31515;
}

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

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

.txt--jp {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .txt--jp {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--jp {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .txt--jp {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.txt--en {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

i {
  font-family: "Font Awesome 5 Free";
}

.content-main {
  min-height: 100%;
}

.section-tit {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.date {
  margin-bottom: 4px;
  color: rgba(2, 17, 36, 0.4);
}

.tit {
  line-height: 1.5;
  word-break: break-word;
}

.section--list,
.section--detail {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.section--list .category,
.section--detail .category {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #021124;
}

.section--list .detail__btn,
.section--detail .detail__btn {
  text-align: center;
  display: block;
}
.section--list .detail__btn .arrow,
.section--detail .detail__btn .arrow {
  transform: scale(-1, 1);
}
.section--list .tit,
.section--detail .tit {
  font-weight: 400;
}

.list__more a {
  display: inline-block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
}
.list__more .arrow {
  width: 9px;
  height: 12px;
}

.list__detail {
  border-radius: 3em;
  border: 1px solid #707070;
  text-align: center;
}
.list__detail a {
  display: inline-block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: opacity 0.3s ease-in 0.3s, letter-spacing 0.3s;
}
.list__detail .arrow {
  width: 9px;
  height: 12px;
}

.list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.list--txt li:first-of-type {
  margin-top: 0.6em;
}
.list--txt li:last-of-type {
  margin-bottom: 0;
}

.list--attention li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.list--attention li:last-of-type {
  margin-bottom: 0;
}

.list--tag li {
  display: inline-block;
  margin-right: 0.3em;
}
.list--tag a {
  display: block;
  color: #021124;
  border: 1px solid rgba(22, 74, 113, 0.2);
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
}

.no-data {
  width: 100%;
  margin: 8em auto 0;
  font-weight: bold;
  text-align: center;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.modal {
  display: none;
}

.modaal-overlay {
  background-color: #021124 !important;
  opacity: 0.9 !important;
}

.modaal-close:before, .modaal-close:after {
  background: #fff;
}

.modal--close {
  font-size: 2.8em;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal--contents {
  background: #F0F0F0;
  color: #131212;
  width: 100%;
  max-height: 80vh;
  display: inline-block;
  vertical-align: middle;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal--contents .inner {
  padding: 50px 6%;
  text-align: left;
}
.modal--contents .inner .edition + .edition {
  margin-top: 24px;
}
.modal--contents .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.modal--contents .inner ul li {
  margin: 2px;
  text-align: center;
}
.modal--contents .inner a {
  display: block;
  border: 1px solid #e4e4e4;
}
.modal--contents .inner a img {
  width: 100%;
  vertical-align: top;
}
.modal--contents .inner .tit {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
  font-weight: 600;
}

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 5em auto 0;
  font-size: 1.5rem;
  text-align: center;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.block--pager li {
  position: relative;
  margin: 0 0.6em;
}
.block--pager a {
  display: block;
  position: relative;
  color: rgba(54, 91, 119, 0.5);
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--number {
  color: #365B77;
  text-align: center;
}
.block--pager .pager__item--newer {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #365B77;
  border-right: solid 1px #365B77;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  opacity: 0.3;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #365B77;
  border-right: solid 1px #365B77;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older span::after {
  opacity: 0.3;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #365B77;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}

.block--pager__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3em;
}
.block--pager__detail .pager__item--newer,
.block--pager__detail .pager__item--older,
.block--pager__detail .pager__item--list {
  margin: 0 1em;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older a,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list a,
.block--pager__detail .pager__item--list span {
  display: block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
}
.block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list span {
  opacity: 0.3;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
  color: #fff;
}
.block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
  color: #fff;
}
.block--pager__detail .pager__item--list a {
  color: #fff;
}
.block--pager__detail .detail__btn {
  display: flex;
}

/* image */
.ph, .thumb, .block--keyvisual {
  pointer-events: none;
  position: relative;
  line-height: 0;
}
.ph img, .thumb img, .block--keyvisual img {
  display: block;
  width: 100%;
}
.ph::after, .thumb::after, .block--keyvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy, .block--keyvisual .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe,
.video embed,
.video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slide .thumb {
  position: relative;
  overflow: hidden;
}
.slide .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper {
  overflow: visible;
}

.swiper-controller {
  position: relative;
  bottom: 4px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.3s 0s ease;
  background-color: #021124;
  border-radius: 0;
  opacity: 0.1;
  border-radius: 3em;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-wrapper .swiper-button-prev,
.swiper-button-wrapper .swiper-button-next {
  width: auto;
  height: auto;
  position: relative;
  padding: 5px 0;
  font-size: 12px;
  display: inline-block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #021124;
}
.swiper-button-wrapper .swiper-button-prev::after,
.swiper-button-wrapper .swiper-button-next::after {
  visibility: hidden;
}
.swiper-button-wrapper .swiper-button-prev {
  left: inherit;
}

.form--confirm {
  border: 1px solid rgba(22, 74, 113, 0.2);
  padding: 40px 30px 10px;
  margin: 20px auto 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
}

.btn--main {
  background: #021124;
  color: #f7f7f7;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.btn--sub {
  border: 1px solid #365B77;
  color: #365B77;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.detail__btn {
  margin: 5em auto 0;
  display: inline-block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.detail__btn .arrow {
  width: 9px;
  height: 12px;
}

.list--information li {
  position: relative;
}
.list--information li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background-color: rgba(22, 74, 113, 0.2);
}
.list--information li a {
  display: block;
  position: relative;
}
.list--information li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid rgba(22, 74, 113, 0.2);
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.list--information li a:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotate(-135deg) translate(-50%);
}
.list--information li a .block--sub__info {
  display: flex;
  align-items: center;
}
.list--information li a .block--sub__info *:only-child {
  border-right: none;
}
.list--information li a .block--sub__info, .list--information li a .date-box {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--information li a .block--date {
  display: inline-block;
}
.list--information li span.new {
  display: inline-block;
  position: relative;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #6E9CBE;
  font-size: 1.3rem;
  top: -1px;
}

.list--contents, .list--discography {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list--contents li, .list--discography li {
  margin-bottom: 48px;
}
.list--contents li > a, .list--discography li > a {
  display: block;
  position: relative;
}
.list--contents li .thumb, .list--discography li .thumb {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  transform: scale(1);
}
.list--contents li .thumb img, .list--discography li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.list--contents li .thumb .blur, .list--discography li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.list--contents li .thumb .blur img, .list--discography li .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li .date, .list--discography li .date {
  display: block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--contents li.new .tit, .list--discography li.new .tit {
  position: relative;
}

.list--discography li a {
  display: block;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.list--contents__category li a .thumb {
  padding-top: 100%;
}

.list--error li {
  color: #c31515;
  font-weight: bold;
  line-height: 1.8;
}
.list--error li:last-of-type {
  margin-bottom: 0;
}

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #021124;
  border: none !important;
}

.block--category {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.block--category .block--nav__category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block--category .block--nav__category li {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  position: relative;
}
.block--category .block--nav__category li a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block--category .block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav__category li.current a {
  pointer-events: none;
}
.block--category .block--nav__category li.current a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(22, 74, 113, 0.2);
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .block--sub__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section--detail .date {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.section--detail .date.end_time::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .block--share {
  text-align: right;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #6E9CBE;
  transform: translateY(-0.25em);
}

.header {
  position: absolute;
  z-index: 10000;
}
.header > .logo {
  position: absolute;
  z-index: 10000;
}
.header .header_inner {
  position: fixed;
}
.header .drawer__btn {
  position: relative;
  z-index: 100001;
}
.header .drawer__btn .drawer__btn-line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #021124;
  transition: all 0.3s 0s ease;
}
.header .drawer__btn .drawer__btn-line span:first-child {
  top: 0;
}
.header .drawer__btn .drawer__btn-line span:last-child {
  top: 8px;
}
.header .drawer__btn .drawer__btn-inner::after {
  content: "MENU";
  display: block;
  text-indent: 0;
  position: absolute;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100vw;
  height: 100svh;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s 0s ease;
}
.drawer .drawer-inner {
  overflow-y: auto;
  height: 100svh;
  height: 100%;
  margin: 0 auto;
  background-image: linear-gradient(180deg, rgba(180, 187, 158, 0.4) 0%, rgba(135, 165, 181, 0.7) 100%);
}
.drawer .drawer-inner .g-nav {
  width: 100%;
  margin: 0 auto;
}
.drawer .drawer-inner .g-nav ul.list--nav__contents li a {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.drawer .drawer-inner .g-nav .nav-tit {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
}
.drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns {
  display: flex;
  align-items: center;
}
.drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns li:last-of-type {
  margin-right: 0;
}
.drawer .drawer-inner .g-nav .block--nav__official .list--nav__sns li a {
  display: block;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login {
  display: flex;
  align-items: center;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
  color: #021124;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type::after {
  background-color: #fff;
}
.drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type:last-of-type::after {
  display: none;
}

body.drawer-visible .header > .logo {
  position: fixed;
}
body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
body.drawer-visible .header .drawer__btn .drawer__btn-line span {
  top: 4px;
}
body.drawer-visible .header .drawer__btn .drawer__btn-line span:first-child {
  transform: rotate(14deg);
}
body.drawer-visible .header .drawer__btn .drawer__btn-line span:last-child {
  transform: rotate(-14deg);
}
body.drawer-visible .header .drawer__btn .drawer__btn-inner::after {
  content: "CLOSE";
}

footer {
  position: relative;
  color: #707070;
}
footer .inner {
  margin: 0 auto;
}
footer .list--support dt {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  color: #021124;
}
footer .nav--support li {
  font-size: 1.3rem;
}
footer .footer--sns {
  font-size: 12px;
}
footer .footer--sns li {
  display: inline-block;
}
footer .footer--sns li a {
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.3;
  text-align: center;
  border: 1px solid rgba(2, 17, 36, 0.3);
  border-radius: 5em;
}
footer .footer--sns i {
  position: relative;
}
footer .footer--sns .fa.fa-twitter {
  transform: translate(1px, 1px);
}
footer .footer--sns .fab.fa-instagram {
  transform: translate(1px, 0);
}
footer .footer--sns .fab.fa-youtube {
  transform: translate(1px, 0);
}
footer .footer--sns .fa-brands.fa-line {
  transform: translate(1px, 0);
}
footer .copyright {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
  text-align: center;
}

body:not(.page--home) footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}
body:not(.page--home) footer .footer--sns,
body:not(.page--home) footer .list--support {
  display: none;
}
body:not(.page--home) footer .copyright {
  text-align: center;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .header > .logo {
  display: block;
  opacity: 1;
}
.page--home .section--top .section--inner {
  z-index: 1;
}
.page--home .section--top .section--inner .block--keyvisual {
  pointer-events: none;
}
.page--home .section--top .section--inner .block--keyvisual img {
  width: 100%;
  position: relative;
  vertical-align: top;
}
.page--home .section--banner_sub .swiper-area {
  position: relative;
  overflow: hidden;
}
.page--home .section--banner_sub .list--bnr li figure {
  line-height: 0;
}
.page--home .section--banner_sub .list--bnr li a {
  display: block;
}
.page--home .section--banner_sub .list--bnr li img {
  width: 100%;
}
.page--home .section--banner_sub .swiper-pagination-bullet {
  margin: 0 6px;
}
.page--home .section--banner_sub .swiper-button-prev,
.page--home .section--banner_sub .swiper-button-next {
  opacity: 0;
  transition: all 0.3s 0s ease;
  width: 70px;
  height: 70px;
  position: absolute;
  display: inline-block;
  background: rgba(2, 17, 36, 0.2);
  padding: 27px;
  border-radius: 50%;
}
.page--home .section--banner_sub .swiper-button-prev::after,
.page--home .section--banner_sub .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  margin: auto;
  width: 24px;
  height: 24px;
  border-top: 1.5px solid #f7f7f7;
  border-right: 1.5px solid #f7f7f7;
}
.page--home .section--banner_sub .swiper-button-prev::after {
  transform: translateY(-50%) rotate(-135deg);
}
.page--home .section--banner_sub .swiper-button-next::after {
  transform: translateY(-50%) rotate(45deg);
  right: 27px;
}
.page--home .section--banner .list--bnr li figure {
  line-height: 0;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
}

.page--news .block--tit, .page--schedule .block--tit, .page--live .block--tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.page--news .section--detail .tit span.new, .page--schedule .section--detail .tit span.new, .page--live .section--detail .tit span.new {
  display: inline-block;
  position: relative;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #6E9CBE;
  vertical-align: middle;
  margin-left: 6px;
}
.page--news .section--detail .txt a, .page--schedule .section--detail .txt a, .page--live .section--detail .txt a {
  text-decoration: underline;
}

.page--schedule .list--information .category, .page--live .list--information .category {
  margin-left: 0;
}
.page--schedule .block--schedule__date, .page--live .block--schedule__date {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--schedule .block--schedule__date .block--date__main, .page--live .block--schedule__date .block--date__main {
  color: rgba(2, 17, 36, 0.4);
}
.page--schedule .block--schedule__date .block--date__main.end_time, .page--live .block--schedule__date .block--date__main.end_time {
  position: relative;
}
.page--schedule .block--schedule__date .block--date__main.end_time::before, .page--live .block--schedule__date .block--date__main.end_time::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: rgba(2, 17, 36, 0.4);
  margin: 2px 4px 7px;
  top: 50%;
  transform: translateY(50%);
}
.page--schedule .block--schedule__date .year, .page--live .block--schedule__date .year {
  font-size: 1.3rem;
  margin-bottom: 0.45em;
}
.page--schedule .block--schedule__date .md, .page--live .block--schedule__date .md {
  position: relative;
}
.page--schedule .section--detail .block--date__main, .page--live .section--detail .block--date__main {
  display: inline-block;
  line-height: 1;
}
.page--schedule .section--detail .block--date__main span, .page--live .section--detail .block--date__main span {
  display: inline-block;
}

.page--video .list--information li {
  border: none;
}
.page--video .list--information a {
  padding: 0;
}
.page--video .list--information a .tit {
  transition: all 0.3s 0s ease;
}
.page--video .list--information .block--sub__info {
  display: none;
}
.page--video .list--information li a:after, .page--video .list--information li::after {
  content: none;
}

.page--discography .section--detail {
  position: relative;
  padding: 0;
}
.page--discography .list--discography li .thumb {
  border: 1px solid rgba(22, 74, 113, 0.1);
}
.page--discography .list--discography li .thumb img {
  background-size: contain;
  height: 100%;
}
.page--discography .list--discography li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  opacity: 0.3;
}
.page--discography .list--discography li .thumb .blur img {
  filter: blur(20px);
}
.page--discography .list--discography li .category {
  margin-right: 8px;
  font-size: 1.3rem;
}
.page--discography .list--discography li .date {
  margin-bottom: 0;
}
.page--discography .list--discography li .block--sub__info {
  margin-bottom: 4px;
}
.page--discography .list--jacket li .txt--sub {
  text-align: center;
  line-height: 1;
  padding: 1em 0 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
  font-size: 1.4rem;
}
.page--discography .block--sub__info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page--discography .btn--main.buy {
  margin-bottom: 3em;
}
.page--discography .block--download .tit {
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
  padding-bottom: 0.2em;
}
.page--discography .block--download .ph {
  margin: 0 !important;
}
.page--discography .block--download ul.list--download {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.page--discography .block--download ul.list--download li {
  width: 24%;
  margin: 2px;
  text-align: center;
}
.page--discography .block--download a {
  display: block;
  border: 1px solid #e4e4e4;
}
.page--discography .block--download a img {
  width: 100%;
  vertical-align: top;
}
.page--discography .block--comment .txt > div + div {
  margin-top: 2em;
}
.page--discography .edition .block--track {
  background: rgba(22, 74, 113, 0.1);
}
.page--discography .edition .block--track .block--tit {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #365B77;
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
}
.page--discography .edition .block--track + .block--track {
  padding-top: 0;
}
.page--discography .edition .list--track li {
  font-size: 1.4rem;
}

.modal-open .drawer__btn {
  pointer-events: none;
}

#swipebox-slider {
  cursor: auto;
}
#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-overlay {
  background: #365B77;
}
#swipebox-overlay .slide img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
  width: 4em;
  height: 4em;
}

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

#swipebox-action #swipebox-close {
  top: 2em;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #365B77;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 1.1em;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: fixed;
  background: none;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  vertical-align: middle;
  pointer-events: none;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
}

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

.block--player .vjs-playing.vjs-fullscreen .video-js {
  height: 100vh !important;
}

.page--movie .list--contents li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #6E9CBE;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
.page--movie .video-js .vjs-big-play-button {
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.page--movie .video-js .vjs-control-bar {
  background-color: #000000;
}
.page--movie .video-js .vjs-load-progress {
  background-color: rgba(247, 247, 247, 0.2);
}
.page--movie .video-js .vjs-load-progress div {
  background-color: rgba(247, 247, 247, 0.2);
}
.page--movie .vjs-icon-play:before, .page--movie .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 2em;
  position: absolute;
  top: 24%;
  transition: transform 0.3s, top 0.3s;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.page--movie .block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--movie .block--tab .tab__list {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.page--blog .section--detail video-js {
  position: relative !important;
}
.page--blog .section--detail video {
  position: relative !important;
}

.page--blog.photo_blog .section--list .block--tit {
  display: flex;
  align-items: center;
}
.page--blog.photo_blog .section--list .list--contents li {
  position: relative;
}
.page--blog.photo_blog .section--list .list--contents li figure {
  margin-bottom: 0;
  overflow: hidden;
}
.page--blog.photo_blog .section--list .list--contents li figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(247, 247, 247, 0.8);
  color: #707070;
  margin-bottom: 0;
  z-index: 3;
  line-height: 1;
  padding: 3px 5px;
}
.page--blog.photo_blog .section--list .list--contents li.new::after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -7px;
  color: white;
  background: #6E9CBE;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  font-size: 8px;
  line-height: 30px;
  z-index: 10;
  letter-spacing: 0.6px;
}
.page--blog.photo_blog .section--list .list--contents.nologin .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
.page--blog.photo_blog .section--list .list--contents.nologin .thumb img:not(.nologin) {
  display: none;
}
.page--blog.photo_blog .section--list .list--contents.nologin .thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
}
.page--blog.photo_blog .slick-arrow {
  display: block;
  position: absolute;
}
.page--blog.photo_blog .slick-arrow.slick-disabled {
  pointer-events: none;
}
.page--blog.photo_blog .slick-dots {
  position: absolute;
}
.page--blog.photo_blog .slick-dots li {
  transition: 0.3s;
}
.page--blog.photo_blog .slick-dots li:last-of-type {
  margin-right: 0;
}
.page--blog.photo_blog .slick-dots li::before {
  content: "";
  display: block;
  opacity: 1;
  border-radius: 100%;
  background: rgba(247, 247, 247, 0.8);
  border: 1px solid rgba(22, 74, 113, 0.1);
}
.page--blog.photo_blog .slick-dots li.slick-active::before {
  background: #6E9CBE;
}
.page--blog.photo_blog .slick-dots li.slick-active:hover::before {
  background: #6E9CBE;
}
.page--blog.photo_blog .slick-dots li button {
  display: none;
}
.page--blog.photo_blog .section--detail .txt {
  display: flex;
  border: solid 1px rgba(22, 74, 113, 0.1);
  border-top: 0;
  color: #021124;
}
.page--blog.photo_blog .section--detail .txt a {
  color: #6E9CBE;
  text-decoration: none;
}
.page--blog.photo_blog .section--detail .header--detail {
  color: #365B77;
  border: solid 1px rgba(22, 74, 113, 0.1);
}
.page--blog.photo_blog .section--detail .header--detail .date {
  margin: 0;
}
.page--blog.photo_blog .section--detail .header--detail .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .block--writer__inner {
  display: flex;
  align-items: center;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon {
  position: relative;
  overflow: hidden;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon > img {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon .blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transform: scale(1.5);
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon .blur img {
  width: 100%;
  background-size: cover;
}
.page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon.icon_member_1 > img, .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon.icon_member_2 > img, .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon.icon_member_3 > img {
  width: 100%;
  background-size: contain;
}
.page--blog.photo_blog .section--detail .header--detail .inner .date {
  display: block;
  line-height: 1;
}
.page--blog.photo_blog .section--detail .thumb {
  position: relative;
  pointer-events: auto;
}
.page--blog.photo_blog .section--detail .thumb::after {
  content: none;
}
.page--blog.photo_blog .section--detail .thumb .list--thumb {
  margin: 0;
}
.page--blog.photo_blog .section--detail .thumb .list--thumb .slick-list.draggable {
  min-height: 100% !important;
}
.page--blog.photo_blog .section--detail .ph {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}
.page--blog.photo_blog .section--detail .block--player video {
  aspect-ratio: 13/9;
  width: 100%;
  height: 100%;
}
.page--blog.photo_blog .section--detail .block--player.slick-slide .video-js:not(.vjs-fullscreen) .vjs-control-bar {
  bottom: 25px;
}
.page--blog.photo_blog .section--detail .txt-area {
  color: #365B77;
}
.page--blog.photo_blog .section--detail .icon--like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  cursor: pointer;
}
.page--blog.photo_blog .section--detail .icon--like i.clicked {
  color: #BA274A;
  transition: 0.6s;
}
.page--blog.photo_blog .section--detail .icon--like .likes, .page--blog.photo_blog .section--detail .icon--like .liked {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.page--support .tit {
  font-weight: normal;
}
.page--support .list--support a {
  text-decoration: underline;
}
.page--support .list--support dt {
  font-weight: bold;
}

.page--faq .section--list .tit {
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .btn {
  text-align: center;
}
.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  background: rgba(110, 156, 190, 0.1);
  border-radius: 6px;
  width: 100%;
  padding: 1em 1.5em;
  border: none;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #021124;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  margin-bottom: 4em;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .tit--category a {
  display: block;
  padding-top: 2em;
}
.page--faq .list--faq li {
  border-bottom: solid 1px rgba(22, 74, 113, 0.2);
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px rgba(22, 74, 113, 0.2);
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  align-items: center;
  text-decoration: none;
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--a {
  display: none;
}
.page--faq .list--faq li .icon--q {
  display: none;
}
.page--faq .block--faq-detail {
  border: 1px solid rgba(22, 74, 113, 0.2);
}
.page--faq .block--faq-detail .icon--q {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: rgba(110, 156, 190, 0.6);
  float: left;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
}
.page--faq .block--faq-detail dt .txt {
  padding-left: 1.2em;
}
.page--faq .block--faq-detail .txt a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s 0s ease;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a::after {
  transition: all 0.3s 0s ease;
  transition: 0.3s;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .section-tit span {
  display: block;
}
.page--questionnaire .section--detail > .ph {
  margin-bottom: 1em;
}
.page--questionnaire .block--error {
  margin: 2em 0;
  color: #c31515;
}
.page--questionnaire form .form--post + .txt--sub {
  margin-bottom: 2vw;
  text-align: center;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #365B77;
  pointer-events: none;
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #365B77;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必須";
  background: #c31515;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

.page--entry .page--first_login .page--stream .section--detail {
  max-width: 1000px;
}

.page--entry .block--top {
  position: relative;
}
.page--entry .block--top .logo {
  text-align: center;
}
.page--entry .block--tit {
  text-align: left;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.page--entry .block--contents .block--tit {
  color: #021124;
}
.page--entry .block--contents .list--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--entry .block--contents .list--content li {
  border: 1px solid rgba(22, 74, 113, 0.2);
}
.page--entry .block--contents .list--content .tit {
  color: #6E9CBE;
}
.page--entry .block--contents .list--content .txt {
  color: #365B77;
  text-align: left;
  margin-bottom: 0;
}
.page--entry .block--contents:not(.block--benefits) .tit {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--entry .block--entry tbody, .page--entry .block--device tbody {
  border: solid 1px rgba(22, 74, 113, 0.2);
}
.page--entry .block--entry tbody tr, .page--entry .block--device tbody tr {
  border-bottom: solid 1px rgba(22, 74, 113, 0.2);
}
.page--entry .block--entry tbody tr th, .page--entry .block--device tbody tr th {
  border-right: solid 1px rgba(22, 74, 113, 0.2);
  background: rgba(110, 156, 190, 0.1);
}
.page--entry .btn.member {
  margin-bottom: 2em;
}
.page--entry .btn.member .btn--main {
  font-weight: 700;
}
.page--entry .btn--main {
  width: 100%;
  max-width: 500px;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 30px 20px;
}
.page--entry .entry {
  margin-top: 2em;
}

.page--first_login #terms {
  display: none;
}
.page--first_login .section-tit {
  text-align: center;
}
.page--first_login .section-tit span {
  color: #c31515;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: solid 1px;
}
.page--first_login .block--attention {
  border: 2px solid #c31515;
  background: #ffdada;
  color: #021124;
  font-weight: bold;
}
.page--first_login .block--attention .txt--link {
  text-decoration: underline;
}
.page--first_login .txt--sub {
  line-height: 1.4em;
}
.page--first_login .list--faq li a {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1em;
  border-radius: 8px;
  background-color: #fff;
  color: #021124;
  border: 1px solid rgba(22, 74, 113, 0.2);
  line-height: 1.5;
}
.page--first_login .list--faq li i {
  margin-left: 6px;
  color: #6E9CBE;
}
.page--first_login .step ul > li {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  border: solid 1px rgba(22, 74, 113, 0.2);
  color: #021124;
}
.page--first_login .step ul > li:last-child {
  margin-bottom: 0;
}
.page--first_login .step ul > li a {
  display: flex;
}
.page--first_login .step ul > li .step--tit {
  font-weight: 600;
  width: 100px;
  text-align: center;
  padding: 0px 20px;
  border-right: solid 1px rgba(22, 74, 113, 0.2);
  background-color: rgba(110, 156, 190, 0.1);
}
.page--first_login .step ul > li .step--txt {
  padding: 0px 20px;
  width: calc(100% - 100px);
  text-align: left;
}
.page--first_login .block--step .list--step > li {
  border: 1px solid rgba(22, 74, 113, 0.2);
}
.page--first_login .block--step .list--step > li figure {
  text-align: center;
}
.page--first_login .block--step .list--step > li .txt--link {
  text-decoration: underline;
}
.page--first_login .block--step li span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(110, 156, 190, 0.1);
}
.page--first_login .block--step li .list-tit {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px rgba(22, 74, 113, 0.2);
  font-weight: 600;
}
.page--first_login .block--step li figure {
  border: 1px solid rgba(22, 74, 113, 0.2);
}
.page--first_login .block--step li .fa {
  margin-left: 0.5em;
}
.page--first_login .block--step li .block--attention {
  margin: 1em 0;
  padding: 24px;
  color: #c31515;
}
.page--first_login .block--step li .block--attention .tit {
  color: #c31515;
}

.page--stream {
  overflow: hidden;
}
.page--stream .section--inner {
  margin: 0 auto;
}
.page--stream .block--lead .txt {
  margin-bottom: 0;
}
.page--stream .tit {
  color: #021124;
  font-weight: 600;
}
.page--stream .block--adjust, .page--stream .block--attention {
  border-bottom: solid 1px rgba(22, 74, 113, 0.2);
}
.page--stream .block--attention .list--attention li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.page--stream .btn i {
  margin-left: 6px;
}

.page--store .list--basic li {
  color: #365B77;
  border: 1px solid rgba(22, 74, 113, 0.2);
  text-align: center;
}
.page--store .list--basic li .tit {
  margin-bottom: 0;
}
.page--store .list--basic li .btn--store {
  display: block;
}
.page--store .list--basic li input {
  border: none;
  background: none;
}
.page--store .list--basic li i {
  margin-left: 6px;
}
.page--store .list--basic li form .btn--store {
  padding: 0;
  position: relative;
}
.page--store .list--basic li form .btn--store label {
  display: block;
  width: 100%;
}
.page--store .list--basic li form .btn--store input {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page--ticket .section--detail .chart-style {
  margin: 1em 0 2em;
  border: 1px solid rgba(22, 74, 113, 0.2);
  border-bottom: none;
}
.page--ticket .section--detail .chart-style dt,
.page--ticket .section--detail .chart-style dd {
  padding: 0.7em 1.3em;
  border-bottom: 1px solid rgba(22, 74, 113, 0.2);
}
.page--ticket .section--detail .chart-style dt > .list-caution,
.page--ticket .section--detail .chart-style dd > .list-caution {
  margin: 10px 0;
}
.page--ticket .section--detail .chart-style dt {
  color: #f7f7f7;
  background-color: #365B77;
}
.page--ticket .section--detail .chart-style .chart-list li {
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.page--ticket .section--detail .chart-style .chart-list li:before {
  content: "※";
  margin-right: 4px;
}
.page--ticket .section--detail .chart-style a {
  color: #365B77;
  text-decoration: underline;
}
.page--ticket .section--detail .list-caution li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 90%;
  margin-bottom: 0.5em;
}
.page--ticket .section--detail .box {
  background: #E5E5E5;
  padding: 3%;
}
.page--ticket .section--detail .btn {
  margin-bottom: 1em;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 1em;
}
.page--error .section--detail .btn {
  margin-top: 2em;
}
.page--error .section--detail .btn .btn--sub {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

/*  effect
------------------------------ */
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.delighter {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s, transform 1.2s;
}

.delighter.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.page--home .content-main {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s, transform 1.2s;
}
body.page--home.loaded .content-main {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body:not(.page--home) .content-main {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s, transform 1.2s;
}
body:not(.page--home).loaded .content-main {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* page--notice
------------------------------ */
.page--notice .list--info li {
  position: relative;
}
.page--notice .list--info li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background-color: rgba(22, 74, 113, 0.2);
}
.page--notice .list--info li a {
  display: block;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 24px 2em 24px 0;
}
.page--notice .list--info li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid rgba(22, 74, 113, 0.2);
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.page--notice .list--info li a:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotate(-135deg) translate(-50%);
}
.page--notice .list--info li a .txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.page--notice .list--info li a .date {
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.page--notice .list--info li.new .txt::after {
  content: "NEW";
  display: inline-block;
  font-family: "mozaic-geo-variable", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #6E9CBE;
  font-size: 1.3rem;
  margin-left: 4px;
}

/* body--app
------------------------------ */
.body--app .content-main {
  padding: 56px 0 64px;
}
.body--app .section--detail .detail__btn {
  margin-bottom: 4em;
}
.body--app .block--pager {
  margin: 0 auto 4em;
}
.body--app .detail__btn {
  -webkit-touch-callout: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
    cursor: pointer;
  }
  .texture span {
    background-size: 500px auto;
  }
  .btn a, .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn--main, .btn--sub {
    transition: all 0.3s 0s ease;
  }
  .btn--main:hover {
    opacity: 0.7;
  }
  .btn--sub:hover {
    border: 1px solid #365B77;
    background-color: #365B77;
    color: #fff;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 14vw;
    max-width: 170px;
    top: 64px;
    left: 4vw;
  }
  header > .logo a {
    display: block;
  }
  header .header_inner {
    top: 64px;
    right: 4%;
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
  }
  header .header_inner li a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-hover);
    display: block;
    width: 100%;
    transform: translateY(-1.4em);
    opacity: 0;
  }
  header .header_inner li a span, header .header_inner li a::after {
    display: block;
    transition: opacity 0.3s, transform 0.3s;
  }
  header .header_inner li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1.4;
    transition: none;
  }
  header .header_inner li a:hover::after {
    transform: translateY(0);
    opacity: 1;
  }
  header .header_inner li a:hover span {
    transform: translateY(1.4em);
    opacity: 0;
  }
  header .drawer__btn {
    cursor: pointer;
  }
  header .drawer__btn .drawer__btn-line {
    width: 38px;
  }
  header .drawer__btn .drawer__btn-inner::after {
    font-size: 1.2rem;
    top: 16px;
    right: 0;
  }
  .drawer-visible .header .drawer__btn .drawer__btn-inner::after {
    right: -2px;
  }
  .drawer .drawer-inner {
    padding: 10%;
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .g-nav .inner_flex_pc {
    display: flex;
    justify-content: space-between;
  }
  .drawer .drawer-inner .g-nav .inner_flex_pc .block--nav__official, .drawer .drawer-inner .g-nav .inner_flex_pc .block--nav__fc {
    width: 48%;
  }
  .drawer .drawer-inner .g-nav .nav-tit {
    font-size: 1.8rem;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    line-height: 1;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 2.6rem;
    padding-right: 1em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns {
    width: 48%;
    margin-bottom: 56px;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns li {
    font-size: 3.2rem;
    margin-right: 16px;
    display: inline-block;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns li a {
    display: block;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--tiktok {
    font-size: 3rem;
    margin-right: 15px;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--tiktok i {
    position: relative;
    transform: translate(0, -2px);
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--line svg {
    display: inline-block;
    width: 3.2rem;
    padding: 0 0 5px;
    vertical-align: middle;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--spotify {
    margin-right: 12px;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns a {
    transition: opacity 0.3s;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns a:hover {
    opacity: 0.6;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__contents {
    margin-top: 1.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
    font-size: 2.6rem;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type {
    margin-right: 24px;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #6E9CBE;
  }
  .block--pager li a, .block--pager li span {
    position: relative;
    padding: 0.25em 0.6em;
  }
  .block--pager li.pager__item--current span {
    font-weight: 700;
  }
  .block--pager li a:hover {
    color: #365B77;
  }
  .block--pager .pager__item--newer a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
    border-top: solid 1px #6E9CBE;
    border-right: solid 1px #6E9CBE;
  }
  .block--pager .pager__item--older a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-top: solid 1px #6E9CBE;
    border-right: solid 1px #6E9CBE;
  }
  .block--pager__detail {
    margin-top: 5em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span,
  .block--pager__detail .pager__item--list a,
  .block--pager__detail .pager__item--list span {
    font-size: 15px;
    transition: 0.3s;
  }
  .block--pager__detail .pager__item--newer a {
    position: relative;
  }
  .block--pager__detail .pager__item--newer a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    top: 45%;
    left: 3.3em;
    width: 4em;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--newer a:hover {
    color: #6E9CBE;
  }
  .block--pager__detail .pager__item--newer a:hover::before {
    transform: scaleX(1);
  }
  .block--pager__detail .pager__item--older a {
    position: relative;
  }
  .block--pager__detail .pager__item--older a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 45%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--older a:hover {
    color: #6E9CBE;
  }
  .block--pager__detail .pager__item--older a:hover::before {
    transform: scaleX(1);
  }
  .block--pager__detail .pager__item--list a {
    transition: color 0.3s;
  }
  .block--pager__detail .pager__item--list a:hover {
    color: #6E9CBE;
  }
  .block--pager__detail .detail__btn a:hover {
    color: #6E9CBE;
  }
  .list__more a {
    font-size: 12px;
  }
  .list__more a .arrow {
    margin-left: 1em;
    transition: transform 0.3s 0s ease;
  }
  .list__more a:hover .arrow {
    transform: rotate(-45deg);
  }
  .detail__btn {
    margin-top: 5em;
    transition: color 0.3s ease-out;
  }
  .detail__btn a:hover {
    color: #6E9CBE;
  }
  .detail__btn a:hover .arrow {
    transform: scale(-1, 1) rotate(-45deg);
  }
  .detail__btn .arrow {
    transition: transform 0.3s 0s ease;
    margin-right: 0.5em;
  }
  .section-tit {
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 48px;
  }
  .tit {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .date {
    font-size: 1.3rem;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .tag {
    font-size: 11px;
  }
  .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.2em;
    border-radius: 100%;
    background-color: #6E9CBE;
  }
  .content-main {
    padding: 100px 0 60px;
  }
  .list--tag a:hover {
    background: rgba(110, 156, 190, 0.1);
  }
  .modal--contents .inner ul li {
    width: calc(25% - 10px);
  }
  .modaal-close {
    right: 20vw;
  }
  .list--information li::after {
    transition: transform cubic-bezier(0.29, 0.02, 0.04, 0.9) 0.5s;
    transform: scaleX(1);
  }
  .list--information li:hover::after {
    transform: scaleX(0);
    transform-origin: right center;
  }
  .list--information li a {
    padding: 32px 40px 32px 16px;
  }
  .list--information li a .tit {
    font-size: 15px;
  }
  .list--information li a .block--sub__info, .list--information li a .date-box {
    margin-bottom: 8px;
  }
  .list--information li a .date, .list--information li a .block--date {
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 1.3rem;
  }
  .list--information li a .category {
    font-size: 1.3rem;
  }
  .list--information li a .arrow {
    right: 16px;
    bottom: 16px;
    transition: all 0.3s 0s ease;
  }
  .list--information li a:hover {
    opacity: 0.5;
  }
  .list--information.list--schedule .list__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .list--information.list--schedule .list__inner .block--schedule__date {
    width: 15%;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .md {
    font-size: 2rem;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .day {
    font-size: 30px;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .week {
    margin-left: 0em;
    font-size: 1.2rem;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .block--date__main.end_time {
    margin-top: 6px;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .block--date__sub {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .list--information.list--schedule .list__inner .block--schedule__info {
    width: 85%;
    padding-left: 1.5em;
  }
  .list--other-contents {
    display: flex;
    justify-content: space-between;
  }
  .list--other-contents li {
    width: 48%;
    position: relative;
    font-size: 46px;
    padding-bottom: 40px;
  }
  .list--other-contents .arrow {
    width: 38px;
    height: 52px;
    stroke: #6E9CBE;
    stroke-opacity: 0.2;
  }
  .list--contents::after, .list--discography::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 8px);
    height: 0;
  }
  .list--contents li, .list--discography li {
    width: 32%;
    transition: all 0.3s 0s ease;
  }
  .list--contents li a figure, .list--discography li a figure {
    overflow: hidden;
  }
  .list--contents li a figure img, .list--discography li a figure img {
    transition: 0.3s;
  }
  .list--contents li a:hover, .list--discography li a:hover {
    cursor: pointer;
  }
  .list--contents li:hover, .list--discography li:hover {
    transform: translateY(-16px);
  }
  .list--contents li .block--sub__info, .list--discography li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li.new .tit, .list--discography li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--discography li.new .tit::after {
    margin-left: 0.4em;
  }
  .list--photo_blog:not(.nologin) li a:hover {
    cursor: pointer;
  }
  .list--photo_blog:not(.nologin) li a:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.8;
  }
  .list--error li {
    color: #c31515;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .block--sort-category .block--sort {
    max-height: 60vh;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
    transition: color 0.3s;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--category {
    margin-bottom: 4em;
  }
  .block--category li {
    margin-right: 16px;
    margin-bottom: 0.4em;
    font-size: 1.4rem;
  }
  .block--category li a {
    padding-bottom: 8px;
    transition: background-color 0.3s;
  }
  .block--category li:not(.current) a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(22, 74, 113, 0.2);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .block--category li:not(.current) a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .page--home {
    /* common */
  }
  .page--home .content-main {
    padding: 0;
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page--home section[class^=section--] {
    position: relative;
  }
  .page--home .section--top {
    width: 100%;
  }
  .page--home .section--top .section--inner {
    margin-top: 10vw;
  }
  .page--home .section--banner_sub {
    margin: 24px 0;
  }
  .page--home .section--banner_sub .swiper-area {
    margin: 0 auto;
  }
  .page--home .section--banner_sub .swiper-button-prev:after, .page--home .section--banner_sub .swiper-button-next:after {
    font-size: 30px;
  }
  .page--home .section--banner_sub .swiper-area:hover .swiper-button-prev,
  .page--home .section--banner_sub .swiper-area:hover .swiper-button-next {
    opacity: 1;
  }
  .page--home .section--banner_sub .swiper-button-prev {
    left: 24px;
  }
  .page--home .section--banner_sub .swiper-button-next {
    right: 24px;
  }
  .page--home .section--banner_sub.no-carousel .swiper-button-prev,
  .page--home .section--banner_sub.no-carousel .swiper-button-next {
    display: none;
  }
  .page--home .section--banner_sub.no-carousel .list--bnr a {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner_sub.no-carousel .list--bnr a:hover {
    opacity: 0.5;
  }
  .page--home .section--banner .list--bnr li {
    margin: 24px 0;
  }
  .page--home .section--banner .list--bnr a {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner .list--bnr a:hover {
    opacity: 0.5;
  }
  .page--home footer {
    margin-top: 60px;
  }
  .section--list,
  .section--detail {
    margin: 5em auto 2em;
  }
  .section--detail .tit {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto 1.5em 0;
  }
  .section--detail .block--sub__info {
    margin-bottom: 2em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .category {
    margin-right: 12px;
    font-size: 10px;
  }
  .section--detail .block--share li {
    margin-right: 12px;
  }
  .section--detail .block--share li i {
    font-size: 2rem;
  }
  .section--detail .block--share li.share {
    font-size: 1.2rem;
    margin-right: 20px;
  }
  .section--detail .block--share li a {
    transition: opacity 0.3s ease-out;
  }
  .section--detail .block--share li a:hover {
    opacity: 0.6;
  }
  .page--news .block--tit, .page--schedule .block--tit, .page--live .block--tit {
    margin-bottom: 54px;
  }
  .page--news .block--tit .section--tit, .page--schedule .block--tit .section--tit, .page--live .block--tit .section--tit {
    font-size: 14px;
  }
  .page--news .week, .page--schedule .week, .page--live .week {
    margin-left: 0.5em;
  }
  .page--news .section--detail .tit span.new, .page--schedule .section--detail .tit span.new, .page--live .section--detail .tit span.new {
    font-size: 1.6rem;
  }
  .page--news .section--detail .category {
    font-size: 1.3rem;
  }
  .page--news .section--detail .block--sub__info {
    margin-bottom: 4px;
  }
  .page--news .section--detail .tit {
    margin-bottom: 32px;
  }
  .page--schedule .section--detail .category, .page--live .section--detail .category {
    font-size: 1.5rem;
  }
  .page--schedule .section--detail .block--sub__info, .page--live .section--detail .block--sub__info {
    display: block;
  }
  .page--schedule .section--detail .year, .page--live .section--detail .year {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 0.2em;
    margin-bottom: 0;
  }
  .page--schedule .section--detail .md, .page--live .section--detail .md {
    font-size: 2.6rem;
  }
  .page--schedule .section--detail .week, .page--live .section--detail .week {
    font-size: 1.6rem;
    margin-left: 0.2em;
  }
  .page--ticket .btn--main, .page--ticket .btn--sub {
    width: 40%;
  }
  .page--video .list--information {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--video .list--information li {
    width: 48%;
    margin-bottom: 60px;
  }
  .page--video .list--information .thumb {
    transition: all 0.3s 0s ease;
  }
  .page--video .list--information li:hover .thumb {
    transform: translateY(-10px);
  }
  .page--video .list--information a:hover {
    opacity: 1;
  }
  .page--video .list--information a:hover .tit {
    transform: translateY(-10px);
  }
  .page--video .list--information .thumb {
    margin-bottom: 32px;
  }
  .category-1 .section--detail .block--sub__info, .category-3 .section--detail .block--sub__info, .category-14 .section--detail .block--sub__info {
    align-items: center;
  }
  .category-1 .section--detail .block--sub__info .date, .category-3 .section--detail .block--sub__info .date, .category-14 .section--detail .block--sub__info .date {
    margin-bottom: 0;
  }
  .category-1 .section--detail .block--sub__info .category, .category-3 .section--detail .block--sub__info .category, .category-14 .section--detail .block--sub__info .category {
    margin-left: 8px;
  }
  .page--discography .list--discography li .tit {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography.page--discography__detail .date, .page--discography.page--discography__detail .category {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }
  .page--discography.page--discography__detail .block--sub__info {
    margin-bottom: 0.4em;
  }
  .page--discography .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--discography .section--detail .disco-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 40%;
    max-width: 600px;
  }
  .page--discography .list--jacket li {
    margin-bottom: 5em;
  }
  .page--discography .list--jacket li .txt--sub {
    padding: 1em 0 0.5em;
  }
  .page--discography .block--disc-detail {
    width: 56%;
  }
  .page--discography .block--disc-detail > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .block--disc-detail .block--comment .txt {
    font-size: 1.4rem;
  }
  .page--discography .block--disc-detail .block--comment .tit {
    font-size: 1.6rem;
  }
  .page--discography .block--disc-detail .video {
    margin-bottom: 2em;
  }
  .page--discography .block--sub__info p {
    margin-right: 0.8em;
  }
  .page--discography .edition .tit {
    font-size: 1.6rem;
  }
  .page--discography .edition .block--track {
    padding: 20px;
  }
  .page--discography .edition .block--track .block--tit {
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .page--movie .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--movie .section--detail .block--tit {
    width: 100%;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--player {
    margin: 0 auto 1em;
  }
  .page--movie .block--tab {
    margin: 8.4em 0 24px;
  }
  .page--movie .block--tab .tab__list {
    font-size: 2.4rem;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--blog .no-data {
    font-size: 20px;
    margin: 5em auto;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 1100px;
    padding: 0;
  }
  .page--blog .section--detail .date {
    margin-bottom: 2em;
  }
  .page--blog .section--detail .txt a:hover {
    color: #6E9CBE;
  }
  .page--blog.photo_blog .section--list .block--tit .icon {
    width: 200px;
    overflow: hidden;
    margin-right: 2em;
  }
  .page--blog.photo_blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo_blog .section--list .list--contents li {
    margin-bottom: 25px;
  }
  .page--blog.photo_blog .section--list .list--contents li figcaption {
    font-size: 1.3rem;
  }
  .page--blog.photo_blog .section--list .list--contents li a {
    position: relative;
  }
  .page--blog.photo_blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo_blog .section--list #next .load-circle,
  .page--blog.photo_blog .section--list #next .load-circle:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }
  .page--blog.photo_blog .section--list #next .load-circle {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(54, 91, 119, 0.2);
    border-right: 4px solid rgba(54, 91, 119, 0.2);
    border-bottom: 4px solid rgba(54, 91, 119, 0.2);
    border-left: 4px solid rgba(54, 91, 119, 0.6);
    transform: translateZ(0);
    animation: loader 1.1s infinite linear;
  }
  .page--blog.photo_blog .slick-arrow {
    bottom: -40px;
    width: 50px;
    height: 50px;
  }
  .page--blog.photo_blog .slick-arrow.slick--prev {
    left: 0;
  }
  .page--blog.photo_blog .slick-arrow.slick--next {
    left: 60px;
  }
  .page--blog.photo_blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo_blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo_blog .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo_blog .slick-dots li::before {
    transition: background 0.4s;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
  }
  .page--blog.photo_blog .slick-dots li:hover::before {
    background: #f7f7f7;
  }
  .page--blog.photo_blog .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
    border-left: solid 1px rgba(22, 74, 113, 0.1);
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .date {
    width: 60%;
    padding: 15px 20px;
  }
  .page--blog.photo_blog .section--detail .txt {
    position: relative;
  }
  .page--blog.photo_blog .section--detail .txt .thumb {
    width: 60%;
  }
  .page--blog.photo_blog .section--detail .txt.no-image .txt-area {
    width: 100%;
    border-left: none;
  }
  .page--blog.photo_blog .section--detail .txt-area {
    width: 40%;
    padding: 20px;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    border-left: 1px solid rgba(22, 74, 113, 0.1);
  }
  .page--blog.photo_blog .section--detail .txt-area > p {
    padding-bottom: 1em;
  }
  .page--blog.photo_blog .section--detail .icon--like .likes, .page--blog.photo_blog .section--detail .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 30px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    margin-bottom: 0.8em;
    font-size: 30px;
    line-height: 1.5;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    width: 70%;
    margin: 3em auto 3em 0;
    max-width: 700px;
  }
  .page--faq .searchBox input[type=submit] {
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .page--faq .tit--category {
    margin: 0 0 1.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 3em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
  }
  .page--faq .list--faq li a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 15px;
  }
  .page--faq .list--faq li .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  .page--faq .block--contact .link a:hover {
    color: #365B77;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #6E9CBE;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #365B77;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 900px;
    margin: 2em auto;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 0.8em;
    font-size: 3rem;
    line-height: 1.5;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .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[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--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry .block--top {
    width: 60%;
    margin: 0 auto 3em;
  }
  .page--entry .block--top .logo {
    width: 40%;
    margin: 0 auto 56px;
  }
  .page--entry .block--top .txt--lead {
    margin: 0 auto;
    line-height: 1.66;
  }
  .page--entry .block--top + .block--btn .btn.member {
    margin: 3em auto;
  }
  .page--entry .block--tit {
    margin-bottom: 0.8em;
    font-size: 3.6rem;
  }
  .page--entry .block--contents {
    margin-bottom: 6em;
  }
  .page--entry .block--contents .list--content li {
    border: 1px solid rgba(22, 74, 113, 0.2);
    width: 49%;
    margin-bottom: 2%;
    padding: 3%;
  }
  .page--entry .block--entry, .page--entry .block--device {
    width: min(70%, 680px);
    margin: 0 auto;
  }
  .page--entry .block--entry .block--tit, .page--entry .block--device .block--tit {
    margin-bottom: 0.4em;
    font-size: 28px;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr th, .page--entry .block--device tbody tr td {
    padding: 25px;
  }
  .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr td {
    width: 75%;
  }
  .page--entry .block--entry {
    margin-bottom: 6em;
  }
  .page--entry .block--entry .block--tit span {
    font-size: 1.1rem;
  }
  .page--entry .block--device {
    margin-bottom: 6em;
  }
  .page--entry .btn.member {
    max-width: 500px;
    margin: 0 auto;
  }
  .page--entry .btn.member .btn--main {
    font-size: 1.9rem;
  }
  .page--entry .entry {
    opacity: 1;
    transition: all 0.3s 0s ease;
  }
  .page--entry .entry:hover {
    opacity: 0.5;
  }
  .page--first_login .section-tit {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 7vw;
    text-align: center;
  }
  .page--first_login .section-tit span {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .page--first_login .block--lead {
    margin-bottom: 7vw;
  }
  .page--first_login .block--attention {
    margin: 32px 0;
    padding: 16px;
  }
  .page--first_login .block--movie {
    margin-bottom: 7vw;
  }
  .page--first_login .list--faq {
    margin: 1.5em 0;
  }
  .page--first_login .list--faq li:not(:first-child) {
    margin-top: 16px;
  }
  .page--first_login .list--faq li a {
    font-size: 1.5rem;
  }
  .page--first_login .list--faq li a:hover {
    background-color: rgba(110, 156, 190, 0.1);
  }
  .page--first_login .step {
    margin-bottom: 7vw;
  }
  .page--first_login .step .tit {
    text-align: center;
  }
  .page--first_login .step ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page--first_login .step ul > li a {
    height: 40px;
  }
  .page--first_login .step ul > li .step--tit, .page--first_login .step ul > li .step--txt {
    line-height: 40px;
  }
  .page--first_login .block--step .list--step > li {
    margin-bottom: 30px;
    padding: 32px 4%;
  }
  .page--first_login .block--step li span {
    margin-right: 1em;
    padding: 8px 16px;
  }
  .page--first_login .block--step li .block--attention .tit {
    font-size: 1.6rem;
  }
  .page--first_login .block--step li .block--attention .txt {
    font-size: 14px;
  }
  .page--first_login .block--step li figure {
    margin: 30px 0;
  }
  .page--first_login .block--step li #step5 .tit {
    font-size: 2rem;
  }
  .page--stream .section-tit {
    margin-bottom: 7vw;
  }
  .page--stream .txt--sub {
    font-size: 1.5rem;
  }
  .page--stream .block--lead {
    margin-bottom: 48px;
    font-size: 1.8rem;
  }
  .page--stream .block--lead .txt {
    margin-bottom: 0;
  }
  .page--stream .block--guide {
    margin-bottom: 3vw;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 16px;
  }
  .page--stream .block--download {
    margin-bottom: 7vw;
    text-align: center;
  }
  .page--stream .block--download .app-link {
    margin-top: 32px;
  }
  .page--stream .block--download .btn--main {
    margin-top: 0px;
    width: 362px;
  }
  .page--stream .block--download .dl-list li {
    display: inline-block;
    height: 56px;
    margin-right: 1em;
  }
  .page--stream .block--download .dl-list li:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
    height: 100%;
  }
  .page--stream .block--download .dl-list li img {
    height: 100%;
  }
  .page--stream .block--method .pc {
    border-bottom: solid 1px rgba(22, 74, 113, 0.2);
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
  }
  .page--stream .block--method .pc .method-list {
    display: flex;
    margin-bottom: 5em;
  }
  .page--stream .block--method .pc .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--method .pc .method-list .method-list__item {
    position: relative;
    width: 21.25%;
    margin-right: 5%;
  }
  .page--stream .block--method .pc .method-list .method-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--method .pc .method-list .method-list__item.last {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
  }
  .page--stream .block--adjust {
    margin-top: 7vw;
    padding-bottom: 7vw;
  }
  .page--stream .block--adjust .adjust-list {
    display: flex;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--attention {
    margin-top: 7vw;
    margin-bottom: 7vw;
    padding-bottom: 7vw;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .btn i {
    font-size: 1.4rem;
  }
  .page--store .list--basic {
    display: flex;
    justify-content: space-between;
  }
  .page--store .list--basic li {
    width: 48%;
  }
  .page--store .list--basic li .btn--store {
    transition: all 0.3s 0s ease;
    padding: 8% 5%;
    cursor: pointer;
  }
  .page--store .list--basic li .btn--store label {
    cursor: pointer;
  }
  .page--store .list--basic li .btn--store:hover {
    background-color: rgba(110, 156, 190, 0.1);
  }
  .page--store .list--basic li form .btn--store label {
    padding: 8% 5%;
  }
  .page--store .list--basic li form .btn--store input {
    cursor: pointer;
  }
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 1em;
    padding-top: 2vw;
    font-size: 5.5vw;
  }
  .page--feature .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer .inner {
    width: 90%;
    padding: 50px 0 45px;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .nav--support {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
  }
  footer .inner .nav--support li {
    display: inline-block;
  }
  footer .inner .nav--support li:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 12px;
  }
  footer .inner .nav--support li a:hover {
    opacity: 0.5;
  }
  footer .inner .footer--sns {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
  }
  footer .inner .footer--sns li:not(:first-child) {
    margin-left: 20px;
  }
  footer .inner .footer--sns li a {
    font-size: 2.3rem;
  }
  footer .inner .footer--sns li a i {
    transition: all 0.3s 0s ease;
  }
  footer .inner .footer--sns li a:hover i {
    opacity: 0.5;
  }
  footer .inner .footer--sns .fa-brands.fa-spotify {
    transform: translate(1px, 1px);
  }
  footer .inner .copyright::after {
    content: "";
    display: block;
    clear: both;
  }
  body:not(.page--home) footer {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .texture span {
    background-size: 300px auto;
  }
  .btn--main {
    min-width: 80%;
    margin-top: 1em;
    font-size: 1.3rem;
  }
  /* input */
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 80%;
    margin-top: 1em;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .swiper-button-next {
    margin-left: 8px;
  }
  .swiper-button-prev {
    margin-right: 8px;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
  .content-main {
    padding: 80px 0 0;
  }
  .section-tit {
    font-size: 3.4rem;
    line-height: 1.1;
    margin-bottom: 48px;
  }
  .section-tit__sub {
    font-size: 15px;
    line-height: 1.5;
  }
  .tit {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .date {
    font-size: 1.3rem;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    margin: 2em auto;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 0.6em;
  }
  .list__more a {
    font-size: 11px;
  }
  .list__more a svg {
    margin-left: 14px;
  }
  .block--sub__info .list__detail {
    max-width: 170px;
    height: 45px;
    margin: 0 auto;
  }
  .block--sub__info .list__detail a {
    font-size: 11px;
    line-height: 45px;
  }
  .block--sub__info .list__detail a svg {
    margin-left: 14px;
  }
  .detail__btn {
    font-size: 1.2rem;
  }
  .detail__btn .arrow {
    margin-right: 0.5em;
  }
  .modal--contents .inner ul li {
    width: calc(33.3333333333% - 6px);
  }
  .modaal-close {
    right: 0;
    top: 0;
  }
  .form--confirm {
    padding: 2em 1.5em 0;
  }
  .list--information li a {
    padding: 24px 2em 24px 0;
  }
  .list--information li a .tit {
    font-size: 14px;
  }
  .list--information li a .block--sub__info {
    margin-bottom: 8px;
  }
  .list--information li a .date {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .list--information li a .category {
    margin-left: 8px;
    font-size: 1.3rem;
  }
  .list--information li a .arrow {
    right: 12px;
    bottom: 12px;
  }
  .list--information li.new a::before {
    top: -0.4em;
    left: -0.4em;
    font-size: 16px;
  }
  .list--information.list--schedule li a {
    padding: 1.5em 1.5em 1.1em 0;
  }
  .list--information.list--schedule .list__inner .block--schedule__date {
    margin-bottom: 8px;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .block--date__main {
    display: inline-block;
    line-height: 1;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .year {
    display: inline-block;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .md {
    font-size: 2rem;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .day {
    font-size: 1.8rem;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .week {
    margin-left: 0em;
    font-size: 1.2rem;
  }
  .list--information.list--schedule .list__inner .block--schedule__date .block--date__sub {
    font-size: 1.1rem;
    letter-spacing: -0.03em;
  }
  .list--contents li, .list--discography li {
    width: 100%;
  }
  .list--contents li .block--sub__info, .list--discography li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li.new .tit, .list--discography li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--discography li.new .tit::after {
    margin-left: 0.4em;
  }
  .list--error li {
    color: #c31515;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .block--category {
    margin-bottom: 3em;
  }
  .block--category li {
    margin-right: 14px;
    margin-bottom: 0.4em;
    font-size: 1.4rem;
  }
  .block--category li a {
    padding-bottom: 6px;
  }
  .section--detail .tit {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--sub__info {
    margin-bottom: 8px;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .category {
    margin-left: 12px;
    font-size: 1.3rem;
  }
  .section--detail .block--share li {
    margin-right: 12px;
  }
  .section--detail .block--share li i {
    font-size: 2rem;
  }
  .section--detail .block--share li.share {
    font-size: 1.1rem;
    margin-right: 12px;
  }
  .section--detail .detail__btn .arrow {
    transform: scale(-1, 1) translateY(1.5px);
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 32vw;
    max-width: 128px;
    top: 32px;
    left: 4vw;
  }
  header > .logo a {
    display: block;
  }
  header .header_inner {
    right: 4.2vw;
    top: 6vw;
  }
  header .drawer__btn .drawer__btn-line {
    width: 34px;
  }
  header .drawer__btn .drawer__btn-inner::after {
    font-size: 1rem;
    top: 16px;
    right: 1px;
  }
  .drawer-visible .header .drawer__btn .drawer__btn-inner::after {
    right: 0;
  }
  .drawer-visible .header .drawer__btn::after {
    right: 2.5px;
  }
  .drawer .drawer-inner {
    overflow: scroll;
    padding: 24vw 10%;
  }
  .drawer .drawer-inner .logo__official__menu {
    width: 36%;
    max-width: 160px;
  }
  .drawer .drawer-inner .logo__fc__menu {
    width: 40%;
    max-width: 160px;
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .g-nav .nav-tit {
    font-size: 1.3rem;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    margin-bottom: 12px;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 2rem;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns {
    margin-bottom: 40px;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns [class^=nav__item--] {
    margin-right: 1em;
    display: inline-block;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns [class^=nav__item--] i {
    font-size: 2rem;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--tiktok {
    margin-right: 0.9em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .list--nav__sns .nav__item--spotify {
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__official {
    margin-bottom: 40px;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__contents {
    margin-top: 1.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login {
    margin-top: 1.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li {
    font-size: 2rem;
  }
  .drawer .drawer-inner .g-nav .block--nav__fc .list--nav__login li:first-of-type {
    margin-right: 16px;
  }
  footer .inner {
    padding: 50px 8% 40px;
  }
  footer .list--support {
    order: 1;
    width: 100%;
  }
  footer .list--support dt {
    position: relative;
    padding: 0 24px 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(2, 17, 36, 0.3);
  }
  footer .list--support dt::before {
    transition: all 0.3s 0s ease;
    content: "";
    display: block;
    position: absolute;
    border: 0px;
    border-top: 1px solid #021124;
    border-right: 1px solid #021124;
    width: 8px;
    height: 8px;
    right: 4px;
    top: 10px;
    transform: rotate(135deg);
  }
  footer .nav--support {
    transition: all 0.3s 0s ease;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 0;
    line-height: 0;
    margin-bottom: 36px;
  }
  footer .nav--support li {
    display: block;
    margin-bottom: 1.5em;
  }
  footer .nav--support li:not(:last-child) {
    margin-bottom: 14px;
  }
  footer dt.open::before {
    transform: rotate(-45deg);
  }
  footer dd.open-contents .nav--support {
    opacity: 1;
    height: auto;
    padding: 1em 0;
    line-height: normal;
  }
  footer .footer--sns {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
  }
  footer .footer--sns li:not(:last-child) {
    margin-right: 4px;
  }
  footer .footer--sns li {
    margin-top: 4px;
  }
  footer .footer--sns li a {
    font-size: 4vw;
  }
  footer .copyright {
    text-align: center;
  }
  .page--home section[class^=section--] {
    position: relative;
  }
  .page--home .section--banner_sub {
    margin: 16px 0;
  }
  .page--home .section--banner_sub .block--carousel-nav {
    margin-top: 1em;
  }
  .page--home .section--banner_sub .swiper-button-prev,
  .page--home .section--banner_sub .swiper-button-next {
    display: none;
  }
  .page--home .section--banner_sub .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3px;
  }
  .page--home .section--banner_sub .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .page--home .section--banner .list--bnr li {
    margin: 16px 0;
  }
  .page--news, .page--schedule, .page--live {
    margin: 0 auto 70px auto;
  }
  .page--news .block--category, .page--schedule .block--category, .page--live .block--category {
    margin-top: 24px;
  }
  .page--news .list--information, .page--schedule .list--information, .page--live .list--information {
    margin-top: 3em;
  }
  .page--news .section--detail .block--sub__info .date, .page--schedule .section--detail .block--sub__info .date, .page--live .section--detail .block--sub__info .date {
    margin-bottom: 0;
  }
  .page--news .section--detail .tit span.new, .page--schedule .section--detail .tit span.new, .page--live .section--detail .tit span.new {
    font-size: 1.5rem;
  }
  .page--news .section--detail .date, .page--news .section--detail .category {
    font-size: 1.3rem;
  }
  .page--news .section--detail .category {
    margin-left: 8px;
  }
  .page--news .section--detail .block--sub__info {
    margin-bottom: 4px;
  }
  .page--news .section--detail .tit {
    margin-bottom: 24px;
  }
  .page--schedule .section--list .year, .page--live .section--list .year {
    margin-bottom: 0;
  }
  .page--schedule .section--detail .category, .page--live .section--detail .category {
    margin-left: 0;
  }
  .page--schedule .section--detail .year, .page--live .section--detail .year {
    display: inline-block;
    margin-bottom: 0;
  }
  .page--schedule .section--detail .md, .page--live .section--detail .md {
    font-size: 2rem;
  }
  .page--schedule .section--detail .week, .page--live .section--detail .week {
    font-size: 1.2rem;
  }
  .page--schedule .list--information li a .block--sub__info {
    margin-bottom: 4px;
  }
  .page--ticket .section--detail .box {
    padding: 4%;
  }
  .page--ticket .section--detail .box .btn--main,
  .page--ticket .section--detail .btn .btn--sub {
    min-width: auto;
    width: auto;
    font-size: 0.9em;
  }
  .page--video .list--information li {
    margin-bottom: 40px;
  }
  .page--video .list--information .thumb {
    margin-bottom: 12px;
  }
  .page--discography.page--discography__detail .category {
    margin-left: 0;
  }
  .page--discography .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--discography .section--detail .disco-wrap {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page--discography .list--jacket li {
    margin-bottom: 4em;
  }
  .page--discography .list--jacket li:has(.one) {
    margin-bottom: 1em;
  }
  .page--discography .list--jacket li .txt--sub {
    padding: 14px 0 6px;
  }
  .page--discography .block--disc-detail {
    width: 100%;
    margin: 0 auto 2em;
  }
  .page--discography .block--disc-detail > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .block--disc-detail .block--comment .txt {
    font-size: 1.3rem;
  }
  .page--discography .block--disc-detail .video {
    margin-bottom: 2em;
  }
  .page--discography .block--sub__info {
    margin-bottom: 4px;
  }
  .page--discography .block--sub__info .date {
    margin-bottom: 0px;
  }
  .page--discography .block--sub__info p {
    margin-right: 8px;
  }
  .page--discography .block--download .tit {
    font-size: 1.3rem;
  }
  .page--discography .block--download ul.list--download li {
    width: calc(33.3333333333% - 6px);
  }
  .page--discography .edition .tit {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .page--discography .edition .block--track {
    padding: 16px;
  }
  .page--discography .edition .block--track .block--tit {
    font-size: 1.4rem;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    top: 80%;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
  .page--movie .section--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--movie .section--list .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--movie .section--list .list--contents li .thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--list .list--contents li .list__txt {
    font-size: 1.3rem;
  }
  .page--movie .section--list .list--contents li .tit {
    margin-bottom: 0.8em;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 4em;
  }
  .page--movie .section--detail .block--tit .tit {
    margin-bottom: 0.6em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--player {
    margin: 0 auto 1.2em;
  }
  .page--movie .block--tab {
    margin: 5.4em 0 24px;
  }
  .page--movie .block--tab .tab__list {
    font-size: 1.8rem;
  }
  .page--movie .vjs-big-play-centered .vjs-big-play-button {
    top: 38%;
  }
  .page--movie .area--movie .video-js.vjs-fullscreen {
    height: 100% !important;
    height: 100vh !important;
    height: 100svh !important;
  }
  .page--movie .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    width: 94%;
    margin: 0 auto;
    bottom: 3em;
  }
  .page--movie .area--movie .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
    height: 100%;
    height: 100vh;
    height: 100svh;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more {
    margin-top: 1.5em;
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--blog .no-data {
    font-size: 15px;
    margin: 10em auto;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 1100px;
    padding: 0;
  }
  .page--blog .section--detail .date {
    margin-bottom: 1em;
  }
  .page--blog.photo_blog .section--list .block--tit {
    margin-bottom: 0.3em;
  }
  .page--blog.photo_blog .section--list .block--tit .section-tit {
    font-size: 50px;
  }
  .page--blog.photo_blog .section--list .block--tit .icon {
    width: 100px;
    overflow: hidden;
    margin-right: 1em;
  }
  .page--blog.photo_blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo_blog .section--list .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .page--blog.photo_blog .section--list .list--contents li figcaption {
    font-size: 1.1rem;
  }
  .page--blog.photo_blog .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--blog.photo_blog .section--list .list--contents li.new a .tit::after {
    content: none;
  }
  .page--blog.photo_blog .section--list .list--contents.nologin li a:hover::before {
    content: none;
  }
  .page--blog.photo_blog .section--list .list--contents.nologin li a:hover .date {
    display: none;
  }
  .page--blog.photo_blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo_blog .section--list #next .load-circle,
  .page--blog.photo_blog .section--list #next .load-circle:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  .page--blog.photo_blog .section--list #next .load-circle {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(54, 91, 119, 0.2);
    border-right: 2px solid rgba(54, 91, 119, 0.2);
    border-bottom: 2px solid rgba(54, 91, 119, 0.2);
    border-left: 2px solid rgba(54, 91, 119, 0.6);
    transform: translateZ(0);
    animation: loader 1.1s infinite linear;
  }
  .page--blog.photo_blog .slick-arrow {
    bottom: -40px;
    width: 50px;
    height: 50px;
  }
  .page--blog.photo_blog .slick-arrow.slick--prev {
    left: 0;
  }
  .page--blog.photo_blog .slick-arrow.slick--next {
    left: 60px;
  }
  .page--blog.photo_blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo_blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo_blog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo_blog .slick-dots li::before {
    transition: background 0.4s;
    width: 8px;
    height: 8px;
  }
  .page--blog.photo_blog .slick-dots li:hover::before {
    background: #f7f7f7;
  }
  .page--blog.photo_blog .section--detail {
    max-width: 1100px;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner {
    justify-content: space-between;
    flex-direction: row;
    border: none;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .page--blog.photo_blog .section--detail .header--detail .inner .date {
    padding: 15px 20px;
  }
  .page--blog.photo_blog .section--detail .txt {
    flex-wrap: wrap;
  }
  .page--blog.photo_blog .section--detail .txt .thumb {
    width: 100%;
  }
  .page--blog.photo_blog .section--detail .txt .txt-area {
    width: 100%;
  }
  .page--blog.photo_blog .section--detail .txt .txt-area p {
    padding: 0.3em 0;
  }
  .page--blog.photo_blog .section--detail .txt-area {
    position: relative;
    padding: 20px;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo_blog .section--detail .icon--like i {
    font-size: 20px;
  }
  .page--blog.photo_blog .section--detail .icon--like .likes, .page--blog.photo_blog .section--detail .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--blog.photo_blog.body--app .block--pager .detail__btn {
    margin-bottom: 0;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 20px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    margin-bottom: 0.8em;
    font-size: 20px;
    line-height: 1.5;
  }
  .page--faq .section--list .tit {
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    margin: 3em auto 3em 0;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 36px;
    font-size: 16px;
    line-height: 36px;
  }
  .page--faq .list--tag {
    white-space: normal;
    margin-bottom: 4em;
  }
  .page--faq .list--tag li {
    margin-right: 0;
  }
  .page--faq .list--tag a {
    font-size: 1.2rem;
    padding: 0.6em 1em;
  }
  .page--faq .tit--category {
    margin-bottom: 1em;
  }
  .page--faq .list--faq {
    margin: 0 0 3em;
  }
  .page--faq .list--faq li a {
    padding: 1em 0;
  }
  .page--faq .list--faq li .tit {
    margin: 0;
  }
  .page--faq .list--faq li .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 0.8em;
    font-size: 2rem;
    line-height: 1.5;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .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 .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--entry .block--top .logo {
    width: min(64%, 340px);
    margin: 0 auto 2.5em;
  }
  .page--entry .block--top .txt--lead {
    margin: 0 auto;
    line-height: 1.66;
  }
  .page--entry .block--top + .block--btn .btn.member {
    margin: 2em auto 3em;
  }
  .page--entry .block--contents .block--tit {
    font-size: 2.6rem;
  }
  .page--entry .block--contents .block--tit:not(.txt--en) {
    font-size: 2.4rem;
  }
  .page--entry .block--contents {
    margin-bottom: 4em;
  }
  .page--entry .block--contents .list--content {
    flex-flow: column;
  }
  .page--entry .block--contents .list--content li {
    width: 100%;
    margin-bottom: 1em;
    padding: 24px;
  }
  .page--entry .block--contents .list--content li .tit {
    font-size: 1.8rem;
  }
  .page--entry .block--contents .list--content li .txt {
    margin-top: 0.8em;
    margin-bottom: 0;
  }
  .page--entry .block--contents .list--content li .ph {
    max-width: 400px;
    margin: 1em auto 0;
  }
  .page--entry .block--contents .list--content li .ph + p {
    margin-top: 1.2em;
  }
  .page--entry .block--tit {
    margin-bottom: 0.4em;
    font-size: 25px;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr th, .page--entry .block--device tbody tr td {
    padding: 15px;
  }
  .page--entry .block--entry tbody tr th, .page--entry .block--device tbody tr th {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .page--entry .block--entry tbody tr td, .page--entry .block--device tbody tr td {
    width: 67%;
  }
  .page--entry .block--entry {
    margin-bottom: 3em;
  }
  .page--entry .block--entry .block--tit span {
    font-size: 11px;
  }
  .page--entry .block--device {
    margin-bottom: 6em;
  }
  .page--entry .btn.member {
    width: 100%;
  }
  .page--entry .btn.member .btn--main {
    font-size: min(4vw, 1.6rem);
  }
  .page--entry.page--introduction--app .list--attention .indent {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  .page--entry.page--introduction--app .block--fee p a {
    text-decoration: underline;
  }
  .page--entry.page--introduction--app .block--fee .fee-area {
    padding: 24px;
    background: rgba(110, 156, 190, 0.1);
    margin-bottom: 4em;
  }
  .page--entry.page--introduction--app .block--fee .month {
    line-height: 1.8;
    font-size: 5vw;
    border-bottom: 1px solid rgba(22, 74, 113, 0.2);
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .page--entry.page--introduction--app .block--fee .fee-text {
    font-size: 4.5vw;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .page--entry.page--introduction--app .block--fee .fee-text .fee {
    font-size: 9vw;
    vertical-align: baseline;
  }
  .page--entry.page--introduction--app .block--entry .restore {
    margin-top: 1.5em;
  }
  .page--entry.page--introduction--app .block--about {
    margin-bottom: 4em;
  }
  .page--entry.page--introduction--app .block--about .list--about div {
    border: 1px solid rgba(22, 74, 113, 0.2);
    margin-bottom: 1em;
  }
  .page--entry.page--introduction--app .block--about .list--about dt {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(22, 74, 113, 0.2);
    background: rgba(110, 156, 190, 0.1);
  }
  .page--entry.page--introduction--app .block--about .list--about dd {
    padding: 15px;
  }
  .page--entry.page--introduction--app .block--corp {
    margin-bottom: 4em;
  }
  .page--entry.page--introduction--app .block--corp dl.list--support {
    border: 1px solid rgba(22, 74, 113, 0.2);
  }
  .page--entry.page--introduction--app .block--corp dl.list--support dt {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(22, 74, 113, 0.2);
    background: rgba(110, 156, 190, 0.1);
  }
  .page--entry.page--introduction--app .block--corp dl.list--support dd {
    padding: 15px;
  }
  .page--first_login .section--inner {
    max-width: 650px;
    margin: 0 auto;
  }
  .page--first_login .section-tit {
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .page--first_login .section-tit span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .page--first_login .block--lead {
    margin-bottom: 32px;
  }
  .page--first_login .block--attention {
    margin: 32px 0;
    padding: 16px;
  }
  .page--first_login .block--movie {
    margin-bottom: 32px;
  }
  .page--first_login .list--faq {
    margin: 1.5em 0;
  }
  .page--first_login .list--faq li:not(:first-child) {
    margin-top: 12px;
  }
  .page--first_login .list--faq li a {
    font-size: 1.4rem;
  }
  .page--first_login .step {
    margin-bottom: 32px;
  }
  .page--first_login .step ul > li .step--tit {
    width: 80px;
    line-height: 1.4;
    padding: 10px;
  }
  .page--first_login .step ul > li .step--txt {
    padding: 10px;
    width: calc(100% - 80px);
    line-height: 1.4;
  }
  .page--first_login .block--step .list--step > li {
    margin-bottom: 30px;
    padding: 5%;
  }
  .page--first_login .block--step .list--step > li .block--attention {
    padding: 16px;
  }
  .page--first_login .block--step .list--step > li .block--attention p {
    font-size: 14px;
  }
  .page--first_login .block--step li span {
    margin-bottom: 8px;
    padding: 4px 8px;
  }
  .page--first_login .block--step li .list-tit {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }
  .page--first_login .block--step li .block {
    margin-bottom: 1.5em;
  }
  .page--first_login .block--step li .thumb {
    margin-bottom: 1.5em;
  }
  .page--first_login .block--step #step5 .thumb {
    margin-bottom: 1.5em;
  }
  .page--stream {
    will-change: transform;
  }
  .page--stream .txt--sub {
    font-size: 1.2rem;
  }
  .page--stream .section-tit {
    margin-bottom: 32px;
  }
  .page--stream .block--lead {
    margin-bottom: 32px;
    font-size: 1.4rem;
    text-align: left;
  }
  .page--stream .block--guide {
    margin-bottom: 32px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 16px;
  }
  .page--stream .block--download {
    margin-bottom: 32px;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 0;
  }
  .page--stream .block--download .dl-list li {
    width: 80%;
    margin: 0 auto;
  }
  .page--stream .block--download .dl-list li a {
    display: block;
  }
  .page--stream .block--download .dl-list li + li {
    margin-top: 16px;
  }
  .page--stream .block--download .app-link {
    margin-top: 24px;
  }
  .page--stream .block--download .app-link .btn--main {
    width: 80%;
  }
  .page--stream .block--method .method-list {
    margin-bottom: 5em;
  }
  .page--stream .block--method .method-list .tit {
    text-align: left;
  }
  .page--stream .block--method .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--carousel {
    border-bottom: solid 1px #C0C0C0;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #6E9CBE;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #6E9CBE;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--adjust {
    margin-top: 32px;
    padding-bottom: 32px;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .block--attention {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.4em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 0.8em;
    font-size: 9vw;
  }
  .page--feature .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--store .list--basic li {
    width: 100%;
  }
  .page--store .list--basic li:first-child {
    margin-bottom: 16px;
  }
  .page--store .list--basic li .btn--store {
    padding: 32px;
  }
  .page--store .list--basic li form .btn--store label {
    padding: 32px;
  }
  .page--biography .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
  .drawer .drawer-inner {
    padding: 14vw 10%;
  }
  footer .footer--sns li a {
    font-size: 1.8rem;
  }
  footer .footer--sns .fa-brands.fa-spotify {
    transform: translate(1px, 1px);
  }
  .list--contents::after, .list--discography::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 8px);
    height: 0;
  }
  .list--contents li, .list--discography li {
    width: 32%;
  }
  .list--contents li .block--sub__info, .list--discography li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li.new .tit, .list--discography li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--discography li.new .tit::after {
    margin-left: 0.4em;
  }
  .page--home .section--banner_sub .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }
  .page--home .section--banner_sub .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .page--first_login .section-tit {
    font-size: 2rem;
  }
  .page--error .section--detail .txt--basic {
    text-align: center;
  }
}