@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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;
}

/* 2.0 component
============================== */
/* ==============================================================
*  contents
* ============================================================ */
html,
body {
  height: 100%;
}

body {
  background: #AE0D15;
  word-wrap: break-word;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

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

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

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

.center {
  text-align: center;
}

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

::-moz-selection {
  color: #fff;
  background: #FFB177;
}

::selection {
  color: #fff;
  background: #FFB177;
}

::-moz-selection {
  color: #fff;
  background: #FFB177;
}

.svg-symbol {
  display: none !important;
}

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.7em 1.2em;
  background: #fff;
  border-radius: 0;
}
@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 {
    padding: 0.5em 1.3em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #fff;
}
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: #fff;
}
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: #E09A9D;
}

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

.form--post dt,
.form--confirm dt {
  margin: 2.5em 0 0.5em;
  font-size: 13px;
}
.form--post dd,
.form--confirm dd {
  margin: 0 0 1em;
}
.form--post dd input[type=text],
.form--post dd input[type=number],
.form--post dd input[type=email],
.form--post dd input[type=tel],
.form--confirm dd input[type=text],
.form--confirm dd input[type=number],
.form--confirm dd input[type=email],
.form--confirm dd input[type=tel] {
  border: 1px solid #fff;
}

.form--confirm {
  background: #FFFBF4;
  color: #292929;
}

.icon--required::before {
  content: "必須";
  background: #ff6a00;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 0px 6px 3px;
  margin-left: 5px;
  border-radius: 20px;
}

.ph,
.thumb {
  line-height: 0;
}

