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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
.page--home .loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #1AA3C5;
  z-index: 555;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
}
.page--home .loading .anime {
  background: url("/static/cent/official/top/loading.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 130px;
}

.page--home.loaded .loading {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #EDEDED;
  color: #24538C;
  font-family: "Helvetica Neue", "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

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

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

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

::-moz-selection {
  background: #dcdcdc;
  color: #24538C;
}

::selection {
  background: #dcdcdc;
  color: #24538C;
}

::-moz-selection {
  background: #dcdcdc;
  color: #24538C;
}

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

.delighter {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.2s linear, transform 0.3s linear;
  transition: opacity 0.2s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.parts-svg {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #1AA3C5;
  color: #EDEDED;
  margin: 0.8em 0;
  padding: 1.2em;
  font-style: normal !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  border-radius: 8px;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  background: #EDEDED;
  border: 1px solid #1AA3C5;
  color: #1AA3C5;
  margin: 0.8em 0;
  padding: 1.2em;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  border-radius: 8px;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}

.btn--more {
  font-size: 1.2rem;
}
.btn--more a {
  display: inline-block;
  line-height: 2;
  padding-left: 14px;
  position: relative;
}
.btn--more a::before {
  content: "";
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  width: 10px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #24538C;
}

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

header .nav li,
.btn--more,
.detail__btn,
.block--pager li,
.block--category li,
body:not(.page--questionnaire):not(.page--faq):not(.page--support) .section-tit,
body:not(.page--support) .block-tit {
  font-family: sculpin, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.block--disco .block--disco__detail .block-tit {
  font-family: inherit;
  line-height: 1.4;
  font-weight: 700;
}

.page--faq .section-tit,
.page--support .section-tit {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.btn--more,
.detail__btn,
.block--pager li {
  font-weight: 400;
}

.font-en_m {
  font-family: sculpin, sans-serif;
  font-weight: 400;
}

.font-en_b {
  font-family: sculpin, sans-serif;
  font-weight: 900;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.tit {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.btn--more,
.detail__btn,
.block--pager li {
  font-size: 0.85em;
}

.date,
.category,
.youbi {
  display: inline-block;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.7;
  position: relative;
}

.date {
  margin-right: 8px;
}

.date.live span {
  display: inline-block;
  padding-left: 8px;
}
.date.live span::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #24538C;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.no-data {
  font-size: 0.85em;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph img, .thumb img {
  width: 100% !important;
}

.block--pager {
  position: relative;
  height: 40px;
  margin-top: 4em;
}
.block--pager svg {
  fill: #758C5D;
}
.block--pager li {
  color: #758C5D;
  display: inline-block;
  margin: 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0.5em 0.7em;
}
.block--pager .pager__item--number {
  text-align: center;
}
.block--pager .pager__item--newer {
  margin-right: 24px;
}
.block--pager .pager__item--older {
  margin-left: 24px;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  position: relative;
  width: 24px;
  padding: 0;
  overflow: hidden;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span,
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  left: 0;
}
.block--pager .pager__item--older {
  right: 0;
}
.block--pager .pager__item--current {
  color: #24538C;
  padding: 0.5em 0.7em;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-size: 1.4rem;
}

.list--bnr {
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--bnr li {
  display: inline-block;
  font-size: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(249, 200, 151, 0.6);
          box-shadow: 0.5rem 0.5rem 0 rgba(249, 200, 151, 0.6);
}
.list--bnr li a {
  display: block;
}
.list--bnr li a, .list--bnr li img {
  width: 100%;
  border-radius: 8px;
}

.list--bnr.one {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  height: auto;
}
.list--bnr.one li {
  width: 48%;
  max-width: 600px;
  margin: 0;
  text-align: center;
}
.list--bnr.one li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list--bnr.two {
  margin: 0 7vw;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}
.list--bnr.two li {
  width: 48%;
  text-align: center;
}
.list--bnr.two li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list--bnr.two li:last-child {
  margin-right: 0;
}

.swiper-button {
  position: relative;
}

.section--banner .swiper-button {
  padding: 20px 0;
  margin: 10px 4.4% 0;
}
.section--banner .swiper-button .swiper-button-prev,
.section--banner .swiper-button .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 5.2vw;
}
.section--banner .swiper-button .swiper-button-next,
.section--banner .swiper-button .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

section .swiper-button-prev::after,
section .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg fill="%23758C5D" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.39 20.28"><polygon points="10.14 20.28 11.55 18.86 3.83 11.14 28.39 11.14 28.39 9.14 3.83 9.14 11.55 1.41 10.14 0 0 10.14 10.14 20.28"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.one-swiper .list--bnr li {
  margin: 0 auto;
}

.one-swiper .swiper-button,
.no-swiper .swiper-button {
  display: none;
}

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

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

.block--player--ios {
  width: 100%;
  text-align: center;
}
.block--player--ios video {
  background: #7F7F7F;
}

.block--player.player-sp {
  width: 100%;
  padding-top: 0;
}

.block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block--player > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.block--player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eq-header, .video_title, .video_title_text_cover, .video_title_text {
  display: none !important;
}

.block--player .txt {
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .block--player video {
    width: 100%;
  }
  .block--player--ios > video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .block--player {
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
  }
  .block--player.player-sp {
    width: 100%;
    padding-top: 0;
  }
}
.area--movie {
  margin: 3% auto;
  max-width: 640px;
}

.section--redirect {
  display: table;
}
.section--redirect .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.section--redirect .block-tit {
  padding-bottom: 20px;
}

.section--list {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section--list .no-data {
  margin-top: 1em;
}

.list--info li {
  position: relative;
}
.list--info li a {
  display: block;
  padding: 1em 0;
}
.list--info li a .category {
  margin-right: 10px;
}
.list--info li.no-data {
  width: 100%;
}

.list--info:not(.list--video) li:first-child a {
  padding-top: 0;
}

.list--contents li {
  margin-bottom: 4em;
  position: relative;
}
.list--contents li .thumb {
  overflow: hidden;
  margin-bottom: 1.4em;
  -webkit-box-shadow: 0.5rem 0.5rem rgba(249, 200, 151, 0.6);
          box-shadow: 0.5rem 0.5rem rgba(249, 200, 151, 0.6);
  border-radius: 8px;
  margin-bottom: 1.3em;
}
.list--contents li .thumb img {
  height: 100%;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li .list__txt .tit {
  line-height: 1.5;
}
.list--contents li .list__txt .category {
  position: relative;
}
.list--contents:not(.bnr) li .thumb {
  aspect-ratio: 1/0.618;
}
@supports not (aspect-ratio: 1/0.618) {
  .list--contents:not(.bnr) li .thumb {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 61.8%;
  }
  .list--contents:not(.bnr) li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.contents--fc .list--contents li .thumb {
  -webkit-box-shadow: 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

[class^=list--] li.new .block--data {
  position: relative;
}
[class^=list--] li.new .block--data::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 445.24"><path fill="%2300FF00" d="M398.91,160.83c-.41-20.78,.84-41.54-4-61.93-7.04-21.05-15.46-43.38-31.08-59.85C330.89,18.43,294.99,1.73,255.36,1.75c-37.75-4.16-75.39,.01-113.08,3.07-28.04,2.67-58.48,2.78-82.8,18.86-10.5,6.78-20.25,13.62-27.41,24.04-7.39,7.11-13.72,14.9-15.48,25.23C5.75,95.13,6.72,120.34,2.93,144.22c-1.05,14.3-2.75,28.6-2.93,42.93,4.36,18.84,7.26,37.86,12.73,56.41,16,52.36,64.05,84.31,103.48,118.57,14.31,13.33,25.16,29.89,37.98,44.57,11.1,12.12,21.24,27.62,36.68,34.26,19.68,13.19,36.04-6.98,46.84-21.97,15.29-18.6,29.5-38.73,45.89-56.38,12.19-14.19,25.39-27.07,41.83-36.3,12.11-9.99,24.68-19.77,35.97-30.24,22.43-40.25,43.7-87.87,37.5-135.23Zm-192.65,154.53c1.84-3.02,6.29-.82,7.97,1.3,3.7,8.28-12.5,6.34-7.97-1.3Zm-51.86-29.94c-30.16,13.31-58.09-3.49-75.34-29.03-12.57-21.34-15.21-47.27-22.06-70.81-2.32-12.62,.78-25.54-1.06-38.24-5.45-20.24,3.13-39.76,7.19-59.47,3.25-39.92,28.53-49.64,56.44-20.26,14.13,9.85,16.13,29.63,29.59,40.1,7.42,8.15,5.77,5.66,14.49,10,9.01,8.26,10.58,21.53,13.65,32.89-.02,8.42,2.94,17.96-2.78,25.23-4.97,7.16-16.66,4.32-20.71-2.62-5.34-8.02-9.32-16.84-14.81-24.69-9.23-6.03-26.72-14.94-33.18-.58-.41,20.58,8.1,41.83,16.55,60.51,6.34,9.54,22.66,20.04,31.95,8.66,5.12-3.61,.64-13.83,9.65-12.86,19.49,6.91,18.86,33.05,23.47,49.93-.86,8.65-6.29,17.47-13.79,22.04-7.42,.79-12.61,6.88-19.25,9.21Zm-17.16-99.99c5.26-6.88,14.26-3.32,15.25,4.8-1.37,12.41-19.32,5.71-15.25-4.8Zm47.07,134.91c-1.29,3.31-8.86,1.02-7.48-3.1,.11-6.84,10.63-2.62,7.48,3.1Zm57.44,54.95c-4.07,.69-3.62-4.44-5.3-6.87-3.68-6.21-8.26-11.93-14.54-15.67-19.54-9.88-49.96-1.35-57.66,19.88-4.09,9.97-9.25-.67-.78-9.01,10.97-13.98,28.22-25.26,46.71-21.48,9.97,4.51,23.3,6.81,27.97,18.07,.16,2.95,7.29,15.17,3.61,15.09Zm104.98-242.5c-3.51,17.5-1.05,35.24-2.91,52.79-9.37,33.86-12.58,75.93-46.53,94.91-19.07,14.53-43.03,11.5-61.91-1.34-11.54-3.06-20.31-12.08-22.02-24.25,2.45-7.54,1.23-15.75,4.76-22.87,3.2-9.42,4.98-21.48,14.81-26.33,3.22-1.5,9.16-2.55,10.24,2.18,1.98,25.08,34.16,11.58,38.33-5.83,4.42-11.55,25.48-60.4,4.3-61.46-11.51-1.23-24.18,5.18-28.81,15.76-4.55,7.21-7.77,16.46-14.77,21.58-8.15,4.7-17.67,.78-18.74-8.92-2.04-16.45,2.14-36.06,11.92-49.6,2.86-4.18,8.64-2.98,11.45-6.8,12.83-9.99,18.24-25.04,27.22-37.92,23.85-28.86,58.41-38.19,62.67,9.53,3.06,16.2,9.93,32.05,10,48.57Zm-97.56,53.74c.85-9.56,12.3-9.63,15.18-1.16,1.55,11.46-13.73,11.05-15.18,1.16Z"/></svg>');
  background-repeat: no-repeat;
  margin-left: 4px;
  position: absolute;
  -webkit-animation: shake 0.1s linear infinite;
          animation: shake 0.1s linear infinite;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  80% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  80% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.list--track .tie-up {
  font-size: 0.85em;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.block--category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.block--category li {
  border: 2px solid #f9c897;
  border-right-width: 0px;
  text-align: center;
}
.block--category li:last-child {
  border-right-width: 2px;
}
.block--category li a, .block--category li span {
  display: block;
  letter-spacing: -0.01em;
}
.block--category .current a {
  color: #24538C;
  background: #f9c897;
}

.section--detail .tit {
  line-height: 1.4;
}
.section--detail .category {
  display: inline-block;
  min-width: auto;
  margin-right: 10px;
}
.section--detail .txt--basic a {
  text-decoration: underline;
}
.section--detail .txt a {
  color: #1AA3C5;
  text-decoration: underline;
}
.section--detail .txt a:hover {
  text-decoration: none;
}
.section--detail .txt .btn_area a {
  color: #fff;
}

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

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

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

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #24538C;
  border-radius: 2px;
  padding: 0.5em;
  color: #24538C;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #24538C;
}
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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #24538C;
  border-radius: 2px;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #24538C;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #24538C;
  border-radius: 2px;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #24538C;
}
.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 #EDEDED;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #24538C;
  top: 15px;
  right: 9px;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.2em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #24538C;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #24538C;
  border-color: #24538C;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.2em;
  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: 0.2em 0.5em 0.2em 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #24538C;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.2em;
  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 #24538C;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #24538C;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #24538C;
  border-color: #24538C;
}
.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: 1em 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;
}

/* required */
.required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

header {
  position: relative;
  width: 100%;
  z-index: 101;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header h1 svg {
  width: 100%;
  fill: #758C5D;
}
header h2.site-name {
  display: none;
}
header .header_inner .nav {
  line-height: 1;
}
header .header_inner .nav::after {
  font-family: sculpin, sans-serif;
  font-weight: 900;
}
header .drawer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #1AA3C5;
  color: #E8D3D5;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -120%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
}
header .drawer .inner {
  width: 100%;
  height: 100%;
  opacity: 1;
}
header .drawer .inner .drawer-nav {
  position: relative;
}
header .drawer .tit-drawer {
  position: relative;
  line-height: 1;
  margin-bottom: 0.5em;
}
header .drawer .nav-tit {
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0.5em;
}
header .drawer .wrap--sitename {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
header .drawer .wrap--sitename .list--sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: 20px;
}
header .drawer .wrap--sitename .list--sns li {
  padding: 0 7px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 1.4em;
}
header .drawer .nav li {
  display: block;
}
header .drawer .nav li.join, header .drawer .nav li.login {
  position: relative;
  color: #1aa3c5;
}
header .drawer .nav li.nft a {
  display: inline-block;
  background: #f9c897;
  line-height: 1;
  padding: 6px;
  margin-top: 0.5em;
}
header .drawer .drawer-official-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
header .drawer .drawer-fc-nav {
  background: #E8D3D5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  color: #758c5d;
}
header .drawer__btn {
  width: 40px;
  height: 30px;
  position: fixed;
  top: 30px;
  right: 2.5%;
  z-index: 103;
  cursor: pointer;
}
header .drawer__btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #758C5D;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .drawer__btn, header .drawer__btn .drawer__btn span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .drawer__btn span:first-child {
  top: 10%;
}
header .drawer__btn span:nth-child(2) {
  top: 50%;
}
header .drawer__btn span:nth-child(3) {
  top: 90%;
}

.is-drawer-shown {
  overflow: hidden;
}
.is-drawer-shown header .drawer__btn {
  position: fixed;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.is-drawer-shown header .drawer__btn span {
  background-color: #E8D3D5;
}
.is-drawer-shown header .drawer__btn span:first-child,
.is-drawer-shown header .drawer__btn span:last-child {
  width: 20px;
}
.is-drawer-shown header .drawer__btn span:first-child {
  -webkit-transform: translate(24px, 6px) rotate(45deg);
          transform: translate(24px, 6px) rotate(45deg);
}
.is-drawer-shown header .drawer__btn span:last-child {
  -webkit-transform: translate(24px, -6px) rotate(-45deg);
          transform: translate(24px, -6px) rotate(-45deg);
}
.is-drawer-shown header .drawer {
  text-align: left;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.is-drawer-shown header .drawer .ill {
  width: 12vw;
  height: 12vw;
  position: absolute;
  bottom: 10%;
  right: 0%;
  overflow: hidden;
}
.is-drawer-shown header .drawer .ill-inner {
  background: url("/static/cent/common/parts/ill_parts1.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -25%;
  -webkit-animation: danceBottom 2 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
          animation: danceBottom 2 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

body.page--birthday-message header h1.logo,
body.contents--fc header h1.logo {
  background-image: url("/static/cent/common/logo--fc.png");
  background-size: contain;
}
body.page--birthday-message header h1.logo svg,
body.contents--fc header h1.logo svg {
  display: none;
}

footer {
  background: #24538C;
  color: #E8D3D5;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer .inner {
  position: relative;
  padding: 20px 6%;
  height: 100%;
}
footer .inner .logo {
  position: absolute;
}
footer .inner .logo svg {
  width: 80px;
  fill: #ededed;
  vertical-align: bottom;
  margin-right: 10px;
}
footer .inner .nav--support {
  margin-top: 10px;
}
footer .inner a {
  display: block;
}
footer .inner .copyright {
  font-size: 1.1rem;
  letter-spacing: 0.13em;
}
footer .sub {
  margin-top: 0;
  text-align: right;
  display: block;
}
footer .sub .list--link {
  display: inline-block;
}
footer .sub .list--link li {
  display: inline-block;
  margin-right: 20px;
}

.block--support .list--support {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block--support .list--support li {
  padding: 0 1em;
  font-size: 1.2rem;
}
.block--support .list--support li a {
  display: inline-block;
  margin-bottom: 5px;
}
.block--support .list--support li:first-child {
  padding-left: 0;
}

body:not(.page--home) footer .logo svg,
body:not(.page--home) footer .block--support,
body:not(.page--home) footer .sub .list--link,
body:not(.page--home) footer .block--sns {
  display: none;
}

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

.content--body {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.contents--fc {
  background: #E8D3D5;
}

.block--disco__detail .category,
.list--topcontents__blog .block--data .category,
.page--blog .category {
  background: #f9c897;
  color: #24538C;
  line-height: 1;
}

.section-tit {
  color: #758C5D;
  position: relative;
}

.section--list .section-tit::before,
.section--detail .section-tit::before {
  content: "";
  background-image: url("/static/cent/common/parts/tit_parts.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 90px;
  position: absolute;
  top: -43px;
  left: -33px;
}

.block--thumb {
  border: 1px solid #758C5D;
}

/*-- DETAIL BUTTON --*/
.detail__btn {
  position: relative;
  text-decoration: none;
  margin-top: 40px;
  padding: 0 1px;
  z-index: 1;
  text-align: right;
}
.detail__btn a {
  position: relative;
  padding-left: 20px;
}
.detail__btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  width: 14px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #24538C;
}

/*-- SNS SHARE --*/
/*-- PAGE TOP --*/
#page-top {
  background: #f9c897;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 10;
  -webkit-filter: drop-shadow(3px 3px #ddd);
          filter: drop-shadow(3px 3px #ddd);
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
}
#page-top::before {
  content: "";
  background-image: url("/static/cent/common/ill_parts2.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 42px;
  height: 70px;
  position: absolute;
  top: -51px;
  left: 8px;
}
#page-top span {
  line-height: 110px;
  position: relative;
}
#page-top span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-top: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.hu__hu__ {
  -webkit-animation: hu__hu__ infinite 2s ease-in-out;
          animation: hu__hu__ infinite 2s ease-in-out;
}

@-webkit-keyframes hu__hu__ {
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes hu__hu__ {
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.pepe {
  -webkit-animation: pepe infinite 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
          animation: pepe infinite 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

@-webkit-keyframes pepe {
  from, 33%, 66%, to {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  16%, 50%, 83% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes pepe {
  from, 33%, 66%, to {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  16%, 50%, 83% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.danceBottom {
  -webkit-animation: danceBottom 2 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
          animation: danceBottom 2 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@-webkit-keyframes danceBottom {
  16% {
    -webkit-transform: skew(-14deg);
            transform: skew(-14deg);
  }
  33% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  49% {
    -webkit-transform: skew(-8deg);
            transform: skew(-8deg);
  }
  66% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  83% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
}

@keyframes danceBottom {
  16% {
    -webkit-transform: skew(-14deg);
            transform: skew(-14deg);
  }
  33% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  49% {
    -webkit-transform: skew(-8deg);
            transform: skew(-8deg);
  }
  66% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  83% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
}
/*-- GENERAL STYLE --*/
.red {
  color: #FF4343;
}

.bold {
  font-weight: bold;
}

.text-sub {
  font-size: 83%;
}

.link--blank {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 11px;
  border: solid 2px #758C5D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.link--blank::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
  width: 2px;
  height: 12px;
  background: #758C5D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link--blank::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 14px;
  height: 2px;
  background: #758C5D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page--home .wrap {
  background-color: #1AA3C5;
  height: 100vh;
}
.page--home .content--body .wrap--main {
  position: relative;
}
.page--home .content--body .wrap--main::before, .page--home .content--body .wrap--main::after {
  content: "";
  background-color: #1AA3C5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.page--home .content--body .wrap--main::after {
  background-color: transparent;
  left: -100%;
  z-index: -9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--home h1 svg {
  fill: #f9c897;
}
.page--home h2.site-name {
  display: block;
  width: 100%;
  letter-spacing: 0.1em;
  color: #e8d3d5;
  position: absolute;
  top: 40px;
}
.page--home .section--topmainvisual {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page--home .section--topmainvisual .topmainvisual {
  background: url("/static/cent/official/top/ph_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  width: 100%;
  height: 100%;
}
.page--home .section--mainvisual {
  width: 100vw;
}
.page--home .section--mainvisual .head-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav li {
  margin-left: 15px;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav li:first-child {
  margin-left: 0;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav li a {
  font-size: 1.3rem;
  display: inline-block;
}
.page--home .block--ph.last::after {
  content: "";
  position: absolute;
  bottom: -5vw;
  left: 0;
  width: 100%;
  height: 5vw;
  background-image: url("/static/cent/fanclub/top/fc_txt.svg");
  background-color: #24538C;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: cover;
  -webkit-animation: txt 10s linear infinite;
          animation: txt 10s linear infinite;
  z-index: 10;
}
@-webkit-keyframes txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
@keyframes txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
.page--home .block--officialtop .block--officialtop__inner {
  background: #EDEDED;
  position: relative;
  z-index: 1;
}
.page--home .wrap--info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 8.8% 168px;
}
.page--home .wrap--info .list--info li a .category {
  background: #f9c897;
  line-height: 1;
}
.page--home .wrap--info .block-tit {
  font-size: 1.76em;
  color: #758C5D;
  position: absolute;
  top: 0;
  left: calc(3.37% + 0.5em);
}
.page--home .wrap--info .block--info {
  width: 100%;
}
.page--home .section--disco,
.page--home .section--video {
  background: #EDEDED;
  padding: 160px 12.9vw;
  position: relative;
  z-index: 1;
}
.page--home .section--disco .box,
.page--home .section--video .box {
  min-height: 30vw;
}
.page--home .section--disco .section-tit,
.page--home .section--video .section-tit {
  line-height: 1;
  position: absolute;
  top: 134px;
  left: calc(13.1% + 1em);
}
.page--home .box {
  width: 90%;
  margin-left: auto;
}
.page--home .section--disco .block--disco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home .section--disco .block--disco .block--disco__detail {
  padding-top: 2em;
  margin-right: 46px;
}
.page--home .section--disco .block--disco .block--disco__thumb li .thumb {
  width: 35.6vw;
  -webkit-box-shadow: 0.8rem 0.8rem 0 rgba(249, 200, 151, 0.6);
          box-shadow: 0.8rem 0.8rem 0 rgba(249, 200, 151, 0.6);
  border-radius: 8px;
  overflow: hidden;
}
.page--home .section--disco .btn--more {
  margin-top: 4em;
}
.page--home .section--video .list--info li a {
  padding: 2em 10px 2em 0;
}
.page--home .section--video .list--info li a .thumb {
  border-radius: 8px;
  -webkit-box-shadow: 0.8rem 0.8rem 0 rgba(249, 200, 151, 0.6);
          box-shadow: 0.8rem 0.8rem 0 rgba(249, 200, 151, 0.6);
}
.page--home .area--fc {
  position: relative;
  overflow: hidden;
}
.page--home .block--fanclubtop .logo--fc {
  width: 28vw;
  margin: 0 auto;
}
.page--home .block--fanclubtop .logo--fc span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.page--home .block--fanclubtop .block--entry {
  font-size: 2.4rem;
}
.page--home .block--fanclubtop .block--entry li {
  display: inline-block;
  background: #24538C;
  line-height: 1;
  color: #f9c897;
  margin-right: 10px;
}
.page--home .section--topcontents {
  margin-top: 64px;
}
.page--home .section--topcontents [class^=list--topcontents] {
  position: relative;
  min-height: 15vw;
}
.page--home .section--topcontents [class^=list--topcontents] .block-tit {
  color: #758C5D;
  position: absolute;
  top: 0;
  left: -0.5em;
}
.page--home .section--topcontents .bnr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.page--home .section--topcontents .bnr li a {
  display: block;
}
.page--home .section--topcontents .bnr li a img {
  height: auto;
}
.page--home footer {
  position: static;
  background: #758C5D;
  color: #EDEDED;
}
.page--home footer .inner {
  padding: 90px 10% 64px;
  background: #758C5D;
}
.page--home footer .inner .logo {
  position: static;
  margin-bottom: 1.2em;
}
.page--home footer .inner .block--link .block--sns .list--sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.page--home footer .inner .block--link .block--sns .list--sns li {
  margin-right: 5px;
}
.page--home footer .inner .block--link .block--sns .list--sns li:last-child {
  margin-right: 0;
}
.page--home footer .inner .block--link .block--sns .list--sns li a {
  padding: 0 7px;
  text-align: center;
}
.page--home footer .inner .block--link .block--sns .list--sns li a i {
  font-size: 1.4em;
}
.page--home footer .inner .block--link .block--sns .list--sns li a > span {
  font-family: sculpin, sans-serif;
  font-weight: 900;
  display: block;
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.page--home footer .inner .sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  margin-top: 48px;
}
.page--home footer .inner .sub .list--link {
  display: inline-block;
}
.page--home footer .inner .sub .list--link li {
  display: inline-block;
  margin-right: 20px;
}

.block--ph {
  height: 51.3vw;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.block--ph:nth-of-type(2) {
  background-color: #EDEDED;
}
.block--ph:nth-of-type(2)::before, .block--ph:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block--ph:nth-of-type(2)::before {
  border: solid 2em #758C5D;
}
.block--ph:nth-of-type(2)::after {
  border: solid 1.5em #24538C;
}
.block--ph:nth-of-type(3) {
  background-color: #f9c897;
}
.block--ph.last {
  background-color: #E8D3D5;
}
.block--ph .block--ph__ill {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}
.block--ph .block--ph__frame {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page--info .section--detail .txt {
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 1em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .txt .ph {
  margin: 2% 0;
}
.page--info .section--detail .txt .btn--main,
.page--info .section--detail .txt .btn--sub {
  color: #EDEDED;
}
.page--info .block--pager {
  margin-top: 2.5em;
}
.page--info .block--share {
  line-height: 1;
  margin: 20px 0 60px;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #24538C;
  margin: 0 0 0 20px;
}
.page--info .block--share li a {
  display: block;
  width: 16px;
  text-align: center;
}
.page--info .block--share li svg {
  width: 16px;
  height: 16px;
  fill: #24538C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--info .block--share .share {
  font-size: 1.2rem;
  margin-left: 0;
}

.block--disco__detail .block--tit {
  font-size: 2.4rem;
  line-height: 1.4em;
}
.block--disco__detail .block--review,
.block--disco__detail .block-tit {
  margin-bottom: 0.5em;
}
.block--disco__detail .block--release {
  font-size: 1.2em;
  line-height: 1.4;
}
.block--disco__detail .block--track {
  margin: 1.5em 0;
}

.page--disco .section--list .list--contents li .thumb {
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.page--disco .section--list .list--contents li .thumb figure img {
  background-color: inherit;
  background-size: cover;
}
@supports not (aspect-ratio: 1/1) {
  .page--disco .section--list .list--contents li .thumb {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 100%;
  }
  .page--disco .section--list .list--contents li .thumb img {
    position: absolute;
    top: 0;
  }
}
.page--disco .section--list .list--contents li .list__txt .date {
  color: #24538C;
}
.page--disco .section--detail .date {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.4rem;
}
.page--disco .section--detail .jacket .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .section--detail .jacket .list--jacket li:last-child {
  margin-bottom: 0;
}
.page--disco .section--detail .jacket .list--jacket li .txt--sub {
  margin-top: 5px;
}
.page--disco .section--detail .jacket img {
  width: 100%;
  border: 1px solid #dcdcdc;
}
.page--disco .section--detail .txt {
  margin-top: 2em;
}
.page--disco .section--detail .txt .link,
.page--disco .section--detail .txt .text,
.page--disco .section--detail .txt .block--comment,
.page--disco .section--detail .txt .block--review {
  margin: 0 0 2em 0;
}
.page--disco .section--detail .txt .list--track a {
  text-decoration: none;
  color: inherit;
}

.section--detail.page--biography .artist--detail__name {
  margin-bottom: 0.5em;
}

.page--blog .list--contents li .list__txt .category {
  margin-left: 10px;
  padding-left: 10px;
  color: #24538C;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: solid 1px;
}
.page--blog .section--list .list--contents .thumb figure img {
  background-color: inherit;
  background-size: contain;
}
.page--blog .section--list .block--archives {
  margin-top: 50px;
  padding: 15px 0 10px;
  background: #eee;
  text-align: center;
}
.page--blog .section--detail .txt {
  margin-top: 1em;
}
.page--blog .section--detail .txt * {
  white-space: normal !important;
}
.page--blog .section--detail .txt .block--player .eq-area-center > div > div * {
  white-space: pre !important;
}
.page--blog .section--detail .block--pager {
  margin-bottom: 60px;
  text-align: center;
}
.page--blog .eq-h5_player * {
  background-size: auto;
}
.page--blog .comment--form {
  width: 80%;
  margin: 4em auto 2em;
}
.page--blog .comment--form .block-tit {
  margin-bottom: 10px;
}
.page--blog .comment--form .list-form textarea {
  background: #EDEDED;
  border-radius: 8px;
  border-width: 3px;
}
.page--blog .comment--list {
  width: 80%;
  margin: 3em auto;
}
.page--blog .comment--list .list--comments li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page--blog .comment--list .list--comments li .list--comments__name,
.page--blog .comment--list .list--comments li .list--comments__date {
  display: inline-block;
  font-size: 0.85em;
}
.page--blog .comment--list .list--comments li .list--comments__name {
  margin-right: 10px;
}
.page--blog .comment--list .list--comments li .list--comments__text {
  font-size: 0.9em;
}
.page--blog .comment--list .list--comments li .btn--delete {
  text-align: right;
  margin-top: 1em;
}
.page--blog .comment--list .list--comments li .btn--delete input {
  background: transparent;
  color: #24538C;
  font-size: 0.75em;
  border: 1px solid #24538C;
  padding: 0 2px;
}
.page--blog.comment--blog .section--detail .comment--post .comment--post__txt {
  background: #EDEDED;
  padding: 40px;
  border-radius: 8px;
  margin: 2em 0 1em;
}
.page--blog.comment--blog .section--detail .comment--post .comment--post__txt dt {
  display: inline-block;
  background: #24538C;
  color: #E8D3D5;
  font-size: 1.4rem;
  line-height: 1;
}
.page--blog.comment--blog .section--detail .comment--post .comment--post__txt .name {
  margin-bottom: 1em;
}
.page--blog.comment--blog .section--detail .done {
  margin-bottom: 1.5em;
}

.page--questionnaire .section--detail {
  max-width: 840px;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.page--questionnaire .section--detail .section-tit::before {
  content: none;
}
.page--questionnaire .section--detail .tit, .page--questionnaire .section--detail dt {
  margin: 3em 0 0.2em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .form--post .input--quarter.age {
  width: 9% !important;
  margin-right: 0.5%;
}
.page--questionnaire .section--detail form .form--post .form__select select, .page--questionnaire .section--detail form .form--post textarea {
  color: #24538C;
  border-radius: 4px;
}
.page--questionnaire .section--detail form .form--post input {
  border-radius: 4px;
}
.page--questionnaire .section--detail form .form--post .form__checkbox label p::before {
  border-radius: 4px;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  background: #D30303;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 3px 6px;
  margin-left: 5px;
  border-radius: 4px;
}
.page--questionnaire .section--detail form .postal_code {
  margin-left: 0.5em;
}
.page--questionnaire .section--detail .block--error {
  background: rgba(249, 200, 151, 0.6);
  color: #D30303;
}
.page--questionnaire .section--detail .form--confirm {
  background-color: #ffffff;
  padding: 50px 30px;
  border: none;
}
.page--questionnaire .section--detail .form--confirm dt {
  font-size: 12px;
  padding-bottom: 5px;
  opacity: 0.6;
}
.page--questionnaire .section--detail .form--confirm dt:first-of-type {
  margin-top: 0;
}
.page--questionnaire .section--detail .form--confirm dd:last-of-type {
  margin-bottom: 0;
}

.page--support .support-tit {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}
.page--support .txt {
  padding-bottom: 3em;
}
.page--support .tit {
  margin: 2em 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.page--support #support_area a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--support #support_area a:hover {
  text-decoration: none;
}
.page--support .list--support dt,
.page--support .support-list dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2px;
}
.page--support .list--support dd,
.page--support .support-list dd {
  line-height: 1.8;
  margin-bottom: 2em;
}
.page--support .list--support dd:last-of-type,
.page--support .support-list dd:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li,
.page--support .support-list li {
  font-weight: normal;
  margin-bottom: 0.2em;
}
.page--support .list--support li:last-of-type,
.page--support .support-list li:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li ul,
.page--support .support-list li ul {
  text-indent: 1em;
}
.page--support .list--support li ul li,
.page--support .support-list li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.page--support.terms #support_area p {
  padding-bottom: 3em;
}
.page--support.terms #support_area .support-list li {
  margin-bottom: 1em;
  line-height: 1.9;
}

.support-tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.page--entry.section--detail {
  background: #E8D3D5;
  margin: auto;
  width: auto;
  padding-top: 100px;
}
.page--entry.section--detail .section--inner {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
}
.page--entry.section--detail .logo {
  width: 60%;
  max-width: 600px;
  margin: 0 auto 20px;
}
.page--entry.section--detail .txt--box {
  margin: 0 auto 40px;
  text-align: center;
  display: block;
  width: 65%;
}
.page--entry.section--detail .txt--box .txt--lead {
  text-align: left;
  display: inline-block;
  letter-spacing: 0.05em;
}
.page--entry.section--detail .btn--main {
  -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px rgba(0, 0, 0, 0.16);
}
.page--entry.section--detail .block--contents {
  margin-top: 80px;
}
.page--entry.section--detail .block--contents .block-tit {
  color: #758C5D;
  font-family: sculpin, sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  font-size: 5.6rem;
  margin-bottom: 32px;
  letter-spacing: normal;
}
.page--entry.section--detail .list--contents {
  margin-bottom: 60px;
}
.page--entry.section--detail .list--contents li {
  width: 46%;
  margin: 0 0 20px;
  padding: 30px 25px;
  border-radius: 5px;
  height: 170px;
  background: #EDEDED;
}
.page--entry.section--detail .list--contents li .category {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.page--entry.section--detail .block-tit {
  font-size: 2.2rem;
  color: #24538C;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
.page--entry.section--detail table {
  margin: 0 auto;
  width: 81%;
  background: #EDEDED;
}
.page--entry.section--detail .block--entry {
  margin-bottom: 80px;
}
.page--entry.section--detail .block--nft {
  margin-bottom: 160px;
}
.page--entry.section--detail .block--nft .mainvisual {
  display: block;
  border: 8px solid #24538c;
  line-height: 0;
  border-radius: 8px 8px 0 0;
}
.page--entry.section--detail .block--nft__about {
  background: #EDEDED;
  padding: 6%;
  border-radius: 0px 0px 8px 8px;
}
.page--entry.section--detail .block--nft__about .read {
  margin-bottom: 20px;
}
.page--entry.section--detail .block--nft__about .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2em;
}
.page--entry.section--detail .block--nft__about .item-box img {
  width: 48%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--entry.section--detail .block--nft__about .item-box .txt--sub {
  width: 45%;
}
.page--entry.section--detail .block--device {
  margin-bottom: 100px;
}
.page--entry.section--detail tr {
  border-bottom: 1px solid #d4d4d4;
}
.page--entry.section--detail tr:nth-of-type(2n) {
  border-bottom: none;
}
.page--entry.section--detail th {
  border-right: 1px solid #d4d4d4;
  padding: 20px;
}
.page--entry.section--detail td {
  padding: 20px;
  width: 75%;
}

.page--faq .tit--category {
  font-weight: bold;
  margin: 0 0 20px;
}
.page--faq .searchBox {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.page--faq .searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid #758C5D;
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid #758C5D;
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.page--faq .list--faq .tit {
  padding-left: 20px;
  line-height: 1.4;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 0;
  line-height: 1.4;
}
.page--faq .list--faq .icon--q {
  font-family: sculpin, sans-serif;
  font-weight: 600;
  float: left;
  line-height: 1.2;
  color: #24538C;
  margin-right: 5px;
}
.page--faq .block--faq-detail {
  margin: 0 0 80px;
  background: #fff;
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  padding-bottom: 0;
  margin: 0;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #24538C;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd hr {
  margin: 1em 0;
  border-color: #758C5D;
}
.page--faq .block--faq-detail span[class^=icon--] {
  font-family: sculpin, sans-serif;
  font-weight: 600;
  float: left;
  width: 25px;
  height: 20px;
  text-align: center;
}
.page--faq .section--detail .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact .txt {
  padding-bottom: 1em;
}
.page--faq .section--detail .block--contact a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
  text-decoration: none;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #24538C;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a::after {
  margin-left: 5px;
  margin-top: -2px;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

.birthday-message {
  background: #f9c897;
}
.birthday-message .btn--main {
  letter-spacing: 0.1em;
}

body.page--birthday-message {
  background: #E8D3D5;
}

.page--notice .list--info li {
  border-bottom: 1px solid;
}
.page--notice .list--info li.new .date {
  position: relative;
}
.page--notice .list--info li.new .date::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 445.24"><path fill="%2300FF00" d="M398.91,160.83c-.41-20.78,.84-41.54-4-61.93-7.04-21.05-15.46-43.38-31.08-59.85C330.89,18.43,294.99,1.73,255.36,1.75c-37.75-4.16-75.39,.01-113.08,3.07-28.04,2.67-58.48,2.78-82.8,18.86-10.5,6.78-20.25,13.62-27.41,24.04-7.39,7.11-13.72,14.9-15.48,25.23C5.75,95.13,6.72,120.34,2.93,144.22c-1.05,14.3-2.75,28.6-2.93,42.93,4.36,18.84,7.26,37.86,12.73,56.41,16,52.36,64.05,84.31,103.48,118.57,14.31,13.33,25.16,29.89,37.98,44.57,11.1,12.12,21.24,27.62,36.68,34.26,19.68,13.19,36.04-6.98,46.84-21.97,15.29-18.6,29.5-38.73,45.89-56.38,12.19-14.19,25.39-27.07,41.83-36.3,12.11-9.99,24.68-19.77,35.97-30.24,22.43-40.25,43.7-87.87,37.5-135.23Zm-192.65,154.53c1.84-3.02,6.29-.82,7.97,1.3,3.7,8.28-12.5,6.34-7.97-1.3Zm-51.86-29.94c-30.16,13.31-58.09-3.49-75.34-29.03-12.57-21.34-15.21-47.27-22.06-70.81-2.32-12.62,.78-25.54-1.06-38.24-5.45-20.24,3.13-39.76,7.19-59.47,3.25-39.92,28.53-49.64,56.44-20.26,14.13,9.85,16.13,29.63,29.59,40.1,7.42,8.15,5.77,5.66,14.49,10,9.01,8.26,10.58,21.53,13.65,32.89-.02,8.42,2.94,17.96-2.78,25.23-4.97,7.16-16.66,4.32-20.71-2.62-5.34-8.02-9.32-16.84-14.81-24.69-9.23-6.03-26.72-14.94-33.18-.58-.41,20.58,8.1,41.83,16.55,60.51,6.34,9.54,22.66,20.04,31.95,8.66,5.12-3.61,.64-13.83,9.65-12.86,19.49,6.91,18.86,33.05,23.47,49.93-.86,8.65-6.29,17.47-13.79,22.04-7.42,.79-12.61,6.88-19.25,9.21Zm-17.16-99.99c5.26-6.88,14.26-3.32,15.25,4.8-1.37,12.41-19.32,5.71-15.25-4.8Zm47.07,134.91c-1.29,3.31-8.86,1.02-7.48-3.1,.11-6.84,10.63-2.62,7.48,3.1Zm57.44,54.95c-4.07,.69-3.62-4.44-5.3-6.87-3.68-6.21-8.26-11.93-14.54-15.67-19.54-9.88-49.96-1.35-57.66,19.88-4.09,9.97-9.25-.67-.78-9.01,10.97-13.98,28.22-25.26,46.71-21.48,9.97,4.51,23.3,6.81,27.97,18.07,.16,2.95,7.29,15.17,3.61,15.09Zm104.98-242.5c-3.51,17.5-1.05,35.24-2.91,52.79-9.37,33.86-12.58,75.93-46.53,94.91-19.07,14.53-43.03,11.5-61.91-1.34-11.54-3.06-20.31-12.08-22.02-24.25,2.45-7.54,1.23-15.75,4.76-22.87,3.2-9.42,4.98-21.48,14.81-26.33,3.22-1.5,9.16-2.55,10.24,2.18,1.98,25.08,34.16,11.58,38.33-5.83,4.42-11.55,25.48-60.4,4.3-61.46-11.51-1.23-24.18,5.18-28.81,15.76-4.55,7.21-7.77,16.46-14.77,21.58-8.15,4.7-17.67,.78-18.74-8.92-2.04-16.45,2.14-36.06,11.92-49.6,2.86-4.18,8.64-2.98,11.45-6.8,12.83-9.99,18.24-25.04,27.22-37.92,23.85-28.86,58.41-38.19,62.67,9.53,3.06,16.2,9.93,32.05,10,48.57Zm-97.56,53.74c.85-9.56,12.3-9.63,15.18-1.16,1.55,11.46-13.73,11.05-15.18,1.16Z"/></svg>');
  background-repeat: no-repeat;
  margin-left: 4px;
  position: absolute;
  -webkit-animation: shake 0.1s linear infinite;
          animation: shake 0.1s linear infinite;
}
.page--notice .list--info .txt {
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.body--app .section--list,
.body--app .section--detail {
  padding-top: 40px;
}

@media screen and (min-width: 961px) {
  body a:hover {
    cursor: url(/static/cent/common/cursor_ico.png), pointer;
  }
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn--main {
    min-width: 250px;
    -webkit-transition: 0.3s, color 0.3s;
    transition: 0.3s, color 0.3s;
  }
  .btn--main:hover {
    background: #758C5D;
  }
  .btn--sub {
    min-width: 250px;
  }
  .btn--sub:hover {
    color: #fff;
    background: #758C5D;
    border-color: #758C5D;
  }
  .detail__btn a::before,
  .btn--more a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .detail__btn a:hover,
  .btn--more a:hover {
    -webkit-transform: translate(5px);
            transform: translate(5px);
  }
  .detail__btn a:hover::before,
  .btn--more a:hover::before {
    width: 100%;
  }
  .section-tit {
    font-size: 3em;
    letter-spacing: -0.05em;
  }
  .block-tit {
    font-size: 1.4em;
    letter-spacing: -0.02em;
  }
  .page--faq .section-tit,
  .page--support .section-tit {
    font-size: 2.5em;
  }
  section .swiper-button-next,
  section .swiper-button-prev {
    overflow: hidden;
  }
  section .swiper-button-next::before,
  section .swiper-button-next::after,
  section .swiper-button-prev::before,
  section .swiper-button-prev::after,
  .pager__item--newer a::before,
  .pager__item--newer a::after,
  .pager__item--older a::before,
  .pager__item--older a::after {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23758C5D" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.39 20.28"><polygon points="10.14 20.28 11.55 18.86 3.83 11.14 28.39 11.14 28.39 9.14 3.83 9.14 11.55 1.41 10.14 0 0 10.14 10.14 20.28"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
  section .swiper-button-prev::before,
  .pager__item--newer a::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  section .swiper-button-prev:hover::before,
  .pager__item--newer a:hover::before {
    -webkit-animation: newerRL 0.4s linear 0s infinite;
            animation: newerRL 0.4s linear 0s infinite;
  }
  section .swiper-button-prev:hover::after,
  .pager__item--newer a:hover::after {
    -webkit-animation: newerLR 0.4s linear 0s infinite;
            animation: newerLR 0.4s linear 0s infinite;
  }
  section .swiper-button-next::before, section .swiper-button-next::after,
  .pager__item--older a::before,
  .pager__item--older a::after {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23758C5D" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.39 20.28"><polygon points="18.25 0 16.84 1.41 24.56 9.14 0 9.14 0 11.14 24.56 11.14 16.84 18.86 18.25 20.28 28.39 10.14 18.25 0"/></svg>');
  }
  section .swiper-button-next::before,
  .pager__item--older a::before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  section .swiper-button-next:hover::before,
  .pager__item--older a:hover::before {
    -webkit-animation: olderRL 0.4s linear 0s infinite;
            animation: olderRL 0.4s linear 0s infinite;
  }
  section .swiper-button-next:hover::after,
  .pager__item--older a:hover::after {
    -webkit-animation: olderLR 0.4s linear 0s infinite;
            animation: olderLR 0.4s linear 0s infinite;
  }
  @-webkit-keyframes newerLR {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes newerLR {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes newerRL {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes newerRL {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes olderLR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes olderLR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes olderRL {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  @keyframes olderRL {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  .list--bnr li a {
    display: inline-block;
    overflow: hidden;
  }
  .list--bnr li a img {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .section--video .swiper-button {
    position: static;
  }
  .section--video .swiper-button-prev {
    left: -7vw;
  }
  .section--video .swiper-button-next {
    right: -7vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .section--list {
    width: 70%;
    padding: 180px 0 200px;
    margin: 0 auto;
  }
  .section--list .section-tit {
    margin-bottom: 0.8em;
  }
  .contents--fc .section--list::before {
    width: 15vw;
    height: 15vw;
    top: 120px;
    right: -21vw;
  }
  .section--list .list--info:not(.list--video) li a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0, 0, 1);
  }
  .section--list .list--info:not(.list--video) li:hover a {
    color: #1AA3C5;
    -webkit-transform: translate(24px, 0px);
            transform: translate(24px, 0px);
  }
  .section--list .list--info:not(.list--video) li:hover::after {
    -webkit-transform: none;
            transform: none;
  }
  .list--contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 45%;
  }
  .list--contents:after {
    display: block;
    content: "";
    width: 45%;
  }
  li .thumb img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.2s linear all;
    transition: 0.2s linear all;
  }
  .list--bnr li:hover a img,
  .bnr li:hover a img,
  li:hover .thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .block--category li a, .block--category li span {
    padding: 0 20px;
    min-width: 60px;
    height: 30px;
    line-height: 32px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .block--category li:hover {
    color: #1AA3C5;
  }
  .section--detail {
    width: 840px;
    padding: 180px 0 260px;
    margin: 0 auto;
  }
  .section--detail .section-tit {
    margin-bottom: 0.8em;
  }
  .section--detail .ph {
    max-width: 800px;
    margin: 0 auto;
  }
  .section--detail .txt {
    padding-bottom: 2em;
  }
  .section--detail .tit {
    font-size: 2.4rem;
  }
  header h1 {
    position: absolute;
    top: 20px;
    left: 2vw;
    width: 7.3vw;
    z-index: auto;
    cursor: pointer;
  }
  header .header_inner {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .drawer .wrap--sitename {
    top: 3vw;
    left: 4.4vw;
  }
  header .drawer .wrap--sitename .list--sns li a:hover {
    color: #f9c897;
  }
  header .drawer .drawer-official-nav,
  header .drawer .drawer-fc-nav {
    width: 50%;
    height: 100vh;
  }
  header .drawer .drawer-fc-nav .nav li a:hover {
    color: #24538C;
  }
  header .drawer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  header .drawer .nav li a {
    position: relative;
    display: inline-block;
    line-height: 1.12;
    z-index: 1;
    font-size: 3.4vw;
    letter-spacing: -0.025em;
  }
  header .drawer .nav li a:hover {
    color: #f9c897;
  }
  header .drawer .nav li.nft a {
    font-size: 1.4vw;
  }
  .is-drawer-shown header .drawer__btn span {
    opacity: 1;
  }
  .is-drawer-shown header .drawer__btn::before {
    content: none;
  }
  .is-drawer-shown header .drawer__btn span {
    display: block;
    background-color: #1AA3C5;
  }
  body.page--birthday-message header h1.logo,
  body.contents--fc header h1.logo {
    height: 100px;
    width: 10vw;
  }
  footer .inner .nav--support li {
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 20px;
    letter-spacing: 0.1em;
  }
  .block--support .list--support li {
    display: inline-block;
  }
  .block--support .list--support li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .block--support .list--support li a:hover {
    opacity: 0.5;
  }
  .page--home header h1 {
    width: 16.6vw;
  }
  .page--home .section--banner {
    padding-top: 80px;
    margin-bottom: 100px;
  }
  .page--home .swiper-container.tab-content {
    margin-left: 0;
    margin-right: 0;
  }
  .page--home .swiper-container.tab-content .wrap--info {
    width: auto;
    height: auto;
  }
  .page--home .swiper-container.tab-content .wrap--info section {
    width: 29.3333333333%;
    padding: 0 0 0 3.37%;
    position: relative;
    min-height: 22vw;
  }
  .page--home .swiper-container.tab-content .wrap--info section .list--info {
    min-height: 200px;
  }
  .page--home .section--video .swiper-container .thumb {
    margin-bottom: 24px;
  }
  .page--home .section--disco .block--disco__detail {
    width: 28vw;
  }
  .page--home .wrap--fanclub {
    margin: 200px 13.5% 160px;
  }
  .page--home .wrap--fanclub .box {
    width: 95%;
    margin-left: auto;
  }
  .page--home .wrap--fanclub .logo--fc {
    margin-bottom: 20px;
  }
  .page--home .wrap--fanclub .block--fanclubtop .block--entry li {
    font-size: 1.6em;
    border-radius: 12px;
    padding: 4px 12px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .page--home .wrap--fanclub .block--fanclubtop .block--entry li:hover {
    -webkit-animation: auto;
            animation: auto;
    background: #1AA3C5;
  }
  .page--home .wrap--fanclub .section--topcontents .list--contents.box {
    -webkit-transform: translate(-2.5%, 0px);
            transform: translate(-2.5%, 0px);
  }
  .page--home .wrap--fanclub .section--topcontents .list--contents li {
    width: 31.7vw;
  }
  .page--home .block--ph.top {
    height: 100vh;
    background-image: url("/static/cent/official/top/ph_1_pc.png");
  }
  .page--home footer .inner .block--link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .page--home footer .inner .block--link .block--sns {
    margin-left: 30px;
  }
  .page--home footer .inner a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page--home footer .inner a:hover {
    opacity: 0.5;
  }
  .page--home.loaded .wrap {
    -webkit-animation: fade-in forwards 0.4s;
            animation: fade-in forwards 0.4s;
  }
  .page--home.loaded .section--mainvisual .head-text::before {
    width: 100%;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .page--home.loaded .section--mainvisual .head-text::after {
    width: 100%;
  }
  .page--home.loaded .section--mainvisual .head-text h2::after {
    width: 100%;
  }
  .page--home.loaded .section--mainvisual .head-text h2 .artistname, .page--home.loaded .section--mainvisual .head-text h2 .sitename {
    opacity: 1;
  }
  .page--home.loaded .section--mainvisual .head-text .head-nav {
    opacity: 1;
  }
  .wrap--menu .block--menu.menu-official {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .wrap--menu .block--menu.menu-fanclub {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  .in-official .wrap--menu .block--menu.menu-official {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .in-official .wrap--menu .block--menu.menu-fanclub {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  .in-fc .wrap--menu .block--menu.menu-official {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  .in-fc .wrap--menu .block--menu.menu-fanclub {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .page--info .block--share a:hover {
    color: #f9c897;
  }
  .page--info .block--share li a:hover svg {
    fill: #f9c897;
  }
  .section--detail.page--biography .section-tit {
    margin-bottom: 1em;
  }
  .section--detail.page--biography .inner .artist--detail {
    margin-top: 2em;
  }
  .page--disco .section--list .list--contents::after {
    width: 43%;
  }
  .page--disco .section--list .list--contents li {
    width: 43%;
  }
  .page--disco .section--detail {
    width: 1000px;
  }
  .page--disco .section--detail .block--disco {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page--disco .section--detail .jacket {
    width: 46%;
  }
  .page--disco .section--detail .block--disco__detail {
    width: 50%;
  }
  .page--questionnaire .section--detail {
    max-width: 840px;
  }
  .page--questionnaire .ph {
    width: 100%;
    max-width: 800px;
    margin-bottom: 10px;
  }
  .page--questionnaire .tit {
    font-size: 1.5rem;
  }
  .page--questionnaire .txt--sub {
    text-align: center;
    margin-bottom: 20px;
  }
  .page--questionnaire .form--confirm {
    margin-bottom: 60px;
  }
  .page--questionnaire .form--confirm dt {
    margin-bottom: 5px;
  }
  .page--questionnaire .form--confirm dd {
    margin-bottom: 40px;
  }
  .page--support {
    font-size: 1.3rem;
  }
  .page--support .section--detail,
  .page--support #support_area {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
  }
  .page--entry .section--detail {
    max-width: 800px;
  }
  .page--entry .section-tit {
    font-size: 3rem;
  }
  .page--entry .reading-tit {
    border-bottom: 1px solid #758C5D;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }
  .page--entry .block--table dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--entry .block--table dl dt {
    width: 30%;
  }
  .page--entry .block--table dl dd {
    width: 70%;
  }
  .page--entry .membersmenu-tit {
    font-size: 3.4rem;
  }
  .page--entry .membersmenu {
    margin-bottom: 60px;
  }
  .page--entry .membersmenu .list-membersmenu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--entry .membersmenu .list-membersmenu li {
    width: 47%;
    margin-bottom: 35px;
    font-size: 13px;
  }
  .page--entry .membersmenu .list-membersmenu li strong {
    font-size: 2.2rem;
    padding: 0 0 4px;
    margin-bottom: 2px;
  }
  .page--entry .list--entry {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--entry .list--entry li {
    width: 50%;
  }
  .page--faq .block--faq-detail {
    padding: 6%;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .birthday-message .btn--main {
    width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Helvetica Neue", "Noto Sans JP", "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
  .pc {
    display: none !important;
  }
  a {
    -webkit-tap-highlight-color: rgba(26, 163, 197, 0.2);
  }
  .page--home .loading .anime {
    width: 150px;
    height: 110px;
  }
  .btn--main,
  .btn--sub {
    min-width: 68%;
    font-size: 1.4rem;
    padding: 1.1em;
    border-radius: 6px;
  }
  /* Support Acoudion (SP ONLY) */
  /*-- LANG BAR --*/
  /*-- PAGE TOP --*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main,
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--more {
    margin-top: 24px;
  }
  .detail__btn {
    text-align: left;
  }
  .section-tit {
    font-size: 2em;
    letter-spacing: -0.02em;
  }
  .block-tit {
    font-size: 1.25em;
  }
  .page--faq .section-tit,
  .page--support .section-tit {
    font-size: 1.8em;
  }
  .block--pager .pager__item--current,
  .block--pager .pager__item--other {
    font-size: 1.2rem;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    width: 20px;
  }
  section .swiper-button-next::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .list--bnr.one, .list--bnr.two {
    display: block;
    margin: 0 7vw;
  }
  .list--bnr.one li, .list--bnr.two li {
    width: 100%;
    max-width: none;
    margin-bottom: 3vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 20px;
  }
  .section--video .swiper-button-prev,
  .section--video .swiper-button-next {
    width: 20px;
    height: 20px;
    left: 0;
    right: auto;
  }
  .section--video .swiper-button-next {
    right: 75%;
    left: auto;
  }
  .section--list {
    padding: 100px 8% 120px;
  }
  .section--list .section-tit {
    margin-bottom: 1em;
  }
  .list--contents li {
    width: 100%;
  }
  [class^=list--] li.new .block--data::after {
    width: 17px;
    height: 24px;
  }
  .block--category {
    margin-bottom: 1.5em;
  }
  .block--category.media li {
    width: 33.3%;
  }
  .block--category.media li:nth-child(1), .block--category.media li:nth-child(2), .block--category.media li:nth-child(3) {
    border-bottom-width: 0px;
  }
  .block--category.media li:nth-child(3) {
    border-right-width: 2px;
  }
  .block--category li a,
  .block--category li span {
    height: 22px;
    font-size: 0.85em;
    min-width: 44px;
    line-height: 24px;
    padding: 0px 8px;
  }
  .section--detail {
    padding: 100px 8% 120px;
  }
  .section--detail .section-tit {
    margin-bottom: 1em;
  }
  .section--detail .txt {
    padding-bottom: 1em;
  }
  .section--detail .tit {
    font-size: 1.4em;
  }
  .input--half {
    width: 100% !important;
  }
  .header h1 {
    width: 62px;
    position: absolute;
    top: 10px;
    left: 3%;
  }
  .header .drawer__btn {
    width: 28px;
    height: 20px;
    top: 20px;
    right: 3.5%;
  }
  .header .drawer__btn span {
    height: 2px;
  }
  .header .drawer .inner {
    text-align: center;
  }
  .header .drawer .wrap--sitename {
    font-size: 0.85em;
    top: 38px;
    left: 40px;
  }
  .header .drawer .nav li a {
    font-size: 6vw;
    line-height: 1.4;
  }
  .header .drawer .nav li.nft a {
    font-size: 4vw;
  }
  .header .drawer .drawer-official-nav,
  .header .drawer .drawer-fc-nav {
    padding: 40px 0;
  }
  .is-drawer-shown header .drawer__btn span:first-child {
    -webkit-transform: translate(18px, 4px) rotate(45deg);
            transform: translate(18px, 4px) rotate(45deg);
  }
  .is-drawer-shown header .drawer__btn span:last-child {
    -webkit-transform: translate(18px, -4px) rotate(-45deg);
            transform: translate(18px, -4px) rotate(-45deg);
  }
  .is-drawer-shown header .drawer__btn span:first-child,
  .is-drawer-shown header .drawer__btn span:last-child {
    width: 10px;
  }
  .is-drawer-shown header .drawer .ill {
    width: 26vw;
    height: 26vw;
    top: -100%;
    margin: auto;
  }
  body.page--birthday-message header h1.logo,
  body.contents--fc header h1.logo {
    height: 60px;
  }
  footer .inner {
    padding: 10px 16px;
  }
  footer .inner .logo {
    font-size: 1.2rem;
  }
  footer .inner .logo svg {
    width: 65px;
  }
  footer .inner .block--support {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 70%;
  }
  footer .inner .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
  footer .inner .copyright small {
    font-size: 74%;
  }
  footer .sub .list--link li {
    max-width: 60px;
  }
  .block--support .list--support-tit {
    display: inline-block;
    font-family: sculpin, sans-serif;
    font-weight: 900;
    letter-spacing: 0.03em;
    width: 75%;
    position: relative;
    padding-left: 1em;
    border: 2px solid;
    border-radius: 8px;
  }
  .block--support .list--support-tit:before, .block--support .list--support-tit:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #EDEDED;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .block--support .list--support-tit:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .block--support .list--support-tit.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .block--support .list--support {
    display: none;
    padding-top: 1em;
  }
  .block--support .list--support li {
    width: 100%;
    padding: 0.5em 0;
  }
  .langBar {
    margin-left: 10vw;
  }
  #page-top {
    width: 60px;
    height: 60px;
    bottom: 65px;
    -webkit-filter: drop-shadow(2px 2px #ddd);
            filter: drop-shadow(2px 2px #ddd);
  }
  #page-top::before {
    width: 33px;
    height: 54px;
    top: -44px;
    left: 8px;
  }
  #page-top span {
    line-height: 70px;
  }
  #page-top span::before {
    width: 6px;
    height: 6px;
    border-width: 1px;
    top: -8px;
  }
  .section--list .section-tit::before,
  .section--detail .section-tit::before {
    width: 32px;
    height: 52px;
    top: -22px;
    left: -16px;
  }
  .page--home h2.site-name {
    top: 22px;
  }
  .page--home .section--mainvisual .head-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 8vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page--home .section--banner {
    padding-top: 40px;
    padding-bottom: 15vw;
  }
  .page--home .wrap--info {
    padding: 0 0 60px;
  }
  .page--home .wrap--info section {
    width: 100%;
    padding: 0;
  }
  .page--home .tab-menu .swiper-wrapper .swiper-slide {
    color: #bfbfbf;
    font-size: 2.3rem;
    font-family: sculpin, sans-serif;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 0.5em;
    cursor: pointer;
  }
  .page--home .tab-menu .swiper-wrapper .swiper-slide .update {
    position: absolute;
    top: 2px;
    font-size: 1.1rem;
    left: 0;
    right: 0;
    opacity: 1;
    color: #758c5d;
    font-weight: 400;
  }
  .page--home .tab-menu .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    color: #758C5D;
    opacity: 1;
  }
  .page--home .tab-menu .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .update {
    opacity: 0;
  }
  .page--home .tab-content .swiper-wrapper .swiper-slide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--home .section--info {
    padding: 0 10.6%;
  }
  .page--home .section--disco,
  .page--home .section--video {
    padding: 68px 8% 60px;
  }
  .page--home .section--disco .section-tit,
  .page--home .section--video .section-tit {
    top: 68px;
    left: calc(7.2% + 1em);
  }
  .page--home .section--disco .block--disco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .page--home .section--disco .block--disco .block--disco__detail,
  .page--home .section--disco .block--disco .block--disco__thumb li .thumb {
    width: 100%;
  }
  .page--home .section--disco .block--disco .block--disco__thumb li .thumb {
    -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(249, 200, 151, 0.6);
            box-shadow: 0.5rem 0.5rem 0 rgba(249, 200, 151, 0.6);
  }
  .page--home .section--disco .block--disco .block--disco__detail .comment {
    font-size: 1.3rem;
  }
  .page--home .section--disco .block--disco .block--disco__detail .data {
    font-size: 1.5rem;
  }
  .page--home .section--video {
    padding-right: 0;
  }
  .page--home .section--video .list--info li a {
    padding-right: 5px;
  }
  .page--home .section--video .list--info li a .thumb {
    margin-bottom: 1.5em;
    -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(249, 200, 151, 0.6);
            box-shadow: 0.5rem 0.5rem 0 rgba(249, 200, 151, 0.6);
  }
  .page--home .section--video .swiper-container {
    padding-bottom: 30px;
  }
  .page--home .section--video .btn--more {
    margin-right: 6.4%;
  }
  .page--home .block--tit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .page--home .wrap--fanclub {
    margin: 80px 0 60px;
  }
  .page--home .wrap--fanclub .section-tit {
    font-size: 1.6rem;
  }
  .page--home .block--fanclubtop .logo--fc {
    width: 42vw;
  }
  .page--home .block--fanclubtop .block--entry {
    font-size: 1.2em;
  }
  .page--home .block--fanclubtop .block--entry li {
    padding: 2px 8px;
    border-radius: 8px;
  }
  .page--home .section--topcontents {
    margin-top: 3em;
    padding-left: 8%;
    padding-right: 8%;
  }
  .page--home .section--topcontents [class^=list--topcontents] {
    min-height: 40vw;
  }
  .page--home .section--topcontents .list--topcontents__blog.one-swiper .swiper3.blog {
    overflow: visible;
    margin-right: 0;
  }
  .page--home .section--topcontents .bnr li {
    margin-bottom: 8px;
  }
  .block--ph {
    height: 111.47vw;
    background-size: cover;
    background-attachment: scroll;
  }
  .block--ph.top {
    background-image: url("/static/cent/official/top/ph_1.png");
    height: 151.5vw;
    margin-top: 60px;
  }
  .block--ph:nth-of-type(2)::before {
    border-width: 1.3em;
  }
  .block--ph:nth-of-type(2)::after {
    border-width: 1em;
  }
  .page--home .block--ph.last::after {
    height: 8vw;
    bottom: -6vw;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
  .page--home footer .inner {
    padding: 40px 8% 20px;
  }
  .page--home footer .inner .block--link {
    margin-bottom: 1.5em;
  }
  .page--home footer .inner .block--link .block--sns {
    margin-left: -7px;
  }
  .page--home footer .inner .block--link .block--sns .list--sns li {
    margin-right: 0;
  }
  .page--home footer .inner .block--link .block--sns .list--sns li a > span {
    font-weight: 900;
  }
  .page--info .block--share li {
    margin: 0 0 0 16px;
  }
  .section--detail.page--biography .artist--detail {
    padding: 24px 0;
  }
  .page--disco .section--detail .date, .page--disco .section--detail .category {
    font-size: 1.2rem;
  }
  .page--disco .section--detail .jacket {
    max-width: 500px;
    margin: 0 auto;
  }
  .page--disco .section--detail .block--disc-detail {
    margin-top: 1em;
  }
  .page--disco .section--detail .block--disc-detail .txt {
    margin-top: 2em;
  }
  .page--blog .comment--form {
    width: 100%;
    margin: 2em auto 1em;
  }
  .page--blog .comment--form .list-form textarea {
    border-radius: 6px;
    border-width: 2px;
  }
  .page--blog .comment--list {
    width: 100%;
    margin: 2em auto;
  }
  .page--blog.comment--blog .section--detail .comment--post .comment--post__txt {
    padding: 20px;
  }
  .page--movie .list--player {
    text-align: center;
    border: 1px solid #24538C;
    padding: 10px;
    margin-top: 5px;
  }
  .page--questionnaire .section--detail {
    padding: 100px 5% 120px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 1.4em;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .form--post .input--quarter.age {
    width: 11% !important;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .txt--sub {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--support {
    font-size: 1.3rem;
  }
  .page--support #support_area {
    width: 84%;
    margin: 0 auto;
  }
  .page--support.course-change .contents_reading .reading-tit {
    font-size: 1.6rem;
  }
  .page--support.course-change .tit--box {
    text-align: left;
    font-size: 1.3rem;
  }
  .page--support.course-change .block--table th {
    width: 10em;
    font-size: 1.2rem;
    padding: 20px 0.5em;
  }
  .page--support.course-change .block--table td {
    width: calc(100% - 11em);
    padding: 15px 0.9em;
  }
  .page--support.course-change .text--box {
    padding: 2em;
    margin-top: 2em;
  }
  .support-tit {
    font-size: 1.8rem;
  }
  .page--entry.section--detail .logo {
    width: 70%;
    margin: 0 auto 5px;
  }
  .page--entry.section--detail .txt--box {
    margin: 0 auto 30px;
    width: 100%;
  }
  .page--entry.section--detail .txt--lead {
    font-size: 1.4rem;
  }
  .page--entry.section--detail .block--contents .block-tit {
    letter-spacing: 0.025em;
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .list--contents {
    margin: 0 auto 40px;
  }
  .page--entry.section--detail .list--contents li {
    width: 100%;
    padding: 18px 20px;
    height: auto;
  }
  .page--entry.section--detail .list--contents li:last-of-type {
    margin-bottom: 0;
  }
  .page--entry.section--detail .list--contents li .category {
    font-size: 1.5rem;
  }
  .page--entry.section--detail .list--contents li .txt {
    font-size: 1.4rem;
  }
  .page--entry.section--detail .block-tit {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .page--entry.section--detail .block--nft {
    margin-bottom: 80px;
  }
  .page--entry.section--detail .block--nft__about {
    padding: 8%;
  }
  .page--entry.section--detail .block--nft__about .read {
    font-size: 1.1em;
    line-height: 1.6;
  }
  .page--entry.section--detail .block--nft__about .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page--entry.section--detail .block--nft__about .item-box img {
    padding-bottom: 20px;
  }
  .page--entry.section--detail .block--nft__about .item-box img, .page--entry.section--detail .block--nft__about .item-box .txt--sub {
    width: 100%;
  }
  .page--entry.section--detail table {
    width: 100%;
  }
  .page--entry.section--detail th {
    padding: 10px;
    font-size: 1.1rem;
  }
  .page--entry.section--detail td {
    padding: 10px;
    font-size: 1.3rem;
    width: 72%;
  }
  .page--entry.section--detail .block--entry {
    margin-bottom: 56px;
  }
  .page--entry.section--detail .block--device {
    margin-bottom: 80px;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .block--faq-detail {
    padding: 8%;
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    font-size: 1.6rem;
    line-height: 20px;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
  .page--faq .list--faq .tit {
    font-size: 1.3rem;
  }
  .page--faq .list--faq .txt {
    font-size: 1.3rem;
  }
}
/*  appli対応
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  .section-tit {
    font-size: 3em;
  }
  .block-tit {
    font-size: 2.1em;
  }
  .list--bnr.two {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list--bnr.two li {
    width: 48%;
  }
  .list--bnr .slick-list {
    width: 68%;
  }
  .section--list {
    padding-top: 140px;
  }
  .section--list .section-tit {
    font-size: 3.4rem;
  }
  body:not(.page--home) .list--contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body:not(.page--home) .list--contents li {
    width: 49%;
  }
  .header h1 {
    width: 100px;
  }
  .is-drawer-shown header .drawer .tit-drawer {
    font-size: 3.5rem;
  }
  .is-drawer-shown header .drawer .nav li a {
    font-size: 3rem;
  }
  .is-drawer-shown header .drawer .nav li.nft a {
    font-size: 2.5vw;
  }
  .is-drawer-shown header .drawer .ill {
    width: 20vw;
    height: 20vw;
  }
  .is-drawer-shown header .drawer .wrap--sitename {
    top: 76px;
  }
  .is-drawer-shown header .drawer .drawer-official-nav,
  .is-drawer-shown header .drawer .drawer-fc-nav {
    padding: 80px 0;
  }
  .page--home .tab-menu .swiper-wrapper .swiper-slide {
    font-size: 3.2rem;
  }
  .page--home .wrap--fanclub {
    margin-top: 140px;
  }
  .page--home .block--fanclubtop .block--entry {
    font-size: 2.4em;
  }
  .page--home .section--topcontents .bnr {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
  .page--home .section--topcontents [class^=list--topcontents] .block-tit {
    left: -1em;
  }
  .page--disco .list--contents li {
    width: 45%;
  }
  .page--disco .list--contents:after {
    display: block;
    content: "";
    width: 45%;
  }
  .page--entry.section--detail .block--entry,
  .page--entry.section--detail .block--device {
    margin: 0 auto 56px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */