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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
.border-new {
  background-color: #FFF8EA;
  padding: 1%;
  border: 1px solid #B1905D;
}

html, body {
  height: 100%;
}

html {
  visibility: hidden;
}

html.wf-active, html.wfno-load {
  visibility: visible;
}

body {
  background: #FFF8EA;
  color: #B1905D;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}

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

body:not(.page--home) .wrap {
  background: #FFF8EA;
  position: relative;
}

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

img {
  width: 100%;
  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: #000;
  color: #FFF8EA;
}

::selection {
  background: #000;
  color: #FFF8EA;
}

::-moz-selection {
  background: #B1905D;
  color: #FFF8EA;
}

.svg-parts {
  display: none;
}

.section-tit, h2 {
  line-height: 1;
}

.tit {
  line-height: 1.6;
  font-weight: 600;
  word-break: break-word;
}

.date,
.category {
  display: inline-block;
}

.date {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.5em;
}

.category {
  font-size: 11px;
}

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

/* delighter */
.delighter {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.2s linear, transform 0.3s linear;
}

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

.section--list {
  position: relative;
}
.section--list .section-tit {
  font-family: "ivyora-display", sans-serif;
  font-weight: 500;
}
.section--list .section-tit.jp {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.section--list .section-tit span {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}

.section--detail .section--inner {
  background-color: #FFF8EA;
  border: 1px solid #B1905D;
  padding: 30px;
}
.section--detail .block--title {
  padding-bottom: 1.5em;
  border-bottom: 1px solid;
  margin-bottom: 1.5em;
}
.section--detail .tit {
  font-size: 20px;
  font-weight: 600;
}

.list--contents {
  justify-content: space-between;
  flex-wrap: wrap;
}

.page--error .section--detail .btn {
  text-align: center;
}

.logo a {
  display: block;
}

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

/* btn */
.btn {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.btn .btn--main,
.btn .btn--sub {
  padding: 0.9em 3em;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #B1905D;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}
.btn .btn--main {
  background-color: #B1905D;
  color: #FFF8EA;
}
.btn .btn--sub {
  color: #B1905D;
}

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

.thumb--inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* pagenation */
.block--pager {
  letter-spacing: -0.5em;
  margin: 60px 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.block--pager li {
  display: inline-block;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  margin: 0 20px;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  font-size: 17px;
  line-height: 1;
  vertical-align: middle;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
.block--pager .arrow svg {
  width: 20px;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #B1905D;
}
.block--pager .pager__item--newer {
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.block--pager .pager__item--newer.none {
  opacity: 0.5;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer .arrow {
  transform: scale(-1, 1);
}
.block--pager .pager__item--newer .pager-arrow-prev {
  fill: #B1905D;
  transform: translate(-50%, -50%) rotate(180deg);
}
.block--pager .pager__item--older {
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px;
}
.block--pager .pager__item--older.none {
  opacity: 0.5;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older .pager-arrow-next {
  fill: #B1905D;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--newer .arrow::after,
.block--pager .pager__item--older .arrow::after {
  content: "";
  color: #B1905D;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 0px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
  z-index: 10;
  top: 45%;
  left: 30%;
}
.block--pager .pager__item--current span {
  line-height: 1;
}

/* back__btn */
.back__btn--area {
  text-align: center;
  margin-top: 80px;
}
.back__btn--area .back__btn {
  display: inline-block;
  font-weight: 600;
  color: #000000;
}
.back__btn--area .back__btn svg {
  fill: #000000;
  width: 17px;
  transform: rotate(180deg) translateX(10px);
  vertical-align: -2px;
}

/* form */
.form--post dt {
  margin: 3em 0 0.5em;
  opacity: 0.5;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #d4341f;
  background: #ffdada;
  padding: 10px;
}

/* input */
input[type=text],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #B1905D;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #B1905D;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  input[type=text],
  button {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  button {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
input[type=text].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #B1905D;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #B1905D;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
@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],
  button {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
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,
button.form__error {
  background: #fff0ea;
  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,
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],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

.list__more--wrap {
  text-align: center;
}

.list__more {
  display: inline-block;
  border-radius: 5px;
  background-color: #B1905D;
  color: #FFF8EA;
  border: 1px solid #B1905D;
}
.list__more a {
  padding: 0.9em 3em;
  display: block;
}
.list__more .link--txt,
.list__more .arrow {
  display: inline-block;
}
.list__more .arrow {
  width: 20px;
  margin-left: 0.1em;
  vertical-align: middle;
}
.list__more .arrow svg {
  fill: #FFF8EA;
}
.list__more .link--txt {
  font-family: "montserrat", sans-serif;
}

.no-data {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  text-align: center;
  width: 100%;
  color: #B1905D;
}

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

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

/* textarea */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: 10em;
  border-radius: 0;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #888;
  width: 100%;
}

/* select */
.form__select {
  width: 250px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #FFF8EA;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #B1905D;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
  background: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
.form__select select.form__error {
  background: #fff0ea;
  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::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

/* 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: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
  display: inline-block;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #B1905D;
  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: #FFF8EA;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* 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: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "fot-udkakugo-large-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-width: 0.3em;
}

/* flex */
.flex--container {
  display: flex;
}

/* indent */
.large--indent {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.middle--indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.small--indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/* svg */
.join svg,
.login svg {
  fill: #B1905D;
  transition: all 0.5s 0s ease;
}

.list--information {
  border-radius: 5px;
}
.list--information li {
  border: 1px solid #B1905D;
  background-color: #fffffe;
}
.list--information li.new a {
  position: relative;
}
.list--information li.new a .new--svg {
  position: absolute;
  fill: #B1905D;
  display: block;
}
.list--information li .new--svg {
  display: none;
}
.list--information li .date {
  margin-top: 0;
}
.list--information li a .flex--container {
  align-items: center;
}
.list--information li a > .flex--container {
  justify-content: space-between;
}
.list--information li .arrow--circle {
  background-color: #B1905D;
  border: 1px solid #FFF8EA;
}
.list--information li .arrow--circle svg {
  fill: #FFF8EA;
}

.list--qa li,
.list--faq li {
  background-color: #fffffe;
  border: 1px solid #B1905D;
  border-radius: 5px;
}
.list--qa li .list__txt,
.list--faq li .list__txt {
  justify-content: space-between;
  align-items: center;
}
.list--qa li a,
.list--faq li a {
  padding: 1.2em 1em;
}
.list--qa li a .q,
.list--faq li a .q {
  font-family: "ivyora-display", sans-serif;
  vertical-align: sub;
  margin-right: 0.3em;
  line-height: 1;
}
.list--qa li a .list__txt .arrow--circle,
.list--faq li a .list__txt .arrow--circle {
  background-color: #B1905D;
  border: 1px solid #FFF8EA;
  position: relative;
}
.list--qa li a .list__txt .arrow--circle svg,
.list--faq li a .list__txt .arrow--circle svg {
  fill: #FFF8EA;
}

.arrow--circle {
  border: 1px solid;
  border-radius: 90px;
  padding: 0.1em;
  position: relative;
  background-color: #FFF8EA;
}
.arrow--circle svg {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.page--home.loadedB .header,
body.page--home.loadedB .section--hero .entry,
body.page--home.loadedB .section--hero .kiina-logo,
body.page--home.loadedB .section--hero .scroll--box,
body.page--home.loadedB .section--hero .menu--slider,
body.page--home.loadedB .section--hero .login--area.hero--login {
  opacity: 1;
}
body.page--home .header,
body.page--home .section--hero .entry,
body.page--home .section--hero .kiina-logo,
body.page--home .section--hero .scroll--box,
body.page--home .section--hero .menu--slider,
body.page--home .section--hero .login--area.hero--login {
  opacity: 0;
  transition: all 3s;
}

body.page--home .header__inner {
  justify-content: flex-end;
}

.header {
  position: fixed;
  font-weight: 500;
  z-index: 20;
}
.header .menu,
.header .close {
  font-family: "montserrat", sans-serif;
}
.header .g-nav {
  background-color: #BF9A5E;
  color: #FFF8EA;
}
.header .g-nav .list--item p {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
}
.header .join,
.header .login,
.header .mypage {
  color: #B1905D;
  background-color: #fffffe;
}
.header .join svg,
.header .login svg {
  vertical-align: sub;
}

.footer {
  width: 100%;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  color: #FFF8EA;
  background-color: #B1905D;
  position: relative;
  margin: auto auto 0;
}
.footer__list {
  display: inline-block;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer .corporate--list li {
  border: 1px solid #FFF8EA;
  border-radius: 5px;
}
.footer .corporate--list li a {
  position: relative;
}
.footer .corporate--list li a::after {
  content: " ";
  background-image: url("/static/hikawakiyoshi/fanclub/common/link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.footer .corporate--list li a {
  padding: 0.2em 1.5em;
}
.footer .copyright--box {
  align-items: end;
}
.footer .copyright--box .copyright {
  font-size: 10px;
}
.footer .copyright--box .copyright small {
  font-family: "montserrat", sans-serif;
}

body:not(.page--home) .no-data {
  opacity: 1;
}

body:not(.page--home) [id^=dust] {
  display: none;
}

.page--home.loadedB.loadedC .section--hero .scroll--box {
  transition: all 0.8s;
  opacity: 1;
}
.page--home.loadedB.loadedC .section--hero .scroll--box.fade {
  opacity: 0;
}
.page--home.load-second .header, .page--home.load-second .section--hero .entry, .page--home.load-second .section--hero .kiina-logo, .page--home.load-second .section--hero .scroll--box, .page--home.load-second .section--hero .menu--slider, .page--home.load-second .section--hero .login--area.hero--login {
  transition: all 0s;
  opacity: 1;
}
.page--home .header__logo {
  display: none;
}
.page--home .section--hero {
  position: relative;
}
.page--home .section--hero .top--movie,
.page--home .section--hero .top--image {
  display: none;
}
.page--home .section--hero .scroll--box {
  position: absolute;
  width: 76px;
  height: 76px;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  animation: scroll-y 4s infinite;
}
.page--home .section--hero .scroll--box p {
  font-family: "montserrat", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--home .section--hero .scroll--box::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(135deg);
  position: absolute;
  left: 32px;
  bottom: 1em;
}
.page--home .section--hero .box__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .section--hero .scroll {
  border-radius: 100px;
  border: 1px solid #B1905D;
  top: 50%;
  left: 50%;
  transform: scale(1);
}
.page--home .section--hero .entry {
  font-weight: 600;
  position: absolute;
}
.page--home .section--hero .entry--txt {
  position: relative;
}
.page--home .section--hero .entry .arrow-area {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  transform: translateY(20%);
}
.page--home .section--hero .entry .arrow-area .entry-arrow {
  max-width: initial;
  width: 190%;
  transition: all 0.5s 0s ease;
  transform: translateX(-50%);
}
.page--home .section--hero .entry .line {
  width: 100%;
  background-color: #B1905D;
}
.page--home .section--hero .entry .line--01 {
  height: 2px;
  margin-top: 10px;
}
.page--home .section--hero .entry .line--02 {
  height: 1px;
  margin-top: 5px;
}
.page--home .section--hero .slider__list--item:last-child a {
  padding: 15px 70px 15px 20px;
}
.page--home .section--about .right--item h2 {
  font-family: "ivyora-display", sans-serif;
  font-weight: 500;
}
.page--home .section--banner {
  overflow: hidden;
  position: relative;
}
.page--home .section--banner .arch--wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page--home .section--banner .arch {
  position: absolute;
  top: 5vw;
  width: 100%;
  z-index: 0;
  transform: scale(1.1);
  animation: rotation 150s infinite linear;
}
.page--home .section--banner .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 248, 234, 0) 0%, rgba(255, 248, 234, 0.4962578782) 30%, rgb(255, 248, 234) 100%);
}
.page--home .section--banner .swiper-container {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.page--home .section--banner .swiper-container .swiper-slide a {
  display: block;
}
.page--home .section--banner .swiper-container .block--button-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 6%;
  position: relative;
  margin-top: 30px;
}
.page--home .section--banner .swiper-container .swiper-button-prev,
.page--home .section--banner .swiper-container .swiper-button-next {
  border-radius: 40px;
  background-color: #B1905D;
}
.page--home .section--banner .swiper-container .swiper-button-prev::before,
.page--home .section--banner .swiper-container .swiper-button-next::before {
  content: "";
  background-image: url("/static/hikawakiyoshi/fanclub/common/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.page--home .section--banner .swiper-container .swiper-button-prev::after,
.page--home .section--banner .swiper-container .swiper-button-next::after {
  display: none;
}
.page--home .section--banner .swiper-container .swiper-button-prev {
  transform: translateX(-50%);
}
.page--home .section--banner .swiper-container .swiper-button-prev::before {
  transform: rotate(180deg);
}
.page--home .section--banner .swiper-container .swiper-button-next {
  transform: translateX(50%);
}
.page--home .section--banner .swiper-container .swiper-pagination {
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--home .section--banner .swiper-container .swiper-button-lock + .progress-bar {
  display: none;
}
.page--home .section--banner .swiper-container .no-carousel .block--carousel-nav {
  display: none;
}
.page--home .section--banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.page--home .section--banner .swiper-container .progress-bar {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: #E0E0E0;
  cursor: pointer;
}
.page--home .section--banner .swiper-container .progress-bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #a1a1a1;
  transform-origin: left;
}
.page--home .section--banner .swiper-container .progress-bar.swiper-pagination-bullet-active::after {
  background: #B1905D;
}
.page--home .section--banner .swiper-container .progress-bar.swiper-pagination-bullet.swiper-pagination-bullet-active.progress-bar::after {
  animation: effect--progress-bar 0.4s linear forwards;
}
.page--home .section--banner .swiper-container .progress-bar__inner {
  background: transparent;
}
.page--home .section--banner.no-swiper01 .block--button-nav, .page--home .section--banner.no-swiper00 .block--button-nav {
  display: none;
}
.page--home .section--banner .background--ornament {
  position: absolute;
}
.page--home .section--info .block--info {
  position: relative;
}
.page--home .section--info .background--ornament {
  position: absolute;
  z-index: -1;
}
.page--home .fc--contents {
  position: relative;
  background: #FFF8EA;
}
.page--home .fc--contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: repeat top left url("/static/hikawakiyoshi/fanclub/top/texture.webp");
  background-size: contain;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.page--home .fc--contents .contents--inner {
  position: relative;
  z-index: 10;
}
.page--home .fc--contents section.section--blog li.new .date, .page--home .fc--contents section.section--movie li.new .date, .page--home .fc--contents section.section--photo li.new .date {
  position: relative;
}
.page--home .fc--contents section.section--blog li.new .date::after, .page--home .fc--contents section.section--movie li.new .date::after, .page--home .fc--contents section.section--photo li.new .date::after {
  content: "";
  background-image: url("/static/hikawakiyoshi/fanclub/common/icon-new02.png");
  width: 60px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  transform: translate(140%, -30%);
}
.page--home .fc--contents section .arrow--circle {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #B1905D;
}
.page--home .fc--contents section .arrow--circle svg {
  fill: #FFF8EA;
}
.page--home .fc--contents section .thumb img {
  aspect-ratio: 16/11;
  transition: all 0.5s 0s ease;
}
.page--home .fc--contents section .left--item {
  width: calc(100% - 30px);
}
.page--home .fc--contents section.section--blog .thumb--inner.nologin img,
.page--home .fc--contents section.section--blog .thumb.nologin img, .page--home .fc--contents section.section--photo .thumb--inner.nologin img,
.page--home .fc--contents section.section--photo .thumb.nologin img {
  filter: blur(20px);
}
.page--home .fc--contents section.section--blog .thumb--inner.nologin::before,
.page--home .fc--contents section.section--blog .thumb.nologin::before, .page--home .fc--contents section.section--photo .thumb--inner.nologin::before,
.page--home .fc--contents section.section--photo .thumb.nologin::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/hikawakiyoshi/fanclub/common/cover_logo.svg) no-repeat center center;
  mix-blend-mode: screen;
  opacity: 50%;
  background-size: 60%;
}
.page--home .fc--contents section.section--blog .thumb--inner.nologin::after,
.page--home .fc--contents section.section--blog .thumb.nologin::after, .page--home .fc--contents section.section--photo .thumb--inner.nologin::after,
.page--home .fc--contents section.section--photo .thumb.nologin::after {
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
}
.page--home .fc--contents section.section--qa .tit {
  margin-bottom: 0;
}
.page--home .tit-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.page--home .tit-wrap .ruby--box {
  justify-content: center;
  align-items: center;
}
.page--home .tit-wrap .ruby {
  font-weight: 600;
  text-align: center;
}
.page--home .tit-wrap .section-tit {
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
}

.page--info .section--detail .section--inner {
  background-color: #ffffff;
}
.page--info .section--detail .section--inner .txt {
  color: #000000;
}
.page--info .section--detail .block--share .txt--sub {
  font-weight: 700;
}
.page--info .section--detail .block--share li {
  margin-left: 0.8em;
  color: #000000;
}

.page--movie.new-movie .section--list .thumb .arrow--circle,
.page--movie.new-movie .section--detail .thumb .arrow--circle {
  position: absolute;
  background-color: #B1905D;
}
.page--movie.new-movie .section--list .thumb .arrow--circle svg,
.page--movie.new-movie .section--detail .thumb .arrow--circle svg {
  fill: #FFF8EA;
}
.page--movie.new-movie .section--list .list--contents::after {
  display: none;
}
.page--movie.new-movie .section--list .list--contents li.new .date {
  position: relative;
}
.page--movie.new-movie .section--list .list--contents li.new .date::after {
  content: "";
  background-image: url("/static/hikawakiyoshi/fanclub/common/icon-new02.png");
  width: 60px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  transform: translate(140%, -30%);
}
.page--movie.new-movie.page-movie-detail .section--detail .vjs-audio.vjs-has-started .vjs-poster {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .vjs-audio .vjs-poster {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .vjs-big-play-button {
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
  font-weight: 600;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
  font-size: 13px;
}

.list--photo, .list--photo-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list--photo li, .list--photo-blog li {
  position: relative;
}
.list--photo li > a, .list--photo-blog li > a {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  -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 .block--thumb, .list--photo-blog li .block--thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #FFF8EA;
  transition: border-radius 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0s, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.list--photo li .block--thumb img, .list--photo-blog li .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  line-height: 0;
  transition: border-radius 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.list--photo li .block--thumb img.thumb--noimage, .list--photo-blog li .block--thumb img.thumb--noimage {
  background-size: cover;
}
.list--photo li .block--thumb .blur, .list--photo-blog li .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.list--photo li .block--thumb .blur img, .list--photo-blog li .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--photo li .tit, .list--photo-blog li .tit {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  color: #BF9A5E;
  word-break: break-word;
}
.list--photo li .date, .list--photo-blog li .date {
  display: block;
  color: #BF9A5E;
}

.page--photo .list--photo li.new::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  background: url(/static/hikawakiyoshi/fanclub/common/icon-new.svg) no-repeat center center;
  background-size: contain;
  animation: effect--rotate 12s infinite;
}
.page--photo .list--photo li .block--thumb {
  border: solid 24px #CBB798;
}
.page--photo .list--photo li:last-child .block--thumb img {
  background-position-y: bottom;
}
@keyframes effect--rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page--photo.page--photo--detail .section--list {
  position: static;
}
.page--photo.page--photo--detail .block--tit .section-tit {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}

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

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

#swipebox-overlay {
  background: #BF9A5E;
}
#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%;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #ffffff;
  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%;
  background: none;
  color: #ffffff;
  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--blog .section--detail .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.page--blog .section--detail .block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page--blog.photo-blog .block--writer .block--writer--inner {
  display: flex;
  align-items: center;
}
.page--blog.photo-blog .block--writer .icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.page--blog.photo-blog .block--writer .icon > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.page--blog.photo-blog .block--writer .icon .blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transform: scale(1.5);
}
.page--blog.photo-blog .block--writer .icon .blur img {
  width: 100%;
  background-size: cover;
}
.page--blog.photo-blog .block--writer .writer-name {
  display: inline-block;
  position: relative;
  margin-bottom: -0.2em;
}
.page--blog.photo-blog .section--list .list--contents li {
  position: relative;
  width: calc(33.3333333333% - 0.75px);
  margin: 0 1px 1px 0;
}
.page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
  margin-right: 0;
}
.page--blog.photo-blog .section--list .list--contents li .block--thumb {
  position: relative;
  margin-bottom: 0;
}
.page--blog.photo-blog .section--list .list--contents li a {
  position: relative;
  border-radius: 10px;
}
.page--blog.photo-blog .section--list .list--contents li a .block--thumb img {
  border: none;
}
.page--blog.photo-blog .section--list .list--contents li a .block--item--info {
  margin-top: 1em;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb img {
  filter: blur(20px);
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/hikawakiyoshi/fanclub/common/cover_logo.svg) no-repeat center center;
  mix-blend-mode: screen;
  opacity: 50%;
  background-size: 70%;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb::after {
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
}
.page--blog.photo-blog .section--list .list--contents.nologin .members-only {
  position: absolute;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF8EA;
}
.page--blog.photo-blog .section--list .block--thumb img {
  background-size: cover;
}
.page--blog.photo-blog .slick-arrow {
  display: none !important;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.page--blog.photo-blog .slick-arrow.slick-next, .page--blog.photo-blog .slick-arrow.slick-next:focus, .page--blog.photo-blog .slick-arrow.slick-next:hover, .page--blog.photo-blog .slick-arrow.slick-prev, .page--blog.photo-blog .slick-arrow.slick-prev:focus, .page--blog.photo-blog .slick-arrow.slick-prev:hover {
  color: inherit;
  font-weight: bold;
}
.page--blog.photo-blog .slick-arrow.slick-disabled {
  pointer-events: none;
}
.page--blog.photo-blog .slick-dots {
  position: absolute;
}
.page--blog.photo-blog .slick-dots li {
  transition: 0.3s;
}
.page--blog.photo-blog .slick-dots li:last-of-type {
  margin-right: 0;
}
.page--blog.photo-blog .slick-dots li::before {
  content: "";
  display: block;
  opacity: 1;
  border-radius: 100%;
  border: solid 1px #FFF8EA;
  background: transparent;
}
.page--blog.photo-blog .slick-dots li.slick-active::before {
  border: solid 1px #FFF8EA;
  background: #ffffff;
}
.page--blog.photo-blog .slick-dots li button {
  display: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner {
  overflow: hidden;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt {
  display: flex;
  color: #7A623B;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt a {
  text-decoration: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt .ph {
  width: 100%;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail {
  color: #7A623B;
  border-bottom: solid 1px #7A623B;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .date {
  margin-bottom: -0.2em;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb {
  position: relative;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb {
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb img, .page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb video {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.page--blog.photo-blog .section--detail .section--detail--inner .ph {
  max-width: initial;
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
  background-color: #ffffff;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--player {
  height: auto !important;
  padding-top: 0 !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner video-js {
  position: relative !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner video {
  position: relative !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner .vjs-control-bar {
  bottom: 2em !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  cursor: pointer;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
  color: rgba(212, 52, 31, 0.4);
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i.clicked {
  animation: item_stretch_bouncy 0.4s;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .heart-sub {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .heart-sub::before {
  content: "\f004";
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like.clicked > .fa.fa-heart {
  font-weight: 900;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like.clicked > .fa.fa-heart::before {
  display: block;
}

.top,
.detail__btn {
  text-align: center;
}
.top .item--arrow,
.detail__btn .item--arrow {
  width: 1.2em;
  fill: #ffffff;
  margin-right: 0.2em;
  transform: rotate(180deg);
  vertical-align: 0;
}

.page--faq {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.page--faq ::-moz-placeholder {
  color: #ffffff;
}
.page--faq ::placeholder {
  color: #ffffff;
}
.page--faq .list--faq li {
  overflow: hidden;
}
.page--faq .list--faq li a {
  display: block;
}
.page--faq .list--faq li a .flex--container {
  align-items: center;
  justify-content: space-between;
}
.page--faq .list--faq li a .flex--container.left--item {
  width: calc(100% - 30px);
  justify-content: normal;
}
.page--faq .list--faq li a .item--contents {
  align-items: flex-start;
}
.page--faq .list--faq li .date {
  margin-right: 1em;
  font-family: "montserrat", sans-serif;
}
.page--faq .list--faq li .item--arrow {
  width: 1.5em;
}
.page--faq .section--list .block--category {
  margin-bottom: 40px;
}
.page--faq .section--list .block--category li {
  margin: 0 6px 14px 0;
  display: inline-block;
  border-radius: 20px;
  line-height: 1;
  background-color: #fffffe;
  border: 1px solid #B1905D;
  color: #B1905D;
}
.page--faq .section--list .tit--category {
  margin: 0 0 20px;
  font-weight: 600;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .section--list .searchBox {
  position: relative;
  max-width: 500px;
}
.page--faq .section--list .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #B1905D;
  border: 1px solid #B1905D;
  background-color: #fffffe;
  border-radius: 5px;
}
.page--faq .section--list .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #B1905D;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section--list .searchBox input::-moz-placeholder {
  color: #B1905D;
}
.page--faq .section--list .searchBox input::placeholder {
  color: #B1905D;
}
.page--faq .section--detail .tit--category {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.page--faq .section--detail .block--faq-detail {
  border: 1px solid #B1905D;
  padding: 25px;
  margin: 0 0 80px;
  border-radius: 10px;
  font-weight: 600;
  background-color: #ffffff;
}
.page--faq .section--detail .block--faq-detail .q {
  font-family: "ivyora-display", sans-serif;
  vertical-align: sub;
  margin-right: 0.3em;
  line-height: 1;
}
.page--faq .section--detail .block--faq-detail dt {
  font-size: 16px;
  margin: 0 0 20px;
  display: inline-block;
  font-weight: 600;
}
.page--faq .section--detail .block--faq-detail > .txt {
  padding-top: 15px;
  border-top: 1px solid #B1905D;
  font-weight: 400;
}
.page--faq .section--detail .block--faq-detail .txt span {
  color: #ffffff !important;
}
.page--faq .section--detail .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
  color: #d4341f;
  display: inline-block;
}
.page--faq .section--detail .block--faq-detail .icon--a {
  display: none;
}
.page--faq .section--detail .list--faq li a .q {
  min-width: 33px;
}
.page--faq .section--detail .list--faq .left--item {
  align-items: flex-start;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
.page--faq .footer .faq--link {
  display: none;
}

/* page--qa
------------------------------ */
.page--qa form dt {
  opacity: 1;
  font-weight: 700;
}
.page--qa form input[readonly=readonly] {
  background: none;
  padding: 0;
}
.page--qa form textarea {
  background-color: #ffffff;
  border: 1px solid #B1905D;
  color: #000000;
}
.page--qa .rule {
  background: #ad3131;
  color: #ffffff;
}
.page--qa.page--list .section--list .block--area {
  text-align: center;
}
.page--qa.page--detail .section--detail .tit--box {
  border-bottom: 1px solid #B1905D;
  padding-bottom: 40px;
}
.page--qa.page--detail .section--detail .tit--box .q {
  font-family: "ivyora-display", sans-serif;
}
.page--qa.page--done .section--detail .guide {
  text-align: center;
}

.page--questionnaire .section--list .txt--basic {
  color: #000000;
}
.page--questionnaire .section--list .txt--basic a {
  display: initial;
}
.page--questionnaire .section--list form {
  color: #000000;
}
.page--questionnaire .section--list form dt {
  font-weight: bold;
  opacity: 1;
}
.page--questionnaire .section--list .form--post,
.page--questionnaire .section--list .form--confirm {
  margin-bottom: 60px;
}
.page--questionnaire .section--list .form--post .icon--required {
  position: relative;
}
.page--questionnaire .section--list .form--post .icon--required::before {
  content: "必須";
  font-size: 11px;
  color: #ffffff;
  background: #d4341f;
  padding: 4px 8px;
  margin-left: 1em;
  border-radius: 3px;
  vertical-align: 2px;
}
.page--questionnaire .section--list input:not(.btn--main),
.page--questionnaire .section--list textarea,
.page--questionnaire .section--list select {
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
}
.page--questionnaire .section--list .input--half {
  width: 50%;
}
.page--questionnaire .section--list .form--horizontal li {
  margin-bottom: 10px;
}
.page--questionnaire .section--list .form--horizontal li:last-child {
  margin-bottom: 0;
}
.page--questionnaire .section--list .form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}
.page--questionnaire .section--list .form__radio label p::before {
  border: 1px solid #000000;
}
.page--questionnaire .section--list .label--imag label input {
  background-color: transparent;
}
.page--questionnaire .section--list .form__checkbox label p::after {
  border: 2px solid #000000;
  border-top: none;
  border-right: none;
}
.page--questionnaire .section--list .form__checkbox label p::before {
  border: 1px solid #000000;
  border-radius: 4px;
}
.page--questionnaire .section--list .txt--sub {
  text-align: center;
}
.page--questionnaire .section--list .btn {
  margin-top: 1.5em;
}
.page--questionnaire.confirm .section--list .txt {
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page--questionnaire.confirm .section--list form dt {
  margin: 2em 0 0.5em;
}
.page--questionnaire.confirm .section--list .btn {
  margin-top: 0;
}
.page--questionnaire.complete .txt--basic {
  margin-bottom: 60px;
}
.page--questionnaire.complete .btn .btn--sub {
  font-family: "montserrat", sans-serif;
}

.section--detail.page--support {
  color: #000000;
}
.section--detail.page--support a {
  display: inline-block;
}
.section--detail.page--support .section-tit {
  margin-bottom: 40px;
}
.section--detail.page--support dt {
  font-weight: 600;
}
.section--detail.page--support dd {
  margin-bottom: 2em;
}
.section--detail.page--support .txt--basic {
  margin-bottom: 40px;
}

/* page--entry
------------------------------ */
.page--entry {
  color: #404040;
}
.page--entry .lead--box {
  color: #404040;
}
.page--entry .block--login .login--list {
  justify-content: center;
}
.page--entry .block--login .login--list .list--item {
  background-color: #fff9f0;
  border: 1px solid #B1905D;
}
.page--entry .block--login .login--list .login--txt {
  font-weight: 600;
  text-align: center;
  color: #404040;
}
.page--entry .block--login .login--list .btn {
  margin-bottom: 0;
  background-color: transparent;
}
.page--entry .block--login .method--post--area {
  text-align: center;
}
.page--entry .block--login .method--post--area .method--post {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
}
.page--entry h3 {
  text-align: center;
}
.page--entry .block--benefit .benefit--list .list--item {
  background-color: #eee6d9;
}
.page--entry .block--benefit .benefit--list .list--item:nth-child(6) .illust {
  transform: translateX(12%);
}
.page--entry .block--benefit .benefit--list .list--item:nth-of-type(8) .illust {
  width: 20%;
}
.page--entry .block--benefit .benefit--list .list--item:nth-child(n+6) {
  background-color: #B1905D;
  color: #FFF8EA;
  position: relative;
}
.page--entry .block--benefit .benefit--list .list--item:nth-child(n+6)::after {
  position: absolute;
  content: "WEB限定";
  top: 30px;
  left: 0;
  font-weight: 600;
  background-color: #fffffe;
  color: #B1905D;
  padding: 0.2em 0.5em;
  border-radius: 0 5px 5px 0;
}
.page--entry .block--benefit .benefit--list .list--item .item--tit {
  font-weight: 600;
  text-align: center;
  font-family: "ivyora-display", sans-serif;
  line-height: 1.5;
}
.page--entry .block--benefit .benefit--list .list--item .item--tit span {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.page--entry .block--fee table {
  margin: 0 auto 10px;
  width: 100%;
}
.page--entry .block--fee table th {
  padding: 20px 3%;
  text-align: center;
  border: 1px solid #404040;
}
.page--entry .block--fee table td {
  border: 1px solid #404040;
  padding: 20px 3%;
}
.page--entry .block--method .method--list {
  background-color: #eee6d9;
  padding: 3%;
  justify-content: space-around;
}
.page--entry .block--method .method--list .method--item {
  font-size: 20px;
  font-weight: 600;
}
.page--entry .block--enviroment table {
  margin: 0 auto 10px;
  width: 100%;
}
.page--entry .block--enviroment table th {
  padding: 20px 3%;
  text-align: center;
  border: 1px solid #404040;
}
.page--entry .block--enviroment table td {
  border: 1px solid #404040;
  padding: 20px 3%;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  font-size: 50px;
  text-align: center;
  margin: 0 0 50px;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes scroll-y {
  0% {
    transform: translate(-50%, 10px);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0) scale(1.1);
  }
  100% {
    transform: rotate(-360deg) scale(1.1);
  }
}
@keyframes effect--progress-bar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    cursor: pointer;
  }
  .border-new {
    border-radius: 10px;
  }
  .border-new .border-new-inner {
    border-radius: 5px;
  }
  .list__more {
    transition: all 0.5s 0s ease;
  }
  .list__more:hover {
    background-color: #fffffe;
    color: #B1905D;
  }
  .list__more:hover .arrow svg {
    fill: #B1905D;
  }
  .list__more .arrow {
    width: 18px;
  }
  .list__more .arrow svg {
    transition: all 0.5s 0s ease;
  }
  .list__more .link--txt {
    font-size: 16px;
  }
  .section--list,
  .section--detail {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 220px 0 200px;
  }
  .section--list .section-tit {
    font-size: 80px;
    margin-bottom: 60px;
  }
  .section--list .section-tit span {
    font-size: 24px;
    margin-left: 1em;
  }
  .section--list .section-tit.jp {
    font-size: 40px;
  }
  .section--detail .section--inner {
    border-radius: 10px;
  }
  .section--detail .txt p {
    font-weight: 500;
  }
  /* back__btn */
  .back__btn--area .back__btn svg {
    width: 17px;
    transform: rotate(180deg) translateX(10px);
    transition: all 0.5s 0s ease;
  }
  .back__btn--area .back__btn:hover svg {
    transform: rotate(180deg) translateX(20px);
  }
  .top,
  .detail__btn {
    margin-top: 60px;
  }
  .top .item--arrow,
  .detail__btn .item--arrow {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .top:hover .item--arrow,
  .detail__btn:hover .item--arrow {
    transform: rotate(180deg) translateX(0.5em);
  }
  .btn .btn--main,
  .btn .btn--sub {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s 0s ease;
    min-width: 240px;
  }
  .btn .btn--main:hover {
    background-color: #fffffe;
    color: #B1905D;
  }
  .btn .btn--sub:hover {
    opacity: 0.5;
  }
  .tit {
    font-size: 17px;
  }
  /* svg */
  .header .login:hover svg,
  .header .join:hover svg,
  .header .mypage:hover svg {
    fill: #FFF8EA;
  }
  .tit-wrap .section-tit {
    margin-bottom: 10px;
  }
  .list--information {
    margin-bottom: 40px;
  }
  .list--information li {
    transition: all 0.5s 0s ease;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .list--information li.new a .new--svg {
    width: 70px;
    right: 80px;
    bottom: 8px;
  }
  .list--information li.new:hover a .new--svg {
    fill: #fffffe;
  }
  .list--information li:hover {
    background-color: #B1905D;
  }
  .list--information li:hover .tit,
  .list--information li:hover .date {
    color: #FFF8EA;
  }
  .list--information li:hover .arrow--circle {
    border: 1px solid #FFF8EA;
  }
  .list--information li:hover .arrow--circle svg {
    fill: #FFF8EA;
  }
  .list--information li a {
    padding: 2.5em 2em;
  }
  .list--information li a .detail--wrap, .list--information li a .item--contents.left--item {
    width: calc(100% - 40px);
  }
  .list--information li .tit {
    margin-left: 1.5em;
  }
  .list--qa li a,
  .list--faq li a {
    transition: all 0.5s 0s ease;
  }
  .list--qa li a .q,
  .list--faq li a .q {
    font-size: 26px;
  }
  .list--qa li .left--item,
  .list--faq li .left--item {
    width: calc(100% - 40px);
  }
  .list--qa li:hover a,
  .list--faq li:hover a {
    background-color: #B1905D;
  }
  .list--qa li:hover a .q,
  .list--faq li:hover a .q {
    color: #FFF8EA;
  }
  .list--qa li:hover .tit,
  .list--qa li:hover .date,
  .list--faq li:hover .tit,
  .list--faq li:hover .date {
    color: #FFF8EA;
  }
  .list--qa li:hover .arrow--circle,
  .list--faq li:hover .arrow--circle {
    border: 1px solid #FFF8EA;
  }
  .list--qa li:hover .arrow--circle svg,
  .list--faq li:hover .arrow--circle svg {
    fill: #FFF8EA;
  }
  .arrow--circle {
    width: 40px;
    height: 40px;
  }
  .arrow--circle svg {
    fill: #B1905D;
  }
  .header {
    font-size: 17px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
  }
  .header__inner {
    width: 100%;
    justify-content: space-between;
  }
  .header__logo {
    width: 11%;
    transition: all 0.5s 0s ease;
  }
  .header__logo:hover {
    opacity: 0.5;
  }
  .header .nav--box {
    text-align: right;
  }
  .header .g-nav {
    border-radius: 5px;
    padding: 0 1.2em;
    margin-bottom: 15px;
  }
  .header .g-nav .list--item {
    margin-right: 30px;
    transition: all 0.5s 0s ease;
  }
  .header .g-nav .list--item:hover {
    opacity: 0.5;
  }
  .header .g-nav .list--item:last-of-type {
    margin-right: 0;
  }
  .header .g-nav .list--item a {
    padding: 0.5em 0;
  }
  .header .g-nav .list--item p {
    font-size: clamp(14px, 1.3vw, 17px);
  }
  .header .sub-nav {
    display: inline-block;
  }
  .header .sub-nav p a {
    font-size: clamp(14px, 1.3vw, 17px);
  }
  .header .sub-nav .join,
  .header .sub-nav .login {
    display: inline-block;
    border: 1px solid #BF9A5E;
    border-radius: 3px;
    transition: all 0.5s 0s ease;
  }
  .header .sub-nav .join:hover,
  .header .sub-nav .login:hover {
    background-color: #BF9A5E;
    color: #FFF8EA;
  }
  .header .sub-nav .join a,
  .header .sub-nav .login a {
    padding: 0.25em 1.2em;
  }
  .header .sub-nav .join svg,
  .header .sub-nav .login svg {
    width: clamp(15px, 1.5vw, 20px);
  }
  .header .sub-nav .join svg {
    width: clamp(15px, 1.8vw, 25px);
  }
  .footer {
    padding: 60px 60px 30px;
    border-radius: 30px 30px 0 0;
  }
  .footer__list {
    margin-bottom: 20px;
    display: flex;
  }
  .footer__list li {
    margin: 0 2em 0 0;
    font-size: 15px;
    transition: all 0.5s 0s ease;
  }
  .footer__list li:hover {
    opacity: 0.5;
  }
  .footer .footer__login--list {
    margin-bottom: 90px;
    display: flex;
  }
  .footer .footer__login--list li {
    margin-right: 2em;
    font-size: 15px;
    transition: all 0.5s 0s ease;
  }
  .footer .footer__login--list li:hover {
    opacity: 0.5;
  }
  .footer .bottom--list {
    justify-content: space-between;
  }
  .footer .bottom--list .corporate--list li {
    transition: all 0.5s 0s ease;
  }
  .footer .bottom--list .corporate--list li:first-child {
    margin-right: 1.5em;
  }
  .footer .bottom--list .corporate--list li:hover {
    opacity: 0.5;
  }
  .footer .bottom--list .corporate--list li a {
    padding: 0.2em 3em 0.2em 1.5em;
  }
  .page--home.load-first .top--movie.pc {
    display: block;
  }
  .page--home.load-second .top--image.pc {
    display: block;
  }
  .page--home .cursor,
  .page--home .follower span {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .follower img {
    width: 20px;
    height: 30px;
    position: absolute;
    opacity: 0.9;
    z-index: 1000;
  }
  .page--home .section--hero {
    width: 100%;
    height: 100vh;
    margin-bottom: 150px;
    text-align: center;
  }
  .page--home .section--hero .top--movie,
  .page--home .section--hero .top--image {
    width: 100%;
    height: 93vh;
    margin: 0 auto;
    position: relative;
    margin-top: 25px;
  }
  .page--home .section--hero .top--movie video,
  .page--home .section--hero .top--image video {
    width: 100% !important;
    position: relative;
    height: 93vh;
  }
  .page--home .section--hero .top--movie .fv--border,
  .page--home .section--hero .top--image .fv--border {
    max-width: 100%;
    aspect-ratio: 16/9;
    height: 96vh;
    border: 60px solid #FFF8EA;
    position: absolute;
    top: -5px;
    left: 49%;
    transform: translateX(-50%);
  }
  .page--home .section--hero .top--movie .kiina-logo-box,
  .page--home .section--hero .top--image .kiina-logo-box {
    position: absolute;
    width: 72vh;
    height: 60vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--home .section--hero .top--movie .kiina-logo,
  .page--home .section--hero .top--image .kiina-logo {
    position: absolute;
    top: 53%;
    right: 7%;
    width: 6%;
  }
  .page--home .section--hero .scroll--box p {
    font-size: 12px;
  }
  .page--home .section--hero .scroll {
    width: 76px;
    height: 76px;
  }
  .page--home .section--hero .entry {
    font-size: 22px;
    right: 50px;
    bottom: 60px;
  }
  .page--home .section--hero .entry:hover .arrow-area .entry-arrow {
    transform: translateX(5%);
  }
  .page--home .section--hero .entry-arrow {
    width: 22px;
  }
  .page--home .section--about > .flex--container {
    max-width: 950px;
    width: 80%;
    margin: 0 auto 150px;
    justify-content: space-between;
  }
  .page--home .section--about .left--item {
    width: 37%;
  }
  .page--home .section--about .right--item {
    width: 53%;
    align-items: center;
  }
  .page--home .section--about .right--item h2 {
    font-size: 39px;
    margin-bottom: 1.5em;
    line-height: 1.2;
  }
  .page--home .section--about .right--item .about--txt {
    margin-bottom: 2em;
    font-size: 17px;
  }
  .page--home .section--banner {
    width: calc(100% - 120px);
    margin-bottom: 160px;
    width: 100%;
  }
  .page--home .section--banner .arch--wrap {
    top: 5vw;
    width: 120vw;
  }
  .page--home .section--banner .swiper-container {
    padding-bottom: 30px;
    width: calc(100% - 120px);
    margin: 20vw auto 0;
  }
  .page--home .section--banner .swiper-slide {
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
    box-shadow: 0px 0px 20px -10px #866839;
  }
  .page--home .section--banner .swiper-slide:hover {
    opacity: 0.7;
  }
  .page--home .section--banner .block--button-nav {
    height: 40px;
  }
  .page--home .section--banner .swiper-pagination {
    width: 124px;
  }
  .page--home .section--banner .swiper-button-prev,
  .page--home .section--banner .swiper-button-next {
    width: 40px;
    height: 40px;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--banner .swiper-button-prev:hover,
  .page--home .section--banner .swiper-button-next:hover {
    opacity: 0.5;
  }
  .page--home .section--banner .swiper-button-prev::before,
  .page--home .section--banner .swiper-button-next::before {
    width: 21px;
    height: 17px;
  }
  .page--home .section--banner .swiper-button-prev {
    left: calc(50% - 100px);
  }
  .page--home .section--banner .swiper-button-next {
    right: calc(50% - 100px);
  }
  .page--home .section--banner.no-swiper01 .swiper-container {
    width: 65%;
  }
  .page--home.no-swiper00 footer {
    position: absolute;
  }
  .page--home .section--info {
    max-width: 950px;
    width: 80%;
    margin: 0 auto 200px;
  }
  .page--home .section--info .tit-wrap .section-tit {
    font-size: 60px;
  }
  .page--home .section--info .background--ornament {
    position: absolute;
    opacity: 0.8;
  }
  .page--home .section--info .background--ornament.background--ornament01 {
    height: 310%;
    top: 50%;
    left: -11vw;
    transform: translateY(-53%);
  }
  .page--home .section--info .background--ornament.background--ornament01 img {
    height: 100%;
  }
  .page--home .fc--contents .contents--inner {
    max-width: 950px;
    width: 80%;
    margin: 0 auto;
    padding-top: 200px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--home .fc--contents section {
    width: 40%;
    margin-bottom: 160px;
  }
  .page--home .fc--contents section.section--blog li:hover .thumb img, .page--home .fc--contents section.section--movie li:hover .thumb img, .page--home .fc--contents section.section--photo li:hover .thumb img {
    transform: scale(1.2);
  }
  .page--home .fc--contents section.section--blog li:hover .arrow--circle, .page--home .fc--contents section.section--movie li:hover .arrow--circle, .page--home .fc--contents section.section--photo li:hover .arrow--circle {
    transform: scale(1.2);
  }
  .page--home .fc--contents section-tit {
    margin-bottom: 30px;
  }
  .page--home .fc--contents section .ornament {
    margin-bottom: 20px;
  }
  .page--home .fc--contents section li .arrow--circle {
    transition: all 0.5s 0s ease;
  }
  .page--home .fc--contents section .thumb {
    margin-bottom: 20px;
  }
  .page--home .fc--contents section .thumb .arrow--circle {
    width: 60px;
    height: 60px;
    right: -15px;
    bottom: -15px;
  }
  .page--home .fc--contents section .tit {
    margin-bottom: 10px;
  }
  .page--home .fc--contents section .list__more--wrap {
    margin-top: 50px;
  }
  .page--home .fc--contents section.section--qa li {
    margin-bottom: 20px;
  }
  .page--home .fc--contents section.section--qa li:last-child {
    margin-bottom: 0;
  }
  .page--home .fc--contents section.section--qa li .list__txt .arrow--circle {
    width: 30px;
    height: 30px;
  }
  .page--home .fc--contents .tit-wrap {
    margin-bottom: 20px;
  }
  .page--home .fc--contents .tit-wrap .section-tit {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .page--home .fc--contents .tit-wrap .ruby--box {
    height: 3.8em;
  }
  .page--home .fc--contents .tit-wrap .ruby {
    font-size: 17px;
  }
  .page--home .fc--contents .section--qa {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* page--entry
  ------------------------------ */
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .header .g-nav .list--item {
    margin-right: 15px;
  }
  .header .g-nav .list--item.concert {
    margin-right: 30px;
  }
  .header .g-nav .list--item p {
    font-size: clamp(12px, 1.3vw, 17px);
  }
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .block--share {
    margin-top: 70px;
    justify-content: end;
  }
  .page--info .section--detail .block--share .facebook,
  .page--info .section--detail .block--share .twitter,
  .page--info .section--detail .block--share .lineIco {
    transition: all 0.5s 0s ease;
  }
  .page--info .section--detail .block--share .facebook:hover,
  .page--info .section--detail .block--share .twitter:hover,
  .page--info .section--detail .block--share .lineIco:hover {
    opacity: 0.5;
  }
  .page--info .section--detail .block--share li i {
    font-size: 25px;
  }
  .page--info .section--detail .block--share li svg {
    width: 25px;
    height: 25px;
  }
  .page--movie.new-movie .section--list .thumb img,
  .page--movie.new-movie .section--list .thumb .arrow--circle,
  .page--movie.new-movie .section--detail .thumb img,
  .page--movie.new-movie .section--detail .thumb .arrow--circle {
    transition: all 0.5s 0s ease;
  }
  .page--movie.new-movie .section--list .thumb .arrow--circle,
  .page--movie.new-movie .section--detail .thumb .arrow--circle {
    right: -15px;
    bottom: -15px;
  }
  .page--movie.new-movie .section--list li:hover .thumb img,
  .page--movie.new-movie .section--list li:hover .arrow--circle,
  .page--movie.new-movie .section--detail li:hover .thumb img,
  .page--movie.new-movie .section--detail li:hover .arrow--circle {
    transform: scale(1.2);
  }
  .page--movie.new-movie main .section--list .section-tit {
    margin-bottom: 80px;
  }
  .page--movie.new-movie main .section--list .list--contents {
    justify-content: space-between;
  }
  .page--movie.new-movie main .section--list .list--contents li {
    width: 45%;
    margin-bottom: 80px;
  }
  .page--movie.new-movie main .section--list .list--contents li .arrow--circle {
    width: 70px;
    height: 70px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    font-size: 24px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    font-size: 13px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies {
    margin-top: 100px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents {
    gap: initial;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents .item--more_movie {
    width: 30%;
    margin-right: 5%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents .item--more_movie:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents .item--more_movie .tit {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents .arrow--circle {
    width: 40px;
    height: 40px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .more_movies_title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    line-height: 1;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .inner_more_movies {
    margin-top: 24px;
  }
  .list--photo li .block--txt, .list--photo-blog li .block--txt {
    font-size: 16px;
  }
  .list--photo li .tit, .list--photo-blog li .tit {
    margin-top: 1.2em;
    font-size: 16px;
  }
  .list--photo li .block--sub--info, .list--photo-blog li .block--sub--info {
    margin-top: 1.2em;
    font-size: 12px;
  }
  .list--photo li .date, .list--photo-blog li .date {
    font-size: 12px;
  }
  .list--error li {
    color: #d4341f;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .page--photo .section-tit {
    margin-bottom: 0.3em;
  }
  .page--photo .list--photo {
    margin-top: 7em;
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3em;
  }
  .page--photo .list--photo li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.4em;
  }
  .page--photo .list--photo li.new::after {
    top: -45px;
    right: -45px;
    width: 90px;
    height: 90px;
  }
  .page--photo .list--photo li:hover img {
    transform: scale(1.2);
  }
  .page--photo .list--photo li img {
    transition: all 0.5s 0s ease;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 3em;
    margin-bottom: 0;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--photo.page--photo--detail .list--photo li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    width: 200px;
    overflow: hidden;
    margin-right: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 20px;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list .list--contents li.new::after {
    top: -0.8em;
    left: -0.8em;
  }
  .page--blog.photo-blog .section--list .list--contents li:hover img {
    transform: scale(1.2);
  }
  .page--blog.photo-blog .section--list .list--contents li img {
    transition: all 0.5s 0s ease;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 50px;
    height: 50px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo-blog .slick-dots li::before {
    transition: background 0.4s;
    width: 10px;
    height: 10px;
  }
  .page--blog.photo-blog .slick-dots li:hover::before {
    background: #FFF8EA;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
    display: flex;
    flex-wrap: wrap;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    background-color: #ffffff;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--main {
    display: flex;
    align-items: center;
    width: 60%;
    padding: 1.5em 1.5em;
    border-right: solid 1px #7A623B;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--sub {
    display: flex;
    align-items: center;
    width: 40%;
    padding: 1em 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background-color: #7A623B;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 60%;
    min-height: 300px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: #7A623B;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
    width: 40%;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--qa .guide {
    font-size: 20px;
  }
  .page--qa form dt {
    margin: 3em 0 1em;
  }
  .page--qa .rule {
    padding: 15px;
    border-radius: 10px;
  }
  .page--qa .btn.first {
    margin-top: 80px;
  }
  .page--qa.page--list .section--list .block--area {
    margin-bottom: 100px;
  }
  .page--qa.page--list .section--list .guide {
    margin-bottom: 70px;
  }
  .page--qa.page--list .section--list .list--qa li {
    margin-bottom: 20px;
  }
  .page--qa.page--list .section--list .list--qa li .date {
    margin-left: 37px;
  }
  .page--qa.page--detail .section--detail .tit--box .tit--q {
    margin-bottom: 10px;
  }
  .page--qa.page--detail .section--detail .tit--box .q {
    font-size: 30px;
  }
  .page--qa.page--detail .section--detail .block__answer {
    margin-top: 50px;
  }
  .page--qa.page--detail .section--detail .block__answer .tit {
    margin-bottom: 10px;
  }
  .page--qa.page--edit .guide {
    margin-bottom: 20px;
  }
  .page--questionnaire .section--list {
    width: 60%;
  }
  .page--questionnaire .section--list .txt--basic a {
    transition: all 0.5s 0s ease;
  }
  .page--questionnaire .section--list .txt--basic a:hover {
    opacity: 0.5;
  }
  .page--questionnaire .section--list .input--quarter {
    width: 25%;
  }
  .page--faq {
    /* category */
  }
  .page--faq .block--category li {
    transition: all 0.3s;
  }
  .page--faq .block--category li a {
    padding: 12px 20px;
  }
  .page--faq .block--category li:first-of-type {
    margin-left: 0;
  }
  .page--faq .block--category li:not(.current):hover {
    opacity: 0.5;
  }
  .page--faq .list--faq li {
    border-radius: 10px;
    margin-bottom: 24px;
    transition: all 0.3s;
  }
  .page--faq .list--faq li.new .tit::after {
    transition: all 0.3s;
  }
  .page--faq .list--faq li .tit {
    font-size: 17px;
    font-weight: 600;
  }
  .page--faq .list--faq li .date {
    font-size: 16px;
    padding-top: 3px;
  }
  .page--faq .list--faq li:last-of-type {
    margin-bottom: 0;
  }
  .page--faq .list--faq li a {
    padding: 32px 60px 32px 30px;
    position: relative;
  }
  .page--faq .list--faq li a .item--arrow {
    transition: all 0.3s;
  }
  .page--faq .list--faq li .new {
    font-size: 13px;
    transition: all 0.3s;
  }
  .page--faq .list--faq li:hover {
    background-color: #B1905D;
    color: #FFF8EA;
  }
  .page--faq .list--faq li:hover .item--arrow {
    fill: #ffffff;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .searchBox {
    width: 70%;
    margin: 0 auto 40px 0;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 5px;
  }
  .page--faq .section--list .block--category {
    margin-bottom: 48px;
  }
  .page--faq .section--list .tit--category {
    margin: 70px 0 16px;
    font-size: 22px;
  }
  .page--faq .section--list .tit--category:first-of-type {
    margin-top: 0;
  }
  .page--faq .section--detail .tit--category {
    margin: 70px 0 16px;
    font-size: 22px;
  }
  .page--faq .block--contact a {
    transition: all 0.5s;
  }
  .page--faq .block--contact a:hover {
    opacity: 0.5;
  }
  .page--faq .block--contact .link a::after {
    transition: all 0.5s 0s ease;
  }
  .page--faq .block--contact .link a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border-top: none;
    border-right: none;
  }
  .page--faq .block--faq-detail .q {
    font-size: 26px;
  }
  .page--faq .block--faq-detail .txt a:hover {
    opacity: 0.5;
  }
  .page--entry {
    width: 80%;
  }
  .page--entry .logo {
    width: 45%;
    margin: 0 auto 70px;
  }
  .page--entry .lead--box {
    margin: 0 auto 100px;
    width: 80%;
    font-size: 20px;
    line-height: 2.1;
  }
  .page--entry .block--login,
  .page--entry .block--benefit,
  .page--entry .block--contents,
  .page--entry .block--fee,
  .page--entry .block--method,
  .page--entry .block--enviroment {
    margin-bottom: 100px;
  }
  .page--entry .block--login {
    margin-bottom: 100px;
  }
  .page--entry .block--login .login--list .list--item {
    padding: 3%;
    border-radius: 20px;
    margin-right: 30px;
    width: 48%;
  }
  .page--entry .block--login .login--list .list--item:last-of-type {
    margin-right: 0;
  }
  .page--entry .block--login .login--list .list--item .login--txt {
    margin-bottom: 20px;
    font-size: clamp(20px, 1.8vw, 26px);
  }
  .page--entry .block--login .login--list .list--item .login--txt span {
    font-size: 19px;
  }
  .page--entry .block--login .method--post--area {
    margin-top: 50px;
  }
  .page--entry .block--login .method--post--area .method--post a {
    transition: all 0.5s 0s ease;
    font-size: 20px;
  }
  .page--entry .block--login .method--post--area .method--post:hover a {
    opacity: 0.5;
  }
  .page--entry h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .page--entry .block--benefit .benefit--list {
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page--entry .block--benefit .benefit--list .illust {
    width: 25%;
    margin: 0 auto 10px;
  }
  .page--entry .block--benefit .benefit--list .list--item {
    width: 48.5%;
    border-radius: 20px;
    padding: 5% 3% 3%;
    margin-bottom: 20px;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-of-type(2) .illust {
    width: 30%;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-of-type(3) .illust {
    width: 19%;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-of-type(5) .illust {
    width: 22%;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-child(n+6) .item--tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-child(n+6) .item--tit span {
    font-size: 17px;
  }
  .page--entry .block--benefit .benefit--list .item--tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page--entry .block--fee .fee--box {
    width: 80%;
    margin: 0 auto;
  }
  .page--entry .block--fee th {
    width: 175px;
  }
  .page--entry .block--method .method--box {
    width: 80%;
    margin: 0 auto;
  }
  .page--entry .block--method .method--list {
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .page--entry .block--method .method--list .method--item {
    text-align: center;
    border-right: 1px solid #b9b9b9;
    padding: 0 7%;
  }
  .page--entry .block--method .method--list .method--item:last-child {
    border-right: none;
  }
  .page--entry .block--method .method--list--box {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .page--entry .block--enviroment .enviroment--box {
    width: 80%;
    margin: 0 auto;
  }
  .page--entry .block--enviroment th {
    width: 175px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1210px) {
  .page--entry .block--login .login--list .list--item .login--txt {
    font-size: clamp(17px, 1.7vw, 25px);
  }
  .page--entry .block--login .login--list .list--item .login--txt span {
    font-size: clamp(15px, 1.4vw, 18px);
  }
}
@media screen and (min-width: 961px) {
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt--basic {
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .border-new {
    border-radius: 5px;
  }
  .border-new .border-new-inner {
    border-radius: 3px;
  }
  body.loade-second > div video {
    display: none;
  }
  body.page--home .wrap {
    height: initial;
    min-height: initial;
  }
  body.page--home .tit-wrap {
    margin-bottom: 24px;
    display: block;
  }
  body.page--home .tit-wrap .section-tit {
    font-size: 45px;
    margin-bottom: 16px;
  }
  body.page--home .tit-wrap .ruby {
    font-size: 14px;
  }
  body.page--home .footer .faq--link {
    margin-bottom: 5px;
  }
  body:not(.page--home) .section--list,
  body:not(.page--home) .section--detail {
    display: block;
    padding: 150px 20px 100px;
  }
  body:not(.page--home) .section-tit {
    font-size: 45px;
    line-height: 0.8;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  body:not(.page--home) .section-tit.jp {
    font-size: 24px;
  }
  body:not(.page--home) .section-tit span {
    font-size: 14px;
    font-weight: 600;
  }
  body:not(.page--home) .section--detail .section--inner {
    border-radius: 5px;
    padding: 30px 20px;
  }
  .top,
  .detail__btn {
    margin-top: 50px;
  }
  .detail__btn {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-right: 0;
  }
  .detail__btn .arrow {
    margin-right: 5px;
  }
  .detail__btn a svg {
    width: 16px;
    height: 13px;
  }
  .btn {
    cursor: pointer;
    background-color: #fffffe;
  }
  .btn.login .btn--main, .btn.mypage .btn--main, .btn.join .btn--main {
    padding: 1.2em 4em 1.2em 6em;
    cursor: pointer;
    font-size: 17px;
  }
  .btn.login svg, .btn.mypage svg, .btn.join svg {
    width: 1.2em;
    height: 1.2em;
  }
  .login--area .btn svg {
    width: 1.5em;
    height: 1.3em;
  }
  /* form */
  li.no-data {
    padding: 2em 0;
  }
  /* arrow--circle */
  /* list--information */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .arrow--circle {
    width: 30px;
    height: 30px;
  }
  .arrow--circle svg {
    fill: #B1905D;
  }
  .list--information {
    margin-bottom: 40px;
  }
  .list--information li {
    transition: all 0.5s 0s ease;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .list--information li.new a .new--svg {
    width: 60px;
    right: 0;
    bottom: 0;
  }
  .list--information li:last-child {
    margin-bottom: 0;
  }
  .list--information li a {
    padding: 1em;
  }
  .list--information li a .item--contents {
    display: block;
    width: calc(100% - 30px);
  }
  .list--qa li,
  .list--faq li {
    margin-bottom: 10px;
  }
  .list--qa li:last-child,
  .list--faq li:last-child {
    margin-bottom: 0;
  }
  .list--qa li a .q,
  .list--faq li a .q {
    font-size: 25px;
  }
  body:not(.page--home) .header {
    top: 27px;
  }
  .header {
    right: 25px;
    top: 40px;
    width: calc(100% - 50px);
  }
  .header .open,
  .header .close {
    background-color: #B1905D;
    color: #FFF8EA;
    border-radius: 30px;
    padding: 0.2em 1em;
    min-width: 96px;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__inner {
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    width: 30%;
  }
  .header .g-nav {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background-color: rgba(64, 64, 64, 0.75);
    overflow-y: scroll;
    display: none;
  }
  .header .g-nav--head {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .header .g-nav--head .g-nav--logo {
    width: 30%;
  }
  .header .g-nav--wrapper {
    width: 100%;
    height: auto;
    background: #FFF8EA;
    border-radius: 5px;
    padding: 17px 15px 30px 15px;
  }
  .header .g-nav .login--area {
    width: 100%;
    max-width: 290px;
    justify-content: space-between;
    margin: 0 auto 20px;
  }
  .header .g-nav .login--area .login, .header .g-nav .login--area .join, .header .g-nav .login--area .mypage {
    background-color: #fffffe;
    color: #B1905D;
  }
  .header .g-nav .login--area .login svg, .header .g-nav .login--area .join svg, .header .g-nav .login--area .mypage svg {
    fill: #B1905D;
  }
  .header .g-nav .login--area .login .btn--sub, .header .g-nav .login--area .join .btn--sub, .header .g-nav .login--area .mypage .btn--sub {
    border: 1px solid #B1905D;
    padding: 0.9em 1em;
    min-width: initial;
  }
  .header .g-nav .nav--list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .header .g-nav .nav--list li {
    border-bottom: 1px solid #B1905D;
  }
  .header .g-nav .nav--list li a {
    font-size: clamp(18px, 5.5vw, 23px);
    justify-content: space-between;
    align-items: center;
    color: #B1905D;
    padding: 1.2em 0;
  }
  .header .g-nav .nav--list li a .arrow--circle {
    width: 25px;
    height: 25px;
    background-color: #B1905D;
  }
  .header .g-nav .nav--list li a .arrow--circle svg {
    fill: #FFF8EA;
  }
  .footer {
    padding: 60px 20px 24px;
    border-radius: 7px 7px 0 0;
  }
  .footer__list {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__list li {
    font-size: 14px;
    margin: 0 1.5em 20px 0;
  }
  .footer__list li:first-child {
    margin-right: 1.5em;
  }
  .footer .footer__login--list {
    margin-bottom: 100px;
    display: flex;
  }
  .footer .footer__login--list li {
    font-size: 14px;
    margin-right: 1.5em;
  }
  .footer .bottom--list {
    display: block;
  }
  .footer .bottom--list .corporate--list {
    display: block;
    margin-bottom: 50px;
  }
  .footer .bottom--list .corporate--list li {
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer .bottom--list .corporate--list li:last-child {
    margin-bottom: 0;
  }
  .footer .bottom--list .corporate--list li a {
    padding: 0.2em 3em 0.2em 1.5em;
    font-size: 13px;
  }
  main {
    overflow: hidden;
  }
  .page--home.load-first .top--movie.sp {
    display: block;
  }
  .page--home.load-second .top--image.sp {
    display: block;
  }
  .page--home .section--hero {
    width: 100%;
    height: 100svh;
    margin-bottom: 50px;
  }
  .page--home .section--hero .top--image,
  .page--home .section--hero .top--movie {
    position: absolute;
    top: -19svh;
  }
  .page--home .section--hero .top--image .kiina-logo,
  .page--home .section--hero .top--movie .kiina-logo {
    position: absolute;
    width: 7%;
    height: 4%;
    top: 47%;
    right: 9%;
  }
  .page--home .section--hero .menu--slider {
    position: relative;
    top: 12svh;
    z-index: 3;
  }
  .page--home .section--hero .slider__list {
    white-space: nowrap;
    overflow-x: scroll;
    margin-left: 20px;
    position: relative;
    flex-direction: revert;
    flex-wrap: nowrap;
  }
  .page--home .section--hero .slider__list .simplebar-scrollbar {
    height: 4px;
    top: 0;
  }
  .page--home .section--hero .slider__list .simplebar-scrollbar::before {
    background: #B1905D;
    top: 0;
    left: 0;
  }
  .page--home .section--hero .slider__list .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
    border-radius: 10px;
  }
  .page--home .section--hero .slider__list .simplebar-track {
    background: #E7E9ED;
    height: 4px;
    bottom: 2px;
    border-radius: 10px;
  }
  .page--home .section--hero .slider__list li {
    display: inline-block;
  }
  .page--home .section--hero .slider__list li:first-child a {
    padding: 15px 15px 15px 0;
  }
  .page--home .section--hero .slider__list a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
  }
  .page--home .section--hero .arrow--circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--hero .scroll--box p {
    font-size: 12px;
  }
  .page--home .section--hero .scroll {
    width: 76px;
    height: 76px;
  }
  .page--home .section--hero .entry {
    font-size: 22px;
    right: 50px;
    bottom: 60px;
  }
  .page--home .section--hero .entry:hover .arrow-area .entry-arrow {
    transform: translateX(5%);
  }
  .page--home .section--hero .entry-arrow {
    width: 22px;
  }
  .page--home .login--area.hero--login {
    justify-content: center;
    position: absolute;
    top: 65svh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .page--home .btn {
    margin-right: 10px;
  }
  .page--home .btn:last-child {
    margin-right: 0;
  }
  .page--home .btn svg {
    width: 1.5em;
    height: 1.3em;
    vertical-align: sub;
  }
  .page--home .btn .btn--sub {
    padding: 0.9em 1.2em;
  }
  .page--home .section--about {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .page--home .section--about > .flex--container {
    display: block;
  }
  .page--home .section--about .about--img {
    margin-bottom: 30px;
  }
  .page--home .section--about h2 {
    margin-bottom: 24px;
  }
  .page--home .section--about .about--txt {
    margin-bottom: 1em;
  }
  .page--home .section--banner {
    width: 100%;
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .page--home .section--banner .arch--wrap {
    top: 15vw;
    width: 310vw;
  }
  .page--home .section--banner .swiper-container {
    width: 100%;
    padding-bottom: 30px;
    margin: 30vw auto 0;
  }
  .page--home .section--banner .swiper-slide {
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
  }
  .page--home .section--banner .swiper-slide:hover {
    opacity: 0.7;
  }
  .page--home .section--banner .block--button-nav {
    height: 32px;
  }
  .page--home .section--banner .swiper-pagination {
    width: 112px;
    top: 30%;
  }
  .page--home .section--banner .swiper-button-prev,
  .page--home .section--banner .swiper-button-next {
    width: 32px;
    height: 32px;
    transition: all 0.5s 0s ease;
  }
  .page--home .section--banner .swiper-button-prev::before,
  .page--home .section--banner .swiper-button-next::before {
    width: 16px;
    height: 14px;
  }
  .page--home .section--banner .swiper-button-prev {
    left: calc(50% - 90px);
  }
  .page--home .section--banner .swiper-button-next {
    right: calc(50% - 90px);
  }
  .page--home .section--info {
    padding: 0 20px 100px;
  }
  .page--home .section--info .background--ornament {
    position: absolute;
    z-index: -1;
    transform: translateY(-33%);
    width: 110%;
    left: -9%;
    opacity: 10%;
  }
  .page--home .section--info .detail--wrap {
    display: block;
    width: calc(100% - 30px);
  }
  .page--home .fc--contents::after {
    background-size: 500%;
  }
  .page--home .fc--contents .contents--inner {
    display: block;
    padding: 100px 20px;
  }
  .page--home .fc--contents section.section--blog, .page--home .fc--contents section.section--movie, .page--home .fc--contents section.section--photo {
    margin-bottom: 90px;
  }
  .page--home .fc--contents .section-tit {
    line-height: 1.2;
  }
  .page--home .fc--contents .tit-wrap,
  .page--home .fc--contents .ornament {
    margin-bottom: 20px;
  }
  .page--home .fc--contents .thumb {
    margin-bottom: 24px;
  }
  .page--home .fc--contents .thumb .arrow--circle {
    width: 50px;
    height: 50px;
    right: -15px;
    bottom: -15px;
  }
  .page--home .fc--contents .tit {
    margin-bottom: 4px;
  }
  .page--home .fc--contents .list__more--wrap {
    margin-top: 30px;
  }
  .page--info .section--detail .block--share {
    margin-top: 70px;
    justify-content: end;
  }
  .page--info .section--detail .block--share li i {
    font-size: 25px;
  }
  .page--info .section--detail .block--share li svg {
    width: 25px;
    height: 25px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js:not(.vjs-fullscreen) .vjs-play-control {
    top: calc(100% - 6em);
    transform: translateY(0);
    width: 2em;
    height: 2em;
  }
  .page--movie.new-movie.fullscreen .drawer__btn {
    z-index: 4;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    transform: translateY(50%);
    top: -50dvh;
  }
  .page--movie.new-movie .content--main .section--list,
  .page--movie.new-movie .content--main .section--detail {
    padding: 150px 20px 100px;
  }
  .page--movie.new-movie .content--main .section--list .arrow--circle,
  .page--movie.new-movie .content--main .section--detail .arrow--circle {
    right: -15px;
    bottom: -15px;
  }
  .page--movie.new-movie .content--main .section--list .section-tit {
    margin-bottom: 30px;
  }
  .page--movie.new-movie .content--main .section--list .list--contents li {
    width: 100%;
  }
  .page--movie.new-movie .content--main .section--list .list--contents li .arrow--circle {
    width: 50px;
    height: 50px;
  }
  .page--movie.new-movie .content--main .section--detail .area--movie .block--player {
    width: 100%;
    aspect-ratio: inherit;
    position: relative;
    top: 0;
    padding-top: 56.25%;
    line-height: 0;
  }
  .page--movie.new-movie .content--main .section--detail .block--tit {
    padding: 10px 0 0;
  }
  .page--movie.new-movie .content--main .section--detail .block--tit .date {
    opacity: 1;
  }
  .page--movie.new-movie .content--main .section--detail .block--more_movies {
    margin-top: 60px;
  }
  .page--movie.new-movie .content--main .section--detail .more_movies_title {
    font-size: 18px;
    border-bottom: 1px solid #B1905D;
    padding-bottom: 12px;
    line-height: 1;
  }
  .page--movie.new-movie .content--main .section--detail .item--more_movie .tit {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .page--movie.new-movie .content--main .section--detail .inner_more_movies {
    margin-top: 12px;
  }
  .page--movie.new-movie .content--main .section--detail .inner_more_movies li {
    width: 47%;
    margin-right: 3%;
  }
  .page--movie.new-movie .content--main .section--detail .inner_more_movies li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie.new-movie .content--main .section--detail .inner_more_movies li .thumb {
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .page--movie.play .vjs-play-control {
    display: none;
  }
  .list--photo li .block--txt, .list--photo-blog li .block--txt {
    font-size: 15px;
  }
  .list--photo li .tit, .list--photo-blog li .tit {
    font-size: 15px;
  }
  .list--photo li .block--sub--info, .list--photo-blog li .block--sub--info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--photo li .date, .list--photo-blog li .date {
    font-size: 11px;
  }
  .list--error li {
    color: #d4341f;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .page--photo .section-tit {
    margin-bottom: 0.3em;
  }
  .page--photo .list--photo {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 90%;
    margin: 0 auto 3em;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.4em;
  }
  .page--photo .list--photo li.new::after {
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 96%;
    margin-bottom: 0.6em;
  }
  .page--blog .section--list {
    margin-bottom: 2em;
  }
  .page--blog.staff-blog .section--detail .inner .txt p {
    margin: 0 0 20px 0;
  }
  .page--blog.photo-blog .section--list {
    padding: 150px 0 100px;
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    width: 100px;
    overflow: hidden;
    margin-right: 1em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 18px;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li a {
    position: relative;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list .list--contents li.new::after {
    top: -0.4em;
    left: -0.4em;
    font-size: 12px;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 30px;
    height: 30px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-arrow::before {
    font-size: 16px;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo-blog .slick-dots li::before {
    transition: background 0.4s;
    width: 8px;
    height: 8px;
  }
  .page--blog.photo-blog .slick-dots li:hover::before {
    background: #FFF8EA;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    background-color: #ffffff;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--main {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2em 1.2em 0.8em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--sub {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1.2em 1.2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 100%;
    background-color: #7A623B;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area {
    width: 100%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
    position: relative;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
    font-size: 20px;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--qa .guide {
    font-size: 17px;
  }
  .page--qa form dt {
    margin: 3em 0 1em;
  }
  .page--qa .rule {
    padding: 15px;
    border-radius: 5px;
  }
  .page--qa .btn {
    background-color: transparent;
  }
  .page--qa .btn.first {
    margin-top: 80px;
  }
  .page--qa .btn .btn--main,
  .page--qa .btn .btn--sub {
    min-width: 190px;
  }
  .page--qa.page--list .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--qa.page--list .section--list .block--area {
    margin-bottom: 50px;
  }
  .page--qa.page--list .section--list .guide {
    margin-bottom: 30px;
  }
  .page--qa.page--list .section--list .list--qa li {
    margin-bottom: 20px;
  }
  .page--qa.page--list .section--list .list--qa li .left--item {
    width: calc(100% - 30px);
  }
  .page--qa.page--list .section--list .list--qa li .date {
    margin-left: 37px;
  }
  .page--qa.page--detail .section--detail .tit--box .tit--q {
    margin-bottom: 10px;
    padding-left: 1.2em;
    text-indent: -1.9em;
    font-size: 18px;
  }
  .page--qa.page--detail .section--detail .tit--box .q {
    font-size: 30px;
  }
  .page--qa.page--detail .section--detail .block__answer {
    margin-top: 40px;
  }
  .page--qa.page--detail .section--detail .block__answer .tit {
    margin-bottom: 10px;
  }
  .page--qa.page--edit .guide {
    margin-bottom: 20px;
  }
  .page--questionnaire .section--list .btn,
  .page--questionnaire .section--detail .btn {
    background-color: transparent;
  }
  .page--questionnaire .section--list .section-tit {
    text-align: left;
  }
  .page--questionnaire .section--list .input--quarter {
    width: 45%;
  }
  .page--questionnaire .section--list .input--half {
    width: 100%;
  }
  .page--questionnaire .section--list .btn .btn--main,
  .page--questionnaire .section--list .btn .btn--sub {
    min-width: 190px;
  }
  .page--questionnaire .section--list .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--entry .logo {
    width: 70%;
    margin: 0 auto 40px;
  }
  .page--entry .lead--box {
    margin: 0 auto 50px;
    line-height: 2.1;
  }
  .page--entry .block--login,
  .page--entry .block--benefit,
  .page--entry .block--contents,
  .page--entry .block--fee,
  .page--entry .block--method,
  .page--entry .block--enviroment {
    margin-bottom: 70px;
  }
  .page--entry .block--login {
    margin-bottom: 70px;
  }
  .page--entry .block--login .login--list {
    display: block;
  }
  .page--entry .block--login .login--list .list--item {
    padding: 8% 5%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .page--entry .block--login .login--list .list--item:last-of-type {
    margin-bottom: 0;
  }
  .page--entry .block--login .login--list .list--item .login--txt {
    margin-bottom: 15px;
    font-size: clamp(16px, 5vw, 25px);
  }
  .page--entry .block--login .login--list .list--item .login--txt span {
    font-size: 19px;
    font-size: clamp(13px, 3.5vw, 16px);
  }
  .page--entry .block--login .method--post--area {
    margin-top: 30px;
  }
  .page--entry h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .page--entry .block--benefit .benefit--list {
    display: block;
    margin: 0 auto;
  }
  .page--entry .block--benefit .benefit--list .illust {
    width: 28%;
    margin: 0 auto 10px;
  }
  .page--entry .block--benefit .benefit--list .list--item {
    border-radius: 10px;
    padding: 10% 5% 6%;
    margin-bottom: 15px;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-of-type(2) .illust {
    width: 33%;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-of-type(3) .illust {
    width: 20%;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-of-type(5) .illust {
    width: 23%;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-child(n+6)::after {
    font-size: 15px;
    top: 35px;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-child(n+6) .illust {
    width: 28%;
    margin: 0 auto 10px;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-child(n+6) .item--tit {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-child(n+6) .item--tit span {
    font-size: 18px;
  }
  .page--entry .block--benefit .benefit--list .list--item:nth-of-type(8) .illust {
    width: 22%;
  }
  .page--entry .block--benefit .benefit--list .item--tit {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .page--entry .block--fee th {
    width: 90px;
    font-size: 15px;
  }
  .page--entry .block--method .method--box {
    margin: 0 auto;
  }
  .page--entry .block--method .method--list {
    border-radius: 10px;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
    padding: 8% 5%;
  }
  .page--entry .block--method .method--list .method--item {
    margin-bottom: 10px;
  }
  .page--entry .block--method .method--list .method--item:last-child {
    margin-bottom: 0;
  }
  .page--entry .block--enviroment .enviroment--box {
    margin: 0 auto;
  }
  .page--entry .block--enviroment th {
    width: 90px;
  }
  .page--faq .section--list .searchBox {
    margin-bottom: 30px;
    width: 100%;
  }
  .page--faq .section--list .block--category li a {
    padding: 10px 9px;
    font-size: 13px;
  }
  .page--faq .section--list .block--category li:first-of-type {
    margin-left: 0;
  }
  .page--faq .section--list .tit--category {
    margin: 50px 0 16px;
    font-size: 19px;
  }
  .page--faq .section--list .tit--category:first-of-type {
    margin-top: 0;
  }
  .page--faq .section--detail .block--faq-detail .q {
    font-size: 25px;
  }
  .page--faq .section--detail .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 410px) {
  .page--home .section--hero .top--image,
  .page--home .section--hero .top--movie {
    top: -160px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 480px) {
  .page--home .section--hero .top--image,
  .page--home .section--hero .top--movie {
    top: -25svh;
  }
  .page--home .section--hero .top--image,
  .page--home .section--hero .top--movie {
    max-width: 450px;
    transform: translateX(-50%);
    left: 50%;
    top: -3svh;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .header__logo {
    max-width: 170px;
  }
  .page--home .section--hero .top--image,
  .page--home .section--hero .top--movie {
    max-width: 500px;
    transform: translateX(-50%);
    left: 50%;
    top: -3svh;
  }
}/*# sourceMappingURL=fanclub-service.css.map */