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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

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

body {
  background: #222222;
  color: #fff;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

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

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

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

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

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

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

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

.svg-symbol,
.xdebug-var-dump {
  display: none !important;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 40px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
  font-size: 12px;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0.6em;
  line-height: 1.4;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  border: 1px solid #DDC37D;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #DDC37D;
  border-right: 1px solid #DDC37D;
  transform: rotate(-135deg);
  top: 12px;
  right: 12px;
}
.block--pager .pager__item--newer a:hover, .block--pager .pager__item--newer span:hover {
  opacity: 0.7;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--newer span:hover {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  border: 1px solid #DDC37D;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #DDC37D;
  border-right: 1px solid #DDC37D;
  transform: rotate(45deg);
  top: 12px;
  left: 12px;
}
.block--pager .pager__item--older a:hover, .block--pager .pager__item--older span:hover {
  opacity: 0.7;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--older span:hover {
  opacity: 0.2;
}
.block--pager .pager__item--other {
  border: 1px solid #DDC37D;
  color: #DDC37D;
  transition: all 0.3s 0s ease;
}
.block--pager .pager__item--other:hover {
  opacity: 0.7;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  position: relative;
  padding: 0.6em;
  line-height: 1.4;
  color: #222222;
  background: #DDC37D;
  border: 1px solid #DDC37D;
}

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

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

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

/* delighter */
.delighter {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: 0.45s ease-out 0.3s;
}

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

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

.block--error {
  color: #ff8661;
  padding: 10px;
  border: 1px solid #ff8661;
}

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

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

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

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

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

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

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

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

.block--form, .two_btn_box {
  text-align: center;
}

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

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222222;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
  font-family: "Noto Sans JP", sans-serif !important;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
  background: #ffffff;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #fff;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #ff8661;
  border-color: #ff8661;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

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

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #ff8661;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #fff;
  border-width: 0.3em;
}

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

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

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

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

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

.btn {
  text-align: center;
  color: #DDC37D;
  font-size: 15px;
  position: relative;
  border: 1px solid #DDC37D;
  display: inline-block;
}
.btn:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDC37D;
  border-right: 1px solid #DDC37D;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.btn a,
.btn input {
  background: none;
  border: 0;
  color: #DDC37D;
  transition: all 0.3s;
  width: 200px;
  line-height: 1.2;
  padding: 12px 20px;
  display: block;
  line-height: 1;
}

.btn-base-style, .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.btn--main {
  padding: 10px 0;
  margin: 1em;
  width: 200px;
  color: #DDC37D;
  font-size: 15px;
  position: relative;
  border: 1px solid #DDC37D;
  display: inline-block;
  line-height: 1;
}

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

.detail__btn {
  text-align: center;
}
.detail__btn a {
  padding: 12px 0;
  margin: 1em;
  width: 200px;
  color: #DDC37D;
  font-size: 15px;
  position: relative;
  border: 1px solid #DDC37D;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.detail__btn a:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDC37D;
  border-right: 1px solid #DDC37D;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.detail__btn a:hover {
  opacity: 0.7;
}

.login--btn {
  position: relative;
}
.login--btn li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.login--btn li a {
  display: block;
  min-width: unset;
  color: #222222;
  font-size: 22px;
  padding: 0 14px;
  transition: none;
}
.login--btn li:first-child::before {
  left: -2px;
}
.login--btn li:last-child::before {
  left: auto;
  right: 0;
}
.login--btn li span {
  display: block;
  height: 1px;
  background: #222222;
  width: 20px;
}

.date,
.category,
.commingsoon {
  font-size: 14px;
}

.category {
  margin: 0 24px 0 0;
  padding: 4px 16px;
  letter-spacing: 0.2em;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #DDC37D;
  border: 1px solid #DDC37D;
  line-height: 1;
}

.date {
  font-size: 10px;
  color: #888;
}

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

.no-data {
  font-family: "Noto Sans JP", sans-serif;
}

.tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-word;
}

[class^=list--] li.new a .tit::after {
  content: "NEW";
  display: inline-block;
  position: relative;
  color: #DDC37D;
  top: -2px;
  right: -4px;
  font-style: oblique;
  font-size: 10px;
}

.list--information li {
  border-bottom: 1px solid #707070;
}
.list--information li:first-child {
  border-top: 1px solid #707070;
}
.list--information li:last-child {
  margin-bottom: 0;
}
.list--information li a {
  width: 100%;
  padding: 30px 50px 30px 24px;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}
.list--information li a:after {
  content: "";
  background: url(/static/orangerange/fanclub/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 16px;
  transition: all 0.3s;
}
.list--information li a:hover::after {
  right: 8px;
}
.list--information li a .date {
  font-size: 12px;
  color: #888;
}
.list--information li a .category {
  margin: 0 24px 0 0;
  padding: 4px 16px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #DDC37D;
  border: 1px solid #DDC37D;
  line-height: 1;
}
.list--information li a .tit {
  width: 100%;
  padding-top: 16px;
}

.list--contents {
  display: flex;
}
.list--contents li {
  width: 30%;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.list--contents li .thumb .blur img {
  filter: blur(6px);
  background-size: cover;
}
.list--contents li .tit {
  margin-bottom: 0.4em;
}

.list--photo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.list--photo li {
  width: 33.3333333333%;
}

.block--category {
  margin: -25px auto 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  color: #888;
}
.block--category li a {
  display: block;
  line-height: 1;
  font-size: 14px;
  padding: 5px 8px;
  letter-spacing: 0.05em;
}
.block--category .current a {
  color: #DDC37D;
}

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

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

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

.header_main {
  position: fixed;
  top: 0;
  z-index: 10;
}
.header_main .head-logo_login {
  position: fixed;
}
.header_main .head-logo_login a {
  display: inline-block;
}
.header_main .head-logo_login a .header_logo_login {
  fill: #DDC37D;
  transition: all 1s 0s ease;
}
.header_main .head-logo_login a svg {
  width: 100%;
}
.header_main .head-logo {
  position: fixed;
}
.header_main .head-logo a {
  display: inline-block;
}
.header_main .head-logo a .header_logo_logout {
  fill: #DDC37D;
  transition: all 1s 0s ease;
}
.header_main .head-logo a .header_logo_logout svg {
  width: 100%;
}

.drawer {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background: #000;
  transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03) !important;
}
.drawer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.drawer .drawer-inner {
  z-index: 10;
  background: #000;
}
.drawer [class^=nav--] .g-nav.g-nav--official {
  padding-top: 5%;
  position: relative;
  text-align: center;
}
.drawer [class^=nav--] .g-nav.g-nav--official::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #222222;
  bottom: -1%;
  left: -28%;
  transform: rotate(-27deg);
}
.drawer [class^=nav--] .g-nav.g-nav--official li {
  display: block;
}
.drawer [class^=nav--] .g-nav > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.drawer [class^=nav--] li.home {
  position: relative;
  margin: 0 0 0 30px;
}
.drawer [class^=nav--] li.home::after {
  content: "";
  height: 1em;
  width: 1px;
  background: #888;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -35px;
}

.drawer__btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #000;
}
.drawer__btn span {
  display: block;
  background: #fff;
  transition: 0.3s ease-out;
}

.drawer-visible .drawer__btn span {
  background: #fff;
  height: 2px;
  position: absolute;
  left: 35px;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  transform: rotate(45deg);
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
  overflow-y: scroll;
  transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
}
.drawer-visible .drawer [class^=nav--] .g-nav > li a {
  opacity: 1;
  transform: translateY(0);
  font-size: 16px;
}
.drawer-visible .drawer [class^=nav--] .g-nav > li a:hover {
  color: #888;
}
.drawer-visible .menu-join_login {
  padding: 5% 0;
  margin: 5% auto;
  border-top: solid #222222 1px;
  border-bottom: solid #222222 1px;
  color: #000;
  text-align: center;
}
.drawer-visible .menu-join_login .login-logo {
  color: #DDC37D;
  position: relative;
  display: inline-block;
  font-weight: normal;
  line-height: 0.8;
}
.drawer-visible .menu-join_login .login-logo:before, .drawer-visible .menu-join_login .login-logo:after {
  content: "";
  background-color: #DDC37D;
  position: absolute;
}
.drawer-visible .menu-join_login .menu-join_login_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s;
}
.drawer-visible .menu-join_login .menu-join_login_inner li {
  font-size: 12px;
  position: relative;
  background: #DDC37D;
  transition: all 0.3s;
}
.drawer-visible .menu-join_login .menu-join_login_inner li:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.drawer-visible .menu-join_login .menu-join_login_inner li a {
  display: block;
}
.drawer-visible .menu-join_login .menu-join_login_inner li:hover {
  opacity: 0.7;
}
.drawer-visible .menu-join_login .menu-join_login_inner .g-nav__item__join {
  margin-right: 1%;
}
.drawer-visible .menu-join_login .menu-join_login_inner .g-nav__item__login {
  margin-left: 1%;
  background: #fff;
}
.drawer-visible .menu-join_login .menu-join_login_inner .g-nav__item__logout {
  margin-left: 1%;
  background: #fff;
}
.drawer-visible .head-inner-logo a {
  transition: all 0.3s;
  display: inline-block;
}

.nav--menu {
  opacity: 0;
  display: none;
}

.drawer-visible .nav--menu {
  opacity: 1;
  display: block;
}

.random-images .random {
  height: auto;
  width: 100%;
}

.mainvisual {
  margin-bottom: 30px;
}
.mainvisual .slider {
  margin-bottom: 0;
}
.mainvisual .slider .slick-slide img {
  width: 100%;
}
.mainvisual .list--bnr.slick-initialized {
  display: block;
}
.mainvisual .slick-dots {
  bottom: 24px;
}
.mainvisual .slick-dots li {
  width: 40px;
  height: 3px;
  margin: 0 5px;
  transition: 0.3s;
}
.mainvisual .slick-dots li:last-child {
  padding: 0;
}
.mainvisual .slick-dots li button {
  width: 100%;
  padding: 0;
  height: 3px;
}
.mainvisual .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
  opacity: 1;
}
.mainvisual .slick-dots .slick-active button:before {
  background: #222222;
}

