@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,600;1,500;1,600&family=Noto+Sans+JP:wght@400;500&display=swap");
/*! 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: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html {
  padding: 0;
}

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

html, body {
  height: 100%;
}

body {
  position: relative;
  color: #413147;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
body #bg-image {
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
}
body #bg-image canvas {
  width: 100% !important;
  height: 100% !important;
}

.wrap {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

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

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

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

::selection {
  background: #413147;
  color: #9EF8FF;
}

::-moz-selection {
  background: #413147;
  color: #9EF8FF;
}

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

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

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

.is-hide {
  display: none;
}

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

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

.block--pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  font-size: 1em;
  text-align: center;
}
.block--pager li {
  display: inline-flex;
  position: relative;
}
.block--pager a {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  min-width: 40px;
  min-height: 40px;
  border: solid 1px #2FC4DB;
  border-left: none;
  background: rgba(255, 255, 255, 0);
  color: #2FC4DB;
  line-height: 0.7;
  letter-spacing: 0;
  color: #2FC4DB;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--number {
  color: #2FC4DB;
  text-align: center;
}
.block--pager .pager__item--newer, .block--pager .pager__item--newer_max {
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span, .block--pager .pager__item--newer_max a, .block--pager .pager__item--newer_max span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 1px #2FC4DB;
  border-top-left-radius: 8vw;
  border-bottom-left-radius: 8vw;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after, .block--pager .pager__item--newer_max a::after, .block--pager .pager__item--newer_max span::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #2FC4DB;
  border-right: solid 1px #2FC4DB;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after, .block--pager .pager__item--newer span::before, .block--pager .pager__item--newer_max span::after, .block--pager .pager__item--newer_max span::before {
  opacity: 0.5;
}
.block--pager .pager__item--newer_max a, .block--pager .pager__item--newer_max span {
  border: none;
}
.block--pager .pager__item--newer_max a::before, .block--pager .pager__item--newer_max span::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #2FC4DB;
  border-right: solid 1.5px #2FC4DB;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer_max a::after, .block--pager .pager__item--newer_max span::after {
  top: 15px;
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #2FC4DB;
  border-right: solid 1.5px #2FC4DB;
}
.block--pager .pager__item--newer_max span::after, .block--pager .pager__item--newer_max span::before {
  opacity: 0;
}
.block--pager .pager__item--older, .block--pager .pager__item--older_max {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span, .block--pager .pager__item--older_max a, .block--pager .pager__item--older_max span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 12px 0;
  border: solid 1px #2FC4DB;
  border-left: none;
  border-top-right-radius: 8vw;
  border-bottom-right-radius: 8vw;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after, .block--pager .pager__item--older_max a::after, .block--pager .pager__item--older_max span::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #2FC4DB;
  border-right: solid 1px #2FC4DB;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older span::after, .block--pager .pager__item--older span::before, .block--pager .pager__item--older_max span::after, .block--pager .pager__item--older_max span::before {
  opacity: 0.5;
}
.block--pager .pager__item--older_max a, .block--pager .pager__item--older_max span {
  border: none;
}
.block--pager .pager__item--older_max a::before, .block--pager .pager__item--older_max span::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 23px;
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #2FC4DB;
  border-right: solid 1.5px #2FC4DB;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older_max a::after, .block--pager .pager__item--older_max span::after {
  top: 15px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #2FC4DB;
  border-right: solid 1.5px #2FC4DB;
}
.block--pager .pager__item--older_max span::after, .block--pager .pager__item--older_max span::before {
  opacity: 0;
}
.block--pager .pager__item--current {
  display: inline-flex;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  border: solid 1px #2FC4DB;
  border-left: none;
  background: #2FC4DB;
}

.block--pager__detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  margin: 0 auto 1em;
}
.block--pager__detail .pager__item--newer,
.block--pager__detail .pager__item--older {
  margin: 0;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older a,
.block--pager__detail .pager__item--older span {
  display: block;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older span {
  opacity: 0.3;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
  border: solid 1px #2FC4DB;
  border-radius: 10em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  background: rgba(255, 255, 255, 0);
  color: #2FC4DB;
}
.block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
  border: solid 1px #2FC4DB;
  border-radius: 10em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  color: #2FC4DB;
}
.block--pager__detail .detail__btn a {
  border-bottom: solid 1px #2FC4DB;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  color: #2FC4DB;
  line-height: 1;
}

.page--blog .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--blog .block--player .vjs-picture-in-picture-control.vjs-button:before {
  font-family: "Material Symbols Outlined";
  font-size: 16px;
}
.page--blog .block--pager__detail .pager__item--older a, .page--blog .block--pager__detail .pager__item--older span {
  border: solid 1px #2FC4DB;
  border-radius: 10em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.page--blog .block--pager__detail .pager__item--newer a, .page--blog .block--pager__detail .pager__item--newer span {
  border: solid 1px #2FC4DB;
  border-radius: 10em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.page--blog.page--member.page--member--detail .btn .btn--main.postBtn {
  display: block;
  width: 90%;
  max-width: 300px;
  text-align: center;
  padding: 20px;
  border-radius: 100px;
  font-weight: bold;
  background: #2FC4DB;
  border: 1px solid #2FC4DB;
  color: #fff;
  margin: 0 auto;
}
.page--blog.page--member.page--member--detail .block--comment .list--comment li.member .name {
  background: #FF0099;
}
.page--blog.page--member.page--member--detail .block--comment .list--comment li.member .date,
.page--blog.page--member.page--member--detail .block--comment .list--comment li.member .txt {
  color: #FF0099;
}
.page--blog.page--member.page--member--detail .block--comment .list--comment li .date {
  margin-top: 0;
}
.page--blog.page--member.page--member--detail .block--pager .pager__item--current {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #2FC4DB;
  border-left: none;
  background: rgba(255, 255, 255, 0);
  line-height: 0.7;
  letter-spacing: 0;
  color: #2FC4DB;
  text-decoration: none;
  transition: 0.2s;
  min-width: 40px;
  min-height: 40px;
}

.page--blog.page--member.page--member--detail.page--blog--comment .page.commentconfirm .titArea .tit {
  text-align: center;
}
.page--blog.page--member.page--member--detail.page--blog--comment .page.commentconfirm #comment_form dl {
  border: solid 1px #9EF8FF;
  margin-bottom: 2em;
}
.page--blog.page--member.page--member--detail.page--blog--comment .page.commentconfirm .noComment {
  text-align: center;
  margin: 0 0 20px;
}
.page--blog.page--member.page--member--detail.page--blog--comment .page.commentconfirm .btn input {
  background: #2FC4DB;
  color: #fff;
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}
.page--blog.page--member.page--member--detail.page--blog--comment .page.commentconfirm .btn .btn--sub {
  display: block;
  width: 100px;
  min-width: initial;
  font-size: 14px;
  margin: 0 auto;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  background: #2FC4DB;
}

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

.swiper-button-prev::after, .swiper-button-next::after {
  color: #ffffff;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form--confirm {
  border: solid 0.5px #aee6ff;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #aee6ff;
  color: #2FC4DB;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #413147;
}

.btn-base-style, .commentconfirm .btn input[type=submit], .commentconfirm .btn a, .commentcomplete .btn input[type=submit], .commentcomplete .btn a, .commentdelete .btn input[type=submit], .commentdelete .btn a, .btn--sub a, .btn--main a, .list__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn {
  text-align: center;
}

/*
.btn--main {
	@extend .btn-base-style;
	margin: 1em 0;
	padding: .7em 1em;
	border: solid 1px var.$primary-color;
	border-radius: 50em;
	background: var.$white;
	color: var.$primary-color;
	line-height: 1.3;
	@include var.tablet {
		min-width: 50%;
	}
}
*/
.btn--main, .list__more {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.btn--main a, .list__more a {
  display: inline-block;
  position: relative;
  border: solid 1px #2FC4DB;
  border-radius: 50em;
  background-color: #ffffff;
  color: #2FC4DB;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
.btn--main a::after, .list__more a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2FC4DB;
  height: 1px;
}
.btn--main a .inner, .list__more a .inner {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4em;
  background-color: transparent;
  line-height: 1.3;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main a, .list__more a {
    min-width: 50%;
  }
}
.btn--main.btn__input, .list__more.btn__input {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.btn--main.btn__input::after, .list__more.btn__input::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2FC4DB;
  height: 1px;
}
.btn--main.btn__input .inner, .list__more.btn__input .inner {
  overflow: hidden;
  position: relative;
  border: solid 1px #2FC4DB;
  border-radius: 50em;
}
.btn--main.btn__input .inner input, .list__more.btn__input .inner input {
  border: none;
  background-color: transparent;
  color: #2FC4DB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}

.btn--main a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

.btn--sub a {
  border-radius: 50em;
  background-color: none;
  color: #2FC4DB;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub a {
    min-width: 50%;
  }
}

.detail__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.detail__btn a {
  border: solid 1px #2FC4DB;
  border-radius: 50em;
  background-color: #ffffff;
  color: #2FC4DB;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.detail__btn.txt--jp a, .detail__btn.txt--jp input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

.btn--area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.date {
  z-index: 0;
  color: #2FC4DB;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  letter-spacing: 0.1em;
}

.category {
  background: #2FC4DB;
  color: #ffffff;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}

.tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  word-break: break-word;
}

.no-data {
  float: none;
  width: 100%;
  padding: 4em 0;
  border: none !important;
  color: #413147;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.list--info li {
  position: relative;
}
.list--info li a {
  display: block;
  background-color: #2FC4DB;
}
.list--info li a .block--tit {
  color: #ffffff;
}
.list--info li a .block--tit .tit {
  display: inline;
}
.list--info li a .date {
  display: inline-block;
  position: relative;
  border: solid 1px #2FC4DB;
  background-color: #ffffff;
}
.list--info li a .date p {
  text-align: center;
}
.list--info li.new .block--tit::after {
  content: "NEW";
  display: inline;
  color: #FAFF9F;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.list--info li:last-of-type {
  margin-bottom: 0;
}

.list--contents, .list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--contents li a, .list--photo li a {
  display: block;
  position: relative;
}
.list--contents li a .block--thumb, .list--photo li a .block--thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  padding-top: 0;
  /*padding-top: 56.25%;*/
  width: 100%;
}
.list--contents li a .block--thumb img, .list--photo li a .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center 50%;
  background-size: cover;
  line-height: 0;
}
.list--contents li a .block--thumb .blur, .list--photo li a .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.list--contents li a .block--thumb .blur img, .list--photo li a .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li a .tit, .list--photo li a .tit {
  display: inline-block;
  color: #2FC4DB;
}
.list--contents li a .date, .list--photo li a .date {
  display: block;
  color: #2FC4DB;
}
.list--contents li.new a::before, .list--photo li.new a::before {
  content: "NEW";
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  border: solid 1px #2FC4DB;
  border-radius: 50em;
  background-color: #FAFF9F;
  color: #2FC4DB;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  transform: rotate(-45deg);
  animation: rotation 10s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.list--photo li a {
  display: block;
  z-index: 0;
  margin: 0 auto;
}
.list--photo li a .block--thumb {
  padding-top: 100%;
  border-radius: 2em;
}
.list--photo li a::after {
  top: -4% !important;
}
.list--photo li.new a::before {
  top: -2% !important;
  left: -2% !important;
  z-index: 1;
}

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

.block--nav__category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block--nav__category li a {
  display: block;
  border: solid 1px #2FC4DB;
  border-radius: 50em;
  background-color: #ffffff;
  color: #2FC4DB;
  text-align: center;
}
.block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--nav__category li.current a {
  background-color: #2FC4DB;
  color: #ffffff;
  pointer-events: none;
}

.block--link {
  max-width: 500px;
}
.block--link a {
  display: block;
  width: 100%;
  border: solid 1px #2FC4DB;
  background: #ffffff;
  color: #2FC4DB;
}
.block--link a .title {
  color: #2FC4DB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.3;
}
.block--link a .title span {
  display: block;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}

.header {
  width: 100%;
  position: relative;
  transition: 0.3s ease-out;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(65, 49, 71, 0.98);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1), background 0.6s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer-inner {
  overflow-y: scroll;
  margin: 0 auto;
  padding: 0 8vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drawer .drawer-inner::-webkit-scrollbar {
  display: none;
}
.drawer .drawer-inner .g-nav ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  border-bottom: solid 1px #413147;
}
.drawer .drawer-inner .g-nav ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.1;
}
.drawer .drawer-inner .block--nav--login ul li {
  display: inline-block;
  line-height: 1;
}
.drawer .drawer-inner .block--nav--login ul li a {
  display: block;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.drawer .drawer-inner .block--nav--login ul li.nav--home {
  border-left: solid 1px #413147;
}
.drawer .pic-floor span {
  display: block;
  height: 0;
  background: url(/static/frederic/fanclub/common/pic-floor.svg) no-repeat;
  background-size: 100%;
  background-position: left top;
}

.drawer__btn {
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
.drawer__btn .nav--menu_light_body {
  fill: rgba(250, 255, 159, 0);
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__btn .nav--menu_light {
  stroke: black;
  transition: stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__btn .nav--menu_txt-menu {
  fill: #ffffff;
  transition: fill 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__btn .nav--menu_cover {
  fill: #000000;
  transition: fill 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__btn .nav--close_light_body {
  fill: #faff9f;
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__btn .nav--close_light {
  stroke: #413147;
  transition: stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__btn .nav--close_txt-close {
  fill: #FAFF9F;
  transition: fill 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__btn .nav--close_cover {
  fill: #413147;
  transition: fill 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

body.drawer-visible {
  /*
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  */
}
body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
  background: rgba(231, 183, 183, 0.98);
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1), background 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
body.drawer-visible .nav--menu__close {
  opacity: 1;
  transition: opacity 1.1s 0.31s;
}
body.drawer-visible .nav--menu__open {
  opacity: 0;
  position: absolute;
  transition: opacity 1.1s 0.31s;
}

body:not(.drawer-visible) .drawer__btn {
  z-index: 100;
  cursor: pointer;
}
body:not(.drawer-visible) .nav--menu__close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1.1s 0.6s;
}
body:not(.drawer-visible) .nav--menu__open {
  opacity: 1;
  transition: opacity 1.1s 0.6s;
}

body.browser_back {
  /*
  .drawer__btn {
  	path {
  		transition: none;
  	}
  }
  */
}
body.browser_back .drawer {
  transition: none;
}
body.browser_back .nav--menu__close {
  opacity: 0;
  transition: none;
}
body.browser_back .nav--menu__open {
  opacity: 1;
  transition: none;
}

footer {
  position: relative;
  margin-top: auto;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .list--support .nav--support li a {
  color: #413147;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  transition: color 0.2s;
}
footer .copyright {
  color: #413147;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
}

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

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

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

body:not(.page--home) .content-main {
  background: none;
}

.section-tit {
  color: #413147;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section-tit span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

.section-tit__sub {
  display: block;
  color: #413147;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
  line-height: 1.5;
}

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

.section--list,
.section--detail {
  position: relative;
  width: 86%;
  max-width: 950px;
  background-color: #ffffff;
  border-radius: 3em;
}
.section--list::before,
.section--detail::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: -1em;
  left: -1em;
  width: calc(100% + 2em);
  height: calc(100% + 2em);
  border: solid 3px #ffffff;
  border-radius: 4em;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  color: #2FC4DB;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  margin-top: 1em;
  color: #2FC4DB;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  color: #2FC4DB;
  font-size: 17px;
}
.section--detail .block--share li.twitter {
  margin-right: 8px;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #2FC4DB;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #2FC4DB;
  font-size: 12px;
  margin-right: 20px;
}

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

.block--attention {
  padding: 1em;
  border: solid 1px #413147;
  background: #ffffff;
}
.block--attention.block-style_white {
  padding-top: 0;
  background: #ffffff;
}

.page--home .section--top {
  position: relative;
}
.page--home .section--top .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
}
.page--home .section--top .block--tit {
  position: relative;
  width: 100%;
}
.page--home .section--top .block--tit .block--logo {
  position: absolute;
  top: 15%;
  width: 100%;
}
.page--home .section--top .block--tit .block--logo .logo_fc_sub {
  display: block;
}
.page--home .section--top .block--main {
  margin: 0 auto;
}
.page--home .section--top .block--window {
  display: block;
  position: relative;
  width: 100%;
}
.page--home .section--top .block--nav {
  margin: 0 auto;
  text-align: center;
}
.page--home .section--top .block--nav .section--login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.page--home .section--top .block--nav .section--login li a {
  display: block;
}
.page--home .section--top .block--message {
  border: solid 1px #ffffff;
  background-color: rgba(47, 196, 219, 0.7);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  transition: transform 0.3s;
}
.page--home .section--top .block--message a {
  display: block;
}
.page--home .section--top .block--keyvisual__art1 {
  display: block;
  position: absolute;
}
.page--home .section--top .block--keyvisual__art2 {
  display: block;
  position: absolute;
}
.page--home .section--top .block--pic__light {
  display: block;
  position: absolute;
}
.page--home .section--top::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
}
.page--home .block--scroll {
  position: absolute;
}
.page--home .block--scroll .scroll {
  position: absolute;
  background: #ffffff;
  animation: scroll 1.4s linear 1.3s infinite;
  transform-origin: top;
}
.page--home .block--scroll .scroll-txt {
  display: block;
  width: 100%;
  color: #ffffff;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  transform-origin: top;
  transform: rotate(90deg);
}
.page--home .block--scroll.scrolling {
  opacity: 0 !important;
  transition-delay: 0s !important;
}
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.0001% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.page--home .header > .logo {
  display: none;
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
}
.page--home .section--banner .block--carousel-nav .block--button-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--home .section--banner .progress-bar {
  z-index: 2;
  height: 1px;
  background-color: #ffffff;
}
.page--home .section--banner .progress-bar p {
  transform: scaleX(0);
  transform-origin: 0 100%;
  width: 100%;
  height: 1px;
  background-color: #2FC4DB;
  transition: transform 2s linear;
}
.page--home .section--contents .list__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page--home .section--contents .list--contents li {
  text-align: center;
}
.page--home .section--contents .list--contents li a .block--tit {
  position: relative;
  background-color: #2FC4DB;
  text-align: center;
}
.page--home .section--contents .list--contents li a .block--tit .tit {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #ffffff;
  line-height: 1;
}
.page--home .section--contents .list--contents li a .block--tit .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  color: #ffffff;
}
.page--home .section--contents .list--contents li.new a .block--tit::before {
  content: "NEW";
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  border: solid 1px #2FC4DB;
  border-radius: 50em;
  background-color: #FAFF9F;
  color: #2FC4DB;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  transform: rotate(-45deg);
  animation: rotation 10s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page--home .section--contents .list--contents li.new a::before {
  display: none;
}
.page--home .section--latest_contents .list--contents li a .block--thumb {
  z-index: -1;
  padding-top: 0;
}
.page--home .section--latest_contents .list--contents li a .block--txt {
  margin: 0 auto;
}
.page--home .section--latest_contents .list--contents li a .block--txt .category {
  display: inline-block;
  background-color: #2FC4DB;
  color: #ffffff;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--home .section--latest_contents .list--contents li a .block--txt .tit {
  display: block;
  color: #413147;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.page--home [class^=section--] .list__wrap {
  background-size: 100%;
  background-repeat: no-repeat round;
}
.page--home .section--entrance__footer .item--link-official_bg {
  fill: #ffffff;
  transition: fill 0.3s ease-in;
}
.page--home .section--entrance__footer .item--link-official_main {
  fill: #2FC4DB;
  transition: fill 0.3s ease-in;
}

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

.page--info .section--detail .txt a {
  text-decoration: underline;
}

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

.page--movie.new-movie.category-movie .section--list .list--contents {
  gap: 0;
  position: relative;
  justify-content: space-between;
}
.page--movie.new-movie.category-movie .section--list .list--contents li a .thumb {
  transition: all 0.3s 0s ease;
  border-radius: 50%;
  border: 1px solid #2FC4DB;
  padding: 4px;
}
.page--movie.new-movie.category-movie .section--list .list--contents li a .thumb img {
  border-radius: 50%;
}
.page--movie.new-movie.category-movie .section--list .list--contents li a::after {
  z-index: 0;
}
.page--movie.new-movie.category-movie .section--list .list--contents li a:hover .thumb {
  border: 1px solid rgba(47, 196, 219, 0);
}
.page--movie.new-movie.category-movie .section--list .list--contents li a::after {
  z-index: 0;
}
.page--movie.new-movie.category-movie .section--list .list--contents li.new a::before {
  z-index: 2;
}
.page--movie.new-movie.category-movie .block--pager .pager__item--current {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #2FC4DB;
  border-left: none;
  background: rgba(255, 255, 255, 0);
  line-height: 0.7;
  letter-spacing: 0;
  color: #2FC4DB;
  text-decoration: none;
  transition: 0.2s;
}
.page--movie.new-movie.category-movie .block--pager .pager__item--other a {
  line-height: 2;
}

.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: 500;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
  font-size: 12px;
  opacity: 1;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding-top: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .thumb {
  border-radius: 50%;
  border: 1px solid #2FC4DB;
  padding: 2px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .thumb img {
  border-radius: 50%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt .date {
  opacity: 1;
  margin: 0;
  font-size: 12px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a::after {
  display: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
  margin-top: 3em;
}

.page--movie.new-movie.new-movie-all .section--list .block--nav__category li .category {
  background: none;
}
.page--movie.new-movie.new-movie-all .section--list .block--nav__category li.categoryOn .category a {
  background-color: #2FC4DB;
  color: #ffffff;
  pointer-events: none;
}

.page--movie.new-movie.new-movie-allDtail .section--list .block--nav__category li .category {
  background: none;
}
.page--movie.new-movie.new-movie-allDtail .section--list .block--nav__category li.categoryOn .category a {
  background-color: #2FC4DB;
  color: #ffffff;
  pointer-events: none;
}

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

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

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

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

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

#swipebox-action #swipebox-close {
  top: 2em;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #2FC4DB;
}
#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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: fixed;
  top: 93%;
  border-radius: 100%;
  background: none;
  background-color: #2FC4DB;
  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;
  -webkit-transform: rotate(45deg);
  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;
  -webkit-transform: rotate(-135deg);
  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;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page--wallpaper .list--contents li .thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.page--wallpaper .list--contents li .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--wallpaper .list--contents li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page--wallpaper .list--contents li .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--wallpaper .block--wp-size .block--btn .btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.page--blog video {
  position: relative !important;
}
.page--blog .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
}
.page--blog .list--horizontal {
  font-family: "Noto Sans JP", sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: solid 1px #413147;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .list--contents li .block--thumb {
  position: relative;
  padding-top: 100%;
}
.page--blog .list--contents li .writer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #2FC4DB;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2;
}
.page--blog .block--form dt {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--blog .block--form textarea {
  border-color: #2FC4DB;
}
.page--blog .block--comment .list--comment li {
  position: relative;
}
.page--blog .block--comment .name {
  display: inline-block;
  background-color: #2FC4DB;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2;
}
.page--blog .block--comment .date {
  display: block;
}
.page--blog .block--comment .btn--delete input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #2FC4DB;
  background-color: #e9f7ff;
  color: #2FC4DB;
  line-height: 1;
}

.commentconfirm, .commentcomplete, .commentdelete {
  width: 93%;
  max-width: 950px;
  margin: 0 auto;
}
.commentconfirm .pageTit, .commentcomplete .pageTit, .commentdelete .pageTit {
  display: none;
}
.commentconfirm .titArea, .commentcomplete .titArea, .commentdelete .titArea {
  margin-bottom: 2em;
  color: #2FC4DB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2;
}
.commentconfirm dl, .commentcomplete dl, .commentdelete dl {
  margin-bottom: 1.5em;
  padding: 1.5em;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.2);
}
.commentconfirm dt, .commentcomplete dt, .commentdelete dt {
  margin-bottom: 0.6em;
  font-size: 11px;
}
.commentconfirm dd, .commentcomplete dd, .commentdelete dd {
  margin-bottom: 1.5em;
  color: #2FC4DB;
}
.commentconfirm dd:last-of-type, .commentcomplete dd:last-of-type, .commentdelete dd:last-of-type {
  margin-bottom: 0;
}
.commentconfirm .btn input[type=submit], .commentconfirm .btn a, .commentcomplete .btn input[type=submit], .commentcomplete .btn a, .commentdelete .btn input[type=submit], .commentdelete .btn a {
  margin: 1em 0;
  padding: 0.7em 1em;
  border: solid 1px #2FC4DB;
  border-radius: 50em;
  background: #ffffff;
  color: #2FC4DB;
  line-height: 1.3;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .commentconfirm .btn input[type=submit], .commentconfirm .btn a, .commentcomplete .btn input[type=submit], .commentcomplete .btn a, .commentdelete .btn input[type=submit], .commentdelete .btn a {
    min-width: 50%;
  }
}

.commentcomplete .titArea, .commentdelete .titArea {
  text-align: center;
}

.page--qa .list--qa {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--qa .list--qa li a {
  display: block;
  border: solid 1px #2FC4DB;
  background: #ffffff;
}
.page--qa .list--qa li a .date {
  display: block;
  position: relative;
  color: #413147;
}
.page--qa .list--qa li a .tit {
  color: #413147;
}
.page--qa .list--qa li a .name {
  color: #2FC4DB;
}
.page--qa .block--form dt {
  color: #2FC4DB;
}
.page--qa .block--form dd {
  margin-bottom: 1em;
}
.page--qa .block__question {
  position: relative;
  border: solid 1px #2FC4DB;
  text-align: left;
}
.page--qa .block__question .ico--q {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  color: #aee6ff;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--qa .block__question .ico--q p {
  text-align: center;
}
.page--qa .block__question .txt {
  text-align: left;
}
.page--qa .block__question .name {
  color: #413147;
}
.page--qa .block__answer {
  position: relative;
  border: solid 1px #2FC4DB;
  text-align: left;
}
.page--qa .block__answer .ico--a {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  color: #2FC4DB;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--qa .block__answer .txt {
  margin-bottom: 1em;
  text-align: left;
}
.page--qa .block__answer .name {
  color: #413147;
}

.page--support .section--detail {
  width: 86%;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--support .section--detail .section-tit {
  margin: 0 0 1em;
  color: #413147;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 20px;
  text-align: center;
}
.page--support .section--detail .tit {
  font-weight: normal;
}
.page--support .section--detail .list--support li {
  margin-bottom: 0.6em;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .section--detail .list--support a:hover {
  text-decoration: none;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq .section--list .section-tit {
  margin: 0 0 1em;
  color: #413147;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 20px;
  text-align: center;
}
.page--faq .section--list .tit {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .block--contact {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
}
.page--faq .section--list .block--contact a:hover {
  color: #2FC4DB;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #413147;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #aee6ff;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #aee6ff;
}
.page--faq .list--faq li .tit {
  margin: 0 0 0 0;
}
.page--faq .list--faq li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-items: center;
  padding: 1.5em 0;
  text-decoration: none;
}
.page--faq .list--faq .txt {
  padding-top: 0;
  font-size: 15px;
  line-height: 1.6;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  margin: 0 10px 0 0;
  color: #2FC4DB;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 1em;
}
.page--faq .block--faq-detail {
  border: solid 1px #413147;
  padding: 25px;
  margin: 0 0 80px;
  word-break: break-all;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: solid 1px #413147;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dt .txt {
  font-weight: 500;
}
.page--faq .block--faq-detail .txt {
  display: inline-block;
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q {
  display: none;
  /*
  display: block;
  margin-right: .2em;
  margin-bottom: .5em;
  color: var.$primary-color;
  @include var.font-sans-serif();
  font-size: 1.5em;
  line-height: 1;
  */
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
.page--faq .block--contact a:hover {
  color: #2FC4DB;
  text-decoration: none;
}
.page--faq .block--contact a:hover + i {
  color: #2FC4DB;
}

.section--detail.page--entry .txt--lead {
  color: #413147;
}
.section--detail.page--entry .block--tit {
  color: #2FC4DB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}
.section--detail.page--entry .block--tit span {
  display: block;
}
.section--detail.page--entry .list--content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail.page--entry .list--content li {
  border: solid 1px #2FC4DB;
  background: #2FC4DB;
  color: #ffffff;
}
.section--detail.page--entry .list--content li .title {
  color: #FAFF9F;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section--detail.page--entry .list--content li .title em {
  display: inline-block;
  background-color: #ffffff;
  color: #413147;
  line-height: 1;
  vertical-align: bottom;
}
.section--detail.page--entry .list--content li .title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.3;
}
.section--detail.page--entry .list--content li .title.txt--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.section--detail.page--entry .list--content li:nth-of-type(even) {
  margin-right: 0;
}
.section--detail.page--entry .list--content li :not(.btn) a {
  color: #FAFF9F;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.section--detail.page--entry .list--content li.block--benefit {
  border-color: #413147;
  background-color: #413147;
}
.section--detail.page--entry .price {
  width: 100%;
  border: solid 1px #413147;
  background-color: #ffffff;
  color: #413147;
}
.section--detail.page--entry .price td, .section--detail.page--entry .price th {
  border-bottom: solid 1px #413147;
}
.section--detail.page--entry .price th {
  font-weight: normal;
}
.section--detail.page--entry .note a {
  color: #413147;
  text-decoration: underline;
}
.section--detail.page--entry #section--continue .btn--main {
  border: solid 1px #2FC4DB;
  background: #ffffff;
  color: #2FC4DB;
}
.section--detail.page--entry .txt--link {
  display: block;
}
.section--detail.page--entry .txt--link strong {
  display: block;
}
.section--detail.page--entry .txt--link a {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
  word-break: break-all;
}
.section--detail.page--entry .txt--link a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.6em;
  margin-left: -1.1em;
  border: solid 2px #2FC4DB;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 10%;
}
.section--detail.page--entry .block--login__fanplus {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login__fanplus .block--inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  background-color: #FAFF9F;
}
.section--detail.page--entry .block--login__fanplus.block--change_course .block--inner {
  background-color: #9EF8FF;
}
.section--detail.page--entry .block--login__fanplus .txt--basic {
  width: 100%;
  color: #2FC4DB;
  text-align: center;
}
.section--detail.page--entry .block--login__fanplus .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login__fanplus .btn {
  margin: 0 auto;
}

.page--course_change .block--tit.tit--main {
  background-color: #2FC4DB;
  color: #ffffff;
}
.page--course_change .block--tit.tit--main + .txt--notice {
  font-weight: 600;
}
.page--course_change .block--guide .block--guide__list {
  background-color: #FAFF9F;
}
.page--course_change .block--guide .block--guide__list .txt--main {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}
.page--course_change .block--guide .block--guide__list .txt--sub {
  display: block;
}
.page--course_change .block--guide .block--guide__list .txt--basic {
  margin-bottom: 0;
}
.page--course_change .block--guide .block--guide__list .block--sub {
  border: solid 1px #000000;
}

.page--ticket.section--detail .txt--lead.block--attention {
  border-color: #e63a37;
  color: #e63a37;
}
.page--ticket.section--detail .txt--notice {
  font-weight: 600;
}
.page--ticket.section--detail .block--info {
  background-color: #FAFF9F;
}
.page--ticket.section--detail .block--info .txt--main {
  color: #000000;
  font-weight: 600;
}
.page--ticket.section--detail .block--info a {
  text-decoration: underline;
}
.page--ticket.section--detail .block--attention dt {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.block--info_table {
  width: 100%;
  border: solid 1px #413147;
  background-color: #ffffff;
  color: #413147;
}
.block--info_table td, .block--info_table th {
  border-bottom: solid 1px #413147;
}
.block--info_table th {
  font-weight: normal;
}

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

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

.page--guide_notice .block--tit.tit--main {
  background-color: #2FC4DB;
  color: #ffffff;
}
.page--guide_notice .block--tit.tit--main + .txt--notice {
  font-weight: 600;
}

.section--detail.page--archive .txt--lead {
  color: #413147;
}
.section--detail.page--archive .block--tit {
  color: #2FC4DB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}
.section--detail.page--archive .block--tit span {
  display: block;
}
.section--detail.page--archive .list--content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail.page--archive .list--content li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.section--detail.page--archive .list--content li a {
  display: block;
  width: 100%;
  border: solid 1px #2FC4DB;
  background: #2FC4DB;
  color: #ffffff;
}
.section--detail.page--archive .list--content li a .title {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.3;
}
.section--detail.page--archive .list--content li a .title span {
  display: block;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section--detail.page--archive .list--content li:nth-of-type(even) {
  margin-right: 0;
}

.page--notice .list--info li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.page--notice .list--info li a .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}

/*  questionnaire
------------------------------ */
.page--questionnaire .section-tit {
  color: #2FC4DB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}
.page--questionnaire .section-tit span {
  display: block;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #413147;
  top: 50%;
  right: 0.5em;
  margin-top: -0.25em;
}

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

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

#loader-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #9EF8FF;
  transition: opacity 1.5s ease;
}

#loader {
  transition: opacity 0.6s ease 0.5s;
}

.is-hide {
  display: none;
}

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

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

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

@keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes mask-circle {
  0% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
}
@keyframes mask-circle_out {
  0% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
}
@keyframes mask-btotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mask-toptob {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes parts_floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes slidein_bottom {
  0% {
    opacity: 0;
    transform: translate(0, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
@keyframes kurukuru-out {
  0% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
  100% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
}
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

#bg-image.delighter canvas {
  opacity: 0;
  transition: opacity 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
#bg-image.started canvas {
  opacity: 1;
}

body:not(.started) {
  display: none;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
body.started {
  display: block;
  opacity: 1;
}

.section--top.delighter .block--window {
  opacity: 0;
}
.section--top.delighter .block--logo {
  opacity: 0;
  transform: scale(0);
}
.section--top.delighter .block--keyvisual__art1 {
  opacity: 0;
  transform: translateX(-100%);
}
.section--top.delighter .block--keyvisual__art2 {
  transform: translateX(100%);
}
.section--top.delighter .block--nav li {
  opacity: 0;
}
.section--top.delighter .block--nav .block--message {
  opacity: 0;
  transform: translateY(-30%);
}
.section--top.delighter .block--pic__light {
  opacity: 0;
  transform: translateY(-100%);
}
.section--top.started .block--window {
  opacity: 1;
  transition: opacity 0.5s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--logo {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s 0.7s, transform 0.8s 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--keyvisual__art1 {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.3s 1.4s, transform 0.8s 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--keyvisual__art2 {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.3s 1.4s, transform 0.8s 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--nav li {
  opacity: 1;
  transition: opacity 1s 1.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--nav li:nth-of-type(2) {
  transition-delay: 2s;
}
.section--top.started .block--nav .block--message {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s 2s, transform 0.4s 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--pic__light {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 1.6s, transform 0.8s 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.block--scroll.delighter {
  opacity: 0;
}
.block--scroll.started {
  opacity: 0;
  transform: translate(0, 0);
}
.block--scroll.scroll-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s 0.3s;
}

.drawer__btn.delighter {
  opacity: 0;
  transform: translateY(-100%);
  transform-origin: top center;
}
.drawer__btn.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s 1.75s, transform 0.8s 1.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.section--entrance__footer.delighter .block--pic__chandelier {
  opacity: 0;
  transform: scale(0.9);
}
.section--entrance__footer.delighter .block--pic__door {
  opacity: 0;
  transform: scale(0.8);
}
.section--entrance__footer.delighter .block--link__official {
  opacity: 0;
  transform: scale(0.5) rotate(300deg);
}
.section--entrance__footer.started .block--pic__chandelier {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s 0.1s, transform 0.8s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--entrance__footer.started .block--pic__door {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s 0.5s, transform 0.8s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--entrance__footer.started .block--link__official {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: opacity 0.8s 1s, transform 0.8s 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.block--pic__sofa.delighter {
  opacity: 0;
  transform: scale(0.9);
}
.block--pic__sofa.started {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.1s 0.1s, transform 1.1s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.block--pic__unbrella.delighter {
  opacity: 0;
  transform: scale(0.9);
}
.block--pic__unbrella.started {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.1s 0.1s, transform 1.1s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.section--banner.delighter {
  opacity: 0;
}
.section--banner.started {
  opacity: 1;
  transition: opacity 1s ease;
}

.section-tit.delighter, .txt.delighter, .block--nav__category.delighter {
  opacity: 0;
  transform: scale(0);
}
.section-tit.started, .txt.started, .block--nav__category.started {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s 0.1s, transform 0.4s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.tit.delighter {
  opacity: 0;
  transform: translateY(20px);
}
.tit.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, color 0.3s;
}

.date.delighter, .block--share.delighter, .category.delighter {
  opacity: 0;
  transform: translateY(20px);
}
.date.started, .block--share.started, .category.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.22s, transform 0.5s 0.22s;
}

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

.list--info li .delighter {
  transform: translateY(-20px);
}
.list--info li.started {
  transform: translateY(0);
}
.list--info li.started:nth-of-type(1) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
.list--info li.started:nth-of-type(2) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.list--info li.started:nth-of-type(3) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
.list--info li.started:nth-of-type(4) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.list--info li.started:nth-of-type(5) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
.list--info li.started:nth-of-type(6) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
.list--info li.started:nth-of-type(7) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
.list--info li.started:nth-of-type(8) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
.list--info li.started:nth-of-type(9) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
.list--info li.started:nth-of-type(10) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}

body:not(.drawer-visible) .g-nav li, body:not(.drawer-visible) .block--nav--login li {
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.4s, opacity 0.4s;
}

body.drawer-visible .g-nav li:nth-of-type(1), body.drawer-visible .block--nav--login li:nth-of-type(1) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.45s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.45s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(2), body.drawer-visible .block--nav--login li:nth-of-type(2) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.5s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.5s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(3), body.drawer-visible .block--nav--login li:nth-of-type(3) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.55s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.55s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(4), body.drawer-visible .block--nav--login li:nth-of-type(4) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.6s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.6s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(5), body.drawer-visible .block--nav--login li:nth-of-type(5) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.65s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(6), body.drawer-visible .block--nav--login li:nth-of-type(6) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.7s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(7), body.drawer-visible .block--nav--login li:nth-of-type(7) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.75s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(8), body.drawer-visible .block--nav--login li:nth-of-type(8) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.8s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(9), body.drawer-visible .block--nav--login li:nth-of-type(9) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.85s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(10), body.drawer-visible .block--nav--login li:nth-of-type(10) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.9s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(11), body.drawer-visible .block--nav--login li:nth-of-type(11) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.95s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(12), body.drawer-visible .block--nav--login li:nth-of-type(12) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(13), body.drawer-visible .block--nav--login li:nth-of-type(13) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.05s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(14), body.drawer-visible .block--nav--login li:nth-of-type(14) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.1s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(15), body.drawer-visible .block--nav--login li:nth-of-type(15) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.15s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(16), body.drawer-visible .block--nav--login li:nth-of-type(16) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.2s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(17), body.drawer-visible .block--nav--login li:nth-of-type(17) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.25s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.25s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(18), body.drawer-visible .block--nav--login li:nth-of-type(18) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.3s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(19), body.drawer-visible .block--nav--login li:nth-of-type(19) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.35s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.35s forwards;
}
body.drawer-visible .g-nav li:nth-of-type(20), body.drawer-visible .block--nav--login li:nth-of-type(20) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
  animation: mask-btotop 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.4s forwards;
}

.block--pager.delighter {
  transform: translateY(20px);
}
.block--pager.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.block--category.delighter {
  transform: translateY(20px);
}
.block--category.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.list--contents li.delighter {
  transform: translateY(-10px);
}
.list--contents li.started {
  z-index: 1;
  transform: translateY(0);
}
.list--contents li.started:nth-of-type(1) {
  transition: opacity 0.6s ease-in 0.55s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
}
.list--contents li.started:nth-of-type(2) {
  transition: opacity 0.6s ease-in 0.6s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.list--contents li.started:nth-of-type(3) {
  transition: opacity 0.6s ease-in 0.65s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
.list--contents li.started:nth-of-type(4) {
  transition: opacity 0.6s ease-in 0.7s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.list--contents li.started:nth-of-type(5) {
  transition: opacity 0.6s ease-in 0.75s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
.list--contents li.started:nth-of-type(6) {
  transition: opacity 0.6s ease-in 0.8s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.list--contents li.started:nth-of-type(7) {
  transition: opacity 0.6s ease-in 0.85s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
.list--contents li.started:nth-of-type(8) {
  transition: opacity 0.6s ease-in 0.9s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
.list--contents li.started:nth-of-type(9) {
  transition: opacity 0.6s ease-in 0.95s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
.list--contents li.started:nth-of-type(10) {
  transition: opacity 0.6s ease-in 1s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
.list--contents li.started:nth-of-type(11) {
  transition: opacity 0.6s ease-in 1.05s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
.list--contents li.started:nth-of-type(12) {
  transition: opacity 0.6s ease-in 1.1s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
.list--contents li.started:nth-of-type(13) {
  transition: opacity 0.6s ease-in 1.15s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
.list--contents li.started:nth-of-type(14) {
  transition: opacity 0.6s ease-in 1.2s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
.list--contents li.started:nth-of-type(15) {
  transition: opacity 0.6s ease-in 1.25s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s;
}
.list--contents li.started:nth-of-type(16) {
  transition: opacity 0.6s ease-in 1.3s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
}
.list--contents li.started:nth-of-type(17) {
  transition: opacity 0.6s ease-in 1.35s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s;
}
.list--contents li.started:nth-of-type(18) {
  transition: opacity 0.6s ease-in 1.4s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
}
.list--contents li.started:nth-of-type(19) {
  transition: opacity 0.6s ease-in 1.45s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s;
}
.list--contents li.started:nth-of-type(20) {
  transition: opacity 0.6s ease-in 1.5s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}

.block--thumb.delighter {
  transform: translateY(-10px);
}
.block--thumb.started {
  transform: translateY(0);
  transition: opacity 0.6s ease-in 0.1s;
  animation: mask-toptob 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.list__more.started {
  transition: opacity 0.2s ease-in 0.2s;
}

.parallax_vertical_s, .parallax_vertical_m, .parallax_vertical_l, .parallax_vertical_l2 {
  will-change: transform;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn a,
  .btn input {
    overflow: hidden;
    min-width: 200px;
    cursor: pointer;
    transition: 0.3s;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn--main a, .list__more a {
    z-index: 0;
    font-size: 16px;
    transition: color 0.3s 0.2s, border 0.3s 0.2s;
  }
  .btn--main a .inner, .list__more a .inner {
    padding: 0.8em 1.65em;
  }
  .btn--main a .inner::before, .list__more a .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #413147;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s 0.2s;
  }
  .btn--main a::after, .list__more a::after {
    top: 50%;
    right: -1.25em;
    z-index: 1;
    width: 2em;
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.3s;
  }
  .btn--main a:hover, .list__more a:hover {
    border-color: #413147;
    color: #FAFF9F;
  }
  .btn--main a:hover .inner::before, .list__more a:hover .inner::before {
    transform: scaleX(1);
  }
  .btn--main a:hover::after, .list__more a:hover::after {
    transform: scaleX(0);
  }
  .btn--main.btn__input .inner, .list__more.btn__input .inner {
    z-index: 0;
    transition: border 0.3s 0.2s;
  }
  .btn--main.btn__input .inner::before, .list__more.btn__input .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #413147;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s 0.2s;
  }
  .btn--main.btn__input .inner input, .list__more.btn__input .inner input {
    overflow: hidden;
    padding: 0.8em 1.55em;
    transition: color 0.3s 0.2s;
  }
  .btn--main.btn__input::after, .list__more.btn__input::after {
    top: 50%;
    right: -1.25em;
    z-index: 1;
    width: 2em;
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.3s;
  }
  .btn--main.btn__input:hover .inner, .list__more.btn__input:hover .inner {
    border-color: #413147;
  }
  .btn--main.btn__input:hover .inner::before, .list__more.btn__input:hover .inner::before {
    transform: scaleX(1);
  }
  .btn--main.btn__input:hover::after, .list__more.btn__input:hover::after {
    transform: scaleX(0);
  }
  .btn--main.btn__input:hover input, .list__more.btn__input:hover input {
    color: #FAFF9F;
  }
  .btn--sub a {
    min-width: 200px;
    padding: 0.7em 1em;
    transition: color 0.3s;
  }
  .btn--sub a:hover {
    color: #413147;
  }
  .detail__btn {
    margin: 2.5em 0 0;
  }
  .detail__btn a {
    display: inline-block;
    padding: 0.6em 1.5em;
    font-size: 15px;
    transition: background 0.3s, color 0.3s;
  }
  .detail__btn a:hover {
    background-color: #2FC4DB;
    color: #ffffff;
  }
  .block--pager li a {
    transition: background 0.3s, color 0.3s;
  }
  .block--pager li a:hover {
    background: #2FC4DB;
    color: #ffffff;
  }
  .block--pager .pager__item--newer a:hover {
    background: #2FC4DB;
  }
  .block--pager .pager__item--newer a:hover::after, .block--pager .pager__item--newer a:hover::before {
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }
  .block--pager .pager__item--older a:hover {
    background: #2FC4DB;
  }
  .block--pager .pager__item--older a:hover::after, .block--pager .pager__item--older a:hover::before {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }
  .block--pager .pager__item--newer_max a::after, .block--pager .pager__item--newer_max a::before, .block--pager .pager__item--older_max a::after, .block--pager .pager__item--older_max a::before {
    transition: border 0.3s;
  }
  .block--pager .pager__item--newer_max a:hover, .block--pager .pager__item--older_max a:hover {
    background: none;
  }
  .block--pager .pager__item--newer_max a:hover::after, .block--pager .pager__item--newer_max a:hover::before, .block--pager .pager__item--older_max a:hover::after, .block--pager .pager__item--older_max a:hover::before {
    border-color: #413147;
  }
  .block--pager__detail {
    margin-top: 3em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span,
  .block--pager__detail .detail__btn a,
  .block--pager__detail .detail__btn span {
    font-size: 15px;
    transition: background 0.3s, color 0.3s;
  }
  .block--pager__detail .pager__item--newer a:hover,
  .block--pager__detail .pager__item--older a:hover,
  .block--pager__detail .detail__btn a:hover {
    background-color: #2FC4DB;
    color: #ffffff;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
    padding: 0.6em 1.5em 0.6em 1em;
  }
  .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
    padding: 0.6em 1em 0.6em 1.5em;
  }
  .block--pager__detail .detail__btn a {
    padding: 0.6em 1.5em 0.6em 1.5em;
  }
  .page--blog .block--pager__detail .pager__item--older a, .page--blog .block--pager__detail .pager__item--older span {
    padding: 0.6em 1.5em 0.6em 1em;
  }
  .page--blog .block--pager__detail .pager__item--newer a, .page--blog .block--pager__detail .pager__item--newer span {
    padding: 0.6em 1em 0.6em 1.5em;
  }
  #loader-wrap #loader p {
    width: 30%;
  }
  #loader-wrap #loader p img {
    width: 100%;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #FAFF9F;
  }
  .date {
    font-size: 10px;
  }
  .category {
    font-size: 12px;
    line-height: 1.2;
  }
  .tit {
    font-size: 16px;
    line-height: 1.6;
  }
  .list--info li {
    width: 81%;
    margin: 0 auto 3em;
  }
  .list--info li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 0;
  }
  .list--info li a .block--tit {
    margin: 1.25em 7% 1.2em 0;
  }
  .list--info li a .tit {
    transition: color 0.3s;
  }
  .list--info li a .date {
    top: -1em;
    left: -0.9em;
    padding: 1em 0.62em;
    transition: color 0.3s, border 0.3s;
  }
  .list--info li a .date p {
    font-size: 16px;
  }
  .list--info li a .date span {
    display: block;
    font-size: 10px;
  }
  .list--info li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #413147;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s;
  }
  .list--info li a:hover .tit {
    color: #FAFF9F;
  }
  .list--info li a:hover .date {
    border-color: #413147;
    color: #413147;
  }
  .list--info li a:hover::before {
    transform: scaleX(1);
  }
  .list--contents, .list--photo {
    margin: 0 auto 7em;
  }
  .list--contents li, .list--photo li {
    width: 46%;
    margin-bottom: 3vw;
    margin-right: 8%;
  }
  .list--contents li:nth-of-type(2n), .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a, .list--photo li a {
    display: block;
  }
  .list--contents li a .block--thumb, .list--photo li a .block--thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2vw;
    transition: filter 0.3s;
  }
  .list--contents li a .tit, .list--photo li a .tit {
    transition: color 0.5s;
  }
  .list--contents li a .category, .list--photo li a .category {
    margin-top: 0.4vw;
    transition: color 0.5s;
  }
  .list--contents li a .date, .list--photo li a .date {
    margin-top: 0.4vw;
    transition: color 0.5s;
  }
  .list--contents li a path, .list--photo li a path {
    transform-origin: center;
    transition: opacity 0.3s, transform 0.3s;
  }
  .list--contents li a:hover .tit, .list--photo li a:hover .tit {
    color: #413147;
  }
  .list--contents li a:hover .category, .list--photo li a:hover .category {
    color: #413147;
  }
  .list--contents li a:hover .date, .list--photo li a:hover .date {
    color: #413147;
  }
  .list--contents li a:hover path, .list--photo li a:hover path {
    opacity: 0;
    transform: scale(0.9);
  }
  .list--contents li a::after, .list--photo li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: dotted 0px #2FC4DB;
    transition: border 0.3s 0.1s;
    animation: rotation 12s infinite linear;
    mix-blend-mode: luminosity;
  }
  .list--contents li a:hover::after, .list--photo li a:hover::after {
    border: dotted 5px #2FC4DB;
  }
  .list--contents li.new a::before, .list--photo li.new a::before {
    top: 10%;
    left: 5%;
    width: 3em;
    height: 3em;
    font-size: 10px;
  }
  .list--photo {
    margin-bottom: 2em;
  }
  .list--photo li {
    width: 33.3333333333%;
    margin-right: 0;
  }
  .list--photo li a {
    width: 90%;
  }
  .list--photo li.new a::before {
    top: -2% !important;
    left: -2% !important;
  }
  .list--contents__category li {
    width: 33.3333333333%;
    margin-right: 0;
  }
  .list--contents__category li a {
    width: 90%;
  }
  .list--error li {
    font-size: 13px;
  }
  .no--data {
    text-align: center;
  }
  .block--nav__category {
    margin-bottom: 2em;
  }
  .block--nav__category li {
    margin-right: 0.4em;
    margin-bottom: 0.6em;
  }
  .block--nav__category li a {
    padding: 0.3em 1em;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    transition: background-color 0.2s, color 0.2s;
  }
  .block--nav__category li a:hover {
    background-color: #2FC4DB;
    color: #ffffff;
  }
  .block--link {
    margin: 3vw auto;
  }
  .block--link a {
    padding: 1.6em 1em;
    border-radius: 2em;
    border-top-right-radius: 0;
    text-align: center;
    transition: background 0.3s;
  }
  .block--link a .title {
    font-size: 18px;
    transition: color 0.3s;
  }
  .block--link a .title span {
    margin-top: 1vw;
    font-size: 11px;
  }
  .block--link a:hover {
    background: #2FC4DB;
  }
  .block--link a:hover .title {
    color: #ffffff;
  }
  header > .logo {
    max-width: 160px;
    margin-top: 2em;
    margin-bottom: 1.5em;
    margin-left: 2vw;
    transition: 0.2s ease-in;
  }
  header > .logo a {
    display: block;
  }
  header > .logo .logo_fc_main, header > .logo .logo_fc_plus {
    transition: fill 0.3s ease-in;
  }
  header > .logo:hover .logo_fc_main, header > .logo:hover .logo_fc_plus {
    fill: #faff9f;
  }
  .drawer .drawer-inner {
    min-height: 81%;
  }
  .drawer .drawer-inner .g-nav {
    width: 81vw;
    height: 100%;
    margin: 3vw auto 0;
  }
  .drawer .drawer-inner .g-nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer .drawer-inner .g-nav ul li {
    width: 49%;
  }
  .drawer .drawer-inner .g-nav ul li a {
    position: relative;
    padding: 0.5em 0.8vw;
    font-size: 38px;
    transition: color 0.3s;
  }
  .drawer .drawer-inner .g-nav ul li a span {
    font-size: 11px;
    transition: color 0.3s;
  }
  .drawer .drawer-inner .g-nav ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #413147;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s;
  }
  .drawer .drawer-inner .g-nav ul li a:hover {
    color: #FAFF9F;
  }
  .drawer .drawer-inner .g-nav ul li a:hover span {
    color: #FAFF9F;
  }
  .drawer .drawer-inner .g-nav ul li a:hover::before {
    transform: scaleX(1);
  }
  .drawer .drawer-inner .block--nav--login {
    width: 81vw;
    margin: 3em auto 0;
  }
  .drawer .drawer-inner .block--nav--login ul {
    padding-left: 0.8vw;
  }
  .drawer .drawer-inner .block--nav--login ul li {
    display: inline-block;
    margin-right: 1.5em;
  }
  .drawer .drawer-inner .block--nav--login ul li a {
    position: relative;
    padding: 0.2vw 0;
    font-size: 30px;
  }
  .drawer .drawer-inner .block--nav--login ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #413147;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s;
  }
  .drawer .drawer-inner .block--nav--login ul li a:hover::before {
    transform: scaleX(1);
  }
  .drawer .drawer-inner .block--nav--login ul li.nav--home {
    padding-left: 1.5em;
  }
  .drawer .pic-floor {
    width: 101%;
    margin-top: 4vw;
  }
  .drawer .pic-floor span {
    margin-left: -1%;
    padding-top: 7.17%;
    background: url(/static/frederic/fanclub/common/pic-floor.svg) no-repeat;
  }
  .drawer__btn {
    top: 0;
    right: 3%;
    width: 3.8vw;
    max-width: 81px;
  }
  .drawer__btn:hover .nav--menu_light_body {
    fill: #faff9f;
  }
  .drawer__btn:hover .nav--menu_light {
    stroke: #413147;
  }
  .drawer__btn:hover .nav--menu_txt-menu {
    fill: #FAFF9F;
  }
  .drawer__btn:hover .nav--menu_cover {
    fill: #413147;
  }
  .drawer__btn:hover .nav--close_light_body {
    fill: rgba(250, 255, 159, 0);
  }
  .drawer__btn:hover .nav--close_light {
    stroke: black;
  }
  .drawer__btn:hover .nav--close_txt-close {
    fill: #ffffff;
  }
  .drawer__btn:hover .nav--close_cover {
    fill: #000000;
  }
  .page--home .section--top .inner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .page--home .section--top .block--tit {
    width: 100%;
  }
  .page--home .section--top .block--tit .block--logo {
    width: 100%;
  }
  .page--home .section--top .block--tit .block--logo .logo_fc_sub {
    width: 17%;
    margin: 0 auto 2em;
  }
  .page--home .section--top .block--main {
    width: 40vw;
  }
  .page--home .section--top .block--window {
    width: 88%;
    margin: 0 auto 1.1em;
  }
  .page--home .section--top .block--nav {
    width: 100%;
  }
  .page--home .section--top .block--nav .section--login {
    margin: 0 auto;
  }
  .page--home .section--top .block--nav .section--login li {
    position: relative;
    width: 6.5vw;
    min-width: 6em;
  }
  .page--home .section--top .block--nav .section--login li.nav--join {
    margin-right: 2.69vw;
  }
  .page--home .section--top .block--nav .section--login li.nav--join a {
    width: 110%;
    transform-origin: left top;
  }
  .page--home .section--top .block--nav .section--login li.nav--join a svg {
    padding: 5%;
  }
  .page--home .section--top .block--nav .section--login li.nav--join a:hover {
    animation: yurayura_low 0.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--home .section--top .block--nav .section--login li.nav--login a {
    width: 110%;
    transform-origin: center top;
  }
  .page--home .section--top .block--nav .section--login li.nav--login a svg {
    padding: 5%;
  }
  .page--home .section--top .block--nav .section--login li.nav--login a:hover {
    animation: yurayura 1.2s infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
  @keyframes yurayura {
    0%, 100% {
      transform: rotate(20deg);
    }
    50% {
      transform: rotate(-20deg);
    }
  }
  @keyframes yurayura_low {
    0%, 100% {
      transform: rotate(10deg);
    }
    50% {
      transform: rotate(-10deg);
    }
  }
  .page--home .section--top .block--message {
    display: inline-block;
    width: auto;
    min-width: 200px;
    margin: 0 auto 2em;
    border-radius: 2em;
    border-top-left-radius: 0;
    transition: transform 0.3s;
  }
  .page--home .section--top .block--message a {
    padding: 1.5em 1.5em;
  }
  .page--home .section--top .block--message .message--name {
    margin-bottom: 0.6em;
    font-size: 14px;
    line-height: 1.5;
  }
  .page--home .section--top .block--message .message--txt {
    line-height: 1.5;
  }
  .page--home .section--top .block--message .nickname {
    margin-right: 0.1em;
  }
  .page--home .section--top .block--message:hover {
    transform: translateY(-1em);
  }
  .page--home .section--top::after {
    padding-top: 7.17%;
    background: url(/static/frederic/fanclub/common/pic-floor.svg) no-repeat;
    background-size: 101%;
    background-position: 31% top;
  }
  .page--home .block--keyvisual__art1 {
    top: 10%;
    left: 2%;
    width: 24%;
  }
  .page--home .block--keyvisual__art2 {
    right: -1%;
    bottom: -0.5%;
    width: 30%;
  }
  .page--home .block--pic__light {
    top: 0;
    right: 6.7%;
    width: 2.7%;
  }
  .page--home .block--scroll {
    bottom: 8vh;
    left: 2.3vw;
  }
  .page--home .block--scroll .scroll {
    width: 1px;
    height: 6vh;
    bottom: -7vh;
    left: 28%;
  }
  .page--home .block--scroll .scroll-txt {
    font-size: 12px;
  }
  .page--home .section--banner {
    margin-bottom: 4.86em;
    padding-top: 5.8vw;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 1.7vw;
    margin-left: 11.7%;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    width: 22% !important;
    margin-right: 2%;
    transition: transform 0.3s;
  }
  .page--home .section--banner .list--bnr li img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .list--bnr li:hover {
    cursor: pointer;
    transform: translateY(-6%);
  }
  .page--home .section--banner .block--carousel-nav {
    margin-left: 11.7%;
  }
  .page--home .section--banner .progress-bar {
    width: 13.7%;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: block;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    display: inline-flex;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    display: inline-block;
  }
  .page--home .section-tit {
    font-size: 50px;
  }
  .page--home .list__more {
    margin-bottom: 3.3em;
  }
  .page--home .section--news {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--news .area--tit {
    width: 76.5%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .page--home .section--news .area--tit .section-tit {
    width: 28.19%;
    margin: 0 auto -3%;
  }
  .page--home .section--news .list--info {
    margin: 0 auto 2.5em;
    padding: 5em 0;
  }
  .page--home .section--news .list--info li {
    width: 81%;
  }
  .page--home .block--pic__sofa {
    width: 13%;
    margin-left: 14%;
    margin-bottom: -2%;
  }
  .page--home .section--contents {
    width: 100%;
    margin: 0 auto 8.1em;
    padding-top: 7.5em;
  }
  .page--home .section--contents .area--tit {
    width: 76.5%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .page--home .section--contents .area--tit .section-tit {
    width: 34.49%;
    margin: 0 auto -3%;
  }
  .page--home .section--contents .list--contents {
    width: 90%;
    padding: calc(3% + 3.9em) 0 0;
  }
  .page--home .section--contents .list--contents li {
    width: 21%;
    margin: 0 auto 5.68em;
    margin-right: 5.33%;
  }
  .page--home .section--contents .list--contents li:nth-of-type(4n) {
    margin-right: 0;
  }
  .page--home .section--contents .list--contents li:nth-of-type(n+5) {
    margin-bottom: 0;
  }
  .page--home .section--contents .list--contents li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--contents .list--contents li a .block--tit {
    order: 2;
    position: relative;
    width: 71.4%;
    min-width: 150px;
    margin: 0 auto 2em;
    padding: 1em 0.2em;
    border-radius: 2em;
    border-bottom-right-radius: 0;
    transition: background-color 0.3s;
  }
  .page--home .section--contents .list--contents li a .block--tit .tit {
    font-size: 22px;
    transition: color 0.3s;
  }
  .page--home .section--contents .list--contents li a .block--tit .txt {
    margin-top: 0.3em;
    font-size: 11px;
    line-height: 1.3;
    transition: color 0.3s;
  }
  .page--home .section--contents .list--contents li a .block--thumb__art {
    order: 1;
    position: relative;
    margin-bottom: 1.2em;
    transition: transform 0.3s 0.2s;
  }
  .page--home .section--contents .list--contents li a .block--thumb__art::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: dotted 0px #2FC4DB;
    transition: border 0.3s 0.1s;
    animation: rotation 12s infinite linear;
    mix-blend-mode: luminosity;
  }
  .page--home .section--contents .list--contents li a::after {
    display: none;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .page--home .section--contents .list--contents li a:hover .block--tit {
    background-color: #413147;
  }
  .page--home .section--contents .list--contents li a:hover .block--tit .tit {
    color: #FAFF9F;
  }
  .page--home .section--contents .list--contents li a:hover .block--tit .txt {
    color: #FAFF9F;
  }
  .page--home .section--contents .list--contents li a:hover .block--thumb__art::after {
    border: dotted 5px #2FC4DB;
  }
  .page--home .section--contents .list--contents li:nth-of-type(odd) {
    margin-top: 1.5em;
  }
  .page--home .section--contents .list--contents li.nav--message img {
    width: 80%;
  }
  .page--home .section--contents .list--contents li.new a .block--tit::before {
    top: -10%;
    left: -2%;
    width: 3em;
    height: 3em;
    font-size: 10px;
  }
  .page--home .section--latest_contents {
    position: relative;
    width: 100%;
    margin: 0 auto 10.25em;
    padding-top: 12em;
  }
  .page--home .section--latest_contents .area--tit {
    width: 76.5%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .page--home .section--latest_contents .area--tit .section-tit {
    width: 61.8%;
    margin: 0 auto -3%;
  }
  .page--home .section--latest_contents .list--contents {
    width: 83%;
    padding: calc(3% + 3.9em) 0 0;
  }
  .page--home .section--latest_contents .list--contents li {
    width: 46%;
    margin: 0 0 4.1em;
    margin-right: 8%;
  }
  .page--home .section--latest_contents .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--home .section--latest_contents .list--contents li a {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--latest_contents .list--contents li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: dotted 0px #2FC4DB;
    transition: border 0.3s 0.1s;
    animation: rotation 12s infinite linear;
    mix-blend-mode: luminosity;
  }
  .page--home .section--latest_contents .list--contents li a path {
    transform-origin: center;
    transition: opacity 0.3s, transform 0.3s;
  }
  .page--home .section--latest_contents .list--contents li a:hover::after {
    border: dotted 5px #2FC4DB;
  }
  .page--home .section--latest_contents .list--contents li a:hover path {
    opacity: 0;
    transform: scale(0.9);
  }
  .page--home .section--latest_contents .list--contents li a .block--thumb {
    position: relative;
    margin-bottom: -1.5em;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .page--home .section--latest_contents .list--contents li a .block--txt {
    width: 90%;
  }
  .page--home .section--latest_contents .list--contents li a .block--txt .category {
    margin: 0 0 0.88em;
    padding: 0.4em 0.7em;
    font-size: 14px;
  }
  .page--home .section--latest_contents .list--contents li a .block--txt .tit {
    font-size: 16px;
  }
  .page--home .block--pic__unbrella {
    position: absolute;
    top: 2.65%;
    right: 2.75%;
    width: 26.5%;
    max-width: 400px;
  }
  .page--home [class^=section--] .list__wrap {
    width: 76.5%;
    margin: 0 auto;
  }
  .page--home .section--entrance__footer {
    position: relative;
    width: 100%;
    margin: 0 auto 1em;
  }
  .page--home .section--entrance__footer .block--pic__chandelier {
    width: 17%;
    margin: -3px auto 3.75em;
  }
  .page--home .section--entrance__footer .block--pic__door {
    position: relative;
  }
  .page--home .section--entrance__footer .block--pic__door figure {
    width: 13.7%;
    margin: 0 auto;
  }
  .page--home .section--entrance__footer .block--link__official {
    position: absolute;
    top: 30%;
    right: 38%;
    width: 10%;
  }
  .page--home .section--entrance__footer .block--link__official a .nav--link-official {
    transform-origin: center;
    transition: transform 0.3s;
  }
  .page--home .section--entrance__footer .block--link__official a:hover .nav--link-official {
    transform: rotate(-10deg);
  }
  .page--home .section--entrance__footer .block--link__official a:hover .item--link-official_bg {
    fill: #2fc4db;
  }
  .page--home .section--entrance__footer .block--link__official a:hover .item--link-official_main {
    fill: white;
  }
  .page--home [class^=section--] .list__wrap {
    background: url(/static/frederic/fanclub/common/bg_wall.svg) center top;
  }
  .page--home .section--contents, .page--home .section--latest_contents, .page--home .section--entrance__footer {
    background: url(/static/frederic/fanclub/common/pic-floor.svg) no-repeat;
    background-size: 101%;
    background-position: 31% top;
  }
  .content--main {
    background: url(/static/frederic/fanclub/common/pic-floor.svg) no-repeat;
    background-size: 101%;
    background-position: 31% top;
  }
  body.page--home .content--main {
    background: none;
  }
  .section-tit {
    margin-bottom: 3vw;
    font-size: 70px;
    text-align: center;
  }
  .section-tit span {
    margin-top: 0.5vw;
    font-size: 18px;
  }
  .section-tit__sub {
    margin-bottom: 3vw;
    font-size: 22px;
    text-align: center;
  }
  .section--list,
  .section--detail {
    margin: 8em auto;
    padding: 3em;
  }
  .section--detail .tit {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--share li a i {
    transition: color 0.3s;
  }
  .section--detail .block--share li a:hover i {
    color: #aee6ff;
  }
  .section--detail .block--share li a:hover svg {
    fill: #aee6ff;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .block--expire {
    margin: 0 auto 6em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 30px;
  }
  .block--expire .txt {
    margin-bottom: 2vw;
  }
  .block--expire .notice {
    margin-bottom: 2em;
  }
  .page--info .list--info {
    margin-bottom: 3em;
  }
  .page--info .section--detail .txt {
    margin-top: 3em;
  }
  .page--info .section--detail .txt a {
    color: #2FC4DB;
  }
  .page--info .section--detail .txt a:hover {
    color: #aee6ff;
  }
  .page--photo.page--photo__detail .list--photo li {
    width: 100%;
    margin-bottom: 3vw;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie .section--detail {
    width: 90%;
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 0.2em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 30px auto;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .txt {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page--movie .section--detail .txt a {
    color: #2FC4DB;
  }
  .page--movie.new-movie.category-movie .section--list {
    margin: 8em auto;
  }
  .page--movie.new-movie.category-movie .section--list .section-tit {
    margin-bottom: 0.75em;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents::after {
    width: 30%;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li {
    margin-right: 5%;
    margin-bottom: 2.5em;
    width: 30%;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 5%;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li.new a::before {
    top: 5%;
    left: 5%;
    font-size: 14px;
  }
  .page--movie.new-movie.category-movie .block--pager .pager__item--current {
    min-width: 40px;
    min-height: 40px;
  }
  .page--movie.new-movie.category-movie .detail__btn {
    margin-top: 4vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--player {
    margin: 0 auto 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .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 .commentTxt {
    margin-top: 1.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .thumb {
    margin: 0 20px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt .tit {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .page--movie.new-movie.new-movie-all .section--list .block--nav__category li .category {
    background: none;
  }
  .page--movie.new-movie.new-movie-all .section--list .block--nav__category li.categoryOn .category a {
    background-color: #2FC4DB;
    color: #ffffff;
    pointer-events: none;
  }
  .page--movie.new-movie.new-movie-all .section--list .block--category-list .list--contents li {
    width: 46%;
    margin-bottom: 3vw;
    margin-right: 8%;
  }
  .page--movie.new-movie.new-movie-all .section--list .block--category-list .list--contents li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .page--movie.new-movie.new-movie-all .section--list .block--category-list .list--contents li:nth-of-type(3n) {
    margin-right: 8%;
  }
  .page--movie.new-movie.new-movie-all .section--list .block--category-list .list--contents::after {
    width: 46%;
  }
  .page--movie.new-movie.new-movie-allDtail .section--list .section-tit .talkTit {
    font-size: 54px;
  }
  .page--qa .txt {
    margin-bottom: 2em;
  }
  .page--qa .txt--sub {
    margin-top: 0.5em;
    font-size: 13px;
  }
  .page--qa .btn--sub {
    margin: 2em auto 0;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5em auto 2em;
  }
  .page--qa .list--qa li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 2em;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.2em;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1em;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .list--qa li a:hover {
    background: #FAFF9F;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    margin-bottom: 2em;
    padding: 1.5em 2em;
  }
  .page--qa .block__question .ico--q {
    top: -0.5em;
    left: -0.5em;
    padding: 0.1em;
    font-size: 40px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1em;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2em;
    padding: 1.5em 2em;
  }
  .page--qa .block__answer .ico--a {
    top: -0.5em;
    left: -0.5em;
    padding: 0.1em;
    font-size: 40px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1em;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--blog .list--contents li .writer {
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.5em 1em;
    font-size: 14px;
  }
  .page--blog .list--contents li.new a::before {
    top: -2% !important;
    left: -2% !important;
  }
  .page--blog .block--form dt {
    margin-bottom: 0.6em;
    font-size: 16px;
  }
  .page--blog .list--form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .page--blog .section--detail .txt {
    margin-top: 3em;
  }
  .page--blog .block--comment .list--comment {
    margin: 3em auto;
  }
  .page--blog .block--comment .list--comment li {
    margin-bottom: 3em;
  }
  .page--blog .block--comment .name {
    max-width: 90%;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    font-size: 13px;
  }
  .page--blog .block--comment .txt {
    margin: 0.6em auto 0;
  }
  .page--blog .block--comment .btn--delete input[type=submit] {
    padding: 0.5em;
    border-radius: 0.2em;
    font-size: 13px;
  }
  .page--support .section--detail {
    margin: 8em auto 5em;
    padding: 3em;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 2em;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--support .section--detail .tit {
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 1.4em;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .page--faq .section--list {
    margin: 8em auto 5em;
    padding: 3em;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0rem;
  }
  .page--faq .list--faq li a {
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    color: #aee6ff;
  }
  .page--faq .block--faq-detail .txt a {
    transition: 0.3s;
    text-decoration: underline;
  }
  .page--faq .block--faq-detail .txt a:hover {
    color: #2FC4DB;
  }
  .page--error .section--detail {
    width: 93%;
    max-width: 900px;
    margin: 8em auto 5em;
  }
  .page--error .section--detail .tit {
    font-family: "Kanit", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    margin-bottom: 2vw;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 5em 0 0;
    background-color: #ffffff;
    background: linear-gradient(150deg, transparent 6vw, #ffffff 0);
  }
  footer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 91%;
    margin: 0 auto;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .list--support .nav--support {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.8em;
  }
  footer .inner .list--support .nav--support li {
    margin-right: 2em;
    margin-bottom: 1em;
  }
  footer .inner .list--support .nav--support li a {
    position: relative;
    font-size: 14px;
    transition: color 0.3s;
  }
  footer .inner .list--support .nav--support li a:hover {
    color: #2FC4DB;
  }
  footer .inner .list--support .nav--support li:last-of-type {
    margin-right: 0;
  }
  footer .inner .link_office {
    width: 22%;
    max-width: 200px;
    margin: 0 auto 3em;
  }
  footer .inner .license_number {
    margin-bottom: 1em;
    font-size: 10px;
    text-align: center;
  }
  footer .copyright {
    padding-bottom: 1.4em;
    font-size: 14px;
    text-align: center;
  }
  body:not(.page--home) footer {
    padding: 5vw 0 0;
  }
  /*  questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    margin: 8em auto 5em;
    padding: 3em;
  }
  .page--questionnaire .section-tit {
    font-size: 30px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .section--detail.page--entry > [class^=block--] {
    margin-bottom: 4vw;
  }
  .section--detail.page--entry .logo {
    width: 50%;
    margin: 3vw auto 5vw;
  }
  .section--detail.page--entry .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 5vw;
    font-size: 16px;
    line-height: 1.8;
  }
  .section--detail.page--entry .block--tit {
    margin-bottom: 2vw;
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .section--detail.page--entry .block--tit span {
    font-size: 16px;
  }
  .section--detail.page--entry .list--content li {
    width: 47%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 2vw 2vw;
    border-radius: 2em;
    border-top-right-radius: 0;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 1vw;
    font-size: 30px;
  }
  .section--detail.page--entry .list--content li .title em {
    margin-left: 0.8em;
    padding: 0.6vw;
    font-size: 12px;
  }
  .section--detail.page--entry .list--content li .title span {
    margin-top: 0.5vw;
    font-size: 15px;
  }
  .section--detail.page--entry .list--content li .txt {
    margin-top: 0.8vw;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-spacing: 0;
  }
  .section--detail.page--entry .price tr td, .section--detail.page--entry .price tr th {
    font-size: 16px;
    padding: 1vw;
  }
  .section--detail.page--entry .price tr th {
    width: 24%;
  }
  .section--detail.page--entry .price tr td {
    border-left: solid 1px #413147;
    font-size: 13px;
  }
  .section--detail.page--entry .price tr:last-of-type th {
    border-bottom: 0;
  }
  .section--detail.page--entry .price tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .block--spec {
    margin-bottom: 4vw;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 13px;
  }
  .section--detail.page--entry .txt--link {
    margin-top: 0.5em;
    font-size: 0.9em;
  }
  .section--detail.page--entry .txt--link a {
    font-size: 0.9em;
  }
  .section--detail.page--entry #section--continue .btn--main:hover {
    border: solid 1px #2FC4DB;
    background: #2FC4DB;
    color: #9EF8FF;
  }
  .section--detail.page--entry #section--entry .txt--link {
    margin-top: 1.5em;
  }
  .section--detail.page--entry .block--login__fanplus {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    width: 48%;
    padding: 2vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic {
    margin: 0 auto 0.8vw;
  }
  .section--detail.page--entry .block--login__fanplus.block--change_course .block--inner {
    width: 100%;
    margin-top: 2vw;
  }
  .section--detail.page--entry .block--attention {
    margin-top: 4vw;
    padding: 2vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block--attention #section--entry {
    margin-top: 5em;
  }
  .section--detail.page--entry .block--attention #section--entry .tit {
    font-size: 15px;
  }
  .section--detail.page--entry .block--attention strong {
    font-weight: bold;
    font-size: 20px;
  }
  .page--course_change .block--tit {
    font-size: 30px !important;
  }
  .page--course_change .block--tit.tit--main {
    padding: 0.4em;
    font-size: 32px !important;
    line-height: 1.4;
  }
  .page--course_change .block--tit.tit--main + .txt--notice {
    margin: 0 auto 3em;
  }
  .page--course_change .block--guide .block--guide__list {
    margin-bottom: 2em;
    padding: 2em;
  }
  .page--course_change .block--guide .block--guide__list .txt--main {
    margin-bottom: 1em;
    font-size: 1.2em;
  }
  .page--course_change .block--guide .block--guide__list .txt--sub {
    margin-top: 1.6em;
    text-align: center;
  }
  .page--course_change .block--guide .block--guide__list .txt--basic {
    font-size: 0.91em;
  }
  .page--course_change .block--guide .block--guide__list .block--sub {
    margin: 2em auto 0;
    padding: 1.5em 2em;
  }
  .page--ticket.section--detail .logo {
    margin-bottom: 3em;
  }
  .page--ticket.section--detail .txt--lead.block--attention {
    margin-bottom: 1.5em;
  }
  .page--ticket.section--detail .btn--area {
    margin: 2em auto;
  }
  .page--ticket.section--detail .btn--area li:first-of-type {
    margin-right: 3em;
  }
  .page--ticket.section--detail .block--info {
    margin-bottom: 2em;
    padding: 2em;
  }
  .page--ticket.section--detail .block--info .txt--main {
    margin-bottom: 1.5em;
  }
  .page--ticket.section--detail .block--attention dt {
    margin-bottom: 1.5em;
    padding: 1em;
  }
  .block--info_table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .block--info_table tr td, .block--info_table tr th {
    font-size: 16px;
    padding: 1vw;
  }
  .block--info_table tr th {
    width: 24%;
  }
  .block--info_table tr td {
    border-left: solid 1px #413147;
    font-size: 13px;
  }
  .block--info_table tr:last-of-type th {
    border-bottom: 0;
  }
  .block--info_table tr:last-of-type td {
    border-bottom: 0;
  }
  .page--support .block--spec + .block--spec {
    margin-top: 3vw;
  }
  .page--guide_notice .block--tit {
    font-size: 30px !important;
  }
  .page--guide_notice .block--tit.tit--main {
    margin-bottom: 2vw;
    padding: 0.4em;
    font-size: 32px !important;
    line-height: 1.4;
  }
  .page--guide_notice .block--tit.tit--main + .txt--notice {
    margin: 0 auto 3em;
  }
  .page--guide_notice .keyvisual {
    margin-bottom: 2vw;
  }
  .page--guide_notice .btn--main {
    margin-top: 4vw;
  }
  .section--detail.page--archive > [class^=block--] {
    margin-bottom: 4vw;
  }
  .section--detail.page--archive .txt--lead {
    margin-bottom: 3vw;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
  }
  .section--detail.page--archive .list--content li {
    width: 47%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .section--detail.page--archive .list--content li a {
    padding: 2vw 2vw;
    border-radius: 2em;
    border-top-right-radius: 0;
    transition: background 0.3s;
  }
  .section--detail.page--archive .list--content li a .title {
    font-size: 20px;
    transition: color 0.3s;
  }
  .section--detail.page--archive .list--content li a .title span {
    margin-top: 1.1vw;
    font-size: 11px;
  }
  .section--detail.page--archive .list--content li a .txt {
    margin-top: 0.8vw;
  }
  .section--detail.page--archive .list--content li a:hover {
    background: #ffffff;
  }
  .section--detail.page--archive .list--content li a:hover .title {
    color: #2FC4DB;
  }
  .page--notice .list--info li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .page--notice .list--info li a .txt {
    font-size: 16px;
    line-height: 1.6;
    margin: 1.25em 7% 1.2em 0;
    transition: color 0.3s;
  }
  .page--notice .list--info li a:hover .txt {
    color: #FAFF9F;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main a, .list__more a {
    padding: 0.75em 1.55em;
    font-size: 16px;
  }
  .btn--main a::after, .list__more a::after {
    top: 50%;
    right: -1.25em;
    width: 2em;
  }
  .btn--main.btn__input::after, .list__more.btn__input::after {
    top: 50%;
    right: -1.25em;
    width: 2em;
  }
  .btn--main.btn__input .inner input, .list__more.btn__input .inner input {
    padding: 0.8em 1.5em;
  }
  .btn--sub {
    min-width: 90%;
  }
  .btn--sub a {
    padding: 0.7em 1em;
    font-size: 16px;
  }
  .detail__btn {
    margin: 2.5em 0 0;
  }
  .detail__btn a {
    display: inline-block;
    padding: 0.6em 1em;
    font-size: 12px;
  }
  .block--pager {
    font-size: 0.9em;
  }
  .block--pager li a {
    position: relative;
    min-width: 30px;
    min-height: 30px;
  }
  .block--pager .pager__item--newer a {
    background: none;
  }
  .block--pager .pager__item--older a {
    background: none;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span, .block--pager .pager__item--newer_max a, .block--pager .pager__item--newer_max span {
    width: 30px;
    height: 30px;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after, .block--pager .pager__item--newer_max a::after, .block--pager .pager__item--newer_max span::after {
    top: 11px;
    right: 7px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span, .block--pager .pager__item--older_max a, .block--pager .pager__item--older_max span {
    width: 30px;
    height: 30px;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after, .block--pager .pager__item--older_max a::after, .block--pager .pager__item--older_max span::after {
    top: 11px;
    right: 14px;
  }
  .block--pager .pager__item--newer_max a::before, .block--pager .pager__item--newer_max span::before {
    top: 11px;
    right: 13px;
  }
  .block--pager .pager__item--newer_max a::after, .block--pager .pager__item--newer_max span::after {
    top: 11px;
    right: 7px;
  }
  .block--pager .pager__item--older_max a::before, .block--pager .pager__item--older_max span::before {
    top: 11px;
    right: 17px;
  }
  .block--pager .pager__item--older_max a::after, .block--pager .pager__item--older_max span::after {
    top: 11px;
    right: 11px;
  }
  .block--pager .pager__item--current span {
    min-width: 30px;
    min-height: 30px;
  }
  .block--pager__detail {
    margin-top: 2em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span {
    font-size: 12px;
    transition: 0.3s;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
    padding: 0.6em 1.5em 0.6em 1em;
  }
  .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
    padding: 0.6em 1em 0.6em 1.5em;
  }
  .page--blog .block--pager__detail .pager__item--older a, .page--blog .block--pager__detail .pager__item--older span {
    padding: 0.6em 1.5em 0.6em 1em;
  }
  .page--blog .block--pager__detail .pager__item--newer a, .page--blog .block--pager__detail .pager__item--newer span {
    padding: 0.6em 1em 0.6em 1.5em;
  }
  header > .logo {
    max-width: 120px;
    margin-top: 5vw;
    margin-bottom: 6vw;
    margin-left: 4vw;
    transition: 0.2s ease-in;
  }
  header > .logo a {
    display: block;
  }
  .drawer {
    pointer-events: auto;
  }
  .drawer .drawer-inner {
    height: 91%;
    margin: 0 auto;
  }
  .drawer .drawer-inner .section--login li {
    width: 23vw;
  }
  .drawer .drawer-inner .section--login li.nav--join {
    margin-right: 5.6vw;
  }
  .drawer .drawer-inner .block--nav_area {
    width: 100vw;
  }
  .drawer .drawer-inner .g-nav {
    width: 81vw;
    margin: 5vw auto 0;
  }
  .drawer .drawer-inner .g-nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer .drawer-inner .g-nav ul li {
    width: 100%;
  }
  .drawer .drawer-inner .g-nav ul li a {
    padding: 0.75em 5vw 0.75em 3vw;
    font-size: 22px;
  }
  .drawer .drawer-inner .g-nav ul li a span {
    font-size: 10px;
  }
  .drawer .drawer-inner .block--nav--login {
    width: 81vw;
    margin: 2em auto 0;
    padding-left: 3vw;
  }
  .drawer .drawer-inner .block--nav--login ul li {
    display: inline-block;
    margin-right: 1.5em;
  }
  .drawer .drawer-inner .block--nav--login ul li a {
    font-size: 16px;
  }
  .drawer .drawer-inner .block--nav--login ul li.nav--home {
    padding-left: 1.5em;
  }
  .drawer .pic-floor {
    width: 102%;
    margin-top: 3vw;
  }
  .drawer .pic-floor span {
    margin-left: -1%;
    padding-top: 6.1%;
    background: url(/static/frederic/fanclub/common/pic-floor_mobile.svg) no-repeat;
  }
  .drawer__btn {
    top: 0;
    right: 2.8%;
    width: 10.6%;
    max-width: 70px;
  }
  footer {
    padding: 10.6vw 0 0;
    background-color: #ffffff;
    background: linear-gradient(130deg, transparent 4vw, #ffffff 0);
  }
  footer .inner {
    width: 91vw;
  }
  footer .inner .list--support {
    width: 81vw;
    margin: 0 auto 2.22em;
    padding: 1em;
    border: solid 1px #2FC4DB;
    border-radius: 8vw;
  }
  footer .inner .list--support dt {
    position: relative;
    color: #2FC4DB;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    pointer-events: all;
  }
  footer .inner .list--support dt::before, footer .inner .list--support dt::after {
    background: #2FC4DB;
    transition: 0.2s ease-in;
  }
  footer .inner .list--support dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(0deg);
  }
  footer .inner .list--support dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(90deg);
  }
  footer .inner .list--support dt.open::before {
    transform: rotate(0deg);
  }
  footer .inner .list--support dt.open::after {
    transform: rotate(0deg);
  }
  footer .inner .list--support dd ul {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 0;
    line-height: 0;
    text-align: center;
    transition-duration: 0.3s;
  }
  footer .inner .list--support dd ul li {
    display: block;
    margin-bottom: 1.5em;
    font-size: 11px;
  }
  footer .inner .list--support dd ul li:first-of-type {
    margin-top: 1.5em;
  }
  footer .inner .list--support dd ul li:last-of-type {
    margin-bottom: 0;
  }
  footer .inner .list--support dd.open-contents ul {
    opacity: 1;
    height: auto;
    padding: 1em 0;
    line-height: normal;
  }
  footer .inner .link_office {
    width: 35%;
    max-width: 200px;
    margin: 0 auto 2.1em;
  }
  footer .inner .license_number {
    margin-bottom: 1.2em;
    font-size: 10px;
    text-align: center;
  }
  footer .copyright {
    padding-bottom: 1.4em;
    font-size: 12px;
    text-align: center;
  }
  body:not(.page--home) footer {
    padding: 2em 0 0;
  }
  .swiper-button-next {
    margin-left: 2.6vw;
  }
  .swiper-button-prev {
    margin-right: 2.6vw;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
  }
  .date {
    font-size: 10px;
  }
  .category {
    font-size: 11px;
    line-height: 1.2;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .list--info {
    margin-bottom: 2em;
  }
  .list--info li {
    width: 91%;
    margin: 0 auto 2.4em;
  }
  .list--info li a .block--tit {
    margin: 0em;
    padding: 0 6% 1.28em;
  }
  .list--info li a .date {
    top: -1.2em;
    left: -0.9em;
    margin-bottom: -1em;
    padding: 0.5em 0.62em;
  }
  .list--info li a .date p {
    font-size: 12px;
  }
  .list--info li a .date span {
    display: inline-block;
    margin-left: 0.3em;
    font-size: 10px;
  }
  .list--contents, .list--photo {
    margin: 0 auto;
  }
  .list--contents li, .list--photo li {
    width: 100%;
    margin-bottom: 8vw;
    vertical-align: top;
  }
  .list--contents li a .block--thumb, .list--photo li a .block--thumb {
    margin-bottom: 1.7vw;
  }
  .list--contents li a .category, .list--photo li a .category {
    margin-top: 1.1vw;
  }
  .list--contents li a .date, .list--photo li a .date {
    margin-top: 1.1vw;
  }
  .list--contents li.new a::before, .list--photo li.new a::before {
    top: 11%;
    left: 4%;
    width: 3em;
    height: 3em;
    font-size: 10px;
  }
  .list--photo li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .list--photo li a {
    width: 90%;
  }
  .list--photo li.new a::before {
    top: -2% !important;
    left: -2% !important;
  }
  .no-data {
    padding: 2em 0;
  }
  .block--nav__category {
    margin-bottom: 2em;
  }
  .block--nav__category li {
    margin-right: 0.6em;
    margin-bottom: 0.6em;
  }
  .block--nav__category li a {
    padding: 0.3em 1em;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  .block--link {
    margin: 3vw auto 6vw;
  }
  .block--link a {
    padding: 1.6em 1em;
    border-radius: 2em;
    border-top-right-radius: 0;
    text-align: center;
  }
  .block--link a .title {
    font-size: 16px;
  }
  .block--link a .title span {
    margin-top: 3vw;
    font-size: 10px;
  }
  .content--main {
    background: url(/static/frederic/fanclub/common/pic-floor_mobile.svg) no-repeat;
    background-size: 102%;
    background-position: 31% top;
  }
  body.page--home .content--main {
    background: none;
  }
  .section-tit {
    margin-bottom: 8vw;
    font-size: 40px;
    text-align: center;
  }
  .section-tit span {
    margin-top: 0.5vw;
    font-size: 15px;
  }
  .section-tit__sub {
    margin-bottom: 5vw;
    font-size: 16px;
  }
  .section--list,
  .section--detail {
    margin: 5em auto 8em;
    padding: 2em;
  }
  .section--list .txt .ph,
  .section--detail .txt .ph {
    margin: 1.5em auto;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 1em;
  }
  .section--detail .tit {
    font-size: 18px;
    margin-bottom: 1.2em;
  }
  .page--home .section--top .inner {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page--home .section--top .block--tit {
    width: 100%;
  }
  .page--home .section--top .block--tit .block--logo {
    width: 100%;
  }
  .page--home .section--top .block--tit .block--logo .logo_fc_sub {
    width: 17%;
    margin: 0 auto 2em;
  }
  .page--home .section--top .block--main {
    width: 85vw;
  }
  .page--home .section--top .block--window {
    width: 78%;
    margin: 19vw auto 1.4em;
  }
  .page--home .section--top .block--nav {
    width: 69%;
  }
  .page--home .section--top .block--nav .section--login {
    margin: 0 auto;
  }
  .page--home .section--top .block--nav .section--login li {
    position: relative;
    width: 27.7vw;
    min-width: 7em;
  }
  .page--home .section--top .block--nav .section--login li.nav--join {
    margin-right: 8.1%;
  }
  .page--home .section--top .block--message {
    display: inline-block;
    width: 100%;
    margin: 0 auto 2em;
    border-radius: 2em;
    border-top-left-radius: 0;
  }
  .page--home .section--top .block--message a {
    padding: 1.5em 1.5em;
  }
  .page--home .section--top .block--message .message--name {
    margin-bottom: 0.6em;
    font-size: 12px;
    line-height: 1.5;
  }
  .page--home .section--top .block--message .message--txt {
    line-height: 1.5;
  }
  .page--home .section--top .block--message .nickname {
    margin-right: 0.1em;
  }
  .page--home .section--top::after {
    padding-top: 7.17%;
    background: url(/static/frederic/fanclub/common/pic-floor_mobile.svg) no-repeat;
    background-size: 101%;
    background-position: 31% top;
  }
  .page--home .block--keyvisual__art1 {
    bottom: 10%;
    left: -13%;
    z-index: -1;
    width: 42.6vw;
  }
  .page--home .block--keyvisual__art2 {
    right: -12%;
    bottom: -0.5%;
    z-index: -1;
    width: 76.5vw;
  }
  .page--home .block--pic__light {
    top: 0;
    right: 11.36%;
    width: 6.2%;
  }
  .page--home .block--scroll {
    bottom: 9.1vh;
    left: 2.3vw;
  }
  .page--home .block--scroll .scroll {
    width: 1px;
    height: 5vh;
    bottom: -6vh;
    left: 30%;
  }
  .page--home .block--scroll .scroll-txt {
    font-size: 12px;
  }
  .page--home .section--banner {
    margin-bottom: 6em;
    padding-top: 6.85em;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 1.4em;
    margin-left: 4.2%;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    width: 56.8% !important;
    margin-right: 5.68%;
  }
  .page--home .section--banner .list--bnr li figure {
    position: relative;
  }
  .page--home .section--banner .list--bnr li figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle, #2FC4DB 10%, transparent 10%) no-repeat 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform 0.4s, opacity 1s;
  }
  .page--home .section--banner .list--bnr li img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .block--carousel-nav {
    margin-left: 4.2%;
  }
  .page--home .section--banner .progress-bar {
    width: 53%;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: block;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    display: inline-flex;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    display: inline-block;
  }
  .page--home .section-tit {
    font-size: 50px;
  }
  .page--home .list__more {
    margin-bottom: 3.3em;
  }
  .page--home .section--news {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--news .area--tit {
    width: 91%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .page--home .section--news .area--tit .section-tit {
    width: 63.3%;
    margin: 0 auto -7vw;
  }
  .page--home .section--news .list--info {
    margin: 0 auto 2.5em;
    padding: calc(7vw + 3em) 0;
  }
  .page--home .section--news .list--info li {
    width: 81%;
  }
  .page--home .block--pic__sofa {
    width: 28.8%;
    margin-left: 8.5%;
    margin-bottom: -5%;
  }
  .page--home .section--contents {
    width: 100%;
    margin: 0 auto 6.5em;
    padding-top: 13.3vw;
  }
  .page--home .section--contents .area--tit {
    width: 91%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .page--home .section--contents .area--tit .section-tit {
    width: 76.16%;
    margin: 0 auto -7vw;
  }
  .page--home .section--contents .list--contents {
    width: 88%;
    padding: calc(7vw + 3em) 0 3.2em;
  }
  .page--home .section--contents .list--contents li {
    width: 43%;
    margin: 0 auto;
    margin-right: 13.5%;
  }
  .page--home .section--contents .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--home .section--contents .list--contents li a {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--contents .list--contents li a .block--tit {
    position: relative;
    width: 100%;
    margin: 0 auto 1.1em;
    padding: 1em 0.2em;
    border-radius: 2em;
    border-bottom-right-radius: 0;
  }
  .page--home .section--contents .list--contents li a .block--tit .tit {
    font-size: 22px;
  }
  .page--home .section--contents .list--contents li a .block--tit .txt {
    margin-top: 0.3em;
    font-size: 10px;
    line-height: 1.3;
  }
  .page--home .section--contents .list--contents li:nth-of-type(even) {
    margin-top: 2em;
  }
  .page--home .section--contents .list--contents li:nth-of-type(3) {
    margin-top: 2em;
  }
  .page--home .section--contents .list--contents li:nth-of-type(4) {
    margin-top: 4em;
  }
  .page--home .section--contents .list--contents li:nth-of-type(5) {
    margin-top: 1em;
  }
  .page--home .section--contents .list--contents li:nth-of-type(6) {
    margin-top: 4em;
  }
  .page--home .section--contents .list--contents li:nth-of-type(7) {
    margin-top: -3em;
  }
  .page--home .section--contents .list--contents li:nth-of-type(8) {
    margin-top: 4.4em;
  }
  .page--home .section--contents .list--contents li.nav--message img {
    width: 80%;
  }
  .page--home .section--contents .list--contents li.new a .block--tit::before {
    top: -15%;
    left: -6%;
    width: 3em;
    height: 3em;
    font-size: 10px;
  }
  .page--home .section--latest_contents {
    position: relative;
    width: 100%;
    margin: 0 auto 4.6em;
    padding-top: 25.3vw;
  }
  .page--home .section--latest_contents .area--tit {
    width: 91%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .page--home .section--latest_contents .area--tit .section-tit {
    width: 76%;
    margin: 0 auto -21vw;
  }
  .page--home .section--latest_contents .list--contents {
    width: 83%;
    padding: calc(21vw + 3em) 0 3em;
  }
  .page--home .section--latest_contents .list--contents li {
    width: 100%;
    margin: 0 auto 2.2em;
  }
  .page--home .section--latest_contents .list--contents li a {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .section--latest_contents .list--contents li a .block--thumb {
    margin-bottom: -1.5em;
  }
  .page--home .section--latest_contents .list--contents li a .block--txt {
    width: 100%;
  }
  .page--home .section--latest_contents .list--contents li a .block--txt .category {
    margin: 0 0 0.5em;
    padding: 0.4em 0.7em;
    font-size: 12px;
  }
  .page--home .section--latest_contents .list--contents li a .block--txt .tit {
    font-size: 14px;
  }
  .page--home .block--pic__unbrella {
    position: absolute;
    top: 8vw;
    right: -0.1%;
    width: 47vw;
  }
  .page--home [class^=section--] .list__wrap {
    width: 91%;
    margin: 0 auto;
  }
  .page--home .section--entrance__footer {
    position: relative;
    width: 100%;
    margin: 0 auto 1em;
  }
  .page--home .section--entrance__footer .block--pic__chandelier {
    width: 33%;
    margin: -3px auto 2.1em;
  }
  .page--home .section--entrance__footer .block--pic__door {
    position: relative;
  }
  .page--home .section--entrance__footer .block--pic__door figure {
    width: 32%;
    margin: 0 auto;
  }
  .page--home .section--entrance__footer .block--link__official {
    position: absolute;
    top: 30%;
    right: 20%;
    width: 26.6%;
  }
  .page--home .section--banner, .page--home .section--contents, .page--home .section--latest_contents, .page--home .section--entrance__footer {
    background: url(/static/frederic/fanclub/common/pic-floor_mobile.svg) no-repeat;
    background-size: 101%;
    background-position: 31% top;
  }
  .page--home [class^=section--] .list__wrap {
    background: url(/static/frederic/fanclub/common/bg_wall_mobile.svg) center top;
  }
  .block--expire {
    margin: 0 auto 3em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .block--expire .txt {
    margin-bottom: 2vw;
  }
  .block--expire .notice {
    margin-bottom: 1em;
  }
  .page--info .list--info {
    margin-bottom: 3em;
  }
  .page--info .section--detail .txt {
    margin-top: 3em;
  }
  .page--info .section--detail .txt a {
    color: #2FC4DB;
  }
  .page--photo.page--photo__detail .list--photo li {
    width: 100%;
    margin-bottom: 3vw;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 0.2em;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 30px auto;
  }
  .page--movie .section--detail .txt {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page--movie.new-movie.category-movie .section--list {
    margin: 5em auto 8em;
    padding: 2em;
  }
  .page--movie.new-movie.category-movie .section--list .section-tit {
    margin-bottom: 0.75em;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li {
    width: 100%;
    margin-bottom: 2em;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li.new a::before {
    top: 3vw;
    left: 6vw;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents::after {
    width: 100%;
  }
  .page--movie.new-movie.category-movie .block--pager {
    padding-bottom: 8vw;
  }
  .page--movie.new-movie.category-movie .block--pager .pager__item--current {
    position: relative;
    min-width: 30px;
    min-height: 30px;
  }
  .page--movie.new-movie.category-movie .block--pager .pager__item--other a {
    line-height: 1.75;
  }
  .page--movie.new-movie.category-movie .block--link {
    margin: 0 auto;
  }
  .page--movie.new-movie.category-movie .detail__btn {
    padding-top: 8vw;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 2em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--player {
    position: relative;
    top: 0;
    margin: 0 auto 1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 0;
    margin: 0 0 1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
    font-size: 16px;
    margin: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    margin: 5px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .commentTxt {
    margin-top: 1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control {
    top: -13.5vw;
    left: 40%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder::before, .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control.vjs-paused .vjs-icon-placeholder::before {
    display: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    top: -18.5vw;
    left: 45%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    position: absolute;
    top: 56%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js.vjs-audio .vjs-play-control.vjs-ended .vjs-icon-placeholder::before, .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js.vjs-audio .vjs-play-control.vjs-paused .vjs-icon-placeholder::before {
    display: block;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-audio.vjs-has-started .vjs-poster {
    background-size: contain;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a {
    padding: 10px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt {
    padding: 0 0 0 15px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt .tit {
    font-size: 14px;
    margin: 0px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt .date {
    margin-top: 0.25em;
    font-size: 10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
    margin-top: 1.5em;
  }
  .page--movie.new-movie.new-movie-all .detail__btn {
    padding-top: 0;
  }
  .page--movie.new-movie.new-movie-allDtail .section--list .section-tit .talkTit {
    font-size: 27px;
  }
  .page--movie.new-movie.new-movie-allDtail .detail__btn {
    padding-top: 0;
  }
  .page--qa .txt {
    margin-bottom: 2em;
  }
  .page--qa .txt--sub {
    margin-top: 0.5em;
    font-size: 12px;
  }
  .page--qa .btn--sub {
    margin: 2em auto 0;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5em auto 2em;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 2em;
    margin-bottom: 2em;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 2.5em;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2em;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1em;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .block__question {
    margin-bottom: 2em;
    padding: 1.2em 2em;
  }
  .page--qa .block__question .ico--q {
    top: -0.5em;
    left: -0.5em;
    padding: 0.1em;
    font-size: 30px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1em;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2em;
    padding: 1.2em 2em;
  }
  .page--qa .block__answer .ico--a {
    top: -0.5em;
    left: -0.5em;
    padding: 0.1em;
    font-size: 30px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1em;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 10px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--blog .list--contents li .writer {
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.5em 1em;
    font-size: 11px;
  }
  .page--blog .list--contents li.new a::before {
    top: -2% !important;
    left: -2% !important;
  }
  .page--blog .block--form dt {
    margin-bottom: 0.6em;
    font-size: 15px;
  }
  .page--blog .list--form {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .page--blog .section--detail .txt {
    margin-top: 3em;
  }
  .page--blog .block--comment .list--comment {
    margin: 3em auto;
  }
  .page--blog .block--comment .list--comment li {
    margin-bottom: 3em;
  }
  .page--blog .block--comment .name {
    max-width: 90%;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    font-size: 11px;
  }
  .page--blog .block--comment .txt {
    margin: 0.3em auto 0;
  }
  .page--blog .block--comment .btn--delete input[type=submit] {
    padding: 0.5em;
    border-radius: 0.2em;
    font-size: 11px;
  }
  .page--blog.page--member.page--member--detail .block--pager .pager__item--current {
    position: relative;
    min-width: 30px;
    min-height: 30px;
  }
  .page--support .section--detail {
    margin: 5em auto 5em;
    padding: 2em;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.4;
  }
  .page--support .section--detail .tit {
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.4em;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1em;
  }
  .page--faq .section--list {
    margin: 5em auto 5em;
    padding: 2em;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0rem;
  }
  .page--faq .searchBox {
    width: 100%;
    max-width: 100%;
  }
  .page--error .section--detail {
    margin: 5em auto 5em;
  }
  .page--error .section--detail .txt {
    margin-bottom: 2vw;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--questionnaire .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.15em;
  }
  .page--questionnaire .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .tit {
    font-size: 14px;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .form--confirm {
    padding: 16px;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .section--detail.page--entry > [class^=block--] {
    margin-bottom: 2vw;
  }
  .section--detail.page--entry .logo {
    width: 68%;
    margin: 4.1vw auto 10vw;
  }
  .section--detail.page--entry .txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 10vw;
    font-size: 13px;
    line-height: 1.8;
  }
  .section--detail.page--entry .block--tit {
    margin-bottom: 4vw;
    font-size: 22px;
  }
  .section--detail.page--entry .block--tit span {
    font-size: 12px;
  }
  .section--detail.page--entry .list--content li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 6vw 6.6vw;
    border-radius: 2em;
    border-top-right-radius: 0;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 2vw;
    font-size: 20px;
  }
  .section--detail.page--entry .list--content li .title em {
    margin-left: 0.8em;
    padding: 0.5vw;
    font-size: 12px;
  }
  .section--detail.page--entry .list--content li .title span {
    margin-top: 0.8vw;
    font-size: 12px;
  }
  .section--detail.page--entry .list--content li .txt {
    margin-top: 0.8vw;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-spacing: 0;
  }
  .section--detail.page--entry .price tr td, .section--detail.page--entry .price tr th {
    font-size: 13px;
    padding: 2vw;
  }
  .section--detail.page--entry .price tr th {
    width: 30%;
  }
  .section--detail.page--entry .price tr td {
    border-left: solid 1px #413147;
    font-size: 13px;
  }
  .section--detail.page--entry .price tr:last-of-type th {
    border-bottom: 0;
  }
  .section--detail.page--entry .price tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .block--spec {
    margin-top: 10vw;
    margin-bottom: 7vw;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 11px;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic {
    margin: 0 auto 2vw;
  }
  .section--detail.page--entry .txt--link {
    margin-top: 0.5em;
    font-size: 0.9em;
  }
  .section--detail.page--entry .txt--link a {
    font-size: 0.8em;
  }
  .section--detail.page--entry .block--attention {
    margin-top: 6vw;
    margin-bottom: 6vw;
    padding: 5vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block--attention .tit {
    font-size: 16px;
  }
  .section--detail.page--entry .block--attention #section--entry {
    margin-top: 5em;
  }
  .section--detail.page--entry .block--attention #section--entry .tit {
    font-size: 14px;
  }
  .section--detail.page--entry .block--attention strong {
    font-weight: bold;
    font-size: 16px;
  }
  .page--course_change .block--tit {
    font-size: 17px !important;
  }
  .page--course_change .block--tit.tit--main {
    padding: 0.6em 0.4em;
    font-size: 16px !important;
    line-height: 1.4;
  }
  .page--course_change .block--tit.tit--main + .txt--notice {
    margin: 0 auto 2em;
  }
  .page--course_change .block--guide .block--guide__list {
    margin-bottom: 2em;
    padding: 2em;
  }
  .page--course_change .block--guide .block--guide__list .txt--main {
    margin-bottom: 1em;
    font-size: 1.2em;
  }
  .page--course_change .block--guide .block--guide__list .txt--sub {
    margin-top: 1.6em;
    text-align: left;
  }
  .page--course_change .block--guide .block--guide__list .txt--basic {
    font-size: 0.91em;
  }
  .page--course_change .block--guide .block--guide__list .block--sub {
    margin: 2em auto 0;
    padding: 1.5em 2em;
  }
  .page--ticket.section--detail .logo {
    margin-bottom: 3em;
  }
  .page--ticket.section--detail .txt--lead.block--attention {
    margin-bottom: 1.5em;
  }
  .page--ticket.section--detail .btn--area {
    margin: 2em auto;
  }
  .page--ticket.section--detail .btn--area li {
    margin: 0 1.5em 1em;
  }
  .page--ticket.section--detail .block--info {
    margin-bottom: 2em;
    padding: 2em;
  }
  .page--ticket.section--detail .block--info .txt--main {
    margin-bottom: 1.5em;
  }
  .page--ticket.section--detail .block--attention dt {
    margin-bottom: 1.5em;
    padding: 1em;
  }
  .block--info_table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .block--info_table tr td, .block--info_table tr th {
    font-size: 13px;
    padding: 2vw;
  }
  .block--info_table tr th {
    width: 30%;
  }
  .block--info_table tr td {
    border-left: solid 1px #413147;
    font-size: 13px;
  }
  .block--info_table tr:last-of-type th {
    border-bottom: 0;
  }
  .block--info_table tr:last-of-type td {
    border-bottom: 0;
  }
  .page--support .block--spec + .block--spec {
    margin-top: 5vw;
  }
  /* terms popup
  ------------------------------ */
  .popup-inner {
    padding: 60px 0 0;
  }
  .popup-inner .tit {
    font-size: 15px;
  }
  .page--guide_notice .block--tit {
    font-size: 17px !important;
  }
  .page--guide_notice .block--tit.tit--main {
    margin-bottom: 2vw;
    padding: 0.6em 0.4em;
    font-size: 16px !important;
    line-height: 1.4;
  }
  .page--guide_notice .block--tit.tit--main + .txt--notice {
    margin: 0 auto 2em;
  }
  .page--guide_notice .keyvisual {
    margin-bottom: 2vw;
  }
  .page--guide_notice .btn--main {
    margin-top: 4vw;
  }
  .section--detail.page--archive > [class^=block--] {
    margin-bottom: 2vw;
  }
  .section--detail.page--archive .txt--lead {
    margin-bottom: 10vw;
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
  }
  .section--detail.page--archive .block--tit {
    margin-bottom: 4vw;
    font-size: 22px;
  }
  .section--detail.page--archive .block--tit span {
    font-size: 12px;
  }
  .section--detail.page--archive .list--content li {
    width: 100%;
    margin-bottom: 5vw;
  }
  .section--detail.page--archive .list--content li a {
    padding: 6vw 6.6vw;
    border-radius: 2em;
    border-top-right-radius: 0;
  }
  .section--detail.page--archive .list--content li a .title {
    font-size: 18px;
  }
  .section--detail.page--archive .list--content li a .title span {
    margin-top: 3vw;
    font-size: 10px;
  }
  .section--detail.page--archive .list--content li a .txt {
    margin-top: 0.8vw;
  }
  .page--notice .list--info li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page--notice .list--info li a .txt {
    font-size: 13px;
    line-height: 1.5;
    margin: 0em;
    padding: 0.5em 6% 1.28em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--home .section--top .block--main {
    width: 65vw;
  }
  .page--home .section--top .block--main .block--window {
    margin: 16vw auto 1.4em;
  }
}/*# sourceMappingURL=fanclub-service.css.map */