@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&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;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html.wf-active,
html.loading-delay {
  visibility: visible;
  transition: 0.3s;
}

html, body {
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  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: 14px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
@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.12em;
  }
}

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

.body--app .content--main {
  margin-top: 10vw;
}

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

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

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

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

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

.logo--fc .logo--fc_sub {
  fill: #008bd2;
  transition: fill 0.3s;
}
.logo--fc .logo--fc_main {
  fill: #008bd2;
  transition: fill 0.3s;
}

.block--pager {
  text-align: center;
  font-size: 1em;
  margin: 0 auto 5vw;
  padding: 0;
  position: relative;
}
.block--pager li {
  display: inline-block;
  position: relative;
  width: 2em;
  margin: 0 5px;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
}
.block--pager li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.block--pager a {
  display: block;
  position: relative;
  color: #008bd2;
  font-family: "Jost", sans-serif, "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager a, .block--pager span {
  display: inline;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s;
}
.block--pager .pager__item--number {
  color: #ffffff;
  text-align: center;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span, .block--pager .pager__item--older a, .block--pager .pager__item--older span {
  color: #008bd2;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before, .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 1px;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after, .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50em;
  transition: left 0.3s, right 0.3s;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--older a::before {
  background-color: #008bd2;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--older a::after {
  border: solid 1px #008bd2;
  background-color: #008bd2;
}
.block--pager .pager__item--newer span, .block--pager .pager__item--older span {
  opacity: 0.5;
}
.block--pager .pager__item--newer span::before, .block--pager .pager__item--older span::before {
  background-color: #008bd2;
}
.block--pager .pager__item--newer span::after, .block--pager .pager__item--older span::after {
  border: solid 1px #008bd2;
  background-color: #ffffff;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  color: #008bd2;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 1px;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50em;
}
.block--pager .pager__item--newer a::before {
  background-color: #008bd2;
}
.block--pager .pager__item--newer a::after {
  border: solid 1px #008bd2;
  background-color: #008bd2;
}
.block--pager .pager__item--newer span {
  opacity: 0.5;
}
.block--pager .pager__item--newer span::before {
  background-color: #008bd2;
}
.block--pager .pager__item--newer span::after {
  border: solid 1px #008bd2;
  background-color: #ffffff;
}
.block--pager .pager__item--newer .pager__item--other::after {
  border: solid 1px #ffffff;
  transition: border 0.5s ease;
}
.block--pager .pager__item--newer .pager__item--other:hover::after {
  border: solid 1px #008bd2;
}
.block--pager .pager__item--current {
  color: #008bd2;
  font-weight: bold;
}
.block--pager .pager__item--current::after {
  border: solid 1px #008bd2;
}

.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: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
  color: #008bd2;
}
.block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 1px;
}
.block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--newer .single::after, .block--pager__detail .pager__item--older a::after, .block--pager__detail .pager__item--older .single::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50em;
}
.block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--older a::before {
  background-color: #008bd2;
}
.block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--older a::after {
  border: solid 1px #008bd2;
  background-color: #008bd2;
}
.block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older .single {
  opacity: 0.5;
}
.block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older .single::before {
  background-color: #008bd2;
}
.block--pager__detail .pager__item--newer .single::after, .block--pager__detail .pager__item--older .single::after {
  border: solid 1px #008bd2;
  background-color: #ffffff;
}

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

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

.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;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.slick-list {
  overflow: visible;
}

.slick-dots li {
  width: 6.4px;
  height: 6.4px;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}

.slide-arrow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}
.slide-arrow.next-arrow {
  content: "";
  right: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.slide-arrow.prev-arrow {
  content: "";
  left: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.list--bnr {
  transition: 0.2s;
}
.list--bnr.slick-initialized {
  opacity: 1;
}
.list--bnr:hover .slide-arrow {
  opacity: 1;
}
.list--bnr:hover .slide-arrow.next-arrow {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.list--bnr:hover .slide-arrow.prev-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.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: #bfbfbf;
}

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

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

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

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  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: solid 1px #008bd2;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #fff;
  color: #000000;
}
@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: 14px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
@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.12em;
  }
}
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: inherit;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
form button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
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: solid 1px #008bd2;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #fff;
  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: 14px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
@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.12em;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  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: solid 1px #008bd2;
  border-radius: 0.3em;
  padding: 0.5em 0.8em;
  color: #fff;
  padding-right: 1.5em;
  color: #000;
}
@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: 14px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
@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.12em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: solid 1px #000000;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  right: 0.5em;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -0.2em;
}

