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

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
.svg-parts, .svg-symbol {
  display: none;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  word-wrap: break-word;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

.btn {
  text-align: center;
}

.btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 6px;
  font-size: 1.1em;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  background: #000;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em 1.2em;
  font-weight: normal;
}

.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 6px;
  font-size: 1.1em;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border: 1px solid #000;
  background: none;
  color: #000;
  margin: 1em 0;
  padding: 1em 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
}

.block--language-selector {
  margin-bottom: 0 !important;
}

.langSelector {
  cursor: pointer;
  z-index: 100;
}
.langSelector select {
  border: none;
}

.easy-select-box {
  border-radius: 3em;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 17px 4px 10px;
  color: #fff;
  font-size: 11px;
  outline: 0;
  transition: all 0.3s ease;
  width: auto !important;
  background: #27489B;
  font-weight: 400;
}
.easy-select-box::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.easy-select-box:after {
  position: absolute;
  top: 0.5em;
  right: 7px;
  border-width: 1px;
}

.easy-select-box .esb-dropdown {
  display: none;
  max-height: 200px;
  margin-top: 10px;
  padding: 8px 15px;
  overflow: auto;
  position: absolute;
  left: 0;
  z-index: 999;
  background: #27489B;
  color: #fff;
  min-width: 100px;
}

.esb-item {
  transition: all 0.3s ease;
  padding: 5px 0;
}
.esb-item:not(:last-child) {
  margin-bottom: 0.5em;
}

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

.txt--bold {
  font-weight: bold;
}

