@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;900&display=swap");
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: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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;
  vertical-align: top;
}

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

/*
@import url("https://use.typekit.net/hql5hqx.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
*/
/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html {
  /*
  visibility: hidden;
  */
  padding: 0;
  background-color: #000000;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
  transition: 0.3s;
}

body {
  position: relative;
  background: #000000 linear-gradient(180deg, #0a0a0a 30%, #001a22 60%, #1f1a11, #0a0a0a);
  color: #e2e2e2;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
body .bg-splash {
  display: block;
  opacity: 0.2;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000 url(/static/oneokrock/fanclub/common/bg_splash.png) left top no-repeat;
  background-size: cover;
  -webkit-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  will-change: transform, mix-blend-mode, opacity;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body .bg-splash::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000000 linear-gradient(180deg, #0a0a0a 30%, #001a22 60%, #1f1a11, #0a0a0a);
  mix-blend-mode: hard-light;
}

.wrap {
  overflow: hidden;
  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: #e2e2e2;
  color: #0a0a0a;
}

::selection {
  background: #e2e2e2;
  color: #0a0a0a;
}

::-moz-selection {
  background: #e2e2e2;
  color: #0a0a0a;
}

.txt--list {
  color: #000000;
}
.txt--list p::before, .txt--list li::before {
  content: "・";
}
.txt--list p:last-of-type, .txt--list li:last-of-type {
  margin-bottom: 0;
}

.txt--list__notice {
  color: #ff0000;
}
.txt--list__notice p::before {
  content: "※";
}

.txt--list__number li:nth-of-type(1)::before {
  content: "①";
}
.txt--list__number li:nth-of-type(2)::before {
  content: "②";
}
.txt--list__number li:nth-of-type(3)::before {
  content: "③";
}
.txt--list__number li:nth-of-type(4)::before {
  content: "④";
}
.txt--list__number li:nth-of-type(5)::before {
  content: "⑤";
}
.txt--list__number li:nth-of-type(6)::before {
  content: "⑥";
}

.block--txt--unable {
  text-align: center;
}

.started h1.logo {
  filter: blur(0);
  opacity: 1;
}

.svg-parts {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.logo--fc__white {
  --primary-color: #ffffff;
  --secondary-color: #ffffff;
}

#loader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#loader {
  width: 30vw;
  min-width: 200px;
  transition: opacity 0.6s ease 0.5s;
}

.is-hide {
  display: none;
}

.fadeout-wrap {
  opacity: 0;
  pointer-events: none;
}

.fadeout-loader {
  opacity: 0;
  pointer-events: none;
}

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 5em auto 0;
  font-size: 15px;
  text-align: center;
}
.block--pager li {
  position: relative;
  margin: 0 5px;
}
.block--pager a {
  display: block;
  position: relative;
  color: #e2e2e2;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager a, .block--pager span {
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.block--pager .pager__item--number {
  color: #e2e2e2;
  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 #e2e2e2;
  border-right: solid 1px #e2e2e2;
  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 #e2e2e2;
  border-right: solid 1px #e2e2e2;
  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: #189e5a;
  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: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  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: #e2e2e2;
}
.block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
  color: #e2e2e2;
}
.block--pager__detail .pager__item--list a {
  color: #189e5a;
}
.block--pager__detail .detail__btn {
  display: flex;
}
.block--pager__detail .detail__btn a::before, .block--pager__detail .detail__btn input[type=submit]::before {
  display: none;
}

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

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

.txt--notice {
  color: #e63a37;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--wallpaper .section--detail .ph::after {
  display: none;
}

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

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

.swiper-pagination {
  position: static;
  text-align: right;
}
.swiper-pagination.swiper-pagination-horizontal {
  width: auto;
}

.swiper-pagination.swiper-pagination-horizontal {
  line-height: 1;
}

.swiper-pagination-bullet {
  background: #189e5a;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #189e5a;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
}

.swiper-button-prev:after {
  content: "Prev";
}

.swiper-button-next:after {
  content: "Next";
}

.swiper-button-lock + .progress-bar {
  display: none;
}

.no-carousel .block--carousel-nav {
  display: none;
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

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

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
form button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  border: 1px solid #e2e2e2;
  border-radius: 0.3em;
  background: transparent;
  color: #e2e2e2;
  box-shadow: none;
  color: #e2e2e2;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  form button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    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],
  form button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    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,
form button:focus {
  border-color: #e2e2e2;
}
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,
form button.form__error {
  background: #ffffff;
  color: #f33;
  border-color: #f33;
}
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,
form button.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],
form button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

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

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

form button {
  border: none;
  line-height: 1;
}

/* form textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  border: 1px solid #e2e2e2;
  border-radius: 0.3em;
  background: transparent;
  color: #e2e2e2;
  box-shadow: none;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #e2e2e2;
}
textarea.form__error {
  background: #ffffff;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* form select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  border: 1px solid #e2e2e2;
  border-radius: 0.3em;
  background: transparent;
  color: #e2e2e2;
  box-shadow: none;
  padding-right: 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #e2e2e2;
}
.form__select select.form__error {
  background: #ffffff;
  color: #f33;
  border-color: #f33;
}
.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__select select option {
  color: #0a0a0a;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: solid 1px #0a0a0a;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}

/* form checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  display: inline-block;
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #e2e2e2;
  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 #fff;
  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::before {
  background: #189e5a;
  border-color: #189e5a;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* form radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  display: inline-block;
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #189e5a;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #e2e2e2;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #e2e2e2;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #189e5a;
  border-color: #189e5a;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

.form--confirm {
  margin: 2em 0 2em;
}

.form--confirm {
  border: solid 0.5px #a1a1a1;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #a1a1a1;
  color: #a1a1a1;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #e2e2e2;
}

.btn {
  text-align: center;
}
.btn .btn--main {
  font-family: corporate-a-std-urw-cond, source-han-sans-japanese;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  background-color: #189e5a;
}
.btn .btn--main::before {
  display: none;
}

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

.btn--main {
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  color: #189e5a;
}
.btn--main::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background-color: #189e5a;
}

input[type=submit].btn--main {
  border: none;
  background-color: #189e5a;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #e2e2e2;
}
input[type=submit].btn--main::before, input[type=submit].btn--main::after {
  display: none;
}

.btn--sub {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  border: solid 1px #e2e2e2;
  color: #e2e2e2;
}

.detail__btn {
  color: #e2e2e2;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  color: #e2e2e2;
}
.detail__btn a::before, .detail__btn input[type=submit]::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background-color: #189e5a;
}

.date {
  color: #a1a1a1;
  font-family: meno-display-extra-condensed, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  letter-spacing: 0.07em;
}

.category {
  color: #a1a1a1;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}

.tit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  word-break: break-word;
}

.no-data {
  text-align: center;
}

.list--info li {
  position: relative;
}
.list--info li a {
  display: block;
}
.list--info li a .block--tit {
  color: #e2e2e2;
}
.list--info li.new .date {
  position: relative;
}
.list--info li.new .date::after {
  background-color: #189e5a;
  transform: rotate(45deg);
}
.list--info li.no-data {
  padding-top: 0;
}

.list--contents, .list--photo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list--contents li a, .list--photo li a {
  display: block;
  position: relative;
}
.list--contents li a .block--thumb, .list--photo li a .block--thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  padding-top: 56.25%;
  width: 100%;
}
.list--contents li a .block--thumb img, .list--photo li a .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center 20%;
  background-size: cover;
  line-height: 0;
}
.list--contents li a .block--thumb .blur, .list--photo li a .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.list--contents li a .block--thumb .blur img, .list--photo li a .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li a .tit, .list--photo li a .tit {
  display: inline-block;
  color: #e2e2e2;
}
.list--contents li a .date, .list--photo li a .date {
  display: block;
}
.list--contents li.new .date, .list--photo li.new .date {
  position: relative;
}
.list--contents li.new .date::after, .list--photo li.new .date::after {
  background-color: #06512e;
  transform: rotate(45deg);
}

.list--photo 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--photo li a .block--thumb {
  padding-top: 100%;
}

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

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

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  color: #e2e2e2;
  border: none !important;
  padding: 4em 0;
}

.block--nav__category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block--nav__category li a {
  display: block;
  border: solid 1px #189e5a;
  border-radius: 50em;
  background-color: #e2e2e2;
  color: #189e5a;
  text-align: center;
}
.block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--nav__category li.current a {
  background-color: #189e5a;
  color: #e2e2e2;
  pointer-events: none;
}

.header {
  width: 100%;
  position: relative;
}
.header .drawer .g-nav li a {
  color: #e2e2e2;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.header .drawer.nologin {
  display: none;
}
.header .drawer__btn.nologin {
  display: none;
}

footer {
  position: relative;
  margin-top: auto;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .list--support .nav--support li a {
  color: #e2e2e2;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
footer .copyright {
  color: #e2e2e2;
  font-family: meno-display-extra-condensed, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
footer .copyright small {
  font-size: unset;
}

body:not(.page--home) footer .inner {
  display: block;
}
body:not(.page--home) footer .inner .logo {
  display: none;
}
body:not(.page--home) footer .inner .list--support {
  display: none;
}
body:not(.page--home) footer .copyright {
  text-align: center;
}

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

.section-tit {
  color: #189e5a;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
}

.section-tit__sub {
  color: #189e5a;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
}

.item--centering {
  text-align: center;
}

.section--list,
.section--detail {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
}
.section--detail .tit {
  color: #e2e2e2;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  color: #e2e2e2;
  font-size: 17px;
}
.section--detail .block--share li.twitter {
  margin-right: 8px;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #e2e2e2;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  display: none;
}

.page--home .section--top {
  position: relative;
}
.page--home .header > .logo {
  display: none;
}
.page--home .block--nav__members {
  z-index: 1;
}
.page--home .block--nav__members .nav--entry a {
  display: inline-block;
  position: relative;
  background-color: #000000;
}
.page--home .block--nav__members .nav--entry a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #189e5a;
}
.page--home .block--nav__members .nav--entry a .txt--main {
  display: inline-block;
  position: relative;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.page--home .block--nav__members .nav--entry a .txt--main::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #189e5a;
}
.page--home .block--nav__members .nav--entry a .txt--sub {
  letter-spacing: 0.06em;
}
.page--home .block--nav__members .nav--login a {
  display: inline-block;
}
.page--home .block--nav__members .nav--login a .txt--main {
  display: inline-block;
  position: relative;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--home .block--nav__members .nav--login a .txt--main::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #189e5a;
}
.page--home .block--nav--item a {
  display: block;
}
.page--home .block--nav--item a img {
  width: 100%;
}
.page--home .block--nav__ec a {
  display: inline-block;
  position: relative;
  background-color: #06512e;
}
.page--home .block--nav__ec a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.page--home .block--nav__ec a .block--thumb img {
  width: 100%;
}
.page--home .block--nav__ec a .block--txt .txt--main {
  background-color: #000000;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.page--home .block--nav__ec a .block--txt .txt--sub {
  text-align: left;
}
.page--home .block--nav__ec a .block--txt .txt--sub span {
  display: inline-block;
  text-align: left;
}
.page--home .section--news .list--info li:last-of-type {
  margin-bottom: 0;
}
.page--home .section--news .list--info li.no-data {
  padding-top: 0;
}
.page--home .section--pickup .section-tit {
  text-align: center;
}
.page--home .section--pickup .section-tit span:nth-of-type(5), .page--home .section--pickup .section-tit span:nth-of-type(8) {
  width: 0.2em;
}
.page--home .section--pickup .list--pickup li {
  border: solid 1px #189e5a;
  background: linear-gradient(330deg, transparent 60%, rgba(24, 158, 90, 0.11));
}
.page--home .section--pickup .list--pickup li .tit {
  color: #e2e2e2;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.page--home .section--pickup .list--pickup li .txt--more {
  color: #189e5a;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.page--home .section--movie {
  position: relative;
}
.page--home .section--movie .list--contents li .block--thumb {
  padding-top: 56.25%;
}
.page--home .section--gallery {
  position: relative;
}
.page--home .section--gallery .list--contents li .block--thumb {
  position: relative;
  padding-top: 100%;
}
.page--home .section--gallery .list--contents li .block--txt .tit {
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--home .link--contents .inner {
  margin: 0 auto;
  text-align: center;
}
.page--home .link--contents .inner .section-tit {
  line-height: 1;
}
.page--home .link--contents .inner .txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.page--home .link--contents .inner .btn--main {
  margin: 0 auto;
}
.page--home .link--contents .inner .btn--main a {
  color: #e2e2e2;
}
.page--home .link--contents.section--livestreaming {
  border: solid 1px #189e5a;
}
.page--home .link--contents.section--livestreaming .inner .section-tit {
  color: #189e5a;
}
.page--home .link--contents.section--livestreaming .inner .section-tit span:nth-of-type(4) {
  margin-right: 0.2em;
}
.page--home .link--contents.section--livestreaming .inner .txt {
  color: #e2e2e2;
}
.page--home .link--contents.section--livestreaming .inner .btn--main {
  color: #e2e2e2;
}
.page--home .section--profile .txt {
  color: #a1a1a1;
  letter-spacing: 0.03em;
}
.page--home .section--profile .btn--main {
  color: #e2e2e2;
}
.page--home.login .block--nav__members, .page--home.login .block--nav__ec, .page--home.login #block--ec {
  display: none;
}
.page--home.login.lang--en .block--nav__ec {
  display: block;
}
.page--home.nologin .section--news .list--info li:nth-of-type(4), .page--home.nologin .section--news .list--info li:nth-of-type(5) {
  display: none;
}
.page--home.nologin .section--movie, .page--home.nologin .section--gallery, .page--home.nologin .link--contents, .page--home.nologin .section--profile {
  display: none;
}

#block--ec {
  border: solid 1px #189e5a;
}
#block--ec .block--thumb {
  background-color: #06512e;
  color: #000000;
}
#block--ec .block--thumb .txt {
  color: #e2e2e2;
}
#block--ec .block--thumb img {
  display: block;
}
#block--ec .block--txt .txt--main {
  color: #189e5a;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
}
#block--ec .block--txt .txt--sub dt {
  display: inline-block;
  color: #189e5a;
  font-weight: 600;
}
#block--ec .block--txt .txt--sub dd p {
  padding-left: 1em;
}
#block--ec .block--txt .txt--sub dd p::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
#block--ec .block--txt .btn a {
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  background-color: #189e5a;
}

.block--expire {
  width: 90%;
  max-width: 770px;
  padding: 2em 1.5em;
  border-radius: 10px;
  border: solid 1px #189e5a;
  background-color: #e2e2e2;
  text-align: center;
}
.block--expire .tit {
  color: #189e5a;
  font-weight: bold;
  line-height: 1.3;
}
.block--expire .notice {
  color: #000000;
}
.block--expire .notice em {
  color: #189e5a;
  font-weight: bold;
}
.block--expire .btn {
  margin-bottom: 0;
}
.block--expire .btn--main {
  margin: 0;
  border: solid 1px #189e5a;
  background-color: #189e5a;
  color: #e2e2e2;
}

.page--info .section--detail {
  width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail > .txt * {
  margin-bottom: 0;
}

.page--movie .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #e2e2e2;
  line-height: 0;
  position: relative;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.page--photo .section--list .section-tit__sub {
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

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

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

#swipebox-overlay {
  background: #000000;
}
#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: #000000;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #e2e2e2;
  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;
  top: 93%;
  border-radius: 100%;
  background: none;
  background-color: #000000;
  color: #189e5a;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  left: 1.8em;
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  right: 1.8em;
  width: 1em;
  height: 1em;
  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%);
}

.page--magazine-list .list--contents li {
  width: 48%;
  margin-right: 4%;
}
.page--magazine-list .list--contents li a .thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  padding-top: 118.12%;
  background-color: #000000;
}
.page--magazine-list .list--contents li a .thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
}
.page--magazine-list .list--contents li a .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.page--magazine-list .list--contents li a .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--magazine-list .list--contents li a .list__txt .tit {
  margin-bottom: 0;
}

.page--support .section--detail {
  width: 86%;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--support .section--detail .section-tit {
  margin: 0 0 1em;
  color: #189e5a;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 20px;
  text-align: left;
}
.page--support .section--detail .tit {
  font-weight: normal;
}
.page--support .section--detail .list--support li {
  margin-bottom: 0.6em;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .section--detail .list--support a:hover {
  text-decoration: none;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 1.5em;
}
.page--support .section--detail .list--support.list--howto {
  padding-top: 1.5em;
  border-top: solid 1px #363636;
}
.page--support .section--detail .list--support.list--howto dd {
  padding-bottom: 1.5em;
  border-bottom: solid 1px #363636;
}

.page--faq .section--list .section-tit {
  margin: 0 0 1em;
  color: #189e5a;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
}
.page--faq .section--list .tit {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .block--contact {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #e2e2e2;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #e2e2e2;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 3px;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #363636;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #363636;
}
.page--faq .list--faq li .tit {
  margin: 0 0 0 0;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: center;
  align-items: center;
  padding: 1.5em 0;
  text-decoration: none;
}
.page--faq .list--faq .txt {
  padding-top: 0;
  font-size: 15px;
  line-height: 1.6;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  margin: 0 10px 0 0;
  color: #189e5a;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: solid 1px #363636;
  padding: 25px;
  margin: 0 0 80px;
  word-break: break-all;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: solid 1px #363636;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  display: inline-block;
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q {
  display: none;
  /*
  display: block;
  margin-right: .2em;
  margin-bottom: .5em;
  color: var.$primary-color;
  @include var.font-serif();
  font-size: 1.5em;
  line-height: 1;
  */
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
.page--faq .popup-inner .box .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #189e5a;
  margin: 0 0 20px;
}
.page--faq .popup-inner .box .contactList li {
  border-top: 1px solid #363636;
}
.page--faq .popup-inner .box .contactList li a {
  display: block;
  padding: 1.5em;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 3px;
  color: #e2e2e2;
  transition: 0.3s;
  font-feature-settings: "palt";
}
.page--faq .popup-inner .box .contactList li a:hover {
  color: #a1a1a1;
}
.page--faq .popup-inner .box li:last-child {
  border-bottom: 1px solid #363636;
}

