@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: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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
// ============================== */
html.wf-active,
html.loading-delay {
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  position: relative;
  min-height: 100%;
  color: #004DA0;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
body.page--member {
  background: #81C4F8;
}

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

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

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

::-moz-selection {
  background: #004DA0;
  color: #FDF573;
}

::selection {
  background: #004DA0;
  color: #FDF573;
}

::-moz-selection {
  background: #004DA0;
  color: #fff;
}

.svg-parts {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

* {
  min-width: 0;
  min-height: 0;
}

.formList .pulldownBox {
  width: 31%;
}
.formList .pulldownBox::before {
  right: 17px;
}
.formList .pulldownBox::after {
  right: 24px;
}
.formList .pulldownBox select {
  background: #fff;
  border-radius: 5px;
  color: #000;
  padding: 3px 10px;
  height: auto;
  line-height: 1.8em;
  width: 288px;
}

.pulldownBox {
  position: relative;
}
.pulldownBox::before {
  position: absolute;
  top: 37%;
  right: 18px;
  display: block;
  width: 2px;
  height: 0.6rem;
  border-radius: 30%;
  background: #004DA0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.pulldownBox::after {
  position: absolute;
  top: 37%;
  right: 24px;
  display: block;
  width: 2px;
  height: 0.6rem;
  border-radius: 30%;
  background: #004DA0;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
.pulldownBox select {
  cursor: pointer;
  width: 200px;
  height: 40px;
  padding: 0 10%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  border: none;
  border-radius: 25px;
  background: #fff;
  color: #004DA0;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  -webkit-appearance: none;
  border: 1px solid #004DA0;
}

.scrolling .scroll {
  opacity: 0;
}

.loaded #op {
  opacity: 0;
  pointer-events: none;
  z-index: -999;
}
.loaded.page--home .section--top .block--round .inner {
  opacity: 1;
}
.loaded.page--home .section--top .block--inner .block--logo .scroll {
  opacity: 1;
}
.loaded.page--home .section--top .block--inner .block--keyvisual {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.loaded.page--home .section--top .block--inner .block--keyvisual .detail,
.loaded.page--home .section--top .block--inner .block--keyvisual .message {
  opacity: 1;
}
.loaded.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .keyvisual::before {
  opacity: 0;
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
}
.loaded.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .dot01,
.loaded.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .dot02 {
  opacity: 1;
}

/*  effect delighter
------------------------------ */
.delighter {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}

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

.page--qa .list--qa li.delighter {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.page--qa .list--qa li.delighter.started {
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.txt span {
  color: #004DA0;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto 5vw;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  position: relative;
  padding: 0 0.6em;
  color: #004DA0;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .detail__btn a {
  color: #00a09b;
  font-size: 15px;
  margin: 1rem auto 1.5rem;
}
.block--pager .pager__item--number {
  color: #004DA0;
  text-align: center;
}
.block--pager .pager__item--newer {
  width: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a i,
.block--pager .pager__item--newer span i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
}
.block--pager .pager__item--older {
  width: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a i,
.block--pager .pager__item--older span i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.block--pager .pager__item--prev i,
.block--pager .pager__item--next i {
  position: relative;
  top: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--pager .pager__item--prev i:last-child,
.block--pager .pager__item--next i:last-child {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.block--pager .pager__item--prev span,
.block--pager .pager__item--next span {
  opacity: 0.4;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  color: #FDF573;
  width: 2em;
  margin: 0 5px;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
}
.block--pager .pager__item--current span {
  display: inline;
  position: relative;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.block--pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #004DA0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block--pager.another .blog-next,
.block--pager.another .blog-prev {
  letter-spacing: -0.02em;
}
.block--pager.another .blog-next {
  margin-bottom: 10px;
}
.block--pager.another .pager__item--newer {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--newer span {
  opacity: 0.2;
}
.block--pager.another .pager__item--newer span::before, .block--pager.another .pager__item--newer span::after {
  content: none;
}
.block--pager.another .pager__item--newer a::before, .block--pager.another .pager__item--newer a::after {
  content: none;
}
.block--pager.another .pager__item--older {
  line-height: 1;
  width: 60px;
}
.block--pager.another .pager__item--older span {
  opacity: 0.2;
}
.block--pager.another .pager__item--older span::before, .block--pager.another .pager__item--older span::after {
  content: none;
}
.block--pager.another .pager__item--older a::before, .block--pager.another .pager__item--older a::after {
  content: none;
}

.page--member .block--pager .pager__item--older a:hover::before, .page--member .block--pager .pager__item--older a:hover::after,
.page--member .block--pager .pager__item--newer a:hover::before,
.page--member .block--pager .pager__item--newer a:hover::after {
  background-color: #C7E8FA;
}
.page--member .block--pager .pager__item--older span::before, .page--member .block--pager .pager__item--older span::after,
.page--member .block--pager .pager__item--newer span::before,
.page--member .block--pager .pager__item--newer span::after {
  background: #004DA0;
  opacity: 0.4;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

.page--wallpaper .section--detail .ph::after {
  display: none;
}

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

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

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-initialized .slick-slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slide-arrow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.slide-arrow.next-arrow {
  content: "";
  right: 10px;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  background: url(/static/stu48/fansite/common/2021/next.svg) no-repeat;
  background-size: contain;
}
.slide-arrow.prev-arrow {
  content: "";
  left: 10px;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  background: url(/static/stu48/fansite/common/2021/prev.svg) no-repeat;
  background-size: contain;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  position: absolute;
  z-index: 5;
  top: 46%;
  background-image: none;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.swiper-button-prev::after {
  content: "";
  left: 10px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  background: url(/static/stu48/fansite/common/2021/prev.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.swiper-button-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  right: 10px;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  background: url(/static/stu48/fansite/common/2021/next.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.section--bnr .list--bnr,
.list--profile,
.list--youtube {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--bnr .list--bnr.slick-initialized,
.list--profile.slick-initialized,
.list--youtube.slick-initialized {
  opacity: 1;
}
.section--bnr .list--bnr:hover .slide-arrow,
.list--profile:hover .slide-arrow,
.list--youtube:hover .slide-arrow {
  opacity: 1;
}
.section--bnr .list--bnr:hover .slide-arrow.next-arrow,
.list--profile:hover .slide-arrow.next-arrow,
.list--youtube:hover .slide-arrow.next-arrow {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.section--bnr .list--bnr:hover .slide-arrow.prev-arrow,
.list--profile:hover .slide-arrow.prev-arrow,
.list--youtube:hover .slide-arrow.prev-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.section--bnr .list--bnr:hover .slide-arrow.slick-disabled,
.list--profile:hover .slide-arrow.slick-disabled,
.list--youtube:hover .slide-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

path {
  pointer-events: all;
}

.list--profile li .ico {
  display: inherit;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 20px;
  border: 1px solid;
  width: 140px;
  line-height: 1;
  padding: 4px 0;
  margin: 0 auto;
  font-weight: bold;
  color: #81c4f8;
}

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

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

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

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

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

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

/* 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 #004DA0;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #004DA0;
}
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 #004DA0;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #004DA0;
}
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 #004DA0;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #004DA0;
}
.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: 2px solid #004DA0;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -0.25em;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #004DA0;
  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 #004DA0;
  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: #81C4F8;
  border-color: #81C4F8;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

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

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

.form--confirm {
  border: solid 0.5px #C7E8FA;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #C7E8FA;
  color: #004DA0;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #000;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes wave01 {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 500% 0;
  }
}
@keyframes wave01 {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 500% 0;
  }
}
@-webkit-keyframes wave02 {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -500% 0;
  }
}
@keyframes wave02 {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -500% 0;
  }
}
@-webkit-keyframes wave03 {
  0% {
    background-position: 250% 0;
  }
  100% {
    background-position: 900% 0;
  }
}
@keyframes wave03 {
  0% {
    background-position: 250% 0;
  }
  100% {
    background-position: 900% 0;
  }
}
@-webkit-keyframes pukapuka {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pukapuka {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes color-change {
  0% {
    background: #fff;
  }
  100% {
    background: #C7E8FA;
  }
}
@keyframes color-change {
  0% {
    background: #fff;
  }
  100% {
    background: #C7E8FA;
  }
}
@-webkit-keyframes bubble {
  0% {
    bottom: -100px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    bottom: 1000px;
  }
}
@keyframes bubble {
  0% {
    bottom: -100px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    bottom: 1000px;
  }
}
@-webkit-keyframes circle {
  0% {
    border-radius: 46% 54% 37% 63%/51% 44% 56% 49%;
  }
  50% {
    border-radius: 56% 44% 50% 50%/45% 54% 46% 55%;
  }
  75% {
    border-radius: 61% 39% 61% 39%/37% 63% 37% 63%;
  }
  100% {
    border-radius: 46% 54% 37% 63%/51% 44% 56% 49%;
  }
}
@keyframes circle {
  0% {
    border-radius: 46% 54% 37% 63%/51% 44% 56% 49%;
  }
  50% {
    border-radius: 56% 44% 50% 50%/45% 54% 46% 55%;
  }
  75% {
    border-radius: 61% 39% 61% 39%/37% 63% 37% 63%;
  }
  100% {
    border-radius: 46% 54% 37% 63%/51% 44% 56% 49%;
  }
}
@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  border: none;
  font-family: "ヒラギノ角ゴ Pro W3";
}

.btn--main {
  margin: 1em 0;
  padding: 1rem 1.5rem;
  border-radius: 40px;
  background: #004DA0;
  border: 1px solid #004DA0;
  color: #fff;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  padding: 1rem 1.5rem;
  border-radius: 40px;
  border: 1px solid #19247C;
  background: #19247C;
  color: #fff;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.detail__btn {
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  font-size: 15px;
  margin: 1rem auto 1.5rem;
  color: #004DA0;
}

.date,
.category {
  z-index: 0;
  color: #C7E8FA;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.date {
  font-family: "Comfortaa", cursive;
}
.date span {
  font-family: "Comfortaa", cursive;
}
.date .add {
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 16px;
  font-weight: normal;
}

.category {
  display: inline-block;
  color: #fff;
  background: #e34f5d;
  padding: 2px;
  padding: 5px 10px;
  line-height: 15px;
  border-radius: 40px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.category.category--1, .category.category--11 {
  background: #7992f4;
}
.category.category--2 {
  background: #e34f5d;
}
.category.category--3 {
  background: #2a8fdd;
}
.category.category--4 {
  background: #7a89df;
}
.category.category--5 {
  background: #efbb1e;
}
.category.category--6 {
  background: #55bf43;
}
.category.category--7 {
  background: #f35bb5;
}
.category.category--8, .category.category--18 {
  background: #ff7f32;
}
.category.category--9 {
  background: #009688;
}
.category.category--10, .category.category--20 {
  background: #f376af;
}
.category.category--12 {
  background: #de7373;
}
.category.category--13 {
  background: #7a89df;
}
.category.category--14 {
  background: #38a7b9;
}
.category.category--15 {
  background: #009688;
}
.category.category--16 {
  background: #efbb1e;
}
.category.category--17 {
  background: #ad5eb5;
}
.category.category--19 {
  background: #38a7b9;
}
.category.category--21 {
  background: #F8768D;
}
.category.category--22 {
  background: #B889D1;
}
.category.category--23 {
  background: #81B1D6;
}
.category.category--24 {
  background: #d8e20f;
}
.category.category--25 {
  background: #83D2C4;
}

.tit {
  font-family: "ヒラギノ角ゴ Pro W3";
  word-break: break-word;
}

[class^=list--] li.new a .date::after {
  content: "New!";
  display: inline-block;
  font-size: 10px;
  color: #FDF573;
  font-family: "Pacifico", cursive;
  margin-left: 4px;
}

.list--information li {
  background: #004DA0;
  border-radius: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--information li:last-of-type {
  margin-bottom: 0;
}
.list--information li a {
  display: block;
  padding: 20px;
  z-index: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--information li a .tit {
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--information li a .date {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--information li.no-data {
  padding-top: 0;
}

.list--information.list--schedule li {
  background: #fff;
  border: 1px solid #004DA0;
}
.list--information.list--schedule li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  min-height: 125px;
}
.list--information.list--schedule li a .date-wrap {
  min-width: 100px;
}
.list--information.list--schedule li a .date-wrap .date {
  color: #004DA0;
  position: relative;
}
.list--information.list--schedule li a .date-wrap .date .m {
  position: relative;
  top: -6px;
  font-size: 24px;
}
.list--information.list--schedule li a .date-wrap .date .d {
  position: relative;
  top: 30px;
  font-size: 33px;
}
.list--information.list--schedule li a .date-wrap .date .d::before {
  content: "";
  display: block;
  background: url(/static/stu48/fansite/common/2021/border_dots.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: -26px;
  width: 50px;
  height: 40px;
}
.list--information.list--schedule li a .date-wrap .date .year {
  display: block;
  font-size: 13px;
  position: relative;
  top: 34px;
  letter-spacing: 0.15em;
}
.list--information.list--schedule li a .tit {
  color: #004DA0;
}
.list--information.list--schedule li.new .date::after {
  content: none;
}
.list--information.list--schedule li.new .category::after {
  content: "New!";
  display: inline-block;
  font-size: 10px;
  color: #EE4757;
  font-family: "Pacifico", cursive;
  margin-left: 4px;
  position: absolute;
  right: -38px;
}

.list--profile {
  padding: 0 6%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--profile li.slick-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.list--profile li.slick-slide .member a {
  -webkit-transition: none;
  transition: none;
  display: block;
}
.list--profile li.slick-slide .member a .ph img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #004DA0;
}
.list--profile li.slick-slide .member a .name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.list--profile li.slick-slide .member a .name span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #81C4F8;
  margin-top: 1em;
  font-family: "Comfortaa", cursive;
}
.list--profile li.slick-slide .member a .name::after {
  content: "";
  width: 60%;
  height: 10px;
  background: url(/static/stu48/fansite/common/2021/border_wave.svg) no-repeat;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -15px;
  left: 20%;
  background-size: 14px 10px;
  background-position: bottom;
}
.list--profile li.slick-slide .member:last-child {
  margin-right: 0;
}

.list--contents li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a .thumb-wrap {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--contents li a .thumb-wrap .thumb {
  position: relative;
  margin-bottom: 10px;
  -webkit-clip-path: url(#parts-shape--3);
          clip-path: url(#parts-shape--3);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.list--contents li a .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: 100%;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.list--contents li a .thumb-wrap .thumb .dummy {
  background-size: cover;
}
.list--contents li a .thumb-wrap .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.list--contents li a .thumb-wrap .thumb .blur img {
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.list--contents li a .thumb-wrap .thumb-line01 {
  display: block;
  width: 100%;
  height: 19.6vw;
  background: url(/static/stu48/fansite/common/2021/thumb_line02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}
.list--contents li a .thumb-wrap .thumb-line02 {
  display: block;
  width: 100%;
  height: 19.6vw;
  background: url(/static/stu48/fansite/common/2021/thumb_line01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}
.list--contents li a .category {
  position: absolute;
  top: 19px;
  right: -20px;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  background: #004DA0;
  border: 1px solid #fff;
  z-index: 7;
}
.list--contents li a .date {
  display: inline;
  color: #fff;
  width: 100%;
  height: 100%;
  background: url(/static/stu48/fansite/common/2021/flag.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: -30px;
  left: 35px;
  padding: 11px 20px 15px 11px;
  font-size: 11px;
  font-family: "Comfortaa", cursive;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.list--contents li a .date::before {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background: #19247C;
  position: absolute;
  top: 0;
  left: -3px;
}
.list--contents li a .tit {
  width: 80%;
  margin: 0 auto;
  color: #19247C;
  font-size: 13px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.list--contents li a .txt {
  line-height: 1.4;
}
.list--contents li .thumb-area {
  border-radius: 20px;
}
.list--contents li.new a .date::after {
  content: none;
}
.list--contents li.new a .thumb-wrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #FDF573;
  border: 1px solid #004DA0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--photo li {
  width: 18.4%;
  margin-right: 2%;
}
.list--photo li a {
  display: block;
}
.list--photo li a .thumb {
  overflow: hidden;
}
.list--photo li:nth-child(5n) {
  margin-right: 0;
}

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

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3";
  color: #004DA0;
  border: none !important;
  padding: 4em 0;
}

.page--confirm .section--detail {
  width: 50%;
}
.page--confirm .thumb {
  margin-bottom: 30px;
}
.page--confirm .point-wrap {
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
  padding: 20px 1em;
  margin: 0 auto 20px;
}
.page--confirm .point-wrap .list--point {
  width: 70%;
  margin: 0 auto;
}
.page--confirm .point-wrap .list--point li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.page--confirm .point-wrap .list--point li > span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: "Comfortaa", cursive;
}
.page--confirm .point-wrap .list--point li > span > span {
  font-size: 14px;
  margin-left: 2px;
}
.page--confirm .point-wrap .list--point li.necessary > span {
  font-size: 24px;
  color: #EE4757;
}
.page--confirm .point-wrap .list--point li.necessary > span > span {
  font-size: 16px;
  color: #004DA0;
}
.page--confirm .point-wrap .list--point li.rest > span {
  position: relative;
  top: 6px;
}
.page--confirm .point-wrap .list--point li.rest::before {
  content: "";
  display: block;
  background: url(/static/stu48/fansite/common/2021/border_dots.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: -26px;
  width: 50px;
  height: 40px;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}

.list--attention {
  margin: 0 auto;
  line-height: 1.6;
}
.list--attention li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.header {
  width: 100%;
  background: #C7E8FA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .inner {
  padding: 0 5%;
}
.header .inner .logo {
  width: 8%;
}
.header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

footer {
  background: #19247C;
  position: absolute;
  bottom: 0;
}
footer .wave {
  width: 100%;
  height: 60px;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/common/2021/wave_footer.svg);
  background-repeat: repeat-x;
  background-size: 140px 71px;
  -webkit-animation: wave01 200s linear infinite;
  animation: wave01 200s linear infinite;
  position: absolute;
  top: -21px;
}
footer .wave::before {
  content: "";
  width: 100%;
  height: 100%;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/common/2021/wave_line01.svg);
  background-repeat: repeat-x;
  background-size: 140px 71px;
  -webkit-animation: wave02 200s linear infinite;
          animation: wave02 200s linear infinite;
  position: absolute;
  top: -11px;
  z-index: 2;
}
footer .wave::after {
  content: "";
  width: 100%;
  height: 60px;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/common/2021/wave_line01.svg);
  background-repeat: repeat-x;
  background-size: 140px 71px;
  -webkit-animation: wave03 200s linear infinite;
          animation: wave03 200s linear infinite;
  position: absolute;
  top: -11px;
  z-index: 2;
  opacity: 0.5;
}
footer .inner {
  padding: 40px 0px 30px;
}
footer .inner .list--48,
footer .inner .list--bnr,
footer .inner .block--support,
footer .inner .list--another {
  display: none;
}
footer .inner .copyright {
  font-family: "Comfortaa", cursive;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-bottom: 0;
}

#op {
  display: block;
  text-align: center;
  background: #C7E8FA;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#op .inner .op-logo {
  width: 10vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#op .inner .bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
#op .inner .bubbles .bubble {
  position: absolute;
  bottom: -40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #004DA0;
  border-radius: 50%;
  -webkit-animation: bubble 10s ease-in infinite;
          animation: bubble 10s ease-in infinite;
}
#op .inner .bubbles .bubble:first-child {
  width: 20px;
  height: 20px;
  left: 10%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#op .inner .bubbles .bubble:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 20%;
  background: #fff;
  border: 1px solid #fff;
}
#op .inner .bubbles .bubble:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 30%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  background: #FDF573;
  border: 1px solid #FDF573;
}
#op .inner .bubbles .bubble:nth-child(4) {
  width: 50px;
  height: 50px;
  left: 45%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  background: #19247C;
  border: 1px solid #19247C;
}
#op .inner .bubbles .bubble:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  background: #FDF573;
  border: 1px solid #FDF573;
}
#op .inner .bubbles .bubble:nth-child(6) {
  width: 80px;
  height: 80px;
  left: 40%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  background: #fff;
  border: 1px solid #fff;
}
#op .inner .bubbles .bubble:nth-child(7) {
  width: 20px;
  height: 20px;
  right: 10%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  background: #81C4F8;
  border: 1px solid #81C4F8;
}
#op .inner .bubbles .bubble:nth-child(8) {
  width: 100px;
  height: 100px;
  right: 20%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  background: #FDF573;
  border: 1px solid #FDF573;
}
#op .inner .bubbles .bubble:nth-child(9) {
  width: 55px;
  height: 55px;
  left: 35%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  background: #81C4F8;
  border: 1px solid #004DA0;
}
#op .inner .bubbles .bubble:nth-child(10) {
  width: 30px;
  height: 30px;
  left: 30%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
#op .inner .bubbles .bubble:nth-child(11) {
  width: 45px;
  height: 45px;
  right: 30%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  background: #81C4F8;
  border: 1px solid #004DA0;
}
#op .inner .bubbles .bubble:nth-child(12) {
  width: 30px;
  height: 30px;
  left: 10%;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
#op .inner .bubbles .bubble:nth-child(13) {
  width: 60px;
  height: 60px;
  left: 35%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
#op .inner .bubbles .bubble:nth-child(14) {
  width: 25px;
  height: 25px;
  left: 5%;
  -webkit-animation-duration: 7.5s;
          animation-duration: 7.5s;
  background: #FDF573;
  border: 1px solid #FDF573;
}
#op .inner .bubbles .bubble:nth-child(15) {
  width: 40px;
  height: 40px;
  left: 10%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  background: #19247C;
  border: 1px solid #19247C;
}

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

body:not(.page--home) #op {
  display: none;
}

.content-main {
  min-height: 100%;
}

.section-tit {
  color: #004DA0;
  line-height: 1;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.tit-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.section--list,
.section--detail {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 100px;
}
.section--list .section-tit,
.section--detail .section-tit {
  margin-bottom: 50px;
}
.section--list .ph img,
.section--detail .ph img {
  max-width: 100%;
  width: 100%;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .block--txt > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 20px;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  color: #fff;
}
.section--detail .date {
  color: #004DA0;
  padding-bottom: 15px;
  width: 100%;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  color: #004DA0;
  font-size: 17px;
}
.section--detail .block--share li.twitter {
  margin-right: 8px;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #004DA0;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #81C4F8;
  font-size: 12px;
  margin-right: 12px;
}

.page--home .content-main::after {
  display: none;
}
.page--home .section--top {
  position: relative;
  background: #C7E8FA;
}
.page--home .section--top .block--round .inner {
  opacity: 0;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.page--home .section--top .block--round .inner li {
  display: block;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.page--home .section--top .block--round .inner .round01 {
  width: 3vw;
  height: 3vw;
  background: #FDF573;
  top: 17vw;
  left: -11px;
  -webkit-animation: pukapuka 3s linear infinite;
          animation: pukapuka 3s linear infinite;
}
.page--home .section--top .block--round .inner .round02 {
  width: 1.5vw;
  height: 1.5vw;
  background: transparent;
  border: 1px solid;
  top: 14vw;
  left: 25%;
  -webkit-animation: pukapuka 4s linear infinite;
          animation: pukapuka 4s linear infinite;
}
.page--home .section--top .block--round .inner .round03 {
  width: 2vw;
  height: 2vw;
  background: transparent;
  border: 1px solid;
  top: 40vw;
  left: 20%;
  top: 51vw;
  -webkit-animation: pukapuka 2s linear infinite;
          animation: pukapuka 2s linear infinite;
}
.page--home .section--top .block--round .inner .round04 {
  width: 1.2vw;
  height: 1.2vw;
  background: #fff;
  border: 1px solid #81C4F8;
  top: 25vw;
  right: 50%;
  -webkit-animation: pukapuka 3s linear infinite;
          animation: pukapuka 3s linear infinite;
}
.page--home .section--top .block--round .inner .round05 {
  width: 0.7vw;
  height: 0.7vw;
  background: #FDF573;
  top: 17vw;
  right: 60%;
  -webkit-animation: pukapuka 4s linear infinite;
          animation: pukapuka 4s linear infinite;
}
.page--home .section--top .block--round .inner .round06 {
  width: 2vw;
  height: 2vw;
  background: #FDF573;
  top: 49vw;
  right: 51%;
  -webkit-animation: pukapuka 3s linear infinite;
          animation: pukapuka 3s linear infinite;
}
.page--home .section--top .block--round .inner .round07 {
  width: 2.5vw;
  height: 2.5vw;
  background: #004DA0;
  top: 38vw;
  right: 56%;
  -webkit-animation: pukapuka 3s linear infinite;
          animation: pukapuka 3s linear infinite;
}
.page--home .section--top .block--round .inner .round08 {
  width: 6vw;
  height: 6vw;
  background: url(/static/stu48/fansite/common/2021/round_border_02.svg) no-repeat;
  top: 38vw;
  left: 6%;
  -webkit-animation: pukapuka 3s linear infinite;
          animation: pukapuka 3s linear infinite;
}
.page--home .section--top .logo {
  z-index: 1;
}
.page--home .section--top .block--inner {
  width: 100%;
  margin: 0 0 0 auto;
}
.page--home .section--top .block--inner .block--logo {
  position: relative;
}
.page--home .section--top .block--inner .block--logo .scroll {
  width: 2px;
  height: 12vw;
  background: #fff;
  position: absolute;
  bottom: -20vh;
  left: 50%;
  opacity: 0;
  -webkit-transition: 0.3s 0.8s;
  transition: 0.3s 0.8s;
}
.page--home .section--top .block--inner .block--logo .scroll::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #C7E8FA;
  -webkit-animation: scroll 1.4s linear 0s infinite;
          animation: scroll 1.4s linear 0s infinite;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.page--home .section--top .block--inner .block--logo .scroll span {
  display: block;
  width: 2px;
  height: 2px;
  background: #fff;
  position: relative;
}
.page--home .section--top .block--inner .block--logo .scroll span:first-child {
  top: 4px;
  -webkit-animation: color-change 1.4s linear infinite 0.9s;
          animation: color-change 1.4s linear infinite 0.9s;
}
.page--home .section--top .block--inner .block--logo .scroll span:nth-child(2) {
  top: 7px;
  -webkit-animation: color-change 1.4s linear infinite 1s;
          animation: color-change 1.4s linear infinite 1s;
}
.page--home .section--top .block--inner .block--logo .scroll span:last-child {
  top: 10px;
  -webkit-animation: color-change 1.4s linear infinite 1.1s;
          animation: color-change 1.4s linear infinite 1.1s;
}
.page--home .section--top .block--inner .block--keyvisual {
  position: relative;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap {
  width: 29vw;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .dot01 {
  display: block;
  width: 7vw;
  height: 7vw;
  background: url(/static/stu48/fansite/common/2021/round_border_01.svg) no-repeat;
  position: absolute;
  top: 9vw;
  right: -5vw;
  z-index: 3;
  -webkit-animation: pukapuka 3s linear infinite;
          animation: pukapuka 3s linear infinite;
  z-index: 4;
  opacity: 0;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .dot02 {
  display: block;
  width: 4vw;
  height: 4vw;
  background: url(/static/stu48/fansite/common/2021/round_border_02.svg) no-repeat;
  position: absolute;
  bottom: 2vw;
  left: -2vw;
  z-index: 4;
  -webkit-animation: pukapuka 4s linear infinite;
          animation: pukapuka 4s linear infinite;
  opacity: 0;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .line01 {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/stu48/fansite/common/2021/top_keyvisual_line_01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5vw;
  left: -0.7vw;
  z-index: 3;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .line02 {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/stu48/fansite/common/2021/top_keyvisual_line_02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5vw;
  left: 0.4vw;
  z-index: 3;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .keyvisual {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: url(#parts-shape--1);
          clip-path: url(#parts-shape--1);
  position: relative;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .keyvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 1000px;
  background: #FDF573;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.8s 0.9s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.8s 0.9s, -webkit-transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.9s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.9s, -webkit-transform 0.8s 0.4s;
}
.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .keyvisual img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--home .section--top .block--inner .block--keyvisual .detail {
  display: block;
  width: 14vw;
  height: 14vw;
  background: url(/static/stu48/fansite/common/2021/round.svg) no-repeat;
  background-size: contain;
  padding: 1vw 2vw 2vw;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: -2vw;
  -webkit-animation: pukapuka 4s linear infinite;
          animation: pukapuka 4s linear infinite;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.page--home .section--top .block--inner .block--keyvisual .detail .item__tit {
  font-size: 13px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDF573), to(#FDF573)) 0 100%/0 0.5em no-repeat;
  background: linear-gradient(#FDF573, #FDF573) 0 100%/0 0.5em no-repeat;
  background-size: 100% 0.5em;
}
.page--home .section--top .block--inner .block--keyvisual .detail .item__name {
  position: relative;
  margin: 8px 0;
}
.page--home .section--top .block--inner .block--keyvisual .detail .item__name span {
  position: relative;
  font-size: 1.2vw;
  line-height: 3.2vw;
  z-index: 2;
}
.page--home .section--top .block--inner .block--keyvisual .detail .item__name::before {
  content: "";
  display: block;
  width: 11vw;
  height: 4vw;
  background: url(/static/stu48/fansite/common/2021/oshimen_name.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -0.2vw;
  z-index: 1;
}
.page--home .section--top .block--inner .block--keyvisual .detail .item__duration {
  font-size: 0.5vw;
  letter-spacing: 0.02em;
}
.page--home .section--top .block--inner .block--keyvisual .detail .item__duration > span {
  display: block;
  font-size: 1.8vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-family: "Comfortaa", cursive;
}
.page--home .section--top .block--inner .block--keyvisual .detail .item__duration > span > span {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3";
  margin-left: 4px;
}
.page--home .section--top .block--inner .block--keyvisual .message {
  width: 15vw;
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-animation: pukapuka 3s linear infinite;
          animation: pukapuka 3s linear infinite;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.page--home .section--top .block--inner .block--keyvisual .message .top {
  line-height: 0;
}
.page--home .section--top .block--inner .block--keyvisual .message .txt {
  background: url(/static/stu48/fansite/common/2021/bg.png) repeat-y scroll top center/100% auto;
  padding: 0.5vw 1vw;
  min-width: 180px;
  min-height: 40px;
  position: relative;
}
.page--home .section--top .block--inner .block--keyvisual .message .txt::before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  background: #004DA0;
  position: absolute;
  bottom: -5px;
  right: -14px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.page--home .section--top .block--inner .block--keyvisual .message .txt::after {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  background: #004DA0;
  position: absolute;
  bottom: -5px;
  right: -7px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.page--home .section--top .block--inner .block--keyvisual .message .txt p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.page--home .section--top .block--inner .block--keyvisual.nologin .profile {
  display: block;
}
.page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail {
  padding: 39px 37px 43px;
}
.page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__tit {
  font-size: 16px;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
}
.page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__name {
  margin: 20px 0;
}
.page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__link {
  display: inline;
  font-size: 16px;
  font-family: "Comfortaa", cursive;
  position: relative;
  top: 0;
  cursor: pointer;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #C7E8FA;
  border-radius: 50%;
  position: absolute;
  top: 14%;
  left: 5px;
  -webkit-transition: background 0.3s, left 0.3s;
  transition: background 0.3s, left 0.3s;
}
.page--home .section--top .top-wave {
  display: block;
  width: 180%;
  height: 51vw;
  background: url(/static/stu48/fansite/common/2021/top_wave.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -26vw;
  left: -70vw;
  z-index: -1;
}
.page--home .section--top .top-wave::before {
  content: "";
  display: block;
  width: 180%;
  height: 50vw;
  background: url(/static/stu48/fansite/common/2021/top_wave_line01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -6vw;
  top: -1vw;
}
.page--home .section--top .top-wave::after {
  content: "";
  display: block;
  width: 180%;
  height: 50vw;
  background: url(/static/stu48/fansite/common/2021/top_wave_line02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 1vw;
  top: -1.5vw;
}
.page--home .section--birthday {
  margin-bottom: 145px;
  padding: 0 6%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--birthday .block--birthday {
  position: relative;
}
.page--home .section--birthday .block--birthday .list--birthday li {
  margin: 30px auto;
}
.page--home .section--birthday .block--birthday .list--birthday li a {
  display: block;
}
.page--home .section--birthday .block--birthday img {
  border-radius: 10px;
  border: 1px solid;
}
.page--home .section--birthday.section--bnr .swiper-container {
  padding: 0;
}
.page--home .section--birthday.section--bnr .list--birthday.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--home .section--birthday.section--bnr .list--birthday.double {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--home .section--birthday.section--bnr .list--birthday li {
  margin: 0;
}
.page--home .section--birthday.section--bnr .list--birthday li a {
  position: relative;
}
.page--home .section--birthday.section--bnr .list--birthday li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.page--home .section--info {
  margin-bottom: 145px;
  position: relative;
}
.page--home .section--schedule {
  margin-bottom: 145px;
}
.page--home .section--profile {
  margin-bottom: 145px;
}
.page--home .section--profile .tit-wrap {
  padding: 0 6%;
}
.page--home .section--video {
  margin-bottom: 145px;
  padding-bottom: 145px;
}
.page--home .section--video .tit-wrap {
  padding: 0 6%;
}
.page--home .section--video .slick-list {
  margin: 0 0 0 6%;
}
.page--home .section--video .list--youtube {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--video .list--youtube li {
  margin-right: 30px;
  position: relative;
  padding: 0;
}
.page--home .section--video .list--youtube li .thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0;
}
.page--home .section--video .list--youtube li .thumb img {
  background: none;
  display: block;
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.page--home .section--video .list--youtube li .video {
  height: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #004DA0;
  border-radius: 15px;
  margin-bottom: 20px;
}
.page--home .section--video .list--youtube li .video .block--youtube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.page--home .section--video .list--youtube li .tit {
  font-size: 20px;
}
.page--home .list__more {
  position: relative;
  margin-top: 5px;
  font-family: "Comfortaa", cursive;
}
.page--home .list__more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #004DA0;
}
.page--home .list__more a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #C7E8FA;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  left: -14px;
  -webkit-transition: background 0.3s, left 0.3s;
  transition: background 0.3s, left 0.3s;
}
.page--home .slick-list {
  padding-left: 0 !important;
  padding-bottom: 30px !important;
}
.page--home .section--bnr {
  margin-bottom: 145px;
  position: relative;
  z-index: 10;
}
.page--home .section--bnr .swiper-container {
  padding: 0;
  width: 100%;
  overflow: visible;
  padding-left: 6%;
  padding-right: 6%;
}
.page--home .section--bnr .swiper-container .swipwer-wrappwer li {
  position: relative;
}
.page--home .section--bnr .swiper-container .swipwer-wrappwer li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--home .section--bnr .swiper-container .swipwer-wrappwer li a img {
  width: 100%;
  border-radius: 10px;
}
.page--home .section--bnr .swiper-container .swiper-slide {
  border-radius: 10px;
  padding-bottom: 20px !important;
  position: relative;
}
.page--home .section--bnr .swiper-container .swiper-slide a {
  display: block;
}
.page--home .section--bnr .swiper-container .swiper-slide img {
  border-radius: 10px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--home .section--bnr.not.section--birthday .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/stu48/fansite/common/2021/bnr_dots.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  left: 1.3vw;
  z-index: -1;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page--home .area--fc {
  background: #81C4F8;
}
.page--home .area--fc .fc-wave {
  position: relative;
  width: 100%;
  height: 60px;
}
.page--home .area--fc .fc-wave .wave {
  width: 100%;
  height: 100%;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/common/2021/wave.svg);
  background-repeat: repeat-x;
  background-size: 140px 71px;
  -webkit-animation: wave01 200s linear infinite;
          animation: wave01 200s linear infinite;
  position: absolute;
  top: -43px;
}
.page--home .area--fc .fc-wave .wave::before {
  content: "";
  width: 100%;
  height: 100%;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/common/2021/wave_line01.svg);
  background-repeat: repeat-x;
  background-size: 140px 71px;
  -webkit-animation: wave02 200s linear infinite;
          animation: wave02 200s linear infinite;
  position: absolute;
  top: 0;
  position: absolute;
  top: -11px;
  z-index: 2;
}
.page--home .area--fc .fc-wave .wave::after {
  content: "";
  width: 100%;
  height: 100%;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/common/2021/wave_line02.svg);
  background-repeat: repeat-x;
  background-size: 140px 71px;
  -webkit-animation: wave03 200s linear infinite;
          animation: wave03 200s linear infinite;
  position: absolute;
  top: 0;
  position: absolute;
  top: -11px;
  z-index: 2;
}
.page--home .area--fc .logo-area {
  width: 40%;
  margin: 40px auto 145px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .logo-area .ikari {
  display: block;
  width: 5vw;
  height: 6vw;
  background: url(/static/stu48/fansite/common/2021/ikari.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 40px;
}
.page--home .area--fc .logo-area .fc-logo {
  margin-bottom: 15px;
}
.page--home .area--fc .logo-area .login--btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .logo-area .login--btn li {
  margin-right: 10px;
}
.page--home .area--fc .logo-area .login--btn li:last-child {
  position: relative;
  top: 1.4vw;
  margin-right: 0;
}
.page--home .area--fc .logo-area .login--btn li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--home .area--fc .logo-area .login--btn li a svg {
  width: 10vw;
  height: 6vw;
}
.page--home .area--fc .section--blog {
  margin-bottom: 145px;
}
.page--home .area--fc .section--blog .tit-wrap {
  padding: 0 6%;
}
.page--home .area--fc .section--blog .list--blog {
  margin: 0 6%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--home .area--fc .section--blog .list--blog li {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .section--blog .list--blog li a {
  display: block;
}
.page--home .area--fc .section--blog .list--blog li a .thumb {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 46% 54% 37% 63%/51% 44% 56% 49%;
  border: 1px solid #004DA0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--home .area--fc .section--blog .list--blog li a .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--home .area--fc .section--blog .list--blog li a .thumb .dummy {
  background-size: cover;
}
.page--home .area--fc .section--blog .list--blog li a .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.page--home .area--fc .section--blog .list--blog li a .thumb .blur img {
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page--home .area--fc .section--blog .list--blog li a .txt-wrap {
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
  width: 16vw;
  margin: 0 auto;
  padding: 30px 15px 15px;
  position: relative;
}
.page--home .area--fc .section--blog .list--blog li a .txt-wrap::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -9px;
  right: 3px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .section--blog .list--blog li a .txt-wrap::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #004DA0;
  position: absolute;
  top: -9px;
  right: 1px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .section--blog .list--blog li a .txt-wrap .name {
  position: absolute;
  top: -9px;
  left: -20px;
  background: #004DA0;
  color: #fff;
  padding: 8px 12px;
  border-radius: 40px;
  font-size: 12px;
}
.page--home .area--fc .section--blog .list--blog li a .txt-wrap .date {
  font-size: 10px;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  color: #004DA0;
  display: block;
  margin-bottom: 5px;
}
.page--home .area--fc .section--blog .list--blog li a .txt-wrap .tit {
  font-size: 12px;
  font-weight: bold;
}
.page--home .area--fc .section--blog .list--blog li.new .date::after {
  color: #EE4757;
}
.page--home .area--fc .block--contents .thumb-wrap {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .thumb-wrap .thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-clip-path: url(#parts-shape--3);
          clip-path: url(#parts-shape--3);
}
.page--home .area--fc .block--contents .thumb-wrap .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--home .area--fc .block--contents .thumb-wrap .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.page--home .area--fc .block--contents .thumb-wrap .thumb .blur img {
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page--home .area--fc .block--contents .thumb-wrap .thumb-line01 {
  display: block;
  width: 100%;
  height: 24.6vw;
  background: url(/static/stu48/fansite/common/2021/thumb_line01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.5vw;
  left: -1vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .thumb-wrap .thumb-line02 {
  display: block;
  width: 100%;
  height: 24.6vw;
  background: url(/static/stu48/fansite/common/2021/thumb_line02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 1vw;
  left: 0.5vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .thumb-wrap.new::before {
  content: "";
  display: block;
  width: 3vw;
  height: 3vw;
  background: #FDF573;
  border: 1px solid #004DA0;
  border-radius: 50%;
  position: absolute;
  top: 1.8vw;
  left: 1.5vw;
  z-index: 2;
}
.page--home .area--fc .block--contents .date {
  color: #fff;
  width: 100%;
  height: 100%;
  background: url(/static/stu48/fansite/common/2021/flag.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: -30px;
  left: 35px;
  padding: 11px 16px 15px 11px;
  font-size: 11px;
  font-family: "Comfortaa", cursive;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.page--home .area--fc .block--contents .date::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background: #19247C;
  position: absolute;
  top: 0;
  left: -3px;
}
.page--home .area--fc .block--contents .tit {
  width: 80%;
  margin: 0 auto;
  color: #19247C;
  font-size: 13px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--home .area--fc .block--contents .section--lottery {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .section--lottery .section-tit {
  margin-bottom: 60px;
  text-align: center;
  font-family: "ヒラギノ丸ゴ ProN", sans-serif;
}
.page--home .area--fc .block--contents .section--lottery .block--lottery .thumb-wrap {
  width: 50%;
  margin: 0 auto 60px;
}
.page--home .area--fc .block--contents .section--lottery .block--lottery .tit {
  font-size: 15px;
  font-weight: bold;
  width: 55%;
  margin: 0 auto 20px;
}
.page--home .area--fc .block--contents .section--lottery .block--lottery .txt {
  font-size: 14px;
  line-height: 1.4;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page--home .area--fc .block--contents .section--lottery .block--lottery .txt.closed {
  text-align: center;
  font-size: 17px;
}
.page--home .area--fc .block--contents .section--lottery .block--lottery .btn--main {
  font-size: 14px;
  background: #004DA0;
  color: #fff;
  border: 1px solid #004DA0;
  border-radius: 40px;
  font-family: "ヒラギノ角ゴ Pro W3";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .section--movie {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .section--movie a {
  position: relative;
  display: block;
}
.page--home .area--fc .block--contents .section--movie .list__more a {
  padding: 0;
}
.page--home .area--fc .block--contents .section--movie .thumb-wrap .thumb {
  width: 90%;
  margin: 0 auto;
}
.page--home .area--fc .block--contents .section--photo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .section--photo a {
  position: relative;
  display: block;
}
.page--home .area--fc .block--contents .section--photo .list__more a {
  padding: 0;
}
.page--home .area--fc .block--contents .section--photo .thumb-wrap .thumb {
  width: 90%;
  margin: 0 auto;
}
.page--home .area--fc .block--contents .section--photo .no-data {
  width: 90%;
  margin: 0 auto;
}
.page--home .area--fc .block--contents .section--report {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .area--fc .block--contents .section--report .thumb-wrap .thumb {
  width: 90%;
  margin: 0 auto;
}
.page--home .area--fc .block--contents .section--report a {
  position: relative;
  display: block;
}
.page--home .area--fc .block--contents .section--report .list__more a {
  padding: 0;
}
.page--home .area--fc .block--contents .section--report .category {
  position: absolute;
  top: 19px;
  right: -20px;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  background: #004DA0;
  border: 1px solid #fff;
}
.page--home footer {
  position: absolute;
  bottom: 0;
  background: #19247C;
  font-family: "ヒラギノ角ゴ Pro W3";
  color: #C7E8FA;
}
.page--home footer .inner .block--bnr {
  margin-bottom: 90px;
}
.page--home footer .inner .block--bnr .list--another {
  display: block;
}
.page--home footer .inner .block--bnr .list--48 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}
.page--home footer .inner .block--bnr .list--48 li {
  width: 10%;
  margin-right: 10px;
}
.page--home footer .inner .block--bnr .list--48 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--home footer .inner .block--bnr .list--48 li:last-child {
  margin-right: 0;
}
.page--home footer .inner .block--bnr .list--bnr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--home footer .inner .block--support {
  display: block;
}
.page--home footer .inner .block--support .list--support {
  width: 100%;
}
.page--home footer .inner .block--support .list--support li a {
  display: block;
  color: #fff;
}
.page--home footer .inner .copyright {
  text-align: center;
  margin: 0;
}

.page--info .section--detail {
  width: 950px;
  padding: 0;
  margin: 0 auto 100px;
}
.page--info .txt a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--info .txt a:hover {
  color: #81C4F8;
}

.page--schedule .header-calendar {
  border-bottom: 1px solid #C7E8FA;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.page--schedule .header-calendar .block--month {
  font-family: "Comfortaa", cursive;
  margin-bottom: 20px;
}
.page--schedule .header-calendar .block--month .month {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
}
.page--schedule .header-calendar .block--month .year {
  position: relative;
  font-size: 16px;
  margin-left: 6px;
  letter-spacing: 0.2em;
}
.page--schedule .header-calendar .block--month .year::before {
  content: "";
  display: block;
  background: url(/static/stu48/fansite/common/2021/border_dots.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  left: -37px;
  width: 50px;
  height: 40px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.page--schedule .header-calendar .block--month .month-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page--schedule .header-calendar li {
  margin-right: 20px;
  font-family: "Comfortaa", cursive;
}
.page--schedule .header-calendar li a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.page--schedule .header-calendar li:nth-child(2) {
  margin-right: 0;
}
.page--schedule .list--category {
  width: 66%;
  margin: 0 auto 40px;
  font-size: 1.6rem;
}
.page--schedule .list--category li {
  display: inline-block;
}
.page--schedule .list--category li .form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--schedule .form--horizontal label {
  margin: 0;
}
.page--schedule .form__checkbox label p::before,
.page--schedule .form__checkbox :checked ~ p::before,
.page--schedule .form__checkbox label p::after {
  content: none;
}
.page--schedule .form__checkbox label p {
  padding: 0;
}
.page--schedule .form__checkbox label p {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.06em;
  display: block;
  padding: 0.5em 1em;
  position: relative;
  cursor: pointer;
  color: #aaa !important;
  border: 1px solid #aaa !important;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page--schedule .form__checkbox li :checked + .cat12 {
  background: #de7373;
  color: #fff !important;
  border-color: #de7373 !important;
}
.page--schedule .form__checkbox li :checked + .cat13 {
  background: #5261b9;
  color: #fff !important;
  border-color: #5261b9 !important;
}
.page--schedule .form__checkbox li :checked + .cat14 {
  background: #38a7b9;
  color: #fff !important;
  border-color: #38a7b9 !important;
}
.page--schedule .form__checkbox li :checked + .cat15 {
  background: #009688;
  color: #fff !important;
  border-color: #009688 !important;
}
.page--schedule .form__checkbox li :checked + .cat16 {
  background: #efbb1e;
  color: #fff !important;
  border-color: #efbb1e !important;
}
.page--schedule .form__checkbox li :checked + .cat17 {
  background: #ad5eb5;
  color: #fff !important;
  border-color: #ad5eb5 !important;
}
.page--schedule .form__checkbox li :checked + .cat18 {
  background: #ff7f32;
  color: #fff !important;
  border-color: #ff7f32 !important;
}
.page--schedule .form__checkbox li :checked + .cat19 {
  background: #38a7b9;
  color: #fff !important;
  border-color: #38a7b9 !important;
}
.page--schedule .form__checkbox li :checked + .cat20 {
  background: #f376af;
  color: #fff !important;
  border-color: #f376af !important;
}
.page--schedule .form__checkbox li :checked + .cat21 {
  background: #F8768D;
  color: #fff !important;
  border-color: #F8768D !important;
}
.page--schedule .form__checkbox li :checked + .cat22 {
  background: #B889D1;
  color: #fff !important;
  border-color: #B889D1 !important;
}
.page--schedule .form__checkbox li :checked + .cat23 {
  background: #81B1D6;
  color: #fff !important;
  border-color: #81B1D6 !important;
}
.page--schedule .form__checkbox li :checked + .cat24 {
  background: #d8e20f;
  color: #fff !important;
  border-color: #d8e20f !important;
}
.page--schedule .form__checkbox li :checked + .cat25 {
  background: #83D2C4;
  color: #fff !important;
  border-color: #83D2C4 !important;
}
.page--schedule .form__checkbox li :checked ~ p {
  color: #fff !important;
}
.page--schedule .form__checkbox li:nth-child(1) :checked ~ p {
  background: #81C4F8;
  color: #fff;
  border-color: #81C4F8 !important;
}
.page--schedule .section--detail .category {
  padding: 0.5em 1em;
}

.section--detail.page--profile .profileList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail.page--profile .profileList li {
  width: 31.3333333333%;
  margin-right: 2%;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--detail.page--profile .profileList li:nth-child(3n) {
  margin-right: 0;
}
.section--detail.page--profile .profileList li a .ph {
  position: relative;
  line-height: 0;
  width: 88%;
  margin: 0 auto 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--detail.page--profile .profileList li a .ph img {
  width: 100%;
  background-position: center;
  background-size: 100% auto;
  border-radius: 50%;
  border: 1px solid #004DA0;
  z-index: 1;
  position: relative;
}
.section--detail.page--profile .profileList li a dl,
.section--detail.page--profile .profileList li a .role {
  display: none;
}
.section--detail.page--profile .profileList li a .txtSide {
  text-align: center;
}
.section--detail.page--profile .profileList li a .txtSide .yomi {
  color: #81C4F8;
  font-family: "Comfortaa", cursive;
}

.tit—logo {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -55px;
}

.block--profile {
  width: 880px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  border: 3px solid #00a09b;
  border-radius: 20px;
  padding: 80px 4% 30px;
  margin: 50px 0 80px;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
}

.block--profile .tit—logo img {
  width: 100px;
}

.sectionTit {
  color: #004DA0;
  line-height: 1;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 50px;
}

#profile {
  width: 86%;
  max-width: 950px;
  margin: 0 auto 100px;
}
#profile .profileWrap .ph img {
  border-radius: 10px;
  border: 1px solid #004DA0;
}
#profile .profileWrap .profileList {
  margin: 0;
}
#profile .profileWrap .profileList li .badge {
  z-index: 2;
}
#profile .profileWrap .profileList dl {
  font-size: 14px;
  line-height: 1.4;
}
#profile .profileWrap .profileList dl dt {
  float: left;
  font-weight: bold;
  font-size: 12px;
}
#profile .profileWrap .profileList dl dd {
  margin: 0 0 12px;
  color: #19247C;
  padding-left: 210px;
  border-bottom: 1px solid rgba(199, 232, 250, 0.3);
  padding-bottom: 10px;
}
#profile .profileWrap .txtSide {
  overflow: hidden;
}
#profile .profileWrap .txtSide .name {
  font-size: 30px;
  margin: 0 0 8px;
  line-height: 1;
}
#profile .profileWrap .txtSide .name .sns {
  width: 27px;
  height: 27px;
  display: inline-block;
  color: #fff;
  background: #004DA0;
  border-radius: 30px;
  font-size: 17px;
  line-height: 1em;
  text-align: center;
  padding: 4px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  margin: -3px 0 0 10px;
  border: 1px solid #004DA0;
  position: relative;
  top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#profile .profileWrap .txtSide .name .sns:first-child {
  margin: -3px 0 0 20px;
}
#profile .profileWrap .txtSide .name .sns:hover {
  background: #FDF573;
  color: #004DA0;
}
#profile .profileWrap .txtSide .yomi {
  font-size: 13px;
  color: #81C4F8;
  word-wrap: break-word;
  font-family: "Comfortaa", cursive !important;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
}
#profile .profileWrap .txtSide .yomi::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url(/static/stu48/fansite/common/2021/border_wave.svg) repeat-x;
  background-size: 15px;
  position: absolute;
  bottom: -23px;
  left: 0;
}
#profile .btn .main {
  display: inline-block;
  background: #81C4F8;
  color: #004DA0;
  padding: 16px 20px;
  border-radius: 40px;
  max-width: 50%;
  line-height: 1.4;
}
#profile .btn .back {
  display: inline-block;
  margin: 1rem auto 1.5rem;
  color: #004DA0;
}
#profile .btn .back::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.7vw;
  position: absolute;
  left: -10%;
  bottom: 0vh;
  z-index: -1;
  width: 120%;
  background: #FDF573;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page--producer.section--detail .ph img {
  border: 1px solid;
  border-radius: 10px;
}
.page--producer.section--detail .txt {
  color: #000;
}

.page--disco .category {
  background: #C7E8FA;
  color: #004DA0;
  border-radius: 40px;
  border: none;
}
.page--disco .jacket .thumb {
  border-radius: 10px;
  border: 1px solid #004DA0;
}
.page--disco .jacket .thumb img {
  border-radius: 10px;
}
.page--disco .list--disco li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--disco .list--disco li a {
  display: block;
  cursor: pointer;
}
.page--disco .list--disco li a .thumb {
  overflow: hidden;
  border: 1px solid;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--disco .list--disco li a .thumb img {
  border-radius: 10px;
  background-size: contain;
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--disco .list--disco li a .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.page--disco .list--disco li a .thumb .blur img {
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page--disco .list--disco li a .date {
  display: block;
  margin-top: 10px;
}
.page--disco .section--detail .block--disco__detail .comment,
.page--disco .section--detail .block--disco__detail .review {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.page--disco .section--detail .block--disco__detail .thumb {
  margin-bottom: 15px;
}
.page--disco .section--detail .block--disco__detail .track-list .disc-name ol {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.page--disco .section--detail .block--disco__detail .track-list .disc-name h2 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.page--movie .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #004DA0;
  line-height: 0;
  position: relative;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

#swipebox-slider .slide {
  position: relative;
}
#swipebox-slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-overlay {
  background: #C7E8FA;
}

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

#swipebox-action #swipebox-close {
  top: 60px;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #004DA0;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 48%;
  left: 14%;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: fixed;
  top: 50%;
  border-radius: 100%;
  background: none;
  background-color: #004DA0;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 36%;
  width: 22px;
  height: 22px;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 19%;
  width: 22px;
  height: 22px;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

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

.page--wallpaper.page--list .thumb-wrap {
  margin-bottom: 20px;
}
.page--wallpaper.page--list .tit {
  width: 100%;
}

.page--blog .block--pager .pager__item--current {
  display: inline;
  position: relative;
  padding: 0 0.6em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffba0), to(#fffba0)) 0 100%/0 0.5em no-repeat;
  background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.5em no-repeat;
  background-size: 100% 0.5em;
  color: #004DA0;
  font-weight: bold;
}
.page--blog .block--pager .pager__item--current::after {
  content: none;
}
.page--blog .list--horizontal {
  font-family: "ヒラギノ角ゴ Pro W3";
}
.page--blog .list--horizontal li {
  border-bottom: solid 1px #e1f4ff;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .list--blog li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--blog .list--blog li a {
  display: block;
  position: relative;
  z-index: 1;
}
.page--blog .list--blog li a .thumb {
  margin-bottom: 15px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  overflow: hidden;
  border-radius: 46% 54% 37% 63%/51% 44% 56% 49%;
  border: 1px solid #004DA0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--blog .list--blog li a .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--blog .list--blog li a .thumb .dummy {
  background-size: cover;
}
.page--blog .list--blog li a .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.page--blog .list--blog li a .thumb .blur img {
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page--blog .list--blog li a .txt-wrap {
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
  width: 220px;
  margin: 0 auto;
  padding: 30px 15px 15px;
  position: relative;
}
.page--blog .list--blog li a .txt-wrap::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -9px;
  right: 3px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--blog .list--blog li a .txt-wrap::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #004DA0;
  position: absolute;
  top: -9px;
  right: 1px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--blog .list--blog li a .txt-wrap .name {
  position: absolute;
  top: -9px;
  left: -20px;
  background: #004DA0;
  color: #fff;
  padding: 8px 12px;
  border-radius: 40px;
  font-size: 12px;
}
.page--blog .list--blog li a .txt-wrap .date {
  font-size: 10px;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  color: #004DA0;
  display: block;
  margin-bottom: 5px;
}
.page--blog .list--blog li a .txt-wrap .tit {
  font-size: 12px;
  font-weight: bold;
}
.page--blog .list--blog li.new .date::after {
  color: #EE4757;
}
.page--blog .section--detail .name-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.page--blog .section--detail .name-wrap .member-icon {
  width: 80px;
  height: 80px;
}
.page--blog .section--detail .name-wrap .member-icon img {
  border-radius: 46% 54% 37% 63%/51% 44% 56% 49%;
  border: 1px solid #004DA0;
  background-position: top;
}
.page--blog .section--detail .name-wrap .name {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.page--blog .section--detail .block--txt {
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
  padding: 20px 3%;
  margin-bottom: 40px;
}
.page--blog .section--detail .block--txt .tit {
  font-family: "ヒラギノ角ゴ Pro W3";
  border-bottom: 4px dotted;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 4px dotted;
}
.page--blog .section--detail .block--txt .txt {
  width: 100%;
}
.page--blog .section--detail .block--txt .txt span {
  white-space: inherit !important;
}
.page--blog .section--detail .block--txt .txt img {
  width: auto;
  max-width: 100%;
}
.page--blog .section--detail .block--txt .category {
  background: #004DA0;
  color: #fff;
  border-radius: 5px;
}

.page--blog.new--blog .section--list .no-data {
  text-align: center;
}
.page--blog.new--blog .section--list .btn--archive {
  margin-top: 2em;
}
.page--blog.new--blog .section--list .btn--archive .btn--main {
  line-height: 1.4;
}
.page--blog.new--blog .section--detail .txt .ph {
  margin: 1em 0;
}
.page--blog.new--blog .section--detail .txt .block--player {
  margin: 1em 0;
}
.page--blog.new--blog .section--detail .txt .block--player span {
  color: white;
}
.page--blog.new--blog .section--detail .txt .block--player .video-js {
  position: relative;
}
.page--blog.new--blog .section--detail .txt .block--player .video-js video {
  position: relative;
  aspect-ratio: 16/9;
}

.page--unit {
  background: #C7E8FA !important;
}
.page--unit .header, .page--unit .logo, .page--unit .btn--mail, .page--unit footer .wave {
  display: none;
}
.page--unit .block--header {
  padding: 5%;
}
.page--unit .block--header .logo--unit {
  margin-bottom: 10px;
}
.page--unit .block--header .block--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--unit .block--header .block--link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
.page--unit .block--header .block--link a .icon {
  margin-right: 5px;
}
.page--unit .block--header .block--link a .icon img {
  width: auto;
  height: 15px;
}
.page--unit .block--header .block--link a + a {
  margin-left: 1.5em;
}
.page--unit .block--header .block--link a::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #004da0;
  border-radius: 50%;
  margin-left: 0.6em;
}
.page--unit .block--header .block--link a::before {
  content: "";
  border-top: 1px solid #004DA0;
  border-right: 1px solid #004DA0;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--unit .block--header .block--category .list--category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--unit .block--header .block--category .list--category .category {
  color: #004DA0;
  background: #fff;
  border: 1px solid #004DA0;
  letter-spacing: 0.1em;
  padding: 0;
}
.page--unit .block--header .block--category .list--category .category.current {
  color: #fff;
  background: #004DA0;
  pointer-events: none;
}
.page--unit .block--header .block--category .list--category .category a {
  display: block;
  font-size: 13px;
  padding: 10px 12px;
  white-space: nowrap;
}
.page--unit .block--header .wave {
  width: 100%;
  height: 70px;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/unit/wave--blue.svg);
  background-repeat: repeat-x;
  background-size: 100px 80px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-animation: wave01 50s linear infinite;
          animation: wave01 50s linear infinite;
}
.page--unit .block--header .wave::after {
  content: "";
  display: block;
  background: url(/static/stu48/fansite/unit/icon--ship.svg) no-repeat;
  background-size: contain;
  width: 74px;
  height: 40px;
  position: absolute;
  top: -11px;
  right: 20px;
  z-index: -1;
  animation: ship 2s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes ship {
  0% {
    -webkit-transform: translateY(3px) rotate(-5deg);
            transform: translateY(3px) rotate(-5deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes ship {
  0% {
    -webkit-transform: translateY(3px) rotate(-5deg);
            transform: translateY(3px) rotate(-5deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.page--unit .block--header .block--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Comfortaa", cursive;
  margin-right: 20px;
}
.page--unit .block--header .block--date .today {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(9px, 1vw, 11px);
  margin-right: 6px;
}
.page--unit .block--header .block--date .day {
  font-size: clamp(17px, 1.6vw, 25px);
  line-height: 1.3;
}
.page--unit .block--header .block--date .dat {
  font-size: clamp(46px, 5vw, 52px);
  line-height: 1;
  margin: 0 10px;
}
.page--unit .block--header .block--date .week {
  font-size: clamp(17px, 1.6vw, 25px);
  line-height: 1.3;
}
.page--unit .block--pickup {
  border-bottom: 4px dotted #004DA0;
  padding-bottom: 50px;
}
.page--unit .block--pickup .list--contents li {
  position: relative;
}
.page--unit .block--pickup .list--contents li a .thumb-wrap .thumb {
  aspect-ratio: 1/1;
}
.page--unit .block--pickup .list--contents li a .block--item--info {
  margin-top: -40px;
}
.page--unit .block--pickup .list--contents li a .block--item--info .tit {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page--unit .block--list {
  margin-top: 80px;
}
.page--unit .block--list .block-tit {
  font-family: "ヒラギノ丸ゴ ProN", sans-serif;
  margin-bottom: 40px;
  font-size: 22px;
}
.page--unit .block--list .block-tit h3 {
  display: inline-block;
  position: relative;
}
.page--unit .block--list .block-tit h3::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url(/static/stu48/fansite/common/2021/border_wave.svg) no-repeat;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-size: 15px 10px;
  background-position: bottom;
}
.page--unit .list--contents li {
  height: auto;
}
.page--unit .list--contents li a .category {
  left: -1em;
  right: auto;
  color: #004DA0;
  background: #FDF573;
  border-color: #004DA0;
  border-radius: 0;
  margin: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
}
.page--unit .list--contents li a .category::before, .page--unit .list--contents li a .category::after {
  content: "";
  width: 16px;
  height: 19px;
  background: #FDF573;
  position: absolute;
  right: -7px;
}
.page--unit .list--contents li a .category::before {
  top: -1px;
  border-top: 1px solid #004DA0;
  border-right: 1px solid #004DA0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.page--unit .list--contents li a .category::after {
  bottom: -1px;
  border-bottom: 1px solid #004DA0;
  border-right: 1px solid #004DA0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.page--unit .list--contents li a .thumb-wrap {
  width: 95%;
  margin: 0 auto;
}
.page--unit .list--contents li a .thumb-wrap .thumb {
  -webkit-clip-path: unset;
          clip-path: unset;
  aspect-ratio: 4/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}
.page--unit .list--contents li a .thumb-wrap .thumb img {
  height: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--unit .list--contents li a .thumb-wrap .thumb::after {
  z-index: 10;
}
.page--unit .list--contents li a .block--item--info {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-top: -10px;
  border: 1px solid #004DA0;
  border-radius: 0px 12px 12px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--unit .list--contents li a .block--item--info .tit {
  width: 100%;
  padding-bottom: 7px;
  margin: 0 auto 15px;
  color: #004DA0;
  font-size: 14px;
  border-bottom: 4px dotted #004DA0;
  padding-bottom: 10px;
}
.page--unit .list--contents li a .block--item--info .date {
  display: inline-block;
  background: #fff;
  color: #004DA0;
  font-family: inherit;
  position: absolute;
  top: -30px;
  left: -1px;
  width: auto;
  height: 30px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 12px 12px 0 0;
  border-top: 1px solid #004DA0;
  border-left: 1px solid #004DA0;
  border-right: 1px solid #004DA0;
  letter-spacing: 0;
}
.page--unit .list--contents li a .block--item--info .date::before {
  content: none;
}
.page--unit .list--contents li a .block--item--info .date::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  margin: 0;
}
.page--unit .list--contents li a .block--item--info .txt {
  font-size: 12px;
  color: #004DA0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page--unit .list--contents li a:hover .block--item--info {
  -webkit-filter: drop-shadow(10px 10px 0 #FDF573);
          filter: drop-shadow(10px 10px 0 #FDF573);
}
.page--unit .list--contents li.new a .thumb-wrap::before {
  content: none;
}
.page--unit .block--pager li.pager__item--newer a:hover i, .page--unit .block--pager li.pager__item--older a:hover i {
  color: #004DA0;
  opacity: 0.7;
}
.page--unit .list--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 4px dotted #004DA0;
  padding-top: 70px;
}
.page--unit .list--bnr li {
  margin-bottom: 10px;
}
.page--unit .list--bnr li a {
  display: block;
}
.page--unit .txt .ph, .page--unit .txt p .ph {
  display: block;
  margin: 10px auto;
}
.page--unit .section--detail .block--txt {
  background: #fff;
  border: 1px solid #004DA0;
  border-radius: 10px;
  padding: 20px 3%;
  margin-bottom: 40px;
}
.page--unit .section--detail .block--txt .ph .hide {
  display: none;
}
.page--unit footer {
  background: none;
}
.page--unit footer .inner .copyright {
  position: relative;
  z-index: 1;
  text-align: right;
  padding-right: 30px;
}
.page--unit footer .footer--wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-height: 300px;
}
.page--unit footer .footer--wave path {
  fill: #111d66;
}

.page--qa .block--lead {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
}
.page--qa .block--lead .txt {
  margin-bottom: 2rem;
  text-align: center;
}
.page--qa .list--qa {
  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--qa .list--qa li {
  position: relative;
}
.page--qa .list--qa li a {
  display: block;
  border-radius: 10px;
  border: solid 1px #004DA0;
  background: #fff;
}
.page--qa .list--qa li a .date {
  display: block;
  position: relative;
  color: #004DA0;
}
.page--qa .list--qa li a .tit {
  color: #004DA0;
}
.page--qa .list--qa li a .name {
  color: #fff;
  position: absolute;
  top: -14px;
  left: -13px;
  background: #004DA0;
  padding: 10px;
  letter-spacing: 0.05em;
}
.page--qa .block--form dt {
  color: #004DA0;
  font-weight: bold;
}
.page--qa .block--form dd {
  margin-bottom: 1rem;
}
.page--qa .block--form dd .txt--sub {
  display: block;
  font-size: 12px;
}
.page--qa .block--form dd .input-text {
  line-height: 1.2;
  background: #fff;
}
.page--qa .block__question {
  margin-bottom: 2rem;
  border: solid 1px #004DA0;
  text-align: left;
  position: relative;
}
.page--qa .block__question .ico--q {
  display: block;
  color: #fff;
  font-family: "Comfortaa", cursive;
  line-height: 1;
  position: absolute;
  top: -28px;
  left: -30px;
  background: #19247C;
  padding: 10px 8px 5px;
  border-radius: 50%;
}
.page--qa .block__question .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__question .name {
  color: #004DA0;
  position: absolute;
  right: 12px;
}
.page--qa .block__question .name span {
  margin-right: 0.5rem;
}
.page--qa .block__answer {
  border-top: 4px dotted #C7E8FA;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
}
.page--qa .block__answer .ico--a {
  display: block;
  color: #004DA0;
  font-family: "Comfortaa", cursive;
  font-size: 30px;
  line-height: 1;
}
.page--qa .block__answer .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__answer .name {
  color: #fff;
  font-size: 13px;
  background: #004DA0;
  padding: 5px 10px;
  position: absolute;
  bottom: -5px;
}
.page--qa .block__answer .name span {
  margin-right: 0.5rem;
  font-size: 10px;
}
.page--qa .block__answer .answer li .txtBox {
  position: relative;
  margin: 0 0 18px 115px;
  background: #C7E8FA;
  border: 1px solid #19247C;
  border-radius: 10px;
  padding: 12px 13px;
}
.page--qa .block__answer .answer li .txtBox::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #C7E8FA;
  position: absolute;
  top: 12px;
  left: -18px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.page--qa .block__answer .answer li .txtBox::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #19247C;
  position: absolute;
  top: 13px;
  left: -18px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.page--qa .block__answer .answer li .txtBox span::before {
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #19247C;
}
.page--qa .detail__btn {
  margin: 7rem 0 0;
}

.page--support.section--list .section-tit {
  font-family: "ヒラギノ角ゴ Pro W3";
}
.page--support.section--detail {
  color: #000;
  width: 86%;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--support.section--detail .section-tit {
  color: #004DA0;
  font-family: "ヒラギノ角ゴ Pro W3";
  font-weight: bold;
  text-shadow: none;
}
.page--support.section--detail .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.page--support.section--detail .txt {
  margin-bottom: 10px;
}
.page--support.section--detail table th {
  display: block;
  text-align: left;
}
.page--support.section--detail table td {
  display: block;
  margin: 0 0 20px;
}
.page--support.section--detail .list--support li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--support.section--detail .list--support dt {
  font-weight: bold;
}
.page--support.section--detail .list--support dd {
  margin-bottom: 0.4em;
}
.page--support.section--detail .list--support a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--support.section--detail .list--support a:hover {
  text-decoration: none;
}

.page--contact.section--detail .mail-txt .btn--main {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--contact.section--detail .mail-txt .btn--main i {
  margin-right: 5px;
}
.page--contact.section--detail .txt {
  letter-spacing: 0.05em;
}
.page--contact.section--detail .txt.attention {
  color: #EE4757;
}
.page--contact.section--detail .txt a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--contact.section--detail .must.txt {
  color: #EE4757;
}
.page--contact.section--detail .formList dt {
  font-size: 12px;
  color: #004DA0;
}
.page--contact.section--detail .formList dd textarea {
  color: #000;
}
.page--contact.section--detail .errorList li {
  color: #EE4757;
  font-size: 14px;
}
.page--contact .txt.center {
  margin-bottom: 40px;
}
.page--contact .txt.cs {
  font-weight: bold;
  padding: 10px;
  background: #ececec;
  border: 1px solid;
  width: 342px;
  font-size: 14px;
}
.page--contact .block--contact {
  border: 1px solid;
  padding: 18px;
}
.page--contact .block--contact .list--contact li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
.page--contact .block--attention {
  background: #ffeded;
  border: 1px solid #EE4757;
  padding: 18px;
  margin: 20px 0;
}
.page--contact .block--attention .txt {
  font-weight: bold;
  color: #EE4757;
}
.page--contact .block--attention .list--attention li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  color: #EE4757;
}

.page--faq .section--list .section-tit {
  margin-bottom: 20px;
  color: #004DA0;
  font-weight: 600;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3";
  text-shadow: none;
  line-height: 1.4;
}
.page--faq .section--list .tit {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .block--contact {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #004DA0;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  font-family: "ヒラギノ角ゴ Pro W3";
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #e1f4ff;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #e1f4ff;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 1.2em 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  margin: 0 10px 0 0;
  color: #81C4F8;
  font-family: "Comfortaa", cursive;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 28px;
  white-space: nowrap;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: solid 1px #e1f4ff;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: solid 1px #e1f4ff;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  display: inline-block;
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .block--faq-detail .txt a:hover {
  color: #81C4F8;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q {
  margin-right: 0.2em;
  color: #81C4F8;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  line-height: 1;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#introduction .tit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduction .box {
  border: 1px solid;
  border-radius: 10px;
  background: #C7E8FA;
  padding: 50px;
}
#introduction .content {
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduction .subBlock {
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduction .list--img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#introduction .list--img li {
  width: 32%;
  margin-right: 3%;
  margin-bottom: 20px;
}
#introduction .list--img li:nth-child(3n) {
  margin-right: 0;
}
#introduction .block--contents {
  margin-bottom: 40px;
}
#introduction .block--contents .txt {
  margin-bottom: 30px;
  text-align: center;
}
#introduction .block--contents .note {
  font-size: 12px;
}
#introduction .block--contents .listBox li {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduction .block--contents .listBox li .no-data {
  font-size: 18px;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 30%;
}
#introduction .block--attention {
  padding: 20px;
  background: #ffeded;
  border: 1px solid #EE4757;
  border-radius: 10px;
  margin-bottom: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduction .block--attention p {
  color: #EE4757;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
#introduction .block--attention .tit {
  text-align: center;
  font-size: 18px;
}
#introduction .block--login {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduction .subBlock:last-of-type {
  margin-bottom: 60px;
}

/*  questionnaire
------------------------------ */
.page--questionnaire .section-tit {
  margin-bottom: 1em;
  color: #004DA0;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.page--questionnaire .section-tit span {
  display: inline-block;
  margin-bottom: -1em;
  font-family: rift-soft, sans-serif;
  line-height: 1.8;
}
.page--questionnaire .txt {
  margin-bottom: 30px;
  color: #000;
}
.page--questionnaire .txt a {
  text-decoration: underline;
  color: #004DA0;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}

.form--post {
  margin: 0 0 40px;
}

.form--post + .txt--sub {
  text-align: center;
}

.form--post dt {
  font-weight: bold;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #ff4343;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 0px 6px 3px;
  margin-left: 5px;
}

_::-webkit-full-page-media,
_:future,
:root .page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .keyvisual::before {
  -webkit-transition: opacity 0.8s 0.5s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.8s 0.5s, -webkit-transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.5s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.5s, -webkit-transform 0.8s 0.4s;
}

_::-webkit-full-page-media,
_:future,
:root .loaded.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .keyvisual::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

_::-webkit-full-page-media,
_:future,
:root .blur img {
  will-change: transform;
}

/* 相性診断
------------------------------------------------*/
.diagnosis.detail #container > section,
.diagnosis.detail #footerWave {
  background: #c8eeff;
}

.diagnosis .memberArea {
  padding: 15px 15px 0 15px;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 10px;
}

.diagnosis .areaTit.show:not(.notFound) {
  opacity: 1;
}

.diagnosis .areaTit img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  line-height: 0;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
}

.diagnosis .contInner.fadeIn {
  opacity: 1;
}

.diagnosis .memberArea .tit {
  font-size: 20px;
  color: #004da0;
  text-align: center;
  margin: 0 0 10px;
}

.diagnosis .memberArea .memberList {
  padding-bottom: 15px;
}

.diagnosis .memberArea .memberList li {
  float: left;
  width: 33%;
  text-align: center;
  margin: 0 0 10px;
}

.diagnosis .btn .main {
  background: #004da0;
  color: #fff;
}

.diagnosis .areaTit.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: logofadeIn;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes logofadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes logofadeIn {
  0% {
    -webkit-transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
#diagnosis #containerInnr {
  position: relative;
}

#diagnosis h2.tit {
  display: none;
}

#diagnosis .memberList {
  margin: 0 0 30px;
  text-align: center;
}

#diagnosis .memberList li {
  display: inline-block;
  width: 32%;
  opacity: 0;
}

#diagnosis .memberList li:nth-child(3n) {
  margin-right: 0;
}

#diagnosis .diagnosisTop .memberList li:nth-child(4n),
#diagnosis .diagnosisTop .memberList li:nth-child(5n) {
  position: relative;
  top: -10px;
}

#diagnosis .memberList li img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
}

#diagnosis .memberList_2nd {
  margin: 0 0 30px;
  text-align: center;
}

#diagnosis .memberList_2nd li {
  display: inline-block;
  width: 32%;
  opacity: 0;
}

#diagnosis .memberList_2nd li:nth-child(3n) {
  margin-right: 0;
}

#diagnosis .diagnosisTop .memberList_2nd li:nth-child(4n),
#diagnosis .diagnosisTop .memberList_2nd li:nth-child(5n) {
  position: relative;
  top: -10px;
}

#diagnosis .memberList_2nd li img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#diagnosis .bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

#diagnosis .diagnosisTop .lead {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 30px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Rounded Mplus 1c";
}

#diagnosis .diagnosisTop .txt {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 30px;
}

#diagnosis .formList {
  border: none;
  margin: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#diagnosis .formList dt {
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  color: #000;
  margin: 0 0 25px;
}

#diagnosis .formList dt .count {
  color: #004da0;
  font-family: "Quicksand", sans-serif;
}

#diagnosis .formList dt .numb {
  display: block;
  margin: 0 0 10px;
  font-family: "Rounded Mplus 1c";
  font-weight: 700;
  color: #E3007F;
  font-size: 40px;
}

#diagnosis .formList dt .numb img {
  width: 24px;
  position: relative;
  top: -14px;
  margin: 0 10px;
}

#diagnosis .formList dt .numb img:last-child {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#diagnosis .formList .questions li {
  margin-bottom: 10px;
  border: none;
}

