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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

/*Adobe Fonts ち らつき対策用CSS*/
html {
  opacity: 0;
  transition: opacity 0.1s;
}

html.wf-active,
html.loading-delay {
  opacity: 1;
}

/*Adobe Fonts ちらつき対策用CSSここまで*/
body {
  background: #e6e6e6;
  color: #000;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 961px) {
  body {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}

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

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

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

::-moz-selection {
  background: #d19f00;
  color: #e6e6e6;
}

::selection {
  background: #d19f00;
  color: #e6e6e6;
}

::-moz-selection {
  background: #000;
  color: #e6e6e6;
}

.svg-parts {
  display: none;
}

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

.wovn-languages {
  color: #e6e6e6;
  font-size: 10px;
  z-index: 5;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
  position: relative;
}
.wovn-languages .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.wovn-languages .icon::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  z-index: 10;
  transform-origin: right;
}
.wovn-languages .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}
.wovn-languages .nav-switch_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  background: rgba(230, 230, 230, 0.3);
  border-radius: 40px;
  padding: 6px 10px;
  width: 58px;
}
.wovn-languages .nav-switch_btn .langIcon {
  display: block;
  width: 14px;
  height: 14px;
}
.wovn-languages .nav-switch_btn .langIcon svg {
  fill: #ffffff;
  width: inherit;
  height: inherit;
}
.wovn-languages .nav-switch_btn .nav-current {
  margin-left: 6px;
  text-transform: uppercase;
  font-size: 12px;
}
.wovn-languages .nav-switch_btn .nav-current:empty {
  margin-left: initial;
}
.wovn-languages .nav-switch_btn:has(.nav-current:empty) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1.4;
  text-align: left;
  font-size: 10px;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  z-index: 2;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: #000;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0;
  white-space: nowrap;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages.visible::before {
  margin-top: 0;
  transform: rotate(-135deg);
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #ffffff;
  top: 30px;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  background: transparent;
  background: #d19f00;
  overflow: hidden;
  border-radius: 8px;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  position: relative;
  display: block;
  transition: opacity 0.4s;
  padding: 8px 8px 8px 24px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: #b88c00;
  transition: none;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected::after {
  content: "";
  position: absolute;
  display: block;
  top: 11px;
  left: 8px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 70px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager.another .pager__item--newer {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--older {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--newer a::after, .block--pager.another .pager__item--older a::after {
  content: none;
}
.block--pager.another .pager__item--newer span::after, .block--pager.another .pager__item--older span::after {
  content: none;
}
.block--pager li {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.6em 0;
  margin: 0 10px;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: 35px;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #ffffff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--newer .arrow {
  width: auto;
  height: auto;
  padding: 0;
  opacity: 1;
}
.block--pager .pager__item--newer .arrow svg {
  width: 12px;
  transform: scale(-1, 1);
}
.block--pager .pager__item--newer .none {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  padding: 9px 0;
  pointer-events: none;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older .arrow {
  width: auto;
  height: auto;
  padding: 0;
  opacity: 1;
}
.block--pager .pager__item--older .arrow svg {
  width: 12px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--older .none {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  padding: 9px 0;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  color: #000;
  margin: 0 10px;
  padding: 0.6em 0;
  vertical-align: middle;
  letter-spacing: normal;
  line-height: 15px;
  color: #ffffff;
}
.block--pager .pager__item--current span {
  display: block;
  position: relative;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 2;
}
.block--pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d19f00;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.loader {
  text-align: center;
  margin-top: -10px;
  position: relative;
}
.loader p {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.08em;
  font-size: 12px;
}
.loader::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  background: url(/static/officialhigedandism/fanclub/common/scroll.svg) no-repeat center;
  background-size: contain;
  animation: scrolldown 1.2s infinite;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.txt--basic {
  margin: 0 0 1em;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

.scrolling.loaded.page--home .section--top .section--inner .block--logo .scroll {
  transition: 0.3s;
  opacity: 0;
}
.scrolling .link--btn.link--fc {
  opacity: 1;
  transform: rotateX(0);
  pointer-events: all;
}

.fc--on .link--btn.link--top {
  opacity: 1;
  transform: rotateX(0);
  pointer-events: all;
}
.fc--on .link--btn.link--fc {
  opacity: 0;
  pointer-events: none;
  transform: rotateX(180deg);
}

.delighter {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.45s cubic-bezier(0.25, 0.1, 0.33, 0.6) 0.3s;
}

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

.swiper-container {
  padding: 0;
  width: 100%;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}

.block--button-nav {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  position: static;
  display: inline-block;
  margin: 0 40px;
}
.swiper-pagination span {
  width: 7px;
  height: 7px;
  margin-right: 10px;
}
.swiper-pagination span:last-child {
  margin-right: 0;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  text-decoration: none;
  z-index: 10;
  position: static;
  width: 20px;
  height: 20px;
  transform: translateX(0);
  transition-delay: 0.3s;
  margin: 0;
  padding: 5px;
}
.swiper-button-prev span,
.swiper-button-next span {
  display: block;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 10px;
  height: 13px;
  position: relative;
  top: -4px;
  color: #000;
}
.swiper-button-prev::before, .swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev svg {
  transform: scale(-1, 1);
}

.swiper-button-prev::after {
  content: none;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  z-index: 1;
  bottom: -74px;
  font-size: 18px;
  font-family: futura-pt, sans-serif;
}

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

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

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

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

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

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

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

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
textarea:focus {
  border-color: #000;
}
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::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
.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: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #428482;
  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: #e6e6e6;
}
.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: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
.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.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #428482;
  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: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
.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 #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #d19f00;
  border-color: #d19f00;
}
.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: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #888;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

@keyframes scrolldown {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}
@keyframes mask-circle {
  0% {
    -webkit-clip-path: circle(8% at 93% 8vw);
            clip-path: circle(8% at 93% 8vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
            clip-path: circle(200% at 96% 5vw);
  }
}
@keyframes mask-circle_tablet {
  0% {
    -webkit-clip-path: circle(8% at 94% 6vw);
            clip-path: circle(8% at 94% 6vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
            clip-path: circle(200% at 96% 5vw);
  }
}
@keyframes topAnimeTop {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes topAnimeBottom {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

.btn--main {
  background: #000;
  color: #e6e6e6;
  border: 1px solid #000;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1.5em 0;
}

.btn--sub {
  background: #e6e6e6;
  color: #000;
  border: 1px solid #000;
  margin: 1.5em 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.detail__btn {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
}
.detail__btn a {
  display: inline-block;
}

.date, .category {
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.date {
  letter-spacing: 0.05em;
}

.commingsoon {
  opacity: 0.5;
  display: block;
  text-align: center;
}

.no-data {
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

.tit {
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

[class^=list--] .date,
[class^=list--] .category {
  display: inline-block;
  font-size: 12px;
}
[class^=list--] .category {
  background: #999;
  padding: 2px 5px;
  font-family: futura-pt, sans-serif;
  width: 7em;
  text-align: center;
}
[class^=list--] .category.category--6 {
  background-color: #BDBEBE;
}
[class^=list--] .category.category--4 {
  background-color: #F26E51;
}
[class^=list--] .category.category--5 {
  background-color: #80A78F;
}
[class^=list--] .category.category--23 {
  background-color: #FFA202;
}
[class^=list--] .category.category--12 {
  background-color: #ffa200;
}
[class^=list--] .category.category--11 {
  background-color: #f1464d;
}
[class^=list--] .category.category--13 {
  background-color: #3fc3e3;
}
[class^=list--] .category.category--14 {
  background-color: #9dd569;
}
[class^=list--] .category.category--15 {
  background-color: #fff;
}
[class^=list--] .tit {
  line-height: 1.5;
}
.list--topics {
  margin-bottom: 30px;
  line-height: 1;
}
.list--topics li {
  height: auto !important;
  position: relative;
}
.list--topics li .date, .list--topics li .category {
  margin-bottom: 20px;
}
.list--topics li .category {
  margin-right: 5px;
}
.list--topics li::before {
  content: "";
  display: block;
  width: 82px;
  height: 30px;
  position: absolute;
  background: url(/static/officialhigedandism/official/common/ico--topics.svg) no-repeat center;
  background-size: contain;
  transform: rotate(-13deg);
  left: -10px;
  top: -3px;
}
.list--topics li a {
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 30px;
  height: 100%;
}

.list--information {
  position: relative;
  z-index: 2;
}
.list--information li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list--information li:last-child {
  margin-bottom: 0;
}
.list--information li a {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  transition: 0.3s;
  padding: 30px 0;
}
.list--information li.new .tit::after {
  display: inline-block;
  content: "NEW";
  color: #d19f00;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-left: 5px;
}
.list--information .date,
.list--information .category {
  display: inline-block;
}
.list--information .date {
  margin-right: 30px;
}
.list--information .date .week {
  font-size: 11px;
  margin-left: 5px;
}
.list--information .date.second {
  margin-left: 20px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information .date.second {
    margin-left: 13px;
  }
}
.list--information .date.second::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 8px;
  left: -20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information .date.second::after {
    left: -15px;
  }
}
.list--information .category {
  position: relative;
  margin-right: 30px;
}
.list--information .tit {
  width: 100%;
  font-size: 14px;
}
.list--information.list--live li {
  position: relative;
  margin-bottom: 20px;
  border: none;
}
.list--information.list--live li a {
  background: #ffffff;
  padding: 30px 40px;
}
.list--information.list--live .category {
  position: absolute;
  top: -2px;
  left: -7px;
  transform: rotate(-13deg);
  color: #d19f00;
  background: url(/static/officialhigedandism/official/common/ico-category.svg) no-repeat;
  background-size: contain;
  width: 4em;
  height: 2em;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 7px;
}
.list--information.list--live .category.category--8 {
  color: #58bff9;
}
.list--information.list--live .category.category--9 {
  color: #66c736;
}

.list--contents {
  position: relative;
  z-index: 3;
  display: flex;
}
.list--contents li {
  position: relative;
}
.list--contents li a {
  overflow: hidden;
}
.list--contents li .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--contents li .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
  line-height: 1;
}
.list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.list--contents li .thumb img.dummy {
  background-size: cover;
}
.list--contents li .list__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  opacity: 0;
  transition: opacity 0.3s;
  width: 90%;
  text-align: center;
}
.list--contents li .tit {
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 20px;
}
.list--contents li .date, .list--contents li .tit {
  position: relative;
  z-index: 3;
  display: block;
}
.list--contents li a {
  position: relative;
}
.list--contents li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
.list--contents li a:hover::before, .list--contents li a:hover .list__txt {
  opacity: 1;
}
.list--contents li.delighter.schedule {
  transform: translate3d(0, 0, 0);
}

.block--category {
  margin: 0 auto 40px;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
.block--category li {
  display: inline-block;
  margin: 0 1em 1em 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--category li {
    margin: 0 1em 0.5em 0;
  }
}
.block--category li a {
  display: block;
  line-height: 1;
  font-size: 14px;
  padding: 5px 8px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}
.block--category li a span {
  position: relative;
  z-index: 2;
}
.block--category .current {
  position: relative;
  background: #000;
}
.block--category .current a {
  color: #ffffff;
}
.block--category .archive {
  display: block;
}
.block--category .archive a {
  padding: 5px 0;
  display: inline-block;
  border-bottom: 2px solid;
}
.block--category .archive.current {
  background: transparent;
  pointer-events: none;
}
.block--category .archive.current a {
  background: #000;
  border: none;
  padding: 5px;
}

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

.no-data {
  float: none;
  text-align: center;
  width: 100%;
  color: #000;
  border: none !important;
  padding: 4em 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: 0.3s ease-out;
  background: #000;
}
.header .logo a {
  display: block;
}

.drawer [class^=nav--] li a {
  font-family: futura-pt, sans-serif;
  display: block;
}

footer {
  width: 100%;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  z-index: 2;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}
footer::before {
  content: "";
  width: 150%;
  height: 120%;
  position: absolute;
  z-index: -1;
  top: 2vw;
  left: -15vw;
  background: #000;
  transform: rotate(-5deg);
}
footer .inner {
  position: relative;
  display: block;
}
footer .nav--sns {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
footer .nav--sns li {
  margin-right: 10px;
}
footer .nav--sns li a {
  padding: 5px;
}
footer .nav--sns li a i {
  font-size: 24px;
}
footer .nav--sns li:last-child {
  margin-right: 0;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  opacity: 0.7;
  font-weight: 300;
}
footer::before {
  content: "";
  width: 150%;
  height: 120%;
  position: absolute;
  z-index: -1;
  top: 2vw;
  left: -15vw;
  background: #000;
  transform: rotate(-5deg);
}
footer .inner {
  position: relative;
  display: block;
}
footer .nav--sns {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
footer .nav--sns li {
  margin-right: 10px;
}
footer .nav--sns li a {
  padding: 5px;
}
footer .nav--sns li a i {
  font-size: 24px;
}
footer .nav--sns li a svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
  transition: fill 0.3s;
}
footer .nav--sns li:last-child {
  margin-right: 0;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  opacity: 0.7;
  font-weight: 300;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background-image: url(/static/officialhigedandism/official/common/bg_texture.jpg);
  background-color: #000;
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
}

.block--player {
  position: relative;
  height: 0;
  margin: 1em 0;
  padding-top: 56.25%;
  background: #428482;
  line-height: 0;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.loading {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.loading .block--animation {
  position: relative;
  z-index: 10002;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10002;
  background-color: #000;
}
.loading .logo--movie {
  background-color: #000;
}
.loading .logo--movie video {
  width: 30vw;
  margin: 0 auto;
  position: static;
}
.loading .top-curtain {
  position: absolute;
  top: 0;
  background-color: #000;
  width: 100vw;
  height: 50vh;
  transform: scaleY(1);
  transform-origin: top;
  animation: topAnimeTop 0.5s 0s forwards;
  animation-delay: 2.5s;
  z-index: 200;
}
.loading .bottom-curtain {
  position: absolute;
  bottom: 0;
  background-color: #000;
  width: 100vw;
  height: 50vh;
  transform-origin: bottom;
  transform: scaleY(1);
  animation: topAnimeBottom 0.5s 0s forwards;
  z-index: 200;
  animation-delay: 2.5s;
}

.link--btn {
  position: fixed;
  bottom: 4vh;
  right: 3%;
  z-index: 300;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  background: #000;
}
.link--btn a {
  color: #ffffff;
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 1vw;
}
.link--btn a .arrow {
  display: block;
}
.link--btn a .arrow svg {
  width: 0.6vw;
}
.link--btn a .inner {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5vw;
  text-align: center;
}
.link--btn a .inner span:not(.arrow) {
  display: block;
}
.link--btn.link--fc {
  background-color: #D1BE99;
  background-image: linear-gradient(12deg, #ffd787 0%, #D1BE99 70%, #D1BE99 100%);
  transition: transform 0.3s, opacity 0.3s;
  transform: rotateX(180deg);
  opacity: 0;
  pointer-events: none;
}
.link--btn.link--fc a {
  color: #000;
}
.link--btn.link--fc a .arrow {
  transform: rotate(90deg);
}
.link--btn.link--fc a .inner span:not(.arrow) {
  margin-bottom: 2px;
}
.link--btn.link--top {
  transform: rotateX(180deg);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.link--btn.link--top a .arrow {
  transform: rotate(-90deg);
}
.link--btn.link--top a .inner {
  top: 46%;
}
.link--btn.link--top a .inner span:not(.arrow) {
  margin-top: 4px;
}

.content--main {
  position: relative;
  z-index: 2;
  margin-bottom: 5%;
}
.content--main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  transition: 0.3s 0.3s all ease-in;
  position: absolute;
  right: 0;
  top: 11vw;
  width: 0%;
  right: 0;
  height: 100%;
  display: inline-block;
  transform: skewY(-9deg) skewX(0deg);
  overflow: hidden;
  transform-origin: right;
}
.content--main section .block--contents {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s 0.6s;
}

.page--info .section--detail .section--inner {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s 0.6s;
}

.block--share {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s 0.6s;
}

.block--bnr {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s 0.6s;
}

.loaded .content--main::before {
  width: 100%;
  transform: skewY(-5deg) skewX(0deg) translateX(0) scaleX(1);
}
.loaded section .block--contents {
  transform: translate(0);
  opacity: 1;
}
.loaded.page--info .section--detail .section--inner {
  transform: translate(0);
  opacity: 1;
}
.loaded .block--bnr, .loaded .block--share {
  transform: translate(0);
  opacity: 1;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  transition: 0.3s;
}

.section-tit {
  font-family: "aw-conqueror-didot", serif;
  color: #000;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  margin: 0 0 25px;
  position: relative;
}
.section-tit span {
  position: relative;
}

.section--list {
  position: relative;
}
.section--list .block--body a {
  color: #428482;
}
.section--list .block--body .video {
  width: 560px;
  height: 315px;
  padding: 0;
}

.section--list,
.section--detail {
  padding: 0 16% 80px;
}

.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.section--detail .date {
  display: block;
}
.section--detail .block--share {
  margin-top: 30px;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 20px;
}
.section--detail .block--share li svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li.share {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
  position: relative;
  top: -3px;
}

.list__more {
  transform: translate(0);
}

.detail__btn,
.list__more {
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
  z-index: 2;
  margin-top: 70px;
}
.detail__btn a, .detail__btn .accordion-btn,
.list__more a,
.list__more .accordion-btn {
  cursor: pointer;
  position: relative;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  padding: 1em 2em;
  width: auto;
  min-width: 9em;
}
.detail__btn a::before, .detail__btn .accordion-btn::before,
.list__more a::before,
.list__more .accordion-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.page--home .drawer .nav--menu__home {
  display: none;
}
.page--home .drawer .nav--item__staffblog {
  margin-right: 0 !important;
}
.page--home .content--main {
  margin-bottom: 0;
}
.page--home .content--main::before {
  content: none;
}
.page--home .wrap {
  background: none;
}
.page--home .scroll {
  position: absolute;
  bottom: 7vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page--home .scroll p {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.08em;
  font-size: 12px;
}
.page--home .scroll::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  background: url(/static/officialhigedandism/fanclub/common/scroll.svg) no-repeat center;
  background-size: contain;
  animation: scrolldown 1.2s infinite;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.page--home.scrolling.loaded .scroll {
  opacity: 0;
}
.page--home .birthday-message .btn--main {
  margin: 1.5em 0 10em;
}
.page--home .birthday-message .btn--main i {
  margin-right: 5px;
}
.page--home .area--main {
  z-index: 1;
}
.page--home .area--contents {
  margin-top: 100vh;
  position: relative;
  z-index: 20;
  background: #e6e6e6;
}
.page--home .section--top {
  padding: 18vh 4% 0;
  width: 100%;
  height: 100vh;
}
.page--home .section--top .block--keyvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 146px);
  line-height: 0;
}
.page--home .section--top .block--keyvisual .keyvisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.page--home .section--top .block--keyvisual .keyvisual img {
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 2;
  position: relative;
  will-change: transform;
}
.page--home .section--top .block--keyvisual .keyvisual .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .section--top .block--keyvisual .keyvisual .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.page--home .section--top .block--pickup {
  padding: 10px 15px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.page--home .section--top .block--pickup .block-tit {
  font-size: 20px;
  font-family: futura-pt, sans-serif;
}
.page--home .section--top .block--pickup .list--pickup li {
  border-bottom: 1px solid rgba(230, 230, 230, 0.3);
}
.page--home .section--top .block--pickup .list--pickup li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.5;
}
.page--home .section--top .block--pickup .list--pickup li a .arrow {
  color: #ffffff;
}
.page--home .section--top .block--pickup .list--pickup li a .arrow svg {
  width: 8px;
}
.page--home .section--top .block--pickup .list--pickup li a span:not(.arrow) {
  width: 20em;
}
.page--home .section--top::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #000;
  height: 80px;
  bottom: 0;
  left: 0;
  z-index: 20;
  max-height: 66px;
}
.page--home .section--banner {
  position: relative;
  z-index: 3;
  transform: translateY(0);
}
.page--home .section--banner .list--bnr li {
  height: auto !important;
}
.page--home .section--banner .list--bnr li a {
  opacity: 1;
  transition: opacity 0.4s 0.2s, filter 0.3s;
  line-height: 0;
}
.page--home .section--banner .list--bnr li a img {
  width: 100%;
}
.page--home .section--banner.delighter.started .list--bnr li a {
  opacity: 1;
}
.page--home .section--banner.delighter.started .list--bnr li a::before {
  opacity: 0;
}
.page--home .section--info {
  position: relative;
}
.page--home .section--info .list__more {
  transform: translate(0);
  transition-delay: 0.4s;
}
.page--home .section--movie, .page--home .section--instagram {
  position: relative;
  margin-bottom: 30vw;
  opacity: 1;
  transform: translate(0);
}
.page--home .section--movie .section-tit, .page--home .section--instagram .section-tit {
  color: #ffffff;
}
.page--home .section--movie::before, .page--home .section--instagram::before {
  content: "";
  display: block;
  background: #000;
  width: 150%;
  height: 135%;
  position: absolute;
  top: -15vw;
  left: -23vw;
  z-index: -1;
  transform: rotate(-5deg) scaleX(0);
  transform-origin: right;
  transition: transform 0.3s 0.1s;
}
.page--home .section--movie::after, .page--home .section--instagram::after {
  content: "";
  display: block;
  background: #000;
  background: url(/static/officialhigedandism/official/common/bg_texture.jpg) no-repeat;
  background-size: cover;
  width: 150%;
  height: 135%;
  position: absolute;
  top: -1.5vw;
  left: -23vw;
  z-index: -2;
  transform: scaleX(1) rotate(5deg);
  transform-origin: right;
  transition: 0.3s;
}
.page--home .section--movie .section--inner, .page--home .section--instagram .section--inner {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.5s, opacity 0.3s 0.5s;
}
.page--home .section--movie .list__more a, .page--home .section--instagram .list__more a {
  color: #ffffff;
  border-color: #ffffff;
}
.page--home .section--movie .list__more a::before, .page--home .section--instagram .list__more a::before {
  background-color: #343434;
}
.page--home .section--movie.delighter.started .section--inner, .page--home .section--instagram.delighter.started .section--inner {
  transform: translateY(0);
  opacity: 1;
}
.page--home .section--movie.delighter.started::before, .page--home .section--instagram.delighter.started::before {
  transform: rotate(-5deg) scaleX(1);
}
.page--home .section--movie {
  transform: translate(0);
}
.page--home .section--movie .btn--play {
  width: 120px;
  height: 120px;
  position: absolute;
  display: block;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
}
.page--home .section--movie .btn--play::before {
  content: "";
  width: 40px;
  height: 50px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(40px 50%, 0% 0%, 0% 50px);
          clip-path: polygon(40px 50%, 0% 0%, 0% 50px);
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.page--home .section--movie .block--movie {
  width: 60%;
  margin: 0 auto;
}
.page--home .section--movie .video {
  height: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(230, 230, 230, 0.3);
}
.page--home .section--movie .movie {
  position: relative;
}
.page--home .section--movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0;
  cursor: pointer;
  margin-bottom: 23px;
  opacity: 1;
  transition: opacity 0.4s 0.6s, filter 0.3s;
}
.page--home .section--movie .thumb img {
  aspect-ratio: 16/9;
}
.page--home .section--movie.delighter.started .thumb {
  opacity: 1;
}
.page--home .section--movie.delighter.started .thumb::before {
  opacity: 0;
}
.page--home .section--movie.delighter.started .list__txt {
  opacity: 1;
}
.page--home .section--instagram::before {
  width: 230%;
  height: 122%;
  left: -53vw;
}
.page--home .section--instagram::after {
  width: 230%;
  height: 100%;
  left: -53vw;
  top: -5.5vw;
}
.page--home .section--instagram .link--instagram {
  text-align: right;
  position: absolute;
  top: 8px;
  right: 0;
}
.page--home .section--instagram .link--instagram a {
  display: inline-block;
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.page--home .section--instagram .link--instagram a .arrow {
  margin-left: 5px;
}
.page--home .section--instagram .link--instagram a .arrow svg {
  width: 8px;
}
.page--home .section--instagram .list--instagram {
  display: flex;
  flex-wrap: wrap;
}
.page--home .section--instagram .list--instagram li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page--home .section--instagram .list--instagram li:nth-child(3n) {
  margin-right: 0;
}
.page--home .section--instagram .list--instagram li a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  position: relative;
}
.page--home .section--instagram .list--instagram li a .thumb {
  width: 100%;
  height: 100%;
}
.page--home .section--instagram .list--instagram li a .btn--play {
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
}
.page--home .section--instagram .list--instagram li a .btn--play::before {
  content: "";
  width: 40px;
  height: 50px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(40px 50%, 0% 0%, 0% 50px);
          clip-path: polygon(40px 50%, 0% 0%, 0% 50px);
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.page--home .section--fanclub {
  position: relative;
  background: #f1efee;
}
.page--home .section--fanclub::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: repeat url(/static/officialhigedandism/official/common/new2025_D2cjL/noise.webp);
  background-size: 250px;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: color-burn;
  opacity: 0.6;
}
.page--home .section--fanclub .section-tit .tit--sub {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.page--home .section--fanclub .block-tit {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.page--home .section--fanclub .block-tit .type {
  font-size: 12px;
  position: relative;
}
.page--home .section--fanclub .block-tit .type::before, .page--home .section--fanclub .block-tit .type::after {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  width: 4vw;
  height: 1px;
  background: #000;
}
.page--home .section--fanclub .block-tit .type::before {
  margin-right: 5px;
}
.page--home .section--fanclub .block-tit .type::after {
  margin-left: 5px;
}
.page--home .section--fanclub .block-tit img {
  margin-top: 10px;
  display: block;
}
.page--home .section--fanclub .list__more {
  margin: 30px 0 40px;
}
.page--home .section--fanclub .block--fc__year .list__more a::before {
  background-color: #D1BE99;
}
.page--home .section--fanclub .block--fc__month .list__more a {
  color: #e5e1df;
}
.page--home .section--fanclub .block--fc__month .list__more a::before {
  background-color: rgba(24, 23, 28, 0.82);
}
.page--home .section--fanclub .block--fc__month .block-tit .type::before, .page--home .section--fanclub .block--fc__month .block-tit .type::after {
  width: 3vw;
}
.page--home .section--fanclub .list--latest li {
  position: relative;
}
.page--home .section--fanclub .list--latest li a {
  position: relative;
  display: block;
  height: 100%;
}
.page--home .section--fanclub .list--latest li a .list__txt .contents__tit {
  font-size: 19px;
  font-family: futura-pt, sans-serif;
  margin-bottom: 5px;
}
.page--home .section--fanclub .list--latest li a .list__txt .date {
  font-size: 13px;
}
.page--home .section--fanclub .list--latest li a .thumb {
  overflow: hidden;
}
.page--home .section--fanclub .list--latest li a .thumb img {
  background-size: contain;
  z-index: 2;
  position: relative;
  will-change: transform;
}
.page--home .section--fanclub .list--latest li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .section--fanclub .list--latest li a .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.page--home .section--fanclub .list--latest li.item--yonkoma a .list__txt .contents__tit, .page--home .section--fanclub .list--latest li.item--leartdenevieme a .list__txt .contents__tit, .page--home .section--fanclub .list--latest li.item--wednesday a .list__txt .contents__tit, .page--home .section--fanclub .list--latest li.item--satoshi a .list__txt .contents__tit {
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-weight: bold;
}
.page--home .section--fanclub .list--latest li.item--yonkoma a .thumb img {
  background-size: cover;
}
.page--home .section--fanclub .list--latest li.item--higedansnow, .page--home .section--fanclub .list--latest li.item--staffblog, .page--home .section--fanclub .list--latest li.item--wednesday {
  position: relative;
}
.page--home .section--fanclub .list--latest li.item--higedansnow .thumb, .page--home .section--fanclub .list--latest li.item--staffblog .thumb, .page--home .section--fanclub .list--latest li.item--wednesday .thumb {
  overflow: hidden;
}
.page--home .section--fanclub .list--latest li.item--higedansnow .thumb img, .page--home .section--fanclub .list--latest li.item--staffblog .thumb img, .page--home .section--fanclub .list--latest li.item--wednesday .thumb img {
  filter: blur(5px);
  transform: translateZ(0);
}
.page--home .section--fanclub .list--latest li.item--higedansnow::before, .page--home .section--fanclub .list--latest li.item--staffblog::before, .page--home .section--fanclub .list--latest li.item--wednesday::before {
  content: "MEMBER ONLY";
  background: #D1BE99;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  z-index: 30;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 3px 10px;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
  will-change: z-index;
}
.page--home .section--fanclub .list--latest li.item--staffblog::before, .page--home .section--fanclub .list--latest li.item--wednesday::before {
  background: #18171C;
  color: #e5e1df;
}

body:not(.page--home) .section-tit {
  font-size: 46px;
}
body:not(.page--home) .loading {
  display: none;
}
body:not(.page--home) .bread {
  margin-top: -11rem;
  width: 100vw;
  font-size: 0.8rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 1rem;
  transform: skewY(-5deg);
  background-color: #000;
  height: 22rem;
  overflow: hidden;
  z-index: 5;
}
body:not(.page--home).scrolling .link--btn.link--fc {
  pointer-events: none;
  opacity: 0;
}
body:not(.page--home).scrolling .link--btn.link--top {
  pointer-events: all;
  opacity: 1;
  transform: rotateX(0);
}

.page--info.category-7 .block--category li:nth-last-child(2), .page--info.category-10 .block--category li:nth-last-child(2) {
  margin-right: 0;
}
.page--info.category-28 .section--detail .section--inner .txt .video {
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}
.page--info.category-28 .section--detail.new .date::after {
  content: none;
}
.page--info.category-28 .list--contents li .thumb img {
  background-size: cover;
}
.page--info.category-28 .video {
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}
.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .section--list .list--information {
  display: flex;
  flex-direction: column;
  margin-top: 13vw;
}
.page--info .section--list .list--information .inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page--info .section--list .list--information .trigger {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  transition: 0.3s;
  padding: 30px 0;
  cursor: pointer;
}
.page--info .section--list .list--information .trigger .category {
  line-height: 1;
}
.page--info .section--list .list--information .trigger .tit, .page--info .section--list .list--information .trigger .category, .page--info .section--list .list--information .trigger .date {
  transition: font-size 0.3s;
}
.page--info .section--list .list--information .trigger.open .tit {
  font-size: 18px;
}
.page--info .section--list .list--information .trigger.open .date, .page--info .section--list .list--information .trigger.open .category {
  font-size: 14px;
}
.page--info .section--list .list--information .trigger.new .tit::after {
  display: inline-block;
  content: "NEW";
  color: #d19f00;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-left: 5px;
  transition: font-size 0.3s;
}
.page--info .section--list .list--information .trigger.new.open .tit::after {
  font-size: 18px;
}
.page--info .section--list .list--information .block--body {
  display: none;
  padding-bottom: 30px;
}
.page--info .section--list .list--information .block--body img {
  width: revert-layer;
  height: auto;
}
.page--info .section--list .list--information.list--live .inner {
  position: relative;
  margin-bottom: 20px;
  border: none;
  background: #ffffff;
}
.page--info .section--list .list--information.list--live .trigger {
  padding: 35px 40px 30px;
}
.page--info .section--list .list--information.list--live .trigger .category {
  font-size: 16px;
}
.page--info .section--list .list--information.list--live .block--body {
  padding: 0 40px 30px;
}
.page--info .section--detail {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.page--info .section--detail.new .date::after {
  display: inline-block;
  content: "NEW";
  color: #d19f00;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
}
.page--info .section--detail .section--inner {
  background: #ffffff;
  padding: 40px 40px 60px;
}
.page--info .section--detail .section--inner .video {
  padding: 0;
  width: 560px;
  height: 315px;
}
.page--info .section--detail .section--inner.topics::before {
  content: "";
  display: block;
  width: 82px;
  height: 30px;
  position: absolute;
  background: url(/static/officialhigedandism/official/common/ico--topics.svg) no-repeat center;
  background-size: contain;
  transform: rotate(-13deg);
  left: -10px;
  top: -3px;
}
.page--info .section--detail .block--tit {
  margin-bottom: 20px;
}
.page--info .section--detail .txt {
  clear: both;
}
.page--info .section--detail .txt a {
  color: #428482;
}
.page--info .section--detail .txt .video, .page--info .section--detail .txt .ph {
  margin: 10px 0;
}
.page--info .section--detail .txt img {
  width: revert-layer;
  height: auto;
}
.page--info .section--detail .txt .video {
  padding: 0;
  width: 560px;
  height: 315px;
}
.page--info .section--detail .date {
  display: inline-block;
  font-size: 13px;
}
.page--info .section--detail .date .week {
  font-size: 10px;
}
.page--info .section--detail .date.second {
  margin-left: 24px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date.second {
    margin-left: 19px;
  }
}
.page--info .section--detail .date.second::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 12px;
  left: -20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .date.second::after {
    top: 11px;
    left: -18px;
  }
}
.page--info .section--detail .category {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  background: #999;
  font-family: futura-pt, sans-serif;
  width: 7em;
  text-align: center;
}
.page--info .section--detail .category.category--6 {
  background-color: #BDBEBE;
}
.page--info .section--detail .category.category--4 {
  background-color: #F26E51;
}
.page--info .section--detail .category.category--5 {
  background-color: #80A78F;
}
.page--info .section--detail .category.category--23 {
  background-color: #FFA202;
}
.page--info .section--detail .category.category--12 {
  background-color: #ffa200;
}
.page--info .section--detail .category.category--11 {
  background-color: #f1464d;
}
.page--info .section--detail .category.category--13 {
  background-color: #3fc3e3;
}
.page--info .section--detail .category.category--14 {
  background-color: #9dd569;
}
.page--info .section--detail .category.category--15 {
  background-color: #fff;
}
.page--info .section--detail .category, .page--info .section--detail .date {
  margin-bottom: 5px;
}

.section--detail.page--profile .block--ph {
  margin: 0 0 40px;
}
.section--detail.page--profile .name {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.section--detail.page--profile .name span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.section--detail.page--profile em {
  margin-top: 20px;
  display: block;
}
.section--detail.page--profile .block--logo {
  width: 38vw;
  margin: -68px auto 30px;
  z-index: 2;
  position: relative;
}
.section--detail.page--profile .block--logo .svg__path {
  width: 38vw;
  height: 10vw;
}
.section--detail.page--profile .block--logo .svg__path #mask path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 8px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.section--detail.page--profile .block--bio .txt {
  padding-top: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
.section--detail.page--profile .block--bio .txt > p {
  margin-bottom: 10px;
}
.section--detail.page--profile .block--member .list--member {
  display: flex;
  flex-wrap: wrap;
}
.section--detail.page--profile .block--member .list--member li .ph {
  margin-bottom: 10px;
}
.section--detail.page--profile .block--member .list--member li .detail .name {
  font-size: 16px;
  line-height: 1.4;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--profile .block--member .list--member li .detail .name .yomi {
  display: block;
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  opacity: 0.5;
}
.section--detail.page--profile .block--member .list--member li .detail .birthday {
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
}
.section--detail.page--profile .block--member .list--member li .detail .birthday span {
  font-size: 11px;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  margin-left: 2px;
}

.page--goods .bnr {
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.page--goods .bnr a {
  display: block;
}

.page--contact .section--inner {
  background: #ffffff;
  padding: 40px;
}
.page--contact .section--inner .txt {
  font-size: 15px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.page--contact .section--inner .txt a {
  color: #428482;
  transition: 0.3s;
  text-decoration: underline;
}
.page--contact .section--inner .txt .arrow {
  margin-right: 5px;
}
.page--contact .section--inner .txt .arrow svg {
  width: 8px;
  transform: rotate(90deg);
}
.page--contact .section--inner .txt--mail {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  font-weight: normal;
}

.page--disco .section--list .list--contents li .tit {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  line-height: 1.4;
}
.page--disco .section--list .list--contents li .tit span {
  display: block;
}
.page--disco .section--list .list--contents li .date {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.page--disco .section--list .list--contents li .thumb.noimg img {
  background-size: cover;
}
.page--disco .section--list .list--contents li .tit, .page--disco .section--list .list--contents li .date {
  text-align: center;
}
.page--disco .section--list .list--contents li .tit {
  margin-bottom: 8px;
}
.page--disco .section--list .list--contents li .category {
  display: inline-block;
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
}
.page--disco .thumb {
  position: relative;
  overflow: hidden;
}
.page--disco .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--disco .thumb .blur img {
  filter: blur(80px);
  transform: translateZ(0);
  background-size: cover;
}
.page--disco .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--disco .thumb img.dummy {
  background-size: cover;
}
.page--disco .disco--detail__jacket {
  position: relative;
}
.page--disco .disco--detail__jacket .ph {
  position: relative;
  z-index: 2;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
.page--disco .section--list .list--contents {
  display: flex;
  flex-wrap: wrap;
}
.page--disco .block--disco .block-tit {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  margin-bottom: 20px;
}
.page--disco .block--disco .block--disco__list {
  margin-bottom: 60px;
}
.page--disco .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .list--jacket li .ph {
  margin-bottom: 10px;
}
.page--disco .list--jacket li .name {
  font-size: 12px;
}
.page--disco .disco--detail__txt {
  position: relative;
  z-index: 2;
}
.page--disco .disco--detail__txt .tit {
  font-size: 22px;
  font-weight: bold;
}
.page--disco .disco--detail__txt .tit span {
  font-size: 16px;
  display: block;
  line-height: 1.5;
}
.page--disco .disco--detail__txt .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.page--disco .disco--detail__txt .category {
  font-size: 18px;
  margin-bottom: 5px;
}
.page--disco .disco--detail__txt .date {
  margin-bottom: 30px;
}
.page--disco .disco--detail__txt .block--comment {
  margin-bottom: 20px;
}
.page--disco .disco--detail__txt .block--track .block-tit {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page--disco .disco--detail__txt .block--track .block--track__disc .tit {
  font-size: 14px;
  margin-bottom: 5px;
}
.page--disco .disco--detail__txt .block--track > div {
  margin: 20px 0;
  font-size: 13px;
}
.page--disco .disco--detail__txt .block--track .list--track li {
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 10px;
  border-radius: 3px;
}
.page--disco .disco--detail__txt .block--track .list--track li .tie-up {
  font-size: 12px;
  color: #428482;
}
.page--disco .disco--detail__txt .block--track .list--track li .num {
  margin-right: 2px;
}
.page--disco .disco--detail__txt .block--track__disc {
  margin-bottom: 30px;
}
.page--disco.page--disco__detail .content--main::before {
  content: none;
}
.page--disco.page--disco__detail .wrap {
  background: #e6e6e6;
}
.page--disco .section--detail {
  z-index: 2;
  position: relative;
}

.page--questionnaire .bg {
  display: none;
}
.page--questionnaire .section--detail {
  padding: 0 5%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-weight: 500;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #ffffff;
  background: #9B3838;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 4px;
  padding: 2px 4px;
  position: relative;
  top: 3px;
}
.page--questionnaire .section--detail .ph {
  margin: 15px 0;
}

/* page--error
------------------------------ */
.page--error .content--main::before {
  content: none;
}
.page--error .section--detail .section-tit {
  text-align: center;
  margin: 0 0 50px;
  letter-spacing: 0.08em;
}
.page--error .section--detail .section-tit::before {
  content: none;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    color: #000;
    background: #ffffff;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #d19f00;
    color: #000 !important;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .swiper-button-prev {
    transition: transform 0.3s;
  }
  .swiper-button-prev:hover {
    transform: translateX(-5px);
  }
  .swiper-button-next {
    transition: transform 0.3s;
  }
  .swiper-button-next:hover {
    transform: translateX(5px);
  }
  .wrap {
    padding-top: 16rem;
    padding-bottom: 360px;
  }
  .wovn-languages .nav-dropdown .list--language li {
    transition: opacity 0.3s;
  }
  .wovn-languages .nav-dropdown .list--language li:hover {
    opacity: 0.5;
  }
  .block--pager .pager__item--other a:hover {
    color: #d19f00;
  }
  .block--pager .pager__item--newer a {
    transition: transform 0.4s;
  }
  .block--pager .pager__item--newer:hover a {
    transform: translateX(-10px);
  }
  .block--pager .pager__item--older {
    transition: transform 0.4s;
  }
  .block--pager .pager__item--older:hover {
    transform: translateX(10px);
  }
  .block--pager .pager__item--other {
    position: relative;
  }
  .section--list {
    padding: 0 10%;
  }
  .section--list .block--body a:hover {
    color: #d19f00;
  }
  .section--list .list--contents {
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .section--list .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .section--list .list--contents li a .thumb {
    width: 100%;
    background-color: #000;
    position: relative;
    top: 0;
    left: 0;
  }
  .section--list .list--contents li a .list__txt {
    transition: opacity 0.3s;
  }
  .section--list .list--contents li a:hover .list__txt {
    opacity: 1;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .block--share {
    margin-bottom: 60px;
  }
  .section--detail .block--share li a i {
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a svg {
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a:hover i {
    color: #d19f00;
  }
  .section--detail .block--share li a:hover svg {
    fill: #d19f00;
  }
  .detail__btn a::before, .detail__btn .accordion-btn::before,
  .list__more a::before,
  .list__more .accordion-btn::before {
    transition: 0.4s;
  }
  .detail__btn a:hover::before, .detail__btn .accordion-btn:hover::before,
  .list__more a:hover::before,
  .list__more .accordion-btn:hover::before {
    top: 0;
    left: 0;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information li a .tit, .list--information li a .date {
    transition: color 0.3s;
  }
  .list--information li a .date {
    min-width: 6em;
  }
  .list--information li a:hover .tit, .list--information li a:hover .date {
    color: #d19f00;
  }
  .list--information.list--live li a .date {
    min-width: 9em;
  }
  .list--topics li a {
    transition: background 0.3s;
  }
  .list--topics li a:hover {
    background: #d19f00;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    overflow: hidden;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn .btn--main {
    transition: all 0.3s;
  }
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .btn .btn--sub:hover {
    color: #000;
    background: #d19f00;
    border: 1px solid #000;
  }
  .block--category li.month {
    letter-spacing: -0.5em;
  }
  .block--category li {
    display: inline-block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: block;
    position: relative;
  }
  .block--category li a:hover {
    color: #ffffff;
  }
  header {
    padding: 20px 0;
  }
  header .inner {
    padding: 0 3%;
    display: flex;
    align-items: center;
  }
  header .logo {
    width: 80px;
  }
  header .logo a {
    display: block;
  }
  header .logo a:hover {
    opacity: 0.4;
  }
  .block--login li:hover::before {
    background: #d19f00;
  }
  .block--login li:hover:after {
    transform: translateY(-50%);
  }
  .block--login li:hover a {
    color: #000;
  }
  .g-nav {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .g-nav.visible .nav--dropdown .nav--menu__fc {
    opacity: 1;
    pointer-events: visible;
    z-index: 1;
  }
  .g-nav.visible .nav--dropdown .nav--tit::after {
    transform: rotate(180deg);
    top: 15px;
    right: 4.5px;
  }
  .drawer {
    width: 100%;
  }
  .drawer [class^=nav--] > li {
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  .drawer [class^=nav--] > li .menu--dropdown {
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    font-family: futura-pt, sans-serif;
    padding: 5px 0;
    letter-spacing: 0.1em;
  }
  .drawer [class^=nav--] > li .sub {
    display: none;
    position: absolute;
    top: 20px;
    width: 130px;
    z-index: 100;
  }
  .drawer [class^=nav--] > li .sub li {
    text-align: left;
    padding: 5px 12px;
    background: #428482;
  }
  .drawer [class^=nav--] > li .sub li a {
    color: #e6e6e6;
    display: block;
  }
  .drawer [class^=nav--] > li .sub li a:hover {
    color: #d19f00;
  }
  .drawer [class^=nav--] > li a {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    color: #ffffff;
  }
  .drawer [class^=nav--] > li a span {
    position: relative;
    display: block;
  }
  .drawer [class^=nav--] > li a:hover {
    color: #d19f00;
  }
  .drawer [class^=nav--] > li:not(:first-of-type) {
    margin-left: 13px;
  }
  .drawer .nav--menu {
    position: relative;
  }
  .drawer .nav--sns {
    margin-left: 25px;
  }
  .drawer .nav--sns li a {
    padding: 5px;
    font-size: 16px;
  }
  .drawer .nav--sns li svg {
    width: 17px;
    height: 17px;
    fill: #ffffff;
    transition: fill 0.3s;
  }
  .drawer .nav--sns li:not(:first-of-type) {
    margin-left: 0;
  }
  .drawer .nav--sns li a:hover svg {
    fill: #d19f00;
  }
  .drawer .nav--sns .nav__item--line {
    top: 2px;
  }
  .drawer .nav--language {
    margin-left: 25px;
  }
  .page--home {
    /* common */
    /* section--banner */
    /* section--top */
    /* section--info */
  }
  .page--home .wrap {
    padding-bottom: 10vw;
    padding-top: 0;
  }
  .page--home .area--main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .page--home .area--contents {
    padding-top: 3rem;
  }
  .page--home .section--banner {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 140px;
  }
  .page--home .section--banner .list--bnr li {
    position: relative;
    cursor: pointer;
    height: auto !important;
  }
  .page--home .section--banner .list--bnr li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .page--home .section--banner .list--bnr li a img {
    position: relative;
    z-index: 1;
  }
  .page--home .section--banner .list--bnr li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(209, 159, 0, 0.5);
    mix-blend-mode: multiply;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .page--home .section--banner .list--bnr li a:hover::before {
    opacity: 1;
  }
  .page--home .section--banner.no-swiper .list--bnr {
    display: flex;
    justify-content: center;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 28%;
    margin-right: 20px;
  }
  .page--home .section--banner.no-swiper .list--bnr li:last-child {
    margin-right: 0;
  }
  .page--home .section--banner.no-swiper .swiper-button-prev,
  .page--home .section--banner.no-swiper .swiper-button-next {
    display: none;
  }
  .page--home .section--top {
    padding: 0;
    padding-top: 80px;
    margin-bottom: 150px;
  }
  .page--home .section--top .block--pickup {
    position: fixed;
    bottom: 11vh;
    right: 3%;
    width: 310px;
    z-index: 100;
  }
  .page--home .section--top .block--pickup .list--pickup li a {
    transition: color 0.3s;
  }
  .page--home .section--top .block--pickup .list--pickup li a .arrow {
    transition: color 0.3s;
  }
  .page--home .section--top .block--pickup .list--pickup li a:hover {
    color: #d19f00;
  }
  .page--home .section--top .block--pickup .list--pickup li a:hover .arrow {
    color: #d19f00;
  }
  .page--home .list--information {
    width: 100%;
  }
  .page--home .list--information .no-data {
    text-align: center;
  }
  .page--home .section--info {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 17vw;
    padding-bottom: 3%;
    position: relative;
  }
  .page--home .section--info.no-swiper .list--topics {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .page--home .section--info.no-swiper .list--topics li {
    width: 32%;
    margin-right: 2%;
  }
  .page--home .section--info.no-swiper .list--topics li:nth-child(3) {
    margin-right: 0;
  }
  .page--home .section--live {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 250px;
    padding-bottom: 3%;
    position: relative;
  }
  .page--home .section--movie {
    position: relative;
    min-height: 21vw;
    margin-bottom: 210px;
    padding-bottom: 3%;
  }
  .page--home .section--movie .wrap--iframe {
    max-width: 800px;
    margin: 0 auto;
  }
  .page--home .section--movie .wrap--iframe .thumb {
    transition: transform 0.4s;
  }
  .page--home .section--movie .wrap--iframe:hover .thumb {
    transform: scale(1.2);
  }
  .page--home .section--instagram {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 3%;
    z-index: 2;
  }
  .page--home .section--instagram .tit-wrap {
    position: relative;
  }
  .page--home .section--instagram .list--instagram li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    mix-blend-mode: multiply;
    transition: opacity 0.3s;
    z-index: 10;
  }
  .page--home .section--instagram .list--instagram li a:hover::before {
    opacity: 0.5;
  }
  .page--home .section--fanclub {
    padding-top: 18vw;
    padding-bottom: 20vw;
    z-index: 1;
  }
  .page--home .section--fanclub .section--inner {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  .page--home .section--fanclub .section--inner > div {
    width: 46%;
    margin-right: 8%;
  }
  .page--home .section--fanclub .section--inner > div.block--fc__month .block-tit {
    width: 52%;
  }
  .page--home .section--fanclub .section--inner > div.block--fc__month .list--latest li.new::after {
    background: #18171C;
    color: #e5e1df;
  }
  .page--home .section--fanclub .section--inner > div:nth-child(2) {
    margin-right: 0;
  }
  .page--home .section--fanclub .section--inner > div .list--latest {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .section--fanclub .section--inner > div .list--latest li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .page--home .section--fanclub .section--inner > div .list--latest li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home .section--fanclub .section--inner > div .list--latest li.new::after {
    content: "NEW!";
    position: absolute;
    background: #D1BE99;
    font-family: futura-pt, sans-serif;
    font-size: 10px;
    width: 20em;
    padding: 20px 0 0;
    text-align: center;
    transform: rotate(45deg);
    top: -10px;
    right: -90px;
    z-index: 10;
    pointer-events: none;
  }
  .page--home .section--fanclub .section--inner > div .list--latest li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: 3;
    mix-blend-mode: overlay;
    transition: opacity 0.3s, background 0.3s, mix-blend-mode 0.3s;
  }
  .page--home .section--fanclub .section--inner > div .list--latest li a .list__txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    z-index: 20;
  }
  .page--home .section--fanclub .section--inner > div .list--latest li a:hover::before {
    opacity: 0.5;
    mix-blend-mode: multiply;
    background: #000;
    z-index: 10;
  }
  .page--info .section--detail .tit {
    line-height: 1.5;
  }
  .page--info .txt a:hover {
    opacity: 0.4;
    text-decoration: none;
  }
  .page--info .list--information .trigger .date {
    min-width: 6em;
  }
  .page--info .list--contents, .page--info .list--information {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .page--info.category-7 .list--information .trigger .date, .page--info.category-10 .list--information .trigger .date {
    min-width: 9em;
  }
  .section--detail.page--profile {
    width: 100%;
    max-width: 900px;
    padding: 0 0 40px;
    margin: 0 auto;
  }
  .section--detail.page--profile .block--member .list--member li {
    width: 17.6%;
    margin-right: 3%;
  }
  .section--detail.page--profile .block--member .list--member li:nth-child(5n) {
    margin-right: 0;
  }
  .page--goods .bnr {
    max-width: 650px;
    transition: transform 0.3s;
  }
  .page--goods .bnr:hover {
    transform: scale(1.05);
  }
  .page--contact .txt a:hover {
    color: #d19f00;
  }
  .page--disco .block--disco {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
  }
  .page--disco .section--detail {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    position: relative;
    padding: 0;
  }
  .page--disco .section--detail .disco--detail {
    display: flex;
  }
  .page--disco .section--detail .disco--detail .disco--detail__jacket {
    width: 40%;
    margin-right: 6%;
    min-width: 400px;
    max-width: 600px;
  }
  .page--disco .section--detail .disco--detail .disco--detail__txt {
    width: 60%;
  }
  .page--disco .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .page--disco .section--list .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: futura-pt, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    z-index: 20;
    padding: 11vw 0 80px;
    height: auto !important;
  }
  footer .nav--sns li a:hover {
    color: #d19f00;
  }
  footer .nav--sns li a:hover svg {
    fill: #d19f00;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* page--error
  ------------------------------ */
}
@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%;
    padding: 20px;
  }
}
@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) {
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: height 0.3s;
    padding: 20px 0;
    height: 100px;
  }
  .header .inner {
    padding: 0 19% 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .inner .logo {
    width: 24vw;
    max-width: 90px;
  }
  .header .inner .logo a {
    display: block;
  }
  .drawer::-webkit-scrollbar {
    display: none;
  }
  .drawer .drawer-inner {
    padding: 10vw 8% 15vw;
    position: relative;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .drawer .g-nav {
    display: flex;
    justify-content: center;
  }
  .drawer [class^=nav--] {
    text-align: center;
  }
  .drawer [class^=nav--] li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] li a {
    padding: 10px 0;
    font-size: 5vw;
    position: relative;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer [class^=nav--] li:last-child {
    margin-bottom: 0;
  }
  .drawer .nav--menu {
    margin-bottom: 30px;
  }
  .drawer .nav--language {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .drawer .nav--language .wovn-languages .nav-switch_btn {
    background: rgba(0, 0, 0, 0.5);
  }
  .drawer .nav--language .wovn-languages .nav-dropdown .list--language li {
    margin-bottom: 0;
  }
  .drawer .nav--sns {
    order: 2;
    margin-bottom: 0;
  }
  .drawer .nav--sns li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
  }
  .drawer .nav--sns li i {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--sns li i {
    font-size: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--sns li svg {
    width: 6.8vw;
    height: 6.5vw;
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .nav--sns li svg {
    width: 31px;
    height: 31px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .nav--sns li:last-child {
    margin-right: 0;
  }
  footer {
    padding: 40px 8%;
  }
  footer .copyright {
    font-size: 10px;
    zoom: 0.9;
    text-align: center;
  }
  footer::before {
    top: -2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  footer::before {
    height: 140%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer .nav--sns li a i {
    font-size: 20px;
  }
  footer .nav--sns li a svg {
    width: 21px;
    height: 21px;
  }
  .block--pager li {
    width: 1.5em;
  }
  .block--pager .pager__item--current::after {
    width: 30px;
    height: 30px;
  }
  .slick-dots li {
    height: 12px;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .list--topics {
    margin-bottom: 20px;
  }
  .list--topics li {
    height: auto !important;
    margin-bottom: 15px;
  }
  .list--topics li:last-child {
    margin-bottom: 0;
  }
  .list--topics li::before {
    left: -6px;
    top: 2px;
    width: 60px;
    height: 20px;
  }
  .list--topics li a {
    padding: 30px 5vw 18px;
    border-radius: 3px;
  }
  .list--topics li .category, .list--topics li .date {
    margin-bottom: 5px;
  }
  .list--information li a {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0;
  }
  .list--information li a .date, .list--information li a .category {
    margin-bottom: 0;
  }
  .list--information li a .tit {
    width: 100%;
  }
  .list--information li a .category {
    margin-right: 10px;
  }
  .list--information li a .category, .list--information li a .date {
    margin-bottom: 10px;
  }
  .list--information.list--live li {
    margin-bottom: 12px;
  }
  .list--information.list--live li a {
    padding: 27px 5vw 18px;
  }
  .list--information.list--live .category {
    font-size: 13px;
    width: 4.5em;
  }
  .list--photo li {
    width: 50%;
  }
  .block--category {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .block--category {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--category li {
    margin: 0;
  }
  .block--category li a {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 13px;
    padding: 5px;
  }
  li.no-data {
    padding: 2em 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  li.no-data {
    padding: 2em 3%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  li.current {
    margin-right: 5px;
  }
  .page--home .drawer__btn, .page--home .section--top .block--logo .logo {
    opacity: 0;
    transition: opacity 0.8s 0.8s cubic-bezier(0.4, 0, 1, 1);
  }
  .loaded.page--home .drawer__btn, .loaded.page--home .section--top .block--logo .logo {
    opacity: 1;
  }
  .block--button-nav {
    margin-top: 30px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-wrapper {
    height: 100% !important;
  }
  .swiper-slide {
    height: auto;
  }
  .wrap {
    padding: 12rem 0 220px;
    position: relative;
    background-size: 200%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .wrap {
    padding: 14rem 0 220px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .loading .logo--movie video {
    width: 60vw;
  }
  .content--main::before {
    top: 8rem;
    height: 200%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .content--main::before {
    top: 15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .link--btn {
    width: 18vw;
    height: 18vw;
  }
  .link--btn a {
    font-size: 2.8vw;
  }
  .link--btn a .arrow svg {
    width: 1.6vw;
  }
  .link--btn a .inner {
    width: 14vw;
  }
  .link--btn.link--top a {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .link--btn.link--top a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .link--btn.libk--fc a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .link--btn.libk--fc a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .link--btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn, .list__more {
    font-size: 14px;
    margin-top: 40px;
  }
  .detail__btn a, .list__more a {
    padding: 1em 2em;
  }
  .section-tit {
    font-size: 8vw;
    margin-bottom: 25px;
  }
  .section-tit .tit--sub {
    font-size: 18px;
  }
  .section--list {
    padding: 0 6%;
    width: 100%;
  }
  .section--list .block--body .video {
    padding-top: 56.25%;
    width: 100%;
    height: 100%;
  }
  .section--detail {
    padding: 0 6%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .detail__btn {
    margin-top: 6em;
  }
  .section--detail .txt {
    padding-top: 40px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--list .list--contents {
    display: block;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 20px;
  }
  .section--list .list--contents li .tit {
    font-size: 4vw;
  }
  .section--list .list--contents li a {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
  }
  .drawer__btn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 3vw;
    top: 24px;
    z-index: 999;
    transition: 0.4s;
  }
  .drawer__btn span {
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    z-index: 2;
    transition: 0.4s;
  }
  .drawer__btn span:nth-child(2) {
    top: 24px;
    transition: 0.4s;
  }
  .drawer__btn span:nth-child(3) {
    top: 33px;
  }
  .drawer {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
  .drawer .drawer-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding: 20vw 6% 20vw;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .drawer-inner {
    padding: 15vw 6% 7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .g-nav {
    flex-direction: column;
  }
  .drawer [class^=nav--]:not(.nav--language) li a {
    overflow: hidden;
  }
  .drawer [class^=nav--]:not(.nav--language) li span {
    display: block;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  }
  .drawer .nav--language, .drawer .nav--sns {
    opacity: 0;
    transition: opacity 0.3s 0.2s;
  }
  .drawer .drawer-inner {
    z-index: 10;
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer [class^=nav--] li span {
    opacity: 1;
    transform: translateX(0);
  }
  .drawer-visible .drawer .nav--language, .drawer-visible .drawer .nav--sns {
    opacity: 1;
  }
  .drawer-visible .drawer__btn span {
    background-color: #000;
  }
  .drawer-visible .drawer__btn span:first-child {
    transform: translateX(-50%) rotate(45deg);
    top: 20px;
  }
  .drawer-visible .drawer__btn span:nth-child(2) {
    transform: translateX(100%);
    opacity: 0;
  }
  .drawer-visible .drawer__btn span:nth-child(3) {
    transform: translateX(-51%) rotate(-45deg);
    top: 20px;
  }
  .page--home .wrap {
    padding-bottom: 220px;
    padding-top: 0;
  }
  .page--home footer {
    padding: 80px 0;
    z-index: 10;
  }
  .page--home footer .inner {
    padding: 0 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home footer .inner {
    padding: 0 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home footer .block--link {
    margin-bottom: 20px;
  }
  .page--home footer .block--link ul {
    width: 60vw;
    margin: 0 auto;
  }
  .page--home footer .block--link ul li {
    margin-bottom: 10px;
  }
  .page--home footer .block--link ul li:last-child {
    margin-bottom: 0;
  }
  .page--home footer .copyright {
    font-size: 10px;
  }
  .page--home .scroll {
    bottom: auto;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
  }
  .page--home .area--main {
    position: static;
    height: 100%;
  }
  .page--home .area--contents {
    margin-top: 0;
    z-index: 9;
  }
  .page--home .section--top {
    height: auto;
    padding: 100px 0 0;
    margin-bottom: 30px;
  }
  .page--home .section--top::before {
    content: none;
  }
  .page--home .section--top .block--keyvisual {
    width: 100%;
    height: auto;
    top: auto;
    position: relative;
    left: auto;
    transform: none;
    margin: 0 auto 0;
  }
  .page--home .section--top .block--keyvisual .keyvisual {
    height: 30vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .block--keyvisual .keyvisual {
    height: 50vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--keyvisual .keyvisual img {
    width: 100%;
    height: 100%;
  }
  .page--home .section--top .block--pickup {
    padding: 20px 6% 25px;
    background: #000;
  }
  .page--home .section--top .block--pickup .block-tit {
    font-size: 18px;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--banner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .list--bnr li a {
    display: block;
  }
  .page--home .section--banner .list--bnr li a img {
    vertical-align: bottom;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 90%;
    margin: 0 auto;
  }
  .page--home .section--banner.no-swiper .swiper-container {
    padding-left: 0;
  }
  .page--home .section--info {
    padding: 0 6%;
    margin-bottom: 180px;
  }
  .page--home .section--info .list--topics {
    display: block;
  }
  .page--home .section--live {
    padding: 0 6%;
    margin-bottom: 24vw;
  }
  .page--home .section--live .section-tit span::before {
    width: 110px;
    bottom: -7px;
    transform: rotate(-5deg);
  }
  .page--home .section--movie, .page--home .section--instagram {
    padding: 10vw 0;
    min-height: 62vw;
  }
  .page--home .section--movie::before, .page--home .section--movie::after, .page--home .section--instagram::before, .page--home .section--instagram::after {
    height: 115%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--movie {
    margin-bottom: 25vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--movie .block--movie {
    width: 100%;
  }
  .page--home .section--movie .block--movie .btn--play {
    top: 50%;
  }
  .page--home .section--instagram {
    padding: 12vw 6%;
    margin-bottom: 0;
    z-index: 2;
  }
  .page--home .section--instagram::before {
    top: -16vw;
    height: 107%;
  }
  .page--home .section--instagram::after {
    top: 6vw;
    height: 100%;
  }
  .page--home .section--instagram .link--instagram {
    position: static;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--home .section--instagram .list--instagram li {
    margin-bottom: 5px;
  }
  .page--home .section--instagram .list--instagram li a .btn--play {
    width: 50px;
    height: 50px;
    top: 50%;
  }
  .page--home .section--instagram .list--instagram li a .btn--play::before {
    width: 20px;
    height: 30px;
    -webkit-clip-path: polygon(20px 50%, 0% 0%, 0% 30px);
            clip-path: polygon(20px 50%, 0% 0%, 0% 30px);
  }
  .page--home .section--fanclub {
    z-index: 1;
    padding-top: 25vw;
    padding-bottom: 22vw;
  }
  .page--home .section--fanclub .list--latest {
    height: 100% !important;
  }
  .page--home .section--fanclub .list--latest li {
    height: auto !important;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  }
  .page--home .section--fanclub .list--latest li.item--yonkoma a .list__txt .contents__tit, .page--home .section--fanclub .list--latest li.item--leartdenevieme a .list__txt .contents__tit, .page--home .section--fanclub .list--latest li.item--wednesday a .list__txt .contents__tit, .page--home .section--fanclub .list--latest li.item--satoshi a .list__txt .contents__tit {
    font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-size: 12px;
  }
  .page--home .section--fanclub .list--latest li.item--yonkoma a, .page--home .section--fanclub .list--latest li.item--leartdenevieme a, .page--home .section--fanclub .list--latest li.item--wednesday a, .page--home .section--fanclub .list--latest li.item--satoshi a {
    height: 100% !important;
  }
  .page--home .section--fanclub .block--fc__year {
    margin-bottom: 80px;
  }
  .page--home .section--fanclub .block--fc__month .list--latest li.new::after {
    background-color: #18171C;
  }
  .page--home .section--fanclub .block--fc__month .block-tit .type::before, .page--home .section--fanclub .block--fc__month .block-tit .type::after {
    width: 10vw;
  }
  .page--home .section--fanclub .block-tit {
    width: 70%;
  }
  .page--home .section--fanclub .block-tit .type {
    font-size: 11px;
  }
  .page--home .section--fanclub .block-tit .type::before, .page--home .section--fanclub .block-tit .type::after {
    width: 10vw;
  }
  .page--home .section--fanclub .list--latest li {
    height: auto;
    background: #ffffff;
    position: relative;
  }
  .page--home .section--fanclub .list--latest li a .thumb img {
    aspect-ratio: 4/3;
  }
  .page--home .section--fanclub .list--latest li a .list__txt {
    padding: 15px;
    background: #ffffff;
  }
  .page--home .section--fanclub .list--latest li a .list__txt .contents__tit {
    font-size: 11px;
    font-weight: bold;
    font-family: futura-pt, sans-serif;
    margin-bottom: 5px;
  }
  .page--home .section--fanclub .list--latest li a .list__txt .date {
    opacity: 0.5;
    margin-bottom: 0;
  }
  .page--home .section--fanclub .list--latest li a .list__txt .tit {
    font-size: 13px;
    margin-bottom: 13px;
  }
  .page--home .section--fanclub .list--latest li.new::after {
    content: "NEW!";
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.1em;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #D1BE99;
    text-align: center;
    padding: 0.2em 0.8em;
    border-radius: 60px;
  }
  body:not(.page--home) .section-tit {
    font-size: 36px;
  }
  body:not(.page--home) .bread {
    height: 20rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  body:not(.page--home) .bread {
    height: 21rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .video {
    padding-top: 56.25%;
    width: 100%;
    height: 100%;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: 20px 0;
  }
  .page--info .block--share .icon_x_twitter img {
    height: 15px;
    width: auto;
  }
  .page--info .section--list .list--information {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--info .section--list .list--information {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--information .trigger {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0;
  }
  .page--info .section--list .list--information .trigger .tit {
    width: 100%;
  }
  .page--info .section--list .list--information .trigger .category {
    margin-right: 10px;
  }
  .page--info .section--list .list--information.list--live .trigger {
    padding: 27px 5vw 18px;
  }
  .page--info .section--list .list--information.list--live .trigger .category {
    font-size: 14px;
  }
  .page--info .section--list .list--information.list--live .block--body {
    padding: 0 5vw 30px;
  }
  .page--info .section--detail {
    width: 100%;
    padding: 0 6%;
  }
  .page--info .section--detail .section--inner {
    padding: 30px 20px 40px;
  }
  .page--info .section--detail .section--inner .txt img {
    width: auto;
    height: auto !important;
  }
  .page--info .section--detail .section--inner .txt .video {
    padding-top: 56.25%;
    width: 100%;
    height: 100%;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
  }
  .page--info .section--detail .category::before {
    margin-right: 3px;
  }
  .page--info .section--detail .category::after {
    top: 4px;
  }
  .page--disco .section--list .list--contents li {
    margin-bottom: 8px;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .page--disco .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--disco .no-data {
    text-align: center !important;
  }
  .page--disco .block-tit {
    text-align: center;
  }
  .page--disco .block--jacket .ph {
    margin-bottom: 40px;
  }
  .page--disco .block--disc-detail .tit-wrap {
    width: 100%;
  }
  .page--contact .section--inner {
    padding: 40px 7vw;
  }
  .page--contact .section--inner .txt {
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required {
    position: relative;
    top: -4px;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .page--ticket .section-tit {
    font-size: 22px !important;
    line-height: 1.4;
  }
  .page--ticket .tit {
    font-size: 16px;
  }
  .page--ticket .block--ticket h3 {
    line-height: 1.8;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .btn--sub {
    padding: 0;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 5px;
  }
  .header .inner {
    padding: 0 14% 0 6%;
  }
  .drawer__btn {
    right: 6%;
  }
  .section-tit {
    font-size: 46px;
  }
  .section--detail {
    padding: 0 6%;
  }
  .page--info .section--list {
    padding: 0 6%;
  }
  .page--info .section--list .list--information.list--live .block--body {
    padding: 0 7vw 30px;
  }
  .page--info .section--list .list--information.list--live .trigger.open {
    padding: 35px 7vw 15px;
  }
  .page--info .section--detail .section-tit {
    height: 3.6vw;
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .tit {
    font-size: 3.5vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
}