.section--detail.page--entry .txt--lead {
  color: #e2e2e2;
}
.section--detail.page--entry .block-tit {
  color: #189e5a;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.section--detail.page--entry .block--benefit {
  padding-top: 5vw;
}
.section--detail.page--entry .block--benefit .txt--basic {
  margin-bottom: 0;
}
.section--detail.page--entry .list--content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section--detail.page--entry .list--content li {
  border: solid 1px #189e5a;
  background-color: rgba(0, 0, 0, 0.2);
  color: #189e5a;
}
.section--detail.page--entry .list--content li .title {
  /*color: var.$primary-color;*/
  color: #e2e2e2;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
.section--detail.page--entry .list--content li .txt {
  color: #e2e2e2;
}
.section--detail.page--entry .list--content li:nth-of-type(even) {
  margin-right: 0;
}
.section--detail.page--entry .list--content li :not(.btn) a {
  color: #a1a1a1;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.section--detail.page--entry .list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.section--detail.page--entry .block--spec .inner {
  width: 100%;
  border: solid 1px #a1a1a1;
  background-color: rgba(0, 0, 0, 0.2);
  color: #a1a1a1;
}
.section--detail.page--entry .block--spec .inner td, .section--detail.page--entry .block--spec .inner th {
  border-bottom: solid 1px #a1a1a1;
}
.section--detail.page--entry .block--spec .inner th {
  font-weight: normal;
}
.section--detail.page--entry .note a {
  color: #a1a1a1;
  text-decoration: underline;
}
.section--detail.page--entry #block--ec .block--txt .txt--sub dd:last-of-type {
  margin-bottom: 0;
}
.section--detail.page--entry #section--continue .btn--main {
  border: solid 1px #189e5a;
  background: #e2e2e2;
  color: #189e5a;
}
.section--detail.page--entry .block--login {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login .txt--basic {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.section--detail.page--entry .block--login .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login .btn--main {
  transition: 0.2s;
}
.section--detail.page--entry .block--login .btn {
  margin: 0 auto;
}
.section--detail.page--entry .txt--link {
  display: block;
}
.section--detail.page--entry .txt--link strong {
  display: block;
}
.section--detail.page--entry .txt--link a {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
  word-break: break-all;
}
.section--detail.page--entry .txt--link a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.6em;
  margin-left: -1.1em;
  border: solid 2px #a1a1a1;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 10%;
}
.section--detail.page--entry .block--login__select {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login__select .block--inner {
  padding: 20px;
  border: solid 1px #189e5a;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
.section--detail.page--entry .block--login__select .txt--basic {
  width: 100%;
  color: #e2e2e2;
  text-align: center;
  margin: 0 auto 0.9em;
}
.section--detail.page--entry .block--login__select .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login__select .btn {
  margin: 0 auto;
}
.section--detail.page--entry .block--login__select .btn .btn--main {
  background-color: #189e5a;
  color: #e2e2e2;
}
.section--detail.page--entry .block--txt--link {
  display: block;
  text-align: center;
}
.section--detail.page--entry .block--txt--link a {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  line-height: 1.5;
  word-break: break-all;
}
.section--detail.page--entry .block--txt--link a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.2em);
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border: solid 2px #a1a1a1;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 10%;
}
.section--detail.page--entry .block--registration .txt--lead {
  text-align: center;
}
.section--detail.page--entry .block--registration .btn .btn--main {
  background-color: #189e5a;
  color: #e2e2e2;
}
.section--detail.page--entry .block--registration, .section--detail.page--entry .block--attention {
  background: rgba(0, 0, 0, 0.2);
  color: #e2e2e2;
}
.section--detail.page--entry .block--registration li, .section--detail.page--entry .block--attention li {
  color: #e2e2e2;
}
.section--detail.page--entry .block--registration .txt--lead, .section--detail.page--entry .block--attention .txt--lead {
  margin-bottom: 1.5em;
  font-weight: bold;
}
.section--detail.page--entry .block--registration.second .txt--lead, .section--detail.page--entry .block--attention.second .txt--lead {
  text-align: center;
}
.section--detail.page--entry .block--registration.second .txt--list, .section--detail.page--entry .block--attention.second .txt--list {
  margin: 1.5em auto 0;
}

/* terms popup
------------------------------ */
#terms {
  display: none;
}

.popup-inner {
  padding: 120px 0 0;
  color: #0a0a0a;
}
.popup-inner .terms_check {
  text-align: center;
  margin: 0 0 20px;
}
.popup-inner .terms_check .form__checkbox {
  display: inline-block;
}
.popup-inner .txt-wrap {
  font-size: 13px;
}
.popup-inner .tit {
  font-size: 20px;
  margin: 0 0 1em;
}
.popup-inner .txt {
  margin-top: 1.5em;
}
.popup-inner .list--support dt {
  font-weight: bold;
}
.popup-inner .list--support dd {
  margin-bottom: 1.5em;
}
.popup-inner .terms-list > li {
  margin: 0 0 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.popup-inner .btn {
  opacity: 0.6;
}
.popup-inner .btn .btn--main {
  pointer-events: none;
}
.popup-inner .btn.checked {
  opacity: 1;
}
.popup-inner .btn.checked .btn--main {
  pointer-events: auto;
}
.popup-inner .form__checkbox label p::before {
  background: #0a0a0a;
}

.section--detail.page--about_payauto .txt--lead {
  color: #e2e2e2;
}
.section--detail.page--about_payauto .txt--lead .block--photo {
  width: 100%;
  margin: 4em auto 0;
}
.section--detail.page--about_payauto .block-tit {
  color: #189e5a;
  font-family: corporate-a-std-urw-cond, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
.section--detail.page--about_payauto .section--inner {
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 2em;
  font-size: 13px;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.2);
  color: #e2e2e2;
}
.section--detail.page--about_payauto .block--howto {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #363636;
}
.section--detail.page--about_payauto .block--howto .txt--lead {
  margin-bottom: 1.5em;
}
.section--detail.page--about_payauto .block--howto .txt--list li {
  margin-bottom: 0;
}
.section--detail.page--about_payauto .block--howto .txt--list__notice {
  margin-bottom: 0.6em;
}
.section--detail.page--about_payauto .block--txt__info {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #363636;
}
.section--detail.page--about_payauto .block--txt__info dt {
  font-weight: bold;
}
.section--detail.page--about_payauto .block--txt__info dd {
  margin-bottom: 0.3em;
}
.section--detail.page--about_payauto .block--txt__info dd:last-of-type {
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-top: 1.5em;
  border-top: dotted 1px #363636;
  font-size: 12px;
}
.section--detail.page--about_payauto .txt--list {
  color: #e2e2e2;
}
.section--detail.page--about_payauto .txt--list__notice p {
  margin-bottom: 0;
}
.section--detail.page--about_payauto .note a {
  color: #a1a1a1;
  text-decoration: underline;
}
.section--detail.page--about_payauto .txt--link {
  display: block;
  padding-left: 0;
}
.section--detail.page--about_payauto .txt--link::before {
  display: none;
  padding-left: 0;
}
.section--detail.page--about_payauto .txt--link strong {
  display: block;
}
.section--detail.page--about_payauto .txt--link a {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  color: #189e5a;
  line-height: 1.2;
  word-break: break-all;
}
.section--detail.page--about_payauto .txt--link a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.6em;
  margin-left: -1.1em;
  border: solid 2px #a1a1a1;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 10%;
}
.section--detail.page--about_payauto .block--etc {
  margin-top: 0;
  margin-bottom: 4em;
  padding: 2em;
  font-size: 13px;
}
.section--detail.page--about_payauto .block--etc div {
  margin-bottom: 1em;
}

.page--blog .block--player {
  aspect-ratio: 16/9;
}

/*  questionnaire
------------------------------ */
.page--questionnaire main > section {
  width: 90%;
  max-width: 950px;
}
.page--questionnaire .section-tit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #363636;
  top: 50%;
  right: 0.5em;
  margin-top: -0.25em;
}

.form--post {
  margin: 0 0 40px;
}
.form--post + .txt--sub {
  text-align: center;
}
.form--post dt {
  font-weight: bold;
}
.form--post .form__select::after {
  position: absolute;
  border-color: #e2e2e2;
  top: 50%;
  right: 0.75em;
  margin-top: -0.25em;
  pointer-events: none;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #e63a37;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  vertical-align: 2px;
  padding: 3px 6px 3px;
  margin-left: 5px;
}

/* payment_regist_card_auto:feature
------------------------------ */
.page--payment_regist_card_auto {
  background: #ffffff;
}
.page--payment_regist_card_auto .bg-splash {
  display: none;
}
.page--payment_regist_card_auto header {
  display: none;
}
.page--payment_regist_card_auto footer .copyright {
  color: #a1a1a1;
}
.page--payment_regist_card_auto .section--detail {
  width: 100%;
}
.page--payment_regist_card_auto .section--detail {
  width: 100%;
  max-width: 600px;
}
.page--payment_regist_card_auto .section-tit {
  color: #000000;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.page--payment_regist_card_auto .section-tit span {
  opacity: 1 !important;
  animation: none !important;
}
.page--payment_regist_card_auto .section--select .txt--main {
  color: #189e5a;
  font-weight: bold;
  text-align: center;
}
.page--payment_regist_card_auto .section--select .btn {
  margin-bottom: 0;
}
.page--payment_regist_card_auto .section--select .btn--main {
  border-radius: 0.3em;
  color: #ffffff;
}
.page--payment_regist_card_auto .section--select > li {
  border: solid 1px #189e5a;
}
.page--payment_regist_card_auto .section--select > li:last-of-type {
  border: none;
}
.page--payment_regist_card_auto .section--select > li:last-of-type .txt--main {
  color: #000000;
}
.page--payment_regist_card_auto .txt--list p em {
  font-weight: bold;
  font-size: initial;
  line-height: 1.4;
}
.page--payment_regist_card_auto .txt--basic {
  color: #000000;
}
.page--payment_regist_card_auto .tit--menu {
  color: #a1a1a1;
  font-weight: 400;
}
.page--payment_regist_card_auto .list--payment li {
  position: relative;
}
.page--payment_regist_card_auto .txt--list__notice {
  color: #000000;
  letter-spacing: 0;
}
.page--payment_regist_card_auto .block--txt__info dl {
  background-color: #f7f7f7;
  color: #000000;
}
.page--payment_regist_card_auto .block--txt__info dl > dt {
  font-weight: bold;
}
.page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) p {
  line-height: 1;
}
.page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) .block--tit {
  font-weight: bold;
}
.page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) span {
  line-height: 1;
}
.page--payment_regist_card_auto .btn--chevron {
  display: inline-block;
  overflow: inherit;
  position: relative;
  min-width: auto;
  padding: 0;
  background: transparent;
  color: #a1a1a1;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
.page--payment_regist_card_auto .btn--chevron:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.6em;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border: solid 2px #a1a1a1;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  margin: -0.25em 0 0;
}