#diagnosis .formList .questions label {
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#diagnosis .formList .questions label span {
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6em;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 15px;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ecf9ff;
  color: #000;
}

#diagnosis .formList .questions label input {
  display: none;
}

#diagnosis .formList .questions label.selected span {
  background: #004da0 !important;
  color: #fff !important;
}

#diagnosis .formList .questions label.notSelected span {
  background: #eee;
}

#diagnosis .btnArea {
  display: none;
  text-align: center;
}

#diagnosis .btnArea .txt {
  font-size: 18px;
  margin: 30px 0 20px;
  line-height: 1.5;
  font-weight: bold;
}

#diagnosis .memberList {
  margin-bottom: 10px;
}

#diagnosis .btnArea .memberList li {
  opacity: 1;
  width: 25%;
}

#diagnosis .memberList_2nd {
  margin-bottom: 10px;
}

#diagnosis .btnArea .memberList_2nd li {
  opacity: 1;
  width: 25%;
}

#diagnosis .btnArea .toResult {
  position: relative;
}

#diagnosis .btnArea .toResult:before {
  content: "\f004";
  font-family: "FontAwesome";
  font-size: 200px;
  color: #e3007f;
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  animation: inout 1s infinite;
  -webkit-animation: inout 1s infinite;
  -webkit-transform-origin: center;
  margin-left: -100px;
  z-index: 0;
}