footer {
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .copyright {
  text-align: left;
  text-align: left;
  color: #888;
  font-size: 10px;
  width: 100%;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #222222;
}
.wrap > h1 {
  position: absolute;
  left: 5%;
  opacity: 0.08;
  pointer-events: none;
  transform-origin: top left;
  transform: rotate(90deg);
  top: -2vh;
}
.wrap > h1 a {
  display: block;
  letter-spacing: -0.05em;
  font-size: 14vh;
  color: #222222;
}

.section-tit {
  font-size: 60px;
  line-height: 1;
}

.section--list,
.section--detail {
  max-width: 1200px;
  margin: 0 auto;
}
.section--list .section-tit,
.section--detail .section-tit {
  font-size: 22px;
  margin-bottom: 80px;
  color: #DDC37D;
  font-weight: normal;
  line-height: 1.4em;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  margin-bottom: 20px;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
}
.section--detail .txt {
  padding: 40px 0;
}
.section--detail .block--share {
  padding: 16px 0 24px;
  text-align: right;
  color: #DDC37D;
  border-bottom: 1px solid #707070;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #DDC37D;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-size: 11px;
  margin-right: 20px;
}
.section--detail .block--share li a {
  transition: all 0.3s;
}
.section--detail .block--share li a:hover {
  opacity: 0.7;
}

.page--home {
  background: #222222;
}
.page--home .random-images {
  display: none;
}
.page--home .wrap {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.page--home .wrap > h1 {
  display: none;
}
.page--home .category {
  padding: 4px 16px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #DDC37D;
  border: 1px solid #DDC37D;
}
.page--home .detail__btn,
.page--home .list__more {
  font-size: 12px;
  text-align: center;
}
.page--home .birthday-message {
  margin-bottom: 30px;
  text-align: center;
}
.page--home .birthday-message a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #1A1A1A;
  color: #DDC37D;
}
.page--home .section--banner .list--bnr {
  display: none;
  width: 100%;
}
.page--home .section--banner .list--bnr .slick-slide {
  float: left;
}
.page--home .section--banner .list--bnr .slick-slide img {
  width: 100%;
}
.page--home .section--banner .list--bnr button {
  transition: all 0.3s 0s ease;
}
.page--home .section--banner .list--bnr button:hover {
  opacity: 0.7;
}
.page--home .section--banner .list--bnr li {
  transition: all 0.3s 0s ease;
}
.page--home .section--banner .list--bnr li:hover {
  opacity: 0.7;
}
.page--home .section--banner .list--bnr.slick-initialized {
  display: block;
}
.page--home .section--banner .list--bnr .slick-prev,
.page--home .section--banner .list--bnr .slick-next {
  position: absolute;
  top: 50%;
  bottom: 50%;
  display: block;
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page--home .section--banner .list--bnr .slick-prev {
  background-image: url(/static/orangerange/fanclub/top/ar_prev.svg);
}
.page--home .section--banner .list--bnr .slick-next {
  background-image: url(/static/orangerange/fanclub/top/ar_next.svg);
}
.page--home .section--banner .list--bnr .slick-slide:not(.slick-center) {
  -moz-filter: opacity(20%);
  -o-filter: opacity(20%);
  -ms-filter: opacity(20%);
  filter: opacity(20%);
  transition: 0.2s linear;
}
.page--home .section--banner.section--bnr--single {
  padding: 0 3%;
}
.page--home .section--banner.section--bnr--single .list--bnr {
  display: block;
  max-width: 560px;
  margin: 0 auto;
}
.page--home .section--banner.section--bnr--single .list--bnr img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--home .area--free {
  position: relative;
  background: #222222;
  color: #fff;
  margin-bottom: -11vw;
  padding-bottom: 11vw;
}
.page--home .area--free::before {
  content: "";
  position: absolute;
  top: -25vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25vw 100vw;
  border-color: transparent transparent #222222 transparent;
}
.page--home .btn {
  font-size: 13px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}
.page--home .section--special .inner--special {
  padding: 120px 100px;
  text-align: right;
}
.page--home .section--special .inner--special .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.page--home .section--special .inner--special .inner .contents-tit {
  margin-bottom: 40px;
  text-align: left;
  color: #DDC37D;
  font-weight: normal;
}
.page--home .section--special .inner--special .inner .list--contents {
  text-align: left;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--home .section--special .inner--special .inner .list--contents li .thumb img {
  width: 100%;
}
.page--home .section--special .inner--special .inner .list--contents li .writer_name {
  border-top: 1px solid #707070;
  text-align: right;
}
.page--home .section--special .inner--special .inner .list--contents li .writer_name span {
  font-size: 12px;
}
.page--home .section--special .inner--special .inner .list--contents li .list__txt {
  text-align: left;
}
.page--home .section--info.schedule .date {
  width: 12%;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  top: 10px;
}
.page--home .section--info.schedule .date .m {
  font-size: 20px;
  margin: 0 0 0 -4px;
  position: relative;
  top: -34px;
  left: 6px;
}
.page--home .section--info.schedule .date .d {
  font-size: 35px;
  font-weight: 400;
  position: relative;
}
.page--home .section--info.schedule .date .d::before {
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 4px;
  left: -22px;
  transform: rotate(-42deg);
}
.page--home .section--info.schedule .date span.year {
  display: block;
  font-size: 12px;
  padding-left: 0;
}
.page--home .section--gallery {
  margin-bottom: 200px;
}
.page--home .section--gallery .photo {
  background-size: cover;
  background-position: bottom;
  position: relative;
  width: 33vw;
  height: 39vw;
}
.page--home .section--gallery .photo:first-of-type {
  top: 0;
  left: 55%;
  box-shadow: 0 100px 40px -60px rgba(0, 0, 0, 0.2);
}
.page--home .section--gallery .photo:nth-of-type(2) {
  top: 32%;
  left: 4%;
  box-shadow: 80px 80px 40px -60px rgba(0, 0, 0, 0.2);
}
.page--home .section--gallery .photo:last-of-type {
  left: 44%;
  bottom: 0;
  width: 54vw;
  height: 35.5vw;
  z-index: 20;
}
.page--home .area--member {
  position: relative;
  background: #111;
  color: #222222;
}
.page--home .area--member [class^=block--] {
  margin: 0 auto;
}
.page--home .area--member .list__more a {
  color: #222222;
}
.page--home .area--member .logo-area .fc-logo {
  width: 36vw;
  height: 16vw;
}
.page--home .area--member .logo-area .fc-logo svg {
  width: 100%;
  height: 100%;
}
.page--home .area--member .block--expire {
  background: #222222;
  color: #fff;
}
.page--home .area--member .block--expire .tit {
  color: #DDC37D;
  margin: 0 0 4%;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.page--home .area--member .block--expire .mypage {
  border-bottom: 1px solid #000;
}
.page--home .area--member .block--expire .btn--main {
  margin: 0;
}
.page--home .area--member .block--contents {
  position: relative;
}
.page--home .area--member .block--contents.new a:before {
  position: absolute;
  top: -1px;
  right: -3px;
  content: "new";
  color: #fff;
  transform: rotate(10deg);
  display: inline-block;
  font-size: 5vw;
  z-index: 1;
}
.page--home .area--member .block--contents .section-tit {
  color: #222222;
}
.page--home .area--member .block--contents a {
  display: block;
  position: relative;
  transition: 0.3s;
}
.page--home .area--member .block--contents .block-tit {
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  bottom: 24px;
  right: 30px;
  text-align: right;
}
.page--home .area--member .block--contents .text-area {
  padding: 23px 30px 34px;
}
.page--home .area--member .block--contents .text-area .tit {
  font-size: 20px;
  text-align: left;
  margin: 0 0 20px;
}
.page--home .area--member .block--contents .text-area .date {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  bottom: 24px;
  left: 30px;
}
.page--home .area--member .block--contents .text-area .contents-tit {
  font-size: 14px;
  margin: 0 0 5px;
  opacity: 0.7;
}
.page--home .area--member .block--contents .text-area .contents-tit img {
  height: 35px;
  margin-bottom: -8px;
}
.page--home .area--member .block--contents .list--contents.no-data {
  background: #222222;
}
.page--home .area--member .block--contents .list--contents.no-data .text-area {
  width: 90%;
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.page--home .area--member .block--contents .list--contents.no-data .tit {
  text-align: center;
}
.page--home .block--info {
  background: #222222;
}
.page--home .list--information li {
  transition: all 0.5s 0s ease;
}
.page--home .list__more,
.page--home .section--sns .tit,
.page--home .section--sns a,
.page--home .block--thumb {
  transform: translateY(20px);
  transition: all 0.5s 0s ease;
}
.page--home .list--contents li {
  margin: 0;
}
.page--home .list--contents li .thumb {
  width: 100%;
  margin: 0 auto 50px;
  overflow: hidden;
}
.page--home .list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--home .list--contents li .thumb .blur img {
  filter: blur(6px);
  background-size: cover;
}
.page--home .list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.page--home .list--contents li .thumb img.dummy {
  background-size: contain;
}
.page--home .no-data {
  color: #fff;
  text-align: center;
}
.page--home .section--info .section--inner .inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.page--home .section--info .section--inner .inner .contents-tit {
  text-align: left;
  z-index: 9;
  color: #DDC37D;
  font-weight: normal;
}
.page--home .section--info .section--inner .inner .list--info li {
  border-bottom: 1px solid #707070;
}
.page--home .section--info .section--inner .inner .list--info li:first-child {
  border-top: 1px solid #707070;
}
.page--home .section--info .section--inner .inner .list--info li a {
  width: 100%;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}
.page--home .section--info .section--inner .inner .list--info li a:after {
  content: "";
  background: url(/static/orangerange/fanclub/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 16px;
  transition: all 0.3s;
}
.page--home .section--info .section--inner .inner .list--info li a:hover::after {
  right: 8px;
}
.page--home .section--info .section--inner .inner .list--info li a .tit {
  width: 100%;
  padding-top: 16px;
}
.page--home .section--login .inner--login .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page--home .section--login .inner--login .inner .contents-left {
  text-align: center;
}
.page--home .section--login .inner--login .inner .contents-left .login-logo {
  color: #DDC37D;
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.page--home .section--login .inner--login .inner .contents-left .login-logo:before, .page--home .section--login .inner--login .inner .contents-left .login-logo:after {
  content: "";
  background-color: #DDC37D;
  position: absolute;
}
.page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li {
  margin: 0 auto;
  font-size: 15px;
  position: relative;
  background: #DDC37D;
  transition: all 0.3s;
}
.page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li a {
  display: block;
  color: #000;
}
.page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner .g-nav__item__login {
  background: #fff;
}
.page--home .section--movie .inner--movie {
  text-align: right;
}
.page--home .section--movie .inner--movie .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.page--home .section--movie .inner--movie .inner .contents-tit {
  margin-bottom: 40px;
  text-align: left;
  color: #DDC37D;
  font-weight: normal;
}
.page--home .section--movie .inner--movie .inner .list--contents {
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.page--home .section--blog .inner--blog {
  padding: 120px 100px;
  text-align: right;
}
.page--home .section--blog .inner--blog .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.page--home .section--blog .inner--blog .inner .contents-tit {
  margin-bottom: 40px;
  text-align: left;
  color: #DDC37D;
  font-weight: normal;
}
.page--home .section--blog .inner--blog .inner .list--contents {
  text-align: left;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--home .section--blog .inner--blog .inner .list--contents li .thumb img {
  width: 100%;
  height: 100%;
}
.page--home .section--blog .inner--blog .inner .list--contents li .writer_name {
  border-top: 1px solid #707070;
  text-align: right;
}
.page--home .section--blog .inner--blog .inner .list--contents li .writer_name span {
  font-size: 12px;
}
.page--home .section--banner_footerarea {
  background: #222222;
}
.page--home .section--banner_footerarea .inner--banner_footerarea {
  text-align: right;
}
.page--home .section--banner_footerarea .inner--banner_footerarea .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page--home .section--banner_footerarea .inner--banner_footerarea .inner .list--bnr {
  display: flex;
  flex-wrap: wrap;
}
.page--home .section--banner_footerarea .inner--banner_footerarea .inner .list--bnr li {
  position: relative;
}
.page--home .section--banner_footerarea .inner--banner_footerarea .inner .list--bnr li img {
  height: 100%;
  width: 100%;
}
.page--home .section--banner_footerarea .inner--banner_footerarea .inner .list--bnr li a {
  display: block;
  position: relative;
}
.page--home .section--banner_footerarea .inner--banner_footerarea .inner .list--bnr li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/orangerange/fanclub/common/cover_contents.png);
  background-size: cover;
  top: 0;
  left: 0;
}
.page--home .section-info, .page--home .section--blog, .page--home .section--login, .page--home .section--banner_footerarea {
  background: #1A1A1A;
}
.page--home .section-media, .page--home .section--movie, .page--home .section--special {
  background: #222222;
}
.page--home .info_main, .page--home .inner--blog, .page--home .inner--banner_footerarea {
  background: #1A1A1A;
}
.page--home .media-main, .page--home .inner--movie, .page--home .inner--section--special {
  background: #222222;
}
.page--home footer {
  position: inherit;
}

.member_login {
  background: #DDC37D;
  position: relative;
}
.member_login .head-logo_login a {
  display: inline-block;
}
.member_login .head-logo_login a .header_logo_login {
  fill: #000;
  padding: 24px 0 0 24px;
  transition: all 1s 0s ease;
}
.member_login .head-logo_login a .header_logo_login svg {
  width: 100%;
}
.member_login .section--special, .member_login .section--blog, .member_login .section--info, .member_login .section--movie, .member_login .section--banner_footerarea {
  background: #DDC37D;
}
.member_login .inner--special, .member_login .inner--blog, .member_login .media-main {
  background: #1A1A1A;
}
.member_login .info_main, .member_login .inner--movie, .member_login .inner--banner_footerarea {
  background: #222222;
}
.member_login .section--login {
  display: none;
}
.member_login .section--special .inner--special .inner .list--contents li {
  background: #fff;
  padding: 16px 16px 40px;
}
.member_login .section--special .inner--special .inner .list--contents li .tit {
  color: #222222;
  margin-bottom: 24px;
}

.member_login.scrolling .header_logo_login {
  fill: #DDC37D !important;
}
.member_login.scrolling .top-login {
  color: #fff !important;
}

.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .tit {
  width: 100%;
  color: #DDC37D;
  border-bottom: 1px solid #707070;
  padding: 16px 0 24px;
}

/*  page--discography
------------------------------ */
.page--disco .list--discography {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.page--disco .list--discography li {
  margin-bottom: 40px;
}
.page--disco .list--discography li a {
  position: relative;
  display: block;
}
.page--disco .list--discography li a .thumb {
  position: relative;
  margin: 0 auto 16px;
  overflow: hidden;
  z-index: 1;
}
.page--disco .list--discography li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--disco .list--discography li a .thumb .blur img {
  filter: blur(6px);
  background-size: cover;
}
.page--disco .list--discography li a .thumb .dummy {
  position: relative;
  background-size: contain;
}
.page--disco .list--discography li a .block--text .date {
  font-size: 12px;
}
.page--disco .list--discography li a .block--text .tit {
  padding-top: 16px;
}
.page--disco .detail--inner {
  display: flex;
  flex-wrap: wrap;
}
.page--disco .detail--inner .jacket .ph {
  width: 100%;
  margin: 0 auto 24px;
  line-height: 0;
}
.page--disco .detail--inner .section--detail {
  width: 100%;
}
.page--disco .detail--inner .detail--inner {
  width: 100%;
}
.page--disco .detail--inner .block--disc-detail .tit,
.page--disco .detail--inner .block--disc-detail .category,
.page--disco .detail--inner .block--disc-detail .date {
  text-align: left;
}
.page--disco .detail--inner .block--disc-detail .text {
  padding-top: 16px;
}
.page--disco .detail--inner .block--disc-detail .tit {
  color: #DDC37D;
}
.page--disco .detail--inner .block--disc-detail .text .btn {
  margin: 1em 0;
}
.page--disco .detail--inner .block--disc-detail .sub-tit {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--disco .detail--inner .block--disc-detail .list--distribution {
  margin-bottom: 10px;
}
.page--disco .detail--inner .block--disc-detail .list--distribution::after {
  content: "";
  display: block;
  clear: both;
}
.page--disco .detail--inner .block--disc-detail .list--distribution li {
  width: 31%;
  margin-bottom: 8px;
}
.page--disco .detail--inner .block--disc-detail .list--distribution a {
  display: block;
  background: #222222;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  text-align: center;
}
.page--disco .detail--inner .block--disc-detail .list--distribution a img {
  width: 80%;
}

.page--schedule .list--schedule li {
  border-bottom: 1px solid #707070;
}
.page--schedule .list--schedule li .inner {
  display: flex;
  justify-content: flex-start;
}
.page--schedule .list--schedule li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 16px 14px 12px 10px;
  position: relative;
}
.page--schedule .list--schedule li .category {
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 4px;
}
.page--schedule .list--schedule li .tit {
  margin-top: -5px;
}
.page--schedule .list--schedule li .date {
  width: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: -1px;
  left: 0;
  margin: 17px 0 28px;
  letter-spacing: 0.05em;
}
.page--schedule .list--schedule li .date .m {
  font-size: 15px;
  position: absolute;
  left: 5px;
  top: -2px;
}
.page--schedule .list--schedule li .date .d {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  line-height: 1;
  left: 19px;
  top: 14px;
}
.page--schedule .list--schedule li .date .d::before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 5px;
  left: -16px;
  transform: rotate(-42deg);
}
.page--schedule .list--schedule li .youbi {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  text-align: center;
  line-height: 1;
  position: relative;
  bottom: -14px;
  left: -5px;
}
.page--schedule .list--schedule li .list__txt {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page--schedule .list--schedule li .block--txt {
  width: 100%;
}
.page--schedule .list--schedule li::after {
  content: "";
  display: block;
  clear: both;
}
.page--schedule .list--schedule li .sche-date {
  position: relative;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.page--schedule .list--schedule li .sche-date .m-d {
  display: block;
}
.page--schedule .list--schedule li .sche-date .week {
  display: block;
  letter-spacing: 0.04em;
}
.page--schedule [type=checkbox], .page--schedule [type=radio] {
  display: none;
}
.page--schedule .section--list .month-wrap {
  position: relative;
  padding: 50px 10% 0;
  margin: 0 0 20px;
}
.page--schedule .section--list .month-wrap > .block--month {
  float: left;
  padding: 0;
  margin: 0;
}
.page--schedule .section--list .block--month {
  margin: 0 0 20px;
}
.page--schedule .section--list .block--month .tit {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
}
.page--schedule .section--list .block--month .tit span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  margin-left: 10px;
  letter-spacing: 0.2em;
}
.page--schedule .section--list .block--month .tit span::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  background: #fff;
  top: -4px;
  left: 2px;
  transform: rotate(35deg);
}
.page--schedule .section--list .block--month .tit span.month-year {
  padding-right: 15px;
  margin-right: 4px;
}
.page--schedule .section--list .block--month .tit span.month-year:before {
  right: 0;
}
.page--schedule .section--list .month-pager {
  display: flex;
}
.page--schedule .block--category li label {
  transition: all 0.3s 0s ease;
}
.page--schedule .block--category li label:hover {
  opacity: 0.7;
}
.page--schedule.category- .block--category {
  margin: 5px auto 20px;
}

/*  page--biography
------------------------------ */
.section--detail.page--bio .inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section--detail.page--bio .inner .ph {
  width: 40%;
  box-shadow: 10px 61px 32px -50px rgba(0, 0, 0, 0.4392156863);
}
.section--detail.page--bio .txt {
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0;
}
.section--detail.page--bio .area--txt {
  width: 45%;
}
.section--detail.page--bio .name {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.section--detail.page--bio .data {
  font-size: 12px;
  margin-bottom: 40px;
}

.page--movie .section--list .list--contents li {
  transition: 0.3s;
}
.page--movie .section--list .list--contents li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie .section--list .list--contents li a .thumb .blur img {
  filter: blur(6px);
  background-size: cover;
}
.page--movie .section--list .list--contents li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 10px auto 20px;
  padding-top: 56.25%;
  background: #222222;
  line-height: 0;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .section--detail .tit {
  width: 100%;
  font-size: 18px;
  color: #DDC37D;
  margin-bottom: 0;
}
.page--movie .section--detail .date {
  border-bottom: 1px solid #707070;
  padding: 0 0 24px;
  width: 100%;
}
.page--movie .section--detail .btn {
  margin: 1em auto;
  display: block;
  width: 200px;
}
.page--movie .section--detail .btn a {
  line-height: 1.2;
}

.page--movie.new-movie .wrap .list--contents {
  gap: 3.5%;
}
.page--movie.new-movie .wrap .list--contents li {
  width: 31%;
  margin-bottom: 50px;
}
.page--movie.new-movie .wrap .section--list {
  width: auto;
}
.page--movie.new-movie .wrap .section--list .section-tit {
  margin-bottom: 80px;
}
.page--movie.new-movie .wrap .section--list .list--contents li a .thumb img {
  background-size: cover;
}
.page--movie.new-movie .wrap .list--contents li .list__txt .date {
  font-size: 10px;
  margin: 0;
  opacity: 1;
}
.page--movie.new-movie .wrap .list__more a {
  border-bottom: 2px solid;
  padding-bottom: 2px;
}
.page--movie.new-movie .wrap .section--list .block--category-list .no-data {
  margin: 0 !important;
}
.page--movie.new-movie .wrap .section--detail .block--player {
  margin-bottom: 30px;
}
.page--movie.new-movie .wrap .section--detail .date {
  padding: 0;
  border: none;
}
.page--movie.new-movie .wrap .section--detail .block--tit {
  width: 100%;
  margin: 0 auto 60px;
}
.page--movie.new-movie .wrap .section--detail .block--tit .tit {
  font-size: 19px;
  line-height: 1.5;
}
.page--movie.new-movie .wrap .section--detail .block--tit .category {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .block--tit .date {
  opacity: 1;
  font-size: 10px;
  border-bottom: 1px solid #707070;
  padding: 0 0 24px;
}
.page--movie.new-movie .wrap .section--detail .area--movie {
  width: 80%;
  margin: 0 auto;
}
.page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .wrap .vjs-audio.vjs-has-started .vjs-poster {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie.current::after, .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--comment.current::after {
  background: #fff;
  height: 1px;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab > div.current.tab__list .item__ico img {
  background: none;
  background-color: #ffffff;
  -webkit-mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
          mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.page--movie.new-movie.special-contents .wrap .section--detail .block--tit .date {
  padding: 0;
  border: none;
}
.page--movie.new-movie.special-contents .wrap .section--detail .block--tit .category {
  display: inline-block;
  opacity: 1;
  font-size: 10px;
}

.special-contents .section--detail .tit {
  width: 100%;
  font-size: 18px;
  color: #DDC37D;
  border-bottom: 1px solid #707070;
  padding: 16px 0 24px;
}
.special-contents .section--detail .date {
  padding: 0;
  width: auto;
  border: none;
}

.page--photo .list--contents li .tit {
  padding-top: 0;
}
.page--photo .list--contents li .subTit {
  color: #888;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.page--photo .block--category.block--archive {
  margin-top: 40px;
  left: 0;
}
.page--photo .block--category.block--archive li a {
  padding-right: 10px;
  position: relative;
}
.page--photo .block--category.block--archive li a::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #DDC37D;
  border-right: 1px solid #DDC37D;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .block--category.block--archive {
    margin-top: 0;
  }
  .page--photo .block--category.block--archive li a {
    padding-right: 7px;
  }
  .page--photo .block--category.block--archive li a::after {
    width: 5px;
    height: 5px;
    top: 3px;
  }
}
@media screen and (min-width: 961px) {
  .page--photo .block--pager {
    left: -18px;
  }
}
.page--photo .list--information .tit {
  padding-top: 0;
}

.page--photo.detail .section--list .titArea {
  border-bottom: 1px solid #707070;
  padding: 16px 0 24px;
  margin-bottom: 60px;
}
.page--photo.detail .section--list .titArea .tit {
  width: 100%;
  font-size: 18px;
  color: #DDC37D;
  margin: 0 0 10px 0;
}
.page--photo.detail .section--list .titArea .subTit {
  color: #888;
  font-size: 14px;
}

.page--photo .section--list .list--contents li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--photo .section--list .list--contents li a .thumb .blur img {
  filter: blur(6px);
  background-size: cover;
}
.page--photo .section--list .list--contents li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}

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

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

#swipebox-overlay {
  background: rgba(14, 14, 14, 0.9490196078);
}

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

#swipebox-action #swipebox-close {
  top: 30px;
  right: 30px;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

.section--biography {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15vh 0 0;
}
.section--biography .thumb {
  width: 35vw;
  height: 45vw;
  box-shadow: 0 20px 30px -10px rgba(84, 18, 88, 0.3);
}
.section--biography .thumb > img {
  width: 100%;
  height: 100%;
}
.section--biography .area--text {
  width: 36vw;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0 8vw 0 0;
}
.section--biography .area--text .block--profile .name {
  font-size: 20px;
  margin-bottom: 6px;
}
.section--biography .area--text .block--profile .data {
  letter-spacing: 0;
  line-height: 2em;
}

.page--blog .list--contents .thumb .dummy {
  position: relative;
  background-size: contain;
}
.page--blog .list--contents .list__txt {
  width: 100%;
}
.page--blog .list--contents .list__txt .writer_name {
  border-top: 1px solid #707070;
  text-align: right;
}
.page--blog .list--contents .list__txt .writer_name span {
  font-size: 12px;
}
.page--blog .list--horizontal {
  font-family: "Noto Sans JP", sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .tit {
  width: 100%;
  font-size: 18px;
  color: #DDC37D;
  border-bottom: 1px solid #707070;
  padding: 16px 0 24px;
}
.page--blog .section--detail .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--blog .section--detail .block--player .vjs-picture-in-picture-control.vjs-button::before {
  font-family: "Material Symbols Outlined";
  font-size: 16px;
}
.page--blog video {
  position: relative;
}
.page--blog .ph img {
  max-width: 100%;
}
.page--blog .block--form .comment-tit {
  text-align: left;
  color: #DDC37D;
}
.page--blog .block--form .area-comment {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.page--blog .block--comment {
  background-color: #1A1A1A;
}
.page--blog .block--comment .list--comment li {
  position: relative;
  border-bottom: solid 1px #666;
}
.page--blog .block--comment .list--comment li:last-child {
  border-bottom: none;
}
.page--blog .block--comment .list--comment li .name {
  color: #DDC37D;
  line-height: 1.2;
}
.page--blog .block--comment .list--comment li .txt {
  margin-top: 5px;
  padding: 0;
}
.page--blog .block--comment .list--comment li .btn--delete {
  position: absolute;
  right: 0;
  top: 18px;
}
.page--blog .block--comment .list--comment li .btn--delete input[type=submit] {
  padding: 5px 8px;
  font-size: 13px;
  color: #afafaf;
  background: #323232;
  border: none;
  z-index: 2;
  cursor: pointer;
}
.page--blog .commentPost {
  text-align: center;
}
.page--blog .commentPost dl {
  text-align: left;
  border: 0.5px solid #707070;
  padding: 40px 30px 20px;
  margin-bottom: 40px;
}
.page--blog .commentPost dl dt {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1;
}
.page--blog .commentPost dl dd {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1;
}
.page--blog .comment--area {
  text-align: center;
}
.page--blog .comment--area .block--error {
  margin-bottom: 2%;
}
.page--blog .list--information li .tit {
  padding-top: 0;
}
.page--blog .list--information li a:after {
  content: "";
}
.page--blog .blogtop {
  width: 100px;
}

.ym .list--information li .tit {
  padding-top: 16px;
}

.page--wallpaper .list--wallpaper {
  display: flex;
  flex-wrap: wrap;
}
.page--wallpaper .list--wallpaper > li .thumb {
  margin-bottom: 15px;
}
.page--wallpaper .block--wp-size .tit {
  margin-bottom: 1.5em;
}
.page--wallpaper .block--wp-size .list--size {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--wallpaper .block--wp-size .list--size li a {
  display: block;
  padding: 0.6em 0;
  background-color: #1A1A1A;
  color: #DDC37D;
  text-align: center;
}

.section--detail.support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.support .txt {
  padding-top: 50px;
}
.section--detail.support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 2px;
}
.section--detail.support .list--support a:hover {
  text-decoration: none;
}
.section--detail.support .list--support dt {
  font-weight: bold;
}
.section--detail.support .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq {
  font-family: "Noto Sans JP", sans-serif;
}
.page--faq .section--list .section-tit {
  font-family: "Noto Sans JP", sans-serif;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
}
.page--faq .section--list .block--contact a:hover {
  color: #fff;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .section--detail .detail__btn {
  margin: 0 auto;
}
.page--faq .section--detail .detail__btn a:before {
  content: "BACK";
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #fff;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: 1px solid #707070;
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid #707070;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: center;
  align-items: center;
  padding: 24px 0;
  text-decoration: none;
  transition: color 0.3s;
}
.page--faq .list--faq li a:hover {
  opacity: 0.7;
}
.page--faq .list--faq .txt {
  padding: 0;
  line-height: 1.4em;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  color: #DDC37D;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: 1px solid #707070;
  padding: 24px 16px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail .icon--q {
  color: #DDC37D;
  margin-right: 8px;
}
.page--faq .block--faq-detail dt {
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #707070;
  padding: 0 0 24px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding: 0;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page--faq .block--faq-detail .txt a:hover {
  color: #fff;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none !important;
  transition: 0.3s;
}
.page--faq .block--contact a:hover {
  color: #fff;
  text-decoration: none;
}
.page--faq .block--contact a:hover + i {
  color: #fff;
}

.page--questionnaire {
  font-family: "Noto Sans JP", sans-serif;
}
.page--questionnaire .q_btn {
  text-align: center;
  padding-top: 20px;
}
.page--questionnaire .q_btn .btn {
  margin: 0 auto;
}
.page--questionnaire .section--detail {
  padding: 0 10% 10%;
}
.page--questionnaire .section--detail .section-tit {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding-bottom: 12px;
  border-bottom: 1px solid #888;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #ff8661;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding-left: 10px;
}

.section--list.page--entry {
  text-align: center;
}
.section--list.page--entry .lead {
  text-align: left;
}
.section--list.page--entry .lead h2 {
  margin-bottom: 24px;
  color: #DDC37D;
  line-height: 1;
}
.section--list.page--entry .lead p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.section--list.page--entry .tit {
  margin-bottom: 24px;
  text-align: center;
  color: #DDC37D;
}
.section--list.page--entry .list--contents {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
.section--list.page--entry .list--contents:after {
  content: none;
}
.section--list.page--entry .list--contents li {
  font-weight: bold;
  width: 48%;
  border: 1px solid #DDC37D;
  color: #DDC37D;
  position: relative;
}
.section--list.page--entry .list--contents li:before, .section--list.page--entry .list--contents li:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.section--list.page--entry .list--contents li:before {
  border-left: solid 2px #DDC37D;
  border-top: solid 2px #DDC37D;
  top: 0;
  left: 0;
}
.section--list.page--entry .list--contents li:after {
  border-right: solid 2px #DDC37D;
  border-bottom: solid 2px #DDC37D;
  bottom: 0;
  right: 0;
}
.section--list.page--entry .list--contents li:hover {
  opacity: 1;
}
.section--list.page--entry .block--entry dl {
  font-size: 12px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #707070;
  border-bottom: none;
}
.section--list.page--entry .block--entry dl dt {
  padding: 5px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section--list.page--entry .block--entry dl dd {
  padding: 24px;
  border-bottom: 1px solid #707070;
  text-align: left;
}
.section--list.page--entry .block--entry dl dd span {
  font-size: 10px;
}
.section--list.page--entry .block--contents {
  font-size: 12px;
}
.section--list.page--entry .block--contents .fc-service-list {
  border: 1px solid #DDC37D;
  font-size: 12px;
}
.section--list.page--entry .block--contents .fc-service-list .txt {
  text-align: left;
}
.section--list.page--entry .btn_entry a {
  display: inline;
  color: #DDC37D;
  text-decoration: underline;
}
.section--list.page--entry .btn_entry a:hover {
  opacity: 0.7;
}
.section--list.page--entry .btn_entry .btn {
  padding: 16px 32px;
  margin: 16px 0 40px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.section--list.page--entry .btn_entry .btn:after {
  top: 44%;
}
.section--list.page--entry .btn_entry .surely {
  text-align: left;
}

.btn.entry .btn--main,
.btn .btn--main {
  padding: 10px 0;
  margin: 1em;
  width: 200px;
  color: #DDC37D;
  font-size: 15px;
  position: relative;
  border: 1px solid #DDC37D;
  display: inline-block;
  line-height: 1;
}

.btn.entry .btn--main {
  padding: 10px 0;
  margin: 1em;
  width: 200px;
  color: #DDC37D;
  font-size: 15px;
  position: relative;
  border: 1px solid #DDC37D;
  display: inline-block;
  line-height: 1;
}

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

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

.page--special .list--contents .list__txt {
  width: 100%;
}
.page--special .list--contents .list__txt .writer_name {
  border-top: 1px solid #707070;
  text-align: right;
}
.page--special .list--contents .list__txt .writer_name span {
  font-size: 12px;
}
.page--special .list--contents li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--special .list--horizontal li {
  border-bottom: 1px solid #D3D3D3;
}
.page--special .list--horizontal li a {
  padding: 38px 0px;
}
.page--special .section--detail .txt a {
  text-decoration: underline;
}
.page--special video {
  position: relative;
}

/* .page--first_login
------------------------------ */
.section--detail.page--first_login .section-tit {
  letter-spacing: 0.04em;
}
.section--detail.page--first_login .section-tit span.attention {
  position: relative;
  display: block;
  color: #ff8661;
  font-size: 18px;
  margin: 0 auto 14px;
  border: 1px solid #ff8661;
}
.section--detail.page--first_login .section-tit span.attention:before, .section--detail.page--first_login .section-tit span.attention:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.section--detail.page--first_login .section-tit span.attention:before {
  border-left: solid 2px #ff8661;
  border-top: solid 2px #ff8661;
  top: 0;
  left: 0;
}
.section--detail.page--first_login .section-tit span.attention:after {
  border-right: solid 2px #ff8661;
  border-bottom: solid 2px #ff8661;
  bottom: 0;
  right: 0;
}
.section--detail.page--first_login .txt {
  font-size: 14px;
  padding: 0;
}
.section--detail.page--first_login .block--lead .txt {
  margin-bottom: 0.8em;
}
.section--detail.page--first_login .txt--link a {
  display: inline-block;
  position: relative;
  color: #DDC37D;
}
.section--detail.page--first_login .txt--link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #DDC37D;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  position: absolute;
  top: 27%;
  right: -16px;
}
.section--detail.page--first_login .txt--link a:hover {
  opacity: 0.7;
}
.section--detail.page--first_login .block--attention {
  color: #ff8661;
  border: 1px solid #ff8661;
  padding: 24px;
  margin: 1.8em 0;
  position: relative;
}
.section--detail.page--first_login .block--attention:before, .section--detail.page--first_login .block--attention:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.section--detail.page--first_login .block--attention:before {
  border-left: solid 2px #ff8661;
  border-top: solid 2px #ff8661;
  top: 0;
  left: 0;
}
.section--detail.page--first_login .block--attention:after {
  border-right: solid 2px #ff8661;
  border-bottom: solid 2px #ff8661;
  bottom: 0;
  right: 0;
}
.section--detail.page--first_login .block--attention .tit {
  font-weight: 600;
  font-size: 16px;
}
.section--detail.page--first_login .block--attention ul {
  margin-top: 15px;
}
.section--detail.page--first_login .block--attention ul li {
  position: relative;
}
.section--detail.page--first_login .block--attention ul li:first-of-type {
  margin-bottom: 8px;
}
.section--detail.page--first_login .block--attention .txt--link a {
  color: #DDC37D;
  text-decoration: underline;
}
.section--detail.page--first_login .block--attention .txt--link a:hover {
  opacity: 0.7;
}
.section--detail.page--first_login .block--attention .fas {
  margin-right: 0.25em;
}
.section--detail.page--first_login .block--step {
  margin: 40px 0 0;
  text-align: center;
}
.section--detail.page--first_login .block--step .list-tit {
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
  margin-bottom: 24px;
  color: #DDC37D;
}
.section--detail.page--first_login .block--step .list-tit > span {
  border: 1px solid #DDC37D;
  color: #DDC37D;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  margin-right: 12px;
}
.section--detail.page--first_login .block--step .list--step {
  text-align: left;
}
.section--detail.page--first_login .block--step .list--step > li {
  margin-bottom: 30px;
  padding: 32px 4%;
  background: #191919;
}
.section--detail.page--first_login .block--step .list--step > li .thumb {
  width: 90%;
  margin: 30px auto;
  border: 1px solid #707070;
  line-height: 0;
}
.section--detail.page--first_login .block--step .list--step > li .thumb img {
  width: 100%;
}
.section--detail.page--first_login .block--step .block {
  margin: 0.5em 0;
}
.section--detail.page--first_login .block--step .block:not(:last-of-type) {
  margin: 20px 0 30px;
}
.section--detail.page--first_login .block--step .block > .tit {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 1em;
}
.section--detail.page--first_login .block--step .block > .tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
}

/* page--profile
------------------------------ */
.section--detail.page--profile .section-tit {
  letter-spacing: 0.04em;
}
.section--detail.page--profile .profile--inner .profileimg {
  padding: 24px;
  margin-bottom: 40px;
  position: relative;
  display: block;
  border: 1px solid #DDC37D;
}
.section--detail.page--profile .profile--inner .profileimg:before, .section--detail.page--profile .profile--inner .profileimg:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.section--detail.page--profile .profile--inner .profileimg:before {
  border-left: solid 2px #DDC37D;
  border-top: solid 2px #DDC37D;
  top: 0;
  left: 0;
}
.section--detail.page--profile .profile--inner .profileimg:after {
  border-right: solid 2px #DDC37D;
  border-bottom: solid 2px #DDC37D;
  bottom: 0;
  right: 0;
}
.section--detail.page--profile .profile--inner .profileimg .img_cover {
  position: relative;
}
.section--detail.page--profile .profile--inner .profileimg .img_cover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/orangerange/fanclub/common/cover_contents.png);
  background-size: cover;
  top: 0;
  left: 0;
}
.section--detail.page--profile .profile--inner p {
  line-height: 2;
  font-size: 13px;
  letter-spacing: 0.05em;
}

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

/* page--bbs
// ----------------------------- */
.page--bbs .section--detail {
  text-align: center;
}
.page--bbs .section--detail .block--thread-info,
.page--bbs .section--detail .txt--basic,
.page--bbs .section--detail .form--confirm,
.page--bbs .section--detail dl {
  text-align: left;
}
.page--bbs .section--detail .txt {
  margin: 0;
  padding: 0;
}
.page--bbs .section--detail .list--information {
  margin: 6% 0;
  text-align: left;
}
.page--bbs .section--detail .comment li {
  padding: 24px 8px;
}
.page--bbs .section--detail .comment li .name {
  color: #DDC37D;
  font-size: 12px;
  font-weight: bold;
}
.page--bbs .section--detail .comment li .text {
  font-size: 12px;
}
.page--bbs .section--detail .comment li .txt {
  padding-top: 10px;
  font-size: 12px;
}
.page--bbs .section--detail .comment li .block--user {
  line-height: 1;
}
.page--bbs .section--detail .comment li .ph {
  padding-top: 16px;
}
.page--bbs .section--detail #comment_form {
  padding-top: 40px;
}
.page--bbs .section--detail #comment_form dt {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1;
}
.page--bbs .section--detail #comment_form dd {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1;
}
.page--bbs .section--detail #comment_form dd textarea {
  margin: 0 auto 24px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.page--bbs .commented {
  margin-bottom: 80px !important;
}

/* page--error
------------------------------ */
.page--error .section--detail .btn {
  margin: 3em 0;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: 1200;
  transition: 0.5s ease;
}

#loading {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
#loading .bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
}

.load-finish .loading {
  height: 0;
  top: -200px;
  opacity: 0;
}
.load-finish #loading .bar {
  display: none;
}
.load-finish .keyvisual {
  transform: scale(1) !important;
}

.page--schedule .section--list {
  position: relative;
}
.page--schedule .section--list .block--month {
  position: relative;
}
.page--schedule .section--list .block--month .tit {
  line-height: 1;
  letter-spacing: 0;
}
.page--schedule .section--list .block--month .tit span {
  position: relative;
}
.page--schedule .section--list .block--month .month-pager {
  display: flex;
  letter-spacing: 0;
}
.page--schedule .section--list .block--month .month-pager li a {
  font-weight: 700;
}
.page--schedule .section--list .block--category li input[type=checkbox] {
  display: none;
}
.page--schedule .section--list .block--category li .category {
  color: #DDC37D;
  font-size: 14px;
}
.page--schedule .section--list .block--category li input[type=checkbox]:not(:checked) + .category {
  color: #888;
}
.page--schedule .section--list .block--category li span.category {
  border: none;
  margin: 0;
  padding: 5px 8px;
  margin: 24px 0 0;
}
.page--schedule .section--list .block--category li:hover * {
  cursor: pointer;
  color: #DDC37D;
}
.page--schedule .block--calendar {
  margin-right: -7px;
}
.page--schedule .block--calendar .header-week {
  display: flex;
  flex-wrap: wrap;
  color: #DDC37D;
}
.page--schedule .block--calendar .header-week div {
  width: calc(14.2857142857% - 1px);
  padding-bottom: 5px;
  border-bottom: 0.5px solid #DDC37D;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.page--schedule .block--calendar .week > div:nth-child(1) {
  border-left: 0.5px solid #DDC37D;
}
.page--schedule .block--calendar .calendar-wrap {
  display: flex;
  flex-wrap: wrap;
}
.page--schedule .block--calendar .calendar-wrap div > div {
  width: calc(14.2857142857% - 1px);
  text-align: center;
  border-right: 0.5px solid #DDC37D;
  border-bottom: 0.5px solid #DDC37D;
}
.page--schedule .block--calendar .calendar-wrap > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.page--schedule .block--calendar .calendar-wrap .cell {
  min-height: 100px;
  text-align: left;
  padding: 0 5px 10px;
}
.page--schedule .block--calendar .calendar-wrap .cell > div {
  width: 100%;
  border: none;
}
.page--schedule .block--calendar .calendar-wrap .cell > div:not(:last-child) {
  margin-bottom: 8px;
}
.page--schedule .block--calendar .calendar-wrap .cell > div a {
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 10px;
  line-height: 140%;
  word-break: break-all;
}
.page--schedule .block--calendar .calendar-wrap .cell > div a:hover {
  opacity: 0.6;
}
.page--schedule .block--calendar .calendar-wrap .cell > div .category {
  background: #464646;
  color: #DDC37D;
  letter-spacing: 0.05em;
  border: none;
}
.page--schedule .block--calendar .calendar-wrap .cell a {
  color: #000;
}
.page--schedule .block--calendar .calendar-wrap .cell a span {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
}
.page--schedule .block--calendar .calendar-wrap .cell a .cate {
  color: #fff;
}
.page--schedule .block--calendar .calendar-wrap .cell a .tit {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  word-break: break-all;
  color: #fff;
}
.page--schedule .block--calendar .calendar-wrap .cell .date {
  color: #DDC37D;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    padding: 10px 0;
    margin: 1em;
    width: 200px;
    color: #DDC37D;
    font-size: 15px;
    position: relative;
    border: 1px solid #DDC37D;
    display: inline-block;
  }
  .btn--main:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #DDC37D;
    border-right: 1px solid #DDC37D;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .btn--main:hover {
    right: 10px;
  }
  .btn--sub {
    min-width: 200px;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .wrap {
    padding-top: 100px;
    padding-bottom: 345px;
  }
  .section--list,
  .section--detail {
    padding-top: 6%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 120px;
  }
  .section--list .list--contents {
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    margin-bottom: 50px;
    margin-right: 0 !important;
  }
  .section--list .list--contents li:hover {
    opacity: 0.7;
  }
  .section--list .list--contents li a .thumb {
    width: 100%;
    margin-bottom: 10px;
    transition: 0.3s;
  }
  .section--list .list--contents li a .thumb .cover {
    width: 90%;
  }
  s .block--pager {
    text-align: center;
  }
  .block--pager li {
    width: 36px;
    height: 32px;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li .thumb {
    overflow: hidden;
  }
  .list--contents li:nth-child(odd) {
    margin-right: 4%;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .btn {
    margin: 1em;
    transition: all 0.3s;
  }
  .btn:hover {
    opacity: 0.7;
  }
  .detail__btn {
    font-size: 15px;
    margin: 7em 0 0;
  }
  .block--category {
    margin: -40px 0 40px -8px;
  }
  .block--category li.month {
    letter-spacing: -0.5em;
  }
  .block--category li {
    border: none;
    position: relative;
  }
  .block--category li a {
    display: block;
    position: relative;
  }
  .block--category li a:hover {
    opacity: 0.7;
  }
  .header_main {
    height: 100px;
  }
  .header_main .head-logo_login {
    transition: all 0.3s 0s ease;
  }
  .header_main .head-logo_login a {
    width: 262px;
  }
  .header_main .head-logo_login a .header_logo_login {
    padding: 24px 0 0 24px;
  }
  .header_main .head-logo_login:hover {
    opacity: 0.7;
  }
  .header_main .head-logo {
    transition: all 0.3s 0s ease;
  }
  .header_main .head-logo a {
    width: 240px;
  }
  .header_main .head-logo a .header_logo_logout {
    padding: 24px 0 0 24px;
  }
  .header_main .head-logo:hover {
    opacity: 0.7;
  }
  .member_login .head-logo_login a {
    width: 262px;
  }
  .member_login .section--special, .member_login .section--blog, .member_login .section--info, .member_login .section--movie, .member_login .section--banner_footerarea {
    margin-bottom: 1%;
  }
  .member_login .top-login {
    color: #222222;
  }
  .top-login {
    padding: 40px 0 0;
    display: flex;
    position: fixed;
    top: 0;
    right: 140px;
    font-size: 12px;
    color: #fff;
  }
  .top-login li {
    transition: all 0.3s;
  }
  .top-login li:hover {
    opacity: 0.7;
  }
  .top-login .g-nav__item__join {
    transition: all 0.3s;
    margin-right: 32px;
  }
  .top-login .g-nav__item__mypage {
    transition: all 0.3s;
    margin-right: 32px;
  }
  .top-login .g-nav__item__login {
    transition: all 0.3s;
  }
  .block--login li:hover::before {
    background: #fff;
  }
  .block--login li:hover:after {
    transform: translateY(-50%);
  }
  .block--login li:hover a {
    color: #fff;
  }
  .drawer__btn {
    width: 100px;
    height: 100px;
    cursor: pointer;
  }
  .drawer__btn .open-menu-btn span {
    width: 32px;
    height: 2px;
    display: block;
    margin-bottom: 10px;
  }
  .drawer__btn .open-menu-btn span:nth-of-type(3) {
    margin-bottom: 0;
  }
  .drawer .drawer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    padding: 5%;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer [class^=nav--] {
    width: 60%;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer .nav--menu {
    width: 800px;
    margin: 0 auto;
  }
  .drawer .nav--menu .g-nav.g-nav--official li a {
    padding: 8px 0;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li a {
    display: inline-block;
  }
  .drawer .nav--menu .nav--support {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #888888;
    font-size: 12px;
  }
  .drawer .nav--menu .nav--support li {
    display: inline-block;
    margin-right: 1.6em;
  }
  .drawer .nav--menu .nav--support li:last-child {
    margin-right: 0;
  }
  .drawer .nav--menu .nav--support li a:hover {
    opacity: 0.7;
  }
  .drawer .nav--menu .head-inner-logo {
    padding-top: 5%;
    margin-bottom: 10%;
    text-align: center;
  }
  .drawer .nav--menu .head-inner-logo a:hover {
    opacity: 0.7;
  }
  .drawer .nav--menu .login-logo {
    margin-bottom: 4%;
    margin-left: -16px;
    font-size: 22px;
  }
  .drawer .nav--menu .login-logo:before, .drawer .nav--menu .login-logo:after {
    content: "";
    width: 15px;
    height: 3px;
    top: 8px;
    right: -22px;
  }
  .drawer .nav--menu .login-logo:before {
    width: 3px;
    height: 15px;
    top: 2px;
    right: -16px;
  }
  .drawer .nav--menu .menu-join_login_inner li {
    width: 40%;
  }
  .drawer .nav--menu .menu-join_login_inner li a {
    padding: 24px 0 !important;
  }
  .page--home {
    /* footer */
    /* section--banner */
    /* section--info */
    /* section--schedule */
    /* area--member */
  }
  .page--home .category {
    margin: 0 24px 0 0;
  }
  .page--home .section-tit {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1;
    text-align: center;
    margin: 0 0 7%;
  }
  .page--home footer .nav--support {
    margin-bottom: 40px;
    display: block;
  }
  .page--home .section--banner {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .page--home .section--banner .list--bnr .slick-prev,
  .page--home .section--banner .list--bnr .slick-next {
    width: 36px;
    height: 36px;
  }
  .page--home .section--banner .list--bnr .slick-prev {
    left: 27.5%;
  }
  .page--home .section--banner .list--bnr .slick-next {
    right: 27.5%;
  }
  .page--home .section--banner .list--bnr .slick-slide {
    padding: 0 0.4%;
  }
  .page--home .section--special .inner--special {
    margin: 0 auto;
    width: 98%;
    padding: 120px 100px;
  }
  .page--home .section--special .inner--special .list--contents {
    margin-bottom: 80px;
  }
  .page--home .section--special .inner--special .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--home .section--special .inner--special .list--contents li {
    width: 31%;
  }
  .page--home .section--special .inner--special .list--contents li:nth-child(odd) {
    margin-right: 0;
  }
  .page--home .section--special .inner--special .list--contents li .tit {
    margin-bottom: 2%;
  }
  .page--home .section--special .inner--special .list--contents li .thumb {
    margin-bottom: 10px;
  }
  .page--home .section--special .inner--special .list--contents li .writer_name {
    margin-top: 24px;
    padding-top: 24px;
  }
  .page--home .section--special .inner--special .list--contents li a:hover {
    opacity: 0.7;
  }
  .page--home .list--information {
    width: 100%;
    margin: 0 0 60px;
  }
  .page--home .list--information .no-data {
    text-align: center;
  }
  .page--home .section--info.schedule .list--information .list__txt {
    width: 80%;
  }
  .page--home .section--info.schedule .list--information .category {
    margin: 0;
    margin-right: 0;
    min-width: inherit;
  }
  .page--home .area--member .menber--inner {
    padding: 280px 50px;
  }
  .page--home .area--member .logo-area {
    margin: 0 0 0 4vw;
    padding: 10vw 0 6vw;
  }
  .page--home .area--member .login--btn li:hover::before {
    background: #fff;
  }
  .page--home .area--member .block--expire {
    width: 52%;
    padding: 3%;
    margin: 0 auto 6%;
  }
  .page--home .area--member .block--expire .tit {
    font-size: 1.5em;
  }
  .page--home .area--member .block--expire .txt--basic {
    margin: 0 0 2em;
  }
  .page--home .area--member .block--contents {
    margin-bottom: 200px;
  }
  .page--home .area--member .block--contents.new a:hover:before {
    color: #888;
  }
  .page--home .area--member .block--contents a {
    transition: 0.3s;
  }
  .page--home .area--member .block--contents a:hover .thumb:after {
    opacity: 1;
  }
  .page--home .area--member .block--contents .list--contents.no-data {
    min-height: 500px;
  }
  .page--home .area--member .block--contents .list--contents.no-data .tit {
    font-size: 70px !important;
  }
  .page--home .area--member .block--contents.block--blog .list--contents {
    justify-content: space-between;
    padding: 0 10%;
  }
  .page--home .area--member .block--contents.block--blog .list--contents li {
    width: 19vw;
    margin: 0 3.5vw;
  }
  .page--home .area--member .block--contents.block--blog .list--contents li .thumb.login img.dummy {
    position: relative;
    display: block;
  }
  .page--home .area--member .block--contents.block--movie {
    padding: 0 0 200px;
    margin-bottom: 0;
  }
  .page--home .area--member .block--contents.block--movie .list--contents li .thumb.login, .page--home .area--member .block--contents.block--photo .list--contents li .thumb.login {
    width: 50%;
    min-width: 600px;
  }
  .page--home .header_main {
    background: none;
  }
  .page--home .section--info .section--inner {
    margin: 0 auto;
    width: 98%;
    padding: 120px 100px;
  }
  .page--home .section--info .section--inner .inner .contents-tit {
    margin-top: -20px;
    width: 24%;
  }
  .page--home .section--info .section--inner .inner .contents-left {
    width: 76%;
    text-align: right;
  }
  .page--home .section--info .section--inner .inner .list--info {
    margin: 0 0 80px;
    text-align: left;
  }
  .page--home .section--info .section--inner .inner .list--info li a {
    padding: 30px 50px 30px 24px;
  }
  .page--home .section--info .section--inner .inner .list--info li a:hover {
    opacity: 0.7;
  }
  .page--home .section--info .section--inner .inner .list--info li a:after {
    content: "";
    width: 21px;
    height: 6px;
  }
  .page--home .section--login .inner--login .inner .orangerange_member {
    width: 50%;
    position: relative;
  }
  .page--home .section--login .inner--login .inner .orangerange_member:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/orangerange/fanclub/common/cover_contents.png);
    background-size: cover;
    top: 0;
    left: 0;
  }
  .page--home .section--login .inner--login .inner .orangerange_member img {
    width: 100%;
  }
  .page--home .section--login .inner--login .inner .contents-left {
    width: 50%;
  }
  .page--home .section--login .inner--login .inner .contents-left .login-logo {
    margin-bottom: 2%;
    margin-left: -16px;
    font-size: 22px;
  }
  .page--home .section--login .inner--login .inner .contents-left .login-logo:before, .page--home .section--login .inner--login .inner .contents-left .login-logo:after {
    content: "";
    width: 18px;
    height: 3px;
    top: 18px;
    right: -23px;
  }
  .page--home .section--login .inner--login .inner .contents-left .login-logo:before {
    width: 3px;
    height: 18px;
    top: 11px;
    right: -16px;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li {
    width: 64%;
    font-size: 14px;
    transition: all 0.3s;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li a {
    padding: 30px 0;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li:hover {
    opacity: 0.7;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner .g-nav__item__join {
    margin-bottom: 4%;
  }
  .page--home .section--movie .inner--movie {
    margin: 0 auto;
    width: 98%;
    padding: 120px 100px;
  }
  .page--home .section--movie .inner--movie .list--contents {
    margin-bottom: 80px;
  }
  .page--home .section--movie .inner--movie .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--home .section--movie .inner--movie .list--contents li {
    width: 31%;
  }
  .page--home .section--movie .inner--movie .list--contents li:nth-child(odd) {
    margin-right: 0;
  }
  .page--home .section--movie .inner--movie .list--contents li figure {
    margin-bottom: 10px;
  }
  .page--home .section--movie .inner--movie .list--contents li .tit {
    margin-bottom: 2%;
  }
  .page--home .section--movie .inner--movie .list--contents li a:hover {
    opacity: 0.7;
  }
  .page--home .section--blog .inner--blog {
    margin: 0 auto;
    width: 98%;
    padding: 120px 100px;
  }
  .page--home .section--blog .inner--blog .list--contents {
    margin-bottom: 80px;
  }
  .page--home .section--blog .inner--blog .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--home .section--blog .inner--blog .list--contents li {
    width: 31%;
  }
  .page--home .section--blog .inner--blog .list--contents li:nth-child(odd) {
    margin-right: 0;
  }
  .page--home .section--blog .inner--blog .list--contents li .tit {
    margin-bottom: 2%;
  }
  .page--home .section--blog .inner--blog .list--contents li .thumb {
    margin-bottom: 10px;
  }
  .page--home .section--blog .inner--blog .list--contents li .writer_name {
    margin-top: 24px;
    padding-top: 24px;
  }
  .page--home .section--blog .inner--blog .list--contents li a:hover {
    opacity: 0.7;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea {
    margin: 0 auto;
    width: 98%;
    padding: 120px 100px 104px;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea .list--bnr:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea .list--bnr li {
    width: 23.875%;
    margin-bottom: 16px;
    margin-right: 1.5%;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea .list--bnr li:nth-child(4n) {
    margin-right: 0;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea .list--bnr li a:hover {
    opacity: 0.7;
  }
  .page--info .wrap .section-tit {
    margin-bottom: 100px;
  }
  .page--info .wrap .txt a {
    color: #DDC37D;
  }
  .page--info .wrap .txt a:hover {
    opacity: 0.7;
  }
  .page--info .wrap .list--information li a:after {
    content: "";
    width: 21px;
    height: 6px;
  }
  .page--info .wrap .list--information li a:hover {
    opacity: 0.7;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
  }
  /*  page--disco
  ------------------------------ */
  .page--disco .section--list {
    position: relative;
  }
  .page--disco .list--discography li {
    width: 31%;
  }
  .page--disco .list--discography li .category {
    display: inline-block;
    font-size: 10px;
  }
  .page--disco .list--discography li .date {
    display: inline-block;
  }
  .page--disco .list--discography li a:hover {
    opacity: 0.7;
  }
  .page--disco .list--discography::after {
    content: "";
    width: 31%;
    display: block;
    height: 0;
  }
  .page--disco .list--discography .page--photo--list li {
    width: 31%;
    text-align: center;
    margin: 0;
  }
  .page--disco .list--discography .page--photo--list li .thumb {
    width: 93vw;
    margin: 0 auto 50px;
    overflow: hidden;
  }
  .page--disco .list--discography .page--photo--list li .thumb .blur {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 1;
  }
  .page--disco .list--discography .page--photo--list li .thumb .blur img {
    filter: blur(6px);
    background-size: cover;
  }
  .page--disco .list--discography .page--photo--list li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-size: contain;
  }
  .page--disco .section--detail .detail--inner .jacket {
    width: 50%;
  }
  .page--disco .section--detail .detail--inner .block--disc-detail {
    width: 50%;
    padding-left: 40px;
  }
  .page--disco .section--detail .detail--inner .block--disc-detail .tit {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .page--disco .section--detail .detail--inner .block--disc-detail .link,
  .page--disco .section--detail .detail--inner .block--disc-detail .text {
    width: 100% !important;
    margin: 0;
  }
  .page--disco .section--detail .detail--inner .block--disc-detail .text .btn {
    text-align: left;
  }
  .page--disco .section--detail .detail--inner .block--disc-detail .text .btn a {
    text-align: center;
  }
  .page--disco .section--detail .detail__btn {
    margin: 4em auto 0;
  }
  .page--disco.loaded .jacket {
    opacity: 1;
    width: 50%;
  }
  .page--photo .section-tit {
    line-height: 1.4;
  }
  .page--photo .list--photo {
    margin-bottom: 40px;
  }
  .page--photo .list--photo li a {
    display: block;
  }
  .page--photo .list--photo li a figure {
    transition: 0.3s;
  }
  .page--photo .list--photo li a:hover figure {
    opacity: 0.5;
  }
  .page--photo .list--information li a:after {
    content: "";
    width: 21px;
    height: 6px;
  }
  .page--photo .list--information li a:hover {
    opacity: 0.7;
  }
  .page--photo .list--contents {
    justify-content: space-between;
  }
  .page--photo .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--photo .list--contents li {
    width: 31%;
  }
  .page--photo .list--contents li a:hover {
    opacity: 0.7;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 200px auto !important;
  }
  .page--movie .section--detail .tit {
    font-size: 18px;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .block--player {
    margin: 60px 10%;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #fff;
  }
  .page--movie .block--player {
    margin: 60px 0;
  }
  .page--movie .list--contents {
    justify-content: space-between;
  }
  .page--movie .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--movie .list--contents li {
    width: 31%;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap:after {
    content: "";
    display: block;
    width: 31%;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner {
    width: 31%;
    margin-bottom: 50px;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .innerThumb {
    display: none;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .txt {
    display: none;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide {
    width: 100%;
    margin-bottom: 0;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide a .thumb img {
    width: 100%;
    height: 0;
    padding-top: 56.3573883162%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide a .list__txt .category-tit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 0.4em;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide a .list__txt .tit {
    display: none;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .movieListBtn {
    display: none;
  }
  .page--blog .no-data {
    font-size: 16px;
    margin: 80px auto;
  }
  .page--blog .list--contents {
    justify-content: space-between;
  }
  .page--blog .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--blog .list--contents li {
    width: 31%;
  }
  .page--blog .list--contents li .writer_name {
    margin-top: 24px;
    padding-top: 24px;
  }
  .page--blog .list--contents li a:hover {
    opacity: 0.7;
  }
  .page--blog .section--detail .txt a:hover {
    color: #DDC37D;
  }
  .page--blog .section--detail .txt--blog {
    margin-bottom: 80px;
  }
  .page--blog .block--form {
    margin-bottom: 80px;
  }
  .page--blog .block--comment {
    margin-bottom: 20px;
    padding: 50px 50px 60px;
  }
  .page--blog .block--comment .list--comment li {
    padding: 20px 0;
  }
  .page--blog .block--comment .list--comment li .name {
    font-size: 13px;
  }
  .page--blog .block--comment .list--comment li .txt {
    font-size: 14px;
  }
  .page--blog .block--comment .block--pager {
    margin-bottom: 10px;
  }
  .page--blog .list--information li a:after {
    width: 21px;
    height: 6px;
  }
  .page--blog .list--information li a:hover {
    opacity: 0.7;
  }
  .page--wallpaper .list--wallpaper > li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
  }
  .page--wallpaper .list--wallpaper > li:nth-child(3n) {
    margin-right: 0;
  }
  .page--wallpaper .block--wp-size .list--size li {
    width: 48.5%;
    margin-bottom: 2.5%;
  }
  .page--wallpaper .block--wp-size .list--size li a {
    font-size: 12px;
  }
  .page--wallpaper .block--wp-size .list--size li a:hover {
    opacity: 0.7;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .list--faq li a:hover {
    color: #888;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--questionnaire .section--detail .btn .btn--sub:hover {
    background: #b7b7b7;
    border: none;
  }
  .page--special .no-data {
    font-size: 16px;
    margin: 200px auto;
  }
  .page--special .list--contents {
    justify-content: space-between;
  }
  .page--special .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--special .list--contents li {
    width: 31%;
  }
  .page--special .list--contents li a:hover {
    opacity: 0.7;
  }
  .page--special .section--detail .txt a:hover {
    color: #DDC37D;
  }
  /* page--profile
  ------------------------------ */
  .section--detail.page--profile .profile--inner .profileimg {
    padding: 24px;
  }
  .section--list.page--entry .lead {
    padding: 100px 0 0;
    margin: 0 auto 120px;
  }
  .section--list.page--entry .lead h2 {
    font-size: 1.6em;
  }
  .section--list.page--entry .tit {
    font-size: 1.4em;
  }
  .section--list.page--entry .list--contents {
    margin-bottom: 100px;
  }
  .section--list.page--entry .list--contents li {
    width: 48%;
    padding: 64px 24px;
  }
  .section--list.page--entry .list--contents li:before, .section--list.page--entry .list--contents li:after {
    width: 16px;
    height: 16px;
  }
  .section--list.page--entry .list--contents li:hover {
    opacity: 1;
  }
  .section--list.page--entry .list--contents li:nth-child(5n) {
    margin-bottom: 0;
  }
  .section--list.page--entry .list--contents li:nth-child(6n) {
    margin-bottom: 0;
  }
  .section--list.page--entry .block--entry {
    margin: 0 auto 80px;
  }
  .section--list.page--entry .block--entry dl dt {
    width: 150px;
  }
  .section--list.page--entry .block--entry dl dd {
    padding: 24px;
    width: calc(100% - 150px);
  }
  .section--list.page--entry .block--contents .fc-service-list {
    padding: 32px;
    margin-bottom: 40px;
  }
  .section--list.page--entry .btn_entry {
    text-align: left;
  }
  .section--list.page--entry .btn_entry .btn {
    padding: 16px 32px;
    margin: 16px 0 40px;
  }
  .btn.entry .btn--main,
  .btn .btn--main {
    padding: 10px 0;
    margin: 1em;
    width: 200px;
    color: #DDC37D;
    font-size: 15px;
    position: relative;
    border: 1px solid #DDC37D;
    display: inline-block;
    line-height: 1;
  }
  .btn.entry .btn--main {
    padding: 10px 0;
    margin: 1em;
    width: 200px;
    color: #DDC37D;
    font-size: 15px;
    position: relative;
    border: 1px solid #DDC37D;
    display: inline-block;
    line-height: 1;
  }
  /* .page--first_login
  ------------------------------ */
  .section--detail.page--first_login .txt--link a:after {
    top: 27%;
    right: -16px;
  }
  .section--detail.page--first_login .section-tit {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 80px;
  }
  .section--detail.page--first_login .section-tit span.attention {
    width: 250px;
    padding: 0.5% 0;
  }
  .section--detail.page--first_login .block--lead {
    margin-bottom: 60px;
  }
  .section--detail.page--first_login .step li {
    position: relative;
    width: 23%;
    float: left;
    font-size: 11px;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
  }
  .section--detail.page--first_login .step li:last-child {
    margin: 0;
  }
  .section--detail.page--first_login .step li:last-child:after {
    display: none;
  }
  .section--detail.page--first_login .step li a {
    display: block;
    background: #707070;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.2;
    height: 120px;
    padding: 16px;
  }
  .section--detail.page--first_login .step li a:hover {
    opacity: 0.7;
  }
  .section--detail.page--first_login .step li a::after {
    content: "";
    border-left: 8px solid #707070;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: -10px;
    position: absolute;
    right: -8px;
    top: 50%;
  }
  .section--detail.page--first_login .step li span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  .section--detail.page--first_login .btn.entry {
    margin: 0 auto;
  }
  .section--detail.page--first_login .block--attention:before, .section--detail.page--first_login .block--attention:after {
    width: 16px;
    height: 16px;
  }
  /* page--bbs
  // ----------------------------- */
  .page--bbs .list--information li a:hover {
    opacity: 0.7;
  }
  .page--bbs .list--information li a:after {
    width: 17px;
    height: 5px;
    right: 5px;
  }
  .page--bbs .list--information li a:hover::after {
    right: 8px;
  }
  .page--bbs .list--information li .date {
    padding-top: 16px;
  }
  /* page--birthday
  ------------------------------ */
  .page--movie.page--birthday .section--detail {
    padding: 0 60px;
  }
  .page--movie.page--birthday .section--detail .section-tit {
    font-size: 52px;
  }
  .page--movie.page--birthday .section--detail .txt--timeout {
    margin: 8em auto;
    font-size: 1.1em;
    line-height: 1.8;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.4em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 80px 3% 24px;
  }
  footer .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  footer .inner .footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .inner .footer-main .sns-menu {
    width: 50%;
  }
  footer .inner .footer-main .sns-menu .footer-logo img {
    width: 40%;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner {
    padding-top: 6%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner li {
    display: inline-block;
    margin-right: 8%;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner li img {
    height: 24px;
  }
  footer .inner .footer-main .g-nav--official {
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
  }
  footer .inner .footer-main .g-nav--official .left {
    margin-right: 100px;
  }
  footer .inner .footer-main .g-nav--official li {
    line-height: 1;
    margin-bottom: 12px;
  }
  footer .inner .footer-main .g-nav--official li:nth-child(7), footer .inner .footer-main .g-nav--official li:nth-child(8), footer .inner .footer-main .g-nav--official li:nth-child(9), footer .inner .footer-main .g-nav--official li:nth-child(10), footer .inner .footer-main .g-nav--official li:nth-child(11) {
    margin-right: 0;
  }
  footer .inner .footer-main .g-nav--official li:last-child {
    margin-bottom: 0;
  }
  footer .inner .nav--support {
    margin: 40px 0 16px;
  }
  footer .inner .nav--support li {
    display: inline-block;
    font-size: 12px;
  }
  footer .inner .nav--support li a {
    display: block;
    padding: 0 10px;
  }
  footer .inner .nav--support li a:first-child {
    padding-left: 0;
  }
  footer .inner .nav--support li a::before {
    content: "";
    display: block;
    width: 110%;
    height: 1px;
    position: absolute;
    background: #222222;
    position: absolute;
    left: -5%;
    transform: scaleX(0);
    transform-origin: left;
    top: 16px;
    transition: 0.3s;
  }
  footer .inner .nav--support li a:hover::before {
    transform: scaleX(1);
  }
  footer a:hover {
    opacity: 0.7;
  }
  /*  page--schedule
  ------------------------------ */
  .page--schedule .list--schedule li a {
    padding: 25px;
  }
  .page--schedule .calendar-wrap .cell a .tit {
    padding: 4px;
  }
  .page--schedule .calendar-wrap .category {
    margin: 0 4px 2px;
    padding: 4px 2px;
  }
  .page--schedule .section--list .block--month {
    margin: -20px 0 40px;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: 50px;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 14px;
    padding-left: 16px;
  }
  .page--schedule .section--list .block--month .month-pager {
    justify-content: flex-end;
    font-size: 14px;
    margin: -20px 0 16px;
  }
  .page--schedule .section--list .block--month .month-pager li {
    margin-left: 2em;
  }
  .page--schedule .section--list .block--month .month-pager li a {
    transition: 0.3s;
  }
  .page--schedule .section--list .block--month .month-pager li a:hover {
    opacity: 0.7;
  }
}
/* IE対応 */
@media all and (-ms-high-contrast: none) {
  .page--home .section--keyvisual .inner .clip--text {
    position: relative;
    -webkit-mask: none;
            mask: none;
    top: auto;
  }
  .page--home .section--keyvisual .inner .clip--text img {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
  .btn--main {
    min-width: 90%;
  }
  /* page--profile
  ------------------------------ */
  /* .team popup
  ------------------------------ */
  /* .page--first_login
  ------------------------------ */
  /* page--bbs
  // ----------------------------- */
  /* page--birthday
  ------------------------------ */
  /* page--error
  ------------------------------ */
  /*  appli
  ------------------------------ */
  /*  notice
  ------------------------------ */
  /*  page--schedule
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn {
    margin: 1em;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: height 0.3s;
  }
  .header .drawer__btn {
    width: 60px;
    height: 60px;
    z-index: 999;
    transition: 0.3s;
  }
  .header .drawer__btn span {
    width: 24px;
    height: 2px;
    margin-bottom: 7px;
  }
  .header .drawer__btn span:last-child {
    margin-bottom: 0;
  }
  .header_main {
    width: 100%;
    height: 60px;
  }
  .header_main .head-logo_login a {
    width: 184px;
  }
  .header_main .head-logo_login a svg {
    width: 100%;
  }
  .header_main .head-logo_login a .header_logo_login {
    padding: 11px 0 0 11px;
  }
  .header_main .head-logo a {
    width: 170px;
    height: 60px;
  }
  .header_main .head-logo a svg {
    width: 100%;
  }
  .header_main .head-logo a .header_logo_logout {
    padding: 11px 0 0 11px;
  }
  .member_login .header_main {
    background: none;
  }
  .member_login .header_main .head-logo_login a {
    width: 184px;
  }
  .member_login .header_main .head-logo_login a svg {
    width: 100%;
  }
  .member_login .header_main .head-logo_login a .header_logo_login {
    padding: 11px 0 0 11px;
  }
  .member_login .section--special, .member_login .section--blog, .member_login .section--info, .member_login .section--movie, .member_login .section--banner_footerarea {
    margin-bottom: 2%;
  }
  .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  .drawer .drawer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    padding: 10vw 5% 30vw;
    position: relative;
    left: 0;
    top: 0;
  }
  .drawer [class^=nav--] {
    width: 60%;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .drawer [class^=nav--] .g-nav > li a {
    padding: 6px 0;
    font-size: 6vw;
    position: relative;
    letter-spacing: 0.2em;
  }
  .drawer .nav--menu {
    width: 100%;
  }
  .drawer .nav--menu .g-nav.g-nav--official {
    padding-bottom: 0;
    padding-top: 4%;
    margin-bottom: 10px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li a {
    letter-spacing: 0.15em;
  }
  .drawer .nav--menu .g-nav.g-nav--official li.home::after {
    height: 4vw;
    left: -25px;
  }
  .drawer .nav--menu .g-nav.g-nav--fc li {
    display: block;
  }
  .drawer .nav--menu .nav--support {
    width: 100%;
    color: #888888;
    text-align: center;
  }
  .drawer .nav--menu .nav--support li {
    margin-right: 0;
    margin-bottom: 4%;
    font-size: 12px;
  }
  .drawer .nav--menu .head-inner-logo {
    text-align: center;
    padding-top: 10%;
  }
  .drawer .nav--menu .head-inner-logo img {
    width: 100%;
  }
  .drawer-visible .header .drawer__btn span {
    left: 20px;
  }
  .drawer-visible .menu-join_login {
    padding: 8% 4%;
    margin: 8% auto;
  }
  .drawer-visible .menu-join_login .login-logo {
    margin-bottom: 6%;
    margin-left: -16px;
    font-size: 18px;
  }
  .drawer-visible .menu-join_login .login-logo:before, .drawer-visible .menu-join_login .login-logo:after {
    content: "";
    width: 12px;
    height: 2px;
    top: 8px;
    right: -18px;
  }
  .drawer-visible .menu-join_login .login-logo:before {
    width: 2px;
    height: 12px;
    top: 3px;
    right: -13px;
  }
  .drawer-visible .menu-join_login .menu-join_login_inner li {
    width: 100%;
    font-size: 12px;
  }
  .drawer-visible .menu-join_login .menu-join_login_inner li a {
    padding: 16px 0;
    font-size: 12px;
  }
  .drawer-visible .menu-join_login .menu-join_login_inner .g-nav__item__join {
    margin-right: 0;
    margin-bottom: 4%;
  }
  .drawer-visible .menu-join_login .menu-join_login_inner .g-nav__item__login {
    margin-left: 0;
  }
  .drawer-visible .menu-join_login .menu-join_login_inner .g-nav__item__logout {
    margin-left: 0;
  }
  .head-logo {
    position: fixed;
    top: 0;
  }
  .top-login {
    display: none;
  }
  .mainvisual .slick-dots li {
    width: 30px;
  }
  footer {
    padding: 60px 3% 24px;
    margin-top: 80px;
  }
  footer .inner {
    width: 100%;
    text-align: center;
  }
  footer .inner .footer-main .sns-menu {
    width: 100%;
  }
  footer .inner .footer-main .sns-menu .footer-logo a {
    display: block;
    width: 48%;
    max-width: 260px;
    margin: 0 auto 60px;
  }
  footer .inner .footer-main .sns-menu .footer-logo a img {
    width: 100%;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner {
    margin-bottom: 2em;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner li {
    display: inline-block;
    margin-right: 8%;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner li:last-child {
    margin-right: 0;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner li img {
    height: 20px;
  }
  footer .inner .footer-main .g-nav--official {
    display: none;
  }
  footer .inner .nav--support {
    display: none;
  }
  footer .inner .copyright {
    text-align: center;
  }
  .slick-dots li {
    height: 12px;
  }
  .date {
    display: inline-block;
    min-width: inherit;
  }
  .tit {
    font-size: 13px;
    line-height: 1.4;
  }
  .list--information li a {
    display: block;
    padding: 32px 40px 32px 0;
  }
  .list--information li a:after {
    width: 17px;
    height: 5px;
    right: 5px;
  }
  .list--information li a .date {
    width: auto;
    min-width: inherit;
  }
  .list--information li a .category {
    margin: 0 16px 0 0;
  }
  .list--contents li a {
    display: block;
  }
  .list--photo li {
    width: 50%;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  li.no-data {
    padding: 2em 0;
  }
  .wrap {
    padding: 60px 0 calc(240px + 5%);
    position: relative;
  }
  .wrap > h1.logo {
    width: 80%;
    position: absolute;
    left: -6vw;
    top: 3vw;
    transition: 0.3s;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
  }
  .section-tit {
    font-size: 16px;
    margin-bottom: 11%;
  }
  .section--detail {
    padding: 10% 5% 80px;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .section-tit {
    margin-bottom: 20px;
  }
  .section--detail .detail__btn {
    margin-top: 6em;
  }
  .section--detail .txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section--detail .section-tit {
    font-size: 16px;
    margin-bottom: 11%;
  }
  .section--detail .tit {
    font-size: 16px;
  }
  .section--list,
  .section--detail {
    padding: 10% 5% 80px;
  }
  .section--list .section-tit {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .section--list .list--contents {
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 40px;
  }
  .section--list .list--contents li .thumb {
    margin-bottom: 15px;
  }
  .block--pager {
    text-align: center;
  }
  .block--pager li {
    width: 32px;
    height: 28px;
    line-height: 0.9 !important;
  }
  .block--pager li a {
    line-height: 0.9 !important;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 10px;
    left: 10px;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 10px;
    right: 10px;
  }
  .detail__btn a {
    padding: 12px;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .wrap > h1.logo {
    display: none;
  }
  .page--home .category {
    margin: 0 16px 0 0;
  }
  .page--home .section--banner {
    margin-bottom: 30px;
  }
  .page--home .section--banner .list--bnr .slick-prev,
  .page--home .section--banner .list--bnr .slick-next {
    width: 22px;
    height: 22px;
  }
  .page--home .section--banner .list--bnr .slick-prev {
    left: 1.5%;
  }
  .page--home .section--banner .list--bnr .slick-next {
    right: 1.5%;
  }
  .page--home .section--banner .slick-slide {
    padding: 0 0.36%;
  }
  .page--home .area--free {
    margin-bottom: -31vw;
    padding-bottom: 2vw;
    padding-top: 12vw;
  }
  .page--home .area--free::before {
    content: "";
    position: absolute;
    top: -15vw;
    width: 120%;
    height: 36vw;
    background: #fff;
    transform: rotate(-13deg);
    z-index: 1;
    left: -6vw;
  }
  .page--home .section--special .inner--special {
    margin: 0 auto;
    width: 96%;
    padding: 64px 24px;
    text-align: center;
  }
  .page--home .section--special .inner--special .list--contents {
    margin-bottom: 40px;
  }
  .page--home .section--special .inner--special .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--home .section--special .inner--special .list--contents li {
    width: 100%;
    margin-bottom: 24px;
  }
  .page--home .section--special .inner--special .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--home .section--special .inner--special .list--contents li .thumb {
    margin-bottom: 5px;
  }
  .page--home .section--special .inner--special .list--contents li .tit {
    margin-bottom: 0;
  }
  .page--home .section--info .section--inner {
    margin: 0 auto;
    width: 96%;
    padding: 64px 24px;
  }
  .page--home .section--info .section--inner .inner .contents-tit {
    margin-bottom: 40px;
    width: 100%;
    text-align: left;
  }
  .page--home .section--info .section--inner .inner .contents-left {
    width: 100%;
    text-align: center;
  }
  .page--home .section--info .section--inner .inner .list--info {
    margin: 0 0 40px;
    text-align: left;
  }
  .page--home .section--info .section--inner .inner .list--info li a {
    padding: 32px 40px 32px 0;
  }
  .page--home .section--info .section--inner .inner .list--info li a:after {
    width: 17px;
    height: 5px;
  }
  .page--home .section--login .inner--login .inner .orangerange_member {
    margin-bottom: 0;
    width: 100%;
  }
  .page--home .section--login .inner--login .inner .contents-left {
    margin: 0 auto;
    padding: 24px 24px 64px;
    width: 96%;
  }
  .page--home .section--login .inner--login .inner .contents-left .login-logo {
    margin-bottom: 4%;
    margin-left: -16px;
    font-size: 18px;
  }
  .page--home .section--login .inner--login .inner .contents-left .login-logo:before, .page--home .section--login .inner--login .inner .contents-left .login-logo:after {
    content: "";
    width: 12px;
    height: 2px;
    top: 14px;
    right: -18px;
  }
  .page--home .section--login .inner--login .inner .contents-left .login-logo:before {
    width: 2px;
    height: 12px;
    top: 9px;
    right: -13px;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li {
    width: 100%;
    font-size: 15px;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li a {
    padding: 20px 0;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner .g-nav__item__join {
    margin-bottom: 6%;
  }
  .page--home .section--movie .inner--movie {
    margin: 0 auto;
    width: 96%;
    padding: 64px 24px;
    text-align: center;
  }
  .page--home .section--movie .inner--movie .list--contents {
    margin-bottom: 40px;
  }
  .page--home .section--movie .inner--movie .list--contents:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .page--home .section--movie .inner--movie .list--contents li {
    width: 100%;
    margin-bottom: 24px;
  }
  .page--home .section--movie .inner--movie .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--home .section--movie .inner--movie .list--contents li figure {
    margin-bottom: 5px;
  }
  .page--home .section--movie .inner--movie .list--contents li .tit {
    margin-bottom: 0;
  }
  .page--home .section--blog .inner--blog {
    margin: 0 auto;
    width: 96%;
    padding: 64px 24px;
    text-align: center;
  }
  .page--home .section--blog .inner--blog .list--contents {
    margin-bottom: 40px;
  }
  .page--home .section--blog .inner--blog .list--contents li {
    width: 100%;
    margin-bottom: 24px;
  }
  .page--home .section--blog .inner--blog .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--home .section--blog .inner--blog .list--contents li .tit {
    margin-bottom: 1%;
  }
  .page--home .section--blog .inner--blog .list--contents li .thumb {
    margin-bottom: 10px;
  }
  .page--home .section--blog .inner--blog .list--contents li .writer_name {
    margin-top: 20px;
    padding-top: 15px;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea {
    margin: 0 auto;
    width: 96%;
    padding: 64px 24px 52px;
    text-align: center;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea .list--bnr {
    justify-content: space-between;
  }
  .page--home .section--banner_footerarea .inner--banner_footerarea .list--bnr li {
    margin-bottom: 12px;
    width: 48%;
  }
  .page--home .section--info.schedule .list--information li a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page--home .section--info.schedule .list--information li a .list__txt {
    width: calc(100% - 6em);
    padding-top: 5px;
  }
  .page--home .section--info.schedule .list--information li a .list__txt .category {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .page--home .section--info.schedule .list--information li a .list__txt .category::before {
    display: none;
  }
  .page--home .section--info.schedule .list--information .date {
    width: 6em;
  }
  .page--home .section--info.schedule .list--information .date .m {
    font-size: 4.5vw;
    top: -8vw;
    left: 0.8vw;
  }
  .page--home .section--info.schedule .list--information .date .d {
    display: inline-block;
    font-size: 7.8vw;
    width: auto;
  }
  .page--home .section--info.schedule .list--information .date .d::before {
    top: 1vw;
    left: -5.8vw;
  }
  .page--home .section--info.schedule .list--information .date span.year {
    font-size: 3vw;
  }
  .page--home .section--gallery .photo {
    width: 63vw;
    height: 79vw;
  }
  .page--home .section--gallery .photo:first-of-type {
    left: 40%;
    margin-bottom: 20%;
    box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.2);
  }
  .page--home .section--gallery .photo:nth-of-type(2) {
    margin-bottom: 20%;
    box-shadow: 32px 32px 20px -20px rgba(0, 0, 0, 0.2);
  }
  .page--home .section--gallery .photo:last-of-type {
    left: 24%;
    bottom: 0;
    width: 80vw;
    height: 53vw;
    box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.2);
  }
  .page--home .area--member {
    padding-bottom: 30vw;
  }
  .page--home .area--member .logo-area {
    padding-top: 10vw;
  }
  .page--home .area--member .logo-area .fc-logo {
    width: 90%;
    height: 37vw;
  }
  .page--home .area--member .block--expire {
    width: 92%;
    padding: 7%;
    margin-top: 6%;
  }
  .page--home .area--member .block--expire .tit {
    font-size: 1.2em;
  }
  .page--home .area--member .block--expire .txt--basic {
    font-size: 12px;
    margin: 0 0 1.5em;
    text-align: left;
  }
  .page--home .area--member .block--contents {
    margin-bottom: 28vw;
  }
  .page--home .block--blog {
    padding-top: 20vw;
  }
  .page--home .block--blog .slick-list {
    padding-left: 7% !important;
  }
  .page--home .block--blog .slick-list li {
    margin-right: 25px;
  }
  .page--home .block--blog .slick-list li a .thumb.login .dummy {
    position: relative;
  }
  .page--home .block--photo .list--contents li,
  .page--home .block--movie .list--contents li {
    width: 100%;
  }
  .page--home .block--photo .list--contents li .tit,
  .page--home .block--movie .list--contents li .tit {
    padding: 0 24px;
  }
  .page--home .block--photo .list--contents li .thumb,
  .page--home .block--movie .list--contents li .thumb {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .page--home .area--member .block--contents.block--movie {
    margin-bottom: 0;
  }
  .page--home footer {
    margin-top: 0;
  }
  .page--home.loaded .drawer__btn,
  .page--home.loaded .scroll {
    opacity: 1;
    transition: 0.8s 3s;
  }
  .page--home.loaded.scrolling #bg {
    transition: 0.4s;
  }
  .page--home.loaded.all-clear #bg, .page--home.loaded.all-clear .drawer__btn {
    transition: 0.3s;
  }
  .section--detail .page--info .section-tit {
    margin-bottom: 50px;
  }
  .section--detail .page--info .block--share {
    padding-top: 10px;
    margin: -4px;
  }
  .section--detail .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .section--detail .page--info .section--detail {
    width: 100%;
    padding: 4% 6%;
  }
  .section--detail .page--info .section--detail .tit {
    font-size: 16px;
  }
  .section--detail .page--info .section--detail .txt {
    padding-top: 4%;
  }
  .section--detail .page--info .section--detail .category {
    padding-left: 0;
    margin-left: 0;
  }
  .section--detail .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--schedule .category {
    margin-left: 0;
  }
  .page--schedule .category::before {
    display: none;
  }
  .page--schedule .section--list .block--month .tit {
    letter-spacing: 0;
    font-size: 15vw;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 14px;
    padding-left: 13px;
  }
  .page--schedule .section--list .block--month .tit span::before {
    top: -5px;
    left: 1px;
  }
  .page--schedule .list--schedule .inner {
    padding: 24px 0 8px;
  }
  .page--schedule .list--schedule .inner .sche-date {
    text-align: center;
    line-height: 16px;
    min-width: 36px;
    top: -1px;
  }
  .page--schedule .list--schedule .inner .sche-date .m-d {
    font-size: 20px;
  }
  .page--schedule .list--schedule .inner .sche-date .week {
    font-size: 10px;
  }
  .page--schedule .list--schedule .inner a {
    padding: 0 0 16px 12px;
    display: block;
  }
  .page--schedule .list--schedule .inner a .category {
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .page--schedule .list--schedule li .date .d {
    font-size: 8vw;
  }
  .page--schedule .list--schedule li .date .m {
    font-size: 3.5vw;
  }
  .page--schedule .list--schedule li .block--txt {
    padding-left: 0;
    padding-top: 0;
  }
  .page--schedule .section--list .month-pager {
    margin-top: 10px;
  }
  .page--schedule .section--list .block--category .list--sort li .category {
    margin-right: 0;
    margin-left: 0;
    font-size: 11px;
    padding: 2px 6px;
  }
  .page--schedule .block--category li {
    margin: 0;
  }
  .page--schedule .block--category li .category {
    padding: 0 5px !important;
    font-size: 12px !important;
    letter-spacing: 0.1em;
  }
  .section--detail.page--bio .section-tit {
    text-align: left;
    margin-bottom: 40px;
  }
  .section--detail.page--bio .inner {
    display: block;
  }
  .section--detail.page--bio .inner .ph,
  .section--detail.page--bio .area--txt {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .page--disco .list--discography li {
    width: 100%;
  }
  .page--disco .section--detail .detail--inner .jacket {
    width: 100%;
    margin-bottom: 16px;
  }
  .page--disco .section--detail .detail--inner .block--disc-detail {
    width: 100%;
    padding-left: 0;
  }
  .page--biography.section--detail .thumb {
    margin-bottom: 2em;
  }
  .page--biography.section--detail .name {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page--biography.section--detail .list--profile {
    margin-bottom: 30px;
  }
  .page--biography.section--detail .txt--basic {
    margin-bottom: 0;
  }
  .page--blog .list--contents li {
    width: 100%;
  }
  .page--blog .list--contents li .tit {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .page--blog .list--contents li .writer_name {
    margin-top: 20px;
    padding-top: 15px;
  }
  .page--blog .section--detail .txt--blog {
    margin-bottom: 40px;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--blog .block--form {
    margin-bottom: 40px;
  }
  .page--blog .block--comment {
    padding: 5% 5% 6%;
  }
  .page--blog .block--comment .list--comment li {
    padding: 15px 0;
  }
  .page--blog .block--comment .list--comment li .name {
    font-size: 12px;
  }
  .page--blog .block--comment .list--comment li .txt {
    font-size: 13px;
  }
  .page--blog .block--comment .list--comment li .btn--delete {
    top: 12px;
  }
  .page--blog .block--comment .list--comment li .btn--delete input[type=submit] {
    font-size: 11px;
  }
  .page--blog .block--comment .block--pager {
    margin-bottom: 6%;
  }
  .page--blog .list--information li a:after {
    width: 17px;
    height: 5px;
    right: 5px;
  }
  .page--photo .list--photo {
    margin-bottom: 70px;
  }
  .page--photo #swipebox-action #swipebox-close {
    right: 0;
  }
  .page--photo.detail .section--list .titArea {
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .page--photo.detail .section--list .titArea .tit {
    font-size: 15px;
    color: #fff;
    margin: 0 0 5px 0;
  }
  .page--photo.detail .section--list .titArea .subTit {
    font-size: 13px;
  }
  .page--movie .section--detail .txt--basic {
    margin: 24px 0 0;
  }
  .page--movie .section--detail .tit {
    font-size: 16px;
  }
  .page--movie .section--detail .date {
    margin-bottom: 20px;
  }
  .page--movie .list--contents li {
    width: 100%;
  }
  .page--movie .section--detail .btn a {
    padding: 12px 24px;
  }
  .page--movie.new-movie .wrap .section--list {
    padding: 10% 5% 80px;
  }
  .page--movie.new-movie .wrap .section--list .section-tit {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .page--movie.new-movie .wrap .latest-tit {
    margin-bottom: 15px;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--movie.new-movie .wrap .category-tit {
    margin-bottom: 15px;
  }
  .page--movie.new-movie .wrap .section--list .block--category-list .no-data {
    padding: 1em 0 2em;
    color: #888;
  }
  .page--movie.new-movie .wrap .list__more {
    text-align: right;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 10% 5% 80px;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie {
    width: 100%;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    margin-bottom: 15px;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit .tit {
    font-size: 16px;
    margin: 0;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit .date {
    margin-bottom: 25px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    left: 50%;
    transform: translateX(-50%);
    top: -18vw;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    bottom: 5em;
  }
  .page--movie.new-movie .wrap .content-main:has(.vjs-fullscreen) {
    z-index: 100;
    position: relative;
  }
  .page--movie.new-movie.special-contents .wrap .section--detail .block--tit .date {
    margin-bottom: 0;
  }
  .page--movie.new-movie.special-contents .wrap .section--detail .block--tit .tit {
    margin-bottom: 32px;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap:after {
    content: "";
    display: block;
    width: 31%;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .innerThumb {
    display: none;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .txt,
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .child-category-tit {
    display: none;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide {
    width: 100%;
    margin-bottom: 0;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide a .thumb img {
    width: 100%;
    height: 0;
    padding-top: 56.2130177515%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide a .list__txt .category-tit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0.4em;
    font-size: 13px;
    line-height: 1.4;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .list--contents.swiper-wrapper li.swiper-slide a .list__txt .tit {
    display: none;
  }
  .page--movie.new-movie.category--parent--movie .movieWrap .block--movie--inner .movieListBtn {
    display: none;
  }
  .special-contents .section--detail .tit {
    margin-bottom: 24px;
    display: inline-block;
  }
  .special-contents .section--detail .date {
    margin-bottom: 0;
  }
  .page--wallpaper .list--wallpaper > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--wallpaper .block--wp-size .list--size li {
    width: 48%;
    margin-bottom: 10px;
  }
  .page--wallpaper .block--wp-size .list--size li a {
    padding: 0.8em 0;
    font-size: 11px;
  }
  .section--detail.support .section-tit {
    font-size: 16px;
    text-align: left;
    margin: 0 0 40px 0;
  }
  .section--detail.support .txt {
    padding-top: 20px;
  }
  .page--faq .section-tit {
    letter-spacing: 0.3em;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0px;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.15em;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .page--special .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--special .list--contents li {
    width: 100%;
  }
  .page--special .list--contents li .tit {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .section--list.page--entry .lead {
    padding: 0;
    margin: 0 auto 80px;
  }
  .section--list.page--entry .lead h2 {
    font-size: 1.2em;
  }
  .section--list.page--entry .lead .txt--lead {
    text-align: left;
  }
  .section--list.page--entry .tit {
    font-size: 1.2em;
  }
  .section--list.page--entry .list--contents {
    margin-bottom: 64px;
  }
  .section--list.page--entry .list--contents li {
    padding: 56px 16px;
    margin-bottom: 16px;
    width: 100%;
  }
  .section--list.page--entry .list--contents li:before, .section--list.page--entry .list--contents li:after {
    width: 12px;
    height: 12px;
  }
  .section--list.page--entry .list--contents li:nth-child(5n) {
    margin-bottom: 16px;
  }
  .section--list.page--entry .list--contents li:nth-child(6n) {
    margin-bottom: 0;
  }
  .section--list.page--entry .block--entry {
    text-align: center;
    margin: 0 auto 64px;
  }
  .section--list.page--entry .block--entry dl dt {
    width: 100px;
  }
  .section--list.page--entry .block--entry dl dd {
    padding: 24px 16px;
    width: calc(100% - 100px);
  }
  .section--list.page--entry .block--contents .fc-service-list {
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .section--list.page--entry .btn_entry {
    text-align: center;
  }
  .section--list.page--entry .btn_entry p {
    text-align: left;
  }
  .section--list.page--entry .btn_entry .btn {
    padding: 16px 32px;
    margin: 16px 0 40px;
  }
  .section--detail.page--profile .profile--inner .profileimg {
    padding: 16px;
  }
  .popup-inner {
    padding: 60px 0 0;
  }
  .popup-inner .tit {
    font-size: 15px;
  }
  .section--detail.page--first_login {
    margin-top: -20px;
  }
  .section--detail.page--first_login .section-tit {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .section--detail.page--first_login .section-tit span.attention {
    font-size: 14px;
    border-bottom: 1px solid #ff8661;
    width: 200px;
    text-align: center;
    padding: 2% 0;
  }
  .section--detail.page--first_login .txt,
  .section--detail.page--first_login .txt--link a {
    font-size: 13px;
  }
  .section--detail.page--first_login .txt:after,
  .section--detail.page--first_login .txt--link a:after {
    top: 27%;
    right: 0;
  }
  .section--detail.page--first_login .txt--link a {
    line-height: 1.4;
  }
  .section--detail.page--first_login .block--lead {
    margin: 0 0 40px;
  }
  .section--detail.page--first_login .block--lead .txt {
    line-height: 1.4;
    margin-bottom: 1em;
  }
  .section--detail.page--first_login .step .tit {
    font-size: 16px;
  }
  .section--detail.page--first_login .step li {
    position: relative;
    background: #707070;
    margin-bottom: 24px;
    font-size: 12px;
  }
  .section--detail.page--first_login .step li:last-child:after {
    display: none;
  }
  .section--detail.page--first_login .step li a {
    display: block;
    width: 100%;
    padding: 16px;
    line-height: 1.4;
  }
  .section--detail.page--first_login .step li a::after {
    border-top: 8px solid #707070;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
    margin-left: -10px;
    position: absolute;
    bottom: -8px;
    left: 50%;
  }
  .section--detail.page--first_login .step li span {
    margin-right: 12px;
    font-weight: bold;
    color: #DDC37D;
  }
  .section--detail.page--first_login .block--attention {
    padding: 24px 12px;
  }
  .section--detail.page--first_login .block--attention .tit {
    font-size: 14px;
  }
  .section--detail.page--first_login .block--attention:before, .section--detail.page--first_login .block--attention:after {
    width: 12px;
    height: 12px;
  }
  .section--detail.page--first_login .block--step .block > .tit {
    font-size: 13px;
  }
  .section--detail.page--first_login .block--step .list--step > li {
    padding: 5%;
  }
  .section--detail.page--first_login .block--step .list-tit {
    line-height: 1.8;
    font-size: 13px;
  }
  .page--bbs .comment li {
    padding: 24px 8px;
  }
  .page--movie.page--birthday .section--detail .section-tit {
    font-size: 5.3vw;
    letter-spacing: 0.2em;
  }
  .page--movie.page--birthday .section--detail .txt--timeout {
    width: 95%;
    margin: 3em auto;
    font-size: 1em;
    line-height: 1.8;
  }
  .page--error .section--detail {
    text-align: center;
  }
  .page--error .section--detail .txt {
    text-align: left;
  }
  .page--error .section--detail .btn--sub {
    padding: 0;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 3em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .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;
  }
  .page--schedule .section--list .block--month {
    margin: -10px 0 20px;
  }
  .page--schedule .section--list .block--month .tit {
    margin-bottom: 20px;
    font-size: 37px;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 12px;
    padding-left: 12px;
  }
  .page--schedule .section--list .block--month .month-pager {
    justify-content: flex-start;
    font-size: 12px;
  }
  .page--schedule .section--list .block--month .month-pager li {
    margin-right: 2em;
  }
  .page--schedule .section--list .block--category {
    margin: 0 0 30px;
  }
  .page--schedule .section--list .block--category li span {
    font-size: 10px;
  }
  .page--schedule .section--list .block--category li span.category {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .g-nav--official .right {
    margin-right: 80px;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .drawer .drawer-inner {
    padding: 12vw 5% 24vw;
  }
  .drawer [class^=nav--] .g-nav > li {
    margin-bottom: 8px;
  }
  .drawer .nav--login .login--btn li a {
    font-size: 18px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li.home {
    margin: 0 0 0 40px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li.home::after {
    height: 2.8vw;
    left: -32px;
  }
  .drawer .nav--menu .g-nav.g-nav--official li a {
    font-size: 2.8vw;
  }
  .drawer [class^=nav--] .g-nav > li a {
    font-size: 4.8vw;
  }
  .drawer .menu-join_login_inner li {
    width: 40% !important;
  }
  .drawer .menu-join_login_inner li a {
    font-size: 14px !important;
  }
  .drawer .menu-join_login_inner .g-nav__item__join {
    margin-right: 1% !important;
    margin-bottom: 0 !important;
  }
  .drawer .menu-join_login_inner .g-nav__item__login {
    margin-left: 1% !important;
  }
  .drawer .menu-join_login_inner .g-nav__item__mypage {
    margin-right: 1% !important;
    margin-bottom: 0 !important;
  }
  .drawer .menu-join_login_inner .g-nav__item__logout {
    margin-left: 1% !important;
  }
  .nav--support {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav--support li {
    display: inline-block;
    margin-right: 1.6em !important;
  }
  .nav--support li:last-child {
    margin-right: 0;
  }
  .nav--support li a:hover {
    opacity: 0.7;
  }
  footer {
    padding-top: 70px;
  }
  footer .inner .footer-main .sns-menu .footer-logo a {
    margin-bottom: 70px;
  }
  footer .inner .footer-main .sns-menu .sns-menu_inner li {
    margin-right: 4%;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .block--pager {
    font-size: 15px;
  }
  .wrap {
    padding-bottom: 300px;
  }
  .list__more a {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
  }
  .block--pager {
    text-align: center;
  }
  .block--pager li {
    line-height: 0.9 !important;
  }
  .block--pager li a {
    line-height: 0.9 !important;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .section--banner {
    margin-bottom: 24px;
  }
  .page--home .section--banner .list--bnr .slick-prev,
  .page--home .section--banner .list--bnr .slick-next {
    width: 30px;
    height: 30px;
  }
  .page--home .section--banner .list--bnr .slick-slide {
    padding: 0 0.3%;
  }
  .page--home .section--info.schedule .list--information .date {
    width: 5em;
  }
  .page--home .section--info.schedule .list--information .date .m {
    font-size: 2.8vw;
    top: -0.4vw;
    left: -3vw;
  }
  .page--home .section--info.schedule .list--information .date .d {
    font-size: 5vw;
  }
  .page--home .section--info.schedule .list--information .date .d::before {
    top: 0;
    left: -3vw;
  }
  .page--home .section--info.schedule .list--information .date span.year {
    font-size: 1.4vw;
    text-align: left;
  }
  .page--home .area--member {
    padding-top: 13vw;
  }
  .page--home .area--member .logo-area {
    margin-left: 30px;
  }
  .page--home .area--member .logo-area .fc-logo {
    width: 78%;
    height: 33vw;
  }
  .page--home .section--login .inner--login .inner .orangerange_member {
    width: 100%;
  }
  .page--home .section--login .inner--login .inner .orangerange_member img {
    width: 100%;
  }
  .page--home .section--login .inner--login .inner .contents-left {
    width: 100%;
  }
  .page--home .section--login .inner--login .inner .contents-left .menu-join_login_inner li {
    width: 50%;
  }
  .page--home .section--special .inner--special {
    text-align: right;
  }
  .page--home .section--special .inner--special .list--contents li {
    width: 48%;
  }
  .page--home .section--info .section--inner .inner .contents-left {
    text-align: right;
  }
  .page--home .section--movie .inner--movie {
    text-align: right;
  }
  .page--home .section--movie .inner--movie .list--contents li {
    width: 48%;
  }
  .page--home .section--blog .inner--blog {
    text-align: right;
  }
  .page--home .section--blog .inner--blog .list--contents li {
    width: 48%;
  }
  .page--home footer {
    margin-top: 0;
  }
  .section-tit {
    font-size: 3vw;
    margin-bottom: 2em;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 50px;
  }
  .page--info .section-tit {
    height: 3.5vw;
  }
  .page--info .section--detail .section-tit {
    margin-bottom: 2.5em;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .tit {
    font-size: 16px !important;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: 8vw;
  }
  .page--schedule .list--schedule li .date .d {
    font-size: 3.6vw;
  }
  .page--schedule .list--schedule li .date .m {
    font-size: 2vw;
  }
  .section--detail.page--bio .inner .thumb {
    width: 80%;
    margin: 0 auto 60px;
  }
  .section--detail.page--bio .data {
    margin-bottom: 24px;
  }
  .page--disco .list--discography li {
    width: 48%;
  }
  .page--disco .list--discography::after {
    width: 48%;
  }
  .page--disco .section--detail .detail--inner .jacket {
    width: 50%;
  }
  .page--disco .section--detail .detail--inner .block--disc-detail {
    width: 50%;
    padding-left: 40px;
  }
  .section--list.page--entry .lead h2 {
    font-size: 1.4em;
  }
  .section--list.page--entry .lead .txt--lead {
    font-size: 14px;
  }
  .section--list.page--entry .tit {
    font-size: 1.2em;
  }
  .section--list.page--entry .list--contents {
    margin-bottom: 100px;
  }
  .section--list.page--entry .list--contents li {
    width: 48%;
    font-size: 0.9em;
    padding: 58px 16px;
  }
  .section--list.page--entry .list--contents li:before, .section--list.page--entry .list--contents li:after {
    width: 16px;
    height: 16px;
  }
  .section--list.page--entry .list--contents li:hover {
    opacity: 1;
  }
  .section--list.page--entry .list--contents li:nth-child(5n) {
    margin-bottom: 0;
  }
  .section--list.page--entry .list--contents li:nth-child(6n) {
    margin-bottom: 0;
  }
  .section--list.page--entry .block--entry {
    margin: 0 auto 80px;
  }
  .section--list.page--entry .block--entry dl dt {
    width: 150px;
  }
  .section--list.page--entry .block--entry dl dd {
    padding: 24px;
    width: calc(100% - 150px);
  }
  .section--list.page--entry .block--contents .fc-service-list {
    padding: 32px;
    margin-bottom: 40px;
  }
  .section--list.page--entry .btn_entry {
    text-align: left;
  }
  .section--list.page--entry .btn_entry .btn {
    padding: 16px 32px;
    margin: 16px 0 40px;
  }
  .page--blog .list--contents,
  .page--movie .list--contents,
  .page--special .list--contents {
    justify-content: space-between;
  }
  .page--blog .list--contents:after,
  .page--movie .list--contents:after,
  .page--special .list--contents:after {
    width: 48%;
  }
  .page--blog .list--contents li,
  .page--movie .list--contents li,
  .page--special .list--contents li {
    width: 48%;
  }
  .page--schedule .block--calendar .category {
    margin: 0 2px 2px;
  }
  .page--schedule .block--calendar .tit {
    padding: 4px 2px;
  }
  .section--detail.page--first_login .step li a::after {
    bottom: -7px;
  }
  .section--banner_footerarea .inner--banner_footerarea {
    padding: 64px 24px 38px;
  }
  .section--banner_footerarea .inner--banner_footerarea .list--bnr li {
    margin-bottom: 26px !important;
  }
  .page--wallpaper .list--wallpaper {
    justify-content: space-between;
  }
  .page--wallpaper .list--wallpaper > li {
    width: 48%;
  }
}/*# sourceMappingURL=fanclub-service.css.map */