img.dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.delighter {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

header .logo {
  position: fixed;
  z-index: 12;
  mix-blend-mode: exclusion;
}
header .logo a {
  display: block;
}

footer {
  background-color: #810C11;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer .accordion {
  display: none;
}
footer .official-link {
  display: none;
}
footer .official-link svg {
  fill: #fff;
}
footer .copyright {
  font-family: nobel, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}
footer .flower {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
footer .flower svg {
  fill: #810C11;
}

.scroll {
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 7;
  padding: 110px 0 0;
}
.scroll p {
  margin: 0 0 5px;
  font-family: marydale, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .scroll p {
    font-size: 14px;
  }
}
.scroll .icon {
  position: relative;
  width: 24px;
  padding: 8vh 0 0;
  margin: 0 auto;
}
.scroll .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  overflow: hidden;
}
.scroll .line > span {
  display: block;
  width: 2px;
  margin: auto;
  height: 50px;
  background: #fff;
}
@media screen and (min-width: 961px) {
  .scroll {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -100px;
  }
  .scroll .icon {
    padding: 5vw 0 0;
  }
  .scroll .line > span {
    -webkit-animation: SCROLL 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    animation: SCROLL 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .scroll {
    left: 44%;
    bottom: -100px;
  }
  .scroll .icon {
    padding: 14vw 0 0;
  }
  .scroll .line > span {
    -webkit-animation: SCROLL 2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    animation: SCROLL 2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  }
}

.drawer__btn {
  background-color: #CA482A;
  position: fixed;
  z-index: 12;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 961px) {
  .drawer__btn {
    width: 84px;
    height: 84px;
    padding: 30px 28px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn {
    width: 60px;
    height: 60px;
    padding: 20px 17px;
    top: 10px;
    right: 10px;
  }
}
.drawer__btn .inner {
  height: 100%;
  position: relative;
}
.drawer__btn span {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.drawer__btn span:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.drawer__btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  opacity: 1;
}
.drawer__btn span:last-child {
  bottom: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0;
  overflow: scroll;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  background: #810C11;
  z-index: 10;
}
.drawer .g-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.drawer .g-nav .list--menu {
  text-align: center;
}
.drawer .g-nav .list--menu li {
  overflow: hidden;
}
.drawer .g-nav .list--menu li span {
  -webkit-transform: translateY(1.8em);
          transform: translateY(1.8em);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  transition: all 0.5s 0s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  opacity: 0;
}
.drawer .g-nav .list--menu li.yu span, .drawer .g-nav .list--menu li.staff span {
  line-height: 1;
  position: relative;
}
.drawer .g-nav .list--menu li.disabled a {
  pointer-events: none;
  opacity: 0.2;
}

@-webkit-keyframes SCROLL {
  0% {
    opacity: 0.4;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}
@keyframes SCROLL {
  0% {
    opacity: 0.4;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}
@-webkit-keyframes swing {
  0%, 100% {
    -webkit-transform-origin: bottom center;
  }
  10% {
    -webkit-transform: rotate(-2deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  0%, 100% {
    -webkit-transform-origin: bottom center;
  }
  10% {
    -webkit-transform: rotate(-2deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.frame span {
  background: #810C11;
  position: fixed;
  z-index: 12;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.frame span.top, .frame span.bottom {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .frame span.top, .frame span.bottom {
    height: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .frame span.top, .frame span.bottom {
    height: 10px;
  }
}
.frame span.right, .frame span.left {
  height: 100%;
}
@media screen and (min-width: 961px) {
  .frame span.right, .frame span.left {
    width: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .frame span.right, .frame span.left {
    width: 10px;
  }
}
.frame span.top {
  top: 0;
  right: 0;
}
.frame span.bottom {
  bottom: 0;
  left: 0;
}
.frame span.right {
  right: 0;
  bottom: 0;
}
.frame span.left {
  left: 0;
  top: 0;
}
.frame .flower {
  position: fixed;
  z-index: 11;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.frame .flower svg {
  fill: #810C11;
}
.frame .flower.left {
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.frame .flower.right {
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.menu-open header .logo {
  mix-blend-mode: normal;
}
.menu-open .drawer__btn {
  background-color: transparent;
}
.menu-open .drawer__btn span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}
.menu-open .drawer__btn span:nth-child(2) {
  opacity: 0;
}
.menu-open .drawer__btn span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 45%;
}
.menu-open .drawer {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.menu-open .drawer .g-nav .list--menu li span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
}
.menu-open .drawer .g-nav .list--menu li:first-child span {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(2) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(3) span {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(4) span {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(5) span {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(6) span {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(7) span {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(8) span {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.menu-open .drawer .g-nav .list--menu li:nth-child(9) span {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.menu-open .frame span {
  background: #CA482A;
}
.menu-open .frame .flower {
  opacity: 1;
}
.menu-open .frame .flower svg {
  fill: #CA482A;
}

.video,
.sns_movie_class {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe,
.sns_movie_class iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video .jstream-eqPlayer,
.sns_movie_class .jstream-eqPlayer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.video .jstream-eqPlayer *,
.sns_movie_class .jstream-eqPlayer * {
  background-size: auto;
}
.video .jstream-eqPlayer .eq-center-icon-play,
.sns_movie_class .jstream-eqPlayer .eq-center-icon-play {
  color: transparent;
}
.video .eq-icon-play,
.video .eq-icon-sound,
.sns_movie_class .eq-icon-play,
.sns_movie_class .eq-icon-sound {
  color: transparent;
}

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

.detail__btn a,
.more a {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn a,
  .more a {
    font-size: 16px;
  }
}
.detail__btn a svg,
.more a svg {
  fill: #fff;
}

.detail__btn a svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more {
  text-align: right;
}

.btn {
  text-align: center;
}
.btn a,
.btn input {
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: inline-block;
  width: 90%;
  max-width: 340px;
  text-align: center;
  text-decoration: none;
  padding: 0 1.5em;
  line-height: 4;
  border-radius: 3em;
  border: none;
  font-size: 16px;
}
.btn a.btn--main,
.btn input.btn--main {
  background: #fff;
  color: #AE0D15;
}
.btn a.btn--main.join, .btn a.btn--main.mypage,
.btn input.btn--main.join,
.btn input.btn--main.mypage {
  font-family: marydale, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #AE0D15;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn a.btn--main.join, .btn a.btn--main.mypage,
  .btn input.btn--main.join,
  .btn input.btn--main.mypage {
    font-size: 18px;
  }
}
.btn a.btn--sub,
.btn input.btn--sub {
  background: #CA482A;
  color: #fff;
}
.btn a.btn--sub.login,
.btn input.btn--sub.login {
  font-family: marydale, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn a.btn--sub.login,
  .btn input.btn--sub.login {
    font-size: 18px;
  }
}

.block--pager {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
}
.block--pager li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.block--pager li.pager__item--newer, .block--pager li.pager__item--older {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.block--pager li.pager__item--newer a,
.block--pager li.pager__item--newer span, .block--pager li.pager__item--older a,
.block--pager li.pager__item--older span {
  display: block;
}
.block--pager li.pager__item--newer a svg, .block--pager li.pager__item--older a svg {
  fill: #fff;
}
.block--pager li.pager__item--newer span svg, .block--pager li.pager__item--older span svg {
  fill: #CA482A;
}
.block--pager li.pager__item--newer {
  left: 0;
}
.block--pager li.pager__item--newer svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block--pager li.pager__item--older {
  right: 0;
}
.block--pager li.pager__item--other, .block--pager li.pager__item--current {
  border-radius: 50%;
}
.block--pager li.pager__item--other a,
.block--pager li.pager__item--other span, .block--pager li.pager__item--current a,
.block--pager li.pager__item--current span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.01em;
  height: 100%;
  position: relative;
  top: -1px;
}
.block--pager li.pager__item--current {
  background-color: #CA482A;
}

.slick-dots {
  text-align: left;
}

.slick-dots li button {
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  background: #F0F0F0;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.slick-dots li.slick-active button:before {
  background: #CA482A;
  opacity: 1;
}

.slide-arrow {
  opacity: 1;
  z-index: 2;
  position: absolute;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.slide-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  vertical-align: middle;
}
.slide-arrow.next-arrow {
  right: -40px;
}
.slide-arrow.next-arrow:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slide-arrow.prev-arrow {
  left: -40px;
}
.slide-arrow.prev-arrow:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list--bnr li a {
  display: block;
  position: relative;
  line-height: 0;
}
.list--bnr:hover .slide-arrow {
  opacity: 1;
}
.list--bnr:hover .slide-arrow.next-arrow {
  right: 0;
}
.list--bnr:hover .slide-arrow.prev-arrow {
  left: 0;
}

.sub-txt-list {
  margin-top: 20px;
  font-size: 12px;
}
.sub-txt-list li {
  margin: 0 0 5px;
  line-height: 1.5;
}
.sub-txt-list li:last-child {
  margin-bottom: 0;
}

.page--list .section--list .section-tit {
  text-align: center;
}
.page--list .section--list .section-tit svg {
  fill: #AE0D15;
  opacity: 0.15;
}

.page--detail .section--detail > .txt .ph {
  position: relative;
}
.page--detail .section--detail .txt a {
  color: #FFB177;
  text-decoration: underline;
}
.page--detail .section--detail .block--share {
  text-align: center;
}
.page--detail .section--detail .block--share li {
  display: inline-block;
  margin-right: 1.5em;
}
.page--detail .section--detail .block--share li a {
  color: #fff;
}
.page--detail .section--detail .block--share li svg {
  fill: #fff;
  position: relative;
}
.page--detail .section--detail .block--share li:last-child {
  margin-right: 0;
}
.page--detail .section--detail .block--share li:first-child:before {
  content: "share";
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.1em;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .drawer__btn {
  opacity: 0;
}
.page--home .frame span.top, .page--home .frame span.bottom {
  width: 0%;
}
.page--home .frame span.right, .page--home .frame span.left {
  height: 0%;
}
.page--home .frame .flower {
  opacity: 0;
}
.page--home header .logo {
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--home footer {
  position: relative;
}
.page--home footer .accordion {
  display: block;
}
.page--home footer .flower {
  display: block;
}
.page--home footer .official-link {
  display: block;
}
.page--home.menu-open header .logo {
  opacity: 1;
}
.page--home.header-visible header .logo {
  opacity: 1;
}
.page--home.header-visible .section--keyvisual .scroll {
  opacity: 0;
}
.page--home.flower-hide .frame .flower {
  opacity: 0;
}
.page--home.flower-visible footer .flower {
  opacity: 1;
}
.page--home .section--keyvisual {
  width: 100vw;
  position: relative;
}
.page--home .section--keyvisual .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8;
}
.page--home .section--keyvisual .logo .logo_a,
.page--home .section--keyvisual .logo .logo_b {
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--home .section--keyvisual .logo .logo_a {
  -webkit-transform: translate3d(-15px, 20px, 15px);
          transform: translate3d(-15px, 20px, 15px);
}
.page--home .section--keyvisual .logo .logo_b {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.page--home .section--keyvisual .block--login .welcome {
  display: inline-block;
  font-family: marydale, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--keyvisual .block--login .welcome {
    font-size: 22px;
  }
}
.page--home .block--btn {
  margin: 0 0 60px;
}
.page--home .section--login {
  text-align: center;
}
.page--home .section--login .welcome {
  line-height: 1;
  font-family: marydale, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ec7026;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--login .welcome {
    font-size: 22px;
  }
}
.page--home .section--login .txt--expire {
  margin: 5px 0 0;
}
.page--home .section--login .block--expire {
  background: #FFFBF4;
  color: #292929;
  margin: 15px auto 0;
}
.page--home .section--login .block--expire .tit {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}
.page--home .section--login .block--expire .txt {
  margin: 0 0 10px;
}
@media screen and (min-width: 961px) {
  .page--home .section--login .block--expire {
    max-width: 560px;
    width: 80%;
    padding: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--login .block--expire {
    padding: 20px;
  }
  .page--home .section--login .block--expire .txt {
    text-align: left;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section--login {
    margin: 40px 0 60px;
  }
  .page--home .section--login .welcome,
  .page--home .section--login .name {
    display: inline-block;
  }
  .page--home .section--login .welcome {
    margin-right: 5px;
  }
}
.page--home.loading .logo .logo_a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page--home.loaded .scroll {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .page--home.loaded .scroll {
    bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home.loaded .scroll {
    bottom: 10px;
  }
}
.page--home.loaded .drawer__btn {
  opacity: 1;
}
.page--home.loaded .frame span.top, .page--home.loaded .frame span.bottom {
  width: 100%;
}
.page--home.loaded .frame span.right, .page--home.loaded .frame span.left {
  height: 100%;
}
.page--home.loaded .frame .flower {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.page--home.loaded .logo .logo_b {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page--home .section--info .list--info > li {
  border-bottom: 1px solid #E09A9D;
}
.page--home .section--info .list--info > li a {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--home .section--info .list--info > li a {
    padding: 26px 0 22px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--info .list--info > li a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .list--info > li a {
    padding: 20px 0;
  }
}
.page--home .section--info .list--info > li a .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--home .section--info .list--info > li a .date {
    font-size: 13px;
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .list--info > li a .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--home .section--info .list--info > li a .date .week {
  margin: 0 10px;
}
.page--home .section--info .list--info > li a .date .time {
  color: #d0c09b;
}
.page--home .section--info .list--info > li a .date .category {
  background: #9e0007;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 961px) {
  .page--home .section--info .list--info > li a .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .list--info > li a .tit {
    font-size: 14px;
  }
}
.page--home .section--info .list--info > li:first-child {
  border-top: 1px solid #E09A9D;
}
.page--home .section--info .list--info > li.new .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--home .section--info .list--info > li.new .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .list--info > li.new .date {
    padding: 0 56px 0 0;
  }
}
.page--home .section--info .list--info > li.new .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .list--info > li.new .date:after {
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section--info .list--info > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--home .section--info .list--info > li.new .date:after {
    font-size: 20px;
    top: -4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--info .list--info > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--home .section--info .list--info > li.new .date:after {
    font-size: 20px;
    top: -5px;
  }
}
.page--home .section--contents {
  background-image: url("/static/takahashiyu/fanclub/common/contents_bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
}
.page--home .section--contents .section-tit {
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--home .section--contents .inner,
.page--home .section--contents .more a {
  color: #292929;
}
.page--home .section--contents .more a svg {
  fill: #292929;
}
.page--home .section--contents [class^=block--] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--home .section--contents [class^=block--] .block-tit {
  display: inline-block;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.page--home .section--contents .block--movie a {
  display: block;
}
.page--home .section--contents .block--movie a .thumb {
  border: 1px solid #ddd;
}
.page--home .section--contents .block--movie a .thumb img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--movie a .thumb {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--movie a .thumb {
    margin: 0 0 8px;
  }
}
.page--home .section--contents .block--movie a .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--movie a .date {
    font-size: 13px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--movie a .date {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.page--home .section--contents .block--movie a .date .week {
  margin-left: 10px;
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--movie a .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--movie a .tit {
    font-size: 14px;
    line-height: 1.6;
  }
}
.page--home .section--contents .block--blog .list--blog > li {
  border-bottom: 1px solid rgba(177, 156, 142, 0.28);
}
.page--home .section--contents .block--blog .list--blog > li a {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--blog .list--blog > li a {
    padding: 26px 0 22px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--contents .block--blog .list--blog > li a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--blog .list--blog > li a {
    padding: 20px 0;
  }
}
.page--home .section--contents .block--blog .list--blog > li a .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--blog .list--blog > li a .date {
    font-size: 13px;
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--blog .list--blog > li a .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--home .section--contents .block--blog .list--blog > li a .date .week {
  margin: 0 10px;
}
.page--home .section--contents .block--blog .list--blog > li a .date .time {
  color: #d0c09b;
}
.page--home .section--contents .block--blog .list--blog > li a .date .category {
  background: #9e0007;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--blog .list--blog > li a .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--blog .list--blog > li a .tit {
    font-size: 14px;
  }
}
.page--home .section--contents .block--blog .list--blog > li:first-child {
  border-top: 1px solid rgba(177, 156, 142, 0.28);
}
.page--home .section--contents .block--blog .list--blog > li.new .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--blog .list--blog > li.new .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--blog .list--blog > li.new .date {
    padding: 0 56px 0 0;
  }
}
.page--home .section--contents .block--blog .list--blog > li.new .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--blog .list--blog > li.new .date:after {
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  .page--home .section--contents .block--blog .list--blog > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--home .section--contents .block--blog .list--blog > li.new .date:after {
    font-size: 20px;
    top: -4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--contents .block--blog .list--blog > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--home .section--contents .block--blog .list--blog > li.new .date:after {
    font-size: 20px;
    top: -5px;
  }
}
.page--home .section--contents.delighter.started .section-tit {
  opacity: 0.15;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page--home .section--contents.delighter.started [class^=block--] {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.page--info .section--list .list--info > li {
  border-bottom: 1px solid #E09A9D;
}
.page--info .section--list .list--info > li a {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--info .section--list .list--info > li a {
    padding: 26px 0 22px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--info .section--list .list--info > li a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--info > li a {
    padding: 20px 0;
  }
}
.page--info .section--list .list--info > li a .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--info .section--list .list--info > li a .date {
    font-size: 13px;
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--info > li a .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--info .section--list .list--info > li a .date .week {
  margin: 0 10px;
}
.page--info .section--list .list--info > li a .date .time {
  color: #d0c09b;
}
.page--info .section--list .list--info > li a .date .category {
  background: #9e0007;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 961px) {
  .page--info .section--list .list--info > li a .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--info > li a .tit {
    font-size: 14px;
  }
}
.page--info .section--list .list--info > li:first-child {
  border-top: 1px solid #E09A9D;
}
.page--info .section--list .list--info > li.new .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--info .section--list .list--info > li.new .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--info > li.new .date {
    padding: 0 56px 0 0;
  }
}
.page--info .section--list .list--info > li.new .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--info > li.new .date:after {
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  .page--info .section--list .list--info > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--info .section--list .list--info > li.new .date:after {
    font-size: 20px;
    top: -4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--info > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--info .section--list .list--info > li.new .date:after {
    font-size: 20px;
    top: -5px;
  }
}
.page--info .section--detail .inner {
  background-color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--info .section--detail .inner > .tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .inner > .tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--info .section--detail .inner > .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #292929;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .inner > .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .inner > .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--info .section--detail .inner > .date .week {
  margin: 0 10px;
}
.page--info .section--detail .inner > .date .time {
  opacity: 0.5;
}
.page--info .section--detail .inner > .txt * {
  white-space: normal !important;
  color: #292929;
}
.page--info .section--detail .inner > .txt .jstream-eqPlayer * {
  white-space: nowrap !important;
}
.page--info .section--detail .inner.new > .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .inner.new > .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .inner.new > .date {
    padding: 0 56px 0 0;
  }
}
.page--info .section--detail .inner.new > .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--detail .inner.new > .date:after {
    font-size: 22px;
  }
}
.page--info .section--detail .inner.new > .date:after {
  right: 11px;
}
.page--info .section--detail > .text a {
  color: #FFB177;
  text-decoration: underline;
}
.page--info .section--detail > .text a * {
  color: #FFB177 !important;
}
.page--info .section--detail .block--share li:first-child:before,
.page--info .section--detail .block--share li a {
  color: #292929;
}
.page--info .section--detail .block--share li svg {
  fill: #292929;
}

.page--movie .section--list .section-tit,
.page--blog .section--list .section-tit {
  color: #292929;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--movie .section--list .section-tit span,
.page--blog .section--list .section-tit span {
  position: relative;
}
.page--movie .section--list .section-tit span .category,
.page--blog .section--list .section-tit span .category {
  position: absolute;
  color: #292929;
}
.page--movie .section--list .inner,
.page--blog .section--list .inner {
  background-image: url("/static/takahashiyu/fanclub/common/contents_bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page--movie .section--list .inner [class^=list--],
.page--blog .section--list .inner [class^=list--] {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  color: #292929;
}
.page--movie .section--list .inner.delighter .section-tit,
.page--blog .section--list .inner.delighter .section-tit {
  opacity: 0;
}
.page--movie .section--list .inner.delighter.started,
.page--blog .section--list .inner.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.page--movie .section--list .inner.delighter.started .section-tit,
.page--blog .section--list .inner.delighter.started .section-tit {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page--movie .section--list .inner.delighter.started [class^=list--],
.page--blog .section--list .inner.delighter.started [class^=list--] {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page--movie .section--list .block--pager li a,
.page--movie .section--list .block--pager li span,
.page--blog .section--list .block--pager li a,
.page--blog .section--list .block--pager li span {
  color: #292929;
}
.page--movie .section--list .block--pager li a svg,
.page--movie .section--list .block--pager li span svg,
.page--blog .section--list .block--pager li a svg,
.page--blog .section--list .block--pager li span svg {
  fill: #292929;
}
.page--movie .section--list .block--pager li span svg,
.page--blog .section--list .block--pager li span svg {
  fill: rgba(177, 156, 142, 0.28);
}
.page--movie .section--list .block--pager li.pager__item--current,
.page--blog .section--list .block--pager li.pager__item--current {
  color: #fff;
}
.page--movie .section--detail .inner,
.page--blog .section--detail .inner {
  background-image: url("/static/takahashiyu/fanclub/common/contents_bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

@media screen and (min-width: 961px) {
  .page--movie .section--list .list--movie {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--movie .section--list .list--movie > li {
    width: 32%;
    margin: 0 2% 50px 0;
  }
  .page--movie .section--list .list--movie > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--list .list--movie {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--movie .section--list .list--movie > li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .page--movie .section--list .list--movie > li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--movie .section--list .list--movie > li a {
  display: block;
}
.page--movie .section--list .list--movie > li a .thumb {
  border: 1px solid #ddd;
}
.page--movie .section--list .list--movie > li a .thumb img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .page--movie .section--list .list--movie > li a .thumb {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--list .list--movie > li a .thumb {
    margin: 0 0 8px;
  }
}
.page--movie .section--list .list--movie > li a .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--movie .section--list .list--movie > li a .date {
    font-size: 13px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--list .list--movie > li a .date {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.page--movie .section--list .list--movie > li a .date .week {
  margin-left: 10px;
}
@media screen and (min-width: 961px) {
  .page--movie .section--list .list--movie > li a .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--list .list--movie > li a .tit {
    font-size: 14px;
    line-height: 1.6;
  }
}
.page--movie .section--list .list--movie > li.no-data {
  width: 100%;
  margin: 0;
}
.page--movie .section--detail .inner > .tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--detail .inner > .tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--movie .section--detail .inner > .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #292929;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--movie .section--detail .inner > .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--detail .inner > .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--movie .section--detail .inner > .date .week {
  margin: 0 10px;
}
.page--movie .section--detail .inner > .date .time {
  opacity: 0.5;
}
.page--movie .section--detail .inner > .txt * {
  white-space: normal !important;
  color: #292929;
}
.page--movie .section--detail .inner > .txt .jstream-eqPlayer * {
  white-space: nowrap !important;
}
.page--movie .section--detail .inner.new > .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--movie .section--detail .inner.new > .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--detail .inner.new > .date {
    padding: 0 56px 0 0;
  }
}
.page--movie .section--detail .inner.new > .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie .section--detail .inner.new > .date:after {
    font-size: 22px;
  }
}
.page--movie .section--detail .inner.new > .date:after {
  right: 11px;
}
.page--movie .section--detail .inner .txt {
  color: #292929;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  padding-top: 55.7%;
  margin: 0 auto 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(135, 135, 135, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 40px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
  font-size: 20px;
  margin: 40px 0 0;
  font-weight: 400;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main {
  margin: 20px 0 0 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none !important;
  color: #000;
  border: none !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  font-size: 16px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #000;
  padding: 0 0 15px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  display: block;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dadada;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child {
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 35%;
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
  width: 65%;
  padding: 0 10px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .category {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px 0;
  opacity: 0.7;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
  opacity: 1;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
  text-align: left;
}

.page--blog .section--list .list--blog > li {
  border-bottom: 1px solid rgba(177, 156, 142, 0.28);
}
.page--blog .section--list .list--blog > li a {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--blog .section--list .list--blog > li a {
    padding: 26px 0 22px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--blog .section--list .list--blog > li a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .list--blog > li a {
    padding: 20px 0;
  }
}
.page--blog .section--list .list--blog > li a .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--blog .section--list .list--blog > li a .date {
    font-size: 13px;
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .list--blog > li a .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--blog .section--list .list--blog > li a .date .week {
  margin: 0 10px;
}
.page--blog .section--list .list--blog > li a .date .time {
  color: #d0c09b;
}
.page--blog .section--list .list--blog > li a .date .category {
  background: #9e0007;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 961px) {
  .page--blog .section--list .list--blog > li a .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .list--blog > li a .tit {
    font-size: 14px;
  }
}
.page--blog .section--list .list--blog > li:first-child {
  border-top: 1px solid rgba(177, 156, 142, 0.28);
}
.page--blog .section--list .list--blog > li.new .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--blog .section--list .list--blog > li.new .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .list--blog > li.new .date {
    padding: 0 56px 0 0;
  }
}
.page--blog .section--list .list--blog > li.new .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .list--blog > li.new .date:after {
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  .page--blog .section--list .list--blog > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--blog .section--list .list--blog > li.new .date:after {
    font-size: 20px;
    top: -4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--list .list--blog > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--blog .section--list .list--blog > li.new .date:after {
    font-size: 20px;
    top: -5px;
  }
}
.page--blog .section--list .no-data {
  color: #292929;
}
.page--blog .section--detail .inner > .tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .inner > .tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--blog .section--detail .inner > .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #292929;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .inner > .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .inner > .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--blog .section--detail .inner > .date .week {
  margin: 0 10px;
}
.page--blog .section--detail .inner > .date .time {
  opacity: 0.5;
}
.page--blog .section--detail .inner > .txt * {
  white-space: normal !important;
  color: #292929;
}
.page--blog .section--detail .inner > .txt .jstream-eqPlayer * {
  white-space: nowrap !important;
}
.page--blog .section--detail .inner.new > .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail .inner.new > .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .inner.new > .date {
    padding: 0 56px 0 0;
  }
}
.page--blog .section--detail .inner.new > .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail .inner.new > .date:after {
    font-size: 22px;
  }
}
.page--blog .section--detail .inner.new > .date:after {
  right: 11px;
}
.page--blog .section--detail .inner .txt {
  color: #292929;
}
.page--blog .section--detail .inner .txt > span,
.page--blog .section--detail .inner .txt > span *,
.page--blog .section--detail .inner .txt > p,
.page--blog .section--detail .inner .txt > p *,
.page--blog .section--detail .inner .txt > font,
.page--blog .section--detail .inner .txt > font *,
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > :not(div),
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > :not(div) *,
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div),
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * {
  font-family: "Noto Serif JP", serif;
  white-space: normal !important;
  word-break: break-word;
  font-size: inherit !important;
}
.page--blog .section--detail .inner .txt > span a,
.page--blog .section--detail .inner .txt > span * a,
.page--blog .section--detail .inner .txt > p a,
.page--blog .section--detail .inner .txt > p * a,
.page--blog .section--detail .inner .txt > font a,
.page--blog .section--detail .inner .txt > font * a,
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > :not(div) a,
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > :not(div) * a,
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) a,
.page--blog .section--detail .inner .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * a {
  color: #292929;
  text-decoration: underline;
}
.page--blog .section--detail .inner .txt .movArea .block--player * {
  color: #fff;
  font-family: VideoJS !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.page--blog .section--detail.new .inner > .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--blog .section--detail.new .inner > .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail.new .inner > .date {
    padding: 0 56px 0 0;
  }
}
.page--blog .section--detail.new .inner > .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--blog .section--detail.new .inner > .date:after {
    font-size: 22px;
  }
}
.page--blog .section--detail.new .inner > .date::after {
  right: 0;
}

.page--aopblog .section--list .list--attention li {
  text-align: center;
}
.page--aopblog .section--list .list--blog {
  width: 90%;
  margin: 0 auto;
}
.page--aopblog .section--list .list--blog li {
  background-image: url(/static/takahashiyu/fanclub/common/contents_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  margin-bottom: 35px;
}
.page--aopblog .section--list .list--blog li a {
  display: block;
  padding: 20px 15px;
}
.page--aopblog .section--list .list--blog li a .txt {
  color: #292929;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page--aopblog .section--list .list--blog li a .date {
  color: #292929;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 5px;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.page--aopblog .section--list .list--blog li .txt img {
  display: none;
}
.page--aopblog .section--list .list--blog li.new .date {
  position: relative;
}
.page--aopblog .section--list .list--blog li.new .date::after {
  content: "New";
  position: absolute;
  right: -53px;
  top: -11px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.page--aopblog .section--list .list--blog.nologin li a .ph {
  overflow: hidden;
}
.page--aopblog .section--list .list--blog.nologin li a .ph img {
  -webkit-filter: blur(40px);
          filter: blur(40px);
}
.page--aopblog .section--list .list--blog.nologin li a .txt, .page--aopblog .section--list .list--blog.nologin li a .date {
  display: none;
}
.page--aopblog .ph {
  position: relative;
  margin: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--aopblog .ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--aopblog .ph img {
  width: 100% !important;
  max-width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--aopblog #next .loading {
  display: block;
  width: 3em;
  height: 3em;
  background: url(/static/takahashiyu/fanclub/common/f_loading.svg) no-repeat center;
  margin: 20px auto;
  -webkit-animation: load 1.1s infinite linear;
          animation: load 1.1s infinite linear;
}
.page--aopblog #swipebox-action #swipebox-prev, .page--aopblog #swipebox-action #swipebox-next {
  display: none;
}
.page--aopblog #swipebox-action #swipebox-close {
  top: 60px;
  right: 3%;
  background: none;
}
.page--aopblog #swipebox-action #swipebox-close::before, .page--aopblog #swipebox-action #swipebox-close::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 14%;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.page--aopblog #swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--aopblog #swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--aopblog #swipebox-slider .slide {
  position: relative;
}
.page--aopblog #swipebox-slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--aopblog #swipebox-slider .slide img {
  max-height: 60%;
}
.page--aopblog #swipebox-caption {
  display: none;
}
.page--aopblog #swipebox-overlay {
  background: #4e0509;
}

.page--support .section--detail > .tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support .section--detail > .tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--support .section--detail > .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #292929;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--support .section--detail > .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support .section--detail > .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--support .section--detail > .date .week {
  margin: 0 10px;
}
.page--support .section--detail > .date .time {
  opacity: 0.5;
}
.page--support .section--detail > .txt * {
  white-space: normal !important;
  color: #292929;
}
.page--support .section--detail > .txt .jstream-eqPlayer * {
  white-space: nowrap !important;
}
.page--support .section--detail.new > .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--support .section--detail.new > .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support .section--detail.new > .date {
    padding: 0 56px 0 0;
  }
}
.page--support .section--detail.new > .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--support .section--detail.new > .date:after {
    font-size: 22px;
  }
}
.page--support .section--detail.new > .date:after {
  right: 11px;
}
.page--support .section--detail a {
  color: #FFB177;
  text-decoration: underline;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
}

.page--faq .list--faq > li {
  border-bottom: 1px solid #E09A9D;
}
.page--faq .list--faq > li a {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq > li a {
    padding: 26px 0 22px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--faq .list--faq > li a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq > li a {
    padding: 20px 0;
  }
}
.page--faq .list--faq > li a .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq > li a .date {
    font-size: 13px;
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq > li a .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--faq .list--faq > li a .date .week {
  margin: 0 10px;
}
.page--faq .list--faq > li a .date .time {
  color: #d0c09b;
}
.page--faq .list--faq > li a .date .category {
  background: #9e0007;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq > li a .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq > li a .tit {
    font-size: 14px;
  }
}
.page--faq .list--faq > li:first-child {
  border-top: 1px solid #E09A9D;
}
.page--faq .list--faq > li.new .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq > li.new .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq > li.new .date {
    padding: 0 56px 0 0;
  }
}
.page--faq .list--faq > li.new .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq > li.new .date:after {
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--faq .list--faq > li.new .date:after {
    font-size: 20px;
    top: -4px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .list--faq > li.new .date {
    padding: 0 50px 0 0;
  }
  .page--faq .list--faq > li.new .date:after {
    font-size: 20px;
    top: -5px;
  }
}
.page--faq .list--faq li a [class^=icon--] {
  float: left;
}
.page--faq .section--list .section-tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--list .section-tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--faq .section--list .searchBox {
  position: relative;
}
.page--faq .section--list .searchBox input[type=text] {
  font-weight: bold;
}
.page--faq .section--list .searchBox input[type=submit] {
  font-family: FontAwesome;
  font-weight: bold;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
}
.page--faq .section--detail > .tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail > .tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--faq .section--detail > .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #292929;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--faq .section--detail > .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail > .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--faq .section--detail > .date .week {
  margin: 0 10px;
}
.page--faq .section--detail > .date .time {
  opacity: 0.5;
}
.page--faq .section--detail > .txt * {
  white-space: normal !important;
  color: #292929;
}
.page--faq .section--detail > .txt .jstream-eqPlayer * {
  white-space: nowrap !important;
}
.page--faq .section--detail.new > .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--faq .section--detail.new > .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail.new > .date {
    padding: 0 56px 0 0;
  }
}
.page--faq .section--detail.new > .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section--detail.new > .date:after {
    font-size: 22px;
  }
}
.page--faq .section--detail.new > .date:after {
  right: 11px;
}
.page--faq .section--detail .block--faq-detail {
  background: #FFFBF4;
  color: #292929;
}
.page--faq .section--detail .block--faq-detail dt {
  border-bottom: 1px solid rgba(177, 156, 142, 0.28);
}
.page--faq .section--detail .block--faq-detail [class^=icon--] {
  float: left;
  line-height: 1;
}
.page--faq .section--detail .block--faq-detail .icon--q {
  background: #AE0D15;
}
.page--faq .section--detail .block--faq-detail .icon--a {
  background: #CA482A;
}
.page--faq .section--detail > .text a {
  color: #810C11;
  text-decoration: underline;
}
.page--faq .section--detail > .text a * {
  color: #810C11 !important;
}

.page--error .section--detail > .tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .section--detail > .tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--error .section--detail > .date {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #292929;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail > .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .section--detail > .date {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.page--error .section--detail > .date .week {
  margin: 0 10px;
}
.page--error .section--detail > .date .time {
  opacity: 0.5;
}
.page--error .section--detail > .txt * {
  white-space: normal !important;
  color: #292929;
}
.page--error .section--detail > .txt .jstream-eqPlayer * {
  white-space: nowrap !important;
}
.page--error .section--detail.new > .date {
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail.new > .date {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .section--detail.new > .date {
    padding: 0 56px 0 0;
  }
}
.page--error .section--detail.new > .date:after {
  content: "New";
  position: absolute;
  right: 0;
  top: -7px;
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFB177;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .section--detail.new > .date:after {
    font-size: 22px;
  }
}
.page--error .section--detail.new > .date:after {
  right: 11px;
}

.page--questionnaire .section--detail .section-tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
}
.page--questionnaire .section--detail .ph {
  position: relative;
}
.page--questionnaire .section--detail .txt--basic {
  white-space: normal !important;
}
.page--questionnaire .section--detail .block--error {
  padding: 20px 30px;
  background: #ffcca8;
  color: #ff0000;
  border: 2px solid #ff6a00;
}
.page--questionnaire .section--detail .block--error li {
  margin: 0 0 5px;
  font-weight: bold;
}
.page--questionnaire .section--detail .block--error li:last-child {
  margin-bottom: 0;
}

#popup {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

#popup,
#popup .closeBg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#popup {
  display: none;
}

#popup .popupIn {
  z-index: 1100;
}

.page--home #popup .popupIn {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 70vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #popup .popupIn {
    width: 92%;
  }
}

#popup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 0;
  cursor: pointer;
}

#popup .close .top {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#popup .close .bottom {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popup .close span {
  height: 2px;
  position: absolute;
  background: #f7f7f7;
  top: 20px;
  width: 40px;
}

#popup .close:hover span {
  background: #AE0D15;
}

.page--home #popup .inner {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  color: #292929;
}
@media screen and (min-width: 961px) {
  .page--home #popup .inner {
    padding: 60px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #popup .inner {
    padding: 30px 5%;
  }
}
.page--home #popup .inner .txt--link {
  margin-top: 10px;
}
.page--home #popup .inner .txt--link a {
  position: relative;
  padding: 0 10px 0 0;
  color: #292929;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--home #popup .inner .txt--link a:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  margin: -0.3em 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 961px) {
  .page--home #popup .inner .txt--link a:hover {
    color: #AE0D15;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #popup .inner .block--btn .btn a {
    width: 100%;
  }
}

.page--home #popup.close {
  display: none !important;
}

@media screen and (min-width: 961px) {
  .page--home #popup .popup--menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 961px) {
  .page--home #popup .popup--menu [class^=block--] {
    width: 48%;
  }
}
.page--home #popup .popup--menu [class^=block--] .tit {
  line-height: 1;
}
.page--home #popup .popup--menu [class^=block--] .tit span {
  display: block;
}
@media screen and (min-width: 961px) {
  .page--home #popup .popup--menu [class^=block--] .tit {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .page--home #popup .popup--menu [class^=block--] .tit span {
    margin: 0 0 15px;
  }
  .page--home #popup .popup--menu [class^=block--] .tit img {
    min-height: 80px;
    height: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #popup .popup--menu [class^=block--] .tit {
    font-size: 12px;
    width: 80%;
    margin: 0 auto 8px;
  }
  .page--home #popup .popup--menu [class^=block--] .tit span {
    margin: 0 0 10px;
  }
}
.page--home #popup .popup--menu [class^=block--] .txt {
  color: #AE0D15;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .page--home #popup .popup--menu [class^=block--] .txt {
    font-size: 17px;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #popup .popup--menu [class^=block--] .txt {
    font-size: 15px;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 961px) {
  .page--home #popup .popup--menu .block--fc {
    margin: 0 0 30px;
  }
  .page--home #popup .popup--menu .block--fs {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #popup .popup--menu .block--fc {
    margin: 0 0 30px;
  }
  .page--home #popup .popup--menu .block--fs {
    margin: 0 0 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #popup .txt--link a {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .page--aopblog .ph::after {
  background: #4e0509;
}

@media screen and (min-width: 961px) {
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    cursor: pointer;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  /* textarea */
  textarea {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0.3em;
    padding: 0.7em 1.2em;
    background: #fff;
    border-radius: 0;
    height: 10em;
  }
  /* placeholder */
  /* select */
  /* checkbox */
  /* radio */
  /* toggle button */
  /* bbs------------------------------*/
  /*bbs　ここまで--------------*/
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 0.5em 1.3em;
  }
}
@media screen and (min-width: 961px) {
  textarea:focus {
    border-color: #fff;
  }
  textarea.form__error {
    background: #fff0ea;
    color: #f33;
    border-color: #f33;
  }
  textarea.form__error:focus {
    background: transparent;
    color: inherit;
    border-color: #fff;
  }
  textarea[disabled] {
    background: #ddd;
    border: none;
    opacity: 0.5;
  }
  ::-webkit-input-placeholder {
    color: #ddd;
    font-size: 13px;
  }
  ::-moz-placeholder {
    color: #ddd;
    font-size: 13px;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #ddd;
    font-size: 13px;
  }
  :-moz-placeholder {
    color: #ddd;
    font-size: 13px;
  }
  .form__select {
    display: inline-block;
    position: relative;
  }
  .form__select select {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0.3em;
    padding: 0.7em 1.2em;
    background: #fff;
    padding-right: 2em;
    border-radius: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.5em 1.3em;
  }
}
@media screen and (min-width: 961px) {
  .form__select select:focus {
    border-color: #fff;
  }
  .form__select select.form__error {
    background: #fff0ea;
    color: #f33;
    border-color: #f33;
  }
  .form__select select.form__error:focus {
    background: transparent;
    color: inherit;
    border-color: #fff;
  }
  .form__select select[disabled] {
    background: #ddd;
    border: none;
    opacity: 0.5;
  }
  .form__select::after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.3em 0 0;
    position: absolute;
    right: 0.75em;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #292929;
  }
  .form__checkbox label p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
  }
  .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 #E09A9D;
    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 #AE0D15;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    top: 70%;
    left: 0.2em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
  .form__checkbox :checked ~ p::before {
    background: #fff;
    border-color: #fff;
  }
  .form__checkbox :checked ~ p::after {
    top: 50%;
    opacity: 1;
  }
  .form__radio label p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
  }
  .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 #fff;
    margin: -0.6em 0 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .form__radio :checked ~ p::before {
    border-color: #fff;
    border-width: 0.3em;
  }
  .form__toggle label p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
  }
  .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 #ddd;
  }
  .form__toggle label p::before {
    width: 50px;
    border-radius: 15px;
    top: 50%;
    right: 0;
  }
  .form__toggle label p::after {
    width: 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    top: 50%;
    right: 20px;
  }
  .form__toggle :checked ~ p::before {
    background: #CA482A;
    border-color: #CA482A;
  }
  .form__toggle :checked ~ p::after {
    right: 0;
  }
  .form--confirm {
    padding: 1px 30px 30px;
  }
  header .logo {
    width: 160px;
    left: 60px;
    top: 55px;
  }
  footer {
    padding: 30px 80px;
  }
  footer .accordion dt {
    display: none;
  }
  footer .nav--support {
    margin: 0 0 30px;
  }
  footer .nav--support li {
    display: inline-block;
    margin: 0 34px 0 0;
  }
  footer .nav--support li a {
    font-size: 13px;
  }
  footer .nav--support li a:hover {
    opacity: 0.5;
  }
  footer .nav--support li:last-child {
    margin-right: 0;
  }
  footer .official-link {
    float: left;
  }
  footer .official-link a svg {
    width: 26px;
    height: 12px;
    margin-left: 12px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    position: relative;
    right: 0;
  }
  footer .official-link a:hover {
    color: #ec7026;
  }
  footer .official-link a:hover svg {
    right: -8px;
    fill: #ec7026;
  }
  footer .copyright {
    text-align: center;
  }
  footer .flower {
    top: 0;
    left: 70px;
  }
  footer .flower svg {
    width: 95px;
    height: 150px;
  }
  .drawer__btn {
    cursor: pointer;
  }
  .drawer__btn:hover {
    background-color: #ec7026;
  }
  .btn a,
  .btn input {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn a.btn--main,
  .btn input.btn--main {
    border: 1px solid #fff;
  }
  .btn a.btn--main:hover,
  .btn input.btn--main:hover {
    background: #810C11;
    color: #fff;
  }
  .btn a.btn--sub,
  .btn input.btn--sub {
    border: 1px solid transparent;
  }
  .btn a.btn--sub:hover,
  .btn input.btn--sub:hover {
    background: #ec7026;
  }
  .drawer .g-nav .list--menu li {
    margin: 0 0 20px;
  }
  .drawer .g-nav .list--menu li span {
    display: block;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .drawer .g-nav .list--menu li span a {
    display: block;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .drawer .g-nav .list--menu li span a:hover {
    color: #ec7026;
  }
  .drawer .g-nav .list--menu li:last-child {
    margin-bottom: 0;
  }
  .drawer .g-nav .list--menu li.yu, .drawer .g-nav .list--menu li.staff {
    margin: 40px 0 20px;
  }
  .drawer .g-nav .list--menu li.yu span, .drawer .g-nav .list--menu li.staff span {
    padding: 0 0 10px;
    font-size: 14px;
    opacity: 0.5;
  }
  .drawer .g-nav .list--menu li.yu span:before, .drawer .g-nav .list--menu li.staff span:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
  }
  .drawer .g-nav .list--menu li.fansite {
    margin-top: 40px;
  }
  .drawer .list--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 45px;
    right: 120px;
  }
  .drawer .list--login .btn a {
    width: 130px;
    line-height: 2.5;
    font-size: 16px;
  }
  .drawer .list--login .btn a.join {
    margin-right: 10px;
  }
  .frame .flower {
    bottom: -140px;
  }
  .frame .flower.left {
    left: 30px;
  }
  .frame .flower.left svg {
    width: 95px;
    height: 150px;
  }
  .frame .flower.right {
    right: 40px;
  }
  .frame .flower.right svg {
    width: 64px;
    height: 106px;
  }
  .no-data {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.1em;
    color: inherit;
    font-size: 23px;
    opacity: 1;
    text-align: center;
  }
  .no-data.delighter.started {
    opacity: 0.5;
  }
  .menu-open .frame .flower {
    bottom: 0;
  }
  .detail__btn a svg,
  .more a svg {
    width: 26px;
    height: 12px;
  }
  .detail__btn {
    margin: 30px 0 0;
  }
  .detail__btn a svg {
    margin-right: 12px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    position: relative;
    left: 0;
  }
  .detail__btn a:hover svg {
    left: -8px;
  }
  .more {
    margin: 30px 0 0;
  }
  .more a svg {
    margin-left: 12px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    position: relative;
    right: 0;
  }
  .more a:hover svg {
    right: -8px;
  }
  .block--pager {
    max-width: 800px;
    margin: 0 auto 30px;
    margin-top: 60px;
  }
  .block--pager li {
    line-height: 30px;
  }
  .block--pager li.pager__item--newer a {
    padding-right: 30px;
  }
  .block--pager li.pager__item--newer a:hover {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .block--pager li.pager__item--older a {
    padding-left: 30px;
  }
  .block--pager li.pager__item--older a:hover {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .block--pager li.pager__item--other, .block--pager li.pager__item--current {
    width: 30px;
    height: 30px;
  }
  .block--pager li.pager__item--other a:hover, .block--pager li.pager__item--current a:hover {
    color: #ec7026;
  }
  .block--pager li svg {
    width: 26px;
    height: 12px;
  }
  .slick-dots {
    bottom: -24px;
  }
  .slick-dots li {
    width: 24px;
    height: 4px;
    margin: 0 14px 0 0;
  }
  .slick-dots li button {
    width: 24px;
    height: 4px;
  }
  .slick-dots li button:before {
    width: 24px;
    height: 4px;
    line-height: 4px;
  }
  .slick-dots li:hover button:before {
    background: #CA482A;
    opacity: 1;
  }
  .slide-arrow {
    width: 70px;
    height: 130px;
    margin-top: -65px;
  }
  .slide-arrow:after {
    font-size: 30px;
  }
  .slide-arrow.next-arrow {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    border-radius: 100px 0 0 100px;
  }
  .slide-arrow.next-arrow:after {
    margin: -7px 0 0 -5px;
  }
  .slide-arrow.prev-arrow {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    border-radius: 0 100px 100px 0;
  }
  .slide-arrow.prev-arrow:after {
    margin: -7px 0 0 -9px;
  }
  .list--bnr li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #903b28;
    z-index: 5;
    mix-blend-mode: hard-light;
    opacity: 1;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .list--bnr li.slick-current a:before, .list--bnr li:hover a:before {
    opacity: 0;
  }
  .page--home footer {
    padding: 80px;
  }
  .page--home footer .accordion dd {
    display: block;
  }
  .page--home footer .copyright {
    padding-left: 82%;
    text-align: right;
  }
  .page--home.loaded .frame .flower {
    bottom: 0;
  }
  .page--home.loaded .section--keyvisual .list--login {
    opacity: 1;
  }
  .page--home.flower-hide .frame .flower {
    bottom: -140px;
  }
  .page--home.flower-visible footer .flower {
    top: -130px;
  }
  .page--home .section--keyvisual {
    height: 100vh;
  }
  .page--home .section--keyvisual .logo {
    max-width: 600px;
    width: 50%;
    padding: 0 0 60px;
  }
  .page--home .section--keyvisual .list--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    z-index: 10;
  }
  .page--home .section--keyvisual .list--login .btn a {
    width: 130px;
    line-height: 2.5;
    font-size: 16px;
  }
  .page--home .section--keyvisual .list--login .btn a.join {
    margin-right: 10px;
  }
  .page--home .section--banner {
    margin: 0 0 140px;
  }
  .page--home .section--banner .list--bnr li {
    margin: 0 20px;
  }
  .page--home .section--info {
    max-width: 800px;
    margin: 0 auto 140px;
  }
  .page--home .section--info .section-tit {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 auto 50px;
    text-align: center;
  }
  .page--home .section--contents {
    width: 95%;
  }
  .page--home .section--contents .section-tit {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #AE0D15;
    font-size: 92px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    line-height: 1;
    letter-spacing: 0.05em;
    top: -5px;
  }
  .page--home .section--contents .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 60px;
  }
  .page--home .section--contents [class^=block--] {
    width: 48%;
  }
  .page--home .section--contents [class^=block--] .block-tit {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin: 0 0 25px;
    line-height: 1;
  }
  .page--home .section--contents.yu {
    margin: 0 20px 160px auto;
  }
  .page--home .section--contents.yu.delighter {
    -webkit-transform: translate3d(50px, 60px, 10px);
            transform: translate3d(50px, 60px, 10px);
  }
  .page--home .section--contents.yu.delighter.started {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .page--home .section--contents.staff {
    margin: 0 auto 180px 20px;
  }
  .page--home .section--contents.staff .section-tit {
    letter-spacing: 0em;
  }
  .page--home .section--contents.staff.delighter {
    -webkit-transform: translate3d(-50px, 60px, -10px);
            transform: translate3d(-50px, 60px, -10px);
  }
  .page--home .section--contents.staff.delighter.started {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .page--list [class^=section--],
  .page--detail [class^=section--] {
    padding: 160px 0 180px;
  }
  .page--list .section--list .section-tit {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 1;
    max-width: 800px;
    margin: 0 auto 50px;
  }
  .page--list .section--list .section-tit svg {
    fill: #AE0D15;
    opacity: 0.15;
  }
  .page--list .section--list .section-tit svg.yu {
    width: 120px;
    height: 65px;
  }
  .page--list .section--list .section-tit svg.staff {
    width: 250px;
    height: 65px;
  }
  .page--list .section--list [class^=list--] {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page--detail .section--detail {
    max-width: 800px;
    margin: 0 auto;
  }
  .page--detail .section--detail > .txt .ph {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page--detail .section--detail .txt a:hover {
    text-decoration: none;
  }
  .page--detail .section--detail .block--share {
    margin: 40px 0;
  }
  .page--detail .section--detail .block--share li a {
    font-size: 20px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--detail .section--detail .block--share li a svg {
    top: 2px;
    left: -2px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--detail .section--detail .block--share li a:hover {
    color: #ec7026;
    cursor: pointer;
  }
  .page--detail .section--detail .block--share li a:hover svg {
    fill: #ec7026;
  }
  .page--detail .section--detail .block--share li:first-child:before {
    font-size: 20px;
  }
  .page--info .section--list .list--info {
    max-width: 800px;
  }
  .page--info .section--list .block--category {
    max-width: 800px;
    text-align: center;
    margin: 60px auto 50px;
  }
  .page--info .section--list .block--category li {
    display: inline-block;
    margin-right: 30px;
  }
  .page--info .section--list .block--category li a {
    display: block;
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: inherit;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--info .section--list .block--category li a:hover {
    color: #ec7026;
  }
  .page--info .section--list .block--category li:last-child {
    margin-right: 0;
  }
  .page--info .section--list .block--category li.current a {
    background: #CA482A;
    padding: 5px 15px;
    border-radius: 30px;
    pointer-events: none;
  }
  .page--info .section--detail .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 50px;
  }
  .page--info .section--detail > .text a:hover {
    text-decoration: none;
  }
  .page--movie .section--list .section-tit,
  .page--blog .section--list .section-tit {
    font-size: 40px;
  }
  .page--movie .section--list .section-tit span .category,
  .page--blog .section--list .section-tit span .category {
    bottom: 10px;
    right: -50px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .page--movie .section--list .inner,
  .page--blog .section--list .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 50px;
  }
  .page--movie .section--list .block--pager,
  .page--blog .section--list .block--pager {
    max-width: 100%;
  }
  .page--movie .section--detail.new,
  .page--blog .section--detail.new {
    padding: 160px 0 180px;
  }
  .page--movie .section--detail .inner,
  .page--blog .section--detail .inner {
    padding: 60px 50px;
  }
  .page--movie .section--detail .block--player {
    margin: 0 0 20px;
  }
  .page--blog .section--list .list--blog {
    margin: 0 0 30px;
  }
  .page--blog .section--detail .block--pager li.center a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--blog .section--detail .block--pager li.center a:hover {
    color: #ec7026;
  }
  .page--aopblog .section--list .block--attention {
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .page--aopblog .section--list .block--attention .list--attention {
    margin-bottom: 20px;
  }
  .page--aopblog .section--list .list--blog {
    max-width: 600px;
  }
  .page--aopblog .section--list .list--blog li a:hover .ph {
    opacity: 0.7;
  }
  .page--aopblog #swipebox-action #swipebox-close:hover {
    opacity: 0.4;
  }
  .page--support .section--detail {
    padding-top: 160px;
  }
  .page--support .section--detail a:hover {
    text-decoration: none;
  }
  .page--support .section--detail .txt {
    margin: 0 0 20px;
  }
  .page--support .section--detail .list--support dt {
    margin: 0 0 5px;
  }
  .page--support .section--detail .list--support dd {
    margin: 0 0 30px;
  }
  .page--faq .tit--category {
    margin: 0 0 10px;
  }
  .page--faq .list--faq {
    margin: 0 0 60px !important;
  }
  .page--faq .list--faq li a [class^=icon--] {
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.15em;
  }
  .page--faq .list--faq li a .tit,
  .page--faq .list--faq li a .txt {
    padding: 0 0 0 40px;
  }
  .page--faq .section--list {
    max-width: 800px;
    margin: 0 auto;
  }
  .page--faq .section--list .section-tit {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .page--faq .section--list .searchBox {
    margin: 0 0 60px;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    top: 7px;
    right: 3px;
  }
  .page--faq .section--detail .block--faq-detail {
    padding: 30px;
    margin: 0 0 60px;
  }
  .page--faq .section--detail .block--faq-detail dt,
  .page--faq .section--detail .block--faq-detail dd {
    padding: 20px 0;
  }
  .page--faq .section--detail .block--faq-detail [class^=icon--] {
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.15em;
    border-radius: 50%;
    width: 40px;
    padding: 12px 13px;
    height: 40px;
  }
  .page--faq .section--detail .block--faq-detail .icon--a {
    padding: 12px 15px;
  }
  .page--faq .section--detail .block--faq-detail .txt {
    padding: 6px 0 0 56px;
  }
  .page--faq .section--detail .block--contact {
    margin: 0 0 30px;
  }
  .page--error .section--detail .txt {
    margin: 0 0 30px;
    text-align: center;
  }
  .page--questionnaire .section--detail .ph {
    margin: 0 0 20px;
  }
  .page--questionnaire .section--detail .form--post {
    margin: 0 0 60px;
  }
  .page--questionnaire .section--detail .txt--sub {
    margin: 0 0 10px;
  }
  .page--questionnaire .section--detail .txt--basic {
    margin: 0 0 60px;
  }
  .page--questionnaire .section--detail .block--error {
    padding: 20px 30px;
  }
  .page--questionnaire .section--detail .btn + .btn {
    margin-top: 10px;
  }
  .page--questionnaire .section--detail .form--confirm {
    margin: 0 0 40px;
  }
  .page--questionnaire.confirm .section--detail .txt {
    margin: 0 0 20px;
  }
  .page--questionnaire.complete .section--detail .txt--basic {
    margin: 0 0 20px;
  }
  .page--entry .section--detail {
    max-width: 1200px;
    width: 90%;
    padding: 140px 0 180px;
  }
  .page--entry .section--detail .txt--sub {
    font-size: 12px;
    padding-top: 20px;
    line-height: 1.5;
  }
  .page--entry .section--detail .logo {
    width: 50%;
    margin: 0 auto 50px;
  }
  .page--entry .section--detail .lead {
    margin: 0 0 100px;
    text-align: center;
  }
  .page--entry .section--detail .list--sub {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
  }
  .page--entry .section--detail .list--sub li {
    margin: 0 0 5px;
  }
  .page--entry .section--detail .list--sub li:last-child {
    margin-bottom: 0;
  }
  .page--entry .section--detail .block--contents {
    margin: 0 0 50px;
  }
  .page--entry .section--detail .block--contents .block-tit {
    text-align: center;
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin: 0 0 40px;
    line-height: 1;
  }
  .page--entry .section--detail .block--contents .list--contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: normal;
    -webkit-box-align: normal;
    align-items: normal;
  }
  .page--entry .section--detail .block--contents .list--contents > li {
    background: #FFFBF4;
    color: #292929;
    width: 32%;
    padding: 20px;
    margin: 0 0 20px;
  }
  .page--entry .section--detail .block--contents .list--contents > li .tit {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 14px;
  }
  .page--entry .section--detail .block--contents .list--contents > li .txt {
    margin: 0;
  }
  .page--entry .section--detail .block--contents .list--contents > li .txt--link {
    position: relative;
    padding-right: 10px;
    font-weight: bold;
  }
  .page--entry .section--detail .block--contents .list--contents > li .txt--link:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.3em 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .page--entry .section--detail .block--contents .list--contents > li.ticket {
    width: 86%;
    margin: 0 auto 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: normal;
    -webkit-box-align: normal;
    align-items: normal;
  }
  .page--entry .section--detail .block--contents .list--contents > li.ticket .text-area {
    width: 38%;
  }
  .page--entry .section--detail .block--contents .list--contents > li.ticket .ph {
    width: 60%;
    padding-top: 20px;
  }
  .page--entry .section--detail .block--contents .list--contents > li.blank {
    background: #940a10;
  }
  .page--entry .section--detail [class^=block--] table {
    width: 650px;
    margin: 0 auto 40px;
    border: none;
  }
  .page--entry .section--detail [class^=block--] table th {
    width: 175px;
    padding: 20px;
    font-weight: bold;
    border: 1px solid #E09A9D;
  }
  .page--entry .section--detail [class^=block--] table td {
    padding: 20px;
    border: 1px solid #E09A9D;
  }
  .page--entry .section--detail [class^=block--] table td li {
    line-height: 1.6;
  }
  .page--entry .section--detail .block--entry,
  .page--entry .section--detail .block--device {
    margin: 0 0 80px;
  }
  .page--entry .section--detail .block--entry .block-tit,
  .page--entry .section--detail .block--device .block-tit {
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .page--entry .section--detail .btn + .txt--link {
    padding-top: 20px;
    text-align: center;
  }
  .page--entry .section--detail .btn + .txt--link a {
    position: relative;
    padding-right: 10px;
    font-weight: bold;
    color: #FFB177;
    text-decoration: underline;
  }
  .page--entry .section--detail .btn + .txt--link a:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.3em 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .page--entry .section--detail .btn + .txt--link a:hover {
    text-decoration: none;
  }
  .page--entry .section--detail .block--fansite {
    background: #FFFBF4;
    color: #292929;
    padding: 50px 40px;
    margin: 80px 0 0;
  }
  .page--entry .section--detail .block--fansite .logo {
    margin-bottom: 40px;
  }
  .page--entry .section--detail .block--fansite .lead {
    margin: 0;
  }
  .page--entry .section--detail .block--fansite .qrArea {
    overflow: hidden;
    padding-top: 40px;
  }
  .page--entry .section--detail .block--fansite .qrLeft {
    width: 124px;
    float: left;
    margin-right: 30px;
    padding-top: 10px;
    text-align: center;
  }
  .page--entry .section--detail .block--fansite .qrLeft img {
    width: 100%;
    border: 1px solid #eee;
  }
  .page--entry .section--detail .block--fansite .qrRight {
    overflow: hidden;
  }
  .page--entry .section--detail .block--fansite .qrRight .text {
    margin: 0 0 6px;
    font-size: 15px;
  }
  .page--entry .section--detail .block--fansite .qrRight .url {
    margin: 0 0 9px;
  }
  .page--entry .section--detail .block--fansite .qrRight .url a:not(.link) {
    color: #CA482A;
  }
  .page--entry .section--detail .block--fansite .qrRight .url .link {
    display: inline-block;
    width: 140px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    font-weight: bold;
    vertical-align: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #CA482A;
    border-radius: 30px;
    padding: 3px 0;
    margin: 0 0 0 10px;
  }
  .page--entry .section--detail .block--fansite .qrRight .url .link:hover {
    background: #ec7026;
  }
  .page--entry .section--detail .block--fansite .qrRight .attentionList li {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.3em;
  }
  .page--entry .section--detail .block--fansite .qrRight .attentionList li:last-child {
    margin: 0;
  }
  .page--entry .section--detail .block--fansite .qrRight .attentionList li span {
    margin-top: 7px;
    display: block;
  }
  .page--entry .section--detail .open-before {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #FFB177;
  }
  .page--entry .section--detail .open-before span {
    font-size: 14px;
    display: block;
  }
  .ie .list--bnr li a:before {
    mix-blend-mode: normal;
    background: #ce5500;
    opacity: 0.8;
  }
  .ie .list--bnr li.slick-current a:before,
  .ie .list--bnr li:hover a:before {
    opacity: 0;
  }
  #bbs {
    max-width: 800px;
    margin: 0 auto;
    padding: 150px 0 200px;
  }
  #bbs .pageTit {
    text-align: center;
    font-size: 20px;
    margin: 0 0 50px;
  }
  #bbs .sortBox {
    text-align: center;
    margin: 30px 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #E09A9D;
  }
  #bbs .titArea {
    font-size: 16px;
  }
  #bbs .titArea.complete .tit {
    text-align: center;
  }
  #bbs .txtArea {
    margin: 0 0 20px;
    border-bottom: 1px solid #E09A9D;
    padding: 0 0 20px;
    font-size: 16px;
  }
  #bbs .txtArea.parent {
    border-bottom: none;
  }
  #bbs .txtArea .ph {
    width: 300px;
    margin-bottom: 5px;
  }
  #bbs a:hover {
    opacity: 0.5;
  }
  #bbs .commentPost {
    background: url(/static/takahashiyu/fanclub/common/contents_bg.png);
    color: #292929;
    padding: 25px;
    font-size: 16px;
    margin: 50px 0 0;
  }
  #bbs .commentPost.confirm {
    margin: 20px 0 0;
  }
  #bbs .commentPost dt {
    font-weight: bold;
    margin: 0 0 5px;
  }
  #bbs .commentPost dd {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(177, 156, 142, 0.28);
  }
  #bbs .commentPost dd span {
    display: block;
    margin: 0 0 0 2px;
    font-size: 14px;
    line-height: 1.2;
  }
  #bbs .commentPost dd:last-child {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: none;
  }
  #bbs .commentPost textarea {
    border: 1px solid rgba(177, 156, 142, 0.28);
  }
  #bbs .commentPost .btn {
    margin: 0 0 10px;
  }
  #bbs .commentPost .btn input {
    background: #AE0D15;
    color: #fff;
    width: 200px;
    line-height: 50px;
    border: 1px solid #AE0D15;
    margin: 0 50px 0 0;
  }
  #bbs .commentPost .btn input:last-child {
    margin: 0;
  }
  #bbs .commentPost .btn input:hover {
    background: #fff;
    color: #AE0D15;
    border: 1px solid #AE0D15;
  }
  #bbs.bbstop .contTit {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #bbs.bbstop .btn input {
    background: #fff;
    color: #AE0D15;
    width: 255px;
    line-height: 50px;
    border: 1px solid #fff;
  }
  #bbs.bbstop .btn input:hover {
    background: #AE0D15;
    color: #fff;
    border: 1px solid #fff;
  }
  #bbs .txt {
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
  }
  #bbs .threadAttention {
    border: 1px solid #fff;
    padding: 25px 25px 25px 40px;
  }
  #bbs .Attentionlist {
    text-indent: -0.7em;
    margin-left: 0.7em;
  }
  #bbs .Attentionlist dt {
    font-size: 17px;
    margin-left: -10px;
    margin-bottom: 10px;
  }
  #bbs a {
    color: #ffc0a1;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* input */
  .input--half {
    width: 80% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  /* textarea */
  textarea {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0.3em;
    padding: 0.7em 1.2em;
    background: #fff;
    border-radius: 0;
    height: 10em;
    padding: 0.5em;
  }
  /* placeholder */
  /* select */
  /* checkbox */
  /* radio */
  /* toggle button */
  /*bbs--------------*/
  /*bbs　ここまで--------------*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 0.5em 1.3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea:focus {
    border-color: #fff;
  }
  textarea.form__error {
    background: #fff0ea;
    color: #f33;
    border-color: #f33;
  }
  textarea.form__error:focus {
    background: transparent;
    color: inherit;
    border-color: #fff;
  }
  textarea[disabled] {
    background: #ddd;
    border: none;
    opacity: 0.5;
  }
  ::-webkit-input-placeholder {
    color: #ddd;
    font-size: 13px;
  }
  ::-moz-placeholder {
    color: #ddd;
    font-size: 13px;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #ddd;
    font-size: 13px;
  }
  :-moz-placeholder {
    color: #ddd;
    font-size: 13px;
  }
  .form__select {
    display: block;
    position: relative;
    margin: 0 5% 30px;
  }
  .form__select select {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0.3em;
    padding: 0.7em 1.2em;
    background: #fff;
    padding-right: 1.5em;
    border-radius: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.5em 1.3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select:focus {
    border-color: #fff;
  }
  .form__select select.form__error {
    background: #fff0ea;
    color: #f33;
    border-color: #f33;
  }
  .form__select select.form__error:focus {
    background: transparent;
    color: inherit;
    border-color: #fff;
  }
  .form__select select[disabled] {
    background: #ddd;
    border: none;
    opacity: 0.5;
  }
  .form__select::after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.3em 0 0;
    position: absolute;
    right: 1.3em;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid #292929;
    border-top: none;
    border-right: none;
  }
  .form__checkbox label p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
  }
  .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 #E09A9D;
    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 #AE0D15;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    top: 70%;
    left: 0.2em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
  .form__checkbox :checked ~ p::before {
    background: #fff;
    border-color: #fff;
  }
  .form__checkbox :checked ~ p::after {
    top: 50%;
    opacity: 1;
  }
  .form__radio label p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
  }
  .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 #fff;
    margin: -0.6em 0 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .form__radio :checked ~ p::before {
    border-color: #fff;
    border-width: 0.3em;
  }
  .form__toggle label p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
  }
  .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 #ddd;
  }
  .form__toggle label p::before {
    width: 50px;
    border-radius: 15px;
    top: 50%;
    right: 0;
  }
  .form__toggle label p::after {
    width: 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    top: 50%;
    right: 20px;
  }
  .form__toggle :checked ~ p::before {
    background: #CA482A;
    border-color: #CA482A;
  }
  .form__toggle :checked ~ p::after {
    right: 0;
  }
  .form--confirm {
    padding: 1px 5% 20px;
  }
  header .logo {
    width: 130px;
    left: 8%;
    top: 34px;
  }
  footer {
    padding: 20px 7%;
    text-align: center;
  }
  footer .accordion {
    margin: 0 0 30px;
  }
  footer .accordion dt {
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  footer .official-link {
    margin: 0 0 30px;
  }
  footer .official-link a {
    display: block;
    letter-spacing: 0.08em;
  }
  footer .official-link a svg {
    margin-left: 10px;
    width: 26px;
    height: 12px;
  }
  footer .nav--support li {
    margin: 0 0 5px;
    text-align: left;
  }
  footer .nav--support li a {
    font-size: 12px;
    display: block;
  }
  footer .nav--support li:last-child {
    margin-right: 0;
  }
  footer .flower {
    top: 0px;
    left: 40px;
  }
  footer .flower svg {
    width: 64px;
    height: 106px;
  }
  .drawer .g-nav {
    width: 90%;
    top: 43%;
  }
  .drawer .g-nav .list--login {
    margin-top: 50px;
  }
  .drawer .g-nav .list--menu li {
    margin: 0 0 15px;
  }
  .drawer .g-nav .list--menu li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  .drawer .g-nav .list--menu li:last-child {
    margin-bottom: 0;
  }
  .drawer .g-nav .list--menu li.list--menu__blog {
    margin-bottom: 10px;
  }
  .drawer .g-nav .list--menu li.yu, .drawer .g-nav .list--menu li.staff {
    margin: 25px 0 10px;
  }
  .drawer .g-nav .list--menu li.yu span, .drawer .g-nav .list--menu li.staff span {
    padding: 0 0 10px;
    font-size: 12px;
    opacity: 0.5;
  }
  .drawer .g-nav .list--menu li.yu span:before, .drawer .g-nav .list--menu li.staff span:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
  }
  .drawer .g-nav .list--menu li.mb {
    margin-bottom: 25px;
  }
  .frame .flower {
    bottom: -140px;
  }
  .frame .flower.left {
    left: 20px;
  }
  .frame .flower.left svg {
    width: 55px;
    height: 94px;
  }
  .frame .flower.right {
    right: 20px;
  }
  .frame .flower.right svg {
    width: 65px;
    height: 120px;
  }
  .slick-slider * {
    -webkit-transition: none;
    transition: none;
  }
  .slide-arrow {
    width: 40px;
    height: 66px;
    margin-top: -33px;
    display: none;
  }
  .slide-arrow:after {
    font-size: 20px;
  }
  .slide-arrow.next-arrow {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    border-radius: 100px 0 0 100px;
  }
  .slide-arrow.next-arrow:after {
    margin: -5px 0 0 -3px;
  }
  .slide-arrow.prev-arrow {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    border-radius: 0 100px 100px 0;
  }
  .slide-arrow.prev-arrow:after {
    margin: -5px 0 0 -7px;
  }
  .no-data {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.1em;
    color: inherit;
    font-size: 20px;
    opacity: 1;
    text-align: center;
  }
  .no-data.delighter.started {
    opacity: 0.5;
  }
  .menu-open .frame .flower {
    bottom: -5px;
  }
  .detail__btn,
  .more {
    margin: 20px 0 0;
  }
  .detail__btn a,
  .more a {
    letter-spacing: 0.08em;
  }
  .detail__btn a svg,
  .more a svg {
    width: 26px;
    height: 12px;
  }
  .detail__btn a svg {
    margin-right: 10px;
  }
  .more a svg {
    margin-left: 10px;
  }
  .btn a,
  .btn input {
    line-height: 3.8;
  }
  .txt--sub {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
  .block--pager {
    margin: 40px 0 0;
  }
  .block--pager li {
    line-height: 30px;
  }
  .block--pager li.pager__item--newer a:hover {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .block--pager li.pager__item--older a:hover {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .block--pager li.pager__item--other, .block--pager li.pager__item--current {
    width: 30px;
    height: 30px;
  }
  .block--pager li svg {
    width: 26px;
    height: 12px;
  }
  .list--login {
    margin: 25px 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .list--login .btn {
    width: 48.5%;
  }
  .list--login .btn a,
  .list--login .btn input {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .list--login.loggedin {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
  }
  .list--login.loggedin .btn {
    width: auto;
  }
  .accordion {
    border: 1px solid #fff;
    margin-top: 30px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .accordion dt {
    padding: 20px 25px;
    text-align: center;
    position: relative;
  }
  .accordion dt:before, .accordion dt:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -1px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .accordion dt:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion dd {
    padding: 0 20px 24px;
  }
  .accordion.open dt:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .accordion.open dt:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .page--home footer {
    padding: 40px 7%;
  }
  .page--home.loaded .frame .flower {
    bottom: -5px;
  }
  .page--home.loaded .section--keyvisual .list--login {
    opacity: 1;
  }
  .page--home.flower-hide .frame .flower {
    bottom: -140px;
  }
  .page--home.flower-visible footer .flower {
    top: -100px;
  }
  .page--home .section--keyvisual {
    height: 86vh;
  }
  .page--home .section--keyvisual .logo {
    width: 35vh;
    top: 45%;
  }
  .page--home .section--keyvisual .list--login {
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    z-index: 10;
  }
  .page--home .section--login {
    padding: 0 7%;
    margin: 0 0 50px;
  }
  .page--home .block--btn {
    padding: 0 7%;
  }
  .page--home .block--btn .btn--sub {
    width: 100%;
  }
  .page--home .section--banner {
    margin: 0 0 70px;
  }
  .page--home .section--banner .list--bnr {
    padding: 0 7%;
  }
  .page--home .section--info {
    margin: 0 0 80px;
    padding: 0 7%;
  }
  .page--home .section--info .section-tit {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 30px;
    text-align: center;
  }
  .page--home .section--contents {
    width: 90%;
  }
  .page--home .section--contents .section-tit {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #AE0D15;
    font-size: 60px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    line-height: 1;
    letter-spacing: 0.05em;
    top: -5px;
  }
  .page--home .section--contents .inner {
    padding: 80px 5% 35px;
  }
  .page--home .section--contents [class^=block--] .block-tit {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 26px;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    line-height: 1;
  }
  .page--home .section--contents .block--movie {
    margin: 0 0 30px;
  }
  .page--home .section--contents.yu {
    margin: 0 10px 100px auto;
  }
  .page--home .section--contents.staff {
    margin: 0 auto 140px 10px;
  }
  .page--list [class^=section--],
  .page--detail [class^=section--] {
    padding: 120px 7% 100px;
  }
  .page--list .section--list .section-tit {
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 30px;
  }
  .page--list .section--list .section-tit svg.yu {
    width: 120px;
    height: 40px;
  }
  .page--list .section--list .section-tit svg.staff {
    width: 175px;
    height: 40px;
  }
  .page--detail .section--detail .block--share {
    margin: 30px 0;
  }
  .page--detail .section--detail .block--share li a {
    font-size: 20px;
  }
  .page--detail .section--detail .block--share li svg {
    top: 3px;
    left: -2px;
    width: 18px;
    height: 18px;
  }
  .page--detail .section--detail .block--share li:first-child:before {
    font-size: 20px;
  }
  .page--info .form__select {
    margin: 0 0 35px;
  }
  .page--info .form__select select {
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #292929;
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .page--info .section--detail {
    padding-right: 0;
    padding-left: 0;
  }
  .page--info .section--detail .inner {
    margin: 0 auto;
    padding: 40px 7%;
  }
  .page--info .section--detail .detail__btn {
    margin-right: 7%;
    margin-left: 7%;
  }
  .page--movie .accordion {
    border-color: #292929;
  }
  .page--movie .accordion dt::before,
  .page--movie .accordion dt::after {
    background-color: #292929;
  }
  .page--movie .section--detail .detail__btn {
    margin-right: 7%;
    margin-left: 7%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 120px 0 100px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    width: 100%;
    aspect-ratio: initial;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
    padding-top: 56.25%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-poster {
    display: block;
    background-size: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
    width: 70px;
    height: 70px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
    height: 30px;
    width: 25px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar {
    position: relative;
    height: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control span::before {
    background: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: rgba(135, 135, 135, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span::before {
    content: "";
    background: #ffffff;
    height: 30px;
    width: 25px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-progress-control {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control .vjs-control {
    height: 3.5em;
    position: absolute;
    left: -2vw;
    top: -3vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control.vjs-control {
    height: 3.5em;
    position: absolute;
    left: 1vw;
    top: -3vw;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control {
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    right: 0;
    top: -10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-time-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button {
    position: absolute;
    bottom: 1vw !important;
    left: 7vw !important;
    display: block !important;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-fullscreen-control {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-http-source-selector.vjs-menu-button.vjs-menu-button {
    position: absolute;
    right: 10vw;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
    margin-right: 7% !important;
    margin-left: 7% !important;
    padding: 0;
    margin-top: 20px;
  }
  .page--movie .section--list,
  .page--movie .section--detail,
  .page--blog .section--list,
  .page--blog .section--detail {
    padding-right: 0;
    padding-left: 0;
  }
  .page--movie .section--list .section-tit,
  .page--blog .section--list .section-tit {
    font-size: 30px;
    margin: 0 0 40px;
  }
  .page--movie .section--list .section-tit span .category,
  .page--blog .section--list .section-tit span .category {
    bottom: 3px;
    right: -30px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .page--movie .section--list .inner,
  .page--blog .section--list .inner {
    margin: 0 auto;
    padding: 40px 7%;
  }
  .page--movie .section--detail .inner,
  .page--blog .section--detail .inner {
    margin: 0 auto;
    padding: 40px 7%;
    color: #292929;
  }
  .page--movie .detail__btn {
    margin-right: 7%;
    margin-left: 7%;
  }
  .page--blog .section--detail .inner .movArea .block--player * {
    color: #fff;
    font-family: VideoJS !important;
    font-weight: normal !important;
    font-style: normal !important;
  }
  .page--blog .section--detail .inner .movArea .block--player .vjs-control-bar {
    display: none;
  }
  .page--blog .section--detail .inner .movArea .block--player .vjs-big-play-button {
    display: none;
  }
  .page--blog .block--pager {
    margin-right: 7%;
    margin-left: 7%;
  }
  .page--aopblog .section--list {
    padding: 120px 0 160px;
  }
  .page--aopblog .section--list .block--attention {
    padding: 0 7%;
    margin-bottom: 40px;
  }
  .page--aopblog .section--list .block--attention .list--attention {
    margin-bottom: 30px;
  }
  .page--aopblog .section--list .block--attention .list--attention li {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .page--aopblog .section--list .list--blog {
    width: 100%;
  }
  .page--aopblog .section--list .list--blog li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(174, 13, 21, 0.2);
  }
  .page--aopblog .section--list .list--blog li a {
    padding: 15px 20px;
  }
  .page--aopblog .section--list .list--blog li a .txt {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .page--aopblog .section--list .list--blog li:last-child {
    margin-bottom: 0;
  }
  .page--aopblog .section--list .list--blog li.new .date::after {
    font-size: 20px;
    right: -44px;
    top: -7px;
  }
  .page--aopblog #swipebox-slider .slide img {
    max-height: 80%;
  }
  .page--support .section--detail .txt {
    margin: 0 0 20px;
  }
  .page--support .section--detail .list--support dt {
    margin: 0 0 5px;
  }
  .page--support .section--detail .list--support dd {
    margin: 0 0 25px;
  }
  .page--faq .tit--category {
    margin: 0 0 10px;
    font-size: 12px;
  }
  .page--faq .list--faq {
    margin: 0 0 50px !important;
  }
  .page--faq .list--faq li a [class^=icon--] {
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.15em;
  }
  .page--faq .list--faq li a .txt,
  .page--faq .list--faq li a .tit {
    padding: 0 0 0 26px;
  }
  .page--faq .section--list {
    max-width: 800px;
    margin: 0 auto;
  }
  .page--faq .section--list .section-tit {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
  }
  .page--faq .section--list .searchBox {
    margin: 0 0 40px;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    top: 0px;
    right: 3px;
  }
  .page--faq .section--detail .block--faq-detail {
    padding: 10px 5%;
    margin: 0 0 50px;
  }
  .page--faq .section--detail .block--faq-detail dt,
  .page--faq .section--detail .block--faq-detail dd {
    padding: 14px 0;
  }
  .page--faq .section--detail .block--faq-detail [class^=icon--] {
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.15em;
    border-radius: 50%;
    width: 30px;
    padding: 7px 9px;
    height: 30px;
  }
  .page--faq .section--detail .block--faq-detail .icon--a {
    padding: 7px 11px;
  }
  .page--faq .section--detail .block--faq-detail .txt {
    padding: 2px 0 0 40px;
  }
  .page--faq .section--detail .block--contact {
    margin: 0 0 60px;
  }
  .page--error .section--detail .txt {
    margin: 0 0 20px;
  }
  .page--questionnaire .section--detail .ph {
    margin: 0 0 20px;
  }
  .page--questionnaire .section--detail .form--post {
    margin: 0 0 40px;
  }
  .page--questionnaire .section--detail .form__select {
    display: inline-block;
    margin: 0;
  }
  .page--questionnaire .section--detail .form__select select {
    padding-right: 2.3em;
  }
  .page--questionnaire .section--detail .form__select select:after {
    margin-top: -0.4em;
  }
  .page--questionnaire .section--detail .btn + .btn {
    margin-top: 10px;
  }
  .page--questionnaire .section--detail .txt--sub {
    margin: 0 0 10px;
    text-align: left;
  }
  .page--questionnaire .section--detail .txt--basic {
    margin: 0 0 40px;
  }
  .page--questionnaire .section--detail .block--error {
    padding: 14px 5%;
  }
  .page--questionnaire .section--detail .block--error li {
    margin: 0 0 3px;
  }
  .page--questionnaire .section--detail .block--error li:last-child {
    margin-bottom: 0;
  }
  .page--questionnaire .section--detail .form--confirm {
    margin: 0 0 30px;
  }
  .page--questionnaire.confirm .section--detail .txt {
    margin: 0 0 20px;
  }
  .page--questionnaire.complete .section--detail .txt--basic {
    margin: 0 0 20px;
  }
  .page--entry .section--detail {
    padding-bottom: 120px;
  }
  .page--entry .section--detail .txt--sub {
    font-size: 12px;
    padding-top: 10px;
    text-align: left;
    line-height: 1.5;
  }
  .page--entry .section--detail .logo {
    width: 35vh;
    margin: 0 auto 40px;
  }
  .page--entry .section--detail .lead {
    margin: 0 0 60px;
  }
  .page--entry .section--detail .list--sub {
    font-size: 11px;
    line-height: 1.5;
    padding-top: 10px;
  }
  .page--entry .section--detail .list--sub li {
    margin: 0 0 5px;
  }
  .page--entry .section--detail .list--sub li:last-child {
    margin-bottom: 0;
  }
  .page--entry .section--detail .block--contents {
    margin: 0 0 50px;
  }
  .page--entry .section--detail .block--contents .block-tit {
    text-align: center;
    font-family: marydale, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    line-height: 1;
  }
  .page--entry .section--detail .block--contents .list--contents > li {
    background: #FFFBF4;
    color: #292929;
    padding: 16px;
    margin: 0 0 20px;
  }
  .page--entry .section--detail .block--contents .list--contents > li .tit {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .page--entry .section--detail .block--contents .list--contents > li .txt {
    margin: 0;
  }
  .page--entry .section--detail .block--contents .list--contents > li .txt--link {
    position: relative;
    padding-right: 10px;
    display: inline-block;
  }
  .page--entry .section--detail .block--contents .list--contents > li .txt--link:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.3em 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .page--entry .section--detail .block--contents .list--contents > li img {
    margin-top: 15px;
  }
  .page--entry .section--detail [class^=block--] table {
    margin: 0 auto 40px;
    border: none;
    width: 100%;
  }
  .page--entry .section--detail [class^=block--] table th {
    width: 110px;
    padding: 16px;
    font-weight: bold;
    border: 1px solid #E09A9D;
  }
  .page--entry .section--detail [class^=block--] table td {
    padding: 16px;
    border: 1px solid #E09A9D;
  }
  .page--entry .section--detail [class^=block--] table td li {
    line-height: 1.6;
  }
  .page--entry .section--detail .block--entry,
  .page--entry .section--detail .block--device {
    margin: 0 0 60px;
  }
  .page--entry .section--detail .block--entry .block-tit,
  .page--entry .section--detail .block--device .block-tit {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
  }
  .page--entry .section--detail .btn + .txt--link {
    padding-top: 15px;
    text-align: center;
  }
  .page--entry .section--detail .btn + .txt--link a {
    position: relative;
    padding-right: 10px;
    font-weight: bold;
    color: #FFB177;
    text-decoration: underline;
  }
  .page--entry .section--detail .btn + .txt--link a:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.3em 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .page--entry .section--detail .block--fansite {
    background: #FFFBF4;
    color: #292929;
    padding: 35px 5%;
    margin: 60px 0 0;
  }
  .page--entry .section--detail .block--fansite .logo {
    margin-bottom: 15px;
  }
  .page--entry .section--detail .block--fansite .lead {
    margin: 0;
  }
  .page--entry .section--detail .block--fansite .qrArea {
    overflow: hidden;
    padding-top: 30px;
  }
  .page--entry .section--detail .block--fansite .qrLeft {
    display: none;
  }
  .page--entry .section--detail .block--fansite .qrRight {
    overflow: hidden;
  }
  .page--entry .section--detail .block--fansite .qrRight .text {
    margin: 0 0 6px;
    font-size: 15px;
  }
  .page--entry .section--detail .block--fansite .qrRight .url {
    margin: 0 0 9px;
  }
  .page--entry .section--detail .block--fansite .qrRight .url a:not(.link) {
    color: #CA482A;
  }
  .page--entry .section--detail .block--fansite .qrRight .url .link {
    display: none;
  }
  .page--entry .section--detail .block--fansite .qrRight .attentionList li {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.3em;
  }
  .page--entry .section--detail .block--fansite .qrRight .attentionList li:last-child {
    margin: 0;
  }
  .page--entry .section--detail .block--fansite .qrRight .attentionList li span {
    margin-top: 7px;
    display: block;
  }
  .page--entry .section--detail .open-before {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #FFB177;
    text-align: center;
  }
  .page--entry .section--detail .open-before span {
    font-size: 12px;
    display: block;
  }
  #bbs, .bbs {
    margin: 0 auto;
    padding: 80px 7% 100px;
    line-height: 1.4;
  }
  .bbs .pageTit {
    text-align: center;
    margin: 0 0 20px;
  }
  .bbs .pageTit .tit {
    font-size: 20px;
  }
  .bbs .titArea {
    font-size: 14px;
  }
  .bbs .txtArea {
    font-size: 14px;
    margin: 0 0 20px;
    border-bottom: 1px solid #E09A9D;
    padding: 0 0 20px;
  }
  .bbs .txtArea .ph {
    width: 100%;
    margin-bottom: 5px;
  }
  .bbs .commentPost {
    background: url(/static/takahashiyu/fanclub/common/contents_bg.png);
    color: #292929;
    padding: 20px 10px 10px 10px;
    font-size: 14px;
    margin: 40px 0 0;
  }
  .bbs .commentPost.confirm {
    margin: 20px 0 0;
  }
  .bbs .commentPost dt {
    font-weight: bold;
    margin: 0 0 3px;
  }
  .bbs .commentPost dd {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(177, 156, 142, 0.28);
  }
  .bbs .commentPost dd span {
    display: block;
    margin: 3px 0 0 2px;
    line-height: 1.2;
    font-size: 12px;
  }
  .bbs .commentPost dd input {
    overflow: hidden;
    font-size: 13px;
  }
  .bbs .commentPost dd:last-child {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: none;
  }
  .bbs .commentPost textarea {
    border: 1px solid rgba(177, 156, 142, 0.28);
  }
  .bbs .commentPost .btn {
    padding: 0 0 10px;
    margin: 0;
  }
  .bbs .commentPost .btn input {
    background: #AE0D15;
    color: #fff;
    width: 100%;
    line-height: 40px;
    border: 1px solid #AE0D15;
    margin: 0;
  }
  .bbs .bbstop .contTit {
    font-size: 17px;
    text-align: center;
    margin: 20px 0;
  }
  .bbs .bbstop .btn input {
    background: #fff;
    color: #AE0D15;
    width: 220px;
    line-height: 47px;
    border: 1px solid #fff;
  }
  .bbs a {
    color: #ffc0a1;
  }
  .bbs .txt {
    text-align: left;
    margin-bottom: 25px;
    font-size: 14px;
  }
  .bbs .threadAttention {
    border: 1px solid #fff;
    padding: 13px 13px 13px 25px;
  }
  .bbs .Attentionlist {
    text-indent: -0.7em;
    margin-left: 0.7em;
  }
  .bbs .Attentionlist dt {
    font-size: 15px;
    margin-left: -10px;
    margin-bottom: 10px;
  }
  .bbs .Attentionlist dd {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .bbs .Attentionlist dd:last-child {
    margin-bottom: 0px;
  }
  .bbs .Attentionlist .add {
    text-indent: -1.5em;
  }
}
/*disco--------------*/
.page--disco {
  background: #83807B;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #292929;
}
.page--disco header, .page--disco .frame, .page--disco footer {
  display: none;
}
.page--disco .section--list {
  padding: 30px;
  color: #fff;
}
.page--disco .section--list .section-tit {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 30px;
}
.page--disco .section--list .block--pulldown {
  margin: -10px 0 30px;
  padding: 3px 0;
  background: #83807b;
  border: 1px solid #fff;
  position: relative;
}
.page--disco .section--list .block--pulldown select {
  -webkit-appearance: none;
  -moz-appearance: button;
  width: 90%;
  height: 36px;
  background: #83807b none repeat scroll 0 0;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border: medium none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
}
.page--disco .section--list .block--pulldown:before {
  display: block;
  content: "\f107";
  width: 13px;
  height: 8px;
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 10;
  margin-top: -15px;
  color: #fff;
}
.page--disco .section--list .list--discography li {
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.page--disco .section--list .list--discography li a {
  display: block;
}
.page--disco .section--list .list--discography li a .thumb {
  margin: 4px 0 0;
  float: left;
  position: relative;
  width: 30%;
}
.page--disco .section--list .list--discography li a .thumb img {
  width: 100%;
}
.page--disco .section--list .list--discography li a .block--text {
  padding-left: 34%;
}
.page--disco .section--list .list--discography li a .block--text .category {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff !important;
}
.page--disco .section--list .list--discography li a .block--text .date {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.page--disco .section--list .list--discography li a .block--text .tit {
  font-size: 13px;
  line-height: 1.5;
}
.page--disco .section--detail {
  padding: 30px;
  color: #fff;
}
.page--disco .section--detail .thumb {
  margin: 0 0 40px 0;
}
.page--disco .section--detail .section-tit {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 30px;
}
.page--disco .section--detail .list--jacket {
  margin: 0 0 30px 0;
}
.page--disco .section--detail .list--jacket li .thumb img {
  width: 100%;
}
.page--disco .section--detail .list--jacket li .thumb figcaption {
  text-align: center;
  display: block;
  font-size: 13px;
  display: block;
  margin: 30px 0 0 0;
  line-height: 1.5;
}
.page--disco .section--detail .block--detail .tit {
  text-align: center;
  font-size: 17px;
  margin: 0 0 15px 0;
}
.page--disco .section--detail .block--detail .date {
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.page--disco .section--detail .block--detail .block--comment {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.page--disco .section--detail .block--detail .block--track li {
  font-size: 12px;
  margin: 0 0 5px 0;
  line-height: 1.5;
}
.page--disco .block--pager li.pager__item--older a {
  display: block;
  width: 13px;
  height: 13px;
  left: 3px;
  top: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
.page--disco .block--pager li.pager__item--newer a {
  display: block;
  width: 13px;
  height: 13px;
  left: 3px;
  top: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
  position: relative;
}

.page--home #app-bnr {
  position: fixed;
  bottom: 10px;
  left: 3%;
  width: 94%;
  z-index: 99;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.page--home #app-bnr a {
  border-bottom: 1px solid #EAEAEA;
  display: block;
  background: #fff;
  color: inherit;
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  padding: 10px 7% 10px 10px;
}
.page--home #app-bnr .icon {
  width: 17%;
  float: left;
  line-height: 0;
  margin: 0 3.5% 0 0;
}
.page--home #app-bnr .txt {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5em;
}
.page--home #app-bnr .txt span {
  display: block;
  font-weight: bold;
  margin: 0 0 4px;
  color: #AE0D15;
}
.page--home #app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  margin: 0;
  z-index: 10;
}
.page--home #app-bnr .close:before, .page--home #app-bnr .close:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #bbb;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -2px;
}
.page--home #app-bnr .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page--home #app-bnr .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--home .scrollFix#app-bnr {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
.page--home #app-bnr.none {
  opacity: 0;
}