@keyframes inout {
  0% {
    -webkit-transform: scale(0.97, 0.97);
            transform: scale(0.97, 0.97);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.97, 0.97);
            transform: scale(0.97, 0.97);
  }
}
@-webkit-keyframes inout {
  0% {
    -webkit-transform: scale(0.97, 0.97);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.97, 0.97);
  }
}
#diagnosis .btnArea .toResult .main {
  z-index: 1;
  position: relative;
  background: none;
  height: 200px;
  line-height: 200px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}

#diagnosis .result .icon.inview {
  width: 70%;
  display: block;
  margin: 0 auto 20px;
  opacity: 0;
  -webkit-transition: 0.8s all 1s;
  transition: 0.8s all 1s;
}

#diagnosis .result .icon img {
  display: block;
  width: 100%;
  line-height: 0;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
}

#diagnosis .result {
  text-align: center;
}

#diagnosis .result .topTxt {
  font-size: 16px;
  margin: 0 0 15px;
  color: #004da0;
}

#diagnosis .result .name.inview {
  font-size: 32px;
  margin: 0 0 25px;
  color: #000;
  opacity: 0;
  -webkit-transition: 0.8s all 1s;
  transition: 0.8s all 1s;
}

#diagnosis .result .phWrap {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  margin: 0 0 40px;
}