/* 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: 14px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
@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.12em;
  }
}
.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 {
  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 #000000;
  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: #008bd2;
  border-color: #008bd2;
}
.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: 14px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
@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.12em;
  }
}
.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 {
  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 #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #008bd2;
  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: 14px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
@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.12em;
  }
}
.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 #000000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #008bd2;
  border-color: #008bd2;
}
.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 #f0e7c4;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #f0e7c4;
  color: #008bd2;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #000000;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main, .block--pager .pager__item--newer a, .block--pager .pager__item--newer span, .block--pager .pager__item--older a, .block--pager .pager__item--older span, .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: "Jost", sans-serif, "Noto Sans JP", sans-serif;
}

.btn--main {
  margin: 1em 0;
  padding: 1.5rem 1.5rem;
  border: solid 1px #008bd2;
  border-radius: 50em;
  background: #008bd2;
  color: #ffffff;
  line-height: 1.3;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  padding: 1rem 1.5rem;
  border: solid 1px #008bd2;
  border-radius: 50em;
  background: #ffffff;
  color: #008bd2;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.detail__btn {
  text-align: center;
}
.detail__btn a {
  position: relative;
  display: inline-block;
  color: #008bd2;
  font-family: "Jost", sans-serif;
}
.detail__btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #008bd2;
}
.detail__btn a::after {
  content: "";
  display: block;
  position: absolute;
  border: solid 1px #008bd2;
  border-radius: 50em;
  background-color: #008bd2;
}

.date,
.category {
  z-index: 0;
  color: #008bd2;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.16em;
}

.tit {
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-word;
}

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

.list--info li {
  position: relative;
  border: solid 1px #008bd2;
  border-radius: 5px;
  background-color: #ffffff;
}
.list--info li a {
  display: block;
}
.list--info li a .block--tit {
  color: #008bd2;
}
.list--info li a .date {
  position: absolute;
  top: -0.6em;
  left: -0.6em;
  background-color: #008bd2;
  -webkit-clip-path: url(#parts-triangle);
  clip-path: url(#parts-triangle);
}
.list--info li a .date p {
  color: #ffffff;
  letter-spacing: -0.04em;
}
.list--info li a .date p span {
  display: block;
}
.list--info li.new .tit::after {
  content: "NEW";
  color: #008bd2;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.list--info li.no-data {
  padding-top: 0;
}

.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a .thumb {
  position: relative;
  border-radius: 10px;
}
.list--contents li a .thumb img {
  display: block;
}
.list--contents li a .tit {
  display: inline-block;
  color: #008bd2;
}
.list--contents li a .date {
  display: block;
  color: #008bd2;
}
.list--contents li.new > a::before {
  z-index: 1;
  background: url(/static/hashimotokanna/fanclub/common/parts-icon__new.svg) no-repeat left top;
}

.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--photo li {
  width: 33.3333333333%;
}
.list--photo li a {
  display: block;
  width: 90%;
}

.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;
}

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

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  -ms-overflow-style: none;
  overflow: hidden;
  scrollbar-width: none;
  opacity: 0;
  pointer-events: none;
}
.drawer .drawer-inner {
  height: 100%;
  border-top-left-radius: 100%;
}
.drawer .drawer-inner .logo {
  display: block;
  position: relative;
  letter-spacing: 0.02em;
}
.drawer .drawer-inner .logo .logo--fc {
  fill: #ffffff;
  transition: fill 0.3s;
}
.drawer .drawer-inner [class^=nav--] li {
  opacity: 0;
  line-height: 1;
  transform: translateY(20%);
}
.drawer .drawer-inner [class^=nav--] li a {
  position: relative;
  z-index: 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "Jost", sans-serif;
}

body:not(.drawer-visible) .drawer__btn {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  mix-blend-mode: multiply;
}
body:not(.drawer-visible) .drawer__btn .block--btn-menu .menu_circle {
  fill: #008bd2;
  transform-origin: center;
  transition: fill 0.3s ease, transform 0.2s 0.1s;
}

body.drawer-visible header > .logo {
  opacity: 0;
  pointer-events: none;
}
body.drawer-visible .drawer__btn {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  mix-blend-mode: inherit;
}
body.drawer-visible .block--btn-menu .menu_circle {
  fill: #ffffff;
  transform-origin: center;
  transition: fill 0.3s ease, transform 0.5s 0.7s;
  will-change: transform;
}
body.drawer-visible .block--btn-menu .menu_circle:nth-of-type(even) {
  transform: scale(0);
}
body.drawer-visible .logo--fc {
  transition: fill 0.2s ease-in 0.5s;
}
body.drawer-visible .logo--fc .logo--fc_sub {
  fill: #ffffff;
}
body.drawer-visible .logo--fc .logo--fc_main {
  fill: #ffffff;
}
body.drawer-visible .drawer {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #008bd2;
  pointer-events: auto;
  animation: mask-circle 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
body.drawer-visible .drawer .drawer-inner {
  visibility: visible;
}
body.drawer-visible .drawer .drawer-inner [class^=nav--] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-in 0.5s;
}
body.drawer-visible .drawer .drawer-inner [class^=nav--] a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
body.drawer-visible .drawer .drawer-inner .section--login li .txt--en {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
body.drawer-visible .drawer .drawer-inner .section--login li.nav--home {
  border-left: solid 1px #ffffff;
}
body.drawer-visible .drawer .drawer-inner .g-nav ul li .txt--en {
  display: block;
  color: #ffffff;
}

.section-tit {
  color: #008bd2;
  font-family: "Noto Sans JP", sans-serif;
}
.section-tit span {
  font-weight: 400;
}

.txt--en {
  color: #008bd2;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

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

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

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
}
.section--detail .tit {
  color: #008bd2;
  font-weight: 500;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  color: #008bd2;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  color: #008bd2;
  font-size: 17px;
  transition: color 0.2s;
}
.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 {
  position: relative;
  top: 4px;
  width: 18px;
  fill: #008bd2;
  transition: fill 0.2s;
}
.section--detail .block--share li.share {
  margin-right: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #008bd2;
  font-size: 12px;
  transition: color 0.2s;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}

.slide-arrow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}
.slide-arrow.next-arrow {
  content: "";
  right: 0;
  -webkit-transform: translateX(0vw);
  transform: translateX(0vw);
  background: url(/static/hashimotokanna/fanclub/common/nav--next.svg) no-repeat;
  background-size: contain;
}
.slide-arrow.prev-arrow {
  content: "";
  left: 0;
  -webkit-transform: translateX(0vw);
  transform: translateX(0vw);
  background: url(/static/hashimotokanna/fanclub/common/nav--prev.svg) no-repeat;
  background-size: contain;
}

.list--bnr {
  transition: 0.2s;
}
.list--bnr.slick-initialized {
  opacity: 1;
}

.page--home header > .logo {
  display: none;
}
.page--home .section--top .section--login li p {
  color: #008bd2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.page--home .section--top .section--login li span {
  color: #008bd2;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.page--home .section--top .nav--about {
  color: #008bd2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.page--home .section--top .nav--about::after {
  content: "";
  display: inline-block;
  width: 1px;
  background: #008bd2;
}
.page--home .section--banner .list--bnr .slick-list li a {
  display: block;
  overflow: hidden;
}
.page--home .section--banner .list--bnr .slick-list li a > div {
  width: 100%;
  border: solid 1px rgb(0, 140, 213);
  border-radius: 12px;
  z-index: 0;
}
.page--home .section--banner .list--bnr .slick-list li img {
  width: 100%;
}
.page--home .section--banner .slick-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: inherit;
  margin: 0 auto;
  text-align: left;
}
.page--home .section--banner .slick-dots li {
  margin: 0;
  transition: 0.3s;
}
.page--home .section--banner .slick-dots li button {
  display: none;
}
.page--home .section--banner .slick-dots li::before {
  content: "";
  opacity: 1;
  display: block;
  border: solid 1px #008bd2;
  border-radius: 100%;
}
.page--home .section--banner .slick-dots li.slick-active::before {
  border: solid 1px #008bd2;
  border-radius: 50em;
  background: #008bd2;
}
.page--home .list__more {
  position: relative;
  display: inline-block;
  color: #008bd2;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.page--home .list__more::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #008bd2;
}
.page--home .list__more::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50em;
  background-color: #008bd2;
  transition: right 0.3s;
}
.page--home .section--news {
  position: relative;
}
.page--home .section--news .list--info li {
  position: relative;
  height: auto;
  border: solid 1px #008bd2;
  border-radius: 5px;
}
.page--home .section--news .list--info li a {
  display: block;
  height: 100%;
}
.page--home .section--news .list--info li a .block--tit {
  color: #008bd2;
}
.page--home .section--news .list--info li a .date {
  position: absolute;
  background-color: #008bd2;
  -webkit-clip-path: url(#parts-triangle);
  clip-path: url(#parts-triangle);
}
.page--home .section--news .list--info li a .date p {
  color: #ffffff;
  letter-spacing: -0.04em;
}
.page--home .section--news .list--info li a .date p span {
  display: block;
}
.page--home .section--news .list--info li.no-data {
  padding-top: 0;
}
.page--home .section--news .list--info .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--home .section--news .list--info .slick-track .slick-slide {
  float: none;
}
.page--home .area--contents article {
  border: solid 1px #008bd2;
}
.page--home .area--contents article .block--tit {
  display: block;
  background-color: #ffffff;
  color: #008bd2;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
}
.page--home .area--contents article > .inner > [class^=section--] .section-tit {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.17em;
}
.page--home .area--contents article > .inner > [class^=section--] .section-tit .txt--en {
  letter-spacing: 0.15em;
}
.page--home .area--contents article > .inner > [class^=section--] ul {
  margin: 0 auto;
}
.page--home .area--contents article > .inner > [class^=section--] ul li {
  position: relative;
}
.page--home .area--contents article > .inner > [class^=section--] ul li > a {
  display: block;
  position: relative;
}
.page--home .area--contents article > .inner > [class^=section--] ul li > a .date {
  display: inline-block;
  position: absolute;
}
.page--home .area--contents article > .inner > [class^=section--] ul li > a .date span {
  display: inline-block;
  position: relative;
  width: fit-content;
  color: #008bd2;
}
.page--home .area--contents article > .inner > [class^=section--] ul li > a .date span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e2d8ba;
  transform: skewX(-15deg);
}
.page--home .area--contents article > .inner > [class^=section--] ul li.new > a::before {
  z-index: 1;
  background: url(/static/hashimotokanna/fanclub/common/parts-icon__new.svg) no-repeat left top;
}
.page--home .area--contents article > .inner > [class^=section--]:first-of-type ul {
  width: 100%;
  margin: 0 auto;
}
.page--home .area--contents article > .inner .section--livestreaming .block--txt {
  position: absolute;
  top: 0;
}
.page--home .area--contents article > .inner .section--livestreaming .block--txt p {
  color: #008bd2;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
.page--home .area--contents article > .inner .section--livestreaming .block--txt p span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.page--home .area--contents article > .inner .section--livestreaming .block--txt p::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  background: #008bd2;
}
.page--home .area--contents article > .inner .section--qa .tit {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #008bd2;
  text-align: center;
}
.page--home .area--contents article > .inner .section--qa .name {
  position: absolute;
  color: #e2d8ba;
}
.page--home .area--contents article > .inner .section--qa .name::before {
  content: "PN.";
}

footer {
  position: relative;
  margin-top: auto;
  background-color: #008bd2;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .list--support .nav--support li a {
  color: #ffffff;
  font-weight: 400;
  transition: color 0.2s;
}
footer .copyright {
  color: #ffffff;
  font-family: "Jost", sans-serif;
}

body:not(.page--home) footer {
  background: none;
}
body:not(.page--home) footer .inner {
  display: block;
}
body:not(.page--home) footer .inner .logo {
  display: none;
}
body:not(.page--home) footer .inner .list--support {
  display: none;
}
body:not(.page--home) footer .copyright {
  color: #008bd2;
  text-align: center;
}
body:not(.page--home) footer .block--parts-dot {
  display: none;
}

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

.page--info .section--detail {
  width: 950px;
  padding: 0;
}
.page--info .section--detail .txt a {
  color: #008bd2;
  text-decoration: underline;
}

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

.page--movie.new-movie .wrap .section--list {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--movie.new-movie .wrap .section--list .section-tit {
  margin-bottom: 6vw;
}
.page--movie.new-movie .wrap .list--contents {
  gap: 0;
}
.page--movie.new-movie .wrap .list--contents li {
  display: inline-block;
  width: 46%;
  margin-bottom: 3vw;
  vertical-align: top;
}
.page--movie.new-movie .wrap .section--detail {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}
.page--movie.new-movie .wrap .section--detail .inner {
  margin-bottom: 70px;
}
.page--movie.new-movie .wrap .section--detail #tab--movie {
  color: #008bd2;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 3vw;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents {
  gap: 3%;
}
.page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents li {
  width: 31%;
  margin-right: 0;
}
.page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents li:nth-of-type(n+7) {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
}

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

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

#swipebox-overlay {
  background: #f0e7c4;
}

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

#swipebox-action #swipebox-close {
  top: 60px;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #f0e7c4;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 48%;
  left: 14%;
  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: 50%;
  border-radius: 100%;
  background: none;
  background-color: #f0e7c4;
  color: #ffffff;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 39%;
  width: 22px;
  height: 22px;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 19%;
  width: 22px;
  height: 22px;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  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 .list--horizontal {
  font-family: "Noto Sans JP", sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: solid 1px #008bd2;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}

.page--qa .txt {
  margin-bottom: 2rem;
  text-align: center;
}
.page--qa .btn--main {
  background: #008bd2;
  color: #ffffff;
}
.page--qa .btn--main:hover {
  background: #ffffff;
  color: #008bd2;
}
.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 #c1bcac;
  background: #ffffff;
}
.page--qa .list--qa li a .date {
  display: block;
  position: relative;
  color: #000000;
}
.page--qa .list--qa li a .tit {
  color: #000000;
}
.page--qa .list--qa li a .name {
  color: #008bd2;
}
.page--qa .block--form dt {
  color: #008bd2;
}
.page--qa .block--form dd {
  margin-bottom: 1rem;
}
.page--qa .block__question {
  margin-bottom: 2rem;
  border: solid 1px #e2d8ba;
  text-align: left;
}
.page--qa .block__question .ico--q {
  display: block;
  color: #e2d8ba;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.page--qa .block__question .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__question .name {
  color: #000000;
}
.page--qa .block__question .name span {
  margin-right: 0.5rem;
}
.page--qa .block__answer {
  margin-bottom: 2rem;
  border: solid 1px #008bd2;
  text-align: left;
}
.page--qa .block__answer .ico--a {
  display: block;
  color: #008bd2;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 1;
}
.page--qa .block__answer .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__answer .name {
  color: #000000;
  font-size: 13px;
}
.page--qa .block__answer .name span {
  margin-right: 0.5rem;
  font-size: 10px;
}

.page--support.section--detail {
  width: 86%;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--support.section--detail .section-tit {
  color: #008bd2;
}
.page--support.section--detail .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.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 {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.page--support.section--detail .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq .section--list .section-tit {
  margin-bottom: 20px;
  color: #008bd2;
  font-weight: 600;
  font-size: 20px;
  text-shadow: none;
  line-height: 1.4;
}
.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: #008bd2;
  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: #000000;
}
.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 #008bd2;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #008bd2;
}
.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: #008bd2;
  /*
  font-family: var.$font-sans-serif;
  */
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: solid 1px #008bd2;
  padding: 25px;
  margin: 0 0 80px;
  word-break: break-all;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: solid 1px #008bd2;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  display: inline-block;
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q {
  display: block;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  color: #008bd2;
  /*
  @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: #008bd2;
  text-decoration: none;
}
.page--faq .block--contact a:hover + i {
  color: #008bd2;
}

.section--detail.page--entry .txt--lead {
  color: #000000;
}
.section--detail.page--entry .block-tit {
  color: #008bd2;
  text-align: center;
  letter-spacing: 0.12em;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 2vw;
}
.section--detail.page--entry .block--benefit {
  padding-top: 5vw;
}
.section--detail.page--entry .block--benefit .txt--basic {
  margin-bottom: 0;
}
.section--detail.page--entry .list--content {
  display: -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;
  margin-top: 3vw;
}
.section--detail.page--entry .list--content li {
  border-radius: 10px;
  background: #008bd2;
  color: #ffffff;
}
.section--detail.page--entry .list--content li .title {
  margin-bottom: 1.2vw;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.section--detail.page--entry .list--content li:nth-of-type(even) {
  margin-right: 0;
}
.section--detail.page--entry .list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.section--detail.page--entry .price {
  width: 100%;
  border: solid 1px #c1bcac;
}
.section--detail.page--entry .price td, .section--detail.page--entry .price th {
  border-bottom: solid 1px #c1bcac;
}
.section--detail.page--entry .price th {
  font-weight: normal;
}
.section--detail.page--entry .note a {
  text-decoration: underline;
}
.section--detail.page--entry .block--login {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login .txt--basic {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.section--detail.page--entry .block--login .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login .btn--main {
  transition: 0.2s;
}
.section--detail.page--entry .block--login .btn--main.type-blue2 {
  border: solid 1px #008bd2;
  background: #008bd2;
  color: #ffffff;
}
.section--detail.page--entry .block--login .btn {
  margin: 0 auto;
}
.section--detail.page--entry #section--continue .btn--main {
  border: solid 1px #008bd2;
  background: #ffffff;
  color: #008bd2;
}
.section--detail.page--entry .txt--link a {
  display: inline-block;
  position: relative;
  color: #008bd2;
}
.section--detail.page--entry .txt--link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.2em;
  border: solid 1px #008bd2;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 10%;
}
.section--detail.page--entry .block--attention {
  padding: 1em;
  background: #ffdfdf;
}
.section--detail.page--entry .block--attention.block-style_white {
  padding-top: 0;
  background: #ffffff;
}

/* page--first_login
------------------------------ */
.section--detail.page--first_login .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
.section--detail.page--first_login .section-tit span.attention {
  display: block;
  color: #e63a37;
  width: 192px;
  font-size: 18px;
  margin: 0 auto 14px;
  border-bottom: solid 2px #e63a37;
  padding: 0 1%;
}
.section--detail.page--first_login .txt {
  font-size: 14px;
  padding: 0;
}
.section--detail.page--first_login .block--lead .txt {
  margin-bottom: 1.5em;
}
.section--detail.page--first_login .txt--link a {
  display: inline-block;
  position: relative;
  color: #008bd2;
  font-weight: 600;
}
.section--detail.page--first_login .txt--link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.2em;
  border: solid 1px #000;
  border-top: none;
  border-right: none;
  border-color: #008bd2;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.section--detail.page--first_login .block--attention {
  margin: 1em 0;
  padding: 1em;
  border: solid 1px #e63a37;
  background: #ffdfdf;
}
.section--detail.page--first_login .block--attention .tit {
  font-weight: 600;
  font-size: 16px;
}
.section--detail.page--first_login .block--attention em {
  color: #e63a37;
  font-weight: 600;
  font-size: 16px;
}
.section--detail.page--first_login .block--attention ul {
  margin-top: 15px;
}
.section--detail.page--first_login .block--attention ul li {
  position: relative;
}
.section--detail.page--first_login .block--attention ul li:first-of-type {
  margin-bottom: 8px;
}
.section--detail.page--first_login .block--attention .txt--link a:after {
  border-color: #e63a37 !important;
}
.section--detail.page--first_login .block--attention .fas {
  margin-right: 0.25em;
}
.section--detail.page--first_login .list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.section--detail.page--first_login .block--step {
  margin: 40px 0 0;
}
.section--detail.page--first_login .block--step .list-tit {
  font-weight: 600;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #888;
  margin-bottom: 0.75em;
}
.section--detail.page--first_login .block--step .list-tit > span {
  background: #008bd2;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  padding: 1px 6px;
  margin-right: 0.5em;
  color: #ffffff;
}
.section--detail.page--first_login .block--step .list--step > li {
  margin-bottom: 30px;
  background: #f0e7c4;
  padding: 32px 4%;
}
.section--detail.page--first_login .block--step .list--step > li .thumb {
  width: 90%;
  margin: 30px auto;
  border: 1px solid #000;
  line-height: 0;
}
.section--detail.page--first_login .block--step .list--step > li .thumb img {
  width: 100%;
}
.section--detail.page--first_login .block--step .block {
  margin: 0.5em 0;
}
.section--detail.page--first_login .block--step .block:not(:last-of-type) {
  margin: 20px 0 30px;
}
.section--detail.page--first_login .block--step .block > .tit {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 1em;
}
.section--detail.page--first_login .block--step .block > .tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background: #000;
  display: block;
}
.section--detail.page--first_login .block--howto__payment {
  margin: 40px 0 0;
}
.section--detail.page--first_login .block--howto__payment .list-tit {
  font-weight: 600;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #888;
  margin-bottom: 0.75em;
}
.section--detail.page--first_login .block--howto__payment .list-tit > span {
  background: #c1bcac;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  padding: 1px 6px;
  margin-right: 0.5em;
  color: #ffffff;
}
.section--detail.page--first_login .block--howto__payment .block {
  margin-bottom: 30px;
  background: #f0e7c4;
  padding: 32px 4%;
}
.section--detail.page--first_login .block--howto__payment .block .block--inner {
  margin-bottom: 1.5em;
}
.section--detail.page--first_login .block--howto__payment .block .tit {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section--detail.page--first_login .block--howto__payment .block .thumb {
  width: 90%;
  margin: 30px auto;
  border: solid 1px #000;
  line-height: 0;
}
.section--detail.page--first_login .block--howto__payment .block .thumb img {
  width: 100%;
}
.section--detail.page--first_login .block--howto__payment .block:not(:last-of-type) {
  margin: 20px 0 30px;
}

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

.popup-inner {
  padding: 120px 0 0;
  color: #ffffff;
}
.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: #ffffff;
}