/* payment_about_autocontinue:feature
------------------------------ */
.page--payment_about_autocontinue {
  background: #ffffff;
}
.page--payment_about_autocontinue .bg-splash {
  display: none;
}
.page--payment_about_autocontinue header {
  display: none;
}
.page--payment_about_autocontinue footer .copyright {
  color: #a1a1a1;
}
.page--payment_about_autocontinue .section--detail {
  width: 100%;
}
.page--payment_about_autocontinue .section--detail {
  width: 100%;
  max-width: 600px;
}
.page--payment_about_autocontinue .section-tit {
  color: #000000;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.page--payment_about_autocontinue .section-tit span {
  opacity: 1 !important;
  animation: none !important;
}
.page--payment_about_autocontinue .section--select li {
  border: solid 1px #189e5a;
}
.page--payment_about_autocontinue .section--select li .txt--main {
  color: #189e5a;
  font-weight: bold;
  text-align: center;
}
.page--payment_about_autocontinue .section--select li:last-of-type {
  border: solid 1px #000000;
}
.page--payment_about_autocontinue .section--select li:last-of-type .txt--main {
  color: #000000;
}
.page--payment_about_autocontinue .section--select .btn {
  margin-bottom: 0;
}
.page--payment_about_autocontinue .section--select .btn--main {
  border-radius: 0.3em;
  color: #ffffff;
}
.page--payment_about_autocontinue .section--select .btn--sub {
  border: none;
  border-radius: 0.3em;
  background-color: #000000;
  color: #ffffff;
}