#diagnosis .result .ph {
  margin: 0 auto 15px;
  position: relative;
  width: 80%;
}

#diagnosis .result .ph img {
  display: block;
  width: 100%;
  line-height: 0;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
}

#diagnosis .result .rate {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#diagnosis .result .rate:before {
  content: "";
  display: block;
  width: 160px;
  height: 42px;
  text-align: center;
  margin: 0 auto;
  background: #80c5f8;
  border-radius: 103px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#diagnosis.pass .result .rate:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#diagnosis.fail .result .rate:before {
  background: #b4c8d7;
}

/*#ff5b5b 赤*/
#diagnosis .result .rate .numb {
  font-size: 36px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 51%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#diagnosis .result .rate .odometer-digit:last-of-type:after {
  content: "%";
  font-size: 15px;
  margin-left: 4px;
  position: relative;
  bottom: 2px;
}

#diagnosis .result .show:not(.notFound) {
  opacity: 1;
}

#diagnosis .result .fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1.025);
  }
  80% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
#diagnosis .result .box {
  margin: 0 0 10px;
  display: none;
  border-radius: 5px;
}

#diagnosis .result .box.sns {
  padding: 22px 15px 16px;
  margin-top: 30px;
  background: #effaff;
  border-radius: 10px;
}

#diagnosis .result .box.sns .btn {
  margin: 15px 0 0;
}

#diagnosis .result .box.sns .btn .main {
  font-size: 12px;
  font-size: 3.5vw;
  margin: 0 0 10px;
}

#diagnosis .result .wpArea .conglaturations {
  color: #fff;
  font-weight: 900;
  font-family: "Rounded Mplus 1c";
  font-size: 22px;
  margin: 0 0 20px;
}

#diagnosis .wp {
  margin: 0 0 2px;
  display: none;
}

#diagnosis .wpArea .wp img {
  width: 50%;
}

#diagnosis .result .subTxt {
  font-size: 12px;
  line-height: 1.7em;
  margin: 0 0 5px;
}

#diagnosis .result .notFound {
  text-align: left;
  margin: 0 0 40px;
  line-height: 1.8;
}

#diagnosis .result .tit {
  display: none;
  font-size: 20px;
  color: #004da0;
  margin: 0 0 10px;
}

#diagnosis .result .tit.movie {
  margin: 30px 0 10px;
}

#diagnosis .result .subTxt {
  display: none;
}

#diagnosis .result .btn {
  display: none;
  margin: 15px 0 35px;
}

#diagnosis .result .inview {
  opacity: 0;
  position: relative;
  top: 50px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#diagnosis .result .inview.view {
  position: relative;
  top: 0;
  opacity: 1;
}

#diagnosis .error .topTxt {
  text-align: center;
  font-size: 16px;
  margin: 50px 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}

#diagnosis .shareList {
  text-align: center;
  margin: 25px 0 27px;
}

#diagnosis .shareList li {
  width: 40px;
  height: 40px;
  margin: 0 5px 0;
}

#diagnosis .shareList li a {
  display: block;
  line-height: 40px;
  border-radius: 50px;
}

#diagnosis .shareList .lineIco a {
  background: #2cbf13;
}

#diagnosis .shareList .lineIco a:before {
  content: "";
  display: inline-block;
  top: 5px;
}

#diagnosis .shareList a::before {
  content: "";
  display: inline;
  font: normal normal normal 16px/1 FontAwesome;
  position: relative;
  left: 0px;
  top: 2px;
}

#diagnosis .shareList .facebook a::before {
  content: "";
}

#diagnosis .shareList .facebook a::before {
  content: "\f09a";
}

#diagnosis .shareList .twitter a::before {
  content: "\f099";
}

#diagnosis .shareList .lineIco a:before {
  content: "";
  display: inline-block;
  background: no-repeat url(/static/stu48/official/common/ico_line.png);
  width: 17px;
  height: 16px;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  top: 5px;
}

#diagnosis .phA {
  position: relative;
}

/* social */
.shareList {
  margin: 30px 0;
}

.shareList li {
  display: inline-block;
  width: 90px;
  margin-bottom: 0;
  padding: 0;
}

.shareList li a {
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  border-radius: 3px;
  position: relative;
}

.shareList .facebook a {
  background: #385AA7;
}

.shareList .twitter a {
  background: #28A9E0;
}

.shareList .lineIco a {
  background: #2cbf13;
}

.shareList a::before {
  display: inline;
  font: normal normal normal 16px/1 FontAwesome;
  position: relative;
  left: -3px;
  top: 2px;
}

.shareList .facebook a::before {
  content: "\f09a";
}

.shareList .twitter a::before {
  content: "\f099";
}

.shareList .lineIco a:before {
  content: "";
  display: inline-block;
  background: no-repeat url(/static/stu48/official/common/ico_line.png);
  width: 17px;
  height: 16px;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  top: 5px;
}

.page--movie.new-movie {
  background-color: #81C4F8;
}