/* page--birthday
------------------------------ */
.page--movie.page--birthday .section--detail {
  width: 100%;
}
.page--movie.page--birthday .section--detail .section-tit {
  font-size: 3vw;
  text-align: center;
  color: #c5b77b;
  letter-spacing: 0.1em;
}
.page--movie.page--birthday .section--detail .txt--basic {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  min-height: inherit;
}
.page--movie.page--birthday .section--detail .txt--timeout {
  font-family: "Noto Sans JP", sans-serif;
}

/*  questionnaire
------------------------------ */
.page--questionnaire textarea {
  color: #000;
}
.page--questionnaire .content--main > section {
  width: 86%;
  max-width: 950px;
  margin: 0 auto 5em;
}
.page--questionnaire .content--main > section > .section-tit {
  margin-bottom: 6vw;
}
.page--questionnaire .content--main .form--post {
  margin-bottom: 100px;
}

.form--post {
  margin: 0 0 40px;
}

.form--post + .txt--sub {
  text-align: center;
}

.form--post dt {
  font-weight: bold;
}

.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;
}

/*  app menu
------------------------------ */
.page--app-fc-top .section--top__app {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 80vw;
  margin: 13vw auto 7.6vw;
}
.page--app-fc-top .section--top__app > h2 {
  width: 32vw;
}
.page--app-fc-top .section--top__app > h2 a, .page--app-fc-top .section--top__app > .nav--notice a {
  display: block;
}
.page--app-fc-top .section--top__app > h2 img, .page--app-fc-top .section--top__app > .nav--app_notice img {
  width: 100%;
}
.page--app-fc-top .section--top__app > .nav--app_notice {
  width: 7.7vw;
}
.page--app-fc-top .list--nav__app li {
  margin-bottom: 13vw;
  text-align: center;
}
.page--app-fc-top .list--nav__app li:last-of-type {
  margin-bottom: 20vw;
}
.page--app-fc-top .list--nav__app li a {
  display: inline-block;
  position: relative;
  color: #008cd5;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 6.1vw;
  letter-spacing: 0.06em;
}
.page--app-fc-top .list--nav__app li.nav--app__livestreaming a {
  display: block;
}
.page--app-fc-top .list--nav__app li.new a::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2vw;
  left: -3.3vw;
  width: 1.33vw;
  height: 1.33vw;
  border-radius: 100%;
  background-color: #008cd5;
}
.page--app-fc-top .list--nav__app_support {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 80vw;
  margin: 0 auto 16vw;
}
.page--app-fc-top .list--nav__app_support li {
  width: 50%;
  margin-bottom: 5.3vw;
}
.page--app-fc-top .list--nav__app_support li a {
  color: #34383c;
  font-weight: 400;
  font-size: clamp(0.5em, 2.6vw, 1.5em);
  letter-spacing: 0.13em;
}
.page--app-fc-top .list--nav__app_footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.page--app-fc-top .list--nav__app_footer li {
  width: 33.33%;
  text-align: center;
}
.page--app-fc-top .list--nav__app_footer li a {
  display: block;
  color: #34383c;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.1vw;
}
.page--app-fc-top .list--nav__app_footer li a img {
  display: block;
}
.page--app-fc-top .list--nav__app_footer li.active a {
  background-color: #008cd5;
  color: #ffffff;
}
.page--app-fc-top .list--nav__app_footer li.nav--app_close a {
  padding: 2.66vw 0 2.4vw;
}
.page--app-fc-top .list--nav__app_footer li.nav--app_close a img {
  width: 4vw;
  margin: 0 auto 2.26vw;
}
.page--app-fc-top .list--nav__app_footer li.nav--app_ticket a {
  padding: 2.13vw 0 2.4vw;
}
.page--app-fc-top .list--nav__app_footer li.nav--app_ticket a img {
  width: 6.53vw;
  margin: 0 auto 2.53vw;
}
.page--app-fc-top .list--nav__app_footer li.nav--app_mypage a {
  padding: 1.33vw 0 2.4vw;
}
.page--app-fc-top .list--nav__app_footer li.nav--app_mypage a img {
  width: 5.2vw;
  margin: 0 auto 2vw;
}

/*  notice
------------------------------ */
.page--notice {
  background: #fff;
}
.page--notice .wrap {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.page--notice .wrap > .bg {
  background: #fff;
}
.page--notice .section--list .no-data {
  color: #000;
  opacity: 1;
}
.page--notice .section--list .list--info {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.page--notice .section--list .list--info li {
  border: none;
  border-radius: 0;
  background: none;
  width: 100%;
  margin: 0;
  opacity: 1 !important;
  transform: none !important;
}
.page--notice .section--list .list--info li a {
  color: #000;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.page--notice .section--list .list--info li a .date {
  padding-top: 5px;
  position: relative;
  background: none;
  top: 0;
  left: 0;
}
.page--notice .section--list .list--info li a .txt {
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}

/*  page--livestreaming
------------------------------ */
.page--livestreaming {
  padding-bottom: 16vw;
  letter-spacing: 0.02em;
}
.page--livestreaming .section--top__app {
  width: clamp(300px, 90vw, 700px);
  margin: 0vw auto 6vw;
}
.page--livestreaming body.body--app .page--livestreaming .section--top__app {
  margin: 6.6vw auto 9.3vw;
}
.page--livestreaming .section--app__about {
  margin-bottom: 4em;
  padding: 3em 0 3.6em;
  background: #008cd5;
  color: #ffffff;
  font-size: clamp(12px, 3vw, 20px);
}
.page--livestreaming .section--app__about .txt--lead {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 3em;
}
.page--livestreaming .section--app__about .logo--fanstream img {
  display: block;
  width: clamp(160px, 47.7vw, 400px);
  margin: 0 auto 2em;
  transform: translateX(-1.5em);
}
.page--livestreaming .section--app__about .block--app_dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: clamp(300px, 90vw, 800px);
  margin: 0 auto 4em;
  font-weight: 500;
}
.page--livestreaming .section--app__about .block--app_dl li {
  width: 100%;
  padding: 0 4.6vw;
  text-align: center;
}
.page--livestreaming .section--app__about .block--app_dl li img {
  width: 100%;
  margin: 1.5em auto 0.6em;
}
.page--livestreaming .section--app__about .block--app_dl li span {
  font-weight: 400;
  font-size: clamp(11px, 2.2vw, 17px);
}
.page--livestreaming .section--app__about .block--app_dl li .btn--dl {
  width: clamp(240px, 70vw, 400px);
  max-width: 640px;
  margin: 0 auto;
}
.page--livestreaming .section--app__about .block--app_dl li .btn--dl__pc {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
}
.page--livestreaming .section--app__about .block--app_dl li .btn--dl__pc a:first-of-type {
  width: 42%;
}
.page--livestreaming .section--app__about .block--app_dl li .btn--dl__pc a:last-of-type {
  width: 50%;
}
.page--livestreaming .section--app__about .block--app_dl li .btn--openapp a {
  display: block;
  width: clamp(200px, 70vw, 400px);
  margin: 1.5em auto 0.6em;
  padding: clamp(14px, 4vw, 32px);
  background: #000000;
  color: #ffffff;
}
.page--livestreaming .section--app__about .block--app_dl li:first-of-type {
  margin-bottom: 3em;
}
.page--livestreaming .section--app__about .block--app__delivery .inner {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
  border: solid 1px #ffffff;
  border-radius: 1em;
  padding: 1.6em;
}
.page--livestreaming .section--app__about .block--app__delivery .inner dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 1.5em;
  font-size: clamp(12px, 2.6vw, 20px);
}
.page--livestreaming .section--app__about .block--app__delivery .inner dl dt {
  min-width: 6em;
  font-weight: 500;
}
.page--livestreaming .section--app__about .block--app__delivery .inner dl:first-of-type {
  padding-bottom: 1.5em;
  border-bottom: solid 1px #ffffff;
}
.page--livestreaming .section--app__about .block--app__delivery .inner dl:last-of-type {
  margin-bottom: 0;
}
.page--livestreaming .section--app__about .block--app__delivery .nav--txt {
  display: block;
  width: 100%;
  margin-top: 3em;
  text-align: center;
}
.page--livestreaming .section--app__about .block--app__delivery .nav--txt a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: clamp(13px, 2.6vw, 20px);
}
.page--livestreaming .section--app__about .block--app__delivery .nav--txt a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.2vw;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.page--livestreaming .section--app__support .inner {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 2em 4em;
  border: solid 1px #dfdfdf;
  border-radius: 1em;
  color: #000000;
}
.page--livestreaming .section--app__support .inner dl {
  margin-bottom: 2em;
}
.page--livestreaming .section--app__support .inner dl dt {
  margin-bottom: 2em;
  font-size: clamp(15px, 3.3vw, 25px);
  text-align: center;
}
.page--livestreaming .section--app__support .inner dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #dfdfdf;
  font-size: clamp(12px, 2.6vw, 20px);
}
.page--livestreaming .section--app__support .inner dl dd:last-of-type {
  margin-bottom: 3em;
  padding-bottom: 0;
  border-bottom: none;
  font-size: clamp(11px, 2.4vw, 19px);
}
.page--livestreaming .section--app__support .nav--txt {
  display: block;
  width: 100%;
  text-align: center;
}
.page--livestreaming .section--app__support .nav--txt a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: clamp(13px, 2.6vw, 20px);
}
.page--livestreaming .section--app__support .nav--txt a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.2vw;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}