@media screen and (max-width: 360px) and (min-width: 1px) {
  .page--home #popup .inner {
    padding: 23px 5%;
  }
  .page--home #popup .popup--menu [class^=block--] .txt,
  .page--home #popup .inner .txt--link a {
    font-size: 11px;
  }
  .page--home #popup .popup--menu [class^=block--] .tit {
    width: 76%;
    margin-bottom: 3px;
  }
  .page--home #popup .popup--menu .block--fc,
  .page--home #popup .popup--menu .block--fs {
    margin-bottom: 25px;
  }
  .btn a,
  .btn input {
    line-height: 3.5;
    font-size: 14px;
  }
  .drawer .g-nav {
    top: 55%;
  }
  .drawer .g-nav .list--menu {
    padding-top: 120px;
  }
  .drawer .g-nav .list--menu li {
    margin: 0 0 10px;
  }
  .drawer .g-nav .list--menu li.yu,
  .drawer .g-nav .list--menu li.staff {
    margin-top: 20px;
  }
  .drawer .g-nav .list--menu li.fansite {
    margin-top: 15px;
  }
  .drawer .g-nav .list--menu li a {
    font-size: 13px;
  }
  .drawer .g-nav .list--login {
    margin-bottom: 200px;
  }
  .list--login .btn a,
  .list--login .btn input {
    height: 40px;
    line-height: 40px;
  }
  .btn a.btn--main.join,
  .btn a.btn--main.mypage,
  .btn input.btn--main.join,
  .btn input.btn--main.mypage {
    font-size: 16px;
  }
  .page--home .section--keyvisual .logo {
    width: 38vh;
  }
  .page--entry .section--detail .open-before {
    font-size: 13px;
  }
  .page--home.loaded .frame .flower {
    bottom: -22px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--info,
  .page--home .section--banner .list--bnr {
    padding: 0 10%;
  }
  .page--home footer {
    padding: 40px 10%;
  }
  .drawer .g-nav {
    width: 35vh;
  }
  .page--list [class^=section--],
  .page--detail [class^=section--] {
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 130px;
  }
  .page--entry .section--detail .block--contents .list--contents > li.ticket .ph {
    width: 70%;
    margin: 10px auto 0;
  }
  .page--entry .section--detail [class^=block--] table {
    width: 80%;
  }
  .page--movie .section--list .list--movie > li a .thumb {
    height: 21vw;
  }
  .scroll {
    left: 47%;
  }
}
.body--app.page--info {
  background: #fff;
  color: #292929;
}
.body--app.page--info.page--list [class^=section--], .body--app.page--info.page--detail [class^=section--] {
  padding: 0 5% 50px;
}
.body--app.page--info .detail__btn, .body--app.page--info .more {
  margin-top: 0;
}
.body--app.page--info .detail__btn a, .body--app.page--info .more a {
  color: #292929;
}
.body--app.page--info .detail__btn a svg, .body--app.page--info .more a svg {
  fill: #292929;
}
.body--app.page--info .section--list .list--info > li a .date .category {
  color: #fff;
}
.body--app.page--info .form__select select {
  border: 1px solid #ddd;
}
.body--app .block--pager li.pager__item--other a, .body--app .block--pager li.pager__item--other span, .body--app .block--pager li.pager__item--current a, .body--app .block--pager li.pager__item--current span {
  color: #ca482a;
}
.body--app .block--pager li.pager__item--newer a svg, .body--app .block--pager li.pager__item--older a svg {
  fill: #ca482a;
}
.body--app.page--movie, .body--app.page--blog {
  background-color: #fff;
  background-image: url(/static/takahashiyu/fanclub/common/contents_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
.body--app.page--movie.page--list [class^=section--], .body--app.page--movie.page--detail [class^=section--], .body--app.page--blog.page--list [class^=section--], .body--app.page--blog.page--detail [class^=section--] {
  padding: 0 0 1px;
}
.body--app.page--movie.page--detail [class^=section--] .block--pager, .body--app.page--blog.page--detail [class^=section--] .block--pager {
  margin-bottom: 30px;
}
.body--app.page--movie.page--detail [class^=section--] .block--pager li a, .body--app.page--blog.page--detail [class^=section--] .block--pager li a {
  color: #292929;
}
.body--app.page--movie.page--detail [class^=section--] .block--pager li a svg, .body--app.page--blog.page--detail [class^=section--] .block--pager li a svg {
  fill: #292929;
}
.body--app.page--movie.page--detail [class^=section--] .block--pager li.pager__item--newer span svg,
.body--app.page--movie.page--detail [class^=section--] .block--pager li.pager__item--older span svg, .body--app.page--blog.page--detail [class^=section--] .block--pager li.pager__item--newer span svg,
.body--app.page--blog.page--detail [class^=section--] .block--pager li.pager__item--older span svg {
  fill: #ccc;
}
.body--app.page--movie .detail__btn, .body--app.page--movie .more, .body--app.page--blog .detail__btn, .body--app.page--blog .more {
  margin-top: 0;
}
.body--app.page--movie .detail__btn a, .body--app.page--movie .more a, .body--app.page--blog .detail__btn a, .body--app.page--blog .more a {
  color: #292929;
}
.body--app.page--movie .detail__btn a svg, .body--app.page--movie .more a svg, .body--app.page--blog .detail__btn a svg, .body--app.page--blog .more a svg {
  fill: #292929;
}
.body--app.page--detail.page--magazine.body--app .wrap {
  padding-top: 90px;
}
.body--app.page--list [class^=section--], .body--app.page--detail [class^=section--] {
  padding: 30px 7%;
}

/*  notice
------------------------------ */
.page--notice {
  background: #fff;
}
.page--notice .wrap {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.page--notice .wrap > .bg {
  background: #fff;
}
.page--notice .section--list .no-data {
  color: #000;
  opacity: 1;
}
.page--notice .section--list .list--info {
  border-top: 1px solid #dcdcdc;
}
.page--notice .section--list .list--info li a {
  color: #000;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.page--notice .section--list .list--info li a .date {
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 5px 0 0;
  color: #000;
}
.page--notice .section--list .list--info li a .txt {
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}