.txt--bigger {
  font-size: 1.4em;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.new {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.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;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--pager {
  text-align: center;
  font-size: 13px;
  margin: 50px auto 0;
}
.block--pager li {
  display: inline-block;
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  position: relative;
  margin: 0 1%;
}
.block--pager a {
  display: block;
  position: relative;
  text-transform: uppercase;
}
.block--pager span {
  position: relative;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span,
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  border: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.block--pager .pager__item--newer span:after,
.block--pager .pager__item--older span:after {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  width: 30px;
  height: 30px;
  padding: 0;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  position: relative;
  top: 4px;
  border-right: 18px solid #E2BF57;
}
.block--pager .pager__item--older {
  width: 30px;
  height: 30px;
  padding: 0;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  position: relative;
  top: 4px;
  border-left: 18px solid #E2BF57;
}
.block--pager .pager__item--current {
  color: #E2BF57;
  line-height: 1;
}

.date,
.category {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
}

.category {
  display: inline-block;
}

.date {
  font-size: 17px;
}

.date .week {
  margin-left: 0.25em;
}

.tit {
  line-height: 1.5;
  word-break: break-all;
}

.category {
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background-size: 100%;
  padding: 8px 12px 8px 0;
}

.list--information li .date, .list--information li .category {
  display: inline-block;
}
.list--information li .tit {
  font-size: 20px;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
}
.list--information li .sankaku {
  display: inline-block;
  background-color: #27489B;
  width: 18px;
  height: 14px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.list--information li a {
  padding: 10px 0;
  position: relative;
}

.list--contents {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.list--contents a {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.list--contents .thumb {
  overflow: hidden;
  pointer-events: none;
}
.list--contents .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.list--contents .block--txt {
  letter-spacing: 0.05em;
}
.list--contents .block--txt .tit {
  font-size: 18px;
}
.list--contents .block--txt .date {
  font-size: 16px;
  margin: 0;
}
.list--contents .block--txt .tit, .list--contents .block--txt .tit span {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.list--contents .new {
  color: #B2272D;
  display: inline-block;
}

.list--discography {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-flow: row wrap;
}
.list--discography::after {
  display: table;
  content: "";
  clear: both;
}
.list--discography li {
  width: 27%;
  margin: 0 3% 80px;
}
.list--discography li a {
  display: block;
  padding: 0;
  position: relative;
}
.list--discography li figure {
  position: relative;
  filter: grayscale(1);
  transition: all 0.3s 0s ease;
  margin-bottom: 12px;
}
.list--discography li figure .blur-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.list--discography li figure .blur-wrap .blurBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(15px);
  background-size: cover;
  transform: scale(1.2);
}
.list--discography li figure img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.list--discography li figure img.shadow {
  opacity: 0.9;
  filter: blur(10px);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.list--discography li figure .shadow {
  background-size: cover;
}
.list--discography li figure:hover {
  filter: none;
}
.list--discography li .block--text {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.list--discography li .date {
  font-size: 14px;
}
.list--discography li .tit {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  flex: auto;
  margin-right: 5%;
}

.swiper {
  padding: 0 100px;
  width: 74%;
  max-width: 760px;
}

.swiper-wrapper { /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  display: block;
  border: 0;
  border-style: solid;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  transform-origin: center;
  transition: 0.3s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #E2BF57;
}
.swiper-button-next:hover {
  border-left-color: #27489B;
}

.swiper-button-prev {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #E2BF57;
  transform: scale(-1, 1); /* 左右反転 */
}
.swiper-button-prev:hover {
  border-left-color: #27489B;
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 31px;
  padding: 0;
  transition: 0.3s;
  vertical-align: top;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #B9B9B9;
  border-radius: 50%;
}
.slick-dots .slick-active button:before {
  opacity: 1 !important;
  background: #27489B;
}

.slick-prev,
.slick-next {
  display: block;
  width: 80px;
  height: 80px;
  background: none;
  color: #000;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: -40px;
  transition: 0.4s;
  transform-origin: center;
}

.slick-prev {
  left: inherit;
  top: 50%;
  left: -80px;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: -80px;
}

.list--bnr:hover .slick-next,
.list--video:hover .slick-next {
  right: 5%;
}
.list--bnr:hover .slick-prev,
.list--video:hover .slick-prev {
  left: 5%;
}

.list--bnr .slick-prev,
.list--bnr .slick-next {
  margin-top: 0;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:before, .slick-next:before {
  content: "" !important;
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 16px;
  transition: 0.3s;
}

.slick-prev {
  left: 0%;
}
.slick-prev:after {
  border-right: 40px solid #E2BF57;
}

.slick-next {
  right: 0%;
}
.slick-next:after {
  border-left: 40px solid #E2BF57;
  right: 0;
}

.block--category a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  color: #27489B;
  line-height: 1;
  background-position: center;
  background-repeat: no-repeat;
}

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

/* icon--required */
.icon--required {
  position: relative;
}
.icon--required:before {
  position: absolute;
  content: "必須";
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #B2272D;
  border-radius: 2px;
  letter-spacing: 0.01em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 1em;
}
.block--error li {
  margin-bottom: 0.5em;
}

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

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

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

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

/* 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 {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

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

/* textarea */
textarea {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #000;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin: -0.25em 0 0;
}

/* checkbox */
.form__checkbox label p {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.1em;
  border: 1px solid #000;
  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 #000;
  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::after {
  top: 50%;
  opacity: 1;
  border-color: #B2272D;
}

/* radio */
.form__radio label p {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #B2272D;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 15px;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #B2272D;
  border-color: #B2272D;
}
.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 #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.header {
  position: fixed;
}
.header .logo {
  display: block;
}
.header .logo a {
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo svg {
  width: 100%;
  height: 100%;
}
.header .g-nav a {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  padding: 5px 0;
}

.g-nav--sns li {
  display: inline-block;
  line-height: 1;
}
.g-nav--sns li i {
  font-size: 23px;
  color: #27489B;
}
.g-nav--sns li svg {
  width: 20px;
  height: 20px;
  fill: #27489B;
}

.login--list a {
  border-radius: 3em;
  border: 1px solid #27489B;
  padding: 5px 8px;
}
.login--list .g-nav__item__join {
  position: relative;
  padding-right: 0.75vw;
  margin-right: 0 !important;
}
.login--list .g-nav__item__join::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  transform: rotate(20deg);
  top: 5px;
  right: 0.25vw;
  background: #27489B;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  width: 100%;
  background: #D2AF57;
  color: #27489B;
  text-align: center;
  z-index: 9;
}
.footer .footer-logo {
  position: absolute;
  line-height: 0;
  display: block;
}
.footer .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer .footer--nav {
  font-size: 15px;
  line-height: 1;
}
.footer .footer--nav li {
  margin-bottom: 20px;
}
.footer .footer--nav a {
  font-family: "Noto Serif JP", serif;
}
.footer .footer--sns a {
  display: block;
  width: 100%;
  height: 100%;
  background: #27489B;
  border-radius: 50%;
}
.footer .copyright small {
  line-height: 1;
  font-size: 14px;
  font-family: "Cormorant", serif;
}

body.android .video-sp {
  width: 210vw;
}

.area--cloud {
  position: relative;
}
.area--cloud .block-cloud {
  position: absolute;
  z-index: -100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.area--cloud .video-pc, .area--cloud .video-sp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (min-width: 961px) {
  .area--cloud .video-pc, .area--cloud .video-sp {
    width: 100%;
  }
}
.area--cloud .video-alternative {
  display: none;
}
.area--cloud .video-alternative > img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(/static/reol/common/bg/cloud_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .area--cloud video {
    display: none;
  }
  .area--cloud .video-alternative {
    display: block;
  }
}

.area--gold {
  background-color: #d7b457;
  position: relative;
}
.area--gold .thumb {
  position: absolute;
  height: auto;
}

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

.content-main {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.section-tit {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
}
.section-tit > img {
  height: 100%;
}

.page--home {
  color: #27488d;
}
.page--home .side__fc-menu {
  display: none;
}
.page--home .popup--top {
  display: block;
}
.page--home .section--hero {
  width: 100%;
  height: calc(70vw - 115px);
  position: relative;
}
.page--home .section--hero .block--logo {
  line-height: 0;
  display: block;
}
.page--home .section--hero .block--logo > img {
  height: 100%;
}
.page--home .section--hero .block--hero-img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page--home .section--hero .block--hero-img > img {
  width: 100%;
  height: 100%;
}
.page--home [class^=section--] .section-tit {
  display: block;
}
.page--home [class^=section--] .section-tit img {
  padding: 1px;
  height: 100%;
  background: #fff;
}
.page--home .section--info .date {
  display: block;
}
.page--home .section--info .tit {
  display: inline-block;
  background-color: #fff;
}
.page--home .section--info .list--information + .list__more {
  background: none;
  border: none;
}
.page--home .section--info .list--information + .list__more a {
  background-color: transparent !important;
  box-shadow: none;
  border: none;
}
.page--home .section--info .block--more {
  margin-top: 20px;
}
.page--home .section--info .block--more ul {
  text-align: center;
}
.page--home .section--info .block--more li {
  margin-top: 0;
  transform: none;
  left: 0;
}
.page--home .section--info .block--more span:not(.sankaku) {
  opacity: 0;
}
.page--home .section--media, .page--home .section--live {
  position: relative;
  z-index: 10;
}
.page--home .section--media .list--information, .page--home .section--live .list--information {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(39, 72, 155, 0.5);
}
.page--home .section--media .list--information li a, .page--home .section--live .list--information li a {
  position: relative;
}
.page--home .section--media .list--information li:not(:last-child) a:before, .page--home .section--live .list--information li:not(:last-child) a:before {
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #27489B;
}
.page--home .section--media .list--information .more, .page--home .section--live .list--information .more {
  display: inline-block;
  border-bottom: 1px solid;
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
}
.page--home .section--media .list--information .date, .page--home .section--live .list--information .date {
  position: relative;
}
.page--home .section--media .list--information .date::before, .page--home .section--live .list--information .date::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/static/reol/top/birdeye.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page--home .section--media .list__more, .page--home .section--live .list__more {
  margin: 0;
  transform: translate(-50%, -1.25em);
}
.page--home .section--disco .section-tit img {
  background: #E2BF57;
}
.page--home .section--disco .list--discography div {
  margin: 0 3% 0;
}
.page--home .section--disco .list--discography div .tit {
  min-width: 80px;
  text-align: center;
}
.page--home .section--disco .no-data {
  margin: 50px auto;
  text-align: center;
}
.page--home .section--disco figure {
  margin-bottom: 0;
}
.page--home .block--video .tit {
  background: #fff;
  border: 2px solid #27478c;
  padding: 2px;
  z-index: 2;
  transform: translateY(-1em);
  line-height: 1.1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.page--home .block--video span {
  border: 1px solid #27478c;
  display: block;
  padding: 4px 10px 6px;
  font-family: "Noto Serif JP", serif;
}
.page--home .area--fc {
  display: flex;
  display: flex;
  background-color: #27489B;
  padding: 17px;
  position: relative;
  height: 100vh;
}
.page--home .area--fc .bg_fc-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page--home .area--fc .bg_fc-img img {
  width: 100%;
  border-radius: 13px;
  line-height: 0;
}
.page--home .area--fc .block--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.page--home .area--fc .fc-logo svg {
  fill: #27489B;
}
.page--home .area--fc .scroll {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  color: #274888;
  position: relative;
  text-align: center;
}
.page--home .area--fc .scroll span {
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  width: 1px;
  height: 107px;
  background-color: #274888;
  animation: scrolldown 2s cubic-bezier(0.5, 0, 0, 0.5) infinite;
  opacity: 0.5;
}
.page--home .area--fc .section--fcmenu {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page--home .area--fc .list--fcmenu {
  margin: 0 auto;
}
.page--home .area--fc .list--fcmenu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.page--home .area--fc .list--fcmenu li.new:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  background: #D2AF57;
  border-radius: 3em;
  top: -10px;
  right: -10px;
  z-index: 2;
}
.page--home .area--fc .list--fcmenu li.memo .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_memo.svg);
}
.page--home .area--fc .list--fcmenu li.document .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_document.svg);
}
.page--home .area--fc .list--fcmenu li.moment .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_moment.svg);
}
.page--home .area--fc .list--fcmenu li.movie .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_movie.svg);
}
.page--home .area--fc .list--fcmenu li.photo .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_photo.svg);
}
.page--home .area--fc .list--fcmenu li.voice .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_voice.svg);
}
.page--home .area--fc .list--fcmenu li.call .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_call.svg);
}
.page--home .area--fc .list--fcmenu li.game .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_game.svg);
}
.page--home .area--fc .list--fcmenu li.mypage .thumb img {
  background-image: url(/static/reol/top/thumb/thumb_mypage.svg);
}
@media screen and (min-width: 961px) {
  .page--home .area--fc .list--fcmenu li:hover.memo .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_memo_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.document .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_document_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.moment .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_moment_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.movie .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_movie_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.photo .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_photo_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.voice .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_voice_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.call .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_call_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.game .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_game_w.svg);
  }
  .page--home .area--fc .list--fcmenu li:hover.mypage .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_mypage_w.svg);
  }
}
.page--home .area--fc .list--fcmenu .thumb {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 18px;
  position: relative;
  padding: 18px;
  margin-bottom: 15px;
}
.page--home .area--fc .list--fcmenu .thumb img {
  display: block;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.page--home .area--fc .list--fcmenu .tit {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.page--home .area--fc .list--fcmenu .tit > span {
  vertical-align: 0.15em;
}

.section--list .section-tit,
.section--detail .section-tit {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 70px;
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
}

.box1050 {
  max-width: 1050px;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.detail__btn, .list__more {
  max-width: 160px;
  min-width: 80px;
  height: 40px;
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 50px auto 0;
  background-color: #fff;
  position: relative;
}
.detail__btn a, .list__more a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px;
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  color: #27489B;
  position: relative;
  line-height: 20px;
  border: 2px solid #27489B;
  box-shadow: 0px 0px 0px 0px #27489B, 1px 1px 0px 0px #27489B, 1px 1px 0px 0px #27489B, 2px 2px 0px 0px #27489B;
}
.detail__btn svg, .list__more svg {
  fill: #27489B;
  width: 100%;
  height: inherit;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 15px;
}

.list__more {
  display: inline-block;
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.list__more p {
  height: 100%;
}
.list__more a {
  color: transparent;
  background: #fff;
}

.video_v .video {
  padding-top: 177%;
}

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

.section--list {
  position: relative;
  z-index: 1;
}

/*  page--info
------------------------------ */
.page--info .wrap {
  background: #E2BF57;
}
.page--info .block--contents__detail {
  font-size: 14px;
  position: relative;
  padding: 80px 9% 40px 9%;
  margin-bottom: 80px;
}
.page--info .block--contents__detail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: calc(100% + 10px);
  z-index: -1;
  top: 0;
  left: 0;
}
.page--info .new {
  display: block;
  background: #B2272D;
  color: #fff;
  font-size: 24px;
  border-radius: 48% 50% 50% 48%/48% 50% 50% 48%;
  padding: 0 7px 2px;
  width: 57px;
  text-align: center;
  margin-bottom: 10px;
}
.page--info .accordion_one .accordion_header {
  cursor: pointer;
  transition-duration: 0.2s;
}
.page--info .accordion_one .accordion_inner {
  display: none;
}
.page--info .accordion_one .accordion_inner.stay {
  display: block;
}
.page--info .list--information > li {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.page--info .list--information > li .txt {
  line-height: 2;
}
.page--info .list--information > li .text a {
  display: inline;
  text-decoration: underline;
}
.page--info .list--information > li .text a:hover {
  text-decoration: none;
}
.page--info .list--information dd {
  position: relative;
}
.page--info .list--information dd::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.page--info .section--list,
.page--info .section--detail {
  margin: 0 auto;
}
.page--info .section--list .tit,
.page--info .section--detail .tit {
  margin-bottom: 0;
}
.page--info .section--list .date,
.page--info .section--detail .date {
  line-height: 1;
  color: #fff;
  background: #27489B;
  display: inline-block;
  position: absolute;
  top: -0.5em;
}
.page--info .section--list .week,
.page--info .section--detail .week {
  margin-left: 6px;
}
.page--info .section--list .section-tit {
  margin: 0 auto;
}
.page--info .section--detail .block--share {
  position: relative;
  text-align: right;
  width: 80%;
  right: -20%;
}
.page--info .section--detail .block--share li {
  display: inline-block;
  font-size: 20px;
  margin-left: 0.5em;
}
.page--info .section--detail .block--share li svg {
  vertical-align: -2px;
  width: 16px;
  height: 16px;
}
.page--info .section--detail .block--share li.share {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.page--info .section--detail .block--share i {
  font-size: 16px;
}
.page--info .section--detail .txt {
  font-size: 18px;
  line-height: 2;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}

/*  page--disco
------------------------------ */
.page--disco .header {
  background: transparent !important;
}
.page--disco .area--cloud {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.page--disco .block--category {
  opacity: 0;
  text-align: center;
}
.page--disco .block--category li {
  display: inline-block;
}
.page--disco .block--category li:last-child {
  padding-right: 0;
}
.page--disco .list--discography {
  opacity: 0;
}
.page--disco .list__more a {
  background: #fff;
}
.page--disco .block--comment {
  opacity: 0;
  margin: 0 0 40px;
  background: rgba(255, 255, 255, 0.6);
  border: 3px solid rgba(39, 72, 155, 0.6);
}
.page--disco .block--comment a {
  text-decoration: underline;
}
.page--disco .block--comment .block--disc .block-tit {
  font-weight: bold;
}
.page--disco .section--detail {
  position: relative;
  z-index: 5;
  height: 100%;
}
.page--disco .section--detail .area--disco-detail {
  margin-top: -5%;
}
.page--disco .section--detail .block--jacket {
  opacity: 0;
  position: relative;
  margin-bottom: 50px;
  /*　一旦戻す*/
  /*
  li:nth-child(2){
  	transform: translateX(-10%) translateY(-50%);
  	position: absolute;
  	top: 50%;
  	left: 32%;
  	z-index: -1;
  	max-height: 95%;
  	max-width: 95%;
  	width: 48%;
  	figcaption{display: none;}
  }
  */
}
.page--disco .section--detail .block--jacket li {
  margin: 0 auto;
  width: 50%;
}
.page--disco .section--detail .block--jacket .thumb {
  width: 100%;
  height: 100%;
}
.page--disco .section--detail .block--jacket li:first-child img:first-child {
  box-shadow: 4px 0px 12px -5px rgba(0, 0, 0, 0.6);
}
.page--disco .section--detail .block--jacket img.cd {
  transform: translateX(-32%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 32%;
  z-index: -1;
  max-height: 95%;
  max-width: 95%;
}
.page--disco .section--detail .block--jacket figcaption {
  font-size: 11px;
  margin-top: 15px;
}
.page--disco .section--detail .block--jacket .list--jacket .block--jacket,
.page--disco .section--detail .block--detail {
  opacity: 0;
}
.page--disco .section--detail .block--detail {
  text-align: center;
}
.page--disco .section--detail .block--detail .tit {
  font-size: 18px;
  margin-bottom: 52px;
  position: relative;
  top: -7px;
}
.page--disco .section--detail .block--detail .tit span {
  display: block;
  font-size: 0.85em;
  line-height: 1;
  margin: 8px 0 -4px;
}
.page--disco .section--detail .block--detail .date {
  margin-bottom: 10px;
}
.page--disco .section--detail .detail__btn {
  opacity: 0;
}
.page--disco .block--track {
  opacity: 0;
  margin: 40px 0 60px;
  font-size: 14px;
}
.page--disco .block--track > li:last-child {
  border-bottom: 1px solid rgba(39, 72, 155, 0.6);
}
.page--disco .block--track .tie-up {
  font-size: 0.85em;
}
.page--disco .block--track .list--track:not(:last-child) {
  margin: 0 0 20px;
}
.page--disco .block--track .list--track .tr_track {
  border-top: 1px solid rgba(39, 72, 155, 0.6);
}
.page--disco .block--track .list--track .num {
  margin-right: 5px;
}
.page--disco .block--track .list--track .num, .page--disco .block--track .list--track .tit-track, .page--disco .block--track .list--track .tie-up {
  display: inline-block;
}
.page--disco .block--track .list--link {
  text-align: right;
}
.page--disco .block--track .list--link i {
  transition: color 0.3s 0s ease;
  font-size: 20px;
}
.page--disco .block--track .list--link a:hover i {
  color: #27489B;
}
.page--disco .block--track .block--table {
  display: table;
  width: 100%;
}
.page--disco .block--track .block--table .item--td {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0;
  line-height: 1.6;
}
.page--disco .section--list::before, .page--disco .section--detail::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 11;
}
.page--disco .section--list .section-tit, .page--disco .section--detail .section-tit {
  z-index: 11;
  line-height: 0;
  margin: 0 auto;
  opacity: 0;
}
.page--disco .section--list .category, .page--disco .section--detail .category {
  opacity: 0;
  background: #27489B;
  margin-bottom: 22px;
  padding: 7px 10px;
}
.page--disco .section--list .category > img, .page--disco .section--detail .category > img {
  height: 12px;
}
.page--disco .section--list .list__more, .page--disco .section--detail .list__more {
  opacity: 0;
}
.page--disco .section--list.parallax::before {
  opacity: 0;
  transition: opacity 0.6s 4s cubic-bezier(0, 0, 0.34, 1.02);
}
.page--disco .section--list.parallax .block--category, .page--disco .section--list.parallax .category, .page--disco .section--list.parallax .list__more {
  opacity: 1;
  transition: opacity 0.6s 4s cubic-bezier(0, 0, 0.34, 1.02);
}
.page--disco .section--list.parallax .section-tit {
  opacity: 1;
  transition: opacity 0.8s 0.3s cubic-bezier(0, 0, 0.34, 1.02);
}
@media screen and (min-width: 961px) {
  .page--disco .section--list.parallax .section-tit {
    animation: titleView 2.8s 0.5s cubic-bezier(0, 0, 0.34, 1.02) forwards;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section--list.parallax .section-tit {
    animation: titleView_sp 2.8s 0.5s cubic-bezier(0, 0, 0.34, 1.02) forwards;
  }
}
@media screen and (min-width: 961px) {
  .page--disco .section--list.parallax .section-tit img {
    transform: skewX(-15deg);
    transition: transform 0.85s 0.6s cubic-bezier(0, 0, 0.34, 1.02);
  }
}
.page--disco .section--list.parallax .list--discography,
.page--disco .list--discography.parallax {
  animation: scrollview 1.8s 1.2s cubic-bezier(0.5, 0, 0, 0.5) forwards;
  animation-iteration-count: 1;
}
.page--disco .section--detail.parallax {
  /*一旦戻す*/
  /*
  .list--jacket li:nth-child(2){
  	transform: translateX(32%) translateY(-50%);
  	transition: all 0.85s 3s var.$transition;
  	//4
  }
  */
}
.page--disco .section--detail.parallax:before {
  opacity: 0;
  transition: opacity 0.6s 4s cubic-bezier(0, 0, 0.34, 1.02);
}
.page--disco .section--detail.parallax .detail__btn {
  opacity: 1;
  transition: opacity 0.6s 4s cubic-bezier(0, 0, 0.34, 1.02);
}
.page--disco .section--detail.parallax .section-tit {
  opacity: 1;
  transition: opacity 0.8s 0.3s cubic-bezier(0, 0, 0.34, 1.02);
}
@media screen and (min-width: 961px) {
  .page--disco .section--detail.parallax .section-tit {
    animation: titleView 2.8s 0.5s cubic-bezier(0, 0, 0.34, 1.02) forwards;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--disco .section--detail.parallax .section-tit {
    animation: titleView_sp 2.8s 0.5s cubic-bezier(0, 0, 0.34, 1.02) forwards;
  }
}
@media screen and (min-width: 961px) {
  .page--disco .section--detail.parallax .section-tit img {
    transform: skewX(-15deg);
    transition: transform 0.85s 0.85s cubic-bezier(0, 0, 0.34, 1.02);
  }
}
.page--disco .section--detail.parallax .block--jacket, .page--disco .section--detail.parallax .block--detail, .page--disco .section--detail.parallax .category {
  opacity: 1;
  transition: opacity 0.8s 1.2s cubic-bezier(0, 0, 0.34, 1.02);
}
.page--disco .section--detail.parallax .block--jacket img.cd {
  transform: translateX(0) translateY(-50%);
  transition: all 0.85s 3s cubic-bezier(0, 0, 0.34, 1.02);
}
.page--disco .section--detail.parallax .block--comment,
.page--disco .section--detail.parallax .block--track,
.page--disco .block--track.parallax,
.page--disco .block--comment.parallax {
  animation: scrollview 1.4s 1.6s cubic-bezier(0.5, 0, 0, 0.5) forwards;
  animation-iteration-count: 1;
}

/*  page--member
------------------------------ */
.page--member .wrap {
  background: #27489B;
  color: #fff;
}
.page--member .no-data {
  margin: 10vw auto;
}
.page--member .detail__btn .sankaku, .page--member .list__more .sankaku {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--member .detail__btn .sankaku:before, .page--member .detail__btn .sankaku:after, .page--member .list__more .sankaku:before, .page--member .list__more .sankaku:after {
  content: "";
  display: block;
  background: #152c68;
  position: absolute;
  width: 4px;
  height: 4px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.page--member .detail__btn .sankaku:before, .page--member .list__more .sankaku:before {
  right: -4px;
  top: 0;
}
.page--member .detail__btn .sankaku:after, .page--member .list__more .sankaku:after {
  left: 0px;
  bottom: -4px;
  transform: scale(-1, -1);
}
.page--member .detail__btn a, .page--member .list__more a {
  position: relative;
}
.page--member .detail__btn a:before, .page--member .list__more a:before {
  content: "";
  background: #152c68;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page--member .section-tit img {
  height: 100%;
}

/*  page--movie
------------------------------ */
.page--movie .list--contents li .thumb {
  padding-top: 56.25%;
}
.page--movie .list--contents li .thumb img {
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .area--movie {
  position: relative;
}
.page--movie .section--detail .tit {
  font-size: 20px;
  line-height: 1.4;
}
.page--movie .section--detail .date {
  margin-bottom: 8px;
}
.page--movie .section--detail .new {
  display: block;
  background: #B2272D;
  color: #fff;
  font-size: 20px;
  border-radius: 48% 50% 50% 48%/48% 50% 50% 48%;
  padding: 0 7px 2px;
  width: 57px;
  text-align: center;
  margin-bottom: 18px;
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.page--movie .block--player {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.page--movie .block--player.ulizahtml5-player {
  padding-top: 56.25%;
}
.page--movie .block--player.ulizahtml5-player video {
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player img, .page--movie .block--player .ulizahtml5 {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.page--movie .block--comment-input .block-tit {
  background: #fff;
  color: #27489B;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 6px 0;
  font-size: 20px;
}
.page--movie .block--comment-input .form--post {
  line-height: 0;
}
.page--movie .block--comment-input .block--post textarea {
  border-radius: 0 0 15px 15px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  color: #fff;
}
.page--movie .block--comment-input .block--post textarea::-moz-placeholder {
  color: #fff;
}
.page--movie .block--comment-input .block--post textarea::placeholder {
  color: #fff;
}
.page--movie .list--comment {
  padding: 27px 36px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  color: #000;
}
.page--movie .list--comment:not(:last-child) {
  border-bottom: 1px solid #000;
}
.page--movie .list--comment .name, .page--movie .list--comment .date {
  color: #4D4D4D;
  font-size: 10px;
}
.page--movie .list--comment .name {
  margin-bottom: 5px;
}
.page--movie .list--comment .txt {
  font-size: 12px;
}
.page--movie .block--comment-input .txt--sub {
  margin-bottom: 120px;
}
.page--movie .block--comment {
  position: relative;
}
.page--movie .block--comment:not(:last-child) {
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page--movie .block--comment .date {
  position: absolute;
  right: 0;
  line-height: 1;
}
.page--movie .block--comment .date {
  margin: 0;
  top: -1px;
}
.page--movie .block--comment .report-btn {
  position: absolute;
  right: 0;
  line-height: 1;
  top: -18px;
  font-size: 11px;
  background: #27489B;
  padding: 3px 4px;
  color: #fff;
  border-radius: 3px;
  margin-left: 40px;
}
.page--movie .block--comment-input + div {
  height: auto !important;
}
.page--movie .block--comment-input + div.no-data {
  display: none;
}

.page--movie.category-5 .list--contents,
.page--movie.category-16 .list--contents {
  border-radius: 14px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.page--movie.category-5 .list--contents li,
.page--movie.category-16 .list--contents li {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  position: relative;
}
.page--movie.category-5 .list--contents li:last-child a:before,
.page--movie.category-16 .list--contents li:last-child a:before {
  content: none;
}
.page--movie.category-5 .list--contents li::after,
.page--movie.category-16 .list--contents li::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.page--movie.category-5 .list--contents li:after,
.page--movie.category-16 .list--contents li:after {
  position: absolute;
  top: 50%;
  right: 20px;
}
.page--movie.category-5 .list--contents li.no-data,
.page--movie.category-16 .list--contents li.no-data {
  text-align: center;
  background: none;
}
.page--movie.category-5 .list--contents li.no-data:after,
.page--movie.category-16 .list--contents li.no-data:after {
  content: none;
}
.page--movie.category-5 .list--contents .tit,
.page--movie.category-16 .list--contents .tit {
  margin-bottom: 10px;
}
.page--movie.category-5 .list--contents .date,
.page--movie.category-16 .list--contents .date {
  display: inline-block;
  margin-bottom: 6px;
}
.page--movie.category-5 .list--contents .new,
.page--movie.category-16 .list--contents .new {
  font-size: 14px;
}
.page--movie.category-5 .list--contents a,
.page--movie.category-16 .list--contents a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 30px 22px 20px;
}
.page--movie.category-5 .list--contents a:before,
.page--movie.category-16 .list--contents a:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
}
.page--movie.category-5 .list--contents img,
.page--movie.category-16 .list--contents img {
  height: auto;
  border-radius: 11.4px;
}
.page--movie.category-5 .list--contents .block--txt,
.page--movie.category-16 .list--contents .block--txt {
  position: relative;
  transform: none;
}

/*  camera roll
movie カテ2,photo 共通
------------------------------ */
.page--movie.category-2 .slick-track,
.page--photo.category-6 .slick-track,
.page--movie.category-14 .slick-track {
  display: flex;
}
.page--movie.category-2 .slick-slide,
.page--photo.category-6 .slick-slide,
.page--movie.category-14 .slick-slide {
  height: auto !important;
}
.page--movie.category-2 .slick-initialized .slick-slide,
.page--photo.category-6 .slick-initialized .slick-slide,
.page--movie.category-14 .slick-initialized .slick-slide {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.page--movie.category-2 .slick-prev, .page--movie.category-2 .slick-next,
.page--photo.category-6 .slick-prev,
.page--photo.category-6 .slick-next,
.page--movie.category-14 .slick-prev,
.page--movie.category-14 .slick-next {
  top: 0;
  width: 40px;
  height: 40px;
}
.page--movie.category-2 .slick-next,
.page--photo.category-6 .slick-next,
.page--movie.category-14 .slick-next {
  right: 60px;
}
.page--movie.category-2 .slick-next:after,
.page--photo.category-6 .slick-next:after,
.page--movie.category-14 .slick-next:after {
  border-left-width: 12px;
}
.page--movie.category-2 .slick-prev,
.page--photo.category-6 .slick-prev,
.page--movie.category-14 .slick-prev {
  right: 100px;
  left: inherit;
}
.page--movie.category-2 .slick-prev:after,
.page--photo.category-6 .slick-prev:after,
.page--movie.category-14 .slick-prev:after {
  border-right-width: 12px;
  right: 0;
}
.page--movie.category-2 .slick-prev::after, .page--movie.category-2 .slick-next::after,
.page--photo.category-6 .slick-prev::after,
.page--photo.category-6 .slick-next::after,
.page--movie.category-14 .slick-prev::after,
.page--movie.category-14 .slick-next::after {
  width: 15px;
  height: 15px;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.page--movie.category-2 .section--list .list--contents,
.page--photo.category-6 .section--list .list--contents,
.page--movie.category-14 .section--list .list--contents {
  display: block;
}
.page--movie.category-2 .section--list .list--contents li,
.page--photo.category-6 .section--list .list--contents li,
.page--movie.category-14 .section--list .list--contents li {
  margin-bottom: 40px;
}
.page--movie.category-2 .section--list .list--contents a,
.page--photo.category-6 .section--list .list--contents a,
.page--movie.category-14 .section--list .list--contents a {
  margin: 0 4%;
}
.page--movie.category-2 .section--list .list--contents .date,
.page--photo.category-6 .section--list .list--contents .date,
.page--movie.category-14 .section--list .list--contents .date {
  margin-bottom: 6px;
}
.page--movie.category-2 .section--list .list--contents .txt,
.page--photo.category-6 .section--list .list--contents .txt,
.page--movie.category-14 .section--list .list--contents .txt {
  font-size: 12px;
}
.page--movie.category-2 .section--list .list--contents li .thumb,
.page--photo.category-6 .section--list .list--contents li .thumb,
.page--movie.category-14 .section--list .list--contents li .thumb {
  padding-top: 56.25%;
  border-radius: 10px 10px 0 0;
}
.page--movie.category-2 .section--list .list--contents li .thumb img,
.page--photo.category-6 .section--list .list--contents li .thumb img,
.page--movie.category-14 .section--list .list--contents li .thumb img {
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie.category-2 .section--list .block--txt,
.page--photo.category-6 .section--list .block--txt,
.page--movie.category-14 .section--list .block--txt {
  background: #fff;
  color: #000;
  border-radius: 0 0 10px 10px;
}

/*  page--photo
------------------------------ */
.page--photo {
  /*swipe*/
}
.page--photo.page--photo__detail .detail__btn {
  border: none;
  width: inherit;
  height: inherit;
  background-color: transparent;
  font-size: 24px;
}
.page--photo.page--photo__detail .detail__btn a {
  color: #fff;
  background: none !important;
}
.page--photo.page--photo__detail .detail__btn a:before {
  content: none;
  font-size: 24px;
}
.page--photo .modal-open .drawer__btn {
  pointer-events: none;
}
.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-overlay {
  background: rgba(53, 53, 53, 0.9490196078);
}
.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
.page--photo #swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: 0.4s ease-out 0s;
}
.page--photo #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-action #swipebox-prev::after, .page--photo #swipebox-action #swipebox-prev::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-right: 0.35em;
  margin-left: 1.3em;
  margin-top: 1.2em;
  position: absolute;
}
.page--photo #swipebox-action #swipebox-prev::after {
  top: 0;
  left: 0;
}
.page--photo #swipebox-action #swipebox-prev::before {
  border-color: #000;
  top: 2px;
  left: 1px;
}
.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-action #swipebox-next::after, .page--photo #swipebox-action #swipebox-next::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: 1.2em;
  margin-left: 1em;
  position: absolute;
}
.page--photo #swipebox-action #swipebox-next::after {
  top: 0;
  left: 0;
}
.page--photo #swipebox-action #swipebox-next::before {
  border-color: #000;
  top: 2px;
  left: 1px;
}
.page--photo #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

.page--blog .list--contents {
  border-radius: 14px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.page--blog .list--contents li {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  position: relative;
}
.page--blog .list--contents li:last-child a:before {
  content: none;
}
.page--blog .list--contents li::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.page--blog .list--contents li:after {
  position: absolute;
  top: 50%;
  right: 20px;
}
.page--blog .list--contents li.no-data {
  background: none;
}
.page--blog .list--contents li.no-data:after {
  content: none;
}
.page--blog .list--contents .tit {
  margin-bottom: 10px;
}
.page--blog .list--contents .date {
  display: inline-block;
  margin-bottom: 6px;
}
.page--blog .list--contents .txt {
  line-height: 1.3;
}
.page--blog .list--contents .new {
  font-size: 14px;
  margin-left: 0.25em;
}
.page--blog .list--contents a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px;
}
.page--blog .list--contents a:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
}
.page--blog .list--contents .thumb {
  padding-top: 0;
  width: 17%;
  min-width: 76px;
  height: 76px;
  margin-right: 4%;
}
.page--blog .list--contents .thumb img:last-child {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .list--contents img {
  height: auto;
  border-radius: 11.4px;
}
.page--blog .list--contents .block--txt {
  position: relative;
  transform: none;
}
.page--blog .btn--sub {
  font-family: "Noto Serif JP", serif;
}
.page--blog .block--blog__detail {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  line-height: 1.8;
  z-index: 2;
}
.page--blog .block--blog__detail .block--movie-loading {
  min-width: auto;
}
.page--blog .block--blog__detail .ph {
  margin: 1em 0;
}
.page--blog .block--blog__detail .ph img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.page--blog .block--blog__detail .date {
  margin-bottom: 0;
  display: block;
  text-align: right;
  margin-left: auto;
}
.page--blog .block--blog__detail .tit {
  font-size: 18px;
  margin-bottom: 0;
}
.page--blog .block--blog__detail .txt {
  padding: 20px;
}
.page--blog .detail__blog-header {
  border-radius: 20px 20px 0 0;
  background: #E2BF57;
  position: relative;
  z-index: 3;
  padding: 17px 5% 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--blog .block--comment-input .block-tit {
  background: #fff;
  color: #27489B;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 6px 0;
  font-size: 20px;
}
.page--blog .block--comment-input .form--post {
  line-height: 0;
}
.page--blog .block--comment-input .block--post textarea {
  border-radius: 0 0 15px 15px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  color: #fff;
}
.page--blog .block--comment-input .block--post textarea::-moz-placeholder {
  color: #fff;
}
.page--blog .block--comment-input .block--post textarea::placeholder {
  color: #fff;
}
.page--blog .list--comment {
  padding: 27px 36px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  color: #000;
}
.page--blog .list--comment:not(:last-child) {
  border-bottom: 1px solid #000;
}
.page--blog .list--comment .name, .page--blog .list--comment .date {
  color: #4D4D4D;
  font-size: 10px;
}
.page--blog .list--comment .name {
  margin-bottom: 5px;
}
.page--blog .list--comment .txt {
  font-size: 12px;
}
.page--blog .block--comment-input .txt--sub {
  margin-bottom: 120px;
}
.page--blog .block--comment {
  position: relative;
}
.page--blog .block--comment:not(:last-child) {
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page--blog .block--comment .date {
  position: absolute;
  right: 0;
  line-height: 1;
}
.page--blog .block--comment .date {
  margin: 0;
  top: -1px;
}
.page--blog .block--comment .report-btn {
  position: absolute;
  right: 0;
  line-height: 1;
  top: -18px;
  font-size: 11px;
  background: #27489B;
  padding: 3px 4px;
  color: #fff;
  border-radius: 3px;
  margin-left: 40px;
  border-style: none;
}
.page--blog .block--comment-input + div {
  height: auto !important;
}
.page--blog .block--comment-input + div.no-data {
  display: none;
}
.page--blog.comment--blog .wrap {
  background-color: #27489B;
}
.page--blog .comment--complete {
  color: #fff;
}
.page--blog .comment--complete .btn--sub {
  color: #fff;
  border-color: #fff;
  margin-top: 30px;
}
.page--blog.page--moment .section--list .area--blog .list--contents {
  background: rgba(255, 255, 255, 0.3);
}
.page--blog.page--moment .section--list .area--blog .list--contents .tab {
  display: flex;
  flex-flow: row wrap;
  align-items: end;
  margin: 0 auto;
}
.page--blog.page--moment .section--list .area--blog .list--contents .tab li {
  border-bottom: 1px solid #a9a9a9;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: none;
  text-align: center;
  font-size: 16px;
}
.page--blog.page--moment .section--list .area--blog .list--contents .tab li a {
  padding: 20px 30px 22px 20px;
  box-sizing: border-box;
  display: block;
}
.page--blog.page--moment .section--list .area--blog .list--contents .tab li a::before {
  display: none;
}
.page--blog.page--moment .section--list .area--blog .list--contents .tab li span {
  padding: 20px 30px 22px 20px;
  display: block;
  box-sizing: border-box;
  line-height: 1;
}
.page--blog.page--moment .section--list .area--blog .list--contents .tab li.on {
  border-bottom: 1px solid #ffffff;
}
.page--blog.page--moment .section--list .area--blog .list--contents .tab li:after {
  display: none;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li {
  background: none;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li:after {
  display: none;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .icon {
  width: 15%;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .txtArea {
  width: 80%;
  margin: 0 0 10px 0;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .txtArea .date {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 20px 0;
  display: block;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .txtArea .tit {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .txtArea .txt p {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .txtArea .txt .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 10px 0;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .txtArea .txt .block--player .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .txtArea .txt img {
  margin: 10px 0;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .phArea {
  width: 80%;
  padding: 0;
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .phArea .thumb {
  width: 100%;
  min-width: auto;
  height: auto;
  margin-right: 0;
}
.page--blog.page--moment .section--list .area--blog .list--contents .list li a .phArea .thumb img:last-child {
  position: initial;
}
.page--blog.page--moment .section--detail .block--blog__detail {
  border: 3px solid #dbba59;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px;
}
.page--blog.page--moment .section--detail .block--blog__detail .detail__blog-header {
  background: none;
  padding: 0;
}
.page--blog.page--moment .section--detail .block--blog__detail .icon {
  width: 15%;
}
.page--blog.page--moment .section--detail .block--blog__detail .txtArea {
  width: 80%;
}
.page--blog.page--moment .section--detail .block--blog__detail .txtArea .txt {
  padding: 0;
  font-size: 12px;
}
.page--blog.page--moment .section--detail .block--blog__detail .txtArea .txt .date {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 16px;
  margin: 0 0 5px 0;
  line-height: 1.5;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li {
  cursor: pointer;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li .ph {
  margin: 0;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li.icon--like {
  width: 25px;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li.icon--like .bookmark::after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url(/static/reol/common/moment_icon_favo_off.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li.icon--like .bookmark.clicked::after {
  background: url(/static/reol/common/moment_icon_favo_on.png) no-repeat;
  background-size: contain;
  background-position: center;
  animation: heart 1.2s reverse both;
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li.icon--like span {
  display: none;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li.icon--like span.ph {
  display: block;
}
.page--blog.page--moment .section--detail .block--blog__detail .iconList li.icon--comment {
  width: 25px;
  margin: 0 0 0 10px;
}
.page--blog.page--moment .section--detail .block--comment__area {
  width: 42%;
}
.page--blog.page--moment .section--detail .block--comment__area .comment--list {
  margin: 0 auto 30px;
}
.page--blog.page--moment .section--detail .block--comment__area .block--comment-input .ancPoint {
  position: relative;
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
.page--blog.page--moment .section--detail .block--comment__area .block--comment-input .ancPoint .anc {
  display: block;
  position: absolute;
  top: -20px;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main > section {
  padding-top: clamp(70px, 6vw, 140px) !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page--questionnaire .content-main > section {
    padding-top: 70px;
  }
}
.page--questionnaire .content-main > section .section-tit {
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.page--questionnaire .form--post {
  margin-bottom: 60px;
}
.page--questionnaire .form--post dt {
  font-weight: bold;
}
.page--questionnaire .form--confirm {
  border-color: #000;
  margin-top: 40px;
}
.page--questionnaire .form--confirm dt {
  opacity: 0.7;
  font-size: 0.85em;
}
.page--questionnaire .form--confirm dd {
  border-bottom: 1px solid #999999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.page--questionnaire .form--confirm dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*  page--contact
------------------------------ */
.page--contact.page--detail .wrap {
  background: #E2BF57;
}
.page--contact.page--detail .section-tit {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.page--contact.page--detail .txt--sub.red {
  color: #B2272D;
  font-weight: bold;
}
.page--contact.page--detail input[type=text], .page--contact.page--detail input[type=tel], .page--contact.page--detail input[type=email], .page--contact.page--detail input[type=password], .page--contact.page--detail input[type=number] {
  min-height: 3em;
}
.page--contact.page--detail input, .page--contact.page--detail textarea {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
.page--contact.page--detail .form.form--post {
  margin-bottom: 50px;
}
.page--contact.page--detail .form.form--post dt {
  font-weight: bold;
}
.page--contact.page--detail .form.form--post span {
  font-weight: normal;
}
.page--contact.page--detail .form-submit.submit {
  text-align: center;
}
.page--contact.page--detail .form-submit.submit [type=submit], .page--contact.page--detail .form-submit.submit button {
  width: 300px;
  height: 3em;
  background-color: #27489B;
  color: #fff;
  cursor: pointer;
}

/*  page--support
------------------------------ */
.page--support .wrap {
  background-color: #E2BF57;
}

.page--support .section--detail .section-tit {
  font-family: "Noto Serif JP", serif;
}
.page--support .section--detail .block--support__detail {
  position: relative;
  padding: 80px 80px 40px 80px;
  margin-bottom: 160px;
}
.page--support .section--detail .block--support__detail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: calc(100% + 70px);
  z-index: -1;
  top: 0;
  left: 0;
}
.page--support .section--detail .section-tit {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
.page--support .section--detail .list--support {
  margin-bottom: 60px;
  line-height: 1.8;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
  font-size: 15px;
}
.page--support .section--detail .list--support dd, .page--support .section--detail .list--support li {
  margin-bottom: 2em;
}
.page--support .section--detail .list--support .list--inner {
  padding-left: 1em;
  padding-top: 0.5em;
}
.page--support .section--detail .list--support .list--inner li {
  margin-bottom: 0.5em;
}

/* page--faq
------------------------------ */
.page--faq .wrap {
  background: #E2BF57;
}
.page--faq .txt--no-data {
  text-align: center;
}
.page--faq .section--list .section-tit {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.page--faq .searchBox input[type=text] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
}
.page--faq .tit--category {
  font-weight: 600;
  margin-bottom: 1em;
}

.list--faq {
  margin: 0 0 80px;
}
.list--faq li {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(226, 191, 87, 0.3);
}
.list--faq li:last-child {
  border-bottom: 0;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 25px 1em 27px 1em;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  float: left;
  line-height: 1.4;
  color: #000;
  margin-right: 5px;
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
}

.section--detail .list--faq .icon--q {
  line-height: 1.6;
}

.block--faq-detail {
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  padding: 32px;
  margin: 0 0 80px;
}
.block--faq-detail a {
  text-decoration: underline;
}
.block--faq-detail dt {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  padding-left: 0;
  padding-bottom: 18px;
  margin: 0;
}
.block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #9fa3a7;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.block--faq-detail dd .txt {
  font-size: 16px;
  margin: 0;
}
.block--faq-detail span[class^=icon--] {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  border-radius: 50px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  background: #000;
}

.page--faq .section--detail .block--contact {
  text-align: left;
}
.page--faq .section--detail .block--contact a {
  color: #000;
  position: relative;
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact 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);
  vertical-align: middle;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}
.page--faq .section--detail .block--contact .txt {
  margin-bottom: 16px;
}

.searchBox {
  position: relative;
  width: 68%;
  margin: 80px auto;
  /* IE */
  /* Edge */
}
.searchBox input::-moz-placeholder {
  color: #000;
}
.searchBox input::placeholder {
  color: #000;
}
.searchBox input:-ms-input-placeholder {
  color: #000;
}
.searchBox input::-ms-input-placeholder {
  color: #000;
}
.searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .searchBox input[type=submit] {
    transition: all 0.3s 0s ease;
  }
  .searchBox input[type=submit]:hover {
    color: #000;
  }
}

/* page--error
------------------------------ */
.page--error .section-tit {
  font-size: 3vw;
}
.page--error .section-tit span {
  font-size: 6vw;
  display: block;
  line-height: 1.1;
}
.page--error .wrap {
  background-color: #E2BF57;
  color: #27489B;
}
.page--error .section--detail {
  padding-bottom: 25vh;
}

/*  page--entry
------------------------------ */
.page--entry {
  width: 100%;
  max-width: inherit;
  max-width: inherit;
}
.page--entry .wrap {
  background: #27489B;
  color: #fff;
}
.page--entry .section-tit {
  width: 40%;
  margin: 0 auto;
}
.page--entry .section-tit svg {
  fill: #fff;
  width: 100%;
}
.page--entry .section-tit + .txt--basic {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.page--entry .btn--main.top {
  background: #fff;
  color: #27489B;
}
.page--entry [class^=block--] {
  margin-bottom: 80px;
}
.page--entry .block--contents .block-tit {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(30px, 4vw, 50px);
  margin: 12% auto 8%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page--entry .block--contents .block-tit {
    font-size: 30px;
  }
}
.page--entry .block-tit {
  font-size: clamp(20px, 5vw, 28px);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  color: #E2BF57;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page--entry .block-tit {
    font-size: 20px;
  }
}
.page--entry .list--fc-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--entry .list--fc-contents li {
  width: 48.5%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-bottom: 3%;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s 0s ease;
}
.page--entry .list--fc-contents li .txt {
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
}
.page--entry .list--fc-contents li .tit {
  font-family: "Cormorant", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}
.page--entry .list--fc-contents li.started {
  opacity: 1;
  transform: translateY(0);
}
.page--entry table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  border: none;
  color: #fff;
}
.page--entry table tr:not(:last-child) {
  border-bottom: 1px solid #27489B;
}
.page--entry table th {
  width: 175px;
  padding: 20px;
  font-weight: bold;
  background: #E2BF57;
  border-bottom: 1px solid rgba(39, 72, 155, 0.5);
}
.page--entry table td {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.page--entry table td li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--entry table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.page--entry .block--pre-entry {
  background: #fff;
  color: #000;
  border-radius: 6px;
  font-weight: bold;
  width: 100%;
}
.page--entry .block--pre-entry .block-tit {
  color: #000;
}
.page--entry .block--pre-entry .txt--basic {
  font-size: 1.1em;
  color: #B2272D;
  margin-bottom: 5px;
}
.page--entry .block--pre-entry .btn--main {
  background: #27489B;
  color: #fff;
}
.page--entry .block--pre-entry .btn {
  margin-top: 2em;
}
.page--entry .block--entry {
  display: flex;
  justify-content: space-around;
}
.page--entry .block--entry .entry_inner {
  border: 1px solid #fff;
  border-radius: 6px;
  font-weight: bold;
}
.page--entry .block--entry .block-tit {
  color: #fff;
}
.page--entry .block--entry .block-tit span {
  font-size: 0.5em;
}
.page--entry .block--entry .txt--basic {
  font-size: 1.1em;
  color: #B2272D;
  margin-bottom: 5px;
}
.page--entry .block--entry .btn {
  margin-top: 2em;
}

/* page--profile
-----------------------*/
.page--profile .section-tit {
  margin: 0 auto;
  z-index: 11;
  opacity: 0;
}
.page--profile .section-tit img {
  width: 100%;
  height: 100%;
}
.page--profile .section--detail {
  z-index: 2;
  position: relative;
}
.page--profile .section--detail::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 11;
}
.page--profile .area--cloud {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.page--profile .block--text {
  transform: translateY(60%);
  opacity: 0;
  margin: 0 0 40px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.page--profile .block--text ul {
  margin-bottom: 30px;
}
.page--profile .block--text ul li:not(:last-child) {
  margin-bottom: 1em;
}
.page--profile .block--text ul li > p {
  text-indent: -1em;
  margin-left: 1em;
  padding-left: 1em;
}
.page--profile .thumb {
  opacity: 0;
}
.page--profile .list--official-sns {
  text-align: center;
}
.page--profile .list--official-sns li {
  display: inline-block;
  margin: 0 1%;
}
.page--profile .list--official-sns a {
  padding: 5px 0;
}
.page--profile .list--official-sns i {
  color: #27489B;
  font-size: 20px;
}
.page--profile.parallax .section--detail:before {
  opacity: 0;
  transition: opacity 0.6s 4s cubic-bezier(0, 0, 0.34, 1.02);
}
.page--profile.parallax .thumb {
  animation: scrollview 1.8s 1.2s cubic-bezier(0.5, 0, 0, 0.5) forwards;
  animation-iteration-count: 1;
}
.page--profile.parallax .section-tit {
  opacity: 1;
  transition: opacity 0.8s 0.3s cubic-bezier(0, 0, 0.34, 1.02);
}
@media screen and (min-width: 961px) {
  .page--profile.parallax .section-tit {
    animation: titleView 2.8s 0.5s cubic-bezier(0, 0, 0.34, 1.02) forwards;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile.parallax .section-tit {
    animation: titleView_sp 2.8s 0.5s cubic-bezier(0, 0, 0.34, 1.02) forwards;
  }
}
@media screen and (min-width: 961px) {
  .page--profile.parallax .section-tit img {
    transform: skewX(-15deg);
    transition: transform 0.85s 0.85s cubic-bezier(0, 0, 0.34, 1.02);
  }
}
.page--profile.parallax .block--text {
  animation: scrollview 1.8s 1.2s cubic-bezier(0.5, 0, 0, 0.5) forwards;
  animation-iteration-count: 1;
}

/* page--birthday-message
-----------------------*/
.page--birthday-message .wrap {
  background: #27489B;
  color: #fff;
}
.page--birthday-message .tit {
  text-align: center;
}
.page--birthday-message .detail__btn {
  border: none;
  background-color: #ffffff;
  font-size: 20px;
}
.page--birthday-message .detail__btn a {
  color: #fff;
}
.page--birthday-message .detail__btn a::before {
  display: none;
}
.page--birthday-message .ph img {
  height: auto;
}
.page--birthday-message .present {
  margin-top: 50px;
}
.page--birthday-message .present .tit {
  margin-bottom: 1em;
}
.page--birthday-message .present .ph {
  margin-bottom: 1em;
}
.page--birthday-message .present .ph::after {
  content: none;
}

/* loading
-----------------------*/
#op {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  display: none;
}
#op .opInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 620px;
  line-height: 0;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  #op .opInner {
    width: 60%;
  }
}

.page--home #op {
  display: block;
}

.page--home #op.op-visible {
  opacity: 1;
  pointer-events: auto;
}

.page--home #op.op-visible .opInner {
  opacity: 1;
}

.page--home #op {
  opacity: 0;
  pointer-events: none;
}

.page--home #op.op-visible {
  opacity: 1;
  pointer-events: auto;
}

/* トップページ ポップアップ
-----------------------*/
.popup--top {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
.popup--top::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(14, 17, 24, 0.8);
  z-index: 99;
}

.popup--top .popup--contents {
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 961px) {
  .popup--top .popup--contents {
    max-height: 40vh;
    max-width: 40vh;
    top: 110px;
    left: clamp(12vw, 250px, 18vw);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .popup--top .popup--contents {
    max-height: 28vh;
    max-width: 28vh;
    bottom: 5%;
    right: 5%;
    left: inherit !important;
  }
}
.popup--top .popup--contents .close {
  position: absolute;
  right: 50%;
  cursor: pointer;
  transition: 0.3s;
  right: 0%;
}
@media screen and (min-width: 961px) {
  .popup--top .popup--contents .close {
    width: 30px;
    height: 30px;
    right: -45px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .popup--top .popup--contents .close {
    width: 20px;
    height: 20px;
    top: -35px;
  }
}
.popup--top .popup--contents .close:before, .popup--top .popup--contents .close:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #fff;
}
.popup--top .popup--contents .close:before {
  transform: rotate(45deg);
}
.popup--top .popup--contents .close:after {
  transform: rotate(-45deg);
}
.popup--top .popup--contents .link a {
  display: block;
}

.block--tour-bnr {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
.block--tour-bnr::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(14, 17, 24, 0.8);
  z-index: 99;
}
.block--tour-bnr .popup--contents {
  position: absolute;
  z-index: 100;
  width: 85vh;
  max-width: 800px;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
}
.block--tour-bnr .popup--contents .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -45px;
  cursor: pointer;
}
.block--tour-bnr .popup--contents .close:before, .block--tour-bnr .popup--contents .close:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #fff;
}
.block--tour-bnr .popup--contents .close:before {
  transform: rotate(45deg);
}
.block--tour-bnr .popup--contents .close:after {
  transform: rotate(-45deg);
}
.block--tour-bnr .popup--contents .link a {
  display: block;
}

/* keyframes
-----------------------*/
@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scrollview {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes titleView {
  0% {
    transform: translateY(250%);
  }
  20% {
    transform: translateY(250%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes titleView_sp {
  0% {
    transform: translateY(40vh);
  }
  20% {
    transform: translateY(40vh);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-document url-prefix() {
  .block--pager .pager__item--newer span::after,
  .block--pager .pager__item--older span::after {
    position: relative;
    top: 4px;
  }
}
/* アーティストアプリ
-----------------------*/
body.body--app .detail__btn .btn_app {
  padding: 2% 15px;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #27489B;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #000;
    color: #fff !important;
  }
  .txt--link a:hover {
    text-decoration: none;
  }
  .content-main {
    position: relative;
  }
  .header {
    z-index: 10;
    padding: 60px clamp(15px, 2.5vw, 20px) 0;
    width: 100%;
  }
  /*  page--home
  ------------------------------ */
  /*  page--photo
  //------------------------------ */
  /*  page--movie
  //------------------------------ */
  /* page--blog
  //------------------------------ */
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .header {
    padding: 60px 15px 0;
  }
}
@media screen and (min-width: 961px) {
  .header .logo {
    width: 70px;
    height: 26px;
    margin-right: 58px;
    display: none;
  }
  .header svg {
    fill: #27489B;
    transition: all 0.3s 0s ease;
  }
  .drawer {
    display: flex;
  }
  .drawer .g-nav {
    transition: 0.3s ease-out;
  }
  .drawer .g-nav li {
    font-size: 16px;
    display: inline-block;
  }
  .drawer .g-nav li:not(:last-child) {
    margin-right: clamp(15px, 1.5vw, 40px);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .drawer .g-nav li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .drawer .g-nav li a {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  .drawer .g-nav li span {
    display: none;
  }
  .drawer .g-nav li.closing {
    pointer-events: none;
    opacity: 0.4;
  }
  .drawer .nav--menu {
    display: flex;
  }
  .drawer .nav--menu > .g-nav {
    display: inline-block;
  }
  .g-nav__item__official svg {
    width: 100%;
    height: 13px;
  }
  .g-nav__item__official:hover svg {
    fill: #D7B457 !important;
  }
  .g-nav__item__official.news a {
    width: 45px;
  }
  .g-nav__item__official.profile a {
    width: 67px;
  }
  .g-nav__item__official.media a {
    width: 53px;
  }
  .g-nav__item__official.live a {
    width: 49px;
  }
  .g-nav__item__official.live a svg {
    height: 12px;
  }
  .g-nav__item__official.goods a {
    width: 60px;
  }
  .g-nav__item__official.discography a {
    width: 112px;
  }
  .g-nav__item__official.discography a svg {
    height: 12px;
  }
  .g-nav__item__official.contact a {
    width: 83px;
  }
  .g-nav__item__official.contact a svg {
    height: 12px;
  }
  .g-nav__item__official.fanclub svg {
    width: 72px;
    height: 12px;
    cursor: pointer;
  }
  .g-nav__item__official.fanclub {
    position: relative;
  }
  .g-nav__item__official.fanclub:hover .nav__list--fc {
    visibility: visible;
    opacity: 1;
  }
  .nav__list--fc {
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.75);
    color: #27489B;
    padding: 10px;
    position: absolute;
    top: 110%;
    left: 110%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    transition: all 0.3s 0s ease;
    font-family: "Cormorant", serif;
    letter-spacing: -0.04em;
    font-weight: 500;
    font-style: normal;
  }
  .nav__list--fc span {
    display: block !important;
  }
  .nav__list--fc li {
    display: block !important;
    margin: 2px 0 !important;
  }
  .nav__list--fc a {
    width: auto;
    padding: 5px;
    cursor: pointer;
  }
  .nav__list--fc a:hover {
    opacity: 0.5;
  }
  .g-nav--sns a:hover {
    opacity: 0.5;
  }
  .g-nav__item__join a,
  .g-nav__item__login a {
    height: 22px;
    position: relative;
    border: 1px solid #27489B;
    background: #fff;
  }
  .g-nav__item__join a:hover,
  .g-nav__item__login a:hover {
    background-color: #E2BF57;
    opacity: 1;
  }
  .g-nav__item__join svg,
  .g-nav__item__login svg {
    width: 100%;
  }
  .g-nav__item__login a {
    width: clamp(5vw, 60px, 7vw);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .g-nav__item__login a {
    width: 60px;
  }
}
@media screen and (min-width: 961px) {
  .g-nav__item__login svg {
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .g-nav__item__join a {
    width: clamp(4vw, 60px, 7vw);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .g-nav__item__join a {
    width: 60px;
  }
}
@media screen and (min-width: 961px) {
  .g-nav__item__join svg {
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -41%);
  }
  .nav--mypage {
    margin-left: auto;
    display: flex;
  }
  .nav--mypage .g-nav--sns {
    margin-left: 0.75vw;
    display: inline-block;
  }
  .nav--mypage .g-nav--sns li:not(:last-child) {
    margin-right: 0.25vw !important;
  }
  .fixedheader {
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    z-index: 10;
    top: -10rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.35s ease;
    background: #fff;
    padding: 18px clamp(20px, 5vw, 40px) 18px;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .fixedheader {
    padding: 18px 20px 18px;
  }
}
@media screen and (min-width: 961px) {
  .fixedheader .logo, .fixedheader .g-nav {
    display: inline-block;
  }
  .fixedheader .logo {
    width: 70px;
    height: 26px;
    margin-right: 58px;
  }
  .fixedheader .logo svg {
    height: 100%;
  }
  .fixedheader .logo a {
    width: 100%;
    height: 100%;
  }
  .fixedheader span {
    display: none;
  }
  .fixedheader svg {
    fill: #27489B;
    width: 100%;
  }
  .fixedheader .g-nav li {
    display: inline-block;
    font-size: 16px;
  }
  .fixedheader .g-nav li:not(:last-child) {
    margin-right: 2vw;
  }
  .fixedheader .g-nav li.closing {
    pointer-events: none;
    opacity: 0.4;
  }
  .fixedheader .g-nav a {
    display: block;
    position: relative;
    padding: 0 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .fixedheader .g-nav.g-nav--sns {
    margin-left: auto;
  }
  .fixedheader .g-nav.g-nav--sns li:not(:last-child) {
    margin-right: 0.75vw;
  }
  .fixedheader .g-nav.g-nav--sns .g-nav__item__join, .fixedheader .g-nav.g-nav--sns .g-nav__item__login {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .fixedheader .g-nav.g-nav--sns .g-nav__item__join::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    transform: rotate(20deg) translateY(-50%);
    top: 50%;
    right: -6%;
    background: #27489B;
  }
  .fixedheader .g-nav.g-nav--sns .g-nav__item__join svg {
    width: auto;
    max-width: 50px;
    height: 15px;
    transform: translate(-50%, -41%);
  }
  .fixedheader .g-nav.g-nav--sns .g-nav__item__login svg {
    height: 12px;
    width: auto;
    max-width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fixedheader .g-nav.g-nav--sns .g-nav__item__login a, .fixedheader .g-nav.g-nav--sns .g-nav__item__join a {
    border-radius: 3em;
  }
  .fixedheader.visible {
    top: 0rem;
  }
  .fixedheader.hidden {
    top: -10rem !important;
  }
  .footer {
    padding: 76px 68px 76px;
  }
  .footer .footer-logo {
    width: 92px;
  }
  .footer .footer--nav {
    margin-bottom: 70px;
  }
  .footer .footer--nav a {
    position: relative;
  }
  .footer .footer--nav a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #27489B;
    transition: all 0.3s 0s ease;
  }
  .footer .footer--nav a:hover:after {
    opacity: 0;
  }
  .footer .footer--sns {
    margin-bottom: 36px;
  }
  .footer .footer--sns li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer .footer--sns li:not(:last-child) {
    margin-right: 14px;
  }
  .footer .footer--sns a {
    padding: 7px;
  }
  .footer .footer--sns a i {
    color: #fff;
    font-size: 17px;
    line-height: 15px;
    transition: all 0.3s 0s ease;
  }
  .footer .footer--sns a:hover {
    background: #fff;
  }
  .footer .footer--sns a:hover i {
    color: #27489B;
  }
  .slick-prev:hover:after {
    border-right: 40px solid #27489B;
  }
  .slick-next:hover:after {
    border-left: 40px solid #27489B;
  }
  .list--information a {
    display: block;
    transition: 0.3s;
  }
  .list--information a:hover .sankaku {
    transform: rotate(180deg);
  }
  .list--contents li a {
    position: relative;
  }
  .list--contents li a .new {
    font-size: 18px;
    margin-left: 0.5em;
  }
  .list--contents li a .block--txt .tit, .list--contents li a .block--txt .date {
    transition: all 0.3s 0s ease;
  }
  .list--contents li a img {
    transition: all 0.6s 0s ease;
  }
  .list--faq a:hover {
    opacity: 0.5;
  }
  .block--pager {
    text-align: center;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager .pager__item--older a::after,
  .block--pager .pager__item--newer a::after {
    transition: 0.3s;
  }
  .block--pager .pager__item--older a:hover,
  .block--pager .pager__item--newer a:hover {
    opacity: 0.5;
  }
  .block--category li {
    margin-bottom: 1em;
    height: 20px;
  }
  .block--category li:hover a:before {
    transform: scaleX(1);
  }
  .block--category li.current a:before {
    transform: scaleX(1);
  }
  .block--category li a {
    font-size: 18px;
    position: relative;
  }
  .block--category li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #27489B;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: -1;
    padding: 0 4px;
  }
  .detail__btn {
    transition: all 0.3s 0s ease;
  }
  .block--share a {
    transition: 0.3s;
  }
  .detail__btn, .list__more {
    width: 160px;
  }
  .detail__btn a:hover, .list__more a:hover {
    background-color: #E2BF57 !important;
  }
  .langBar .langSelector {
    margin-right: 10px;
  }
  .page--home .header {
    position: absolute;
    padding: 60px clamp(20px, 2.5vw, 40px) 0 clamp(12vw, 250px, 18vw);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--home .header {
    padding: 60px 20px 0 250px;
  }
}
@media screen and (min-width: 961px) {
  .page--home .header .drawer .logo {
    display: none;
  }
  .page--home .birthday-message {
    position: absolute;
    right: clamp(20px, 2.5vw, 40px);
    top: 110px;
    background: #27489B;
    padding: 4px 14px;
    color: #fff;
    border-radius: 3px;
  }
  .page--home .birthday-message:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #27489B;
    border-top: none;
    position: absolute;
    top: -8px;
    right: 80px;
  }
  .page--home .area--cloud {
    padding: 130px 0 174px;
  }
  .page--home .area--gold {
    padding: 130px 0 300px;
  }
  .page--home .area--gold .thumb {
    transform-origin: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .page--home .area--gold .bgimg-1 {
    top: 36%;
    left: 7%;
    width: 39%;
    max-width: 557px;
  }
  .page--home .area--gold .bgimg-2 {
    top: 10%;
    right: 7%;
    width: 31%;
    max-width: 438px;
  }
  .page--home .area--gold .bgimg-3 {
    bottom: 10%;
    right: 7%;
    width: 38%;
    max-width: 540px;
  }
  .page--home .section--hero .block--hero-img {
    background-image: url(/static/reol/top/hero_pc_2021.jpg);
  }
  .page--home .section--hero .block--logo {
    position: absolute;
    top: 60px;
    left: 4%;
    width: 12vw;
    max-width: 150px;
  }
  .page--home .section--bnr-top {
    margin: 110px 0 140px;
  }
  .page--home .section--bnr-top .list--bnr li {
    margin: 0 24px;
  }
  .page--home .section--bnr-top .list--bnr li a {
    display: block;
    position: relative;
  }
  .page--home .section--bnr-top .list--bnr li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #E2BF57;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s;
  }
  .page--home .section--bnr-top .list--bnr li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--home .section--bnr-top .slick-arrow {
    opacity: 0;
  }
  .page--home .section--bnr-top .list--bnr:hover .slick-arrow {
    opacity: 1;
  }
  .page--home [class^=section--] .section-tit {
    height: 75px;
    margin-bottom: 100px;
  }
  .page--home [class^=section--] .list__more {
    width: 160px;
  }
  .page--home .section--info {
    max-width: 700px;
    margin: 0 auto;
  }
  .page--home .section--info .section-tit {
    margin-bottom: 60px;
  }
  .page--home .section--info .list--information .block--txt:not(:last-child) {
    margin-bottom: 24px;
  }
  .page--home .section--info .list--information .date {
    margin-bottom: 5px;
  }
  .page--home .section--info .list--information .tit, .page--home .section--info .list--information .sankaku {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--info .list--information .tit {
    padding: 0 10px;
  }
  .page--home .section--info .list--information .sankaku {
    margin-right: 12px;
  }
  .page--home .section--info .list--information li a:hover .tit {
    background-color: #d7b457;
  }
  .page--home .section--info .list--information li.no-data {
    text-align: center;
    padding: 20px 30px 60px 64px;
  }
  .page--home .section--info .list--information + .list__more {
    width: 15%;
  }
  .page--home .section--info .list--information + .list__more:hover {
    opacity: 0.5;
  }
  .page--home .section--info .block--more ul li {
    margin: 0 16px 0;
  }
  .page--home .section--media, .page--home .section--live {
    max-width: 880px;
    margin: 0 auto;
  }
  .page--home .section--media .list--information li a, .page--home .section--live .list--information li a {
    padding: 20px 30px 20px 64px;
  }
  .page--home .section--media .list--information li a:before, .page--home .section--live .list--information li a:before {
    content: "";
    display: block;
    width: calc(100% - 47px);
    height: 100%;
    position: absolute;
    position: relative;
  }
  .page--home .section--media .list--information li a:hover .tit:after, .page--home .section--media .list--information li a:hover .more:after, .page--home .section--live .list--information li a:hover .tit:after, .page--home .section--live .list--information li a:hover .more:after {
    transform: scaleX(1);
  }
  .page--home .section--media .list--information li:first-child a, .page--home .section--live .list--information li:first-child a {
    padding-top: 45px;
  }
  .page--home .section--media .list--information li:last-child a, .page--home .section--live .list--information li:last-child a {
    padding-bottom: 60px;
  }
  .page--home .section--media .list--information li.no-data, .page--home .section--live .list--information li.no-data {
    text-align: center;
    padding: 20px 30px 60px 64px;
  }
  .page--home .section--media .list--information .date, .page--home .section--live .list--information .date {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .page--home .section--media .list--information .date::before, .page--home .section--live .list--information .date::before {
    top: 0;
    left: -34px;
    width: 30px;
    height: 30px;
  }
  .page--home .section--media .list--information .tit, .page--home .section--live .list--information .tit {
    font-size: 20px;
    margin-right: 3%;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--media .list--information .block--tit, .page--home .section--live .list--information .block--tit {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page--home .section--media .more, .page--home .section--live .more {
    padding: 0 2px;
    font-size: 15px;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--media .tit, .page--home .section--media .more, .page--home .section--live .tit, .page--home .section--live .more {
    position: relative;
    z-index: 2;
  }
  .page--home .section--media .tit:after, .page--home .section--media .more:after, .page--home .section--live .tit:after, .page--home .section--live .more:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #d7b457;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: -1;
    padding: 0 4px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--media {
    margin-bottom: 185px;
  }
  .page--home .section--disco {
    margin-bottom: 160px;
  }
  .page--home .block--video.started li {
    opacity: 1;
    transform: translateY(0px);
  }
  .page--home .block--video li {
    margin: 0 22px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s 0s ease;
  }
  .page--home .block--video li:nth-child(1) {
    transition-delay: 0.5s;
  }
  .page--home .block--video li:nth-child(2) {
    transition-delay: 0.7s;
  }
  .page--home .block--video li:nth-child(3) {
    transition-delay: 0.9s;
  }
  .page--home .block--video li:nth-child(4) {
    transition-delay: 1.1s;
  }
  .page--home .block--video li:nth-child(5) {
    transition-delay: 1.3s;
  }
  .page--home .block--video li:nth-child(6) {
    transition-delay: 1.5s;
  }
  .page--home .block--video li:nth-child(7) {
    transition-delay: 1.7s;
  }
  .page--home .block--video li:nth-child(8) {
    transition-delay: 1.9s;
  }
  .page--home .block--video li:nth-child(9) {
    transition-delay: 2.1s;
  }
  .page--home .block--video li:nth-child(10) {
    transition-delay: 2.3s;
  }
  .page--home .block--video li:hover .tit {
    background-color: #E2BF57;
  }
  .page--home .block--video li .tit {
    font-size: 23px;
    min-width: 215px;
    transition: all 0.3s 0s ease;
  }
  .page--home .area--fc.started .section--fcmenu {
    transform: translateX(0%);
  }
  .page--home .area--fc.started .section--fcmenu .scroll {
    opacity: 0;
  }
  .page--home .area--fc.started .menu-wrap {
    transform: translateX(0%);
  }
  .page--home .area--fc .bg_fc-img {
    border-radius: 13px;
    background-image: url(/static/reol/top/top_fcarea_pc.jpg);
  }
  .page--home .area--fc .block--logo {
    width: 50vw;
    height: 100%;
  }
  .page--home .area--fc .fc-logo {
    margin-bottom: 25%;
  }
  .page--home .area--fc .scroll {
    font-size: 20px;
    transition: all 0.6s 3s ease;
  }
  .page--home .area--fc .section--fcmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    transform: translateX(25%);
    transition: all 1.4s 2.4s ease;
    transition-timing-function: cubic-bezier(0, 0, 0.34, 1.02);
    height: calc(100% - 34px);
  }
  .page--home .area--fc .menu-wrap {
    transform: translateX(100%);
    transition: all 1.4s 2.8s ease;
    background: rgba(39, 72, 141, 0.15);
    width: 50vw;
    height: 100%;
    padding: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .page--home .area--fc .list--fcmenu li {
    margin: 0 2% 36px;
  }
  .page--home .area--fc .list--fcmenu li.new:before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .page--home .area--fc .list--fcmenu li:hover .thumb {
    background-color: #27489B;
  }
  .page--home .area--fc .list--fcmenu .thumb {
    width: 100px;
    height: 100px;
    border-radius: 18px;
    padding: 8%;
    transition: all 0.3s 0s ease;
  }
  .page--home .area--fc .list--fcmenu .thumb img {
    transition: all 0.3s 0s ease;
  }
  body:not(.page--home) .fixedheader {
    display: none;
  }
  body:not(.page--home) .header {
    background: #fff;
    padding: 18px clamp(20px, 5vw, 40px) 18px;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  body:not(.page--home) .header {
    padding: 18px 20px 18px;
  }
}
@media screen and (min-width: 961px) {
  body:not(.page--home) .header .logo {
    display: block;
  }
  body:not(.page--home) .content-main {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  body:not(.page--home) .section--list, body:not(.page--home) .section--detail {
    padding-top: clamp(70px, 6vw, 140px);
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  body:not(.page--home) .section--list, body:not(.page--home) .section--detail {
    padding-top: 70px;
  }
}
@media screen and (min-width: 961px) {
  body:not(.page--home) .section--list {
    padding: clamp(70px, 6vw, 140px) 0 180px;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  body:not(.page--home) .section--list {
    padding: 70px 0 180px;
  }
}
@media screen and (min-width: 961px) {
  .page--member .header {
    display: none;
  }
  .page--member .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .page--member .wrap .footer {
    width: 100%;
  }
  .page--member .side__fc-menu {
    display: block;
    width: 290px;
    background-color: #dbba59;
    color: #254683;
    padding: 50px 0 100px 2%;
    position: relative;
    z-index: 2;
  }
  .page--member .side__fc-menu .side__inner {
    position: relative;
    z-index: 10;
  }
  .page--member .side__fc-menu .bg-logo {
    position: absolute;
    top: 60px;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  .page--member .side__fc-menu .fc-logo {
    width: 80%;
    max-width: 110px;
    height: 64px;
    margin: 0 auto 65px 0;
  }
  .page--member .side__fc-menu .fc-logo svg {
    fill: #27489B;
    width: 100%;
    height: 100%;
  }
  .page--member .g-nav li {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .page--member .g-nav li:last-child {
    margin-bottom: 0;
  }
  .page--member .g-nav li:hover {
    opacity: 0.5;
  }
  .page--member .g-nav a {
    display: block;
    padding: 5px 0;
    background-position: left;
    background-size: auto 16px;
    background-repeat: no-repeat;
  }
  .page--member .g-nav span {
    color: transparent;
  }
  .page--member .g-nav svg {
    fill: #27489B;
  }
  .page--member .g-nav .g-nav__item__official svg {
    width: 100%;
  }
  .page--member .g-nav .g-nav__item__content.cameraroll {
    position: relative;
    margin-bottom: calc(30px + 1.2vw);
  }
  .page--member .g-nav .g-nav__item__content.cameraroll:before, .page--member .g-nav .g-nav__item__content.cameraroll:after {
    pointer-events: none;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 1;
  }
  .page--member .g-nav .g-nav__item__content.cameraroll:before {
    background-image: url(/static/reol/common/tit/sidemenu/tit_camera.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 16px;
  }
  .page--member .g-nav .g-nav__item__content.cameraroll:after {
    font-size: 13px;
    line-height: 1.4;
  }
  .page--member .g-nav .g-nav__item__content.cameraroll.movie:after {
    content: "MOVIE";
  }
  .page--member .g-nav .g-nav__item__content.cameraroll.photo:after {
    content: "PHOTO";
  }
  .page--member .g-nav__item__content.memo a {
    background-image: url(/static/reol/common/tit/sidemenu/tit_memo.svg);
  }
  .page--member .g-nav__item__content.call a {
    background-image: url(/static/reol/common/tit/sidemenu/tit_call.svg);
  }
  .page--member .g-nav__item__content.voice a {
    background-image: url(/static/reol/common/tit/sidemenu/tit_voice.svg);
  }
  .page--member .g-nav__item__content.game a {
    background-image: url(/static/reol/common/tit/sidemenu/tit_game.svg);
  }
  .page--member .g-nav__item__content.mypage a {
    background-image: url(/static/reol/common/tit/sidemenu/tit_mypage.svg);
  }
  .page--member .g-nav__item__content.official a {
    background-image: url(/static/reol/common/tit/sidemenu/tit_official.svg);
  }
  .page--member .g-nav__item__content.document a {
    background-image: url(/static/reol/common/tit/sidemenu/tit_document.svg);
  }
  .page--member .content-main {
    padding: 50px 0 70px !important;
    flex: 3;
  }
  .page--member .section--list, .page--member .section--detail {
    padding: 0 !important;
  }
  .page--member .section-tit {
    display: inline-block;
    transform: translateX(60px);
    position: relative;
    text-align: left;
    max-width: 70vw;
    height: 14vw;
    margin-bottom: 0 !important;
  }
  .page--member .content-main .g-nav--sns {
    float: right;
    margin-right: 60px;
  }
  .page--member .content-main .g-nav--sns li {
    margin-right: 16px;
  }
  .page--member .content-main .g-nav--sns li:last-child {
    margin-right: 0;
  }
  .page--member .content-main .g-nav--sns svg {
    fill: #fff;
  }
  .page--member .content-main .g-nav--sns i {
    color: #fff;
  }
  body:not(.page--member) .side__fc-menu {
    display: none;
  }
  .page--info .section-tit {
    width: 600px;
    height: 170px;
  }
  .page--info.page--list .content-main {
    padding-top: 190px;
  }
  .page--info .content-main {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page--info .block--left {
    margin-right: 2%;
    width: 4%;
    min-width: 72px;
    transform: translateY(-60px);
  }
  .page--info .block--category li a {
    background-size: auto 11px;
    background-position: left center;
    padding: 1px 0;
  }
  .page--info .block--category li span {
    opacity: 0;
  }
  .page--info .block--category li:hover.all a, .page--info .block--category li:hover.cat2 a, .page--info .block--category li.current.all a, .page--info .block--category li.current.cat2 a {
    background-image: url("/static/reol/common/tit/tit_news_y.svg");
  }
  .page--info .block--category li:hover.cat3 a, .page--info .block--category li.current.cat3 a {
    background-image: url("/static/reol/common/tit/tit_media_y.svg");
  }
  .page--info .block--category li:hover.cat4 a, .page--info .block--category li.current.cat4 a {
    background-image: url("/static/reol/common/tit/tit_live_y.svg");
  }
  .page--info .block--category li:hover.cat5 a, .page--info .block--category li.current.cat5 a {
    background-image: url("/static/reol/common/tit/tit_event_y.svg");
  }
  .page--info .block--category li:hover.archive span, .page--info .block--category li.current.archive span {
    opacity: 1;
    color: #E2BF57;
  }
  .page--info .block--category li.all a, .page--info .block--category li.cat2 a {
    background-image: url("/static/reol/common/tit/tit_news.svg");
  }
  .page--info .block--category li.cat3 a {
    background-image: url("/static/reol/common/tit/tit_media.svg");
  }
  .page--info .block--category li.cat4 a {
    background-image: url("/static/reol/common/tit/tit_live.svg");
  }
  .page--info .block--category li.cat5 a {
    background-image: url("/static/reol/common/tit/tit_event.svg");
  }
  .page--info .block--category li.archive {
    margin-top: 30px;
  }
  .page--info .block--category li.archive span {
    opacity: 1;
    white-space: nowrap;
  }
  .page--info .list--information {
    max-width: 860px !important;
    margin: 0 auto;
  }
  .page--info .list--information > li {
    margin-bottom: 54px;
    cursor: pointer;
  }
  .page--info .list--information > li:last-child {
    margin-bottom: 0;
  }
  .page--info .list--information li.no-data {
    padding: 110px 9% 60px;
  }
  .page--info .list--information dl {
    padding: 30px 0 60px;
  }
  .page--info .list--information .accordion_header {
    padding: 30px 9% 0;
  }
  .page--info .list--information dd {
    padding-top: 36px;
    margin: 45px 9% 0;
  }
  .page--info .section--list .date, .page--info .section--detail .date {
    font-size: 23px;
    left: -12px;
    padding: 3px 12px;
  }
  .page--info .section--list {
    width: 87%;
    max-width: none !important;
    padding-bottom: 0 !important;
  }
  .page--info .section--list .section-tit {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .page--info .section--list + .list__more {
    width: 100%;
    transform: none;
    left: inherit;
    margin: 90px auto 0;
  }
  .page--info .section--detail {
    width: clamp(700px, 80%, 860px);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--info .section--detail {
    width: 860px;
  }
}
@media screen and (min-width: 961px) {
  .page--info .section--detail .tit {
    font-size: 20px;
  }
  .page--info .section--detail .txt {
    margin: 70px 0 0;
  }
  .page--info .section--detail .txt a:hover {
    text-decoration: none;
  }
  .page--info .block--share li a:hover {
    color: #27489B;
  }
  .page--info .block--share li a:hover svg {
    fill: #27489B;
  }
  .page--info .block--share li svg {
    vertical-align: -2px;
    transition: 0.3s;
  }
  .page--info .block--share li.share {
    letter-spacing: 0.1em;
    vertical-align: 1px;
  }
  .page--disco .section-tit {
    width: 95%;
    height: 160px;
  }
  .page--disco .section-tit img {
    z-index: 3;
  }
  .page--disco .section--detail {
    padding: 0 0 30px !important;
    max-width: none !important;
  }
  .page--disco .section--detail .area--disco-detail {
    max-width: 1000px;
    margin: -5% auto 0;
  }
  .page--disco .section--detail .detail__btn {
    margin: 90px auto 0;
  }
  .page--disco .section--list {
    padding: 0 0 60px !important;
    max-width: 1400px !important;
  }
  .page--disco .section--list .list--discography {
    margin: -40px auto 0;
    max-width: 1000px;
  }
  .page--disco .section--list .list--discography li.no-data {
    text-align: center;
    width: 100%;
    margin: 100px auto;
  }
  .page--disco .section--list .section-tit, .page--disco .section--detail .section-tit {
    transform: translateY(250%);
  }
  .page--disco .section--list .block--category, .page--disco .section--detail .block--category {
    margin-bottom: 40px;
  }
  .page--disco .block--category li {
    padding-right: 14px;
  }
  .page--disco .block--category li a {
    display: block;
    height: 24px;
    padding: 0;
    color: transparent;
  }
  .page--disco .block--category li a:hover::before {
    transform: scaleX(1);
  }
  .page--disco .block--category li.all a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-all.svg");
  }
  .page--disco .block--category li.all.current a, .page--disco .block--category li.all:hover a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-all_y.svg");
  }
  .page--disco .block--category li:hover.cat1 a, .page--disco .block--category li.current.cat1 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-single_y.svg");
  }
  .page--disco .block--category li:hover.cat2 a, .page--disco .block--category li.current.cat2 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-album_y.svg");
  }
  .page--disco .block--category li:hover.cat3 a, .page--disco .block--category li.current.cat3 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-dvd_y.svg");
  }
  .page--disco .block--category li:hover.cat4 a, .page--disco .block--category li.current.cat4 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-other_y.svg");
  }
  .page--disco .block--category li.cat1 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-single.svg");
  }
  .page--disco .block--category li.cat2 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-album.svg");
  }
  .page--disco .block--category li.cat3 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-dvd.svg");
  }
  .page--disco .block--category li.cat4 a {
    background-image: url("/static/reol/common/tit/disco/tit_disc-other.svg");
  }
  .page--disco .block--comment {
    padding: 20px 90px;
  }
  .page--disco .block--comment a:hover {
    text-decoration: none;
  }
  .page--photo .area--photo {
    margin: 70px 0 0 70px;
    position: relative;
  }
  .page--photo .section-tit {
    height: 140px;
  }
  .page--photo .list--contents {
    justify-content: flex-start;
  }
  .page--photo .list--contents li {
    width: 30%;
    margin-right: 2%;
    margin-bottom: clamp(46px, 3vw, 100px);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--photo .list--contents li {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 961px) {
  .page--photo .list--contents li:hover .thumb img {
    transform: scale(1.1);
    transform-origin: center;
  }
  .page--photo .section--list .block--txt {
    min-height: 100px;
  }
  .page--photo .section--detail .block--txt {
    margin-bottom: 50px;
  }
  .page--photo .section--detail .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .page--photo .section--detail .date {
    margin-bottom: 8px;
  }
  .page--photo .section--detail .new {
    display: block;
    background: #B2272D;
    color: #fff;
    font-size: 20px;
    border-radius: 48% 50% 50% 48%/48% 50% 50% 48%;
    padding: 0 7px 2px;
    width: 57px;
    text-align: center;
    margin-bottom: 18px;
    display: inline-block;
    margin-left: 0.5em;
  }
  .page--photo.page--photo__detail .detail__btn a:hover {
    opacity: 0.5;
  }
  .page--movie.category-2,
  .page--photo.category-6,
  .page--movie.category-14 {
    /*slick*/
  }
  .page--movie.category-2 .slick-next:hover:after,
  .page--photo.category-6 .slick-next:hover:after,
  .page--movie.category-14 .slick-next:hover:after {
    border-left-color: rgba(226, 191, 87, 0.6);
  }
  .page--movie.category-2 .slick-prev:hover:after,
  .page--photo.category-6 .slick-prev:hover:after,
  .page--movie.category-14 .slick-prev:hover:after {
    border-right-color: rgba(226, 191, 87, 0.6);
  }
  .page--movie.category-2 .section--list,
  .page--photo.category-6 .section--list,
  .page--movie.category-14 .section--list {
    margin: 0;
    max-width: none !important;
  }
  .page--movie.category-2 .section--list .list--contents .block--txt,
  .page--photo.category-6 .section--list .list--contents .block--txt,
  .page--movie.category-14 .section--list .list--contents .block--txt {
    padding: 12px 20px;
  }
  .page--movie.category-2 .section--list .list--contents .date,
  .page--photo.category-6 .section--list .list--contents .date,
  .page--movie.category-14 .section--list .list--contents .date {
    margin-bottom: 6px;
  }
  .page--movie.category-2 .section--list .list--contents .tit,
  .page--photo.category-6 .section--list .list--contents .tit,
  .page--movie.category-14 .section--list .list--contents .tit {
    margin-bottom: 6px;
  }
  .page--movie.category-2 .list--contents,
  .page--photo.category-6 .list--contents,
  .page--movie.category-14 .list--contents {
    justify-content: flex-start;
  }
  .page--movie.category-2 .list--contents li,
  .page--photo.category-6 .list--contents li,
  .page--movie.category-14 .list--contents li {
    width: 30%;
    margin-right: 2%;
    margin-bottom: clamp(46px, 3vw, 100px);
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--movie.category-2 .list--contents li,
  .page--photo.category-6 .list--contents li,
  .page--movie.category-14 .list--contents li {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 961px) {
  .page--movie.category-2 .list--contents li:hover .thumb img,
  .page--photo.category-6 .list--contents li:hover .thumb img,
  .page--movie.category-14 .list--contents li:hover .thumb img {
    transform: scale(1.1);
    transform-origin: center;
  }
  .page--movie .block--comment .btn {
    margin-bottom: 0;
  }
  .page--movie .section--list .block--txt {
    color: #fff;
  }
  .page--movie .section--detail {
    width: 70%;
  }
  .page--movie .section--detail .date {
    font-size: 18px;
  }
  .page--movie .section--detail .txt--basic {
    line-height: 1.8;
    margin-top: 70px;
  }
  .page--movie .section--detail > .txt {
    margin: 80px 0 90px;
  }
  .page--movie .section--detail .block--pager .pager__list-parent a:hover {
    opacity: 0.5;
  }
  .page--movie .section--detail .btn--main:hover {
    background-color: #fff;
    color: #27489B;
  }
  .page--movie.category-2 .section-tit,
  .page--movie.category-14 .section-tit {
    height: 140px;
  }
  .page--movie.category-2 .section--list .area--movie,
  .page--movie.category-14 .section--list .area--movie {
    margin: 70px 0 0 70px;
    position: relative;
  }
  .page--movie.category-2 .section--list .block--txt,
  .page--movie.category-14 .section--list .block--txt {
    min-height: 200px;
  }
  .page--movie.category-5 .section-tit,
  .page--movie.category-16 .section-tit {
    margin-bottom: 0;
    height: inherit;
  }
  .page--movie.category-5 .area--movie,
  .page--movie.category-16 .area--movie {
    margin: 70px 0 0;
  }
  .page--movie.category-5 .list--contents,
  .page--movie.category-16 .list--contents {
    width: 42%;
  }
  .page--movie.category-5 .list--contents a:hover,
  .page--movie.category-16 .list--contents a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .page--movie.category-5 .list--contents .thumb,
  .page--movie.category-16 .list--contents .thumb {
    padding-top: 0;
    width: 17%;
    min-width: 76px;
    height: 76px;
    margin-right: 4%;
  }
  .page--blog .section-tit {
    height: 140px;
  }
  .page--blog .area--blog {
    margin-top: 70px;
  }
  .page--blog .block--blog__detail {
    margin: 70px auto 0;
    width: 42%;
  }
  .page--blog .list--contents {
    width: 42%;
  }
  .page--blog .list--contents li a {
    padding: 20px 30px 22px 20px;
  }
  .page--blog .list--contents li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .page--blog .section--detail .block--comment__area {
    width: 70%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page--blog .section--detail .date {
    font-size: 18px;
  }
  .page--blog .section--detail .txt--basic {
    line-height: 1.8;
    margin-top: 70px;
  }
  .page--blog .section--detail > .txt {
    margin: 80px 0 90px;
  }
  .page--blog .section--detail .block--pager .pager__list-parent a:hover {
    opacity: 0.5;
  }
  .page--blog .section--detail .btn--main:hover {
    background-color: #fff;
    color: #27489B;
  }
  .page--blog .comment--confirm {
    color: #fff;
  }
  .page--blog .comment--confirm .comment--post__txt {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 40px auto 10px;
  }
  .page--blog .comment--confirm .comment--post__txt dt {
    width: 15%;
    margin-bottom: 20px;
  }
  .page--blog .comment--confirm .comment--post__txt dd {
    width: 85%;
    margin-bottom: 20px;
  }
  .page--questionnaire .content-main > section {
    width: 100%;
    max-width: 900px;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .page--contact.page--detail .contactInner {
    width: 75%;
    margin: 0 auto;
  }
  .page--faq .block--contact {
    margin: 40px 0 0;
  }
  .page--faq .block--contact a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none;
  }
  .block--faq-detail dt {
    font-size: 16px;
  }
  .block--faq-detail a:hover {
    text-decoration: none;
  }
}
.page--entry h2 + .txt--basic {
  text-align: center;
}
.page--entry .btn--main.top:hover {
  background: #E2BF57;
  color: #fff;
}
.page--entry .btn--main {
  width: 100%;
  min-width: inherit;
  max-width: 300px;
}
.page--entry .btn--main:hover {
  background: #fff;
  color: #000;
}
.page--entry .block--device table + .txt--sub {
  text-align: center;
}
.page--entry .block--pre-entry {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 50px;
}
.page--entry .block--pre-entry .btn--main:hover {
  background: #E2BF57;
  color: #fff;
}
.page--entry .block--entry {
  width: 84%;
  margin: 0 auto 100px;
  max-width: 800px;
}
.page--entry .block--entry .block-tit {
  font-size: 24px;
}
.page--entry .block--entry .entry_inner {
  width: 48%;
  padding: 20px 50px;
}
.page--entry .block--notice {
  width: 84%;
  margin: 0 auto;
}

.page--profile .section-tit {
  transform: translateY(250%);
  height: 140px;
}
.page--profile .profile__detail {
  max-width: 500px;
  margin: -20px auto 0;
}
.page--profile .block--text {
  padding: 46px 20px;
}
.page--profile .thumb {
  margin-bottom: 40px;
}
.page--profile .font-reol {
  width: 185px;
  position: absolute;
  left: 20px;
  bottom: -25px;
}
.page--profile .list--official-sns {
  margin-top: 92px;
}
.page--profile .list--official-sns a:hover {
  opacity: 0.5;
}

/*  page--birthday-message
//------------------------------ */
.page--birthday-message .section--detail > .tit {
  font-size: 50px;
}
.page--birthday-message .tit {
  font-size: 26px;
  margin-bottom: 30px;
}
.page--birthday-message span.ph {
  max-width: 800px;
  margin: 0 auto;
}
.page--birthday-message span.ph .txt--sub {
  text-align: center;
  margin-bottom: 7em;
}
.page--birthday-message .detail__btn a:hover {
  background-color: transparent !important;
  opacity: 0.5;
}

/*  画面サイズごとの調整
//------------------------------ */
@media print, screen and (min-width: 667px) and (max-width: 961px) {
  .area--cloud .video-pc, .area--cloud .video-sp {
    width: 210%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .fixedheader .logo {
    margin-right: 2vw;
  }
  .fixedheader .g-nav li:not(:last-child) {
    margin-right: 1vw;
  }
  .popup--top .popup--contents {
    left: clamp(10vw, 210px, 16vw);
  }
  .page--home .header {
    padding: 60px clamp(20px, 2.5vw, 40px) 0 clamp(10vw, 210px, 16vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: none) {
  .page--home .header {
    padding: 60px 20px 0 210px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .page--home .section--hero {
    height: 70vw;
  }
  .page--home .section--hero .block--logo {
    width: 9vw;
  }
  .page--home .area--fc .menu-wrap {
    padding: 7%;
  }
  .page--home .area--fc .list--fcmenu .thumb {
    width: 10vw;
    height: 10vw;
  }
  .page--member .side__fc-menu {
    width: 23vw;
  }
  .page--member .section-tit {
    width: 80%;
  }
  .page--member .g-nav .g-nav__item__content.cameraroll:after {
    bottom: -2.5vw;
  }
  .page--disco .section--list, .page--disco .section--detail {
    width: 85%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 1560px) {
  .page--blog.blog--catgory-3 .section-tit {
    width: 75%;
  }
}
@media print, screen and (max-width: 1330px) {
  .drawer .g-nav li:not(:last-child) {
    margin-right: clamp(10px, 1vw, 20px);
  }
}
@media screen and (max-width: 1330px) and (-ms-high-contrast: active), screen and (max-width: 1330px) and (-ms-high-contrast: none) {
  .drawer .g-nav li:not(:last-child) {
    margin-right: 10px;
  }
}
@media print, screen and (max-width: 1330px) {
  .header .logo {
    margin-right: 3vw;
  }
  body:not(.page--home) .header {
    padding: 18px clamp(20px, 5vw, 30px) 18px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1080px) {
  .drawer .g-nav {
    width: 80%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .drawer .g-nav li:not(:last-child) {
    margin-right: clamp(10px, 1vw, 20px);
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1080px) and (-ms-high-contrast: active), screen and (min-width: 961px) and (max-width: 1080px) and (-ms-high-contrast: none) {
  .drawer .g-nav li:not(:last-child) {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1080px) {
  .header .logo {
    margin-right: 3vw;
  }
  body:not(.page--home) .header {
    padding: 18px clamp(20px, 5vw, 30px) 18px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1180px) {
  .page--home .section--hero .block--logo {
    width: 8vw;
  }
  .page--home .header {
    padding: 60px clamp(20px, 2.5vw, 40px) 0 clamp(8vw, 160px, 15vw) !important;
  }
  .popup--top .popup--contents {
    left: clamp(8vw, 160px, 15vw);
    max-height: 35vh;
    max-width: 35vh;
  }
  .drawer .g-nav li:not(:last-child) {
    margin-right: clamp(5px, 0.5vw, 15px);
  }
  .nav--mypage .g-nav--sns, .g-nav.login--list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .side__fc-menu {
    display: none;
  }
  .btn--main {
    width: 80%;
    padding: 1.2em 1em;
    border-radius: 3px;
    letter-spacing: 0.01em;
  }
  /*  page--disco
  ------------------------------ */
  /*  page--member
  ------------------------------ */
  /*  camera roll
  movie カテ2,photo 共通
  ------------------------------ */
  /*  page--profile
  ------------------------------ */
  /*  page--birthday-message
  ------------------------------ */
  /*  .page--legittab_app
  ------------------------------ */
  /* アプリ用 FCメニュートップ
  -----------------------*/
}
@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: 1.2em 1em;
    border-radius: 3px;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    width: 100%;
    padding: 6.6666666667vw 0 0 4.2666666667vw;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
  }
  .header .logo {
    display: none;
  }
  .header .drawer__btn {
    width: 8.5333333333vw;
    height: 5.3333333333vw;
    position: absolute;
    left: 4.2666666667vw;
    top: 6.6666666667vw;
    z-index: 50;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .header .drawer__btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #27489B;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
  }
  .header .drawer__btn span:nth-child(2) {
    top: auto;
    bottom: 2.2666666667vw;
  }
  .header .drawer__btn span:last-child {
    top: auto;
    bottom: 0;
  }
  .header .header__sns {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 13.8666666667vw;
  }
  .header .header__sns span {
    color: transparent;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
  }
  .header .header__sns .join a, .header .header__sns .login a {
    border: 1px solid #27489B;
    border-radius: 3em;
    padding: 2px 8px 2px;
  }
  .header .header__sns .join {
    position: relative;
  }
  .header .header__sns .join::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(20deg);
    top: -1px;
    right: -1.5vw;
    background: #27489B;
  }
  .header .header__sns .join span {
    background-image: url("/static/reol/common/btn/btn_join.svg");
    background-position-y: 5px;
  }
  .header .header__sns .login span {
    background-image: url("/static/reol/common/btn/btn_login.svg");
  }
  .header .header__sns .instagram, .header .header__sns .twitter {
    width: 22px;
    height: 22px;
  }
  .header .header__sns .instagram a, .header .header__sns .twitter a {
    background: #27489B;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px;
    text-align: center;
    padding: 4px;
  }
  .header .header__sns i {
    color: #fff;
    transform: translateY(-5px);
    font-size: 13px;
  }
  .header .header__sns + .fc-logo {
    display: none;
    width: 40px;
    height: 23px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .header .header__sns + .fc-logo svg {
    fill: #27489B;
    width: 100%;
    height: 100%;
  }
  .header .drawer {
    background: #254682;
    width: 100%;
    height: 100vh;
    padding: 12vw 8.5333333333vw 16vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    overflow-y: auto;
    transform: translate(100%, 0);
    opacity: 0;
    transition: opacity 0.2s 0s, transform 0.3s cubic-bezier(0, 0, 0.34, 1.02) 0.1s;
  }
  .header .drawer .langBar {
    opacity: 0;
    transition: opacity 0.3s 0.6s;
  }
  .header .drawer .langBar .langSelector {
    position: absolute;
    transition: opacity 0.2s 0s;
    top: 21.8666666667vw;
    right: 8.5333333333vw;
  }
  .header .drawer .langBar .easy-select-box {
    background: #fff;
    color: #27489B;
  }
  .header .drawer .langBar .easy-select-box:after {
    border-color: #27489B;
    top: 0.75em;
  }
  .header .drawer .langBar .esb-displayer {
    text-align: left;
  }
  .header .drawer .langBar .esb-item {
    padding: 7px 0;
    pointer-events: all;
    z-index: 100;
  }
  .header .drawer .langBar .esb-item:not(:last-child) {
    margin-bottom: 1em;
  }
  .header .drawer .langBar .easy-select-box .esb-dropdown {
    left: -6vw;
    background: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
  }
  .header .drawer .fc-logo {
    display: inline-block;
    margin-bottom: 30px;
    opacity: 0;
    transition: opacity 0.3s 0.6s;
  }
  .header .drawer .fc-logo svg {
    fill: #fff;
    width: 50%;
    height: 24vw;
  }
  .header .drawer .login--list {
    position: absolute;
    top: 8.4vw;
    right: 8.5333333333vw;
  }
  .header .drawer .login--list li {
    display: inline-block;
  }
  .header .drawer .login--list a {
    padding: 2px 7px;
    border: none;
    background-color: #fff;
  }
  .header .drawer .login--list span {
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .header .drawer .login--list .g-nav__item__mypage {
    width: 30px;
    height: 30px;
    background: none;
    display: block;
  }
  .header .drawer .login--list .g-nav__item__mypage a, .header .drawer .login--list .g-nav__item__mypage svg {
    width: 100%;
    height: 100%;
    background: none;
  }
  .header .drawer .login--list .g-nav__item__mypage span {
    display: none;
  }
  .header .drawer .login--list .g-nav__item__join {
    padding-right: 0.75em;
  }
  .header .drawer .login--list .g-nav__item__join:before {
    background: #fff;
    right: 0.25em;
    top: 50%;
    transform: rotate(20deg) translateY(-50%);
  }
  .header .drawer .login--list .g-nav__item__join span {
    background-image: url("/static/reol/common/btn/btn_join.svg");
    background-position-y: 8px;
    background-size: 90% 18px;
  }
  .header .drawer .login--list .g-nav__item__login span {
    background-image: url("/static/reol/common/btn/btn_login.svg");
    background-size: 92% 14px;
    background-position-y: 9px;
  }
  .header .drawer .login--list svg {
    fill: #fff;
  }
  .header .drawer .g-nav:not(.g-nav--sns) li {
    font-size: 27px;
    margin-bottom: 5px;
  }
  .header .drawer .g-nav:not(.g-nav--sns) li.closing {
    pointer-events: none;
    opacity: 0.4;
  }
  .header .g-nav--sns li {
    margin-right: 3vw;
  }
  .header .g-nav {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s 0.6s;
    color: #fff;
  }
  .header .g-nav.official {
    border-bottom: 1px solid #fff;
    margin: 80px 0 8vw;
    padding-bottom: 8vw;
  }
  .header .g-nav .g-nav__item__content.cameraroll {
    position: relative;
    padding-top: 0.5em;
  }
  .header .g-nav .g-nav__item__content.cameraroll:before {
    line-height: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 0.5em;
    font-family: "Cormorant", serif;
    top: 0.5em;
    pointer-events: none;
    content: "Camera Roll";
  }
  .drawer-visible .header .logo {
    display: none;
  }
  .drawer-visible .header .g-nav, .drawer-visible .header .fc-logo, .drawer-visible .header .langBar {
    opacity: 1;
  }
  .drawer-visible .header .header__sns + .fc-logo {
    visibility: hidden;
  }
  .drawer-visible .header .drawer {
    transform: translate(0, 0);
    opacity: 1;
  }
  .drawer-visible .header .drawer__btn {
    top: 6.6666666667vw !important;
  }
  .drawer-visible .header .drawer__btn span:nth-child(2) {
    opacity: 0;
  }
  .drawer-visible .header .drawer__btn span {
    background-color: #fff;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(405deg);
  }
  .drawer-visible .header .drawer__btn span:last-child {
    transform: translateY(-50%) rotate(315deg);
  }
  .footer {
    padding: 10.6666666667vw 6vw;
    text-align: center;
  }
  .footer .logo {
    width: 7vh;
    position: absolute;
  }
  .footer .logo a {
    width: 100%;
  }
  .footer .footer--nav {
    width: 90%;
    margin: 0 auto 40px;
  }
  .footer .footer--nav li {
    margin: 0 1.5em 2em;
    font-size: 2.9333333333vw;
  }
  .footer .footer--nav a {
    text-decoration: underline;
  }
  .footer .footer--sns {
    position: absolute;
    top: 10.6666666667vw;
    right: 6vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .footer .footer--sns li {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .footer .footer--sns li:not(:last-child) {
    margin-bottom: 14px;
  }
  .footer .footer--sns a {
    padding: 8px;
  }
  .footer .footer--sns a i {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
  }
  .footer .copyright {
    margin: 0;
    margin-top: 11.3333333333vw;
    font-size: 2.4vw;
  }
  .footer .copyright small {
    font-size: 10px;
  }
  .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .category {
    font-size: 10px;
    padding: 5px 13px 5px 0;
    transform: scale(0.9);
  }
  .section-tit {
    font-size: 26px;
  }
  .list--information {
    padding: 0;
  }
  .list--information li a {
    display: block;
    padding: 14px 0;
  }
  .list--information li a .tit {
    font-size: 15px;
    line-height: 1.4;
  }
  .list--information li a .date {
    font-size: 13px;
    padding: 0;
    margin-right: 0px;
  }
  .list--discography {
    width: 100%;
  }
  .list--discography li {
    width: 44%;
    margin-bottom: 30px;
  }
  .list--discography li:nth-last-child(1), .list--discography li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .list--discography li a figure {
    margin-bottom: 10px;
    width: 100%;
  }
  .list--discography li a figure .blur-wrap img {
    background-size: contain;
    z-index: 20;
    position: relative;
  }
  .list--discography li a .category {
    display: block;
    vertical-align: 0;
  }
  .list--discography li a .date {
    display: inline-block;
    position: relative;
    line-height: 1;
    margin-left: auto;
  }
  .list--discography li a .tit {
    line-height: 1.6;
  }
  .list--contents {
    display: block;
  }
  .list--contents a {
    position: relative;
  }
  .list--contents li {
    margin-bottom: 30px;
  }
  .list--contents .new {
    font-size: 4vw;
  }
  .block--category {
    text-align: center;
    position: relative;
  }
  .block--category li a {
    padding: 2px 5px;
    font-size: 4vw;
    color: #000;
  }
  .block--category li a:before {
    content: none;
  }
  .block--category li {
    display: inline-block;
  }
  .block--category li.current a {
    background-color: #27489B;
    color: #E2BF57;
  }
  .detail__btn, .list__more {
    width: 90px;
    height: 24px;
    border-top-width: 1px;
    border-left-width: 1px;
  }
  .detail__btn a, .list__more a {
    border: 1px solid #27489B;
    box-shadow: 0px 0px 0px 0px #27489B, 1px 1px 0px 0px #27489B, 2px 2px 0px 0px #27489B, 2px 2px 0px 0px #27489B;
  }
  .list__more svg {
    width: 86%;
  }
  body:not(.page--home) .header {
    height: 12vw;
    padding: 3.4666666667vw 0 0 4.2666666667vw;
    background-color: #fff;
  }
  body:not(.page--home) .header .logo {
    display: none;
  }
  body:not(.page--home) .header .drawer__btn {
    float: left;
    position: relative;
    top: 0 !important;
    left: 0;
  }
  body:not(.page--home) .header .drawer__btn::after {
    content: "";
    display: block;
    clear: both;
  }
  body:not(.page--home) .content-main {
    padding-top: 21.3333333333vw;
    padding-bottom: 80px;
  }
  .wrap {
    position: relative;
    overflow: hidden;
  }
  .section--list,
  .section--detail {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
  .section--detail .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .section--list {
    padding-top: 0;
  }
  .section--list .list--contents li {
    width: 100%;
  }
  .section--list .block--pager {
    margin-top: 20px;
  }
  .section--list .block--pager .pager__item--newer {
    right: 0;
  }
  .section--list .block--pager .pager__item--newer a {
    top: 5px;
  }
  .section--list .block--pager .pager__item--older {
    left: 0;
  }
  .page--home .area--cloud {
    padding: 55px 0 80px;
  }
  .page--home .area--cloud:nth-child(2) {
    padding: 55px 0 50px;
  }
  .page--home .area--gold {
    padding: 45px 0 86px;
  }
  .page--home .area--gold .thumb {
    transform-origin: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .page--home .area--gold .bgimg-1 {
    top: 4%;
    left: 0;
    width: 78%;
    max-width: 300px;
  }
  .page--home .area--gold .bgimg-2 {
    top: 45%;
    left: inherit;
    right: 0;
    width: 50%;
    max-width: 180px;
  }
  .page--home .area--gold .bgimg-3 {
    bottom: -3%;
    right: inherit;
    left: 0;
    width: 75%;
    max-width: 300px;
  }
  .page--home .section--hero {
    height: 87vh;
  }
  .page--home .section--hero .block--hero-img {
    background-image: url(/static/reol/top/hero_sp_2021.jpg);
    background-position: top center;
  }
  .page--home .section--hero .block--logo {
    height: 40vw;
    position: absolute;
    top: 6.6666666667vw;
    right: 6%;
  }
  .page--home .section--hero .hero__g-nav {
    position: absolute;
    bottom: 30px;
    left: 4.2666666667vw;
  }
  .page--home .section--hero .hero__g-nav a {
    color: transparent;
    white-space: nowrap;
  }
  .page--home .section--hero .hero__g-nav li:not(:last-child) {
    margin-bottom: 8px;
  }
  .page--home .section--hero .hero__g-nav svg {
    fill: #27489B;
    height: 26px;
  }
  .page--home .section--hero .hero__g-nav .news svg {
    width: 78px;
  }
  .page--home .section--hero .hero__g-nav .media svg {
    width: 91px;
  }
  .page--home .section--hero .hero__g-nav .live svg {
    width: 67px;
  }
  .page--home .section--hero .hero__g-nav .discography svg {
    width: 194px;
  }
  .page--home .section--hero .hero__g-nav .fanclub svg {
    width: 123px;
  }
  .page--home .section--hero .birthday-message {
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
    width: 300px;
    background: #27489B;
    padding: 4px 14px;
    color: #fff;
    border-radius: 3px;
  }
  .page--home .section--hero.birthday-on {
    margin-bottom: 60px;
  }
  .page--home .section--bnr-top {
    margin: 30px 0 50px;
  }
  .page--home .section--bnr-top .list--bnr li {
    margin: 0 7px;
  }
  .page--home .section--bnr-top .slick-dots {
    bottom: inherit;
  }
  .page--home .section--bnr-top .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 3%;
    padding: 0;
    vertical-align: inherit;
  }
  .page--home .section--bnr-top .slick-arrow {
    display: none !important;
  }
  .page--home [class^=section--] .section-tit {
    margin-bottom: 55px;
    height: 33px;
  }
  .page--home [class^=section--] .list--information .date {
    font-weight: 600;
  }
  .page--home .section--info .section-tit {
    margin-bottom: 40px;
  }
  .page--home .section--info .list--information {
    padding: 0 11%;
  }
  .page--home .section--info .list--information li {
    border-bottom: 1px solid rgba(39, 72, 155, 0.2);
  }
  .page--home .section--info .list--information a {
    padding: 10px 0;
  }
  .page--home .section--info .list--information .sankaku {
    width: 8px;
    height: 7px;
    vertical-align: 2px;
    margin-right: 6px;
  }
  .page--home .section--info .list--information .tit {
    padding: 2px 4px;
  }
  .page--home .section--info .list--information + .list__more {
    margin-top: 3em;
  }
  .page--home .section--info .block--more {
    margin-top: 0;
  }
  .page--home .section--info .block--more li {
    margin: 0 4px;
  }
  .page--home .section--media .list--information, .page--home .section--live .list--information {
    margin: 0 10%;
  }
  .page--home .section--media .list--information li:first-child a, .page--home .section--live .list--information li:first-child a {
    padding-top: 18px;
  }
  .page--home .section--media .list--information li:last-child a, .page--home .section--live .list--information li:last-child a {
    padding-bottom: 44px;
  }
  .page--home .section--media .list--information li a, .page--home .section--live .list--information li a {
    padding: 15px 14px 15px 32px;
  }
  .page--home .section--media .list--information li a::before, .page--home .section--live .list--information li a::before {
    content: "";
    display: block;
    width: calc(100% - 32px);
    height: 100%;
    position: absolute;
    position: relative;
    opacity: 0.5;
  }
  .page--home .section--media .list--information li.no-data, .page--home .section--live .list--information li.no-data {
    text-align: center;
    padding: 15px 14px 44px 32px;
  }
  .page--home .section--media .list--information .date, .page--home .section--live .list--information .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page--home .section--media .list--information .date::before, .page--home .section--live .list--information .date::before {
    top: 0;
    left: -20px;
    width: 18px;
    height: 18px;
  }
  .page--home .section--media .list--information .more, .page--home .section--live .list--information .more {
    align-self: end;
    margin-left: auto;
  }
  .page--home .section--media .list--information .tit, .page--home .section--live .list--information .tit {
    font-size: 14px;
  }
  .page--home .section--media .list--information .block--tit, .page--home .section--live .list--information .block--tit {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .page--home .section--media .more, .page--home .section--live .more {
    font-size: 10px;
  }
  .page--home .section--media {
    margin-bottom: 70px;
  }
  .page--home .section--disco {
    margin-bottom: 90px;
  }
  .page--home .section--disco .section-tit {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 70px;
  }
  .page--home .section--disco .section-tit span {
    display: block;
    height: 32px;
  }
  .page--home .section--disco .swiper {
    padding: 0 20%;
    width: 100%;
  }
  .page--home .section--disco .swiper-button-next,
  .page--home .section--disco .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
  .page--home .section--disco .swiper-button-next {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #E2BF57;
  }
  .page--home .section--disco .swiper-button-prev {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #E2BF57;
  }
  .page--home .section--disco .swiper-button-next, .page--home .section--disco .swiper-rtl .swiper-button-prev {
    right: 10%;
  }
  .page--home .section--disco .swiper-button-prev, .page--home .section--disco .swiper-rtl .swiper-button-next {
    left: 10%;
  }
  .page--home .section--disco .list__more {
    margin: 20px 0 0;
  }
  .page--home .block--video .list--video li {
    margin: 0 8px;
  }
  .page--home .block--video .tit {
    min-width: 100px;
  }
  .page--home .area--fc {
    min-height: 667px;
    padding: 8px;
  }
  .page--home .area--fc .bg_fc-img {
    background-image: url(/static/reol/top/top_fcarea_sp.jpg);
    border-radius: 8px;
  }
  .page--home .area--fc .bg_fc-img.started {
    filter: brightness(0.6);
    transition: all 0.6s 2.4s ease;
  }
  .page--home .area--fc .menu-wrap {
    opacity: 0;
    padding: 0 8vw;
    transform: translateY(120%);
    transition: all 1.8s 2.8s ease;
  }
  .page--home .area--fc .block--logo {
    transform: translateY(100%);
    transition: all 1.2s 2.8s ease;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .page--home .area--fc .fc-logo {
    width: 136px;
    height: 78px;
  }
  .page--home .area--fc .fc-logo svg {
    fill: #fff;
    width: 100%;
    height: 100%;
  }
  .page--home .area--fc .scroll {
    margin-top: 18px;
    font-size: 15px;
    transition: all 0.6s 2.8s ease;
    color: #fff;
  }
  .page--home .area--fc .scroll span {
    background-color: #fff;
  }
  .page--home .area--fc .section--fcmenu {
    display: block;
    left: 0;
    height: auto;
    margin-top: 45px;
  }
  .page--home .area--fc .section--fcmenu.started {
    transform: none;
  }
  .page--home .area--fc .section--fcmenu.started .block--logo, .page--home .area--fc .section--fcmenu.started .menu-wrap {
    opacity: 1;
    transform: translateY(0%);
  }
  .page--home .area--fc .section--fcmenu.started .scroll {
    opacity: 0;
  }
  .page--home .area--fc .list--fcmenu li {
    margin: 0 2vw 5vw;
  }
  .page--home .area--fc .list--fcmenu li.new:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .page--home .area--fc .list--fcmenu .thumb {
    width: 23vw;
    height: 23vw;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 2vw;
    transition: none;
  }
  .page--home .area--fc .list--fcmenu .tit {
    font-size: 14px;
  }
  .page--home .area--fc.started .bg_fc-img {
    filter: brightness(0.6);
    transition: all 0.6s 2.4s ease;
  }
  .page--home .area--fc.started .section--fcmenu {
    transform: none;
  }
  .page--home .area--fc.started .section--fcmenu .block--logo, .page--home .area--fc.started .section--fcmenu .menu-wrap {
    opacity: 1;
    transform: translateY(0%);
  }
  .page--home .area--fc.started .section--fcmenu .scroll {
    opacity: 0;
  }
  .page--info .content-main {
    padding-bottom: 50px !important;
  }
  .page--info .section-tit {
    height: 34px;
  }
  .page--info .new {
    font-size: 18px;
    width: 46px;
    margin-bottom: 8px;
  }
  .page--info .block--tour-bnr.sp {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
  .page--info .block--tour-bnr.sp::after {
    content: none;
  }
  .page--info .list--information li {
    padding: 20px 0 20px;
  }
  .page--info .list--information li:not(:last-child) {
    margin-bottom: 30px;
  }
  .page--info .list--information .accordion_header {
    padding: 20px 5% 0;
  }
  .page--info .list--information dd {
    padding-top: 20px;
    margin: 20px 5% 0;
  }
  .page--info .list--information .date {
    font-size: 17px;
  }
  .page--info .section--list,
  .page--info .section--detail {
    padding-left: 4.2666666667% !important;
    padding-right: 4.2666666667% !important;
  }
  .page--info .section--list .tit,
  .page--info .section--detail .tit {
    font-size: 16px;
  }
  .page--info .section--list .date,
  .page--info .section--detail .date {
    font-size: 17px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 6px;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 10px;
  }
  .page--info .section--list .date {
    font-weight: 600;
  }
  .page--info .section--list .block--category {
    text-align: left;
    margin: 0 auto 62px;
    display: block;
    width: 98%;
  }
  .page--info .section--list .block--category li:not(:last-child) {
    margin-right: 0.75em;
  }
  .page--info .section--list iframe {
    width: 100%;
  }
  .page--info .section--list .list__more {
    margin-top: 0;
  }
  .page--info .section--detail .txt {
    font-size: 14px;
    padding: 30px 0 20px;
  }
  .page--info .block--contents__detail {
    font-size: 14px;
    position: relative;
    padding: 40px 7% 0;
    margin-bottom: 0;
  }
  .page--disco .block--category {
    margin-bottom: 40px;
  }
  .page--disco .list--discography {
    padding-top: 30px;
  }
  .page--disco .list--discography .block--text {
    flex-direction: column;
  }
  .page--disco .block--comment {
    padding: 20px 5%;
  }
  .page--disco .section--list, .page--disco .section--detail {
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
  .page--disco .section--list .section-tit, .page--disco .section--detail .section-tit {
    transform: translateY(40vh);
  }
  .page--disco .section--list .section-tit {
    margin-bottom: 30px;
    height: 34px;
  }
  .page--disco .section--list .block-tit {
    font-family: "Cormorant", serif;
    letter-spacing: -0.04em;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: #27489B;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    margin: 0 auto 45px;
  }
  .page--disco .section--list .category {
    margin-bottom: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--disco .section--list .list--discography li.no-data {
    text-align: center;
    width: 100%;
    margin: 50px auto;
  }
  .page--disco .section--detail .section-tit {
    margin-bottom: 50px !important;
  }
  .page--disco .section--detail .block--jacket li {
    width: 75%;
    margin: 0 auto 0 0;
  }
  .page--disco .section--detail .block--jacket li:nth-child(2) {
    width: 66%;
    transform: translateX(-50%) translateY(-50%);
  }
  .page--disco .section--detail .block--detail .tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .page--disco .section--detail .block--detail .block--comment {
    margin: 0 0 40px;
  }
  .page--disco .section--detail .block--detail .block--comment a {
    color: #000;
  }
  .page--disco .section--detail .block--detail .block--comment a:hover {
    text-decoration: underline;
  }
  .page--disco .section--detail .block--track {
    margin: 20px auto 40px;
    font-size: 13px;
  }
  .page--disco .section--detail .block--track .list--link i {
    font-size: 20px;
  }
  .page--disco .section--detail .block--track .tie-up {
    display: block;
    font-size: 10px;
  }
  .page--disco .section--detail.parallax .list--jacket li:nth-child(2) {
    transform: translateX(10%) translateY(-50%);
  }
  .page--member .section-tit {
    height: 34px;
    margin: 0 auto;
  }
  .page--member .header .fc-logo {
    display: block;
  }
  .page--member .block--pager {
    margin: 50px auto 0 !important;
  }
  .page--photo .area--photo {
    margin: 50px 0 0;
  }
  .page--photo .section--list .list--contents .date {
    font-size: 4vw;
  }
  .page--photo .section--list .list--contents a {
    margin: 0 4%;
  }
  .page--photo .section--list .list--contents img {
    pointer-events: none;
  }
  .page--photo .section--list .block--txt {
    padding: 12px 6%;
  }
  .page--photo.page--photo__detail .block--txt {
    margin-bottom: 2em;
  }
  .page--photo.page--photo__detail .block--txt .date {
    font-size: 16px;
  }
  .page--photo.category-6 .area--photo {
    margin: 75px 0 0;
  }
  .page--photo.category-6 .section--list .block--txt {
    min-height: 120px;
  }
  .page--photo #swipebox-action #swipebox-close {
    right: 3%;
    top: 30px;
  }
  .page--photo #swipebox-action #swipebox-prev,
  .page--photo #swipebox-action #swipebox-next {
    width: 30px;
    height: 30px;
  }
  .page--photo #swipebox-action #swipebox-next::before,
  .page--photo #swipebox-action #swipebox-next::after {
    width: 0.75em;
    height: 0.75em;
    margin-top: 0.75em;
    margin-left: 0.75em;
  }
  .page--photo #swipebox-action #swipebox-prev::before,
  .page--photo #swipebox-action #swipebox-prev::after {
    width: 0.75em;
    height: 0.75em;
    margin-top: 0.75em;
    margin-left: 0.75em;
  }
  .page--photo #swipebox-slider .slide img {
    width: 85%;
  }
  .page--movie.category-2 .slick-next,
  .page--photo.category-6 .slick-next,
  .page--movie.category-14 .slick-next {
    top: 10px;
    right: 4.2666666667%;
  }
  .page--movie.category-2 .slick-prev,
  .page--photo.category-6 .slick-prev,
  .page--movie.category-14 .slick-prev {
    top: 10px;
    right: 16.2666666667%;
  }
  .page--movie.category-2 .section--list,
  .page--photo.category-6 .section--list,
  .page--movie.category-14 .section--list {
    padding: 0 !important;
  }
  .page--movie.category-2 .section--list .list--contents li,
  .page--photo.category-6 .section--list .list--contents li,
  .page--movie.category-14 .section--list .list--contents li {
    margin-bottom: 0;
  }
  .page--movie.category-2 .section--list .list--contents .txt,
  .page--photo.category-6 .section--list .list--contents .txt,
  .page--movie.category-14 .section--list .list--contents .txt {
    font-size: 12px;
  }
  .page--movie.category-2 .section--list .list--contents .date,
  .page--photo.category-6 .section--list .list--contents .date,
  .page--movie.category-14 .section--list .list--contents .date {
    margin-bottom: 5px !important;
  }
  .page--movie.category-2 .section--list .list--contents .tit,
  .page--photo.category-6 .section--list .list--contents .tit,
  .page--movie.category-14 .section--list .list--contents .tit {
    line-height: 1.2;
  }
  .page--movie.category-2 .section--list .list--contents a,
  .page--photo.category-6 .section--list .list--contents a,
  .page--movie.category-14 .section--list .list--contents a {
    margin: 0 4% clamp(10px, 3vw, 30px);
  }
  .page--movie.category-2 .section--list .block--txt,
  .page--photo.category-6 .section--list .block--txt,
  .page--movie.category-14 .section--list .block--txt {
    padding: 12px 6%;
    min-height: 120px;
  }
  .page--movie .area--movie {
    margin: 45px 0 0;
  }
  .page--movie .section--list .list--contents .txt {
    font-size: 12px;
  }
  .page--movie .section--detail .date {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .page--movie .section--detail .tit {
    font-size: 20px;
  }
  .page--movie .section--detail .new {
    font-size: 14px;
    width: 50px;
  }
  .page--movie .section--detail > .txt {
    margin: 50px 0 36px;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0 1em;
  }
  .page--movie .block--player {
    margin: 0;
  }
  .page--movie .block--player video {
    width: 100%;
    background: #000;
  }
  .page--movie .txt--sub {
    margin: 10px 0 50px;
  }
  .page--movie .block--comment-input .block-tit {
    font-size: 14px;
  }
  .page--movie .block--comment-input .txt--sub {
    margin-bottom: 60px;
  }
  .page--movie .block--comment-input .name {
    margin-bottom: 6px;
  }
  .page--movie .list--comment {
    padding: 24px 4% 18px;
  }
  .page--movie .block--comment .date {
    font-size: 14px;
  }
  .page--movie .block--comment:not(:last-child) {
    margin-bottom: 22px;
    padding-bottom: 12px;
  }
  .page--movie .report-btn {
    top: -18px;
  }
  .page--movie.category-5 .section--list .list--contents li,
  .page--movie.category-16 .section--list .list--contents li {
    margin-bottom: 0;
  }
  .page--movie.category-5 .section--list .list--contents .thumb,
  .page--movie.category-16 .section--list .list--contents .thumb {
    padding-top: 0;
    width: 17%;
    min-width: 76px;
    height: 76px;
    margin-right: 4%;
  }
  .page--movie.category-2 .section--list .area--movie,
  .page--movie.category-14 .section--list .area--movie {
    margin: 75px 0 0;
  }
  .page--movie.category-2 .section--list .block--txt,
  .page--movie.category-14 .section--list .block--txt {
    min-height: 120px;
  }
  .page--blog .area--blog {
    margin-top: 45px;
  }
  .page--blog .list--contents li {
    margin-bottom: 0;
  }
  .page--blog.page--blog__detail .area--blog {
    padding-bottom: 40px;
  }
  .page--blog.page--blog__detail .area--blog::before {
    height: 100%;
  }
  .page--blog.page--blog__detail .date {
    font-size: 16px;
  }
  .page--blog.page--blog__detail .tit {
    font-size: 20px;
  }
  .page--blog .list--contents .txt {
    font-size: 12px;
  }
  .page--blog .block--blog__detail {
    margin: 20px 0 40px;
  }
  .page--blog .detail__blog-header {
    padding: 15px 6% 10px;
  }
  .page--blog .block--comment-input .block-tit {
    font-size: 14px;
  }
  .page--blog .block--comment-input .txt--sub {
    margin-bottom: 60px;
  }
  .page--blog .block--comment-input .name {
    margin-bottom: 6px;
  }
  .page--blog .list--comment {
    padding: 24px 4% 18px;
  }
  .page--blog .block--comment .date {
    font-size: 14px;
  }
  .page--blog .block--comment:not(:last-child) {
    margin-bottom: 22px;
    padding-bottom: 12px;
  }
  .page--blog .comment--confirm {
    color: #fff;
  }
  .page--blog .comment--confirm .comment--post__txt {
    margin-top: 20px;
  }
  .page--blog .comment--confirm .comment--post__txt dt {
    margin-bottom: 5px;
  }
  .page--blog .comment--confirm .comment--post__txt dd {
    margin-bottom: 25px;
  }
  .page--blog.page--moment .section--list .area--blog .list--contents .list li.no-data {
    margin: 100px auto;
  }
  .page--blog.page--moment .section--detail .block--comment__area {
    width: 100%;
  }
  .page--blog.blog--catgory-3 .section-tit {
    width: 90%;
  }
  .page--error .section--detail {
    padding-bottom: 12.5vh;
  }
  .page--error .section--detail .section-tit {
    font-size: 6vw;
  }
  .page--error .section--detail .section-tit span {
    font-size: 16vw;
  }
  .page--faq .section--list .section-tit {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .page--faq .searchBox {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 30px;
    font-size: 13px;
  }
  .page--faq .searchBox input[type=submit] {
    top: -5px;
  }
  .page--faq .tit--category {
    font-size: 14px;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq a {
    padding: 12px 1em;
  }
  .page--faq .list--faq a .tit {
    margin: 0;
  }
  .page--faq .block--faq-detail {
    line-height: 1.6;
    padding: 20px 4%;
    margin: 0 0 50px;
  }
  .page--faq .block--faq-detail dt .txt {
    padding-bottom: 1em;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 13px;
  }
  .page--faq .block--contact {
    margin: 20px 0 40px;
  }
  .page--faq .block--contact a {
    text-decoration: underline;
  }
  .page--support .section--detail {
    padding-top: 0;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
  .page--support .section--detail .block--support__detail {
    padding: 40px 5% 0;
    margin-bottom: 130px;
  }
  .page--support .section--detail .section-tit {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter.postal_code {
    width: 50% !important;
  }
  .page--questionnaire .content-main > section {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 0 5% 40px;
  }
  .page--questionnaire .content-main > section .section-tit {
    margin-bottom: 30px;
    text-align: center;
    transform: none;
    left: 0;
    font-size: 18px;
  }
  .page--questionnaire .content-main > section .section-tit::before, .page--questionnaire .content-main > section .section-tit::after {
    display: none;
  }
  .page--questionnaire .form--confirm {
    padding: 20px;
  }
  .page--questionnaire .btn--sub {
    min-width: 80%;
  }
  .page--entry .section--detail {
    padding: 0 8% 40px;
  }
  .page--entry .section--detail h2 {
    margin: 0 auto 20px;
  }
  .page--entry .section--detail h2 svg {
    width: 100%;
    height: 12vh;
  }
  .page--entry .section--detail .txt--sub {
    text-align: left !important;
  }
  .page--entry .section--detail .txt {
    margin-bottom: 0;
  }
  .page--entry .section--detail .block-tit {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 5%;
  }
  .page--entry .section--detail [class^=block--] {
    margin-bottom: 80px;
  }
  .page--entry .section--detail .list--fc-contents {
    display: block;
  }
  .page--entry .section--detail .list--fc-contents li {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 6px;
  }
  .page--entry .section--detail .list--fc-contents li .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .page--entry .section--detail table {
    margin-bottom: 0;
  }
  .page--entry .section--detail table tr {
    border-bottom: none;
  }
  .page--entry .section--detail table th {
    display: block;
    width: 100%;
    padding: 2% 6px;
    text-align: left;
    border-bottom: none;
    font-size: 0.85em;
    border-radius: 6px 6px 0 0;
  }
  .page--entry .section--detail table td {
    display: block;
    padding: 1.25em 3%;
    font-size: 14px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0 0 6px 6px;
  }
  .page--entry .section--detail table td li:not(:last-of-type) {
    line-height: 1.4;
    margin-bottom: 0.7em;
  }
  .page--entry .section--detail table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--entry .section--detail .block--spec {
    margin-bottom: 40px;
  }
  .page--entry .section--detail .block--device {
    margin-bottom: 0;
  }
  .page--entry .section--detail .block--pre-entry {
    padding: 30px 5% 20px;
    margin: 30px auto 20px !important;
  }
  .page--entry .section--detail .block--entry {
    width: 100%;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  .page--entry .section--detail .block--entry .entry_inner {
    width: 100%;
    padding: 30px 5% 20px;
    margin: 30px auto 0;
  }
  .page--entry .section--detail .block--entry .block-tit {
    font-size: 4.7vw;
  }
  .page--entry .section--detail .block--entry .txt--basic {
    font-size: 1em;
  }
  .page--entry .section--detail .block--entry .btn {
    margin-top: 1.5em;
  }
  .page--entry .section--detail .block--entry .btn .btn--main {
    width: 100%;
    margin: 0;
  }
  .page--entry .section--detail .block--notice {
    width: 100%;
  }
  .page--profile .section-tit {
    transform: translateY(40vh);
    height: 34px;
    margin-bottom: 40px;
  }
  .page--profile .font-reol {
    width: 30%;
    position: absolute;
    left: 2%;
    bottom: -5%;
  }
  .page--profile .block--text {
    padding: 30px 5%;
    margin: 0 0 40px;
    line-height: 1.6;
    font-size: 13px;
  }
  .page--birthday-message .section--detail > .tit {
    font-size: 30px;
  }
  .page--legittab_app {
    background-color: #27489B;
  }
  .page--legittab_app header, .page--legittab_app footer {
    display: none;
  }
  .page--legittab_app .content-main, .page--legittab_app .section--detail {
    padding: 0 !important;
  }
  .page--legittab_app .area--fc {
    display: flex;
    display: flex;
    padding: 8px;
    position: relative;
    height: 110vh;
  }
  .page--legittab_app .area--fc .bg_fc-img {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(/static/reol/top/top_fcarea_sp.jpg);
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }
  .page--legittab_app .area--fc .bg_fc-img img {
    width: 100%;
    border-radius: 13px;
    line-height: 0;
  }
  .page--legittab_app .area--fc .menu-wrap {
    opacity: 0;
    padding: 0 8.85vw;
    transform: translateY(35vh);
  }
  .page--legittab_app .area--fc .block--logo {
    opacity: 0;
    transform: translateY(35vh);
    margin-bottom: 20px;
  }
  .page--legittab_app .area--fc .fc-logo {
    margin: 0 auto 15px;
    width: 32vw;
    height: 19vw;
    max-width: 136px;
    max-height: 78px;
  }
  .page--legittab_app .area--fc .fc-logo svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  .page--legittab_app .area--fc .sub-tit {
    width: 65%;
    margin: 0 auto 7vw;
  }
  .page--legittab_app .area--fc .section--fcmenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    margin-top: 9vw;
  }
  .page--legittab_app .area--fc .list--fcmenu {
    margin: 0 auto;
  }
  .page--legittab_app .area--fc .list--fcmenu li {
    margin: 0 2vw 3vw;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .page--legittab_app .area--fc .list--fcmenu li.memo .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_memo.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.document .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_document.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.moment .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_moment.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.movie .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_movie.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.photo .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_photo.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.voice .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_voice.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.call .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_call.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.game .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_game.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.mypage .thumb img {
    background-image: url(/static/reol/top/thumb/thumb_mypage.svg);
  }
  .page--legittab_app .area--fc .list--fcmenu li.new::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #D2AF57;
    border-radius: 3em;
    z-index: 2;
  }
  .page--legittab_app .area--fc .list--fcmenu .thumb {
    width: 22vw;
    height: 22vw;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 6px;
    margin-bottom: 5px;
  }
  .page--legittab_app .area--fc .list--fcmenu .thumb img {
    display: block;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .page--legittab_app .area--fc .list--fcmenu .tit {
    font-family: "Cormorant", serif;
    letter-spacing: -0.04em;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .page--legittab_app .area--fc .list--fcmenu .tit > span {
    vertical-align: 0.15em;
  }
  .page--legittab_app.loaded .bg_fc-img {
    filter: brightness(0.6);
    transition: all 0.6s 0.3s ease;
  }
  .page--legittab_app.loaded .menu-wrap {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 0.6s 1.85s cubic-bezier(0, 0, 0.34, 1.02), transform 1.6s 1.6s cubic-bezier(0, 0, 0.34, 1.02);
  }
  .page--legittab_app.loaded .block--logo {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 0.8s 0.8s cubic-bezier(0, 0, 0.34, 1.02), transform 1.6s 1.6s cubic-bezier(0, 0, 0.34, 1.02);
  }
  .body--app .block--share {
    display: none !important;
  }
  .page--notice .list--info {
    margin-bottom: 20px;
  }
  .page--notice .list--info li {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .page--notice .list--info a {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 10px 6% 10px 3%;
    position: relative;
  }
  .page--notice .list--info a::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    margin: -0.5em 0 0;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: rotate(-135deg);
  }
  .page--notice .list--info .txt {
    margin: 0 0 10px;
    line-height: 1.5em;
  }
  .page--notice .list--info .date {
    font-size: 12px;
    color: #999;
  }
  .page--notice .list--info .no-data {
    padding: 2em 0;
    text-align: center;
    opacity: 0.5;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    width: 300px;
  }
  .header {
    height: 9.3333333333vw !important;
    padding: 2.6666666667vw 0 0 4.2666666667vw !important;
  }
  .header .drawer__btn {
    width: 7.2vw;
    height: 4vw;
  }
  .header .drawer__btn span:nth-child(2) {
    bottom: 1.8666666667vw;
  }
  .header .header__sns {
    position: absolute;
    margin-left: 9.8666666667vw;
  }
  .header .header__sns li {
    margin-right: 1.5vw;
  }
  .header .header__sns .join::before {
    right: -1vw;
  }
  .header .header__sns .instagram, .header .header__sns .twitter {
    width: 30px;
    height: 30px;
  }
  .header .header__sns .mypage {
    width: 30px;
    height: 30px;
    position: relative;
  }
  .header .header__sns .mypage a, .header .header__sns .mypage svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header .header__sns .mypage svg {
    transform: translateY(10%);
  }
  .header .header__sns i {
    font-size: 16px;
    transform: none;
  }
  .header .drawer .fc-logo svg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 18vw;
  }
  .header .drawer .g-nav:not(.g-nav--sns) li {
    font-size: 3vh;
    margin-bottom: 2vh;
  }
  .header .drawer .login--list .g-nav__item__join:before {
    height: 3vh;
    right: 0.35em;
  }
  .header .drawer .login--list .g-nav__item__join span {
    background-size: 80%;
    background-position: center;
  }
  .header .drawer .login--list .g-nav__item__login span {
    background-size: 82%;
    background-position: center;
  }
  .footer .footer--nav li {
    font-size: inherit;
  }
  body:not(.page--home) .content-main {
    padding-top: 17.3333333333vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 6vw;
    height: 54px !important;
    left: 0;
  }
  .section--list .block--pager .pager__item--older,
  .section--list .block--pager .pager__item--newer {
    top: 0;
  }
  .section--detail .section-tit {
    top: 0;
  }
  .block--category {
    margin: -4vw 0 30px;
  }
  .block--category li a {
    font-size: 20px;
  }
  .detail__btn, .list__more {
    width: 180px;
    height: 36px;
  }
  .list--information li a .date {
    font-size: 14px;
  }
  .list--information li a .date .end-time {
    display: inline-block;
  }
  .area--cloud .video-pc, .area--cloud .video-sp {
    width: 210%;
  }
  /*  page--home
  ------------------------------ */
  .page--home .header .header__sns {
    top: 6.6666666667vw;
  }
  .page--home [class^=section--] .section-tit {
    height: 53px;
  }
  .page--home .section--hero .block--logo {
    width: auto;
  }
  .page--home .area--cloud {
    padding: 9vw 0 11vw;
  }
  .page--home .area--gold {
    padding: 8vw 0 12vw;
  }
  .page--home .area--fc .block--logo {
    margin-bottom: 6vw;
  }
  .page--home .area--fc .fc-logo {
    height: 10vw;
  }
  .page--home .area--fc .menu-wrap {
    padding: 0 19vw;
  }
  .page--home .area--fc .list--fcmenu .tit {
    font-size: 3vw;
  }
  .page--home .area--fc .list--fcmenu li {
    margin: 0 3vw 4vw;
  }
  .page--home .area--fc .list--fcmenu li.new:before {
    width: 28px;
    height: 28px;
  }
  .page--home .area--fc .list--fcmenu .thumb {
    width: 14vw;
    height: 14vw;
  }
  .page--home .area--fc .section--fcmenu {
    top: 10vw;
  }
  .page--home .section--disco .section-tit span {
    height: 53px;
  }
  .page--home .section--disco .swiper-button-next,
  .page--home .section--disco .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .page--home .section--disco .swiper-button-next {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #E2BF57;
  }
  .page--home .section--disco .swiper-button-prev {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #E2BF57;
  }
  .page--home .section--disco .swiper-button-next, .page--home .section--disco .swiper-rtl .swiper-button-prev {
    right: 10%;
  }
  .page--home .section--disco .swiper-button-prev, .page--home .section--disco .swiper-rtl .swiper-button-next {
    left: 10%;
  }
  .page--home .section--disco .list__more {
    margin: 40px 0 0;
    height: 40px;
    width: 112px;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section-tit {
    margin-bottom: 20px !important;
  }
  .page--info .section--detail {
    padding-top: 2vw;
  }
  .page--info .section--detail .tit {
    font-size: 28px;
  }
  .page--info .block--category {
    margin: 0 auto 62px !important;
    text-align: center !important;
  }
  /*  page--disco
  ------------------------------ */
  .page--disco .section--list .section-tit {
    margin-bottom: 50px;
  }
  /*  page--member
  ------------------------------ */
  .page--member .section-tit {
    height: 54px !important;
  }
  .page--member .header .header__sns + .fc-logo {
    width: 60px;
    height: 36px;
    top: 2.6666666667vw;
    right: 4.2666666667vw;
  }
  .page--movie .list--contents .thumb img {
    position: inherit;
  }
  .page--movie .list--contents .tit, .page--movie .list--contents .date, .page--movie .list--contents .new {
    font-size: 3vw !important;
  }
  .page--movie.page--detail .block--player {
    margin-bottom: 50px;
  }
  .page--movie.category-5 .list--contents .txt,
  .page--movie.category-16 .list--contents .txt {
    font-size: 2.5vw;
  }
  .page--movie.category-5 .list--contents .thumb,
  .page--movie.category-16 .list--contents .thumb {
    width: 17vw !important;
    height: 17vw !important;
  }
  .page--movie.category-2 .list--contents .thumb,
  .page--movie.category-14 .list--contents .thumb {
    width: 100% !important;
    height: 100% !important;
  }
  .page--movie.category-2 .list--contents .txt,
  .page--movie.category-14 .list--contents .txt {
    font-size: 2.5vw;
  }
  .page--photo .list--contents .txt {
    font-size: 2.5vw;
  }
  .page--photo .list--contents .tit, .page--photo .list--contents .date, .page--photo .list--contents .new {
    font-size: 3vw !important;
  }
  .page--movie.category-2 .slick-prev,
  .page--photo.category-6 .slick-prev,
  .page--movie.category-16 .slick-prev,
  .page--movie.category-14 .slick-prev {
    right: 8.5333333333%;
  }
  .page--blog .area--blog {
    margin-top: 40px;
  }
  .page--blog .block--blog__detail {
    margin: 40px 0 40px;
  }
  .page--blog .list--contents .thumb {
    min-width: 120px;
    min-height: 120px;
  }
  .page--blog .list--contents .tit, .page--blog .list--contents .date, .page--blog .list--contents .new {
    font-size: 3vw !important;
  }
  .page--blog.blog--catgory-3 .section-tit {
    width: 80%;
  }
  .page--questionnaire .content-main > section {
    padding: 90px 5% 40px;
  }
  .page--support .section-tit, .page--faq .section-tit {
    font-size: 35px !important;
    margin-bottom: 60px !important;
  }
  .page--legittab_app .fc-logo {
    height: 15vw;
    width: 22vw;
  }
  .page--legittab_app .sub-tit {
    width: 50% !important;
    margin: 0 auto 9vw !important;
  }
  .page--legittab_app .list--fcmenu .thumb {
    width: 17vw !important;
    height: 17vw !important;
  }
  .page--legittab_app .list--fcmenu .tit {
    font-size: 20px !important;
  }
  .page--legittab_app .area--fc .menu-wrap {
    padding: 0 17vw;
  }
}/*# sourceMappingURL=fanclub-service.css.map */