.page--movie.new-movie .wrap .section--detail .area--more-info {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .section-tit {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie .wrap .section--detail .block--tit .date {
  color: #004DA0;
  opacity: 1;
  font-size: 12px;
}
.page--movie.new-movie .wrap .section--detail .block--tit .tit {
  width: 100%;
  font-size: 20px;
  margin-bottom: 15px;
}
.page--movie.new-movie .wrap .section--detail .block--tit .subTxt {
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn--main {
    min-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn--main:hover {
    background: #FDF573;
    border: 1px solid #004DA0;
    color: #004DA0;
  }
  .btn--sub {
    min-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn--sub:hover {
    background: #C7E8FA;
    color: #19247C !important;
  }
  .detail__btn {
    font-size: 20px;
    margin: 5rem 0 0;
  }
  .detail__btn a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .detail__btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.7vw;
    position: absolute;
    left: -10%;
    bottom: 0vh;
    z-index: -1;
    width: 120%;
    background: #FDF573;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .detail__btn a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .wrap {
    padding-top: 220px;
    padding-bottom: 90px;
  }
  .wrap::after {
    top: 15vh;
    width: 93%;
    background-size: 25%;
  }
  .content-main::after {
    top: 7vh;
    left: 0;
    width: 96vw;
    height: 100%;
    border-top-left-radius: 20vw;
    border-bottom-right-radius: 20vw;
  }
  .section-tit {
    font-size: 40px;
  }
  .section--list .tit-wrap,
  .section--detail .tit-wrap {
    margin-bottom: 60px;
  }
  .section--list .tit-wrap .section-tit,
  .section--detail .tit-wrap .section-tit {
    margin-bottom: 0;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 60px;
  }
  .section--list .block--share li a i,
  .section--detail .block--share li a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section--list .block--share li a svg,
  .section--detail .block--share li a svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section--list .block--share li a:hover i,
  .section--detail .block--share li a:hover i {
    color: #81C4F8;
  }
  .section--list .block--share li a:hover svg,
  .section--detail .block--share li a:hover svg {
    fill: #81C4F8;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .pc-resize.page--home .section--top {
    padding: 27vh 0 0;
  }
  .pc-resize.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap {
    width: 43vh;
  }
  .scrolling .drawer-inner {
    line-height: 1;
  }
  .scrolling .header .inner::before {
    bottom: -34px;
  }
  .scrolling .logo {
    max-width: 70px;
  }
  .loaded.page--home .section--top .block--inner .block--logo .logo {
    opacity: 1;
  }
  .loaded.page--home .drawer {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .block--pager li a {
    display: inline;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDF573), to(#FDF573)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#FDF573, #FDF573) 0 100%/0 0.5em no-repeat;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .block--pager li a:hover {
    background-size: 100% 0.5em;
  }
  .block--pager .pager__item--newer a {
    background: none;
  }
  .block--pager .pager__item--newer a:hover i {
    color: #C7E8FA;
  }
  .block--pager .pager__item--older a {
    background: none;
  }
  .block--pager .pager__item--older a:hover i {
    color: #C7E8FA;
  }
  .block--pager .pager__item--next a,
  .block--pager .pager__item--prev a {
    background: none;
  }
  .block--pager .pager__item--next a:hover i,
  .block--pager .pager__item--prev a:hover i {
    color: #C7E8FA;
  }
  .block--pager.another .pager__item--newer a {
    display: inline;
    padding: 5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDF573), to(#FDF573)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#FDF573, #FDF573) 0 100%/0 0.5em no-repeat;
  }
  .block--pager.another .pager__item--newer a:hover {
    background-size: 100% 0.5em;
  }
  .block--pager.another .pager__item--newer span {
    padding: 0;
  }
  .block--pager.another .pager__item--older a {
    display: inline;
    padding: 5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDF573), to(#FDF573)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#FDF573, #FDF573) 0 100%/0 0.5em no-repeat;
  }
  .block--pager.another .pager__item--older a:hover {
    background-size: 100% 0.5em;
  }
  .block--pager.another .pager__item--older span {
    padding: 0;
  }
  .date,
  .category {
    font-size: 12px;
  }
  .tit {
    font-size: 16px;
    line-height: 1.6;
  }
  .list--information li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #004DA0;
  }
  .list--information li:hover {
    background: #FDF573;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .list--information li a .date::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--information li a:hover .date {
    color: #004DA0;
  }
  .list--information li a:hover .tit {
    color: #004DA0;
  }
  .list--information li.new a:hover .date::after {
    color: #EE4757;
  }
  .list--contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .list--contents li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 80px;
  }
  .list--contents li a:hover .thumb-wrap {
    -webkit-filter: drop-shadow(12px 14px 0 #FDF573);
            filter: drop-shadow(12px 14px 0 #FDF573);
  }
  .list--contents li a:hover .thumb-wrap .thumb-line01 {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .list--contents li a:hover .thumb-wrap .thumb-line02 {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .list--contents li a:hover .date {
    color: #FDF573;
    top: -35px;
  }
  .list--contents li a:hover .tit {
    color: #FDF573;
  }
  .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .list--profile li .member {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.6em;
  }
  .list--profile li .member a .ph {
    margin-bottom: 1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .list--profile li .member a:hover .ph {
    -webkit-filter: drop-shadow(6px 6px 0 #FDF573);
            filter: drop-shadow(6px 6px 0 #FDF573);
  }
  .list--error li {
    font-size: 13px;
  }
  .no--data {
    text-align: center;
  }
}
@media screen and (min-width: 961px) and (min-height: 800px) and (min-width: 961px) {
  header .inner {
    position: relative;
  }
  header .inner::before {
    content: "";
    width: 100%;
    height: 80px;
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave_header.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: wave02 200s linear infinite;
            animation: wave02 200s linear infinite;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer {
    width: 100%;
  }
  .drawer .drawer-inner .logo--fc {
    display: none;
  }
  .drawer .drawer-inner .g-nav {
    margin-top: 20px;
    text-align: right;
    padding-left: 9.5vw;
  }
  .drawer .drawer-inner .g-nav .g-nav--left, .drawer .drawer-inner .g-nav .g-nav--right {
    display: inline;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a {
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 13px;
    color: #004DA0;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a::before {
    content: "";
    display: block;
    height: 0.7vw;
    position: absolute;
    left: 0;
    bottom: 0vh;
    z-index: -1;
    width: 100%;
    background: #FDF573;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a span {
    display: block;
    font-size: 10px;
    font-family: "Comfortaa", cursive;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li p {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #004DA0;
    line-height: 1;
    cursor: pointer;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li p span {
    display: block;
    font-size: 10px;
    font-family: "Comfortaa", cursive;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li:last-child {
    margin-right: 20px;
    position: relative;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li:last-child p {
    position: relative;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li:last-child p::before {
    position: absolute;
    top: 58%;
    right: -13px;
    display: block;
    width: 2px;
    height: 0.5rem;
    border-radius: 30%;
    background: #004DA0;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li:last-child p::after {
    position: absolute;
    top: 58%;
    right: -8px;
    display: block;
    width: 2px;
    height: 0.5rem;
    border-radius: 30%;
    background: #004DA0;
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .block--fc {
    display: inline-block;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc {
    opacity: 0;
    pointer-events: none;
    line-height: 1.4;
    position: absolute;
    top: 40px;
    right: 5%;
    background: #004DA0;
    padding: 10px 15px 20px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li {
    margin-bottom: 5px;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li a {
    font-size: 12px;
    text-align: left;
    color: #fff;
    padding: 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li a:hover {
    color: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li:last-child .sns li {
    display: inline-block;
    margin-bottom: 0;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li:last-child .sns li a {
    font-size: 14px;
    margin-right: 5px;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li:last-child .sns li:last-child a {
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--join a, .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--login a, .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--mypage a {
    color: #FDF573;
    font-family: "Comfortaa", cursive;
    font-weight: bold;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--join a:hover, .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--login a:hover, .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--mypage a:hover {
    color: #EE4757;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--join {
    display: inline-block;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--login {
    display: inline-block;
    margin-left: 10px;
    position: relative;
  }
  .drawer .drawer-inner .g-nav .nav--menu__fc li.nav__item--login::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #FDF573;
    position: absolute;
    left: -9px;
    top: 21%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .drawer .drawer-inner .g-nav .nav--sns {
    display: inline-block;
  }
  .drawer .drawer-inner .g-nav .nav--sns li {
    display: inline-block;
    margin-right: 5px;
  }
  .drawer .drawer-inner .g-nav .nav--sns li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .drawer .drawer-inner .g-nav .nav--sns li a:hover {
    color: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .btn--mail {
    width: 40px;
    display: inline-block;
    position: relative;
    top: 16px;
    margin-right: 6px;
  }
  .drawer .drawer-inner .g-nav .btn--mail a {
    display: block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .btn--mail a:hover {
    opacity: 0.5;
  }
  .drawer .drawer-inner .g-nav .nav--login {
    position: relative;
    top: 9px;
    gap: 4px;
  }
  .drawer .drawer-inner .g-nav .nav--login li {
    display: inline-block;
  }
  .drawer .drawer-inner .g-nav .nav--login li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer .drawer-inner .g-nav .nav--login li a svg {
    width: 80px;
    height: 40px;
  }
  .drawer .drawer-inner .g-nav .nav--login li a svg #round_02,
  .drawer .drawer-inner .g-nav .nav--login li a svg #round_02-2,
  .drawer .drawer-inner .g-nav .nav--login li a svg #btn-base,
  .drawer .drawer-inner .g-nav .nav--login li a svg #border,
  .drawer .drawer-inner .g-nav .nav--login li a svg #border-2,
  .drawer .drawer-inner .g-nav .nav--login li a svg #round_01,
  .drawer .drawer-inner .g-nav .nav--login li a svg #round_01-2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .nav--login li a svg #border-2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--login {
    position: relative;
    top: 10px;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--login a:hover svg #round_02,
  .drawer .drawer-inner .g-nav .nav--login .nav__item--login a:hover svg #round_02-2 {
    fill: #C7E8FA;
    stroke: #fff;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--login a:hover svg #round_01 {
    fill: #C7E8FA;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--login a:hover svg #btn-base {
    fill: #C7E8FA;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--login a:hover svg #border {
    fill: #C7E8FA;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--join a:hover svg #round_02,
  .drawer .drawer-inner .g-nav .nav--login .nav__item--join a:hover svg #round_02-2 {
    fill: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--join a:hover svg #btn-base {
    fill: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--join a:hover svg #border {
    fill: #81C4F8;
    stroke: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--join a:hover svg #round_01,
  .drawer .drawer-inner .g-nav .nav--login .nav__item--join a:hover svg #round_01-2 {
    fill: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage {
    position: relative;
    top: 2px;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage a:hover svg #round_02,
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage a:hover svg #round_02-2 {
    fill: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage a:hover svg #btn-base {
    fill: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage a:hover svg #border,
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage a:hover svg #border-2 {
    fill: #81C4F8;
  }
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage a:hover svg #round_01,
  .drawer .drawer-inner .g-nav .nav--login .nav__item--mypage a:hover svg #round_01-2 {
    fill: #81C4F8;
  }
  .drawer .drawer-inner .g-nav.visible .nav--menu__fc {
    opacity: 1;
    pointer-events: visible;
    z-index: 1;
  }
  .drawer .drawer-inner .g-nav.visible .nav--menu__officilal li:last-child p::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .drawer .drawer-inner .g-nav.visible .nav--menu__officilal li:last-child p::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 961px) {
  .logo {
    position: fixed;
    top: 0;
    left: 5%;
    max-width: 100px;
    z-index: 1000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .logo a {
    display: block;
  }
  .logo a:hover {
    -webkit-box-shadow: 6px 6px 0 #FDF573;
            box-shadow: 6px 6px 0 #FDF573;
  }
  .page--home .drawer {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-transition: 0.3s 0.8s;
    transition: 0.3s 0.8s;
  }
  .page--home .drawer .drawer-inner .g-nav .nav--menu__fc {
    right: 0;
  }
  .page--home .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page--home .wrap::after {
    top: 40vw;
  }
  .page--home .section--top {
    padding: 18vh 0 0;
    width: 100%;
    height: 93vh;
  }
  .page--home .section--top .logo {
    width: 14vw;
  }
  .page--home .section--top .block--inner {
    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;
    padding: 0 5%;
  }
  .page--home .section--top .block--inner .block--logo {
    width: 45vw;
  }
  .page--home .section--top .block--inner .block--logo .logo {
    margin: 0 auto;
    width: 18vw;
    position: relative;
    top: -40px;
    left: 0;
    max-width: inherit;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .page--home .section--top .block--inner .block--logo .logo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--top .block--inner .block--keyvisual {
    width: 40vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail {
    width: 210px;
    height: 210px;
    padding: 20px 37px 43px;
    bottom: -10vh;
    right: 12px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name::before {
    width: 170px;
    height: 51px;
    left: -12px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name span {
    font-size: 15px;
    line-height: 48px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__duration > span {
    font-size: 28px;
  }
  .page--home .section--top .block--inner .block--keyvisual .message {
    width: 178px;
    left: -15px;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt::before {
    width: 60px;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt::after {
    width: 60px;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail {
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile:hover .detail {
    -webkit-filter: drop-shadow(6px 6px #FDF573);
            filter: drop-shadow(6px 6px #FDF573);
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile:hover .detail .item__link {
    color: #81C4F8;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile:hover .detail .item__link::before {
    background: #81C4F8;
  }
  .page--home .section--info {
    width: 66%;
    margin: 0 auto 145px;
  }
  .page--home .section--info .section-tit {
    margin-bottom: 0;
  }
  .page--home .tit-wrap {
    margin-bottom: 60px;
  }
  .page--home .area--official .list__more {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .page--home .area--official .list__more a:hover {
    color: #81C4F8;
  }
  .page--home .area--official .list__more a:hover::before {
    background: #81C4F8;
  }
  .page--home .list__more {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .page--home .list__more a:hover {
    color: #FDF573;
  }
  .page--home .list__more a:hover::before {
    background: #fff;
  }
  .page--home .section--bnr .swiper-container .swiper-slide:hover img {
    border: 2px solid #FDF573;
  }
  .page--home .section--bnr .swiper-container .swiper-slide:hover::before {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    opacity: 0;
  }
  .page--home .section--birthday .block--birthday .list--birthday {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .page--home .section--birthday .block--birthday .list--birthday li {
    width: 47%;
    margin-right: 10px;
  }
  .page--home .section--birthday .block--birthday .list--birthday li a .ph img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .section--birthday .block--birthday .list--birthday li a:hover img {
    -webkit-box-shadow: 10px 10px #FDF573;
            box-shadow: 10px 10px #FDF573;
  }
  .page--home .section--birthday .block--birthday .list--birthday li:last-child {
    margin-right: 0;
  }
  .page--home .section--birthday .block--birthday.single li:last-child {
    margin: 30px auto;
  }
  .page--home .section--video .list--youtube:hover .slide-arrow.next-arrow {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
  .page--home .section--video .list--youtube:hover .slide-arrow.prev-arrow {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
  }
  .page--home .section--video .list--youtube li .video {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .section--video .list--youtube li:hover .video {
    -webkit-box-shadow: 10px 10px 0 #FDF573;
            box-shadow: 10px 10px 0 #FDF573;
  }
  .page--home .area--fc .logo-area .login--btn li a svg #round_02,
  .page--home .area--fc .logo-area .login--btn li a svg #round_02-2,
  .page--home .area--fc .logo-area .login--btn li a svg #btn-base,
  .page--home .area--fc .logo-area .login--btn li a svg #border,
  .page--home .area--fc .logo-area .login--btn li a svg #border-2,
  .page--home .area--fc .logo-area .login--btn li a svg #round_01,
  .page--home .area--fc .logo-area .login--btn li a svg #round_01-2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--login {
    position: relative;
    top: 0.7vw;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--login a:hover svg #round_02,
  .page--home .area--fc .logo-area .login--btn .nav__item--login a:hover svg #round_02-2 {
    fill: #2ea8ff;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--login a:hover svg #round_01 {
    fill: #2ea8ff;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--login a:hover svg #btn-base {
    fill: #2ea8ff;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--login a:hover svg #border {
    fill: #2ea8ff;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--join a:hover svg #round_02,
  .page--home .area--fc .logo-area .login--btn .nav__item--join a:hover svg #round_02-2 {
    fill: #C7E8FA;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--join a:hover svg #btn-base {
    fill: #C7E8FA;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--join a:hover svg #border {
    fill: #C7E8FA;
    stroke: #C7E8FA;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--join a:hover svg #round_01,
  .page--home .area--fc .logo-area .login--btn .nav__item--join a:hover svg #round_01-2 {
    fill: #C7E8FA;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage {
    position: relative;
    top: 2px;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage a:hover svg #round_02,
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage a:hover svg #round_02-2 {
    fill: #C7E8FA;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage a:hover svg #btn-base {
    fill: #C7E8FA;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage a:hover svg #border,
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage a:hover svg #border-2 {
    fill: #C7E8FA;
  }
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage a:hover svg #round_01,
  .page--home .area--fc .logo-area .login--btn .nav__item--mypage a:hover svg #round_01-2 {
    fill: #C7E8FA;
  }
  .page--home .area--fc .section--blog .list--blog li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .page--home .area--fc .section--blog .list--blog li a .txt-wrap {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--fc .section--blog .list--blog li a:hover .thumb {
    -webkit-filter: drop-shadow(10px 10px 0 #FDF573);
            filter: drop-shadow(10px 10px 0 #FDF573);
    border-radius: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--home .area--fc .section--blog .list--blog li a:hover .txt-wrap {
    background: #FDF573;
  }
  .page--home .area--fc .section--blog .list--blog li:nth-child(4n) {
    margin-right: 0;
  }
  .page--home .area--fc .block--contents {
    padding: 0 6% 200px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--home .area--fc .block--contents .contents-wrap {
    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;
    width: 90%;
    margin: 0 auto 0px;
  }
  .page--home .area--fc .block--contents .contents-wrap a {
    width: 48%;
    margin-right: 4%;
  }
  .page--home .area--fc .block--contents .contents-wrap a:nth-child(2n) {
    margin-right: 0;
  }
  .page--home .area--fc .block--contents .section--movie {
    width: 100%;
    margin-bottom: 150px;
  }
  .page--home .area--fc .block--contents .section--movie .tit-wrap {
    margin: 0 auto 60px;
  }
  .page--home .area--fc .block--contents .section--movie .thumb-wrap .thumb {
    width: 100%;
  }
  .page--home .area--fc .block--contents .section--movie .thumb-wrap .thumb-line01 {
    top: -0.4vw;
    left: -0.3vw;
  }
  .page--home .area--fc .block--contents .section--movie .thumb-wrap .thumb-line02 {
    top: 0.4vw;
    left: 0.5vw;
  }
  .page--home .area--fc .block--contents .section--movie a {
    display: block;
  }
  .page--home .area--fc .block--contents .section--movie a:hover .thumb-wrap {
    -webkit-filter: drop-shadow(12px 14px 0 #FDF573);
            filter: drop-shadow(12px 14px 0 #FDF573);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--home .area--fc .block--contents .section--movie a:hover .thumb-wrap .thumb-line01 {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .page--home .area--fc .block--contents .section--movie a:hover .thumb-wrap .thumb-line02 {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .page--home .area--fc .block--contents .section--movie a:hover .date {
    color: #FDF573;
    top: -37px;
  }
  .page--home .area--fc .block--contents .section--movie a:hover .tit {
    color: #FDF573;
  }
  .page--home .area--fc .block--contents .section--photo {
    width: 100%;
    margin-bottom: 150px;
  }
  .page--home .area--fc .block--contents .section--photo .thumb-wrap .thumb {
    width: 100%;
  }
  .page--home .area--fc .block--contents .section--photo .thumb-wrap .thumb-line01 {
    top: -0.4vw;
    left: -0.3vw;
  }
  .page--home .area--fc .block--contents .section--photo .thumb-wrap .thumb-line02 {
    top: 0.4vw;
    left: 0.5vw;
  }
  .page--home .area--fc .block--contents .section--photo a {
    display: block;
  }
  .page--home .area--fc .block--contents .section--photo a:hover .thumb-wrap {
    -webkit-filter: drop-shadow(12px 14px 0 #FDF573);
            filter: drop-shadow(12px 14px 0 #FDF573);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--home .area--fc .block--contents .section--photo a:hover .thumb-wrap .thumb-line01 {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .page--home .area--fc .block--contents .section--photo a:hover .thumb-wrap .thumb-line02 {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .page--home .area--fc .block--contents .section--photo a:hover .date {
    color: #FDF573;
    top: -37px;
  }
  .page--home .area--fc .block--contents .section--photo a:hover .tit {
    color: #FDF573;
  }
  .page--home .area--fc .block--contents .section--lottery {
    width: 100%;
  }
  .page--home .area--fc .block--contents .section--lottery .thumb-wrap .thumb-line01 {
    height: 25.6vw;
    top: -0.5vw;
    left: -0.4vw;
  }
  .page--home .area--fc .block--contents .section--lottery .thumb-wrap .thumb-line02 {
    height: 25.6vw;
    top: 0.4vw;
    left: 0.6vw;
  }
  .page--home .area--fc .block--contents .section--lottery .block--lottery .btn--main {
    min-width: 200px;
  }
  .page--home .area--fc .block--contents .section--lottery .block--lottery .btn--main:hover {
    background: #FDF573;
    color: #004DA0;
  }
  .page--home .area--fc .block--contents .section--report .thumb-wrap .thumb {
    width: 100%;
  }
  .page--home .area--fc .block--contents .section--report .thumb-wrap .thumb-line01 {
    top: -0.4vw;
    left: -0.3vw;
  }
  .page--home .area--fc .block--contents .section--report .thumb-wrap .thumb-line02 {
    top: 0.4vw;
    left: 0.5vw;
  }
  .page--home .area--fc .block--contents .section--report a {
    display: block;
  }
  .page--home .area--fc .block--contents .section--report a:hover .thumb-wrap {
    -webkit-filter: drop-shadow(12px 14px 0 #FDF573);
            filter: drop-shadow(12px 14px 0 #FDF573);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page--home .area--fc .block--contents .section--report a:hover .thumb-wrap .thumb-line01 {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .page--home .area--fc .block--contents .section--report a:hover .thumb-wrap .thumb-line02 {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .page--home .area--fc .block--contents .section--report a:hover .date {
    color: #FDF573;
    top: -37px;
  }
  .page--home .area--fc .block--contents .section--report a:hover .tit {
    color: #FDF573;
  }
  .page--home .section--movie .tit-wrap,
  .page--home .section--photo .tit-wrap,
  .page--home .section--report .tit-wrap {
    width: 90%;
    margin: 0 auto 60px;
  }
  .page--home .section--movie .tit-wrap .section-tit,
  .page--home .section--photo .tit-wrap .section-tit,
  .page--home .section--report .tit-wrap .section-tit {
    line-height: 1.2;
  }
  .page--home footer {
    width: 100%;
    padding: 100px 0 50px;
    position: relative;
  }
  .page--home footer .inner {
    padding: 0 11%;
    display: block;
  }
  .page--home footer .inner .list--bnr li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .page--home footer .inner .list--bnr li:nth-child(4n) {
    margin-right: 0;
  }
  .page--home footer .inner .list--bnr li:nth-child(4n).slick-slide {
    margin-right: 2%;
  }
  .page--home footer .inner .swiper-slide {
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
    position: static;
  }
  .page--home footer .inner .list--another li {
    width: 28%;
    margin: 0 auto 30px;
  }
  .page--home footer .inner .list--bnr.archive {
    margin-bottom: 40px;
  }
  .page--home footer .inner .list--bnr.archive li {
    margin-right: 15px;
  }
  .page--home footer .inner .list--bnr.archive li:nth-child(4n) {
    margin-right: 15px;
  }
  .page--home footer .inner .list--support {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page--home footer .inner .list--support li a {
    z-index: 0;
  }
  .page--home footer .inner .list--support li a:hover {
    color: #C7E8FA;
  }
  .slide-arrow {
    top: 36%;
    width: 35px;
    height: 50px;
  }
  .section--bnr {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .section--bnr:hover .swiper-button-next,
  .section--bnr:hover .swiper-button-prev {
    opacity: 1;
  }
  .section--bnr:hover .swiper-button-next.swiper-button-disabled,
  .section--bnr:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
  }
  .section--bnr:hover .swiper-button-next::after {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  .section--bnr:hover .swiper-button-prev::after {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  .section--bnr.no-swiper .swiper-slide {
    width: 32%;
    margin-right: 25px;
  }
  .section--bnr.no-swiper .swiper-button-next,
  .section--bnr.no-swiper .swiper-button-prev {
    display: none;
  }
  .page--info .txt {
    margin: 3rem 0;
  }
  .page--info .txt a {
    color: #81C4F8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--info .txt a:hover {
    text-decoration: none;
  }
  .page--schedule .section--list {
    position: relative;
  }
  .page--schedule .category {
    padding: 0 10px;
  }
  .page--schedule .btn {
    position: absolute;
    right: 0;
    top: 6px;
  }
  .page--schedule .btn a {
    display: block;
    width: 38px;
    height: 38px;
    font-family: "Comfortaa";
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 9px 10px 8px;
  }
  .page--schedule .header-calendar .block--month .month-pager {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    position: relative;
    top: -44px;
    left: 0;
    margin-bottom: -20px;
    font-weight: bold;
  }
  .page--schedule .header-calendar .block--month .month-pager li a:hover {
    color: #81C4F8;
  }
  .page--schedule .calendar .header-week {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--schedule .calendar .header-week > div {
    width: calc(14.2857142857% - 1px);
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #19247C;
  }
  .page--schedule .calendar .header-week > div:nth-child(6) {
    color: #64a4f3;
  }
  .page--schedule .calendar .header-week > div:nth-child(7) {
    color: #f95d5d;
  }
  .page--schedule .calendar .calendar-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--schedule .calendar .calendar-wrap > div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .page--schedule .calendar .calendar-wrap > div > div {
    width: calc(14.2857142857% - 1px);
    text-align: center;
    border-right: 0.5px solid #19247C;
    border-bottom: 0.5px solid #19247C;
  }
  .page--schedule .calendar .calendar-wrap > div > div:first-child {
    border-left: 0.5px solid #19247C;
  }
  .page--schedule .calendar .calendar-wrap .cell {
    min-height: 100px;
    text-align: left;
    padding: 0 5px 5px;
  }
  .page--schedule .calendar .calendar-wrap .week .cell > div a {
    display: block;
    margin-bottom: 5px;
  }
  .page--schedule .calendar .calendar-wrap .week .cell > div a:hover .tit {
    background-size: 100% 0.5em;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .date {
    font-size: 14px;
    color: #19247C;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .category {
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .page--schedule .calendar .calendar-wrap .week .cell .tit {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #19247C;
    display: inline;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDF573), to(#FDF573)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#FDF573, #FDF573) 0 100%/0 0.5em no-repeat;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .page--schedule .calendar .calendar-wrap .week .cell:nth-child(6) span {
    color: #64a4f3;
  }
  .page--schedule .calendar .calendar-wrap .week .cell:nth-child(7) span {
    color: #f95d5d;
  }
  .page--schedule .section--detail .date.event {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    top: 2px;
  }
  .page--schedule .section--detail .date.event .week {
    font-size: 16px;
    margin-left: 4px;
  }
  .page--disco .list--disco {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--disco .list--disco .category {
    background: #C7E8FA;
    color: #004DA0;
    border-radius: 40px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .page--disco .list--disco li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--disco li a .thumb {
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--disco .list--disco li a .thumb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--disco .list--disco li a .tit {
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
  }
  .page--disco .list--disco li a .date {
    color: #004DA0;
    font-size: 12px;
  }
  .page--disco .list--disco li a:hover .thumb {
    -webkit-box-shadow: 5px 5px 0 #FDF573;
            box-shadow: 5px 5px 0 #FDF573;
  }
  .page--disco .list--disco li a:hover .thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page--disco .section--detail .disco-detail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .page--disco .section--detail .disco-detail .jacket {
    width: 50%;
    margin-right: 60px;
  }
  .page--disco .section--detail .disco-detail .block--disco__detail {
    width: 50%;
  }
  .page--disco .section--detail .disco-detail .jacketList li {
    margin-bottom: 15px;
  }
  .page--disco .section--detail .disco-detail .tit {
    margin-bottom: 15px;
  }
  .section--detail.page--profile .profileList li {
    margin-bottom: 50px;
  }
  .section--detail.page--profile .profileList li a .badge {
    position: absolute;
    width: 70px;
    left: -5px;
    top: -9px;
    z-index: 2;
  }
  .section--detail.page--profile .profileList li a .txtSide .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .section--detail.page--profile .profileList li a .txtSide .yomi {
    font-size: 11px;
    position: relative;
  }
  .section--detail.page--profile .profileList li a .txtSide .yomi::after {
    content: "";
    width: 60%;
    height: 10px;
    background: url(/static/stu48/fansite/common/2021/border_wave.svg) no-repeat;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -15px;
    left: 20%;
    background-size: 15px 10px;
    background-position: bottom;
  }
  .section--detail.page--profile .profileList li a:hover .ph {
    -webkit-filter: drop-shadow(6px 6px 0 #FDF573);
            filter: drop-shadow(6px 6px 0 #FDF573);
  }
  #mailInfo {
    width: 70%;
    margin: 0 auto !important;
  }
  .mailSample dt:after {
    right: 20px !important;
  }
  .sectionTit {
    width: 86%;
    max-width: 950px;
    margin: 0 auto 60px;
  }
  #profile .profileWrap {
    margin-bottom: 40px;
  }
  #profile .profileWrap .ph {
    float: left;
    width: 280px;
    margin-right: 60px;
  }
  #profile .btn .main {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #profile .btn .main:hover {
    background: #FDF573;
  }
  #profile .btn .back:hover {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .section--detail.page--producer .ph {
    float: left;
    width: 300px;
    margin-right: 40px;
  }
  .section--detail.page--producer .block--txt {
    overflow: hidden;
  }
  .section--detail.page--producer .block--txt .name {
    font-size: 28px;
  }
  .section--detail.page--producer .block--txt .name span {
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: -4px;
  }
  .section--detail.page--producer .block--txt .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .page--photo h2.tit {
    margin-bottom: 3rem;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
  }
  .page--photo .list--photo li a {
    display: block;
  }
  .page--photo .list--photo li a .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FDF573;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--photo .list--photo li a .tit {
    font-size: 16px;
  }
  .page--photo .list--photo li a:hover .thumb::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.7;
  }
  .page--blog .list--blog {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--blog .list--blog li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .page--blog .list--blog li:nth-child(3n) {
    margin-right: 0;
  }
  .page--blog .list--blog li a .txt-wrap {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--blog .list--blog li a:hover .thumb {
    -webkit-filter: drop-shadow(10px 10px 0 #FDF573);
            filter: drop-shadow(10px 10px 0 #FDF573);
    border-radius: 50%;
  }
  .page--blog .list--blog li a:hover .txt-wrap {
    background: #FDF573;
  }
  .page--blog.new--blog .section--list .block--tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .page--blog.new--blog .section--list .block--tit .section-tit {
    margin-bottom: 0;
  }
  .page--unit .btn--mail.sp {
    display: none !important;
  }
  .page--unit .wrap {
    padding-top: 50px;
  }
  .page--unit .block--header {
    background: #c7e8fa;
    width: 40%;
    height: 100vh;
    position: fixed;
    top: 0;
    padding: 30px 20px 100px 30px;
    overflow-y: auto;
  }
  .page--unit .block--header::-webkit-scrollbar {
    display: none;
  }
  .page--unit .block--header .block--link a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .page--unit .block--header .block--link a:hover {
    opacity: 0.7;
  }
  .page--unit .block--header .block--category .list--category .category {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .page--unit .block--header .block--category .list--category .category:has(a):hover {
    opacity: 0.7;
  }
  .page--unit .block--pickup .list--contents li {
    margin-right: 0;
  }
  .page--unit .block--pickup .list--contents li:first-child {
    margin-bottom: 40px;
    width: 100%;
  }
  .page--unit .block--pickup .list--contents li:first-child a .tit--pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -18px;
    left: 20px;
  }
  .page--unit .block--pickup .list--contents li:first-child a .tit--pickup .category {
    position: relative;
    top: auto;
    left: auto;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    width: auto;
    white-space: nowrap;
    margin-right: 2em;
  }
  .page--unit .block--pickup .list--contents li:first-child a .tit--pickup .category::before, .page--unit .block--pickup .list--contents li:first-child a .tit--pickup .category::after {
    width: 18px;
    height: 23px;
  }
  .page--unit .block--pickup .list--contents li:first-child a .tit--pickup .pickup {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page--unit .block--pickup .list--contents li:first-child a .thumb-wrap .thumb {
    border-radius: 60px 60px 0 0;
  }
  .page--unit .block--pickup .list--contents li:first-child a .block--item--info .block--txt .tit {
    font-size: 16px;
  }
  .page--unit .block--pickup .list--contents li:not(:first-child) .tit--pickup .pickup {
    display: none;
  }
  .page--unit .block--list .block-tit h3 {
    font-size: 24px;
  }
  .page--unit .list--contents li {
    width: 48%;
    margin-bottom: 20px;
  }
  .page--unit .list--bnr {
    margin-top: 70px;
  }
  .page--unit .list--bnr li {
    width: 49%;
  }
  .page--unit .section--list {
    width: 60%;
    max-width: none;
    margin: 0 0 0 auto;
    padding: 0 30px 300px 30px;
  }
  .page--unit .section--detail {
    padding-bottom: 100px;
  }
  .page--unit .txt p {
    font-size: 14px;
  }
  .page--unit footer::before {
    height: 300px;
  }
  .page--wallpaper .section--detail .tit {
    text-align: center;
  }
  .page--wallpaper .txt {
    margin-bottom: 30px;
  }
  .page--wallpaper .wp-main {
    width: 60%;
  }
  .page--wallpaper.page--confirm .tit {
    text-align: left;
  }
  .page--wallpaper.page--list .tit {
    text-align: center;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 10px;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin-bottom: 20px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #81C4F8;
  }
  .page--blog .no-data {
    font-size: 20px;
    margin: 200px auto;
    font-family: "Comfortaa", cursive;
  }
  .page--blog .section--detail {
    width: 90%;
    margin: 0 auto 100px;
    max-width: 900px;
  }
  .page--blog .section--detail .tit {
    font-family: "Comfortaa", cursive;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    -webkit-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.2rem;
    font-size: 10px;
  }
  .page--qa .list--qa li a:hover {
    background: #FDF573;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    padding: 1.5rem;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 60px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
    color: #fff;
    font-size: 13px;
    background: #004DA0;
    padding: 5px 10px;
    bottom: -16px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 50px 0;
  }
  .page--qa .block__answer .ico--a {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer .answer li {
    margin-bottom: 40px;
  }
  .page--qa .block__answer .answer li .txtBox span::before {
    width: 86px;
    height: 86px;
    left: -123px;
  }
  .page--qa .block__answer .answer li .txtBox .from {
    display: block;
    font-size: 12px;
  }
  .page--support.section--detail {
    margin: 0 auto 60px;
  }
  .page--support.section--detail .section-tit {
    margin-bottom: 3rem;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--support.section--detail .tit {
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 30px;
    font-weight: normal;
  }
  .section--detail.page--contact .txt a:hover {
    text-decoration: none;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0.2rem;
  }
  .page--faq .section--list .list--faq li a:hover {
    color: #81C4F8;
  }
  .page--faq .block--contact a:hover {
    color: #81C4F8;
    text-decoration: none;
  }
  .page--faq .section--detail .list--faq li a:hover {
    color: #81C4F8;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "Comfortaa", cursive;
    font-size: 40px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  footer .inner .list--support {
    margin-bottom: 100px;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .nav--support {
    text-align: center;
  }
  footer .inner .nav--support li {
    display: inline-block;
    font-size: 12px;
  }
  footer .inner .nav--support li a {
    display: block;
    position: relative;
    padding: 0 5px;
    padding-bottom: 2%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .inner .nav--support li a:hover {
    color: #81C4F8;
  }
  .page--questionnaire .section-tit {
    font-size: 30px;
  }
  .page--questionnaire .section-tit span {
    font-size: 60px;
  }
  .page--questionnaire .pulldownBox {
    width: 200px;
  }
  #introduction .content .txt {
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
  }
  #introduction .block--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 40px;
  }
  #introduction .block--login .block--inner {
    width: 49%;
    text-align: center;
    margin-right: 2%;
  }
  #introduction .block--login .block--inner:nth-child(2) {
    margin-right: 0;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-530%) translateX(-50%);
            transform: translateY(-530%) translateX(-50%);
  }
}
@media (max-height: 800px) and (min-width: 961px) {
  .page--home .section--bnr {
    margin-top: 2vw;
  }
  .page--home .section--top {
    height: auto;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail {
    bottom: -9vh;
  }
  .btn--mail.sp {
    display: block !important;
    width: 60px;
  }
  .drawer {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
  .loaded.page--home .drawer {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
    overflow: hidden;
  }
  .header {
    background: none;
  }
  .header .inner {
    padding: 0;
    height: 0;
  }
  .header .sp {
    display: block !important;
  }
  .header .pc {
    display: none !important;
    opacity: 0 !important;
  }
  .slick-list {
    overflow: visible;
  }
  .btn--mail {
    position: absolute;
    top: 20px;
    right: 135px;
    z-index: 10;
    width: 11vw;
    z-index: 999;
  }
  .btn--mail a {
    display: block;
  }
  .btn--mail.btn--stumail {
    right: 225px;
    top: 25px;
  }
  .btn--mail.btn--contact {
    right: 315px;
    top: 25px;
  }
  .drawer__btn {
    display: block;
    width: 50px;
    height: 60px;
    position: fixed;
    top: 5px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
  }
  .drawer__btn span {
    font-family: "Comfortaa", cursive;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: block;
  }
  .drawer__btn span i {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .drawer__btn span i.visible {
    opacity: 0;
    zoom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer__btn span i.hidden {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer__btn span:first-child {
    top: 0;
    left: 0;
  }
  .drawer__btn span:nth-child(2) {
    top: 0;
    left: 30px;
  }
  .drawer__btn span:nth-child(3) {
    top: 27px;
    left: 2px;
  }
  .drawer__btn span:last-child {
    top: 27px;
    left: 30px;
  }
  .drawer__btn-bg {
    width: 170px;
    height: 140px;
    position: fixed;
    top: -45px;
    right: -55px;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer {
    opacity: 0;
    z-index: -999;
    pointer-events: none;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
  }
  .drawer .drawer-inner {
    overflow-x: hidden;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
  }
  .drawer .drawer-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .drawer .drawer-inner .nav-dropdown {
    height: 0;
    overflow: hidden;
  }
  .drawer .drawer-inner .g-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .drawer .drawer-inner .g-nav .g-nav--left {
    display: block;
    width: 50%;
    max-width: 600px;
    padding: 5vw;
    margin: 20vh auto 10px auto;
  }
  .drawer .drawer-inner .g-nav .g-nav--right {
    display: block;
    width: 50%;
  }
  .drawer .drawer-inner .g-nav .nav--sns {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: left;
  }
  .drawer .drawer-inner .g-nav .nav--sns li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 12px;
  }
  .drawer .drawer-inner .g-nav .nav--sns li a {
    font-size: 18px;
    text-align: left;
  }
  .drawer .drawer-inner .g-nav .block--fc {
    padding-top: 20px;
    position: relative;
    background: #81C4F8;
    padding: 5px 6% 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave {
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    -webkit-animation: wave02 200s linear infinite;
    animation: wave02 200s linear infinite;
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
    -webkit-transform: rotate(90deg) scaleY(-1);
            transform: rotate(90deg) scaleY(-1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    overflow: hidden;
    width: 100vw;
    height: 80px;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave::before {
    content: "";
    width: 120%;
    height: 22vw;
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave_line01.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    -webkit-animation: wave01 200s linear infinite;
    animation: wave02 200s linear infinite;
    position: absolute;
    top: -11px;
    left: -20px;
    position: absolute;
    z-index: -1;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave::after {
    content: "";
    width: 120%;
    height: 22vw;
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave_line02.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    -webkit-animation: wave01 200s linear infinite;
    animation: wave01 200s linear infinite;
    position: absolute;
    top: -21px;
    left: -20px;
    position: absolute;
    z-index: -1;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo {
    width: 100%;
    max-width: 500px;
    margin: 20vh auto 5vw auto;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo .ikari {
    display: block;
    width: 3vw;
    height: 3vw;
    max-width: 36px;
    max-height: 36px;
    background: url(/static/stu48/fansite/common/2021/ikari.svg) no-repeat;
    background-size: contain;
    margin: 20px auto 12px;
    position: relative;
    z-index: 10;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo .logo--fc {
    width: 20vw;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 auto 20px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login li {
    display: none;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login li a svg {
    width: 100px;
    height: 75px;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--join {
    margin-right: 3%;
    top: 0;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--join a {
    pointer-events: auto;
    position: relative;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--join a svg {
    margin-top: -12px;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--login {
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--login a {
    pointer-events: auto;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--mypage a {
    pointer-events: auto;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login.login {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
    text-align: left;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a {
    font-size: min(1.6vw, 20px);
    padding: 5px 0;
    font-weight: bold;
    letter-spacing: 0.005em;
    display: inline-block;
    position: relative;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a::before {
    content: "";
    display: block;
    height: 0.7vw;
    position: absolute;
    left: 0;
    bottom: 0vh;
    z-index: -1;
    width: 100%;
    background: #FDF573;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li:nth-child(2n) {
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    position: relative;
    text-align: left;
    opacity: 1;
    background: transparent;
    padding: 0;
    border-radius: 0;
    top: 0;
    pointer-events: auto;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li {
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
    width: 49%;
    margin-right: 2%;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li a {
    color: #004DA0;
    font-size: 15px;
    padding: 5px 0;
    font-weight: bold;
    letter-spacing: 0.005em;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li a .sp {
    display: none !important;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li:nth-child(2n) {
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li .sns {
    display: none;
  }
  .drawer-visible .logo {
    position: fixed;
  }
  .drawer-visible .drawer__btn span .hidden {
    opacity: 0;
    zoom: 0;
  }
  .drawer-visible .drawer__btn span .visible {
    opacity: 1;
    zoom: 1;
  }
  .drawer-visible .drawer__btn span i {
    color: #fff;
  }
  .drawer-visible .drawer__btn-bg {
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
    top: -50px;
    right: -45px;
  }
  .drawer-visible .drawer__btn-bg #menu-bg path {
    fill: #81C4F8;
    stroke: #81C4F8;
  }
  .drawer-visible .drawer {
    z-index: 100;
    pointer-events: auto;
    left: 0;
    opacity: 1 !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-visible .drawer-inner {
    line-height: 1;
  }
  .drawer-visible .drawer-inner .g-nav .block--fc .nav--login {
    cursor: pointer;
  }
  .drawer-visible .drawer-inner .g-nav .block--fc .nav--login li {
    display: block;
  }
  .drawer-visible .drawer-inner .g-nav .block--fc .nav--login,
  .drawer-visible .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li,
  .drawer-visible .drawer-inner .g-nav .nav--menu__officilal li,
  .drawer-visible .drawer-inner .g-nav .nav--sns {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    top: 0;
  }
  .drawer-visible .drawer-inner .nav-dropdown {
    height: auto;
  }
  .feature.detail .btn--mail.sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  #op .inner .op-logo {
    width: 40vw;
  }
  #op .inner .bubbles .bubble:nth-child(8) {
    width: 60px;
    height: 60px;
  }
  #op .inner .bubbles .bubble:nth-child(13) {
    width: 30px;
    height: 30px;
  }
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn {
    font-size: 15px;
    margin: 2rem 0 0;
  }
  .formList .pulldownBox::before {
    right: 17px;
  }
  .formList .pulldownBox::after {
    right: 24px;
  }
  .pulldownBox {
    width: 100%;
  }
  .pulldownBox::before {
    top: 42%;
    right: 28px;
  }
  .pulldownBox::after {
    top: 42%;
    right: 34px;
  }
  .pulldownBox select {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .header {
    background: none;
  }
  .header .inner {
    padding: 0;
    height: 0;
  }
  .slick-list {
    overflow: visible;
  }
  .logo {
    width: 18%;
    max-width: 65px;
    position: absolute;
    top: 0;
    left: 5%;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: 999;
  }
  .btn--mail {
    position: absolute;
    top: 12px;
    right: 23%;
    z-index: 10;
    width: 11vw;
    z-index: 999;
  }
  .btn--mail a {
    display: block;
  }
  .btn--mail.btn--stumail {
    right: 36.5%;
  }
  .btn--mail.btn--contact {
    right: 50%;
  }
  .drawer__btn {
    display: block;
    width: 10vw;
    height: 11vw;
    position: fixed;
    top: 1.5vw;
    right: 2.5vw;
    z-index: 999;
  }
  .drawer__btn span {
    font-family: "Comfortaa", cursive;
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    display: block;
  }
  .drawer__btn span i {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .drawer__btn span i.visible {
    opacity: 0;
    zoom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer__btn span i.hidden {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer__btn span:first-child {
    top: 0;
    left: 1vw;
  }
  .drawer__btn span:nth-child(2) {
    top: 0;
    left: 6vw;
  }
  .drawer__btn span:nth-child(3) {
    top: 4.5vw;
    left: 1.2vw;
  }
  .drawer__btn span:last-child {
    top: 4.6vw;
    left: 5.8vw;
  }
  .drawer__btn-bg {
    width: 25vw;
    height: 25vw;
    position: fixed;
    top: -4vw;
    right: -6vw;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer {
    opacity: 0;
    z-index: -999;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
  }
  .drawer .drawer-inner {
    overflow-x: hidden;
    padding: 32% 5% 0;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
  }
  .drawer .drawer-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .drawer .drawer-inner .g-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 80vh;
  }
  .drawer .drawer-inner .g-nav .g-nav--right {
    height: 100%;
  }
  .drawer .drawer-inner .g-nav .nav--sns {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
  }
  .drawer .drawer-inner .g-nav .nav--sns li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 12px;
  }
  .drawer .drawer-inner .g-nav .nav--sns li a {
    font-size: 18px;
  }
  .drawer .drawer-inner .g-nav .block--fc {
    padding-top: 20px;
    position: relative;
    background: #81C4F8;
    margin: 11vw -6% 0;
    padding: 5px 6% 0;
    height: 100%;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave {
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    -webkit-animation: wave02 50s linear infinite;
    animation: wave02 50s linear infinite;
    position: absolute;
    top: -44px;
    left: -10vw;
    display: block;
    width: 120%;
    height: 22vw;
    z-index: -1;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave::before {
    content: "";
    width: 120%;
    height: 22vw;
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave_line01.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    -webkit-animation: wave01 50s linear infinite;
    animation: wave02 50s linear infinite;
    position: absolute;
    top: -11px;
    left: -20px;
    position: absolute;
    z-index: -1;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave::after {
    content: "";
    width: 120%;
    height: 22vw;
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave_line02.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    -webkit-animation: wave01 50s linear infinite;
    animation: wave01 50s linear infinite;
    position: absolute;
    top: -21px;
    left: -20px;
    position: absolute;
    z-index: -1;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo {
    margin-bottom: 7px;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo .ikari {
    display: block;
    width: 8vw;
    height: 8vw;
    background: url(/static/stu48/fansite/common/2021/ikari.svg) no-repeat;
    background-size: contain;
    margin: 20px auto 12px;
    position: relative;
    z-index: 10;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo .logo--fc {
    width: 50vw;
    margin: 0 auto 20px;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 56%;
    margin: 0 auto 20px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
    pointer-events: none;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login li {
    display: none;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login li a svg {
    width: 23vw;
    height: 11vw;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--join {
    width: 48.5%;
    margin-right: 3%;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--join a {
    position: relative;
    top: -3vw;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--login {
    width: 48.5%;
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login.login {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li a {
    font-size: 15px;
    padding: 5px 0;
    font-weight: bold;
    letter-spacing: 0.005em;
  }
  .drawer .drawer-inner .g-nav .nav--menu__officilal li:nth-child(2n) {
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li {
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s, transform 0.3s ease-in 0.2s, -webkit-transform 0.3s ease-in 0.2s;
    will-change: transform;
    width: 49%;
    margin-right: 2%;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li a {
    font-size: 15px;
    padding: 5px 0;
    font-weight: bold;
    letter-spacing: 0.005em;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li:nth-child(2n) {
    margin-right: 0;
  }
  .drawer .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li .sns {
    display: none;
  }
  .drawer-visible .logo {
    position: fixed;
  }
  .drawer-visible .drawer__btn span .hidden {
    opacity: 0;
    zoom: 0;
  }
  .drawer-visible .drawer__btn span .visible {
    opacity: 1;
    zoom: 1;
  }
  .drawer-visible .drawer__btn span i {
    color: #fff;
  }
  .drawer-visible .drawer__btn-bg {
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
    top: -5vw;
    right: -4vw;
  }
  .drawer-visible .drawer__btn-bg #menu-bg path {
    fill: #81C4F8;
    stroke: #81C4F8;
  }
  .drawer-visible .drawer {
    z-index: 100;
    pointer-events: auto;
    left: 0;
    opacity: 1;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-visible .drawer-inner .g-nav .block--fc .nav--login {
    cursor: pointer;
  }
  .drawer-visible .drawer-inner .g-nav .block--fc .nav--login li {
    display: block;
  }
  .drawer-visible .drawer-inner .g-nav .block--fc .nav--login,
  .drawer-visible .drawer-inner .g-nav .nav-dropdown .nav--menu__fc li,
  .drawer-visible .drawer-inner .g-nav .nav--menu__officilal li,
  .drawer-visible .drawer-inner .g-nav .nav--sns {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  footer .wave {
    -webkit-animation: wave01 50s linear infinite;
            animation: wave01 50s linear infinite;
  }
  footer .wave::before {
    -webkit-animation: wave02 50s linear infinite;
            animation: wave02 50s linear infinite;
  }
  footer .wave::after {
    -webkit-animation: wave03 50s linear infinite;
            animation: wave03 50s linear infinite;
  }
  footer .inner {
    padding: 20px 0;
  }
  footer .inner .copyright {
    font-size: 9px;
    text-align: center;
    z-index: 10;
    position: relative;
  }
  .date,
  .category {
    font-size: 12px;
    margin-bottom: 0.5vw;
  }
  .date .add {
    font-size: 12px;
  }
  .category {
    padding: 2px 8px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .list--information li {
    border-radius: 10px;
    margin-bottom: 12px;
  }
  .list--information li a {
    padding: 15px 20px;
  }
  .list--information li a .category {
    margin-right: 5px;
    margin-bottom: 7px;
  }
  .list--information li a .date {
    font-size: 12px;
    position: relative;
    top: 1px;
  }
  .list--information li a .tit {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .list--information.list--schedule li a {
    min-height: 93px;
  }
  .list--information.list--schedule li a .date-wrap {
    min-width: 73px;
  }
  .list--information.list--schedule li a .date-wrap .date .m {
    font-size: 20px;
  }
  .list--information.list--schedule li a .date-wrap .date .d {
    font-size: 27px;
    top: 25px;
  }
  .list--information.list--schedule li a .date-wrap .date .year {
    top: 27px;
    font-size: 11px;
  }
  .list--contents li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 5vw;
  }
  .list--contents li a .date {
    top: -23px;
    left: 23px;
    font-size: 10px;
    padding: 9px 14px 11px 7px;
  }
  .list--contents li a .date::before {
    height: 70px;
  }
  .list--contents li a .tit {
    font-size: 12px;
    width: 63vw;
  }
  .list--contents li a .thumb-wrap .thumb-line01 {
    height: 60vw;
  }
  .list--contents li a .thumb-wrap .thumb-line02 {
    height: 60vw;
  }
  .list--contents li a .category {
    padding: 5px 10px;
  }
  .list--contents li.new a .thumb-wrap::before {
    width: 8vw;
    height: 8vw;
    top: -10px;
    left: -3px;
  }
  .list--photo li {
    width: 46.5%;
    margin-right: 7%;
    margin-bottom: 10px;
  }
  .list--photo li:nth-child(3n) {
    margin-right: 4%;
  }
  .list--photo li:nth-child(5n) {
    margin-right: 7%;
  }
  .list--photo li:nth-child(2n) {
    margin-right: 0;
  }
  li.no-data {
    padding: 2em 0;
    text-align: center;
  }
  .wrap {
    padding-bottom: 100px;
    padding-top: 120px;
  }
  .wrap::after {
    top: 15vh;
    width: 95%;
    background-size: 70%;
  }
  .content-main {
    padding-bottom: 0;
  }
  .content-main::after {
    top: 7vh;
    left: 0;
    width: 96vw;
    height: 100%;
    border-top-left-radius: 20vw;
    border-bottom-right-radius: 20vw;
  }
  .section-tit {
    font-size: 7vw;
  }
  .tit-wrap {
    margin-bottom: 40px;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .section--list,
  .section--detail {
    width: 100%;
    max-width: auto;
    padding: 0 5%;
  }
  .section--list .tit-wrap,
  .section--detail .tit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 9vw;
    margin-bottom: 40px;
    line-height: 1.2;
  }
  .section--list .ph img,
  .section--detail .ph img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page--home .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page--home .wrap::after {
    top: 100vw;
  }
  .page--home header .inner .logo {
    max-width: 55px;
  }
  .page--home .content-main {
    padding-bottom: 0;
  }
  .page--home .section--birthday {
    margin-bottom: 80px;
  }
  .page--home .section--birthday .block--birthday .list--birthday li {
    width: 100%;
  }
  .page--home .section--top {
    width: 100%;
    height: 75vh;
    margin-bottom: 90px;
    padding-top: 25vh;
    position: relative;
  }
  .page--home .section--top.nologin {
    padding-top: 17vh;
  }
  .page--home .section--top .block--round .inner .round01 {
    width: 3vw;
    height: 3vw;
    top: 82vw;
    left: 4vw;
  }
  .page--home .section--top .block--round .inner .round02 {
    width: 3vw;
    height: 3vw;
    top: 54vw;
    left: 7vw;
  }
  .page--home .section--top .block--round .inner .round04 {
    width: 5vw;
    height: 5vw;
    top: 155vw;
  }
  .page--home .section--top .block--round .inner .round05 {
    width: 6vw;
    height: 6vw;
    background: #fff;
    top: 22vw;
    right: 33vw;
  }
  .page--home .section--top .block--round .inner .round06 {
    width: 5vw;
    height: 5vw;
    top: 99vw;
    right: 4vw;
  }
  .page--home .section--top .block--round .inner .round07 {
    top: 20vw;
  }
  .page--home .section--top .block--round .inner .round03,
  .page--home .section--top .block--round .inner .round08 {
    display: none;
  }
  .page--home .section--top .block--inner {
    width: 100%;
  }
  .page--home .section--top .block--inner .block--logo {
    position: static;
  }
  .page--home .section--top .block--inner .block--logo .logo {
    display: none;
  }
  .page--home .section--top .block--inner .block--logo .scroll {
    width: 2px;
    height: 80px;
    bottom: -6vh;
    left: 6%;
  }
  .page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap {
    width: 76vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .keyvisual {
    margin: 0 auto;
    min-width: 200px;
  }
  .page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .dot01 {
    width: 15vw;
    height: 15vw;
    right: -7vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .dot02 {
    width: 10vw;
    height: 10vw;
    left: -4vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .line01 {
    top: -1vw;
    left: 2vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap .line02 {
    top: 1vw;
    left: -2vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail {
    width: 20.2vh;
    height: 20vh;
    padding: 2vh 1vh 5vh 1.2vh;
    bottom: -9vh;
    right: 10px;
    min-width: 120px;
    min-height: 120px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__tit {
    font-size: 1.5vh;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name {
    margin: 2vh 0;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name::before {
    width: 16vh;
    height: 7vh;
    top: -1.4vh;
    left: 1vh;
    min-width: 102px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name span {
    font-size: 3.2vw;
    line-height: 3.5vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__duration {
    zoom: 0.9;
    font-size: 10px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__duration > span {
    font-size: 2.5vh;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__duration > span > span {
    font-size: 1.5vh;
  }
  .page--home .section--top .block--inner .block--keyvisual .message {
    width: 40vw;
    position: absolute;
    top: -11vw;
    left: 5%;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt {
    min-width: 16vh;
    min-height: 30px;
    padding: 1vh;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt p {
    font-size: 11px;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt::before {
    width: 11vw;
    bottom: 0;
    right: -3vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt::after {
    width: 12vw;
    bottom: 0;
    right: -2vw;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail {
    padding: 3.5vh 1vh 5vh 1.2vh;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__tit {
    font-size: 1.5vh;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__name {
    margin: 3vh 0;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__link {
    font-size: 1.7vh;
    padding-left: 2vh;
    top: 1.2vw;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__link::before {
    left: 0.5vh;
    top: 0.2vh;
    width: 1.2vh;
    height: 1.2vh;
  }
  .page--home .section--top .top-wave {
    bottom: -46vw;
  }
  .page--home .section--info {
    padding: 0 5%;
    margin-bottom: 80px;
  }
  .page--home .list__more {
    font-size: 12px;
  }
  .page--home .list__more a::before {
    top: 1%;
  }
  .page--home .section--bnr {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--bnr {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--bnr .swiper-container .swiper-slide::before {
    top: 20px;
    left: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--bnr .swiper-container .swiper-slide::before {
    top: 38px;
    left: 2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--bnr.no-swiper .swiper-slide {
    width: 90%;
    margin-right: 20px;
  }
  .page--home .section--profile {
    margin-bottom: 40px;
  }
  .page--home .section--profile .slick-list {
    overflow: visible;
  }
  .page--home .section--profile .list--profile li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--home .section--profile .list--profile li .member {
    width: 100%;
    margin: 0 auto 1.5em;
    padding: 0 1.2em 0 0;
  }
  .page--home .section--profile .list--profile li .member a .ph {
    margin-bottom: 0.7em;
  }
  .page--home .section--profile .list--profile li .member a .name {
    font-size: 12px;
  }
  .page--home .section--profile .list--profile li .member a .name::after {
    content: none;
  }
  .page--home .section--profile .list--profile li .member a .name span {
    zoom: 0.7;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
  .page--home .section--profile .list--profile li:nth-child(6n) {
    margin-right: 4%;
  }
  .page--home .section--profile .list--profile li:nth-child(3n) {
    margin-right: 0;
  }
  .page--home .section--video {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  .page--home .section--video .slick-list {
    overflow: visible;
  }
  .page--home .section--video .list--youtube li {
    margin-right: 15px;
  }
  .page--home .section--video .list--youtube li .video {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .page--home .section--video .list--youtube li .tit {
    font-size: 12px;
  }
  .page--home .area--fc .fc-wave .wave {
    height: 50px;
    -webkit-animation: wave01 50s linear infinite;
            animation: wave01 50s linear infinite;
  }
  .page--home .area--fc .fc-wave .wave::before {
    -webkit-animation: wave02 50s linear infinite;
            animation: wave02 50s linear infinite;
  }
  .page--home .area--fc .fc-wave .wave::after {
    -webkit-animation: wave03 50s linear infinite;
            animation: wave03 50s linear infinite;
  }
  .page--home .area--fc .logo-area {
    width: 90%;
    margin: 0 auto 80px;
  }
  .page--home .area--fc .logo-area .ikari {
    width: 10vw;
    height: 10vw;
    margin: 0 auto 20px;
  }
  .page--home .area--fc .logo-area .login--btn li a svg {
    width: 30vw;
    height: 17vw;
  }
  .page--home .area--fc .logo-area .login--btn li:last-child {
    top: 4vw;
  }
  .page--home .area--fc .section--blog {
    margin-bottom: 80px;
  }
  .page--home .area--fc .section--blog .list--blog li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .page--home .area--fc .section--blog .list--blog li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--fc .section--blog .list--blog li a .txt-wrap {
    width: 40vw;
    padding: 5vw 3vw 3vw;
  }
  .page--home .area--fc .section--blog .list--blog li a .txt-wrap .name {
    font-size: 11px;
    top: -13px;
    left: -7px;
    padding: 6px 10px;
  }
  .page--home .area--fc .section--blog .list--blog li a .txt-wrap::before, .page--home .area--fc .section--blog .list--blog li a .txt-wrap::after {
    width: 60px;
  }
  .page--home .area--fc .section--blog .list--blog li.new::before {
    width: 8vw;
    height: 8vw;
    top: 16px;
    left: 20px;
  }
  .page--home .area--fc .section--blog .list--blog li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home .area--fc .block--contents {
    padding-bottom: 80px;
  }
  .page--home .area--fc .block--contents .date {
    top: -23px;
    left: 33px;
    font-size: 10px;
    padding: 9px 14px 11px 7px;
  }
  .page--home .area--fc .block--contents .date::before {
    height: 70px;
  }
  .page--home .area--fc .block--contents .tit {
    width: 77vw;
  }
  .page--home .area--fc .block--contents .thumb-wrap .thumb-line01 {
    height: 60vw;
  }
  .page--home .area--fc .block--contents .thumb-wrap .thumb-line02 {
    height: 60vw;
  }
  .page--home .area--fc .block--contents .thumb-wrap.new::before {
    width: 8vw;
    height: 8vw;
    top: 7px;
    left: 17px;
  }
  .page--home .area--fc .block--contents .section--lottery .section-tit {
    font-size: 7vw;
    margin-bottom: 40px;
  }
  .page--home .area--fc .block--contents .section--lottery .block--lottery .thumb-wrap {
    width: 90%;
    margin: 0 auto 40px;
  }
  .page--home .area--fc .block--contents .section--lottery .block--lottery .tit {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
  .page--home .area--fc .block--contents .section--lottery .block--lottery .txt {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
  .page--home .area--fc .block--contents .section--lottery .block--lottery .btn--main {
    min-width: 40%;
    font-size: 14px;
  }
  .page--home .area--fc .block--contents .section--movie .no-data,
  .page--home .area--fc .block--contents .section--photo .no-data,
  .page--home .area--fc .block--contents .section--report .no-data {
    margin: 0 6%;
  }
  .page--home .area--fc .block--contents .section--movie .tit-wrap,
  .page--home .area--fc .block--contents .section--photo .tit-wrap,
  .page--home .area--fc .block--contents .section--report .tit-wrap {
    margin: 0 6%;
    margin-bottom: 40px;
  }
  .page--home .area--fc .block--contents .section--movie .tit-wrap .section-tit,
  .page--home .area--fc .block--contents .section--photo .tit-wrap .section-tit,
  .page--home .area--fc .block--contents .section--report .tit-wrap .section-tit {
    line-height: 1.3;
  }
  .page--home .area--fc .block--contents .section--movie a,
  .page--home .area--fc .block--contents .section--photo a,
  .page--home .area--fc .block--contents .section--report a {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .area--fc .block--contents .section--movie a,
  .page--home .area--fc .block--contents .section--photo a,
  .page--home .area--fc .block--contents .section--report a {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .block--contents .section--movie .list__more a,
  .page--home .area--fc .block--contents .section--photo .list__more a,
  .page--home .area--fc .block--contents .section--report .list__more a {
    margin: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .area--fc .block--contents .section--movie .list__more a,
  .page--home .area--fc .block--contents .section--photo .list__more a,
  .page--home .area--fc .block--contents .section--report .list__more a {
    margin: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .block--contents .section--movie .thumb-wrap .thumb,
  .page--home .area--fc .block--contents .section--photo .thumb-wrap .thumb,
  .page--home .area--fc .block--contents .section--report .thumb-wrap .thumb {
    width: 100%;
    margin-bottom: 0;
  }
  .page--home .area--fc .block--contents .section--movie,
  .page--home .area--fc .block--contents .section--photo {
    margin-bottom: 80px;
  }
  .page--home .area--fc .block--contents .section--movie .thumb-wrap,
  .page--home .area--fc .block--contents .section--photo .thumb-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .page--home .area--fc .block--contents .section--report {
    padding-bottom: 80px;
  }
  .page--home .area--fc .block--contents .section--report .contents-wrap {
    padding: 0 5%;
  }
  .page--home .area--fc .block--contents .section--report a {
    width: 100%;
    padding: 0 5vw;
    display: block;
  }
  .page--home .area--fc .block--contents .section--report .thumb-wrap .thumb-line01 {
    height: 60vw;
    top: -5px;
    left: 4px;
  }
  .page--home .area--fc .block--contents .section--report .thumb-wrap .thumb-line02 {
    height: 60vw;
    top: 5px;
    left: -4px;
  }
  .page--home .area--fc .block--contents .section--report .thumb-wrap .thumb {
    width: 100%;
  }
  .page--home .area--fc .block--contents .section--report .category {
    padding: 5px 10px;
    right: -5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .area--fc .block--contents .section--report .category {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .block--contents .section--report .tit {
    width: 63vw;
  }
  .page--home .area--fc .block--contents .section--report .date {
    top: -23px;
    left: 23px;
    font-size: 10px;
    padding: 9px 14px 11px 7px;
  }
  .page--home .area--fc .block--contents .movie-wrap a {
    margin-bottom: 20px;
    display: block;
  }
  .page--home .area--fc .block--contents .movie-wrap a:last-child {
    margin-bottom: 0px;
  }
  .page--home footer {
    padding: 80px 0 20px;
    position: relative;
    display: block;
  }
  .page--home footer .wave {
    -webkit-animation: wave01 50s linear infinite;
            animation: wave01 50s linear infinite;
  }
  .page--home footer .wave::before {
    -webkit-animation: wave02 50s linear infinite;
            animation: wave02 50s linear infinite;
  }
  .page--home footer .wave::after {
    -webkit-animation: wave03 50s linear infinite;
            animation: wave03 50s linear infinite;
  }
  .page--home footer .inner .block--bnr .list--another {
    margin-bottom: 30px;
  }
  .page--home footer .inner .block--bnr .list--another li {
    width: 60%;
    margin: 0 auto;
  }
  .page--home footer .inner .block--bnr .list--48 {
    padding: 0 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--home footer .inner .block--bnr .list--48 li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .page--home footer .inner .block--bnr .list--48 li:nth-child(6n) {
    margin-right: 0;
  }
  .page--home footer .inner .block--bnr .list--bnr {
    display: block;
  }
  .page--home footer .inner .block--bnr .list--bnr li {
    margin-right: 10px;
  }
  .page--home footer .inner .block--bnr .list--bnr.archive {
    margin-bottom: 40px;
  }
  .page--home footer .inner .block--support {
    padding: 0 5%;
  }
  .page--home footer .inner .block--support .list--support {
    margin-bottom: 50px;
    padding: 10px 25px;
    border: solid 1px #C7E8FA;
    border-radius: 30px;
  }
  .page--home footer .inner .block--support .list--support dt {
    position: relative;
    font-family: "Comfortaa", cursive;
    font-size: 4.2vw;
  }
  .page--home footer .inner .block--support .list--support dt::before {
    position: absolute;
    content: "";
    top: 34%;
    right: 9px;
    display: block;
    width: 2px;
    height: 0.7rem;
    border-radius: 30% 30% 0 0;
    background: #C7E8FA;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home footer .inner .block--support .list--support dt::after {
    position: absolute;
    content: "";
    top: 34%;
    right: 2px;
    display: block;
    width: 2px;
    height: 0.7rem;
    border-radius: 30% 30% 0 0;
    background: #C7E8FA;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home footer .inner .block--support .list--support dt.open::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page--home footer .inner .block--support .list--support dt.open::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .page--home footer .inner .block--support .list--support dd {
    display: none;
  }
  .page--home footer .inner .block--support .list--support dd ul {
    margin: 25px auto 0;
  }
  .page--home footer .inner .block--support .list--support dd ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 18px;
    font-size: 13px;
  }
  .page--home footer .inner .block--support .list--support dd ul li a {
    color: #C7E8FA;
  }
  .page--home footer .inner .copyright {
    text-align: center;
  }
  .page--home footer .slick-list {
    padding: 0px 20% !important;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: -4px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    padding: 0 6%;
    width: 100%;
  }
  .page--info .section--detail .txt {
    padding: 1rem 0 2rem;
  }
  .page--info .section--detail .category {
    margin-bottom: 10px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--info.page--detail .detail__btn {
    margin: 4rem 0 0;
  }
  .page--schedule {
    /*誕生日*/
    /*握手会*/
    /*公演*/
    /*リリース*/
    /*イベント*/
    /*コンサート*/
    /*メディア*/
    /*メンバー*/
    /*その他*/
    /*	Charming Trip */
    /*	STUDIO */
    /*	せとまいく */
    /*	瀬戸7 */
    /*	勝手に！四国観光大使 */
  }
  .page--schedule .header-calendar {
    margin-bottom: 12px;
  }
  .page--schedule .header-calendar .block--month .month {
    font-size: 15vw;
    margin-bottom: 30px;
  }
  .page--schedule .header-calendar .block--month .year {
    font-size: 5vw;
    margin-left: 12px;
  }
  .page--schedule .header-calendar .block--month .month-pager {
    font-weight: bold;
  }
  .page--schedule .category {
    padding: 5px 8px;
  }
  .page--schedule .list--category {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .page--schedule .list--category li {
    line-height: 0;
  }
  .page--schedule .list--schedule li {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(25, 36, 124, 0.2);
  }
  .page--schedule .list--schedule li .date {
    float: left;
    color: #004DA0;
    line-height: 1.2;
    width: 14vw;
  }
  .page--schedule .list--schedule li .date .md {
    font-size: 30px;
    text-align: center;
  }
  .page--schedule .list--schedule li .date .week {
    font-size: 12px;
    text-align: center;
  }
  .page--schedule .list--schedule li .date span {
    display: block;
    text-align: left;
  }
  .page--schedule .list--schedule li .entry_box {
    width: 80%;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .page--schedule .list--schedule li .entry_box .entry {
    margin-bottom: 15px;
  }
  .page--schedule .list--schedule li .entry_box a {
    display: block;
    padding: 0;
    min-height: 0;
    margin-left: 13vw;
  }
  .page--schedule .category {
    border: 1px solid #fff;
    background: #fff !important;
    font-weight: normal;
    margin-bottom: 2px;
    margin-right: 0;
    font-size: 10px;
    line-height: 0.5;
    position: relative;
    top: -1px;
  }
  .page--schedule .category--12,
  .page--schedule .category--12 a {
    color: #de7373;
    border-color: #de7373 !important;
  }
  .page--schedule .category--13,
  .page--schedule .category--13 a {
    color: #5261b9;
    border-color: #5261b9 !important;
  }
  .page--schedule .category--14,
  .page--schedule .category--14 a {
    color: #38a7b9;
    border-color: #38a7b9 !important;
  }
  .page--schedule .category--15,
  .page--schedule .category--15 a {
    color: #009688;
    border-color: #009688 !important;
  }
  .page--schedule .category--16,
  .page--schedule .category--16 a {
    color: #efbb1e;
    border-color: #efbb1e !important;
  }
  .page--schedule .category--17,
  .page--schedule .category--17 a {
    color: #ad5eb5;
    border-color: #ad5eb5 !important;
  }
  .page--schedule .category--18,
  .page--schedule .category--18 a {
    color: #ff7f32;
    border-color: #ff7f32 !important;
  }
  .page--schedule .category--19,
  .page--schedule .category--19 a {
    color: #38a7b9;
    border-color: #38a7b9 !important;
  }
  .page--schedule .category--20,
  .page--schedule .category--20 a {
    color: #f376af;
    border-color: #f376af !important;
  }
  .page--schedule .category--21,
  .page--schedule .category--21 a {
    color: #F8768D;
    border-color: #F8768D !important;
  }
  .page--schedule .category--22,
  .page--schedule .category--22 a {
    color: #B889D1;
    border-color: #B889D1 !important;
  }
  .page--schedule .category--23,
  .page--schedule .category--23 a {
    color: #81B1D6;
    border-color: #81B1D6 !important;
  }
  .page--schedule .category--24,
  .page--schedule .category--24 a {
    color: #d8e20f;
    border-color: #d8e20f !important;
  }
  .page--schedule .category--25,
  .page--schedule .category--25 a {
    color: #83D2C4;
    border-color: #83D2C4 !important;
  }
  .section--detail.page--profile h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    padding: 0 0 25px;
  }
  .section--detail.page--profile .profileList li a .txtSide .name {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .section--detail.page--profile .profileList li a .txtSide .yomi {
    font-size: 10px;
    letter-spacing: 0.5px;
    zoom: 0.8;
  }
  .sectionTit {
    padding: 0 5%;
    font-size: 10vw;
    margin-bottom: 40px;
  }
  #profile {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 5%;
  }
  #profile .profileWrap .ph {
    width: 80%;
    margin: 0 auto 30px;
  }
  #profile .profileWrap .list__txt .name {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #profile .profileWrap .list__txt .name .sns {
    padding: 4px 4px;
  }
  #profile .profileWrap .list__txt .yomi {
    font-size: 11px;
  }
  #profile .profileWrap .list__txt .yomi::after {
    background-size: 3vw;
    height: 1vw;
  }
  #profile .profileWrap .profileList {
    margin: 0;
  }
  #profile .profileWrap .profileList dl dt {
    font-size: 11px;
    float: none;
    margin-bottom: 5px;
  }
  #profile .profileWrap .profileList dl dd {
    padding-left: 0;
  }
  #profile .btn .main {
    max-width: inherit;
  }
  .section--detail.page--producer .ph {
    margin-bottom: 20px;
  }
  .section--detail.page--producer .name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section--detail.page--producer .name span {
    font-size: 12px;
    position: relative;
    top: -1px;
  }
  .section--detail.page--producer .txt {
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .page--blog .list--blog li {
    margin-bottom: 40px;
  }
  .page--blog .list--blog li a .thumb {
    width: 80%;
    margin: 0 auto 15px;
  }
  .page--blog .list--blog li a .txt-wrap {
    width: 70vw;
    padding: 8vw 3vw 3vw;
  }
  .page--blog .list--blog li a .txt-wrap .name {
    font-size: 14px;
    top: -13px;
    left: -7px;
  }
  .page--blog .list--blog li.new::before {
    width: 8vw;
    height: 8vw;
    top: 16px;
    left: 60px;
  }
  .page--blog .section--detail .name-wrap {
    margin-bottom: 20px;
  }
  .page--blog .section--detail .name-wrap .member-icon {
    width: 13vw;
    height: 13vw;
  }
  .page--blog .section--detail .block--txt {
    padding: 20px 5%;
  }
  .page--blog .section--detail .block--txt .tit {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .page--blog .section--detail .block--txt .category {
    margin-bottom: 10px;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--disco .list--disco li {
    margin-bottom: 40px;
  }
  .page--disco .list--disco li a .thumb {
    margin-bottom: 15px;
  }
  .page--disco .list--disco li a .category {
    margin-bottom: 8px;
  }
  .page--disco .list--disco li a .tit {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .page--disco .list--disco li a .date {
    color: #004DA0;
  }
  .page--disco .section--detail .thumb {
    margin-bottom: 15px;
  }
  .page--disco .section--detail .category {
    margin-bottom: 5px;
  }
  .page--disco .section--detail .tit {
    margin-bottom: 5px;
  }
  .page--disco .section--detail .date {
    margin-bottom: 30px;
  }
  .page--photo h2.tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
  }
  .page--photo .list--photo {
    margin-bottom: 40px;
  }
  .page--photo .section--detail .tit {
    font-size: 16px;
  }
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    top: 90%;
  }
  .page--confirm .section--detail {
    width: 100%;
  }
  .page--confirm .section--detail .point-wrap {
    padding: 15px 1em;
  }
  .page--confirm .section--detail .point-wrap .list--point {
    width: 100%;
  }
  .page--confirm .section--detail .point-wrap .list--point li {
    font-size: 12px;
  }
  .page--confirm .section--detail .list--attention li {
    font-size: 10px;
  }
  .page--qa .block--lead .txt {
    margin-bottom: 2rem;
    text-align: left;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 20px 20px;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .block__question {
    margin-bottom: 2rem;
    padding: 1.2rem;
    background: #fff;
    border-radius: 10px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 30px;
    left: -10px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
    display: inline;
    background: #004DA0;
    color: #fff;
    padding: 5px 8px;
    bottom: -15px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding-top: 30px;
  }
  .page--qa .block__answer .ico--a {
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 10px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer .answer li .txtBox {
    margin: 0 0 35px 72px;
    padding: 15px 10px;
  }
  .page--qa .block__answer .answer li .txtBox::before, .page--qa .block__answer .answer li .txtBox::after {
    width: 25px;
    left: -12px;
  }
  .page--qa .block__answer .answer li .txtBox .from {
    display: block;
    font-size: 12px;
  }
  .page--support.section--detail .section-tit {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--contact .section--detail .formList .pulldownBox {
    width: 100%;
  }
  .page--contact .section--detail .formList dt {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .page--contact .section--detail .formList dd {
    margin-bottom: 8px;
  }
  .page--contact .txt.cs {
    width: 100%;
    font-size: 13px;
  }
  .page--contact .block--contact {
    padding: 18px 5%;
  }
  .page--contact .block--contact .list--contact li {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .page--contact .block--attention {
    padding: 18px 4%;
  }
  .page--contact .block--attention .txt {
    font-size: 14px;
  }
  .page--contact .block--attention .list--attention li {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: -0.1rem;
  }
  .page--faq .searchBox {
    width: 100%;
    max-width: 100%;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  #introduction h2 {
    margin-bottom: 50px !important;
  }
  #introduction .list--img li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  #introduction .content .txt {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #introduction .block--contents .txt {
    text-align: left;
    line-height: 1.4;
  }
  #introduction .block--contents .no-data {
    font-size: 15px;
  }
  #introduction .block--contents .listBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #introduction .block--contents .listBox li {
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #introduction .block--contents .listBox li .contentTit {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    color: #004DA0;
  }
  #introduction .block--attention {
    margin-bottom: 40px;
  }
  #introduction .block--attention p {
    font-size: 12px;
    line-height: 1.6;
  }
  #introduction .block--attention .tit {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #introduction .block--login .block--inner {
    margin-bottom: 25px;
  }
  #introduction .block--login .block--inner .txt--basic {
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
  }
  #introduction .btn {
    margin: 0 auto;
  }
  .page--wallpaper.page--list .thumb-wrap {
    margin-bottom: 20px;
  }
  .page--wallpaper.page--list .tit {
    width: 100%;
  }
  .page--blog.new--blog .section--list .block--tit {
    margin-bottom: 40px;
  }
  .page--blog.new--blog .section--list .list--blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--blog.new--blog .section--list .list--blog li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  .page--blog.new--blog .section--list .list--blog li a .thumb {
    width: 100%;
  }
  .page--blog.new--blog .section--list .list--blog li a .txt-wrap {
    width: auto;
  }
  .page--blog.new--blog .section--list .list--blog li:nth-child(2n) {
    margin-right: 0;
  }
  .page--unit .wrap {
    padding-top: 50px;
  }
  .page--unit .section--list {
    padding-bottom: 130px;
    margin-bottom: 0;
  }
  .page--unit .btn--mail {
    display: none !important;
  }
  .page--unit .block--header {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .page--unit .block--list .block--tit h3 {
    font-size: 18px;
  }
  .page--unit .block--category .list--category .category {
    margin-bottom: 10px;
  }
  .page--unit .block--pickup .block--tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .page--unit .block--pickup .block--tit img {
    width: 60%;
  }
  .page--unit .list--contents li {
    margin-bottom: 20px;
    padding: 0;
  }
  .page--unit .list--contents li a .category {
    height: 32px;
    line-height: 32px;
  }
  .page--unit .list--contents li a .category::before, .page--unit .list--contents li a .category::after {
    content: "";
    width: 12px;
    height: 16px;
    right: -7px;
  }
  .page--unit .list--contents li a .block--item--info {
    margin-top: -30px;
    padding: 15px;
  }
  .page--unit .list--contents li a .block--item--info .date {
    padding: 0 15px;
    top: -24px;
    height: 24px;
    line-height: 33px;
  }
  .page--unit .list--bnr {
    margin-top: 50px;
  }
  .page--unit .list--bnr li {
    width: 100%;
  }
  .page--unit footer .inner .copyright {
    text-align: right;
    padding-right: 5%;
  }
  .page--unit footer .footer--wave {
    max-height: 180px;
    width: 130%;
    left: auto;
    right: -5%;
  }
  .page--questionnaire .section-tit {
    font-size: 28px;
  }
  .page--questionnaire .section-tit span {
    font-size: 38px;
  }
  .resize.page--home .section--top .block--inner .block--keyvisual .keyvisual-wrap {
    width: 40vh;
  }
  .resize.page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__link {
    top: 0;
  }
  #diagnosis .sectionTit {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 0 5%;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit {
    padding: 10px 0;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit .subTxt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-177%) translateX(-50%);
            transform: translateY(-177%) translateX(-50%);
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .tit-wrap {
    margin-bottom: 60px;
  }
  #op .inner .op-logo {
    width: 22vw;
  }
  .logo {
    max-width: 70px;
  }
  .btn--mail {
    top: 15px;
    right: 16%;
    z-index: 999;
    width: 6vw;
  }
  .pulldownBox {
    width: 40%;
  }
  .drawer .drawer-inner {
    padding: 17% 5% 0;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave {
    -webkit-animation: wave02 100s linear infinite;
            animation: wave02 100s linear infinite;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave::before {
    -webkit-animation: wave02 100s linear infinite;
            animation: wave02 100s linear infinite;
  }
  .drawer .drawer-inner .g-nav .block--fc .wave::after {
    -webkit-animation: wave03 100s linear infinite;
            animation: wave03 100s linear infinite;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo {
    margin-bottom: 10px;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo .ikari {
    width: 6vw;
    height: 6vw;
  }
  .drawer .drawer-inner .g-nav .block--fc .block--logo .logo--fc {
    width: 35vw;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login {
    width: 32%;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login li a svg {
    width: 14vw;
    height: 6vw;
  }
  .drawer .drawer-inner .g-nav .block--fc .nav--login .nav__item--join a {
    top: -1.6vw;
  }
  .drawer__btn {
    top: 1.2vw;
    right: 0.5vw;
    width: 8vw;
    height: 8vw;
  }
  .drawer__btn span {
    font-size: 3vw;
  }
  .drawer__btn span:first-child {
    top: 0;
    left: 1vw;
  }
  .drawer__btn span:nth-child(2) {
    top: 0;
    left: 4.7vw;
  }
  .drawer__btn span:nth-child(3) {
    left: 1.2vw;
    top: 3.5vw;
  }
  .drawer__btn span:last-child {
    left: 4.4vw;
    top: 3.6vw;
  }
  .drawer__btn-bg {
    width: 21vw;
    height: 21vw;
    top: -5vw;
    right: -8vw;
  }
  .drawer-visible .drawer__btn-bg {
    top: -5vw;
    right: -6vw;
  }
  .list--contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
    padding: 2vw;
  }
  .list--contents li a .tit {
    width: 31vw;
  }
  .list--contents li a .thumb-wrap .thumb-line01 {
    height: 25vw;
  }
  .list--contents li a .thumb-wrap .thumb-line02 {
    height: 25vw;
  }
  .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home .section--top {
    padding-top: 180px;
  }
  .page--home .section--top .block--round .inner .round04 {
    width: 20px;
    height: 20px;
    top: 108vw;
    left: 20%;
  }
  .page--home .section--top .block--round .inner .round05 {
    width: 30px;
    height: 30px;
    top: 18vw;
    right: 33vw;
  }
  .page--home .section--top .block--round .inner .round06 {
    width: 20px;
    height: 20px;
    top: 68vw;
    right: 40px;
  }
  .page--home .section--top .block--round .inner .round07 {
    width: 15px;
    height: 15px;
    top: 13vw;
  }
  .page--home .section--top .block--inner .block--keyvisual .message {
    width: 200px;
    top: -4vw;
    left: 5%;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt {
    min-width: 201px;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt::before {
    width: 52px;
    right: -18px;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt::after {
    width: 63px;
    right: -16px;
  }
  .page--home .section--top .block--inner .block--keyvisual .message .txt p {
    font-size: 13px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail {
    width: 190px;
    height: 190px;
    padding: 25px 37px 43px;
    bottom: -32px;
    right: 36px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__tit {
    font-size: 13px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name {
    margin: 8px 0;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name::before {
    width: 150px;
    height: 51px;
    left: 10px;
    top: 2px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__name span {
    font-size: 15px;
    line-height: 48px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__duration {
    font-size: 10px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__duration > span {
    font-size: 28px;
  }
  .page--home .section--top .block--inner .block--keyvisual .detail .item__duration > span > span {
    font-size: 13px;
    margin-left: 4px;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__name {
    margin: 16px 0;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__link {
    font-size: 16px;
    padding-left: 15px;
    top: 0;
  }
  .page--home .section--top .block--inner .block--keyvisual.nologin .profile .detail .item__link::before {
    top: 7%;
    left: 0;
    width: 12px;
    height: 12px;
  }
  .page--home .area--fc .logo-area .ikari {
    width: 5vw;
    height: 5vw;
  }
  .page--home .area--fc .logo-area .fc-logo {
    width: 42vw;
    margin: 0 auto 10px;
  }
  .page--home .area--fc .logo-area .login--btn li a svg {
    width: 14vw;
    height: 8vw;
  }
  .page--home .area--fc .logo-area .login--btn li:last-child {
    top: 2vw;
  }
  .page--home .area--fc .section--blog .list--blog li a .thumb {
    -webkit-filter: none;
            filter: none;
  }
  .page--home .area--fc .section--blog .list--blog li a .txt-wrap {
    padding: 30px 20px 20px;
  }
  .page--home .area--fc .section--blog .list--blog li a .txt-wrap .date {
    font-size: 12px;
  }
  .page--home .area--fc .section--blog .list--blog li a .txt-wrap .tit {
    font-size: 14px;
  }
  .page--home .area--fc .block--contents .date {
    top: -23px;
    left: 68px;
  }
  .page--home .area--fc .block--contents .tit {
    width: 80%;
  }
  .page--home .area--fc .block--contents .thumb-wrap.new::before {
    width: 6vw;
    height: 6vw;
    top: 27px;
    left: 37px;
  }
  .page--home footer .inner .block--support .list--support {
    width: 50%;
    margin: 0 auto 50px;
  }
  .page--home footer .inner .block--support .list--support dt {
    font-size: 2.6vw;
  }
  .page--profile .profileList li .badge {
    width: 56px;
  }
  .page--schedule .header-calendar .block--month .month {
    font-size: 60px;
  }
  .page--schedule .header-calendar .block--month .year {
    font-size: 16px;
    margin-left: 6px;
  }
  .page--blog .list--blog {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--blog .list--blog li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .page--blog .list--blog li a .txt-wrap {
    width: 30vw;
    padding: 4vw 2vw 2vw;
  }
  .page--blog .list--blog li:nth-child(2n) {
    margin-right: 0;
  }
  .list--photo li {
    width: 32%;
    margin-right: 2%;
  }
  .list--photo li:nth-child(2n) {
    margin-right: 2%;
  }
  .list--photo li:nth-child(3n) {
    margin-right: 0;
  }
  .section--detail.page--entry .block--benefit .thumb {
    width: 60%;
  }
  .section--detail.page--entry .block-tit {
    font-size: 6vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic span {
    font-size: 20px;
  }
  .section--detail.page--entry .list--content li {
    padding: 25px;
  }
  .section--detail.page--entry .price th,
  .section--detail.page--entry .price td {
    font-size: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .page--unit #teamList .tit—logo img {
    width: 13vw;
  }
  .page--unit #teamList .tit—logo {
    top: -6vw;
  }
  .page--unit .btn--mail.btn--stumail {
    right: 25.5%;
  }
  .page--unit .btn--mail.btn--contact {
    right: 35%;
  }
}
@media screen and (max-width: 700px) {
  .sp {
    display: block !important;
  }
  .page--unit #teamList .tit—logo img {
    width: 18vw;
  }
  .page--unit #teamList .tit—logo {
    top: -10vw;
  }
  .page--unit .btn--mail.btn--stumail {
    right: 36.5%;
  }
  .page--unit .btn--mail.btn--contact {
    right: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--unit .drawer .drawer-inner .g-nav .block--fc .wave {
    background: repeat-x bottom center;
    background-image: url(/static/stu48/fansite/common/2021/wave.svg);
    background-repeat: repeat-x;
    background-size: 140px 71px;
    -webkit-animation: wave02 50s linear infinite;
            animation: wave02 50s linear infinite;
    position: absolute;
    top: -44px;
    left: -10vw;
    display: block;
    width: 120%;
    height: 22vw;
    z-index: -1;
  }
}/*# sourceMappingURL=fansite-service.css.map */