/* effect
------------------------------ */
@keyframes bg_mask {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  99.9% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
.bg_mask {
  overflow: hidden;
  position: relative;
  background: transparent;
  color: transparent;
  transition: color 0.5s 0.4s;
}
.bg_mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1%;
  bottom: -1%;
  left: 0;
  background: #189e5a;
  transform: translate(100%, 0);
}
.bg_mask.delighter.started::before {
  animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes mask-btotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mask-toptob {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes effect-onebyone {
  0% {
    opacity: 0;
    transform: translateX(-30px) translateY(-30px) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect-mono-color {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0);
  }
}
@keyframes effect-blur {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
.delighter {
  opacity: 0;
}

.started {
  opacity: 1;
}

body:not(.started) {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
body.started {
  opacity: 1;
}

.section--top.delighter .block--tit {
  z-index: 1;
}
.section--top.delighter .block--tit use {
  opacity: 0;
}
.section--top.delighter .block--tit h1.logo {
  font-family: "Roboto", sans-serif;
  text-align: center;
  filter: blur(100px);
  opacity: 0;
  transition: 0.5s 1s;
}
.section--top.delighter .block--tit h1.logo p.logo--fc_sub {
  font-size: 13px;
  font-weight: 500;
  margin-top: 3.2em;
  letter-spacing: 0.05em;
}
.section--top.delighter .block--keyvisual {
  opacity: 0;
  transform: translateY(-6px);
}
.section--top.delighter .block--scroll {
  opacity: 0;
}
.section--top.delighter .block--nav__members {
  opacity: 0;
}
.section--top.delighter .block--nav__ec {
  opacity: 0;
}
.section--top.delighter .block--nav__ec .block--thumb {
  opacity: 1;
}
.section--top.delighter .block--nav--item {
  opacity: 0;
}

.section--top.delighter .block--scroll.scrolling {
  opacity: 0;
  transition: opacity 0.3s 0.1s;
}
.section--top.started .block--tit {
  /*
  path {
  	opacity: 1;
  	-webkit-filter: blur(5px);
  	filter: blur(5px);
  }
  */
}
.section--top.started .block--tit h1.logo {
  filter: blur(0);
  opacity: 1;
}
.section--top.started .block--tit use:nth-of-type(1) {
  transition: opacity 0s 1.22s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.22s forwards;
}
.section--top.started .block--tit use:last-of-type {
  transition: opacity 0s 1.15s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.15s forwards;
}
.section--top.started .block--tit use:nth-of-type(2) {
  transition: opacity 0s 1.44s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.44s forwards;
}
.section--top.started .block--tit use:last-of-type {
  transition: opacity 0s 1.3s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.section--top.started .block--tit use:nth-of-type(3) {
  transition: opacity 0s 1.66s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.66s forwards;
}
.section--top.started .block--tit use:last-of-type {
  transition: opacity 0s 1.45s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.45s forwards;
}
.section--top.started .block--tit use:nth-of-type(4) {
  transition: opacity 0s 1.88s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.88s forwards;
}
.section--top.started .block--tit use:last-of-type {
  transition: opacity 0s 1.6s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.section--top.started .block--tit use:nth-of-type(5) {
  transition: opacity 0s 2.1s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.section--top.started .block--tit use:last-of-type {
  transition: opacity 0s 1.75s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.75s forwards;
}
.section--top.started .block--tit use:nth-of-type(6) {
  transition: opacity 0s 2.32s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.32s forwards;
}
.section--top.started .block--tit use:last-of-type {
  transition: opacity 0s 1.9s;
  animation: effect-blur 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.section--top.started .block--keyvisual {
  opacity: 1;
  transform: none;
  transition: opacity 1.5s ease-in 0.1s;
  animation: mask-toptob 1.2s cubic-bezier(0.6, 0, 0.2, 1) 0.1s, effect-mono-color 3.5s cubic-bezier(0.6, 0, 0.2, 1) 0.1s forwards;
}
.section--top.started .block--scroll {
  opacity: 1;
  transition: opacity 0.7s 2.5s;
}
.section--top.started .block--nav__members {
  opacity: 1;
  transition: opacity 0.7s 2.5s;
}
.section--top.started .block--nav__ec {
  opacity: 1;
  transition: opacity 0.7s 3s;
}
.section--top.started .block--nav--item {
  opacity: 1;
  transition: opacity 0.7s 3.2s;
}

.drawer__btn.started {
  transition: opacity 1s 2.5s;
}

body:not(.page--home) .drawer__btn.started {
  transition: opacity 1s 0.5s;
}

.section-tit.started span {
  display: inline-block;
  opacity: 0;
}
.section-tit.started span:nth-of-type(1) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.section-tit.started span:nth-of-type(2) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.section-tit.started span:nth-of-type(3) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.section-tit.started span:nth-of-type(4) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.section-tit.started span:nth-of-type(5) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.section-tit.started span:nth-of-type(6) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.section-tit.started span:nth-of-type(7) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.section-tit.started span:nth-of-type(8) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.section-tit.started span:nth-of-type(9) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.section-tit.started span:nth-of-type(10) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.section-tit.started span:nth-of-type(11) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.section-tit.started span:nth-of-type(12) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.section-tit.started span:nth-of-type(13) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.section-tit.started span:nth-of-type(14) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.section-tit.started span:nth-of-type(15) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.section-tit.started span:nth-of-type(16) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.section-tit.started span:nth-of-type(17) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.section-tit.started span:nth-of-type(18) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.section-tit.started span:nth-of-type(19) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.section-tit.started span:nth-of-type(20) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.section-tit.started span:nth-of-type(21) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.section-tit.started span:nth-of-type(22) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.section-tit.started span:nth-of-type(23) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.section-tit.started span:nth-of-type(24) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.section-tit.started span:nth-of-type(25) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.section-tit.started span:nth-of-type(26) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.section-tit.started span:nth-of-type(27) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.section-tit.started span:nth-of-type(28) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.section-tit.started span:nth-of-type(29) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.section-tit.started span:nth-of-type(30) {
  animation: effect-onebyone 0.6s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}

.page--support .section-tit.started span, .page--questionnaire .section-tit.started span {
  opacity: 1;
  animation: none;
}

body:not(.page--home) .header.delighter {
  opacity: 0;
  transition: 0.6s 0.3s;
}

body:not(.page--home) .header.delighter.started {
  opacity: 1;
}

body:not(.page--home) .header.delighter > .logo {
  opacity: 0;
  transition: 0.6s 0.3s;
}

body:not(.page--home) .header.delighter.started > .logo {
  opacity: 1;
}

.page--entry .list--content li.delighter {
  transform: translateY(-20px);
}
.page--entry .list--content li.started {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

.section--list.delighter .block--pager {
  opacity: 0;
}
.section--list.started .block--pager {
  opacity: 1;
  transition: opacity 0.5s 0.5s;
}

.list--info li.delighter {
  opacity: 0;
  transform: translateY(-20px);
}
.list--info li.delighter .date {
  opacity: 0;
}
.list--info li.started {
  opacity: 1;
  transform: translateY(0);
  will-change: transform, animation;
}
.list--info li.started:nth-of-type(1) {
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.list--info li.started:nth-of-type(2) {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.list--info li.started:nth-of-type(3) {
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
.list--info li.started:nth-of-type(4) {
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}
.list--info li.started:nth-of-type(5) {
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.list--info li.started:nth-of-type(6) {
  transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}
.list--info li.started:nth-of-type(7) {
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}
.list--info li.started:nth-of-type(8) {
  transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}
.list--info li.started:nth-of-type(9) {
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}
.list--info li.started:nth-of-type(10) {
  transition: opacity 0.5s 1s, transform 0.5s 1s;
}
.list--info li.started .date {
  opacity: 1;
  transition: opacity 0.7s 0.25s, color 0.3s;
}

.list--contents li.delighter .block--thumb {
  opacity: 0;
}
.list--contents li.delighter .tit {
  opacity: 0;
}
.list--contents li.delighter .date {
  opacity: 0;
}
.list--contents li.delighter .btn--main {
  opacity: 0;
}
.list--contents li.started .block--thumb {
  opacity: 1;
  transition: opacity 1s, filter 0.5s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  will-change: transform, animation, filter;
}
.list--contents li.started .tit {
  opacity: 1;
  transition: opacity 0.7s 0.25s, color 0.2s;
}
.list--contents li.started .date {
  opacity: 1;
  transition: opacity 0.7s 0.25s, color 0.3s;
}
.list--contents li.started .btn--main {
  opacity: 1;
  transition: opacity 0.5s 0.3s, color 0.3s;
}

#block--ec .block--thumb.delighter {
  opacity: 0;
}
#block--ec .block--thumb.delighter.started {
  opacity: 1;
  transition: opacity 1s, filter 0.5s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}

.page--home .section--news.delighter .btn--main {
  opacity: 0;
}
.page--home .section--news.started .btn--main {
  opacity: 1;
  transition: opacity 1s 0.5s, color 0.3s;
}

.page--home .section--livestreaming.delighter .txt {
  opacity: 0;
}
.page--home .section--livestreaming.delighter .btn--main {
  opacity: 0;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(1) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.06s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(2) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.12s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(3) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.18s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(4) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.24s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(5) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(6) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.36s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(7) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.42s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(8) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.48s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(9) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.54s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(10) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(11) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.66s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(12) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.72s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(13) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.78s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(14) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.84s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(15) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(16) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.96s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(17) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.02s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(18) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.08s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(19) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.14s forwards;
}
.page--home .section--livestreaming.started .section-tit span:nth-of-type(20) {
  animation: effect-onebyone 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.page--home .section--livestreaming.started .txt {
  opacity: 1;
  transition: opacity 1s ease-in 0.15s;
}
.page--home .section--livestreaming.started .btn--main {
  opacity: 1;
  transition: opacity 1s 0.5s, color 0.3s;
}

.page--home .section--profile.delighter .section-tit {
  opacity: 0;
}
.page--home .section--profile.delighter .btn--main {
  opacity: 0;
}
.page--home .section--profile.started .section-tit {
  opacity: 1;
  transition: opacity 0.6s ease-in 0s;
}
.page--home .section--profile.started .txt {
  transition: opacity 1s ease-in 0.1s;
  animation: mask-toptob 1.2s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.page--home .section--profile.started .btn--main {
  opacity: 1;
  transition: opacity 1s 0.2s, color 0.3s;
}

/* language change
------------------------------ */
body.page--home.lang .langSelector {
  opacity: 1;
}
body.page--home.lang .block--nav__members {
  max-width: 340px;
}
body.page--home.lang .block--nav__members .txt--main {
  line-height: 1.3;
  font-family: corporate-a-std-urw-cond, serif;
}
body.page--home .langSelector {
  opacity: 0;
}

.langSelector {
  top: 40px;
  right: 2.75vw;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
}
.langSelector .easy-select-box {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #e2e2e2;
  outline: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
  padding: 12px 0;
  min-width: 220px;
}
.langSelector .easy-select-box::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border: 0px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 0;
}
.langSelector .easy-select-box .esb-displayer {
  text-align: center;
  line-height: 1;
  padding: 0 0 0 4em;
}
.langSelector .easy-select-box .esb-displayer::after {
  position: absolute;
  content: "Residence";
  left: 0.5em;
  font-size: 10px;
  top: 50%;
  color: rgba(226, 226, 226, 0.5098039216);
  transform: translateY(-50%);
}
.langSelector .easy-select-box .esb-dropdown {
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  left: 0;
  z-index: 1;
  background: #262626;
  color: #e2e2e2;
  box-sizing: border-box;
  min-width: 100%;
}
.langSelector .easy-select-box .esb-dropdown .esb-item {
  transition: all 0.3s ease;
}
.langSelector .easy-select-box .esb-dropdown .esb-item:last-of-type {
  margin-bottom: 0;
}
.langSelector .easy-select-box .esb-dropdown .esb-item:hover {
  color: #189e5a;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
    -webkit-transition: all 0.3s 0s ease;
  }
  h1.logo {
    width: 20vw;
  }
  .btn {
    margin: 1em auto 1em;
  }
  .btn a,
  .btn input {
    overflow: hidden;
    min-width: 200px;
    cursor: pointer;
    transition: 0.3s;
  }
  .btn a {
    display: inline-block;
    padding: 1em;
    transition: color 0.3s, border 0.3s, background-color 0.3s;
  }
  .btn .btn--main:hover {
    background-color: #a1a1a1;
  }
  .btn--main {
    font-size: 14px;
    transition: color 0.3s;
  }
  .btn--main::before {
    top: 40%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(1);
    transition: transform 0.25s ease-out, background 0.2s;
  }
  .btn--main::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #e2e2e2;
    top: 40%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .btn--main:hover {
    color: #e2e2e2;
  }
  .btn--main:hover::before {
    transform: scaleX(0);
    background-color: transparent;
  }
  .btn--main:hover::after {
    transform: scaleX(1);
  }
  input[type=submit].btn--main {
    min-width: 200px;
    padding: 1em;
  }
  .btn--sub {
    min-width: 200px;
    padding: 1em;
    font-size: 14px;
    transition: color 0.3s, border 0.3s;
  }
  .btn--sub:hover {
    border-color: #189e5a;
    color: #189e5a;
  }
  .detail__btn {
    margin: 2.5em 0 0;
  }
  .detail__btn a, .detail__btn input[type=submit] {
    font-size: 14px;
    transition: color 0.3s;
  }
  .detail__btn a::before, .detail__btn input[type=submit]::before {
    top: 40%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(1);
    transition: transform 0.25s ease-out;
  }
  .detail__btn a::after, .detail__btn input[type=submit]::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #e2e2e2;
    top: 40%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .detail__btn a:hover, .detail__btn input[type=submit]:hover {
    color: #189e5a;
  }
  .detail__btn a:hover::before, .detail__btn input[type=submit]:hover::before {
    transform: scaleX(0);
  }
  .detail__btn a:hover::after, .detail__btn input[type=submit]:hover::after {
    transform: scaleX(1);
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-top: 2.5vw;
    margin-bottom: 4vw;
    font-size: 70px;
  }
  .section--list .section-tit__sub,
  .section--detail .section-tit__sub {
    margin-bottom: 3vw;
    font-size: 25px;
  }
  .section--detail .tit {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--share li a i {
    transition: color 0.3s;
  }
  .section--detail .block--share li a svg {
    transition: fill 0.3s;
  }
  .section--detail .block--share li a:hover i {
    color: #189e5a;
  }
  .section--detail .block--share li a:hover svg {
    fill: #189e5a;
  }
  .txt--list {
    margin: 0 auto 0;
  }
  .txt--list p, .txt--list li {
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .txt--list p::before, .txt--list li::before {
    margin-left: -1em;
  }
  .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 .pager__item--newer a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
    border-top: solid 1px #189e5a;
    border-right: solid 1px #189e5a;
  }
  .block--pager .pager__item--older a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-top: solid 1px #189e5a;
    border-right: solid 1px #189e5a;
  }
  .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;
    background-color: #189e5a;
    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: #189e5a;
  }
  .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: #189e5a;
    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: #189e5a;
  }
  .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: #e2e2e2;
  }
  .block--pager__detail .detail__btn a:hover {
    color: #189e5a;
  }
  .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: #a1a1a1;
  }
  .date {
    font-size: 12px;
  }
  .category {
    font-size: 13px;
    line-height: 1.2;
  }
  .tit {
    font-size: 15px;
    line-height: 1.6;
  }
  .list--info li {
    margin-bottom: 2.1em;
  }
  .list--info li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .list--info li a .block--tit {
    margin: 0;
  }
  .list--info li a .tit {
    font-size: 15px;
    transition: color 0.3s;
  }
  .list--info li a .date {
    margin-right: 3.5em;
  }
  .list--info li a .date p {
    display: inline-block;
    font-size: 12px;
    text-align: left;
  }
  .list--info li a:hover .tit {
    color: #189e5a;
  }
  .list--info li a:hover .date {
    color: #189e5a;
  }
  .list--info li.new .date::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0.2em;
    margin-left: 0.4em;
  }
  body:not(.page--home) .list--contents, body:not(.page--home) .list--photo {
    margin: 0 auto 7em;
  }
  body:not(.page--home) .list--contents li, body:not(.page--home) .list--photo li {
    width: 46%;
    margin-bottom: 2em;
    margin-right: 8%;
  }
  body:not(.page--home) .list--contents li:nth-of-type(2n), body:not(.page--home) .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  body:not(.page--home) .list--contents li a, body:not(.page--home) .list--photo li a {
    display: block;
  }
  body:not(.page--home) .list--contents li a .block--thumb, body:not(.page--home) .list--photo li a .block--thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2vw;
  }
  body:not(.page--home) .list--contents li a .category, body:not(.page--home) .list--photo li a .category {
    margin-top: 0.4vw;
    transition: color 0.5s;
  }
  body:not(.page--home) .list--contents li a .date, body:not(.page--home) .list--photo li a .date {
    margin-top: 0.4vw;
    transition: color 0.5s;
  }
  body:not(.page--home) .list--contents li a .block--thumb::after, body:not(.page--home) .list--photo li a .block--thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: transform 0.4s, opacity 1s;
  }
  body:not(.page--home) .list--contents li a:hover .tit, body:not(.page--home) .list--photo li a:hover .tit {
    color: #a1a1a1;
  }
  body:not(.page--home) .list--contents li a:hover .category, body:not(.page--home) .list--photo li a:hover .category {
    color: #a1a1a1;
  }
  body:not(.page--home) .list--contents li a:hover .date, body:not(.page--home) .list--photo li a:hover .date {
    color: #a1a1a1;
  }
  body:not(.page--home) .list--contents li a:hover .block--thumb::after, body:not(.page--home) .list--photo li a:hover .block--thumb::after {
    transform: scale(15, 15);
    transition: transform 0.9s;
    opacity: 0.5;
  }
  body:not(.page--home) .list--contents li.new .date::after, body:not(.page--home) .list--photo li.new .date::after {
    content: "";
    display: inline-block;
    position: inherit;
    width: 6px;
    height: 6px;
    margin-left: 0.2vw;
    vertical-align: 10%;
  }
  body:not(.page--home) .list--contents.inner_more_movies .tit, body:not(.page--home) .list--photo.inner_more_movies .tit {
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 10px;
  }
  body:not(.page--home).page--detail .list--photo li {
    width: 33.3333333333%;
    margin-right: 0;
    margin-bottom: 1.25%;
  }
  body:not(.page--home).page--detail .list--photo li:nth-of-type(3n+1) {
    text-align: left;
  }
  body:not(.page--home).page--detail .list--photo li:nth-of-type(3n+2) {
    text-align: center;
  }
  body:not(.page--home).page--detail .list--photo li:nth-of-type(3n+3) {
    text-align: right;
  }
  body:not(.page--home).page--detail .list--photo li a {
    display: inline-block;
    width: 96%;
  }
  body:not(.page--home).page--detail .list--photo li a .block--thumb {
    margin-bottom: 0;
  }
  .list--error li {
    font-size: 13px;
  }
  .no--data {
    text-align: center;
  }
  .block--nav__category {
    margin-bottom: 2em;
  }
  .block--nav__category li {
    margin-right: 0.6em;
    margin-bottom: 0.6em;
  }
  .block--nav__category li a {
    padding: 0.3em 1em;
    line-height: 1.3;
    transition: background-color 0.2s, color 0.2s;
  }
  .block--nav__category li a:hover {
    background-color: #189e5a;
    color: #e2e2e2;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 12vw;
    max-width: 160px;
    margin-top: 2em;
    margin-bottom: 2vw;
    margin-left: 2vw;
  }
  header > .logo a {
    display: block;
  }
  body.lang--en .drawer.login {
    top: 20vh;
  }
  .drawer {
    position: fixed;
    top: 40vh;
    right: 2.75vw;
    z-index: 1;
    mix-blend-mode: difference;
  }
  .drawer .g-nav li {
    margin-bottom: 1em;
  }
  .drawer .g-nav li a {
    font-size: 15px;
    line-height: 1;
  }
  .drawer .g-nav li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #189e5a;
    top: 50%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .drawer .g-nav li a:hover {
    color: #189e5a;
  }
  .drawer .g-nav li a:hover::before {
    transform: scaleX(1);
  }
  .drawer .g-nav li:last-of-type {
    margin-bottom: 0;
  }
  .page--home .section--top {
    position: relative;
    margin-bottom: 10.6em;
  }
  .page--home .section--top .inner {
    position: relative;
  }
  .page--home .section--top .inner {
    display: flex;
    height: 100vh;
  }
  .page--home .section--top .inner .block--keyvisual {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .page--home .section--top .block--tit {
    position: absolute;
    top: 3vw;
    left: 9vw;
    width: 22vw;
  }
  .page--home .section--top .block--keyvisual {
    width: 68vh;
    margin: 0 auto;
    padding-top: 12vw;
  }
  .page--home .section--top .block--keyvisual img {
    width: 100%;
  }
  .page--home.login .section--top {
    margin-bottom: 11.6em;
  }
  .page--home .block--scroll {
    position: absolute;
    bottom: 15vh;
    left: 0;
  }
  .page--home .block--scroll .scroll {
    width: 1px;
    height: 13vh;
    background: #189e5a;
    position: absolute;
    top: 0;
    left: 3vw;
    animation: scroll 1.4s linear 1.3s infinite;
    transform-origin: top;
  }
  .page--home .block--scroll .scroll-txt {
    display: block;
    position: absolute;
    top: 0;
    left: 3.3vw;
    width: auto;
    height: 100%;
    color: #189e5a;
    font-family: corporate-a-std-urw-cond, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    letter-spacing: 0.1em;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .page--home .block--scroll.scrolling {
    opacity: 0;
  }
  @keyframes scroll {
    0% {
      transform: scaleY(0);
      transform-origin: top;
    }
    50% {
      transform: scaleY(1);
      transform-origin: top;
    }
    50.0001% {
      transform: scaleY(1);
      transform-origin: bottom;
    }
    100% {
      transform: scaleY(0);
      transform-origin: bottom;
    }
  }
  .page--home .block--nav__members {
    position: fixed;
    bottom: 19vh;
    left: 0;
    width: 26vw;
    min-width: 220px;
    max-width: 290px;
  }
  .page--home .block--nav__members .nav--entry a {
    padding: 1.6em 2.3em;
  }
  .page--home .block--nav__members .nav--entry a::after {
    right: 1em;
    bottom: -0.4em;
  }
  .page--home .block--nav__members .nav--entry a .txt--main {
    margin-bottom: 0.65em;
    font-size: 19px;
    transition: color 0.3s 0.1s;
  }
  .page--home .block--nav__members .nav--entry a .txt--main::before {
    top: 40%;
    right: -3.7em;
    width: 3em;
    height: 1px;
    background-color: transparent;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.5s, background 0.5s;
  }
  .page--home .block--nav__members .nav--entry a .txt--main::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40%;
    right: -3.7em;
    width: 3em;
    height: 1px;
    background-color: transparent;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.5s, background 0.5s;
  }
  .page--home .block--nav__members .nav--entry a .txt--sub {
    font-size: 10px;
    line-height: 1.5;
  }
  .page--home .block--nav__members .nav--entry a:hover .txt--main {
    color: #189e5a;
  }
  .page--home .block--nav__members .nav--entry a:hover .txt--main::before {
    background-color: transparent;
    transform: scaleX(0);
  }
  .page--home .block--nav__members .nav--entry a:hover .txt--main::after {
    background-color: #e2e2e2;
    transform: scaleX(1);
  }
  .page--home .block--nav__members .nav--login a {
    margin-top: 2em;
    margin-left: 2.3em;
  }
  .page--home .block--nav__members .nav--login a .txt--main {
    font-size: 22px;
    transition: color 0.3s 0.1s;
  }
  .page--home .block--nav__members .nav--login a .txt--main::before {
    top: 40%;
    right: -3.7em;
    width: 3em;
    height: 1px;
    transform-origin: left top;
    transform: scaleX(1);
    transition: transform 0.5s, background 0.5s;
  }
  .page--home .block--nav__members .nav--login a .txt--main::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40%;
    right: -3.7em;
    width: 3em;
    height: 1px;
    background-color: #e2e2e2;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.5s, background 0.5s;
  }
  .page--home .block--nav__members .nav--login a:hover .txt--main {
    color: #189e5a;
  }
  .page--home .block--nav__members .nav--login a:hover .txt--main::before {
    background-color: transparent;
    transform: scaleX(0);
  }
  .page--home .block--nav__members .nav--login a:hover .txt--main::after {
    transform: scaleX(1);
  }
  .page--home .block--nav--banner {
    position: absolute;
    right: 0;
    bottom: 5vh;
  }
  .page--home.login.lang--en .block--nav--banner {
    top: calc(20vh + 290px);
  }
  .page--home .block--nav--item {
    width: 18vw;
    min-width: 220px;
    max-width: 310px;
    margin-top: 1.3em;
  }
  .page--home .block--nav--item a {
    margin-bottom: 0.9em;
  }
  .page--home .block--nav__ec {
    width: 18vw;
    min-width: 220px;
    max-width: 310px;
  }
  .page--home .block--nav__ec a {
    transition: background-color 0.3s;
  }
  .page--home .block--nav__ec a::after {
    left: 1em;
    bottom: -0.4em;
  }
  .page--home .block--nav__ec a .block--thumb {
    width: 50%;
    margin: -2.4em auto 0.8em;
  }
  .page--home .block--nav__ec a .block--txt .txt--main {
    width: calc(100% + 0.4em);
    margin-bottom: 0.7em;
    margin-left: -0.4em;
    padding: 1.5% 1.5% 1.5%;
    font-size: 18px;
    line-height: 1.2;
    transition: color 0.3s, background 0.5s 0.05s;
  }
  .page--home .block--nav__ec a .block--txt .txt--sub {
    width: 90%;
    margin: 0 auto 1em;
    font-size: 10px;
    line-height: 1.5;
  }
  .page--home .block--nav__ec a:hover .block--txt .txt--main {
    background-color: #e2e2e2;
    color: #189e5a;
  }
  .page--home.lang--en .block--nav__ec a .block--thumb {
    width: 55%;
    margin: -2em auto 0.8em;
  }
  .page--home .section--news {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 76.5vw;
    margin: 0 auto 6em;
  }
  .page--home .section--news .area--tit {
    margin-left: -6.5%;
  }
  .page--home .section--news .section-tit {
    margin-bottom: 1.5vw;
    font-size: 100px;
    text-align: left;
  }
  .page--home .section--news .btn--main {
    margin-left: 3.7em;
  }
  .page--home .section--news .list--info {
    width: 71%;
  }
  .page--home .section--news .no-data {
    width: 71%;
    text-align: left;
    align-self: center;
  }
  .page--home .section--pickup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 76.5vw;
    margin: 0 auto 8em;
  }
  .page--home .section--pickup .area--tit {
    margin-left: -6.5%;
  }
  .page--home .section--pickup .section-tit {
    margin-bottom: 3vw;
    font-size: clamp(50px, 5vw, 70px);
  }
  .page--home .section--pickup .list--pickup {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 71%;
  }
  .page--home .section--pickup .list--pickup li {
    width: 100%;
    margin-bottom: 2%;
    background-size: 100% 200%;
    transition: background-position 0.5s;
  }
  .page--home .section--pickup .list--pickup li .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em 3em;
  }
  .page--home .section--pickup .list--pickup li .block--txt {
    width: 81%;
  }
  .page--home .section--pickup .list--pickup li .tit {
    font-size: 20px;
    text-align: left;
  }
  .page--home .section--pickup .list--pickup li .block--thumb {
    width: 30%;
    margin-right: 3%;
  }
  .page--home .section--pickup .list--pickup li .txt--more {
    font-size: 14px;
  }
  .page--home .section--pickup .list--pickup li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--home .section--pickup .list--pickup li:hover {
    background-position: 0 100%;
  }
  .page--home .section--pickup .list--pickup li a .tit {
    transition: color 0.3s;
  }
  .page--home .section--pickup .list--pickup li a:hover .tit {
    color: #189e5a;
  }
  .page--home .link--contents {
    width: 76.5vw;
    max-width: 850px;
    margin: 0 auto 10em;
  }
  .page--home .link--contents .inner {
    padding: 4.6em 0;
  }
  .page--home .link--contents .inner .section-tit {
    margin-bottom: 0.2em;
    font-size: 100px;
  }
  .page--home .link--contents .inner .txt {
    margin-bottom: 3em;
    font-size: 20px;
  }
  .page--home .link--contents .inner .btn--main a:hover {
    color: #189e5a;
  }
  .page--home .section--movie {
    width: 76.5vw;
    margin: 0 auto 8em;
  }
  .page--home .section--movie .section-tit {
    margin-right: -3.2%;
    margin-bottom: -0.3em;
    font-size: 160px;
    text-align: right;
  }
  .page--home .section--movie .list--contents li {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 2em;
  }
  .page--home .section--movie .list--contents li .block--thumb {
    margin-bottom: 0.8em;
  }
  .page--home .section--movie .list--contents li .tit {
    font-size: 15px;
  }
  .page--home .section--movie .list--contents li .date {
    margin-top: 0.58em;
    font-size: 12px;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1), .page--home .section--movie .list--contents li:nth-of-type(2) {
    width: 49.5%;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1) .block--thumb, .page--home .section--movie .list--contents li:nth-of-type(2) .block--thumb {
    margin-bottom: 1.1em;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1) .tit, .page--home .section--movie .list--contents li:nth-of-type(2) .tit {
    font-size: 18px;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1) .date, .page--home .section--movie .list--contents li:nth-of-type(2) .date {
    margin-top: 0.6em;
    font-size: 14px;
  }
  .page--home .section--movie .list--contents li:nth-of-type(4n+2) {
    margin-right: 0;
  }
  .page--home .section--movie .list--contents li a:hover .block--thumb {
    filter: sepia(100%);
  }
  .page--home .section--movie .list--contents li a:hover .tit {
    color: #189e5a;
  }
  .page--home .section--movie .viewall {
    margin-top: 2.2em;
    text-align: right;
    transition: 0.5s ease 0.5s;
  }
  .page--home .section--gallery {
    width: 76.5vw;
    margin: 0 auto 10em;
  }
  .page--home .section--gallery .section-tit {
    margin-left: -6.5%;
    margin-bottom: -0.3em;
    font-size: 135px;
    text-align: left;
  }
  .page--home .section--gallery .list--contents {
    display: block;
  }
  .page--home .section--gallery .list--contents li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6em;
  }
  .page--home .section--gallery .list--contents li:last-of-type {
    margin-bottom: 0;
  }
  .page--home .section--gallery .list--contents li .block--thumb--wrap {
    width: 41%;
  }
  .page--home .section--gallery .list--contents li .block--thumb--wrap a:hover .block--thumb {
    filter: sepia(100%);
  }
  .page--home .section--gallery .list--contents li .block--thumb--wrap a:hover .tit {
    color: #189e5a;
  }
  .page--home .section--gallery .list--contents li .block--txt {
    width: 51.5%;
    padding-top: 6.2em;
  }
  .page--home .section--gallery .list--contents li .block--txt .tit {
    margin-bottom: 2.2em;
    font-size: 23px;
  }
  .page--home .section--gallery .list--contents li .block--txt .tit a {
    line-height: 1.3;
  }
  .page--home .section--gallery .list--contents li .block--txt .tit a:hover {
    color: #189e5a;
  }
  .page--home .section--gallery .list--contents li .block--txt .btn--main {
    margin-left: 3.7em;
  }
  .page--home .section--livestreaming .inner .btn--main:hover {
    color: #189e5a;
  }
  .page--home .section--profile {
    width: 86.2vw;
    margin: 0 auto 10em;
  }
  .page--home .section--profile .area--tit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 94%;
    margin-bottom: 2.6em;
  }
  .page--home .section--profile .section-tit {
    width: 17%;
  }
  .page--home .section--profile .btn--main {
    margin-left: 4.9em;
  }
  .page--home .section--profile .btn--main:hover {
    color: #189e5a;
  }
  .page--home .section--profile .txt {
    width: 94%;
    font-size: 12px;
  }
  .page--home.nologin .block--scroll {
    display: none;
  }
  .page--home.lang--en .section--news {
    margin: 0 auto 12em;
  }
  #block--ec {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 58.6vw;
    min-width: 850px;
    max-width: 1100px;
    margin: 0 auto 11em;
    padding: 2.3em;
  }
  #block--ec .block--thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 41%;
    padding: 1.6em 0;
  }
  #block--ec .block--thumb img {
    width: 63%;
    margin: 0 auto 1.3em;
  }
  #block--ec .block--thumb .txt {
    width: 63%;
    margin: 0 auto;
    font-size: 10px;
  }
  #block--ec .block--txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
  }
  #block--ec .block--txt .txt--main {
    margin-bottom: 0.8em;
    font-size: 40px;
    line-height: 1.1;
  }
  #block--ec .block--txt .txt--sub {
    margin-bottom: 4.3em;
  }
  #block--ec .block--txt .txt--sub dt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.6em;
    font-size: 15px;
  }
  #block--ec .block--txt .txt--sub dd p {
    margin-bottom: 0.8em;
    font-size: 13px;
  }
  #block--ec .block--txt .txt--sub dd span {
    font-size: 10px;
  }
  #block--ec .block--txt .btn a {
    font-size: 16px;
  }
  #block--ec .block--txt .btn a:hover {
    background-color: #e2e2e2;
    color: #189e5a;
    transition: background-color 0.3s, color 0.3s;
  }
  .lang--en #block--ec .block--thumb img {
    width: 65%;
    margin: 0 auto;
  }
  .lang--en .page--entry #block--ec .block--thumb img {
    width: 80%;
  }
  .block--expire {
    margin: 0 auto 6em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 30px;
  }
  .block--expire .notice {
    margin-bottom: 2em;
  }
  .page--info .section--detail .txt {
    margin-top: 3em;
  }
  .page--info .section--detail .txt a {
    color: #189e5a;
  }
  .page--info .section--detail .txt a:hover {
    color: #a1a1a1;
  }
  .page--photo .section--list .section-tit__sub {
    font-size: 70px;
  }
  .page--movie.new-movie .list--contents {
    gap: 2%;
  }
  .page--movie.new-movie .list--contents li {
    margin-right: 0;
    width: 32%;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 0.2em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 30px auto;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page--movie .section--detail .txt a {
    color: #189e5a;
  }
  .page--movie .section--detail .txt--sub {
    margin-top: 2em;
  }
  .page--movie .area--more-info .block--tab .item__ico span {
    display: block;
    border-bottom: 1px dashed #4d6b75;
    padding: 0 0 15px;
    margin: 0 0 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    border-radius: 10px;
    border-top-left-radius: 50px;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .list--qa li a:hover {
    background: #fffba0;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 2em;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--support .section--detail .tit {
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 1.4em;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0rem;
  }
  .page--faq .section--list .block--contact a {
    transition: color 0.3s;
  }
  .page--faq .section--list .block--contact a:hover {
    color: #189e5a;
    text-decoration: none;
  }
  .page--faq .section--list .block--contact a:hover {
    color: #189e5a;
    text-decoration: none;
  }
  .page--faq .section--list .block--contact a:hover + i {
    color: #189e5a;
  }
  .page--faq .list--faq li a {
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    color: #a1a1a1;
  }
  .page--faq .block--faq-detail .txt a {
    transition: 0.3s;
    text-decoration: underline;
  }
  .page--faq .block--faq-detail .txt a:hover {
    color: #189e5a;
  }
  .page--error .section--detail {
    width: 93%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page--error .section--detail .tit {
    font-family: corporate-a-std-urw-cond, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    width: 86.2vw;
    margin: auto auto 3.3em;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .list--support .nav--support {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 2.6em;
  }
  footer .inner .list--support .nav--support li {
    margin-right: 2em;
    margin-bottom: 1em;
  }
  footer .inner .list--support .nav--support li a {
    position: relative;
    font-size: 12px;
    transition: color 0.3s;
  }
  footer .inner .list--support .nav--support li a:hover {
    color: #189e5a;
  }
  footer .copyright {
    font-size: 10px;
    text-align: left;
  }
  body:not(.page--home) footer {
    padding: 5em 0 2em;
  }
  /*  questionnaire
  ------------------------------ */
  .page--questionnaire main > section {
    margin: 0 auto 5em;
  }
  .page--questionnaire .section-tit {
    font-size: 20px;
  }
  .page--questionnaire .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .section--detail.page--entry .logo {
    width: 50%;
    margin: 20vh auto 30vh;
  }
  .section--detail.page--entry .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 8em;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }
  .section--detail.page--entry .photo_card {
    display: block;
    width: 90%;
    max-width: 450px;
    margin: 2em auto;
  }
  .section--detail.page--entry .block-tit {
    margin-bottom: 1.5em;
    font-size: 32px;
    text-align: center;
  }
  .section--detail.page--entry .block--benefit {
    text-align: center;
  }
  .section--detail.page--entry .block--contents {
    margin-bottom: 3em;
  }
  .section--detail.page--entry .list--content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .section--detail.page--entry .list--content li {
    width: 48%;
    margin-top: 4%;
    margin-right: 4%;
    padding: 3vw 2.5vw;
  }
  .section--detail.page--entry .list--content li:nth-of-type(2n) {
    margin-right: 0;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .section--detail.page--entry .list--content li .btn {
    margin-top: 1.5em;
  }
  .section--detail.page--entry .block--spec {
    margin-bottom: 5vw;
  }
  .section--detail.page--entry .block--spec .inner {
    border-collapse: separate;
    border-spacing: 0;
  }
  .section--detail.page--entry .block--spec .inner tr td, .section--detail.page--entry .block--spec .inner tr th {
    font-size: 16px;
    padding: 1vw;
  }
  .section--detail.page--entry .block--spec .inner tr th {
    width: 24%;
  }
  .section--detail.page--entry .block--spec .inner tr td {
    border-left: solid 1px #a1a1a1;
    font-size: 13px;
  }
  .section--detail.page--entry .block--spec .inner tr:last-of-type th {
    border-bottom: 0;
  }
  .section--detail.page--entry .block--spec .inner tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 13px;
  }
  .section--detail.page--entry #block--ec {
    width: 100%;
    margin: 0 auto 8em;
  }
  .section--detail.page--entry #block--ec .block--txt .txt--sub {
    margin-bottom: 0;
  }
  .section--detail.page--entry #block--ec .block--txt .txt--sub dd {
    margin-bottom: 2em;
  }
  .section--detail.page--entry #block--ec .btn {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--login {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin: 3vw auto 0;
  }
  .section--detail.page--entry .block--login .block--inner {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .section--detail.page--entry .block--login .block--inner .btn span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
  }
  .section--detail.page--entry .block--login .block--inner .txt--sub {
    margin-bottom: 2vw;
  }
  .section--detail.page--entry #section--continue .btn--main:hover {
    border: solid 1px #189e5a;
    background: #189e5a;
    color: #0a0a0a;
  }
  .section--detail.page--entry #section--entry .txt--link {
    margin-top: 1.5em;
  }
  .section--detail.page--entry .txt--link {
    margin-top: 0.5em;
    font-size: 0.9em;
  }
  .section--detail.page--entry .txt--link a {
    font-size: 0.9em;
  }
  .section--detail.page--entry .block--login__select {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .section--detail.page--entry .block--login__select .block--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 48%;
    padding: 2vw;
  }
  .section--detail.page--entry .block--login__select .block--inner .txt--basic {
    height: 50%;
  }
  .section--detail.page--entry .block--login__select .btn .btn--main:hover {
    background-color: #e2e2e2;
    color: #000000;
  }
  .section--detail.page--entry .block--txt--link {
    margin-top: 4em;
    font-size: 0.9em;
  }
  .section--detail.page--entry .block--txt--link a {
    font-size: 0.9em;
    transition: color 0.3s;
  }
  .section--detail.page--entry .block--txt--link a::before {
    transition: border 0.3s;
  }
  .section--detail.page--entry .block--txt--link a:hover {
    color: #189e5a;
  }
  .section--detail.page--entry .block--txt--link a:hover::before {
    border-color: #189e5a;
  }
  .section--detail.page--entry .block--registration, .section--detail.page--entry .block--attention {
    margin-top: 4em;
    margin-bottom: 6em;
    padding: 2em;
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block--registration .flex-container {
    display: flex;
    justify-content: space-around;
    padding: 0 10%;
  }
  .section--detail.page--entry .block--registration .btn .btn--main:hover {
    background-color: #e2e2e2;
    color: #000000;
  }
  .section--detail.page--entry .block--attention #section--entry {
    margin-top: 5em;
  }
  .section--detail.page--entry .block--attention #section--entry .tit {
    font-size: 15px;
  }
  .section--detail.page--entry .block--attention strong {
    font-weight: bold;
    font-size: 20px;
  }
  /* payment_regist_card_auto:feature
  ------------------------------ */
  .page--payment_regist_card_auto .logo {
    width: 20vw;
    max-width: 200px;
    margin: calc(20px + 2em) auto;
  }
  .page--payment_regist_card_auto .section--detail {
    padding: 0 5%;
  }
  .page--payment_regist_card_auto .section-tit {
    margin-bottom: 1em !important;
    font-size: 20px !important;
    line-height: 1.3;
  }
  .page--payment_regist_card_auto .section--select {
    margin-top: 2em;
  }
  .page--payment_regist_card_auto .section--select .txt--main {
    font-size: 18px;
  }
  .page--payment_regist_card_auto .section--select > li {
    margin-bottom: 1em;
    padding: 2em 1.5em;
  }
  .page--payment_regist_card_auto .section--select > li:last-of-type .txt--main {
    font-size: 16px;
  }
  .page--payment_regist_card_auto .txt--list {
    margin: 2em auto 0;
  }
  .page--payment_regist_card_auto .txt--list p {
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--payment_regist_card_auto .txt--list p::before {
    margin-left: -1em;
  }
  .page--payment_regist_card_auto .tit--menu {
    margin-bottom: 0.2em;
    font-size: 11px;
    line-height: 1.3;
  }
  .page--payment_regist_card_auto .block--payment {
    margin-top: 2em;
  }
  .page--payment_regist_card_auto .list--payment {
    margin: 0 auto 1em;
  }
  .page--payment_regist_card_auto .list--payment li img {
    width: 12%;
    padding-top: 4px;
  }
  .page--payment_regist_card_auto .txt--list__notice {
    font-size: 11px;
  }
  .page--payment_regist_card_auto .block--txt__info {
    margin-top: 2em;
  }
  .page--payment_regist_card_auto .block--txt__info dl {
    padding: 1em;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:first-of-type {
    font-size: 16px;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) {
    margin-top: 1em;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) p {
    margin-top: 0.6em;
    font-size: 12px;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) span {
    font-size: 11px;
  }
  .page--payment_regist_card_auto .btn--chevron {
    font-size: 13px;
  }
  /* payment_about_autocontinue:feature
  ------------------------------ */
  .page--payment_about_autocontinue .logo {
    width: 20vw;
    max-width: 200px;
    margin: calc(20px + 2em) auto;
  }
  .page--payment_about_autocontinue .section--detail {
    padding: 0 5%;
  }
  .page--payment_about_autocontinue .section-tit {
    margin-bottom: 1em !important;
    font-size: 20px !important;
    line-height: 1.3;
  }
  .page--payment_about_autocontinue .section--select li {
    margin-bottom: 2em;
    padding: 2em 1em;
  }
  .page--payment_about_autocontinue .section--select .txt--main {
    font-size: 16px;
  }
  .page--payment_about_autocontinue .section--select .btn--sub {
    border: none;
    border-radius: 0.3em;
    color: #ffffff;
    transition: background 0.3s;
  }
  .page--payment_about_autocontinue .section--select .btn--sub:hover {
    background-color: #a1a1a1;
  }
  .page--payment_about_autocontinue .txt--list {
    margin: 2em auto 0;
  }
  .page--payment_about_autocontinue .txt--list p {
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .page--payment_about_autocontinue .txt--list p::before {
    margin-left: -1em;
  }
  /*  effect PC ONLY
  ------------------------------ */
  .header.delighter .block--nav li {
    opacity: 0;
  }
  .header.started .block--nav li {
    opacity: 1;
  }
  .header.started .block--nav li:nth-child(1) {
    transition: opacity 0s 2.6s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
  }
  .header.started .block--nav li:nth-child(2) {
    transition: opacity 0s 2.7s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
  }
  .header.started .block--nav li:nth-child(3) {
    transition: opacity 0s 2.8s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
  }
  .header.started .block--nav li:nth-child(4) {
    transition: opacity 0s 2.9s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
  }
  .header.started .block--nav li:nth-child(5) {
    transition: opacity 0s 3s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
  }
  .header.started .block--nav li:nth-child(6) {
    transition: opacity 0s 3.1s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
  }
  .header.started .block--nav li:nth-child(7) {
    transition: opacity 0s 3.2s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
  }
  .header.started .block--nav li:nth-child(8) {
    transition: opacity 0s 3.3s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(1) {
    transition: opacity 0s 0.4s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(2) {
    transition: opacity 0s 0.5s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(3) {
    transition: opacity 0s 0.6s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(4) {
    transition: opacity 0s 0.7s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(5) {
    transition: opacity 0s 0.8s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(6) {
    transition: opacity 0s 0.9s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(7) {
    transition: opacity 0s 1s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
  }
  body:not(.page--home) .header.started .block--nav li:nth-child(8) {
    transition: opacity 0s 1.1s;
    animation: effect-onebyone 0.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
  }
  /* language change
  ------------------------------ */
  body.page--home.lang .block--nav__members .txt--main {
    font-size: 25px;
  }
  .header .block--nav .langSelector {
    display: none;
  }
  .langSelector {
    position: absolute;
  }
  .langSelector .easy-select-box .esb-dropdown {
    top: 38px;
    padding: 20px;
  }
  .langSelector .easy-select-box .esb-dropdown .esb-item {
    margin-bottom: 20px;
  }
  #magazine {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
  }
  #magazine .sectionTit {
    margin-top: -30px;
    text-align: center;
  }
  body.page--magazine {
    height: auto;
    margin: 0;
    box-sizing: border-box;
  }
  body.page--magazine .sectionTit {
    margin-bottom: 2em;
    text-align: center;
  }
  body.page--magazine .guide {
    margin-bottom: 2em;
    text-align: center;
  }
  body.page--magazine .guide img {
    width: 1.3em;
    height: 1.3em;
    margin: 0.2em 0.5em 0 0;
  }
  body.page--magazine .guide p.pc {
    display: inline-block;
  }
  body.page--magazine .guide p.tab {
    display: none;
  }
  body.page--magazine .wrap--contents {
    position: relative;
  }
  body.page--magazine .slick01 {
    width: 60vw;
    margin: 0 auto;
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }
  body.page--magazine .slick-slide {
    width: 50%;
    margin: 0 auto;
  }
  body.page--magazine .slick-slide img {
    width: 100%;
    height: auto;
  }
  body.page--magazine .slick-initialized .slick-slide {
    height: 35.58vw;
  }
  body.page--magazine .slick-prev, body.page--magazine .slick-next {
    position: absolute;
    bottom: -50px;
    z-index: 5;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #e2e2e2;
    font-family: corporate-a-std-urw-cond, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    transition: all 0.3s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    outline: none;
  }
  body.page--magazine .slick-prev::before, body.page--magazine .slick-next::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 3em;
    height: 1px;
    background-color: #997F52;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  body.page--magazine .slick-prev::before {
    left: -3.7em;
    transform-origin: right top;
  }
  body.page--magazine .slick-next::before {
    right: -3.7em;
    transform-origin: left top;
  }
  body.page--magazine .slick-prev:hover {
    color: #997F52;
  }
  body.page--magazine .slick-next:hover {
    color: #997F52;
  }
  body.page--magazine .slick-prev:hover::before {
    transform: scaleX(1);
  }
  body.page--magazine .slick-next:hover::before {
    transform: scaleX(1);
  }
  body.page--magazine .slick-prev {
    right: calc(50% + 40px);
  }
  body.page--magazine .slick-next {
    left: calc(50% + 40px);
  }
  body.page--magazine .popup--btn {
    position: absolute;
    display: inline-block;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: corporate-a-std-urw-cond, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #997F52;
    font-size: 15px;
    cursor: pointer;
    transition: color 0.3s;
  }
  body.page--magazine .popup--btn:hover {
    color: #e2e2e2;
  }
  body.page--magazine .p-goto-nav {
    position: absolute;
    z-index: 10;
    background: rgba(153, 127, 82, 0.9411764706);
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    top: calc(50% + 6vh);
    left: 50%;
    bottom: initial;
  }
  body.page--magazine #modalArea {
    display: none;
  }
  body.page--magazine .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  body.page--magazine .p-goto-nav__lists {
    width: auto;
    margin: 0 auto;
    color: #e2e2e2;
    padding: 70px 22px 30px;
  }
  body.page--magazine .p-goto-nav__lists::after {
    display: block;
    content: "";
    width: 3em;
  }
  body.page--magazine .p-goto-nav__lists li {
    width: 3em;
    height: 2.5em;
    text-align: center;
    list-style: none;
    transition: all 0.3s;
    cursor: pointer;
  }
  body.page--magazine .p-goto-nav__lists li:hover {
    opacity: 0.5;
  }
  body.page--magazine .slick-num {
    text-align: center;
    margin-top: 10px;
  }
  body.page--magazine .index--drawer__btn {
    position: fixed;
    right: 30px;
    top: 4%;
    z-index: 15;
    width: 50px;
    height: 40px;
    cursor: pointer;
  }
  body.page--magazine .drawer__btn-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span:first-child {
    top: 50%;
    transform: rotate(15deg);
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span:last-child {
    top: 50%;
    transform: rotate(-15deg);
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
  }
  body.page--magazine .pswp__button--close {
    background: url(/static/oneokrock/fanclub/magazine/2024/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 20px;
    margin: 10vh 5vw 0 0;
  }
  body.page--magazine .pswp__top-bar {
    background: transparent;
  }
  body.page--magazine .pswp__counter, body.page--magazine .pswp__preloader, body.page--magazine .pswp__button--zoom, body.page--magazine .pswp__button--arrow, body.page--magazine .pswp__button--close svg, body.page--magazine .langSelector {
    display: none !important;
  }
  .page--magazine-list .list--contents li a .list__txt .tit {
    margin-top: 1em;
    font-size: 20px;
  }
  .page--magazine-list .list--contents li a .list__txt .block--sub--info {
    margin-top: 1em;
  }
  .page--magazine-list .list--contents li a .list__txt .block--sub--info .date {
    margin-bottom: 0.6em;
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn {
    margin: 1em auto 1em;
  }
  .btn a {
    display: inline-block;
    min-width: 200px;
    padding: 1em;
  }
  .btn--main {
    font-size: 14px;
  }
  .btn--main::before {
    top: 40%;
    left: -2.8em;
    width: 2.1em;
  }
  input[type=submit].btn--main {
    min-width: 200px;
    max-width: 400px;
    padding: 1em;
  }
  .btn--sub {
    min-width: 200px;
    max-width: 400px;
    padding: 1em;
    font-size: 14px;
  }
  .detail__btn {
    font-size: 14px;
    margin: 3em 0 0 2.8em;
  }
  .detail__btn a, .detail__btn input[type=submit] {
    font-size: 14px;
    transition: color 0.3s;
  }
  .detail__btn a::before, .detail__btn input[type=submit]::before {
    top: 40%;
    left: -2.8em;
    width: 2.1em;
    transform-origin: right top;
    transform: scaleX(1);
    transition: transform 0.25s ease-out;
  }
  .detail__btn a::after, .detail__btn input[type=submit]::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #e2e2e2;
    top: 40%;
    left: -2.8em;
    width: 2.1em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .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__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;
  }
  header > .logo {
    width: 28vw;
    max-width: 140px;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 4vw;
    transition: 0.2s ease-in;
  }
  header > .logo a {
    display: block;
  }
  .drawer__btn {
    position: fixed;
    top: 2em;
    right: 4.4vw;
    z-index: 2;
    width: 3em;
    height: calc(0.8em + 3px);
  }
  .drawer__btn span {
    display: block;
    position: relative;
    width: 3em;
    height: 1px;
    background-color: #06512e;
    transform-origin: right top;
    transition: transform 0.5s ease-in-out;
  }
  .drawer__btn span::before {
    content: "";
    display: block;
    position: absolute;
    width: 2.3em;
    height: 1px;
    bottom: calc(-0.4em - 1.5px);
    background-color: #06512e;
    transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s;
  }
  .drawer__btn span::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.7em;
    height: 1px;
    bottom: calc(-0.8em - 3px);
    background-color: #06512e;
    transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s;
  }
  .drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1), visibility 1s cubic-bezier(0.6, 0, 0.2, 1), opacity 1s cubic-bezier(0.6, 0, 0.2, 1), background 2s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .drawer .drawer-inner {
    height: 100vh;
    margin: 0 auto;
  }
  .drawer .drawer-inner .block--nav {
    text-align: center;
  }
  .drawer .drawer-inner .g-nav {
    width: 90vw;
    margin: 40vw auto 10vw;
  }
  .drawer .drawer-inner .g-nav ul li {
    opacity: 0;
    margin-bottom: 2em;
    text-align: center;
    transform: translateX(-12%);
    transition: transform 0.6s 0.2s, opacity 0.6s;
  }
  .drawer .drawer-inner .g-nav ul li a {
    font-size: 20px;
  }
  .drawer .drawer-inner .g-nav ul li:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .drawer .drawer-inner .g-nav ul li:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .drawer .drawer-inner .g-nav ul li:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .drawer .drawer-inner .g-nav ul li:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  .drawer .drawer-inner .g-nav ul li:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  .drawer .drawer-inner .g-nav ul li:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  body.drawer-visible .drawer {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul li {
    opacity: 1;
    transform: translateX(0);
  }
  body.drawer-visible .drawer__btn {
    top: 2em;
  }
  body.drawer-visible .drawer__btn span {
    transform: rotate(-45deg);
    transition: transform 0.6s 0.2s, opacity 0.6s;
  }
  body.drawer-visible .drawer__btn span::before {
    opacity: 0;
    bottom: 0;
    transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s, bottom 0.5s ease-in-out 0.1s;
  }
  body.drawer-visible .drawer__btn span::after {
    opacity: 0;
    bottom: 0;
    transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s, bottom 0.5s ease-in-out 0.1s;
  }
  body.browser_back .drawer {
    transition: none;
  }
  footer {
    padding: 2.3em 0 2em;
  }
  footer .inner {
    width: 91vw;
  }
  footer .list--support {
    margin: 0 auto 5.3em;
    border-bottom: solid 1px #189e5a;
  }
  footer .list--support dt {
    position: relative;
    padding-bottom: 0.6em;
    color: #189e5a;
    font-family: corporate-a-std-urw-cond, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    pointer-events: all;
  }
  footer .list--support dt::before, footer .list--support dt::after {
    background: #189e5a;
    transition: 0.2s ease-in;
  }
  footer .list--support dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(0deg);
  }
  footer .list--support dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(90deg);
  }
  footer .list--support dt.open::before {
    transform: rotate(0deg);
  }
  footer .list--support dt.open::after {
    transform: rotate(0deg);
  }
  footer .list--support dd ul {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 0;
    line-height: 0;
    border-top: solid 1px #189e5a;
    text-align: center;
    transition-duration: 0.3s;
  }
  footer .list--support dd ul li {
    display: block;
    margin-bottom: 1.5em;
    font-size: 11px;
  }
  footer .list--support dd ul li:first-of-type {
    margin-top: 1.5em;
  }
  footer .list--support dd.open-contents ul {
    opacity: 1;
    height: auto;
    padding: 1em 0;
    line-height: normal;
  }
  footer .copyright {
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  body:not(.page--home) footer {
    padding: 5em 0 2em;
  }
  .swiper-button-next {
    margin-left: 2.6vw;
  }
  .swiper-button-prev {
    margin-right: 2.6vw;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
  .date {
    font-size: 12px;
  }
  .category {
    font-size: 11px;
    line-height: 1.2;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .list--info li {
    margin-bottom: 1.7em;
  }
  .list--info li a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
  .list--info li a .block--tit {
    margin: 0;
  }
  .list--info li a .tit {
    font-size: 13px;
  }
  .list--info li a .date {
    display: block;
    margin-right: 2.75em;
  }
  .list--info li a .date p {
    display: inline-block;
    font-size: 12px;
    text-align: left;
  }
  .list--info li.new .date::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0.2em;
    margin-left: 0.35em;
  }
  .list--contents, .list--photo {
    margin: 0 auto;
  }
  .list--contents li, .list--photo li {
    width: 49%;
    margin-bottom: 2em;
    margin-right: 2%;
  }
  .list--contents li:nth-of-type(2n), .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a .block--thumb, .list--photo li a .block--thumb {
    margin-bottom: 0.8vw;
  }
  .list--contents li a .date, .list--photo li a .date {
    margin-top: 0.4em;
  }
  .list--contents li a .category, .list--photo li a .category {
    margin-top: 0.4em;
  }
  .list--contents li.new .date::after, .list--photo li.new .date::after {
    content: "";
    display: inline-block;
    position: static;
    width: 5px;
    height: 5px;
    margin-left: 0.35em;
    vertical-align: 7%;
  }
  body:not(.page--home).page--detail .list--photo li {
    margin-bottom: 1.25%;
  }
  li.no-data {
    padding: 2em 0;
    text-align: left;
  }
  .block--nav__category {
    margin-bottom: 2em;
  }
  .block--nav__category li {
    margin-right: 0.6em;
    margin-bottom: 0.6em;
  }
  .block--nav__category li a {
    padding: 0.3em 1em;
    line-height: 1.3;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 36px;
  }
  .section--list .section-tit__sub,
  .section--detail .section-tit__sub {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .section--list .txt .ph,
  .section--detail .txt .ph {
    margin: 1.5em auto;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 1em;
  }
  .section--detail .tit {
    font-size: 18px;
    margin-bottom: 1.2em;
  }
  .txt--list {
    margin: 0 auto 0;
  }
  .txt--list p, .txt--list li {
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .txt--list p::before, .txt--list li::before {
    margin-left: -1em;
  }
  .page--home .section--top {
    margin-bottom: 4.5em;
  }
  .page--home .section--top .block--tit {
    width: 70vw;
    margin: 4em auto 3em;
  }
  .page--home .section--top .block--keyvisual {
    width: 80vw;
    margin: 0 auto 3.6em;
  }
  .page--home .section--top .block--keyvisual img {
    width: 100%;
  }
  .page--home .section--top .lang-wrap {
    text-align: center;
  }
  .page--home .section--top .block--nav__members {
    width: 62vw;
    min-width: 232px;
    max-width: 310px;
    margin-bottom: 4em;
  }
  .page--home .section--top .block--nav__members .nav--entry a {
    padding: 1.1em;
  }
  .page--home .section--top .block--nav__members .nav--entry a::after {
    right: 1em;
    bottom: -0.4em;
  }
  .page--home .section--top .block--nav__members .nav--entry a .txt--main {
    margin-bottom: 0.6em;
    font-size: 16px;
  }
  .page--home .section--top .block--nav__members .nav--entry a .txt--main::before {
    display: none;
    top: 40%;
    right: -3.7em;
    width: 3em;
    height: 1px;
  }
  .page--home .section--top .block--nav__members .nav--entry a .txt--sub {
    font-size: 10px;
    line-height: 1.5;
  }
  .page--home .section--top .block--nav__members .nav--login a {
    margin-top: 1.6em;
    margin-left: 1.1em;
  }
  .page--home .section--top .block--nav__members .nav--login a .txt--main {
    font-size: 20px;
  }
  .page--home .section--top .block--nav__members .nav--login a .txt--main::before {
    top: 40%;
    right: -3.7em;
    width: 3em;
    height: 1px;
  }
  .page--home .section--top .block--nav__members .nav--login a .txt--sub {
    font-size: 10px;
    line-height: 1.5;
  }
  .page--home .block--nav--item {
    width: 65vw;
    min-width: 320px;
    max-width: 340px;
    margin-top: 1em;
    margin-left: auto;
  }
  .page--home .block--nav--item a {
    margin-bottom: 0.6em;
  }
  .page--home .block--nav__ec {
    width: 65vw;
    min-width: 320px;
    max-width: 340px;
    margin-left: auto;
  }
  .page--home .block--nav__ec a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: 1em 0;
  }
  .page--home .block--nav__ec a::after {
    left: 1em;
    bottom: -0.4em;
  }
  .page--home .block--nav__ec a .block--thumb {
    width: 5.6em;
    margin: -1.6em 1.2em 0 0;
  }
  .page--home .block--nav__ec a .block--txt {
    width: calc(100% - 4.6em);
  }
  .page--home .block--nav__ec a .block--txt .txt--main {
    width: calc(100% + 0.4em);
    margin-bottom: 0.7em;
    margin-left: -0.4em;
    padding: 0.32em;
    font-size: 16px;
    line-height: 1.2;
  }
  .page--home .block--nav__ec a .block--txt .txt--sub {
    width: 90%;
    margin: 0 auto 1em;
    font-size: 10px;
    line-height: 1.5;
  }
  .page--home .section--news {
    width: 91vw;
    margin: 0 auto 6em;
  }
  .page--home .section--news .area--tit {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.8em;
  }
  .page--home .section--news .section-tit {
    font-size: 40px;
    text-align: left;
  }
  .page--home .section--news .list--info {
    width: 100%;
  }
  .page--home .section--news .no-data {
    width: 100%;
    text-align: center;
  }
  .page--home .section--pickup {
    width: 91vw;
    margin: 0 auto 6em;
  }
  .page--home .section--pickup .section-tit {
    margin-bottom: 4vw;
    font-size: 30px;
    text-align: left;
  }
  .page--home .section--pickup .list--pickup li {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 5%;
  }
  .page--home .section--pickup .list--pickup li .inner {
    padding: 2em;
  }
  .page--home .section--pickup .list--pickup li .tit {
    font-size: 15px;
    text-align: center;
  }
  .page--home .section--pickup .list--pickup li .block--thumb {
    width: 100%;
    margin-bottom: 3%;
  }
  .page--home .section--pickup .list--pickup li .txt--more {
    margin-top: 5vw;
    font-size: 14px;
  }
  .page--home .section--pickup .list--pickup li:first-of-type:last-of-type {
    margin: 0 auto;
  }
  .page--home .link--contents {
    width: 91vw;
    margin: 0 auto 4.6em;
  }
  .page--home .link--contents .inner {
    padding: 2.6em 0;
  }
  .page--home .link--contents .inner .section-tit {
    margin-bottom: 0.1em;
    font-size: 40px;
  }
  .page--home .link--contents .inner .txt {
    margin-bottom: 1.6em;
    font-size: 13px;
  }
  .page--home .section--movie {
    width: 91vw;
    margin: 0 auto 3.2em;
  }
  .page--home .section--movie .section-tit {
    margin-right: -2.3%;
    margin-bottom: -0.36em;
    font-size: 60px;
    text-align: right;
  }
  .page--home .section--movie .list--contents li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .page--home .section--movie .list--contents li .block--thumb {
    margin-bottom: 0.8em;
  }
  .page--home .section--movie .list--contents li .tit {
    font-size: 13px;
  }
  .page--home .section--movie .list--contents li .date {
    margin-top: 0.4em;
    font-size: 12px;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1), .page--home .section--movie .list--contents li:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1) .block--thumb, .page--home .section--movie .list--contents li:nth-of-type(2) .block--thumb {
    margin-bottom: 0.8em;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1) .tit, .page--home .section--movie .list--contents li:nth-of-type(2) .tit {
    font-size: 13px;
  }
  .page--home .section--movie .list--contents li:nth-of-type(1) .date, .page--home .section--movie .list--contents li:nth-of-type(2) .date {
    margin-top: 0.4em;
    font-size: 12px;
  }
  .page--home .section--movie .list--contents li:nth-of-type(2n+4) {
    margin-right: 0;
  }
  .page--home .section--movie .viewall {
    margin-top: 2.2em;
    text-align: right;
    transition: 0.5s ease 0.5s;
  }
  .page--home .section--gallery {
    width: 91vw;
    margin: 0 auto 4.6em;
  }
  .page--home .section--gallery .section-tit {
    margin-left: -1.7%;
    margin-bottom: -0.3em;
    font-size: 50px;
    text-align: left;
  }
  .page--home .section--gallery .list--contents {
    display: block;
  }
  .page--home .section--gallery .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--home .section--gallery .list--contents li:last-of-type {
    margin-bottom: 0;
  }
  .page--home .section--gallery .list--contents li .block--thumb--wrap {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .page--home .section--gallery .list--contents li .block--txt {
    width: 100%;
  }
  .page--home .section--gallery .list--contents li .block--txt .tit {
    font-size: 16px;
  }
  .page--home .section--gallery .list--contents li .block--txt .tit a {
    line-height: 1.3;
  }
  .page--home .section--profile {
    width: 91vw;
    margin: 0 auto 2.3em;
  }
  .page--home .section--profile .area--tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 1.4em;
  }
  .page--home .section--profile .section-tit {
    width: 35%;
  }
  .page--home .section--profile .txt {
    width: 100%;
    font-size: 10px;
  }
  .page--home.nologin .section--top .inner .block--keyvisual {
    width: 75vw;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 2em;
  }
  #block--ec {
    width: 91vw;
    max-width: 850px;
    margin: 0 auto 5em;
  }
  #block--ec .block--thumb {
    width: 100%;
    margin-bottom: 2.5em;
    padding: 1.1em 1em;
  }
  #block--ec .block--thumb .txt--main {
    margin-bottom: 0.5em;
    color: #e2e2e2;
    font-family: corporate-a-std-urw-cond, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 30px;
    text-align: center;
    line-height: 1.1;
  }
  #block--ec .block--thumb img {
    width: 45%;
    margin: 0 auto 0.9em;
  }
  #block--ec .block--thumb .txt {
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
  }
  #block--ec .block--txt .txt--sub {
    width: 88%;
    margin: 0 auto 3em;
  }
  #block--ec .block--txt .txt--sub dt {
    display: block;
    width: 100%;
    margin-bottom: 0.9em;
    font-size: 15px;
    text-align: left;
  }
  #block--ec .block--txt .txt--sub dd p {
    margin-bottom: 0.8em;
    font-size: 13px;
  }
  #block--ec .block--txt .txt--sub dd span {
    font-size: 10px;
  }
  #block--ec .block--txt .btn {
    margin-bottom: 2.5em;
  }
  #block--ec .block--txt .btn a {
    font-size: 16px;
  }
  .lang--en #block--ec .block--thumb img {
    width: 50%;
    margin: 0 auto;
  }
  .block--expire {
    margin: 0 auto 3em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .block--expire .notice {
    margin-bottom: 1em;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: -4px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 93%;
    padding: 0 6%;
  }
  .page--info .section--detail .txt {
    margin-top: 3em;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--photo .section--list .section-tit__sub {
    font-size: 36px;
  }
  .page--movie.page--movie .section--list .block--category-list .list--contents {
    gap: 3%;
  }
  .page--movie.page--movie .section--list .block--category-list .list--contents li {
    margin-right: 0;
  }
  .page--movie.page--movie .inner_more_movies .tit {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 0.2em;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 30px auto;
  }
  .page--movie .section--detail .txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page--movie .section--detail .txt--sub {
    margin-top: 2em;
  }
  .page--movie .area--more-info .block--tab .item__ico span {
    display: block;
    border-bottom: 1px dashed #4d6b75;
    padding: 0 0 15px;
    margin: 0 0 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 2.5em;
    border-radius: 10px;
    border-top-left-radius: 50px;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__question {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 10px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.4;
  }
  .page--support .section--detail .tit {
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.4em;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1em;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: -0.1rem;
  }
  .page--faq .searchBox {
    width: 100%;
    max-width: 100%;
  }
  .page--faq .popup-inner .box .tit {
    font-size: 16px;
  }
  .page--faq .popup-inner .box .contactList li a {
    display: block;
    padding: 1em;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
  .page--faq .popup-inner .box .contactList li a:hover {
    color: #e2e2e2;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--questionnaire main > section {
    margin: 0 auto 5em;
  }
  .page--questionnaire .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
  }
  .page--questionnaire .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .tit {
    font-size: 14px;
  }
  .page--questionnaire .input--half {
    width: 100% !important;
  }
  .page--questionnaire .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--confirm {
    padding: 16px;
  }
  .section--detail.page--entry .logo {
    width: 50%;
    margin: 0 auto 4em;
  }
  .section--detail.page--entry .txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 2.5em;
    font-size: 13px;
    line-height: 1.8;
  }
  .section--detail.page--entry .photo_card {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 2em auto;
  }
  .section--detail.page--entry .block-tit {
    margin-bottom: 0.5em;
    font-size: 22px;
  }
  .section--detail.page--entry .block-tit.jp {
    font-size: 18px;
  }
  .section--detail.page--entry .block--contents {
    margin-bottom: 3em;
  }
  .section--detail.page--entry .list--content li {
    width: 100%;
    margin-top: 1.5em;
    padding: 6vw 6.6vw;
  }
  .section--detail.page--entry .list--content li:last-of-type {
    margin-bottom: 0;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 2vw;
    font-size: 15px;
  }
  .section--detail.page--entry .list--content li .btn {
    margin-top: 1em;
  }
  .section--detail.page--entry .block--spec {
    margin-bottom: 4em;
  }
  .section--detail.page--entry .block--spec .inner {
    border-collapse: separate;
    border-spacing: 0;
  }
  .section--detail.page--entry .block--spec .inner tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .section--detail.page--entry .block--spec .inner tr td, .section--detail.page--entry .block--spec .inner tr th {
    width: 100%;
    padding: 1.5em;
    font-size: 13px;
  }
  .section--detail.page--entry .block--spec .inner tr td {
    font-size: 13px;
  }
  .section--detail.page--entry .block--spec .inner tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 11px;
  }
  .section--detail.page--entry #block--ec {
    width: 100%;
    margin: 0 auto 4em;
  }
  .section--detail.page--entry #block--ec .block--txt .txt--sub dt {
    margin-bottom: 1em;
    text-align: left;
  }
  .section--detail.page--entry #block--ec .block--txt .txt--sub dd {
    margin-bottom: 2em;
  }
  .section--detail.page--entry #block--ec .btn {
    margin-top: 2em;
  }
  .section--detail.page--entry #block--ec .block--thumb .txt--main {
    color: #e2e2e2;
  }
  .section--detail.page--entry .block--login {
    margin: 10vw auto;
  }
  .section--detail.page--entry .block--login .block--inner {
    padding: 0 2vw 0;
    margin-bottom: 2vw;
    text-align: center;
  }
  .section--detail.page--entry .block--login .block--inner .txt--basic {
    font-size: 13px;
  }
  .section--detail.page--entry .block--login .block--inner .txt--basic span {
    font-size: 3vw;
  }
  .section--detail.page--entry .block--login .block--inner .btn span {
    display: block;
    margin-top: 10px;
    font-size: 11px;
  }
  .section--detail.page--entry .block--login .block--inner .txt--sub {
    margin-bottom: 6vw;
  }
  .section--detail.page--entry .block--txt--link {
    margin-top: 4em;
    font-size: 0.9em;
  }
  .section--detail.page--entry .block--txt--link a {
    font-size: 1em;
  }
  .section--detail.page--entry .block--registration, .section--detail.page--entry .block--attention {
    margin-top: 6vw;
    margin-bottom: 6vw;
    padding: 5vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block--registration .tit, .section--detail.page--entry .block--attention .tit {
    font-size: 16px;
  }
  .section--detail.page--entry .block--registration #section--entry, .section--detail.page--entry .block--attention #section--entry {
    margin-top: 5em;
  }
  .section--detail.page--entry .block--registration #section--entry .tit, .section--detail.page--entry .block--attention #section--entry .tit {
    font-size: 14px;
  }
  .section--detail.page--entry .block--registration strong, .section--detail.page--entry .block--attention strong {
    font-weight: bold;
    font-size: 16px;
  }
  .section--detail.page--entry .block--registration .sub--txt {
    text-align: center;
  }
  /* terms popup
  ------------------------------ */
  .popup-inner {
    padding: 0;
  }
  .popup-inner .tit {
    font-size: 15px;
  }
  /* payment_regist_card_auto:feature
  ------------------------------ */
  .page--payment_regist_card_auto .logo {
    width: 25vw;
    max-width: 200px;
    margin: calc(20px + 1.5em) auto;
  }
  .page--payment_regist_card_auto .section--detail {
    padding: 0 5%;
  }
  .page--payment_regist_card_auto .section-tit {
    margin-bottom: 1em !important;
    font-size: 20px !important;
    line-height: 1.3;
  }
  .page--payment_regist_card_auto .section--select {
    margin-top: 2em;
  }
  .page--payment_regist_card_auto .section--select .txt--main {
    font-size: 16px;
  }
  .page--payment_regist_card_auto .section--select > li {
    margin-bottom: 2em;
    padding: 2em 1.5em;
  }
  .page--payment_regist_card_auto .txt--list {
    margin: 2em auto 0;
  }
  .page--payment_regist_card_auto .txt--list p {
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--payment_regist_card_auto .txt--list p::before {
    margin-left: -1em;
  }
  .page--payment_regist_card_auto .tit--menu {
    margin-bottom: 0.2em;
    font-size: 11px;
    line-height: 1.3;
  }
  .page--payment_regist_card_auto .block--payment {
    margin-top: 2em;
  }
  .page--payment_regist_card_auto .list--payment {
    margin: 0 auto 1em;
  }
  .page--payment_regist_card_auto .list--payment li img {
    width: 15%;
    padding-top: 4px;
  }
  .page--payment_regist_card_auto .txt--list__notice {
    font-size: 11px;
  }
  .page--payment_regist_card_auto .block--txt__info {
    margin-top: 2em;
  }
  .page--payment_regist_card_auto .block--txt__info dl {
    padding: 1em;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:first-of-type {
    font-size: 14px;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) {
    margin-top: 1em;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) p {
    margin-top: 0.6em;
    font-size: 12px;
  }
  .page--payment_regist_card_auto .block--txt__info dl > dd:nth-of-type(2) span {
    font-size: 11px;
  }
  .page--payment_regist_card_auto .btn--chevron {
    font-size: 13px;
  }
  /* payment_about_autocontinue:feature
  ------------------------------ */
  .page--payment_about_autocontinue .logo {
    width: 25vw;
    max-width: 200px;
    margin: calc(20px + 1.5em) auto;
  }
  .page--payment_about_autocontinue .section--detail {
    padding: 0 5%;
  }
  .page--payment_about_autocontinue .section-tit {
    margin-bottom: 1em !important;
    font-size: 20px !important;
    line-height: 1.3;
  }
  .page--payment_about_autocontinue .section--select .txt--main {
    font-size: 16px;
  }
  .page--payment_about_autocontinue .section--select li {
    margin-bottom: 2em;
    padding: 2em 1em;
  }
  .page--payment_about_autocontinue .txt--list {
    margin: 2em auto 0;
  }
  .page--payment_about_autocontinue .txt--list p {
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .page--payment_about_autocontinue .txt--list p::before {
    margin-left: -1em;
  }
  .section--detail.page--about_payauto .txt--lead .block--photo {
    margin: 2em auto 0;
  }
  .section--detail.page--about_payauto .section--inner {
    margin-top: 3em;
    margin-bottom: 1em;
    padding: 1.5em 1em;
  }
  .section--detail.page--about_payauto .block--howto {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  .section--detail.page--about_payauto .block--howto .txt--lead {
    margin-bottom: 1.5em;
    text-align: left;
  }
  .section--detail.page--about_payauto .block--howto .txt--list__notice {
    margin-bottom: 0.6em;
  }
  .section--detail.page--about_payauto .block--howto .txt--list li {
    margin-bottom: 0;
  }
  /* language change
  ------------------------------ */
  body:not(.page--home) .block--nav .langSelector {
    display: inline-block;
    margin: 0 auto;
  }
  body:not(.page--home) .nologin--lang--sp {
    position: absolute;
    top: 20px;
    right: 4vw;
  }
  body.page--home.lang .block--nav__members .nav--entry a .txt--main {
    font-size: 19px;
  }
  body.page--home .block--nav .langSelector {
    display: inline-block;
  }
  body.page--home .langSelector {
    display: block;
    text-align: center;
  }
  body.page--home .langSelector .lang-wrap {
    display: inline-block;
  }
  body.page--home .nologin--lang--sp {
    display: none;
  }
  .langSelector {
    position: initial;
    display: inline-block;
    margin-bottom: 30px;
  }
  .langSelector .easy-select-box {
    min-width: 210px;
  }
  .langSelector .easy-select-box .esb-dropdown {
    top: 35px;
    padding: 15px;
  }
  .langSelector .easy-select-box .esb-dropdown .esb-item {
    margin-bottom: 25px;
  }
  body.page--magazine .pinch-zoom {
    animation-name: magazineOpacity;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes magazineOpacity {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  body.page--magazine body {
    box-sizing: border-box;
    height: auto;
    margin: 0;
  }
  body.page--magazine .sectionTit {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
  body.page--magazine .guide {
    margin-bottom: 2em;
    text-align: center;
  }
  body.page--magazine .guide img {
    width: 1.5em;
    height: 1.5em;
    margin: 0.2em 0.3em 0 0;
  }
  body.page--magazine .guide p {
    display: inline;
  }
  body.page--magazine .wrap--contents {
    position: relative;
  }
  body.page--magazine .slick01 {
    width: 80vw;
    margin: 0 auto;
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }
  body.page--magazine .slick-slide {
    width: 50%;
    margin: 0 auto;
  }
  body.page--magazine .slick-slide img {
    width: 100%;
    height: auto;
  }
  body.page--magazine .slick-initialized .slick-slide {
    height: 94.88vw;
  }
  body.page--magazine .slick-prev, body.page--magazine .slick-next {
    position: absolute;
    bottom: -50px;
    z-index: 5;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-family: corporate-a-std-urw-cond, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    outline: none;
  }
  body.page--magazine .slick-prev {
    right: calc(50% + 40px);
  }
  body.page--magazine .slick-next {
    left: calc(50% + 40px);
  }
  body.page--magazine .popup--btn {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 9;
    color: #997F52;
    font-family: corporate-a-std-urw-cond, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    transform: translateX(-50%);
  }
  body.page--magazine .p-goto-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding: 130px 0;
    background: rgba(0, 0, 0, 0.9);
  }
  body.page--magazine #modalArea {
    display: none;
  }
  body.page--magazine .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  body.page--magazine .p-goto-nav__lists {
    width: 80vw;
    margin: 0 auto;
    justify-content: space-between;
    padding-left: 0;
    color: #997F52;
  }
  body.page--magazine .p-goto-nav__lists::after {
    content: "";
    display: block;
    width: 26vw;
  }
  body.page--magazine .p-goto-nav__lists li {
    width: 12vw;
    height: 2.5em;
    font-size: 17px;
    text-align: center;
    list-style: none;
  }
  body.page--magazine .slick-num {
    margin-top: 10px;
    text-align: center;
  }
  body.page--magazine .index--drawer__btn {
    position: fixed;
    top: 4%;
    right: 30px;
    z-index: 15;
    width: 50px;
    height: 40px;
  }
  body.page--magazine .drawer__btn-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span:first-child {
    top: 50%;
    transform: rotate(15deg);
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span:last-child {
    top: 50%;
    transform: rotate(-15deg);
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #997F52;
  }
  body.page--magazine .modaal-wrapper .modaal-close {
    width: 90px;
    height: 26px;
    margin: 3vh 0 0 0;
    background: url(/static/oneokrock/fanclub/magazine/2024/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.page--magazine .modaal-close:before, body.page--magazine .modaal-close:after {
    display: none !important;
  }
  body.page--magazine .pswp__button.pswp__button--close svg.pswp__icn {
    display: none;
  }
  body.page--magazine .pswp__counter, body.page--magazine .pswp__preloader, body.page--magazine .pswp__button--zoom, body.page--magazine .pswp__button--arrow, body.page--magazine .langSelector {
    display: none !important;
  }
  body.page--magazine .modaal-inner-wrapper {
    padding: 0 !important;
  }
  body.page--magazine .modaal-container {
    background: none !important;
  }
  body.page--magazine .modaal-content-container {
    padding: 0 !important;
  }
  /*  effect MOBILE ONLY
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 500px) {
  body.page--magazine {
    height: auto;
    margin: 0;
    box-sizing: border-box;
  }
  body.page--magazine .sectionTit {
    margin-bottom: 2em;
    text-align: center;
  }
  body.page--magazine .guide {
    margin-bottom: 2em;
    text-align: center;
  }
  body.page--magazine .guide img {
    width: 1.3em;
    height: 1.3em;
    margin: 0.2em 0.5em 0 0;
  }
  body.page--magazine .guide p {
    display: inline-block;
  }
  body.page--magazine .guide p.pc {
    display: none;
  }
  body.page--magazine .guide p.tab {
    display: inline-block;
  }
  body.page--magazine .wrap--contents {
    position: relative;
  }
  body.page--magazine .slick01 {
    width: 60vw;
    margin: 0 auto;
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }
  body.page--magazine .slick-slide {
    width: 50%;
    margin: 0 auto;
  }
  body.page--magazine .slick-slide img {
    width: 100%;
    height: auto;
  }
  body.page--magazine .slick-initialized .slick-slide {
    height: 35.58vw;
  }
  body.page--magazine .slick-prev, body.page--magazine .slick-next {
    position: absolute;
    z-index: 5;
    bottom: -50px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #e2e2e2;
    font-family: corporate-a-std-urw-cond, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    transition: all 0.3s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    outline: none;
  }
  body.page--magazine .slick-prev::before, body.page--magazine .slick-next::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 3em;
    height: 1px;
    background-color: #997F52;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  body.page--magazine .slick-prev::before {
    left: -3.7em;
    transform-origin: right top;
  }
  body.page--magazine .slick-next::before {
    right: -3.7em;
    transform-origin: left top;
  }
  body.page--magazine .slick-prev:hover {
    color: #997F52;
  }
  body.page--magazine .slick-next:hover {
    color: #997F52;
  }
  body.page--magazine .slick-prev:hover::before {
    transform: scaleX(1);
  }
  body.page--magazine .slick-next:hover::before {
    transform: scaleX(1);
  }
  body.page--magazine .slick-prev {
    right: calc(50% + 40px);
  }
  body.page--magazine .slick-next {
    left: calc(50% + 40px);
  }
  body.page--magazine .popup--btn {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    color: #997F52;
    font-family: corporate-a-std-urw-cond, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    transform: translateX(-50%);
    transition: color 0.3s;
    cursor: pointer;
  }
  body.page--magazine .popup--btn:hover {
    color: #e2e2e2;
  }
  body.page--magazine .p-goto-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: initial;
    z-index: 10;
    width: 450px;
    padding: 0;
    background: rgba(153, 127, 82, 0.9411764706);
    transform: translate(-50%, -50%);
  }
  body.page--magazine #modalArea {
    display: none;
  }
  body.page--magazine .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  body.page--magazine .p-goto-nav__lists {
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
    padding: 70px 20px 30px;
    color: #e2e2e2;
  }
  body.page--magazine .p-goto-nav__lists::after {
    content: "";
    display: block;
    width: 3.8em;
  }
  body.page--magazine .p-goto-nav__lists li {
    width: 3em;
    height: 2.5em;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    list-style: none;
  }
  body.page--magazine .p-goto-nav__lists li:hover {
    opacity: 0.5;
  }
  body.page--magazine .slick-num {
    margin-top: 10px;
    text-align: center;
  }
  body.page--magazine .index--drawer__btn {
    position: fixed;
    top: 4%;
    right: 30px;
    z-index: 15;
    width: 50px;
    height: 40px;
    cursor: pointer;
  }
  body.page--magazine .drawer__btn-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span:first-child {
    top: 50%;
    transform: rotate(15deg);
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span:last-child {
    top: 50%;
    transform: rotate(-15deg);
  }
  body.page--magazine .index--drawer__btn .drawer__btn-inner span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
  }
  body.page--magazine .pswp__button--close {
    width: 44px;
    height: 20px;
    margin: 10vh 5vw 0 0;
    background: url(/static/oneokrock/fanclub/magazine/2024/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.page--magazine .pswp__top-bar {
    background: transparent;
  }
  body.page--magazine .pswp__counter, body.page--magazine .pswp__preloader, body.page--magazine .pswp__button--zoom, body.page--magazine .pswp__button--arrow, body.page--magazine .pswp__button--close svg, body.page--magazine .langSelector {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-width: 599px) {
  #magazine {
    margin: 0 auto;
    padding: 0 0 20px;
  }
  #magazine .sectionTit {
    margin: 0 0 40px 0;
    text-align: center;
  }
  #magazine .content {
    text-align: center;
  }
  #magazine .content .guide {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
  #magazine .js-open-modal {
    width: 80%;
    margin: 0 auto;
  }
  #magazine #book {
    position: relative;
    margin: 0 10% 70px;
  }
  #magazine #book li:first-child {
    position: relative;
    z-index: 2;
  }
  #magazine #book li:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .pswp--svg .pswp__button.pswp__button--close,
  .pswp__button--arrow--left::before,
  .pswp--svg .pswp__button--arrow--right::before {
    background-image: url(/static/oneokrock/fanclub/magazine/default-skin.png);
  }
  .modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(36, 36, 36, 0.8);
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .modal.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .modal__content {
    position: relative;
    width: 100%;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--magazine-list .list--contents li a .list__txt .tit {
    margin-top: 1em;
    font-size: 16px;
  }
  .page--magazine-list .list--contents li a .list__txt .block--sub--info {
    margin-top: 1em;
  }
  .page--magazine-list .list--contents li a .list__txt .block--sub--info .date {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--home.login .section--news.delighter {
    opacity: 0;
  }
  .page--home.login .section--news.started {
    opacity: 1;
    transition: opacity 0.6s 2.5s;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-height: 735px) {
  .page--home.login .section--news.started {
    transition: opacity 0.6s 0s;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) and (max-height: 1024px) {
  .page--home.login .section--news.started {
    transition: opacity 0.6s 0s;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .page--faq .popup-inner .box .tit {
    font-size: 3vw;
  }
  #magazine {
    margin: 0 auto;
    width: 70%;
    padding: 50px 0;
  }
  #magazine .sectionTit {
    margin-top: -30px;
    text-align: center;
  }
}