/*  page--blog
------------------------------ */
.page--blog .form__select {
  display: none;
}
.page--blog .list--blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--blog .list--blog:after {
  display: block;
  content: "";
  width: 32%;
}
.page--blog .list--blog li {
  margin-bottom: 20px;
  transition: all 0.3s 0s ease-in-out;
  position: relative;
}
.page--blog .list--blog li .contributor {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #008bd2;
}
.page--blog .list--blog li .contributor a {
  display: flex;
  justify-content: space-between;
}
.page--blog .list--blog li .contributor a .contributor_thumb {
  width: 50px;
  height: 50px;
}
.page--blog .list--blog li .contributor a .contributor_thumb .ph {
  width: 100%;
  height: 100%;
}
.page--blog .list--blog li .contributor a .contributor_thumb .ph img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.page--blog .list--blog li .contributor a .contributor_name {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.page--blog .list--blog li .contents__detail {
  position: relative;
  transition: all 0.3s 0s ease-in-out;
}
.page--blog .list--blog li .contents__detail .movie {
  background: url(/static/hashimotokanna/fanclub/common/thumb_blank.png) no-repeat center/cover !important;
}
.page--blog .list--blog li .contents__detail .movie:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(/static/hashimotokanna/fanclub/common/mmark.svg) no-repeat center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page--blog .list--blog li .contents__detail .movie img {
  display: none;
}
.page--blog .list--blog li .contents__detail .contents__thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: #02a1f2;
}
.page--blog .list--blog li .contents__detail .contents__thumb img {
  position: absolute;
  transform: translate(-50%, -50%) scale(1.03);
  top: 50%;
  left: 50%;
  min-height: 100%;
  object-fit: cover;
}
.page--blog .section--detail {
  margin: 0 auto;
  border: 1px solid #008bd2;
}
.page--blog .section--detail .inner .contents__detail .ulizahtml5 {
  width: 100% !important;
  margin: 20px auto;
}
.page--blog .section--detail .inner .contents__detail .ph {
  margin: 20px auto;
}
.page--blog .section--detail .inner .contents__detail .block--player {
  height: 0;
  padding-top: 56.25%;
  background: #000;
  line-height: 0;
  position: relative;
}
.page--blog .section--detail .contributor a {
  display: flex;
  text-decoration: none;
  letter-spacing: 0.5em;
  align-items: center;
  position: relative;
  color: #777;
  padding: 0.5em;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.page--blog .section--detail .contributor a .contributor_thumb img {
  margin-right: 1em;
  border-radius: 50rem;
  object-fit: cover;
}
.page--blog .section--detail .contributor a .contributor_name {
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #008bd2;
}
.page--blog .section--detail .contributor a .date {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0.5em;
  letter-spacing: 0.05em;
}
.page--blog .section--detail .icon--area {
  margin: 24px 0;
  display: flex;
}
.page--blog .section--detail .icon--area i {
  font-size: 1.6em;
  color: #9a9a9a;
  margin-right: 5px;
}
.page--blog .section--detail .icon--area div {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.page--blog .section--detail .icon--area .icon--like {
  transition: 0.6s;
}
.page--blog .section--detail .icon--area .icon--like .fa-heart.clicked {
  animation: popping 1.8s reverse, color 1.8s ease-out infinite;
  color: #008bd2;
}
.page--blog .section--detail .icon--area .icon--comment {
  transition: 0.6s;
}
.page--blog .section--detail .icon--area .icon--comment i:hover {
  cursor: pointer;
  animation: 0.8s boing-anim linear;
  animation-iteration-count: 2;
}
@keyframes boing-anim {
  10% {
    transform: scale(1.1, 0.9);
  }
  40% {
    transform: scale(1.2, 0.8);
  }
  50% {
    transform: scale(0.85, 1.15);
  }
  60% {
    transform: scale(1.1, 0.9);
  }
  70% {
    transform: scale(0.95, 1.08);
  }
  90% {
    transform: scale(0.98, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
.page--blog .fadein {
  display: none;
}
.page--blog .comment--area .table_box {
  margin-bottom: 4em;
}
.page--blog .comment--area .table_box dl {
  margin-bottom: 2em;
}
.page--blog .comment--area .table_box dl dt {
  margin-bottom: 8px;
  position: relative;
  color: #008bd2;
}
.page--blog .comment--area .table_box dl dt:after {
  content: "";
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #008bd2;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.page--blog .comment--area .table_box dl dd textarea {
  color: #008bd2;
}
.page--blog .comment--area .table_box .btn--sub:hover {
  background: #008bd2;
  color: #fff;
}
.page--blog .comment--area .comment--block {
  padding: 20px 0;
  border-top: dotted 1px #aaa;
}
.page--blog .comment--area .comment--block .comment--name {
  font-weight: 700;
  margin-bottom: 3px;
}
.page--blog .comment--area .comment--block .comment {
  margin-bottom: 5px;
}
.page--blog .comment--area .comment--block .comment--date {
  display: inline-block;
  font-size: 0.8em;
}
.page--blog .comment--area .comment--block .comment--date {
  display: inline-block;
  font-size: 0.8em;
}
.page--blog .comment--area .comment--block .comment--date + form {
  display: inline-block;
}
.page--blog .comment--area .comment--block .comment--date + form input {
  border: none;
  background: none;
  font-size: 0.8em;
  margin-left: 4px;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 961px) {
  .page--blog .comment--area .comment--block .comment--date + form input:hover {
    opacity: 0.5;
  }
}
@keyframes popping {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.page--blog.confirm .comment--area dt {
  margin: 10px auto;
  padding: 0 10px 10px 10px;
  color: #b9b9b9;
  border-bottom: 1px solid rgba(177, 156, 142, 0.28);
}
.page--blog.confirm .comment--area dd {
  padding: 0 10px 10px 10px;
  margin-bottom: 20px;
}
.page--blog.confirm .comment--area .btn .btn--sub:hover {
  background: #008bd2;
  color: #fff;
}
.page--blog.confirm .comment--area .submit_button {
  margin-bottom: 24px;
}
.page--blog.commentdone .btn--sub:hover {
  background: #008bd2;
  color: #fff;
}
.page--blog .svg-parts {
  display: 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;
  }
}
@keyframes bg_mask_ttob {
  0% {
    transform: translate(0, -100%);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  99.9% {
    transform: translate(0, 100%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.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: #008bd2;
  transform: translate(100%, 0);
}
.bg_mask.delighter.started::before {
  animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

.bg_mask.ttob.delighter.started::before {
  animation: bg_mask_ttob 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 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, 25rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.kurukuru.delighter.started {
  animation: kurukuru 1.4s ease-out;
  opacity: 1;
  transform-origin: center;
}

@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

.page--home .section--top .keyvisual.delighter {
  opacity: 0;
}

.page--home .section--top .keyvisual.delighter.started {
  opacity: 1;
  animation: mask-circle 2.5s cubic-bezier(0.6, 0, 0.2, 1);
  perspective: 1000;
}

.page--home .section--top .block--logo.delighter {
  opacity: 0;
}

.page--home .section--top .block--logo.delighter.started {
  opacity: 1;
  transition: opacity 0.6s ease-in 1.2s;
}

.page--home .section--top .section--login li.delighter.started::before {
  animation-delay: 1.8s;
}

.page--home .section--top .section--login li.delighter p, .page--home .section--top .section--login li.delighter span {
  opacity: 0;
}

.page--home .section--top .section--login li.delighter.started p, .page--home .section--top .section--login li.delighter.started span {
  opacity: 1;
  transition: opacity 0.5s ease-in 2.5s, color 0.3s;
}

.page--home .section--top .nav--about.delighter.started::before {
  animation-delay: 2.7s;
}

.page--home .section--top .nav--about.delighter {
  opacity: 0;
}

.page--home .section--top .nav--about.delighter.started {
  opacity: 1;
  transition: opacity 1s ease-in 2.7s;
}

.page--home .drawer__btn.delighter.started {
  transition: opacity 1s ease 2.7s;
}

body:not(.drawer-visible) .drawer {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.4s;
}

.drawer-inner .logo {
  opacity: 0;
  transform: translateY(20%);
}

.drawer-visible .drawer-inner .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in 0.4s, transform 0.5s ease-in 0.4s;
}

.drawer-inner .section--login li {
  opacity: 0;
  transform: translateY(20%);
}

.drawer-visible .section--login li {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.4s, transform 0.5s ease-in 0.4s;
}

.drawer-inner .g-nav .nav li {
  opacity: 0;
  transform: translateY(20%);
}

.drawer-visible .drawer-inner .g-nav .nav li {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.7s, transform 0.5s ease-in 0.7s;
}

.section-tit.delighter.started {
  transition: opacity 0.8s;
}

.section--banner.delighter .list--bnr .slick-list li img {
  opacity: 0;
}

.section--banner.delighter.started .list--bnr .slick-list li img {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.5s, border 0.2s;
}

.area--contents section ul.delighter {
  transform: translateY(10%);
}
.area--contents section ul.delighter li.new::before {
  opacity: 0;
}

.area--contents section ul.delighter.started {
  transform: none;
  transition: opacity 0.5s ease-in 0.5s;
  animation: mask-circle 2s cubic-bezier(0.6, 0, 0.2, 1);
}
.area--contents section ul.delighter.started li.new::before {
  opacity: 1;
  transition: opacity 0.5s ease-in 1s;
}

.list--info li.delighter {
  transform: translateY(20%);
}

.list--info li.delighter.started {
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transform: translate3d(0, 0, 0);
}

.block--pager.delighter {
  transform: translateY(20%);
}

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

.list--contents li.delighter {
  transform: translateY(10%);
}
.list--contents li.delighter a.new::before {
  opacity: 0;
}

.list--contents li.delighter.started {
  transform: none;
  transition: opacity 0.5s ease-in 0.5s;
  animation: mask-circle 2s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--contents li.delighter.started a.new::before {
  opacity: 1;
  transition: opacity 0.5s ease-in 1s;
}

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

.block--parts-dot.delighter {
  opacity: 0;
}

.block--parts-dot.delighter.started {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.3s;
}

@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: 300px;
    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 {
    min-width: 300px;
    transition: all 0.3s;
  }
  .btn--main:hover {
    border: solid 1px #008bd2;
    background: #ffffff;
    color: #008bd2;
  }
  .btn--sub {
    min-width: 300px;
    transition: all 0.3s;
  }
  .btn--sub:hover {
    border: solid 1px #008bd2;
    background: #ffffff;
    color: #008bd2;
  }
  .detail__btn {
    margin: 6vw 0;
  }
  .detail__btn a {
    font-size: 13px;
  }
  .detail__btn a::before {
    left: -3.7em;
    width: 3.2em;
  }
  .detail__btn a::after {
    top: calc(50% - 4px);
    left: calc(-8px - 0.9em);
    width: 8px;
    height: 8px;
    transition: left 0.3s;
  }
  .detail__btn a:hover::after {
    left: calc(-8px - 3.2em);
  }
  .date,
  .category {
    font-size: 10px;
  }
  .tit {
    font-size: 16px;
    line-height: 1.6;
  }
  .section-tit {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }
  .section-tit span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 6vw;
  }
  .section--detail .tit {
    margin-bottom: 1.11vw;
    font-size: 18px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .block--share li a:hover i {
    color: #c1bcac;
  }
  .section--detail .block--share li a:hover svg {
    fill: #c1bcac;
  }
  .section--detail .block--share li a:hover.share {
    color: #c1bcac;
  }
  .list--contents {
    margin: 0 auto 50px;
  }
  .list--contents li {
    display: inline-block;
    width: 46%;
    margin-bottom: 3vw;
    margin-right: 7%;
    vertical-align: top;
  }
  .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a .thumb {
    margin-bottom: 1vw;
  }
  .list--contents li a .thumb img {
    border-radius: 10px;
    background-color: rgba(176, 196, 222, 0);
    transition: background-color 0.5s;
  }
  .list--contents li a .tit {
    margin-bottom: 1vw;
    transition: color 0.3s;
  }
  .list--contents li a .date {
    transition: color 0.3s;
  }
  .list--contents li a svg path.shape_hover {
    transition: fill 0.5s ease, transform 0.5s ease;
  }
  .list--contents li a:hover path.shape_hover {
    fill: rgb(0, 139, 210);
  }
  .list--contents li a:hover .tit {
    color: #c1bcac;
  }
  .list--contents li a:hover .date {
    color: #c1bcac;
  }
  .list--contents li.new > a::before {
    content: "";
    display: block;
    width: 4.6vw;
    height: 3.5vw;
    position: absolute;
    top: 3%;
    left: 0%;
  }
  .list--error li {
    font-size: 13px;
  }
  .block--pager {
    margin: 0 auto 3em;
  }
  .block--pager .pager__item--newer, .block--pager .pager__item--older {
    margin-top: -4px;
  }
  .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before, .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
    width: 3.2em;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after, .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
  .block--pager .pager__item--newer {
    margin-right: 0;
  }
  .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
    left: -3.7em;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    left: calc(-8px - 0.9em);
  }
  .block--pager .pager__item--newer a:hover::after {
    left: calc(-8px - 3.2em);
  }
  .block--pager .pager__item--older {
    margin-left: 0;
  }
  .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
    right: -3.7em;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    right: calc(-8px - 0.9em);
  }
  .block--pager .pager__item--older a:hover::after {
    right: calc(-8px - 3.2em);
  }
  .block--pager__detail {
    margin: 0 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
  .block--pager__detail .pager__item--older {
    margin: 0 5vw;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
    font-size: 13px;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    width: 3.2em;
  }
  .block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--newer .single::after, .block--pager__detail .pager__item--older a::after, .block--pager__detail .pager__item--older .single::after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
  .block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--older a::after {
    transition: left 0.3s, right 0.3s;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before {
    right: -3.7em;
  }
  .block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--newer .single::after {
    right: calc(-8px - 0.9em);
  }
  .block--pager__detail .pager__item--newer a:hover::after {
    right: calc(-8px - 3.2em);
  }
  .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    left: -3.7em;
  }
  .block--pager__detail .pager__item--older a::after, .block--pager__detail .pager__item--older .single::after {
    left: calc(-8px - 0.9em);
  }
  .block--pager__detail .pager__item--older a:hover::after {
    left: calc(-8px - 3.2em);
  }
  header > .logo {
    max-width: 140px;
    margin-top: 2vw;
    margin-bottom: 3vw;
    margin-left: 2vw;
    transition: 0.2s ease-in;
  }
  header > .logo .logo--fc {
    width: 100%;
    transition: fill 0.3s;
  }
  body .drawer__btn {
    top: 3vw;
    right: 2.6vw;
    width: 2.1vw;
    height: 2.1vw;
  }
  body .drawer__btn:hover .block--btn-menu .menu_circle {
    fill: #c1bcac;
  }
  .drawer-visible .drawer .drawer-inner .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    width: 64vw;
    min-width: 700px;
    margin: 0 auto;
    height: 9vw;
  }
  .drawer-visible .drawer .drawer-inner .logo {
    width: 17vw;
  }
  .drawer-visible .drawer .drawer-inner .logo:hover .logo--fc .logo--fc_sub {
    fill: #c1bcac;
  }
  .drawer-visible .drawer .drawer-inner .logo:hover .logo--fc .logo--fc_main {
    fill: #c1bcac;
  }
  .drawer-visible .drawer .drawer-inner .section--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .drawer-visible .drawer .drawer-inner .section--login li {
    margin-left: 2em;
    padding: 0.2em 0;
  }
  .drawer-visible .drawer .drawer-inner .section--login li .txt--en {
    margin-top: 0.5em;
    font-size: 10px;
    transition: color 0.3s;
  }
  .drawer-visible .drawer .drawer-inner .section--login li.nav--home {
    padding-left: 2em;
  }
  .drawer-visible .drawer .drawer-inner .section--login li a:hover {
    color: #c1bcac;
  }
  .drawer-visible .drawer .drawer-inner .section--login li a:hover .txt--en {
    color: #c1bcac;
  }
  .drawer-visible .drawer .drawer-inner .g-nav {
    height: calc(100% - 9vw);
    padding-top: 8vw;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul {
    width: 64vw;
    min-width: 700px;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul::-webkit-scrollbar {
    display: none;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li {
    margin-bottom: 3em;
    font-size: 30px;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li .txt--en {
    margin-top: 0.6em;
    font-size: 12px;
    transition: color 0.3s;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li a:hover {
    color: #f0e7c4;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li a:hover .txt--en {
    color: #f0e7c4;
  }
  .page--home .section--top {
    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;
    height: 100vh;
  }
  .page--home .section--top .block--tit {
    width: 25%;
    max-width: 310px;
    margin-right: 3vw;
    transform: translateY(16vw);
  }
  .page--home .section--top .block--tit h1 {
    margin-bottom: 2vw;
  }
  .page--home .section--top .section--login {
    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;
  }
  .page--home .section--top .section--login li:first-of-type {
    margin-right: 2vw;
    margin-left: 0.6vw;
  }
  .page--home .section--top .section--login li p {
    font-size: 15px;
  }
  .page--home .section--top .section--login li span {
    font-size: 11px;
  }
  .page--home .section--top .section--login li a:hover p {
    color: #c1bcac;
  }
  .page--home .section--top .section--login li a:hover span {
    color: #c1bcac;
  }
  .page--home .section--top .section--login li.nav--mypage p {
    font-size: 14px;
  }
  .page--home .section--top .nav--about {
    margin-top: 5vw;
    margin-left: 0.6vw;
    font-size: 13px;
    transition: color 0.3s;
  }
  .page--home .section--top .nav--about::after {
    width: 1px;
    height: 21vw;
    margin-top: 0.9vw;
    transition: background 0.3s ease-in 0.1s;
  }
  .page--home .section--top .nav--about:hover {
    color: #c1bcac;
  }
  .page--home .section--top .nav--about:hover::after {
    background-color: #c1bcac;
  }
  .page--home .section--top .keyvisual {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 60%;
    height: 100vh;
    text-align: right;
    position: relative;
    z-index: -1;
  }
  .page--home .section--top .keyvisual .keyvisual__photo {
    width: 85%;
    max-width: 80vh;
    min-width: 600px;
  }
  .page--home .section--top .keyvisual .block--parts-dot {
    position: absolute;
    top: 55vh;
    right: -7.5vw;
    width: clamp(25em, 22vw, 26em);
    max-height: 90%;
    clip-path: inset(-1em 0em 0em clamp(13.2em, 10vw, 14em));
  }
  .page--home .section-tit {
    margin-bottom: 1.5em;
    font-size: 20px;
    line-height: 1;
  }
  .page--home .section-tit .txt--en {
    display: block;
    margin-top: 1em;
    font-size: 12px;
  }
  .page--home .section--banner {
    width: 80vw;
    margin: 0 auto 10vw;
  }
  .page--home .section--banner .list--bnr .slick-list {
    margin: 0 0 0 auto;
  }
  .page--home .section--banner .list--bnr .slick-list li {
    position: relative;
    max-width: 37.3vw !important;
    margin: 0 2vw 0 0;
    overflow: visible;
  }
  .page--home .section--banner .list--bnr .slick-list li svg {
    position: absolute;
    top: 0.6vw;
    left: -0.6vw;
    transform: rotate(-8deg);
    mix-blend-mode: color-burn;
  }
  .page--home .section--banner .list--bnr .slick-list li svg path.shape_hover {
    transition: fill 0.5s ease;
  }
  .page--home .section--banner .list--bnr .slick-list li:hover path.shape_hover {
    fill: rgb(0, 140, 213);
    transition: fill 0.6s ease;
  }
  .page--home .section--banner .list--bnr .slick-list li:hover img {
    border-color: rgba(0, 140, 213, 0);
  }
  .page--home .section--banner .list--bnr .slick-list .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .page--home .section--banner .list--bnr .slick-list .slick-track .slick-slide {
    float: none;
  }
  .page--home .section--banner .list--bnr.slick-initialized {
    opacity: 1;
  }
  .page--home .section--banner .list--bnr:hover {
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr:hover .slide-arrow {
    opacity: 1;
    mix-blend-mode: multiply;
  }
  .page--home .section--banner .list--bnr:hover .slide-arrow.next-arrow {
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
  }
  .page--home .section--banner .list--bnr:hover .slide-arrow.prev-arrow {
    -webkit-transform: translateX(-5vw);
    transform: translateX(-5vw);
  }
  .page--home .section--banner .list--bnr:hover .slide-arrow.slick-disabled {
    opacity: 0.5;
  }
  .page--home .section--banner .slick-dots {
    bottom: -1em;
  }
  .page--home .section--banner .slick-dots li {
    position: relative;
    margin-right: 0.6vw;
  }
  .page--home .section--banner .slick-dots li::before {
    width: 10px;
    height: 10px;
  }
  .page--home .section--banner .slick-dots li:hover::before {
    transition: background 0.2s, width 0.3s;
  }
  .page--home .section--banner .slick-dots li.slick-active {
    width: 2.5vw;
  }
  .page--home .section--banner .slick-dots li.slick-active::before {
    width: 100%;
    border-radius: 50em;
  }
  .page--home .section--banner .slick-dots li:hover::before {
    background: #008bd2;
  }
  .page--home .list__more {
    font-size: 13px;
  }
  .page--home .list__more::before {
    right: calc(-2.7vw - 0.5em);
    width: 2.7vw;
  }
  .page--home .list__more::after {
    top: calc(50% - 4px);
    right: calc(-8px - 0.9em);
    width: 8px;
    height: 8px;
    transition: right 0.3s;
  }
  .page--home .list__more:hover::after {
    right: calc(-8px - 2.7vw);
  }
  .page--home .section--news {
    margin: 0 auto 11vw;
  }
  .page--home .section--news .section-tit {
    width: 80vw;
    margin: 0 auto 1.5em;
    text-align: left;
  }
  .page--home .section--news ul {
    width: 80vw;
    margin: 0 auto 2em;
  }
  .page--home .section--news ul li {
    max-width: 22.4vw !important;
    margin-top: 1em;
    margin-right: 1.5vw;
  }
  .page--home .section--news ul li a {
    padding: 2.7vw 0;
    transition: background-color 0.2s;
  }
  .page--home .section--news ul li a .block--tit {
    width: clamp(12vw, 77%, 16vw);
    margin: 0 auto;
  }
  .page--home .section--news ul li a .tit {
    font-size: 14px;
    transition: color 0.3s;
  }
  .page--home .section--news ul li a .date {
    top: -0.6em;
    left: -0.6em;
    transition: background-color 0.2s;
  }
  .page--home .section--news ul li a .date p {
    /*
    width: clamp(4.2rem,5vw,6rem);
    height: clamp(4.2rem,5vw,6rem);
    */
    width: 5vw;
    min-width: 4.2rem;
    max-width: 6rem;
    height: 5vw;
    min-height: 4.2rem;
    max-height: 6rem;
    padding: 1em 0.5em;
    font-size: 15px;
    text-align: left;
    transition: color 0.3s;
  }
  .page--home .section--news ul li a .date p span {
    margin-top: 0.2em;
    font-size: 8px;
  }
  .page--home .section--news ul li a:hover {
    background-color: #008bd2;
  }
  .page--home .section--news ul li a:hover .tit {
    color: #ffffff;
  }
  .page--home .section--news ul li a:hover .tit::after {
    color: #ffffff;
  }
  .page--home .section--news ul li a:hover .date {
    background-color: #f0e7c4;
  }
  .page--home .section--news ul li a:hover .date p {
    color: #008bd2;
  }
  .page--home .section--news ul li.new .tit::after {
    font-size: 13px;
  }
  .page--home .section--news .list__more {
    margin-left: 10vw;
  }
  .page--home .section--news .block--parts-dot {
    position: absolute;
    bottom: 0vw;
    left: 0.4vw;
    z-index: -1;
    width: clamp(15em, 17vw, 19em);
    clip-path: inset(0vw clamp(12.5em, 9vw, 14em) 0vw 0vw);
  }
  .page--home .area--contents article {
    width: 80vw;
    margin: 0 auto 16.4vw;
    border-radius: 2em;
  }
  .page--home .area--contents article .block--tit {
    width: 52%;
    margin: -0.8em auto 8.7vw;
    font-size: 36px;
  }
  .page--home .area--contents article > .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    width: clamp(62vw, 70%, 90vw);
    */
    width: 70vw;
    max-width: 900px;
    margin: 0 auto;
  }
  .page--home .area--contents article > .inner > [class^=section--] {
    width: clamp(280px, 45%, 480px);
    margin-bottom: 7vw;
  }
  .page--home .area--contents article > .inner > [class^=section--] .section-tit {
    font-size: 22px;
  }
  .page--home .area--contents article > .inner > [class^=section--] .section-tit .txt--en {
    font-size: 12px;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a {
    margin-bottom: 1em;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a .date {
    bottom: 2em;
    left: -0.5em;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a .date span {
    padding: 0.5em 1em;
    font-size: 14px;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a svg path.shape_hover {
    transition: fill 0.5s ease;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a:hover path.shape_hover {
    fill: rgb(0, 139, 210);
    transition: fill 0.6s ease;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li.new > a::before {
    content: "";
    display: block;
    width: 4.6vw;
    height: 3.5vw;
    position: absolute;
    top: 12%;
    left: 0%;
  }
  .page--home .area--contents article > .inner > [class^=section--]:nth-of-type(even) {
    margin-left: auto;
  }
  .page--home .area--contents article > .inner > [class^=section--]:nth-of-type(odd) {
    margin-right: auto;
  }
  .page--home .area--contents article > .inner .section--livestreaming {
    position: relative;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt {
    right: -3vw;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt p {
    font-size: 16px;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt p span {
    margin-bottom: 0.2em;
    font-size: 18px;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt p::after {
    left: calc(50% - 1px);
    height: 10vw;
    min-height: 10em;
    margin-top: 0.9vw;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--parts-dot {
    position: absolute;
    bottom: -3vw;
    left: 0vw;
    z-index: -1;
    width: clamp(15em, 17vw, 19em);
    clip-path: inset(0vw 0vw 0vw 1.5vw);
  }
  .page--home .area--contents article > .inner .section--movie {
    z-index: 1;
  }
  .page--home .area--contents article > .inner .section--blog {
    position: relative;
  }
  .page--home .area--contents article > .inner .section--blog .block--parts-dot {
    position: absolute;
    bottom: -3vw;
    right: -10vw;
    width: 22vw;
    clip-path: inset(62vw 0vw 0vw 4vw);
  }
  .page--home .area--contents article > .inner .section--qa .tit {
    top: 40%;
    left: 0;
    right: 0;
    width: 80%;
    font-size: clamp(12px, 1.1vw, 16px);
  }
  .page--home .area--contents article > .inner .section--qa .name {
    bottom: 2.8em;
    right: 2.5em;
    font-size: clamp(10px, 0.8vw, 12px);
  }
  .page--home .area--contents article > .inner .section--qa .name::before {
    margin-right: 1em;
  }
  .page--home .area--contents article > .inner .section--goods {
    position: relative;
  }
  .page--home .area--contents article > .inner .section--goods .block--parts-dot {
    position: absolute;
    bottom: -1.5vw;
    right: -8vw;
    width: clamp(15em, 17vw, 17em);
    clip-path: inset(6em 0em 0em 0em);
  }
  footer {
    padding: 13vw 0 2vw;
  }
  footer .inner {
    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;
    width: 80vw;
    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: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 31vw;
    min-width: 570px;
    margin-bottom: 0.5em;
  }
  footer .inner .list--support .nav--support li {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  footer .inner .list--support .nav--support li a {
    font-weight: 400;
    font-size: 12px;
  }
  footer .inner .list--support .nav--support li a:hover {
    color: #f0e7c4;
  }
  footer .inner .logo {
    width: 11vw;
    max-width: 167px;
    transform: translateY(-6vw);
  }
  footer .copyright {
    font-size: 9.3px;
    text-align: right;
  }
  footer .block--parts-dot {
    position: absolute;
    bottom: 20vw;
    left: 7vw;
    width: clamp(21em, 22vw, 26em);
    clip-path: inset(0em 0em 0em 0em);
    z-index: -1;
  }
  body:not(.page--home) footer {
    padding: 6vw 0 4.8vw;
  }
  .block--expire {
    margin: 0 auto 6em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 30px;
  }
  .block--expire .notice {
    margin-bottom: 2em;
  }
  .slide-arrow {
    top: 40%;
    width: 32px;
    height: 55px;
  }
  .section--banner.no-carousel .list--bnr {
    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;
  }
  .section--banner.no-carousel .list--bnr li {
    width: 37%;
    margin-right: 2%;
  }
  .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--info {
    width: 100%;
  }
  .page--info .list--info li {
    margin-bottom: 3em;
  }
  .page--info .list--info li a {
    padding: 2.7vw 0;
    transition: background-color 0.2s;
  }
  .page--info .list--info li a .block--tit {
    width: 87%;
    margin: 0 auto;
    color: #008bd2;
  }
  .page--info .list--info li a .tit {
    transition: color 0.3s;
  }
  .page--info .list--info li a .date {
    transition: background-color 0.3s;
  }
  .page--info .list--info li a .date p {
    width: 5rem;
    height: 5rem;
    padding: 1em 0.5em;
    font-size: 15px;
    text-align: left;
    transition: color 0.3s;
  }
  .page--info .list--info li a .date p span {
    margin-top: 0.2em;
    font-size: 8px;
  }
  .page--info .list--info li a:hover {
    background-color: #008bd2;
  }
  .page--info .list--info li a:hover .tit {
    color: #ffffff;
  }
  .page--info .list--info li a:hover .tit::after {
    color: #ffffff;
  }
  .page--info .list--info li a:hover .date {
    background-color: #f0e7c4;
  }
  .page--info .list--info li a:hover .date p {
    color: #008bd2;
  }
  .page--info .list--info li.new .tit::after {
    font-size: 13px;
  }
  .page--info .section--detail {
    margin: 0 auto 6vw;
  }
  .page--info .txt {
    margin: 6.2vw auto 10vw;
  }
  .page--info .txt a:hover {
    color: #c1bcac;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 1.11vw;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 0 auto 5vw;
    font-size: 12px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .txt {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .page--movie .section--detail .txt a {
    color: #008bd2;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    border-radius: 10px;
    border-top-left-radius: 50px;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .list--qa li a:hover {
    background: #fffba0;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--support.section--detail .section-tit {
    margin-bottom: 3rem;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--support.section--detail .tit {
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 30px;
    font-weight: normal;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0;
  }
  .page--faq .list--faq li a {
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    color: #c1bcac;
  }
  .page--faq .block--faq-detail .txt a {
    transition: 0.3s;
    text-decoration: underline;
  }
  .page--faq .block--faq-detail .txt a:hover {
    color: #008bd2;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  /*  questionnaire
  ------------------------------ */
  .page--questionnaire > section {
    padding-top: 7em;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .section--detail.page--entry .logo {
    width: 40%;
    margin: 5vw 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;
    letter-spacing: 0.05em;
  }
  .section--detail.page--entry .block-tit {
    font-size: 40px;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .section--detail.page--entry [class^=block--] {
    margin-bottom: 4vw;
  }
  .section--detail.page--entry .block--benefit {
    text-align: center;
  }
  .section--detail.page--entry .list--content li {
    width: 47%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 2vw;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 1vw;
    font-size: 25px;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 3vw;
  }
  .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 #c1bcac;
    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: 5vw;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 13px;
  }
  .section--detail.page--entry .block--login {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 3vw auto 0;
  }
  .section--detail.page--entry .block--login .block--inner {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .section--detail.page--entry .block--login .block--inner .btn span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
  }
  .section--detail.page--entry .block--login .block--inner .btn--main {
    font-size: 16px;
  }
  .section--detail.page--entry .block--login .block--inner .btn--main span {
    font-size: 11px;
  }
  .section--detail.page--entry .block--login .block--inner .btn--main.type-blue2:hover {
    border: solid 1px #018bd3;
    background: #ffffff;
    color: #018bd3;
  }
  .section--detail.page--entry .block--login .block--inner .txt--sub {
    margin-bottom: 2vw;
  }
  .section--detail.page--entry .txt--link {
    margin-top: 0.5em;
    font-size: 1.1em;
  }
  .section--detail.page--entry #section--continue .btn--main:hover {
    border: solid 1px #018bd3;
    background: #018bd3;
    color: #ffffff;
  }
  .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 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 48%;
    padding: 2vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic {
    height: 50%;
  }
  .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: 16px;
  }
  .section--detail.page--entry .block--attention strong {
    font-weight: bold;
    font-size: 18px;
  }
  /*  page--blog
  ------------------------------ */
  .page--blog .list--blog li {
    width: 32%;
  }
  .page--blog .list--blog li:hover {
    opacity: 0.5;
  }
  .page--blog .list--blog li a .contributor_name {
    width: 75%;
  }
  .page--blog .section--detail {
    width: 86%;
    max-width: 800px;
    padding: 20px;
  }
  .page--blog .section--detail .contributor a img {
    width: 60px;
    height: 60px;
  }
  .page--blog .section--detail .contributor a .contributor_name {
    font-size: 1.25em;
  }
  .page--blog .comment--area .tit {
    margin-bottom: 40px;
  }
  .page--blog .comment--area .icon--like:hover {
    cursor: pointer;
  }
  .page--blog .comment--area .icon--like:hover i {
    color: #008bd2;
    transition: all 0.3s 0s ease;
  }
  /* page--first_login
  ------------------------------ */
  .section--detail.page--first_login {
    width: 800px;
    margin: 0 auto;
  }
  .section--detail.page--first_login .logo {
    width: 40%;
    margin: 5vw auto 5vw;
  }
  .section--detail.page--first_login .section--inner {
    margin: 0 auto 3em;
  }
  .section--detail.page--first_login .section-tit {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 80px;
  }
  .section--detail.page--first_login .block--lead {
    margin-bottom: 60px;
  }
  .section--detail.page--first_login .step li {
    position: relative;
    width: 23%;
    float: left;
    font-size: 11px;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
  }
  .section--detail.page--first_login .step li::after {
    content: "";
    border-left: 12px solid #008bd2;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-top: -10px;
    position: absolute;
    right: -12px;
    top: 50%;
    transition: border-color 0.3s;
  }
  .section--detail.page--first_login .step li:hover::after {
    content: "";
    border-left: 12px solid #f0e7c4;
  }
  .section--detail.page--first_login .step li:last-child {
    margin: 0;
  }
  .section--detail.page--first_login .step li:last-child:after {
    display: none;
  }
  .section--detail.page--first_login .step li a {
    display: block;
    background: #008bd2;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 1.2;
    height: 100px;
    padding: 14px;
  }
  .section--detail.page--first_login .step li a:hover {
    background: #f0e7c4;
    color: #008bd2;
  }
  .section--detail.page--first_login .step li span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  .section--detail.page--first_login .btn.entry {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /*  questionnaire
  ------------------------------ */
  /*  page--blog
  ------------------------------ */
  /* page--first_login
  ------------------------------ */
  /* terms popup
  ------------------------------ */
  /*
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn {
    margin: 0 0 5em;
  }
  .detail__btn a {
    font-size: 13px;
  }
  .detail__btn a::before {
    left: -3.7em;
    width: 3.2em;
  }
  .detail__btn a::after {
    top: calc(50% - 3.2px);
    left: calc(-8px - 0.9em);
    width: 6px;
    height: 6px;
    transition: right 0.3s;
  }
  .block--pager {
    margin: 0 auto 10vw;
  }
  .block--pager .pager__item--newer, .block--pager .pager__item--older {
    margin-top: -4px;
  }
  .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before, .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
    width: 3.2em;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after, .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
  .block--pager .pager__item--newer {
    margin-right: 0;
  }
  .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
    left: -3.7em;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    left: calc(-8px - 0.9em);
  }
  .block--pager .pager__item--older {
    margin-left: 0;
  }
  .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
    right: -3.7em;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    right: calc(-8px - 0.9em);
  }
  .block--pager__detail {
    margin: 0 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
  .block--pager__detail .pager__item--older {
    margin: 0 5vw;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer .single, .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older .single {
    font-size: 13px;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before, .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    width: 3.2em;
  }
  .block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--newer .single::after, .block--pager__detail .pager__item--older a::after, .block--pager__detail .pager__item--older .single::after {
    top: calc(50% - 3.2px);
    width: 6px;
    height: 6px;
  }
  .block--pager__detail .pager__item--newer a::before, .block--pager__detail .pager__item--newer .single::before {
    right: -3.7em;
  }
  .block--pager__detail .pager__item--newer a::after, .block--pager__detail .pager__item--newer .single::after {
    right: calc(-8px - 0.9em);
  }
  .block--pager__detail .pager__item--older a::before, .block--pager__detail .pager__item--older .single::before {
    left: -3.7em;
  }
  .block--pager__detail .pager__item--older a::after, .block--pager__detail .pager__item--older .single::after {
    left: calc(-8px - 0.9em);
  }
  body:not(.drawer-visible) header .logo {
    max-width: 100px;
    margin-top: 5vw;
    margin-bottom: 10vw;
    margin-left: 4vw;
    transition: fill 0.2s ease-in;
  }
  body:not(.drawer-visible) header .logo svg {
    width: 100%;
  }
  .drawer__btn {
    top: 6.4vw;
    right: 5.6vw;
    width: 8vw;
    max-width: 30px;
    height: 8vw;
    max-height: 30px;
  }
  .drawer__btn .block--btn-menu {
    width: 100%;
  }
  .drawer-visible .drawer__btn span {
    filter: none;
  }
  .drawer-visible .drawer__btn span:first-of-type {
    right: -0.6vw;
  }
  .drawer-visible .drawer .drawer-inner .inner {
    width: 90vw;
    margin: 0 auto 0;
  }
  .drawer-visible .drawer .drawer-inner .section--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    margin-top: 9.6vw;
  }
  .drawer-visible .drawer .drawer-inner .section--login li {
    margin-right: 5vw;
    padding: 0.2em 0;
  }
  .drawer-visible .drawer .drawer-inner .section--login li .txt--en {
    margin-top: 0.5em;
    font-size: 10px;
  }
  .drawer-visible .drawer .drawer-inner .section--login li.nav--home {
    padding-left: 5vw;
  }
  .drawer-visible .drawer .drawer-inner .section--login li:last-of-type {
    margin-right: 0;
  }
  .drawer-visible .drawer .drawer-inner .g-nav {
    margin: 12vw auto 2vw;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li {
    width: 100%;
    margin: 0 auto 2em;
    font-size: 20px;
  }
  .drawer-visible .drawer .drawer-inner .g-nav ul li .txt--en {
    margin-top: 0.2em;
    font-size: 10px;
  }
  .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer .drawer-inner {
    padding: 8%;
  }
  .drawer .drawer-inner h1.logo {
    width: 36.8vw;
    max-width: 100%;
  }
  .drawer .drawer-inner .nav--menu {
    width: 90%;
  }
  .drawer .drawer-inner .nav--menu > ul {
    margin-bottom: 6vw;
  }
  .drawer .drawer-inner .nav--menu > ul li {
    margin-bottom: 3vw;
  }
  .drawer .drawer-inner .nav--menu > ul li a {
    font-size: 10vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login {
    margin-bottom: 10vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li {
    display: inline-block;
    margin-right: 5vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li a {
    font-size: 8vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li.back-to-home a {
    padding-left: 5vw;
    border-left: solid 1px #ffffff;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer-inner .nav--home {
    width: 36vw;
  }
  footer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 90%;
    padding-top: 26vw;
  }
  footer .list--support {
    margin: 0 auto 12vw;
    padding: 4vw;
    border: solid 1px #ffffff;
    border-radius: 8vw;
  }
  footer .list--support dt {
    position: relative;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    text-align: center;
    pointer-events: all;
  }
  footer .list--support dt::before, footer .list--support dt::after {
    background: #ffffff;
    transition: 0.2s ease-in;
  }
  footer .list--support dt::before {
    content: "";
    display: block;
    width: 7.6px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: rotate(45deg);
  }
  footer .list--support dt::after {
    content: "";
    display: block;
    width: 7.6px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0.6em;
    transform: rotate(-45deg);
  }
  footer .list--support dt.open::before {
    transform: rotate(-45deg);
  }
  footer .list--support dt.open::after {
    transform: rotate(45deg);
  }
  footer .list--support dd {
    display: none;
  }
  footer .list--support dd ul {
    margin: 6vw auto 0;
    text-align: center;
  }
  footer .list--support dd ul li {
    display: block;
    margin-bottom: 3vw;
    font-size: 11px;
  }
  footer .logo {
    width: 28vw;
    margin: 0 auto 12vw;
    transform: translateX(-3vw);
  }
  footer .copyright {
    margin: 0 auto 9vw;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  footer .block--parts-dot {
    position: absolute;
    top: -25vw;
    right: -8vw;
    width: clamp(25.8em, 95vw, 30.8em);
    clip-path: inset(0vw 0vw clamp(31.5em, 111vw, 35em) clamp(17em, 58vw, 20em));
  }
  body:not(.page--home) footer {
    padding: 0 0 0;
  }
  body:not(.page--home) footer .inner {
    padding-top: 10vw;
  }
  .wrap::after {
    top: 15vh;
    width: 95%;
    background-size: 70%;
  }
  .date,
  .category {
    font-size: 10px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .no-data {
    padding: 2em 0;
    text-align: center;
  }
  .list--info {
    width: 96%;
    margin-bottom: 6vw;
  }
  .list--info li {
    width: 85vw;
    margin-top: 0.6em;
    margin-bottom: 6vw;
  }
  .list--info li a {
    padding: 8vw 0;
  }
  .list--info li a .block--tit {
    width: 75%;
    margin: 0 auto;
  }
  .list--info li a .date p {
    width: 20vw;
    min-width: 35px;
    max-width: 75px;
    height: 20vw;
    min-height: 35px;
    max-height: 75px;
    padding: 1em 0.5em;
    font-size: 15px;
    text-align: left;
  }
  .list--info li a .date p span {
    margin-top: 0.2em;
    font-size: 8px;
  }
  .list--info li.new .tit::after {
    font-size: 12px;
  }
  .list--photo li {
    width: 50%;
  }
  .section-tit {
    margin-bottom: 3vw;
    font-size: 19px;
    text-align: center;
  }
  .section-tit span {
    display: block;
    margin-top: 1vw;
    font-size: 10px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 10vw;
  }
  .section--detail .tit {
    margin-bottom: 5vw;
    font-size: 17px;
  }
  .list--contents {
    margin: 0 auto 50px;
  }
  .list--contents li {
    display: block;
    width: 90%;
    margin: 0 auto 9vw;
  }
  .list--contents li a .thumb {
    margin-bottom: 2vw;
  }
  .list--contents li a .tit {
    margin-bottom: 2vw;
  }
  .list--contents li.new > a::before {
    content: "";
    display: block;
    width: 18.4vw;
    height: 13.8vw;
    position: absolute;
    top: 0%;
    left: 0%;
  }
  .page--home .section--top .block--tit {
    width: 63.7%;
    margin-left: 5.8vw;
    transform: translateY(24vw);
  }
  .page--home .section--top .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;
    margin-top: -23vw;
    margin-bottom: 22.6vw;
  }
  .page--home .section--top .section--login::before {
    content: "";
    order: 2;
    width: 53px;
    height: 1px;
    margin-top: 0.5em;
    background: #008bd2;
  }
  .page--home .section--top .section--login li {
    text-align: center;
  }
  .page--home .section--top .section--login li:first-of-type {
    order: 1;
    margin-right: 3vw;
  }
  .page--home .section--top .section--login li:last-of-type {
    order: 3;
    margin-left: 3.2vw;
  }
  .page--home .section--top .section--login li p {
    font-size: 15px;
  }
  .page--home .section--top .section--login li span {
    display: block;
    margin-top: 0.6em;
    font-size: 11px;
  }
  .page--home .section--top .section--login.list__nav--members__login::before {
    display: none;
  }
  .page--home .section--top .nav--about {
    margin-top: 13vw;
    margin-left: 0.6vw;
    font-size: 11px;
  }
  .page--home .section--top .nav--about::after {
    width: 1px;
    height: 47vw;
    margin-top: 0.9vw;
  }
  .page--home .section--top .keyvisual {
    position: relative;
    width: 126%;
    z-index: -1;
    transform: translate3d(6vw, -58vw, 0);
  }
  .page--home .section--top .keyvisual .block--parts-dot {
    position: absolute;
    bottom: clamp(-4em, -21vw, 1em);
    left: -5vw;
    z-index: 0;
    width: clamp(25em, 36vw, 28em);
    clip-path: inset(clamp(69em, 237vw, 70em) clamp(19em, 65vw, 20em) 0vw 0vw);
  }
  .page--home .section--banner {
    position: relative;
    width: 91vw;
    margin: 0 auto 28vw;
  }
  .page--home .section--banner .list--bnr .slick-list li {
    max-width: 91vw;
    margin: 0 1.86vw 0 0;
  }
  .page--home .section--banner .list--bnr .slick-list .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .page--home .section--banner .list--bnr .slick-list .slick-track .slick-slide {
    float: none;
  }
  .page--home .section--banner .list--bnr.slick-initialized {
    opacity: 1;
  }
  .page--home .section--banner .slick-dots {
    bottom: -1em;
    /*
    margin-left: 8.5vw;
    */
  }
  .page--home .section--banner .slick-dots li {
    margin-right: 1.92vw;
  }
  .page--home .section--banner .slick-dots li::before {
    width: 10px;
    height: 10px;
  }
  .page--home .section--banner .slick-dots li.slick-active {
    width: 9.3vw;
  }
  .page--home .section--banner .slick-dots li.slick-active::before {
    width: 9.3vw;
    border-radius: 50em;
    transition: 0.3s;
  }
  .page--home .section--banner .block--parts-dot {
    position: absolute;
    bottom: clamp(-19em, -20vw, 22em);
    right: -6vw;
    z-index: -1;
    width: clamp(19em, 39vw, 22em);
    clip-path: inset(clamp(3em, 10vw, 4em) 0vw 0vw clamp(10.5em, 23vw, 11em));
  }
  .page--home .list__more {
    font-size: 11px;
  }
  .page--home .list__more::before {
    right: calc(-10.6vw - 0.5em);
    width: 10.6vw;
  }
  .page--home .list__more::after {
    top: calc(50% - 3.2px);
    right: calc(-6px - 0.9em);
    width: 6px;
    height: 6px;
  }
  .page--home .section--news {
    margin: 0 auto calc(20vw + 1.2em);
  }
  .page--home .section--news ul {
    margin-bottom: 2em;
  }
  .page--home .section--news .section-tit {
    margin: 0 0 1em 8.5vw;
    text-align: left;
  }
  .page--home .section--news .list--info {
    width: 100%;
  }
  .page--home .section--news .list--info .slick-list {
    padding-left: calc(8.5vw + 0.3em);
  }
  .page--home .section--news .list--info li {
    width: 85vw !important;
    margin-top: 0.6em;
    margin-right: 4vw;
    margin-bottom: 0;
  }
  .page--home .section--news .list--info li a {
    padding: 8vw 0;
  }
  .page--home .section--news .list--info li a .block--tit {
    width: 65%;
    margin: 0 auto;
  }
  .page--home .section--news .list--info li a .date p {
    width: clamp(35px, 20vw, 75px);
    height: clamp(35px, 20vw, 75px);
    padding: 1em 0.5em;
    font-size: 15px;
    text-align: left;
    transition: color 0.3s 0.1s;
  }
  .page--home .section--news .list--info li a .date p span {
    margin-top: 0.2em;
    font-size: 8px;
  }
  .page--home .section--news .list--info li.new .tit::after {
    font-size: 12px;
  }
  .page--home .section--news .list--info .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .page--home .section--news .list--info .slick-track .slick-slide {
    float: none;
  }
  .page--home .section--news .list__more {
    padding-left: 8.5vw;
  }
  .page--home .section--news .block--parts-dot {
    width: 22vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0.4vw;
    z-index: -1;
    transform-origin: top left;
    clip-path: inset(1.6vw 16.5vw 0vw 0vw);
  }
  .page--home .area--contents article {
    width: 91vw;
    margin: 0 auto 17.6vw;
    border-radius: 2em;
  }
  .page--home .area--contents article .block--tit {
    width: 67%;
    margin: -1.2em auto 2em;
    font-size: clamp(30px, 8.8vw, 33px);
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .page--home .area--contents article > .inner {
    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;
  }
  .page--home .area--contents article > .inner > [class^=section--] {
    width: 90%;
    margin-bottom: 21vw;
  }
  .page--home .area--contents article > .inner > [class^=section--] .section-tit {
    font-size: 17px;
  }
  .page--home .area--contents article > .inner > [class^=section--] .section-tit .txt--en {
    font-size: 10px;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul {
    width: 100%;
    margin: 0 auto;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a {
    margin-bottom: 1em;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a .date {
    bottom: 2em;
    left: 0em;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li > a .date span {
    padding: 0.5em 0.6em;
    font-size: 14px;
  }
  .page--home .area--contents article > .inner > [class^=section--] ul li.new > a::before {
    content: "";
    display: block;
    width: 18.4vw;
    height: 13.8vw;
    position: absolute;
    top: 5%;
    left: 0%;
  }
  .page--home .area--contents article > .inner > [class^=section--]:nth-of-type(odd) ul li > a .date {
    right: 0;
    text-align: right;
  }
  .page--home .area--contents article > .inner > [class^=section--]:nth-of-type(even) ul li {
    text-align: right;
  }
  .page--home .area--contents article > .inner > [class^=section--]:nth-of-type(even) ul li .list__more::before {
    left: calc(-10.6vw - 0.5em);
  }
  .page--home .area--contents article > .inner > [class^=section--]:nth-of-type(even) ul li .list__more::after {
    left: calc(-6px - 0.9em);
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt {
    top: 5vw;
    right: 3vw;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt p {
    font-size: 14px;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt p span {
    margin-bottom: 0.5em;
    font-size: 15.5px;
  }
  .page--home .area--contents article > .inner .section--livestreaming .block--txt p::after {
    left: calc(0.6em - 1px);
    height: 20vw;
    min-height: 5em;
    margin-top: 3vw;
  }
  .page--home .area--contents article > .inner .section--movie {
    position: relative;
  }
  .page--home .area--contents article > .inner .section--movie .block--parts-dot {
    position: absolute;
    top: -8vw;
    right: -11vw;
    width: clamp(20em, 20vw, 21em);
    clip-path: inset(0em 0em 2em 13.5em);
  }
  .page--home .area--contents article > .inner .section--goods {
    position: relative;
  }
  .page--home .area--contents article > .inner .section--goods .block--parts-dot {
    position: absolute;
    bottom: -1.5vw;
    left: -3vw;
    width: clamp(20em, 20vw, 21em);
    clip-path: inset(10em 15em 0em 0em);
  }
  .page--home .area--contents article > .inner .section--blog .block--parts-dot {
    position: absolute;
    bottom: -2vw;
    right: -12.5vw;
    z-index: 0;
    width: clamp(19em, 70vw, 22em);
    clip-path: inset(clamp(12em, 44vw, 13.5em) 0vw 0 clamp(10.5em, 39vw, 11em));
  }
  .page--home .area--contents article > .inner .section--qa .tit {
    top: 40%;
    left: 0;
    right: 0;
    width: 80%;
  }
  .page--home .area--contents article > .inner .section--qa .name {
    bottom: 2.8em;
    right: 2.5em;
    font-weight: 500;
    font-size: 11px;
  }
  .page--home .area--contents article > .inner .section--qa .name::before {
    margin-right: 1em;
  }
  .page--home .area--contents article > .inner .section--qa .block--parts-dot {
    position: absolute;
    top: clamp(-10em, -30vw, 11em);
    left: -8vw;
    z-index: 0;
    width: clamp(19em, 70vw, 22em);
    clip-path: inset(0vw clamp(13.5em, 50vw, 15em) clamp(2em, 10vw, 2em) 0);
  }
  .page--home .area--contents article > .inner .section--game .block--txt {
    right: -3vw;
  }
  .page--home .area--contents article > .inner .section--game .block--txt p {
    font-size: 16px;
  }
  .page--home .area--contents article > .inner .section--game .block--txt p span {
    margin-bottom: 0.2em;
    font-size: 18px;
  }
  .page--home .area--contents article > .inner .section--game .block--txt p::after {
    left: calc(50% - 1px);
    height: 10vw;
    min-height: 10em;
    margin-top: 0.9vw;
  }
  .page--home .area--contents article > .inner .section--game .block--parts-dot {
    position: absolute;
    top: -4vw;
    left: -3vw;
    z-index: 0;
    width: clamp(19em, 70vw, 22em);
    clip-path: inset(0vw clamp(14.5em, 45vw, 16em) clamp(10em, 31vw, 10.5em) 0);
  }
  .block--expire {
    margin: 0 auto 3em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .block--expire .notice {
    margin-bottom: 1em;
  }
  .section--banner.no-carousel .list--bnr {
    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;
  }
  .section--banner.no-carousel .list--bnr li {
    width: 90%;
    margin-bottom: 1.6em;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: -4px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 93%;
    margin: 0 auto 20vw;
    padding: 0 6%;
  }
  .page--info .section--detail .txt {
    padding: 3rem 0 2rem;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 6vw auto;
  }
  .page--movie .section--detail .txt {
    margin-top: 5vw;
  }
  .page--movie.new-movie .wrap .section--list {
    padding: 0;
  }
  .page--movie.new-movie .wrap .section--list .section-tit {
    margin-bottom: 10vw;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li {
    width: 90%;
    margin: 0 auto 9vw;
  }
  .page--movie.new-movie .wrap .list--contents li .thumb {
    margin: 0 auto 2vw;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 0;
    width: 86%;
    margin: 0 auto;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    position: relative;
    top: 0;
    margin: 0 auto 20px;
  }
  .page--movie.new-movie .wrap .section--detail .tit {
    margin-bottom: 5px;
  }
  .page--movie.new-movie .wrap .section--detail .inner {
    margin-bottom: 35px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    left: 50%;
    transform: translateX(-50%);
    top: -19vw;
  }
  .page--movie.new-movie .wrap .section--detail #tab--movie {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents {
    gap: 4%;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents li {
    width: 48%;
    margin: 0 0 20px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents li a .tit {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents .list__txt .date {
    font-size: 10px;
    margin: 0;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info_tab .list--contents li .thumb {
    overflow: hidden;
    border-radius: 7px;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 2.5em;
    border-radius: 10px;
    border-top-left-radius: 50px;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__question {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 10px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--support.section--detail .section-tit {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0;
  }
  .page--faq .searchBox {
    width: 100%;
    max-width: 100%;
  }
  .page--faq .section--detail .detail__btn {
    margin-top: 3em;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--questionnaire > section {
    padding-top: 4em;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .section--detail.page--entry .logo {
    width: 50%;
    margin: 0 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: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .section--detail.page--entry .block-tit {
    margin-bottom: 5vw;
    font-size: 30px;
  }
  .section--detail.page--entry .block-tit.jp {
    font-size: 18px;
  }
  .section--detail.page--entry .list--content li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 5vw;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 2vw;
    font-size: 17px;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 6vw;
  }
  .section--detail.page--entry .price tr td, .section--detail.page--entry .price tr th {
    font-size: 14px;
    padding: 2vw;
  }
  .section--detail.page--entry .price tr th {
    width: 30%;
  }
  .section--detail.page--entry .price tr td {
    border-left: solid 1px #c1bcac;
    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: 12px;
  }
  .section--detail.page--entry .block--login {
    margin: 10vw auto;
  }
  .section--detail.page--entry .block--login .block--inner {
    padding: 0 2vw 0;
    margin-bottom: 2vw;
    text-align: center;
  }
  .section--detail.page--entry .block--login .block--inner .txt--basic {
    font-size: 14px;
  }
  .section--detail.page--entry .block--login .block--inner .txt--basic span {
    font-size: 3vw;
  }
  .section--detail.page--entry .block--login .block--inner .btn span {
    display: block;
    margin-top: 10px;
    font-size: 11px;
  }
  .section--detail.page--entry .block--login .block--inner .btn--main {
    font-size: 15px;
  }
  .section--detail.page--entry .block--login .block--inner .btn--main span {
    font-size: 11px;
  }
  .section--detail.page--entry .block--login .block--inner .txt--sub {
    margin-bottom: 6vw;
  }
  .section--detail.page--entry .block--attention {
    margin-top: 6vw;
    margin-bottom: 6vw;
    padding: 5vw;
    font-size: 14px;
    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: 15px;
  }
  .section--detail.page--entry .block--attention.block-style_white {
    padding: 0;
  }
  .page--blog .list--blog li {
    width: 100%;
  }
  .page--blog .list--blog li a .contributor_name {
    width: 78%;
  }
  .page--blog.confirm .comment--area .btn .btn--sub {
    min-width: 90%;
  }
  .page--blog .section--detail {
    width: 90%;
    padding: 16px;
  }
  .page--blog .section--detail .contributor a img {
    width: 50px;
    height: 50px;
  }
  .page--blog .section--detail .contributor a .contributor_name {
    font-size: 1.2em;
  }
  .page--blog .comment--area .tit {
    margin-bottom: 24px;
  }
  .section--detail.page--first_login {
    margin-top: -20px;
  }
  .section--detail.page--first_login .logo {
    width: 50%;
    margin: 0 auto 10vw;
  }
  .section--detail.page--first_login .section--inner {
    margin: 0 auto 3em;
  }
  .section--detail.page--first_login .section-tit {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .section--detail.page--first_login .section-tit span.attention {
    font-size: 14px;
    border-bottom: 1px solid #e63a37;
    width: 148px;
  }
  .section--detail.page--first_login .txt--link {
    margin-top: 1em;
  }
  .section--detail.page--first_login .txt,
  .section--detail.page--first_login .txt--link a {
    font-size: 13px;
  }
  .section--detail.page--first_login .txt--link a {
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  .section--detail.page--first_login .block--lead {
    margin: 0 0 40px;
  }
  .section--detail.page--first_login .block--lead .txt {
    margin-bottom: 1.5em;
  }
  .section--detail.page--first_login .step .tit {
    font-size: 16px;
  }
  .section--detail.page--first_login .step li {
    position: relative;
    background: #008bd2;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .section--detail.page--first_login .step li::after {
    border-top: 12px solid #008bd2;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
    margin-left: -10px;
    position: absolute;
    bottom: -12px;
    left: 50%;
  }
  .section--detail.page--first_login .step li:last-child:after {
    display: none;
  }
  .section--detail.page--first_login .step li a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #ffffff;
  }
  .section--detail.page--first_login .step li span {
    margin-right: 10px;
    font-weight: bold;
  }
  .section--detail.page--first_login .block--attention {
    padding: 16px;
    margin: 1.5em 0;
  }
  .section--detail.page--first_login .block--attention .tit {
    font-size: 14px;
  }
  .section--detail.page--first_login .block--step .block > .tit {
    font-size: 14px;
  }
  .section--detail.page--first_login .block--step .list--step > li {
    padding: 5%;
  }
  .popup-inner {
    padding: 60px 0 0;
  }
  .popup-inner .tit {
    font-size: 15px;
  }
  .body--app .svg-parts {
    display: none !important;
  }
  .body--app.page--info .section--detail {
    margin-bottom: 10vw;
  }
  .body--app .section--detail {
    padding-top: 0;
  }
  .body--app .section--detail.support,
  .body--app .page--support.section--detail {
    padding-bottom: 20vw;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body:not(.drawer-visible) .drawer__btn .block--btn-menu .menu_circle {
    fill: #008bd2;
    transition: fill 0.3s ease, transform 0.2s 0.1s;
  }
  .section--news .list--info li a .date p {
    width: 10vw;
    height: 10vw;
  }
  .list--info li a .date p {
    width: 10vw;
    height: 10vw;
  }
  .section--detail.page--entry .block--benefit .thumb {
    width: 60%;
  }
  .section--detail.page--entry .block-tit {
    font-size: 6vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic span {
    font-size: 20px;
  }
  .section--detail.page--entry .list--content li {
    padding: 25px;
  }
  .section--detail.page--entry .price th, .section--detail.page--entry .price td {
    font-size: 15px;
    padding: 20px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */