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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

@font-face {
  font-family: "LINESeedJP";
  src: url("/static/mga/font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("/static/mga/font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("/static/mga/font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("/static/mga/font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
}
/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F5F5F5;
  color: #002928;
  font-family: "LINESeedJP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 13px;
  }
}

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

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

::-moz-selection {
  background-color: #002928;
  color: #FFFFFF;
}

::selection {
  background-color: #002928;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #002928;
  color: #FFFFFF;
}

.svg-parts {
  display: none;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

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

.block--pager {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  margin: 0 auto;
  width: 100%;
}
.block--pager li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.block--pager li.pager__item--current span {
  color: #FFFFFF;
  background-color: #1E4737;
  border: none;
}
.block--pager li .pager--flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block--pager li span,
.block--pager li a {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.block--pager li span {
  width: 100%;
  height: 100%;
}
.block--pager li span.disable {
  background-color: #BBBBBB;
  border: none;
}
.block--pager li span.enable {
  background: transparent;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #002928;
}
.block--pager .pager__item--newer {
  position: relative;
}
.block--pager .pager__item--newer span {
  position: relative;
}
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 50%;
}
.block--pager .pager__item--older {
  position: relative;
}
.block--pager .pager__item--older span {
  position: relative;
}
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 50%;
}
.block--pager .pager__item--back {
  width: initial;
  height: initial;
  border: none;
}
.block--pager .pager__item--back .back__btn {
  margin-top: initial;
  min-width: initial;
  overflow: auto;
  border-radius: initial;
  display: block;
  border: none;
  background-color: transparent;
}
.block--pager .pager__item--back .back__btn a {
  background-color: #1E4737;
  padding: 0.7em 2.5em;
  border: none;
}
.block--pager .pager__item--back .back__btn a::before {
  display: none;
}

h2 {
  font-weight: inherit;
}

.txt--basic {
  font-size: 15px;
  line-height: 1.6;
}

.txt--sub {
  font-size: 13px;
  line-height: 1.4em;
}

.tit {
  font-weight: bolder;
  line-height: 1.4;
  letter-spacing: 0.025em;
}

/* layout */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap {
  flex-wrap: wrap;
}

/* image */
.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.no-thumb {
  display: flex;
  background-color: #D1D1D1;
}
.no-thumb .thumb-none {
  width: 60%;
  margin: 0 auto;
  opacity: 0.4;
}

.blur {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.blur::before {
  display: block;
  content: "MEMBER’S ONLY";
  width: 200px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .blur::before {
    font-size: 18px;
  }
}
.blur img {
  filter: blur(10px) contrast(0.6);
  transform: scale(1.5);
}

.thumb-bg {
  background-color: #D1D1D1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* video */
.block--player {
  padding-top: 56.25%;
  position: relative;
}

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

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

/* text-align */
.center {
  text-align: center;
}

/* app-bnr */
#app-bnr {
  display: none;
  position: relative;
  z-index: 5;
  font-weight: 300;
  transition: none;
}
#app-bnr a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4em;
  background: #BCE670;
  padding: 10px 7% 10px 30px;
  font-size: 13px;
  color: #005e3c;
  letter-spacing: 0;
  transition: none;
}
#app-bnr a:before {
  content: "\f105";
  color: #005e3c;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 3%;
}
#app-bnr a .icon {
  width: 60px;
  float: left;
  line-height: 0;
  margin: 0 4% 0 0;
}
#app-bnr a .icon img {
  background: url(/static/mga/common/icon_bnr_appli.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#app-bnr .txt {
  overflow: hidden;
  flex: 1;
  font-weight: 500;
}
#app-bnr .txt span {
  display: block;
  margin-bottom: 2px;
  color: #005e3c;
  font-size: 14px;
  font-weight: bold;
}
#app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#app-bnr .close::before, #app-bnr .close::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #005e3c;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -2px;
}
#app-bnr .close::before {
  transform: rotate(-45deg);
}
#app-bnr .close::after {
  transform: rotate(45deg);
}

#app-bnr * {
  transition: none;
}

body.home.bnr-on {
  height: auto;
}
body.home.bnr-on #header {
  position: absolute;
  top: 80px;
}
body.home.bnr-on #navBtn {
  position: absolute;
  top: 140px;
  transition: none;
}
body.home.bnr-on.menuOpen #header {
  position: fixed;
}
body.home.bnr-on.menuOpen #navBtn {
  top: 21px;
}
body.home.bnr-on #container {
  padding-top: 0;
  margin-top: 130px;
  transition: margin-top 0.3s ease;
}
body.home.bnr-on.headerFixApp #header {
  position: fixed;
  top: 0;
}
body.home.bnr-on.headerFixApp #header h1 {
  width: 60px;
  height: 36px;
  padding: 12px 0;
  margin: 0 auto;
}
body.home.bnr-on.headerFixApp #header svg {
  transition: all 0.3s ease;
}
body.home.bnr-on.headerFixApp #navBtn {
  position: fixed;
  top: 21px;
  right: 16px;
}
body.home.bnr-on.headerFixApp #container {
  margin-top: 80px;
}

.page--home .wide--logo--01 {
  fill: #fff;
  stroke-width: 0px;
}

body:not(.page--home) .wide--logo--01 {
  fill: #002928;
}

.moment-up01 {
  isolation: isolate;
}

.moment-up02 {
  fill: #fff;
}

.moment-up02,
.moment-up03 {
  stroke-width: 0px;
}

.moment-up03 {
  fill: #8fc31f;
}

svg.jamsnews {
  fill: #0ea53b;
  stroke-width: 0px;
}

.mrsmovie--icon {
  fill: #64860e;
  fill-rule: evenodd;
  stroke-width: 0px;
}

.mrsreport--icon {
  fill: #64860e;
  stroke-width: 0px;
}

.wakaiphoto--icon {
  fill: #64860e;
  fill-rule: evenodd;
  stroke-width: 0px;
}

.footer__arrow {
  fill: #DDFFA2;
  stroke-width: 0px;
}

.pagetop {
  fill: #8fc31f;
  stroke-width: 0px;
}

.pagetop__arrow {
  fill: #8fc31f;
  stroke-width: 0px;
}

.page--movie .pagetop,
.page--photo .pagetop {
  fill: #FFFFFF;
}

.page--blog.page--blog__parent:not(.page--archive) .copyright {
  fill: #FFFFFF;
}

.page--blog.page--blog__parent:not(.page--archive) .pagetop {
  fill: #FFFFFF;
}

.page--blog.page--blog__parent:not(.page--archive) .pagetop__arrow {
  fill: #FFFFFF;
}

.page--blog.page--blog__detail:not(.category--6) .copyright {
  fill: #FFFFFF;
}

.page--blog.page--blog__detail:not(.category--6) .pagetop {
  fill: #FFFFFF;
}

.page--blog.page--blog__detail:not(.category--6) .pagetop__arrow {
  fill: #FFFFFF;
}

.page--movie .pagetop__arrow,
.page--photo .pagetop__arrow {
  fill: #FFFFFF;
}

.jamsdraw01,
.jamsdraw02,
.jamsdraw03 {
  fill: #005e3c;
}

.jamsdraw01,
.jamsdraw03,
.jamsdraw04 {
  stroke: #005e3c;
}

.jamsdraw-menu01,
.jamsdraw-menu02,
.jamsdraw-menu03 {
  fill: #DDFFA2;
}

.jamsdraw-menu01,
.jamsdraw-menu03,
.jamsdraw-menu04 {
  stroke: #DDFFA2;
}

.jamsdraw02,
.jamsdraw-menu02 {
  stroke-width: 0px;
}

.jamsdraw03,
.jamsdraw04,
.jamsdraw-menu03,
.jamsdraw-menu04 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jamsdraw04,
.jamsdraw-menu04 {
  fill: none;
}

.pin01 {
  fill: #bfe05c;
}

.pin01,
.pin02,
.pin03,
.pin04,
.pin05 {
  stroke-width: 0px;
}

.pin02 {
  fill: #8cd142;
}

.pin03 {
  fill: #d3d3d3;
}

.pin04 {
  fill: #a3a3a3;
}

.pin05 {
  fill: #f5fddc;
}

.logo01 {
  fill: #005e3c;
}

.logo01,
.logo02 {
  stroke-width: 0px;
}

.logo02 {
  fill: #8fc31f;
}

.entry-jamsdraw01 {
  stroke-miterlimit: 10;
  stroke-width: 0.75px;
}

.entry-jamsdraw01,
.entry-jamsdraw02,
.entry-jamsdraw03 {
  fill: #005e3c;
}

.entry-jamsdraw01,
.entry-jamsdraw03,
.entry-jamsdraw04 {
  stroke: #005e3c;
}

.entry-jamsdraw02 {
  stroke-width: 0px;
}

.entry-jamsdraw03,
.entry-jamsdraw04 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.entry-jamsdraw04 {
  fill: none;
}

.entry-ticket01 {
  fill: #ddffa2;
}

.entry-ticket01,
.entry-ticket02 {
  stroke-width: 0px;
}

.entry-ticket02 {
  fill: #005e3c;
}

.section--detail .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.section--detail .video-js:hover .vjs-big-play-button,
.section--detail .video-js .vjs-big-play-button:focus,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js:hover .vjs-big-play-button,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-big-play-button:focus {
  background-color: transparent;
}
.section--detail .vjs-big-play-centered .vjs-big-play-button,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
  background: no-repeat center url(/static/common/newmovie/img/ico--play.svg);
  background-size: contain;
  width: 11vw;
  aspect-ratio: 1/1;
  max-width: 80px;
  max-height: 80px;
  top: 50%;
  left: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
}
.section--detail .vjs-poster,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-poster {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.section--detail .video-js .vjs-play-control,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-control {
  width: 11vw;
  height: 11vw;
  max-width: 60px;
  max-height: 60px;
}
.section--detail .video-js .vjs-control-bar,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-control-bar {
  background-color: rgba(4, 33, 22, 0.4);
  height: 5em;
}
.section--detail .video-js .vjs-volume-panel .vjs-volume-control,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-volume-panel .vjs-volume-control {
  top: 1em;
}
.section--detail .video-js .vjs-fullscreen-control,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 2em;
}
.section--detail .video-js .vjs-time-control,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 4em;
}
.section--detail .video-js .vjs-progress-control .vjs-progress-holder,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.section--detail .video-js .vjs-progress-control,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-progress-control {
  width: 100%;
  min-width: 4em;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  height: auto;
}
.section--detail .video-js .vjs-play-progress,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #DDFFA2 0%, #005e3c 100%);
  transition: 0.1s;
}
.section--detail .video-js .vjs-play-progress::before,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-progress::before {
  font-size: 1.2em;
  color: #DDFFA2;
  top: 50%;
  transform: translateY(-50%);
}
.section--detail .video-js .vjs-load-progress div,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-load-progress div {
  background: rgba(255, 255, 255, 0.8);
}
.section--detail .video-js .vjs-slider,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-slider {
  background: rgba(210, 210, 210, 0.6);
  height: 1em;
}
.section--detail .vjs-mouse-display .vjs-time-tooltip,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-mouse-display .vjs-time-tooltip {
  background-color: rgba(255, 253, 253, 0.8);
  color: #002928;
  width: 50px;
}
.section--detail .vjs-http-source-selector.vjs-menu-button,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-http-source-selector.vjs-menu-button {
  position: absolute;
  right: 7.2em;
}
.section--detail .vjs-menu-button.vjs-icon-cog,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-menu-button.vjs-icon-cog {
  font-size: 2.4em;
}
.section--detail .vjs-picture-in-picture-control.vjs-control,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-picture-in-picture-control.vjs-control {
  font-size: 2.4em;
  position: absolute;
  right: 4.5em;
  width: 2em;
}
.section--detail .vjs-menu-button-popup .vjs-menu,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-menu-button-popup .vjs-menu {
  left: -2.5em;
  margin-bottom: 2.7em;
}
.section--detail .vjs-button > .vjs-icon-placeholder:before,
.page--movie.new-movie .section--detail .area--movie .block--player .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
  line-height: 1.67;
}
.section--detail .custom-seekbar-progress,
.page--movie.new-movie .section--detail .area--movie .block--player .custom-seekbar-progress {
  background: linear-gradient(45deg, #DDFFA2 0%, #005e3c 100%);
  height: 100%;
  width: 0%;
}

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

.block--error {
  background: #ffe8e8;
  color: #c4083a;
  font-weight: 400;
  padding: 1em;
  border-radius: 5px;
}

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

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #D1D1D1;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 15px;
  }
}
@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-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    padding: 0.8em;
  }
}
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: #c4083a;
  border-color: #c4083a;
}
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: #D1D1D1;
}

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

/* textarea */
textarea {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  height: 10em;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
  background: #fff;
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 0.8em;
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #c4083a;
  border-color: #c4083a;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  background: #fff;
  padding-right: 2.3em;
  border: 1px solid #969696;
  padding: 0.5em 2.8em 0.5em 1em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em;
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #c4083a;
  border-color: #c4083a;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em 2em 0.8em 0.8em;
  }
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #002928;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select::after {
    right: 1em;
  }
}

/* checkbox */
.form__checkbox label p {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-size: 13px;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #c4083a;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 1.2em;
  height: 1.2em;
  border-radius: 4px;
  border: 1px solid #002928;
  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 #002928;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  border-color: #002928;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

.form--comfirm,
.form--confirm {
  margin: 2em auto 4em;
}
.form--comfirm dt,
.form--confirm dt {
  opacity: 0.5;
}
.form--comfirm dd,
.form--confirm dd {
  border-bottom: 1px dotted rgba(0, 99, 65, 0.2);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* radio */
.form__radio label p {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-size: 13px;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #c4083a;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #969696;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #002928;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-size: 13px;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #c4083a;
}
.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;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #002928;
  border-color: #002928;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
}
.btn .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDFFA2;
  border-right: 1px solid #DDFFA2;
  transform: rotate(45deg) translateY(-50%);
}

.btn-base-style, .btn--main,
.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}

.btn--main,
.btn--sub {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  height: inherit;
  line-height: inherit;
  padding: 0.8em 2em;
  margin: 0.25em auto;
  transition: all 0.3s 0s ease;
}

.btn--main {
  background: #1E4737;
  color: #DDFFA2;
}

.btn--sub {
  background: #FFFFFF;
  color: #002928;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.detail__btn {
  position: relative;
}
.detail__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.8em 1.2em;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.detail__btn a::after {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #002928;
  border-right: 1px solid #002928;
  margin-left: 0.3em;
  transform: rotate(45deg) translateY(-20%);
}
.detail__btn.against a {
  background-color: #1E4737;
  border: none;
  color: #DDFFA2;
}
.detail__btn.against a::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #DDFFA2;
  border-right: 1px solid #DDFFA2;
  margin-left: 0.3em;
  transform: rotate(45deg) translateY(-20%);
}

.back__btn {
  display: inline-block;
}
.back__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.8em 1.2em;
  position: relative;
  color: #FFFFFF;
  background-color: #1E4737;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 50px;
}
.back__btn a::before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  margin-right: 0.3em;
  transform: rotate(-45deg) translateY(-20%);
}

.page--member .detail__btn.against a {
  border: 1px solid rgba(198, 231, 140, 0.7);
}
.page--member .back__btn a {
  border: 1px solid rgba(221, 255, 162, 0.8);
  color: #DDFFA2;
}
.page--member .back__btn a::before {
  border-top: 1px solid #DDFFA2;
  border-left: 1px solid #DDFFA2;
}

.list--information {
  display: flex;
}
.list--information:not(.schedule) li {
  position: relative;
}
.list--information:not(.schedule) li.new::after {
  content: "NEW";
  position: absolute;
  background-color: #002928;
  font-size: 12px;
  color: #FFFFFF;
  padding: 3px 10px;
  border-radius: 0 8px 0 0;
  right: 0;
  top: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.list--information:not(.schedule) li.info a > .flex--container .date--item .date--box {
  background-color: #32A89C;
}
.list--information:not(.schedule) li.info .category {
  color: #32A89C;
}
.list--information:not(.schedule) li.media a > .flex--container .date--item .date--box {
  background-color: #7662D2;
}
.list--information:not(.schedule) li.media .category {
  color: #7662D2;
}
.list--information:not(.schedule) li.live a > .flex--container .date--item .date--box {
  background-color: #7F8D00;
}
.list--information:not(.schedule) li.live .category {
  color: #7F8D00;
}
.list--information:not(.schedule) li.release a > .flex--container .date--item .date--box {
  background-color: #6FAF3B;
}
.list--information:not(.schedule) li.release .category {
  color: #6FAF3B;
}
.list--information:not(.schedule) li.jamsnews a > .flex--container .date--item .date--box {
  background-color: #0EA53B;
}
.list--information:not(.schedule) li.jamsnews .category {
  color: #0EA53B;
}
.list--information:not(.schedule) li.pin a {
  background-color: rgba(221, 255, 162, 0.5);
  border: 1px solid #BCE670;
}
.list--information:not(.schedule) li a {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.list--information:not(.schedule) li a > .flex--container {
  display: flex;
  height: 100%;
}
.list--information:not(.schedule) li a > .flex--container .date--item {
  height: 100%;
  display: flex;
  align-items: center;
}
.list--information:not(.schedule) li a > .flex--container .date--item .date--box {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.list--information:not(.schedule) li a > .flex--container .date--item .date--box .date {
  color: #FFFFFF;
}
.list--information:not(.schedule) li a > .flex--container .flex--item.tit--item .tit {
  display: inline-block;
  overflow: hidden;
}
.list--information:not(.schedule) li a .pin {
  position: absolute;
  top: 2%;
  left: 2%;
}
.list--information li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #F5F5F5;
}

.list--contents {
  display: flex;
}
.list--contents > li a {
  display: block;
  position: relative;
}
.list--contents > li a .thumb {
  position: relative;
  overflow: hidden;
}
.list--contents > li a .thumb img {
  display: block;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.list--contents > li a .category,
.list--contents > li a .date {
  color: #64860E;
}
.list--contents > li .list--txt .tit {
  line-height: 1.4;
}

.list--moment {
  display: flex;
  flex-wrap: wrap;
}
.list--moment li {
  position: relative;
}
.list--moment li.none {
  pointer-events: none;
}
.list--moment li a {
  text-decoration: none;
}
.list--moment li a .icon {
  position: relative;
}
.list--moment li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  width: 9.1vw;
  height: 9.1vw;
  max-width: 140px;
  max-height: 140px;
  border-radius: 50%;
  margin-bottom: 0.25em;
  position: relative;
}
.list--moment li .icon .thumb {
  width: 88%;
}
.list--moment li .icon img {
  border-radius: 50%;
}
.list--moment li .list--txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  color: #002928;
  font-size: 16px;
  line-height: 1;
  padding: 0.1em 0.5em;
  border-radius: 8px;
  position: absolute;
  bottom: -0.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.list--moment li.read .icon {
  background: #969696;
}
.list--moment li.read .icon .list--txt {
  background: #969696;
  color: #FFFFFF;
}
.list--moment li.unread .icon {
  background-size: 600% 600%;
  animation: bounce-in 2s ease infinite;
  background: linear-gradient(180deg, #DDFFA2, #002928);
}
.list--moment li.unread .icon.motoki .list--txt {
  color: #FFFFFF;
}
.list--moment li.unread .icon.hiloto .list--txt {
  color: #FFFFFF;
}
.list--moment li.unread .icon.ryoka .list--txt {
  color: #FFFFFF;
}
.list--moment li.unread .icon.staff .list--txt {
  color: #FFFFFF;
}
.list--moment li.unread .icon .list--txt {
  background-color: #005e3c;
}
.list--moment li.nonlogin .list--txt {
  background: #FFFFFF;
  color: #002928;
  bottom: -1.25em;
}
.list--moment li.nonlogin .list--txt .time {
  line-height: 1;
}

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

.list--attention li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.list--attention li:last-child {
  margin-bottom: 0;
}

.list--sns {
  display: flex;
  justify-content: flex-end;
  gap: 0 0.5em;
}
.list--sns img,
.list--sns span {
  display: none;
}

.list--login {
  font-size: 1.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2em;
}

.header {
  width: 100%;
  position: absolute;
  box-shadow: none !important;
}
.header .logo {
  width: 400px;
  margin: 50px 0 0 50px;
  position: relative;
  z-index: 10;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .drawer__btn {
  width: 70px;
  height: 70px;
  text-align: center;
  position: fixed;
  border-radius: 70px;
  z-index: 910;
  background-color: #002928;
  border: 1px solid rgba(221, 255, 162, 0.5);
  transition: all 0.2s 0s ease;
  cursor: pointer;
}
.header .drawer__btn span {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #DDFFA2;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.header .drawer__btn span:first-of-type {
  top: calc(50% - 8px);
}
.header .drawer__btn span:nth-of-type(2) {
  top: 50%;
}
.header .drawer__btn span:last-of-type {
  top: calc(50% + 8px);
}

.drawer {
  position: fixed;
  transform-origin: top;
  z-index: 800;
  pointer-events: none;
  width: 100%;
}
.drawer__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #005e3c;
  color: #002928;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.drawer__inner .drawer__scroll {
  width: 100%;
  height: 100%;
}
.drawer__inner .g-nav--of li a,
.drawer__inner .g-nav--fc li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.drawer__inner .g-nav--of .menu--tit {
  color: #DDFFA2;
  opacity: 0.5;
  margin-left: 10px;
}
.drawer__inner .g-nav--of .nav--tit {
  font-size: 30px;
  margin-bottom: 20px;
  color: #DDFFA2;
}
.drawer__inner .g-nav--of .g-nav__menu > li {
  border-bottom: 1px solid rgba(221, 255, 162, 0.2);
}
.drawer__inner .g-nav--of .g-nav__menu > li a {
  padding-left: 0.5em;
  color: #DDFFA2;
}
.drawer__inner .g-nav--of .g-nav__menu > li a i {
  margin-left: 0.5em;
}
.drawer__inner .g-nav--of .g-nav__menu > li.shop dt {
  color: #DDFFA2;
  padding-left: 10px;
}
.drawer__inner .g-nav--of .nav--sns__list {
  display: flex;
  flex-wrap: wrap;
}
.drawer__inner .g-nav--of .nav--sns__list li {
  margin: 0 8% 0.5em 0;
}
.drawer__inner .g-nav--of .nav--sns__list li a {
  font-size: 1.3em;
}
.drawer__inner .g-nav--of .nav--sns__list li a i {
  color: #DDFFA2;
}
.drawer__inner .g-nav--fc {
  background: #DDFFA2;
}
.drawer__inner .g-nav--fc .g-nav__inner {
  position: relative;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__login {
  display: flex;
  justify-content: center;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__login .list--menu__item a {
  font-weight: 600;
  position: relative;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__login .list--menu__item a::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #002928;
  border-right: 1px solid #002928;
  margin-left: 0.3em;
  transform: rotate(45deg) translateY(-20%);
}
.drawer__inner .g-nav--fc .g-nav__inner .fc__menu--box {
  background-color: #BCE670;
  border-radius: 10px;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__menu.gold li a {
  border-radius: 10px;
  overflow: hidden;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__menu.gold li a p {
  -webkit-text-stroke: 0.5px #c7ae41;
  position: relative;
  font-family: "gopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__menu.gold li a p::after {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-txt);
  background: linear-gradient(to bottom, #fffbf3, #fff386, #f0d352);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__menu.gold li:first-of-type a {
  background-color: #006360;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__menu.gold li:nth-of-type(2) a {
  background-color: #72C32F;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__menu.gold li:nth-of-type(3) a {
  background-color: #47A014;
}
.drawer__inner .g-nav--fc .g-nav__inner .g-nav__menu.common li {
  border-bottom: 1px solid rgba(0, 41, 40, 0.4);
}
.drawer__inner .g-nav--fc .g-nav__inner .detail__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.drawer__inner .g-nav--fc .g-nav__inner .detail__btn a {
  position: relative;
  padding: 1.5em 6em 1.5em 7em;
  background: #002928;
  color: #DDFFA2;
  border: none;
  overflow: hidden;
}
.drawer__inner .g-nav--fc .g-nav__inner .detail__btn a::before {
  content: " ";
  background-image: url("/static/mga/home/re_top_gacha_card_p049hgw.svg");
  width: 9%;
  aspect-ratio: 2/3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 4.4em;
  top: 50%;
  transform: rotate(-20deg) translateY(-50%);
}
.drawer__inner .g-nav--fc .g-nav__inner .detail__btn a::after {
  display: none;
}
.drawer__inner .g-nav--fc .g-nav__inner .detail__btn a .btn--blur {
  position: absolute;
  background-color: #BCE670;
  bottom: -130%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  aspect-ratio: 1/1;
  filter: blur(50px);
  border-radius: 100%;
}
.drawer__inner .g-nav--fc .g-nav__inner .detail__btn a .drawer__jamsdraw {
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.drawer-visible {
  pointer-events: auto;
}
.drawer-visible .header .drawer__btn span:first-of-type {
  top: 50%;
  transform: rotate(45deg);
}
.drawer-visible .header .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer-visible .header .drawer__btn span:last-of-type {
  top: 50%;
  transform: rotate(-45deg);
}
.drawer-visible .header .drawer {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  width: 100%;
  position: relative;
  background-color: #002928;
}
.footer__inner {
  position: relative;
}
.footer .nav--support__list {
  justify-content: flex-start;
}
.footer .nav--support__list li a {
  color: #FFFFFF;
}
.footer .pagetop {
  position: absolute;
}
.footer .pagetop__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.footer .pagetop .roop__txt {
  animation: 15s linear infinite rotation-right;
}
.footer .pagetop .roop__txt--arrow {
  position: absolute;
  width: 1.2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .list--link {
  align-items: flex-end;
}
.footer__link a {
  display: block;
  font-size: 12px;
  border: 1px solid #DDFFA2;
  color: #DDFFA2;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
}
.footer__link svg {
  width: 0.6em;
  margin-left: 0.3em;
}
.footer .copyright {
  color: #FFFFFF;
  font-size: 0.8em;
  letter-spacing: normal;
  opacity: 0.6;
}

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

.section-tit:not(.jp) {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.section-tit.jp {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4em;
}

.section--list,
.section--detail {
  min-height: 80vh;
  position: relative;
  z-index: 1;
}
.section--list .section--inner,
.section--detail .section--inner {
  margin: 0 auto;
  position: relative;
}

.section--list .block--category {
  display: flex;
  flex-wrap: wrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  gap: 0 1em;
  font-weight: 600;
}
.section--list .block--category li.current a {
  background: #1E4737;
  color: #FFFFFF;
}
.section--list .block--category li.current a::before {
  content: " ";
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(-50%, -50%);
}
.section--list .block--category li a,
.section--list .block--category li label {
  background: #FFFFFF;
  color: #002928;
  padding: 0.5em 2.5em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  display: block;
}

.section--detail .section--inner {
  max-width: 960px;
}
.section--detail .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail.new .tit::after {
  content: "NEW";
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #005e3c;
  display: inline-block;
  font-size: 14px;
  margin-left: 0.5em;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  position: relative;
}
.section--detail .block--share {
  position: relative;
  margin-top: 3em;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li a i {
  color: #002928;
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #002928;
  width: 18px;
  position: relative;
  top: 2px;
}
.section--detail .block--share li.share {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
}

.page--info .section--detail .txt,
.page--blog .section--detail .txt,
.page--photo .section--detail .txt,
.page--movie .section--detail .txt {
  min-height: 200px;
  margin-top: 2em;
}
.page--info .section--detail .txt a,
.page--blog .section--detail .txt a,
.page--photo .section--detail .txt a,
.page--movie .section--detail .txt a {
  color: #8fc31f;
  text-decoration: underline;
}

.fc__circle--blur01 {
  position: absolute;
  background: #BCE670;
  opacity: 0.8;
  z-index: 0;
}

.fc__circle--blur02 {
  position: absolute;
  background: #A4CE7A;
  opacity: 0.8;
  z-index: 0;
}

.fc__circle--blur01.under,
.fc__circle--blur02.under {
  display: none;
}

.page--home {
  transition: 0.5s ease-in-out;
  /* .area--fc */
}
.page--home .logo svg {
  fill: #FFFFFF;
}
.page--home .block--moment {
  display: none;
  min-width: 180px;
  background: rgba(143, 195, 31, 0.8);
  padding: 1em 0 1em 3em;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  transition: 0.5s ease-in-out;
}
.page--home .block--moment .close {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page--home .block--moment .close::before, .page--home .block--moment .close::after {
  content: "";
  background: #002928;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 16px;
}
.page--home .block--moment .close::before {
  transform: rotate(45deg);
}
.page--home .block--moment .close::after {
  transform: rotate(135deg);
}
.page--home .member--btn {
  text-align: center;
  position: fixed;
  right: 3vw;
  bottom: 80px;
  z-index: 5;
  opacity: 0;
  transition: 0.3s ease;
}
.page--home .member--btn .moment-up {
  display: none;
  width: 10vw;
  min-width: 85px;
  max-width: 140px;
}
.page--home .member--btn a {
  display: block;
  width: 10vw;
  height: 10vw;
  min-width: 85px;
  min-height: 85px;
  max-width: 160px;
  max-height: 160px;
  margin-top: 10px;
  position: relative;
}
.page--home .member--btn a .member--btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DDFFA2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page--home .member--btn a .member--btn__inner .text {
  width: 85%;
  animation: 8s linear infinite rotation-left;
}
.page--home .member--btn a .member--btn__inner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56%;
  height: 56%;
  background: #8fc31f;
  border-radius: 50%;
  position: absolute;
}
.page--home .member--btn a .member--btn__inner .logo svg {
  width: 55%;
}
.page--home.up-moment .block--moment,
.page--home.up-moment .member--btn .moment-up {
  display: block;
}
.page--home.scrolling .member--btn {
  opacity: 1;
}
.page--home.scrolling .block--moment,
.page--home .block--moment.none {
  right: -100%;
  opacity: 0;
}
.page--home.fc-in .block--moment,
.page--home.fc-in .member--btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease;
}
.page--home .section--hero {
  width: 100%;
  position: relative;
  background-color: #002928;
}
.page--home .section--hero .section--tit {
  color: #002928;
}
.page--home .section--hero .hero__circle--blur {
  position: absolute;
  background: #DDFFA2;
  opacity: 0.4;
  z-index: 0;
}
.page--home .section--hero .mainvisual--img {
  background-size: cover;
  height: 100%;
  position: relative;
}
.page--home .section--hero .mainvisual .logo-mark {
  width: 12.5vw;
  position: absolute;
  right: 0;
  bottom: -3vw;
  z-index: 2;
}
.page--home .section--hero .nav--sns {
  position: absolute;
  top: 50%;
  left: 1.05vw;
}
.page--home .section--hero .nav--sns .nav--sns__list li {
  text-align: center;
  margin: 8px 0;
}
.page--home .section--hero .scrolldown {
  display: flex;
  flex-direction: column;
  position: absolute;
  line-height: 1;
}
.page--home .section--hero .scrolldown--txt {
  writing-mode: vertical-rl;
}
.page--home .section--hero .scrolldown--bar {
  height: 32px;
  margin-top: 8px;
  position: relative;
}
.page--home .section--hero .scrolldown--bar::before, .page--home .section--hero .scrolldown--bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 2px;
  height: 100%;
  background: rgba(0, 41, 40, 0.4);
}
.page--home .section--hero .scrolldown--bar::after {
  background: #002928;
  animation: sdl06 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.page--home.loaded .section--hero .mainvisual--img .load-bg {
  opacity: 0;
  z-index: -1;
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner ul li a {
  display: block;
}
.page--home .section--banner ul li img {
  width: 100%;
}
.page--home .section--banner .block--button-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .section--banner .block--button-nav .banner-pagination {
  width: 124px;
  text-align: center;
  transition: 300ms opacity;
  display: flex;
  margin: 0 10px;
}
.page--home .section--banner .block--button-nav .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 2px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  opacity: 0.4;
  background-color: #8fc31f;
}
.page--home .section--banner .block--button-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.page--home .section--banner .banner-button-next,
.page--home .section--banner .banner-button-prev {
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E4737;
}
.page--home .section--banner .banner-button-next .button--inner,
.page--home .section--banner .banner-button-prev .button--inner {
  position: relative;
}
.page--home .section--banner .banner-button-next .button--inner::after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDFFA2;
  border-right: 1px solid #DDFFA2;
  transform: rotate(45deg) translate(-40%, -50%);
  top: 53%;
  left: 35%;
}
.page--home .section--banner .banner-button-prev .button--inner::after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDFFA2;
  border-left: 1px solid #DDFFA2;
  transform: rotate(-45deg) translate(40%, -50%);
  top: 53%;
  right: 35%;
}
.page--home .section--schedule {
  background: radial-gradient(ellipse at 210% 20%, #A4CE7A 0%, #A4CE7A 21%, #002928 93%);
}
.page--home .section--schedule .block--tit {
  display: flex;
  justify-content: space-between;
}
.page--home .section--schedule .block--tit .section-tit {
  color: #DDFFA2;
}
.page--home .section--schedule .list--information {
  display: block;
}
.page--home .section--schedule .list--information li {
  position: relative;
}
.page--home .section--schedule .list--information li::before {
  content: " ";
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.page--home .section--schedule .list--information li:last-child {
  margin-bottom: 0;
}
.page--home .section--schedule .list--information li.live .category {
  color: #E9FF6D;
}
.page--home .section--schedule .list--information li.live::before {
  background-color: #E9FF6D;
  content: " ";
  background-image: url("/static/mga/schedule/re_icon--live.svg");
}
.page--home .section--schedule .list--information li.tv .category {
  color: #58D6C9;
}
.page--home .section--schedule .list--information li.tv::before {
  background-color: #58D6C9;
  content: " ";
  background-image: url("/static/mga/schedule/re_icon--tv.svg");
}
.page--home .section--schedule .list--information li.release .category {
  color: #81E64A;
}
.page--home .section--schedule .list--information li.release::before {
  background-color: #81E64A;
  content: " ";
  background-image: url("/static/mga/schedule/re_icon--release.svg");
}
.page--home .section--schedule .list--information li.radio .category {
  color: #BE8EF8;
}
.page--home .section--schedule .list--information li.radio::before {
  background-color: #BE8EF8;
  content: " ";
  background-image: url("/static/mga/schedule/re_icon--radio.svg");
}
.page--home .section--schedule .list--information li.magazine .category {
  color: #54ADFF;
}
.page--home .section--schedule .list--information li.magazine::before {
  background-color: #54ADFF;
  content: " ";
  background-image: url("/static/mga/schedule/re_icon--magazine.svg");
}
.page--home .section--schedule .list--information li.other .category {
  color: #33CF8B;
}
.page--home .section--schedule .list--information li.other::before {
  background-color: #33CF8B;
  content: " ";
  background-image: url("/static/mga/schedule/re_icon--other.svg");
}
.page--home .section--schedule .list--information li a {
  background-color: #002928;
  color: #E9FEE1;
}
.page--home .section--schedule .list--information li a .list--txt {
  justify-content: flex-start;
  align-items: baseline;
}
.page--home .section--schedule .list--information li a .list--txt .start,
.page--home .section--schedule .list--information li a .list--txt .end .flex {
  align-items: baseline;
}
.page--home .section--schedule .list--information li a .list--txt .time.none {
  display: none;
}
.page--home .section--schedule .list--information li a .list--txt .time.end--none .end--time {
  display: none;
}
.page--home .section--schedule .list--information li a .list--txt .time.start--none .start--time {
  display: none;
}
.page--home .section--schedule .list--information li a .list--txt .hyphen {
  display: block;
  width: 1px;
  height: 1em;
  margin: 15px auto;
  background: #E9FEE1;
}
.page--home .section--video .video__right--item {
  position: relative;
}
.page--home .section--video .list--video li .tit {
  color: #002928;
}
.page--home .section--video .list--video li .category,
.page--home .section--video .list--video li .date {
  color: #64860E;
}
.page--home .section--video .swiper-button-prev {
  display: block;
  background: #002928;
  border-radius: 100px;
}
.page--home .section--video .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #DDFFA2;
  border-left: 1px solid #DDFFA2;
  top: calc(50% + 0.03em);
  left: calc(50% + 0.05em);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page--home .area--fc {
  background-color: #DDFFA2;
  position: relative;
  overflow: hidden;
}
.page--home .area--fc .fc__circle--blur01,
.page--home .area--fc .fc__circle--blur02 {
  border-radius: 61% 39% 16% 84%/57% 72% 28% 43%;
  animation: fluid 15s infinite;
}
.page--home .area--fc .section-tit {
  color: #002928;
}
.page--home .area--fc .section--login {
  width: 100%;
  position: relative;
}
.page--home .area--fc .section--login .block--login {
  align-items: center;
  flex-direction: column;
}
.page--home .area--fc .section--login .block--login .logo {
  margin-bottom: 2em;
}
.page--home .area--fc .section--login .block--login .list__login--item {
  background-color: #1E4737;
  border-radius: 100px;
}
.page--home .area--fc .section--login .block--login .list__login--item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em 4.5em;
  color: #DDFFA2;
  position: relative;
}
.page--home .area--fc .section--login .block--login .list__login--item a::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDFFA2;
  border-right: 1px solid #DDFFA2;
  margin-left: 0.3em;
  transform: rotate(45deg) translateY(-70%);
  transition: all 0.3s 0s ease;
  position: absolute;
  top: 50%;
  right: 23%;
}
.page--home .area--fc .section--moment {
  position: relative;
  z-index: 2;
}
.page--home .area--fc .section--moment .list--moment__wrap {
  text-align: center;
}
.page--home .area--fc .section--moment .list--moment {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 200px;
  border: 1px solid #FFFFFF;
}
.page--home .area--fc .section--moment .list--moment__item {
  display: inline-block;
}
.page--home .area--fc .new--contents {
  position: relative;
}
.page--home .area--fc .new--contents section {
  width: calc(33.3333333333% - 20px);
}
.page--home .area--fc .new--contents section > .flex {
  justify-content: flex-start;
  align-items: baseline;
}
.page--home .area--fc .new--contents section > .flex.report--flex {
  justify-content: space-between;
  align-items: flex-end;
}
.page--home .area--fc .new--contents section > .flex.report--flex .sub-tit {
  margin-bottom: 0;
}
.page--home .area--fc .new--contents section > .flex.report--flex .writer {
  margin-bottom: 0;
}
.page--home .area--fc .new--contents section > .flex svg {
  width: 1em;
  margin-right: 0.5em;
}
.page--home .area--fc .new--contents section.section--blog .writer {
  color: #64860E;
}
.page--home .area--fc .new--contents section .sub-tit,
.page--home .area--fc .new--contents section .date {
  color: #64860E;
}
.page--home .area--fc .new--contents section .date {
  display: inline-block;
}
.page--home .area--fc .new--contents section .sub-tit {
  font-weight: 600;
}
.page--home .area--fc .new--contents section:last-child {
  margin-right: 0;
}
.page--home .area--fc .new--contents section ul li.new .date::after {
  content: "NEW";
  position: absolute;
  font-size: 12px;
  color: #002928;
  margin-left: 0.8em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--home .area--fc .new--contents section ul li .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.page--home .area--fc .new--contents section ul li img {
  aspect-ratio: 16/9;
}
.page--home .area--fc .section--gacha {
  position: relative;
}
.page--home .area--fc .section--gacha .section-tit img {
  width: 100%;
}
.page--home .area--fc .section--gacha .gacha__inner {
  background-color: #FFFFFF;
  border-radius: 10px;
}
.page--home .area--fc .section--gacha .gacha__detail .block--tit {
  align-items: center;
}
.page--home .area--fc .section--gacha .gacha__detail .block--tit .section-tit {
  color: #64860E;
}
.page--home .area--fc .section--gacha .gacha__detail .block--tit .txt {
  font-weight: 800;
}
.page--home .area--fc .section--gacha .detail__txt {
  text-align: center;
}
.page--home .area--fc .section--gacha .detail__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--home .area--fc .section--gacha .detail__btn a {
  position: relative;
  padding: 1em 3.5em 1em 5em;
  background-color: #1E4737;
  color: #DDFFA2;
  font-size: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--home .area--fc .section--gacha .detail__btn a::before {
  content: " ";
  background-image: url("/static/mga/home/re_top_gacha_card_p049hgw.svg");
  width: 30px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 3em;
  top: 50%;
  transform: rotate(-20deg) translateY(-50%);
}
.page--home .area--fc .section--gacha .detail__btn a::after {
  display: none;
}
.page--home .area--fc .section--link {
  position: relative;
}
.page--home .area--fc .section--link ul {
  flex-wrap: wrap;
}
.page--home .area--fc .section--link ul .link {
  border-radius: 100px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.page--home .area--fc .section--link ul .link a {
  padding: 1em 4.5em;
  display: block;
}
.page--home .section--sns .nav--sns__list {
  width: 300px;
  margin: 0 auto;
}

body:not(.page--home) .footer {
  background-color: transparent;
}
body:not(.page--home) .footer__inner {
  padding: 0;
}
body:not(.page--home) .footer .block--support,
body:not(.page--home) .footer .list--link .link {
  display: none;
}
body:not(.page--home) .footer .copyright {
  color: #002928;
  text-align: initial;
}

.page--home .birthday-message {
  margin: 2vw 0 -2vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .birthday-message {
    margin: 5vw auto 0vw;
  }
}
.page--home .btn--birthday {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  background: #DDFFA2;
  color: #005e3c;
  letter-spacing: 0.05em;
  padding: 0.6em;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .btn--birthday {
    width: auto;
    min-width: 240px;
  }
}

.page--birthday-message .section--detail.birthday {
  min-height: 100vh;
}
.page--birthday-message .section--detail.birthday .section-tit {
  color: #005e3c;
  font-weight: 600;
}
.page--birthday-message .section--detail.birthday .txt {
  background-color: #FFFFFF;
  max-width: 840px;
  min-height: 200px;
  border-radius: 10px;
  padding: 2em;
  margin: auto;
  color: #002928;
  font-size: 1.2em;
  font-weight: 700;
  border: 2px solid #DDFFA2;
}
@media screen and (min-width: 961px) {
  .page--birthday-message .section--detail.birthday .txt {
    text-align: center;
  }
}
.page--birthday-message .section--detail.birthday .txt .img-download {
  margin-bottom: 1em;
}
.page--birthday-message .section--detail.birthday .txt .img-download img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 800px;
}

.page--info .section--list .list--information:not(.schedule) {
  display: block;
}
.page--info .section--list .list--information:not(.schedule) li {
  width: 100%;
}
.page--info .section--list .list--information:not(.schedule) li .flex--container {
  align-items: center;
}
.page--info .section--detail .tit {
  margin-bottom: 10px;
}
.page--info .section--detail .txt .ph,
.page--info .section--detail .video {
  margin: 1em 0;
}
.page--info.category--1 .category {
  margin-left: 10px;
}
.page--info.category--1 .category.info {
  color: #32A89C;
}
.page--info.category--1 .category.media {
  color: #7662D2;
}
.page--info.category--1 .category.live {
  color: #7F8D00;
}
.page--info.category--1 .category.release {
  color: #53931E;
}
.page--info.category--1 .category.jamsnews {
  color: #0EA53B;
}

.page--video .list--contents > li .list--txt .category {
  margin-left: 0;
}

.page--schedule .section--list .header-calendar {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 100px;
  font-weight: 500;
}
.page--schedule .section--list .month-pager li a svg {
  fill: #002928;
}
.page--schedule .section--list .month-pager .lastMonth,
.page--schedule .section--list .month-pager .nextMonth {
  line-height: 2;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.page--schedule .section--list .month-pager .lastMonth .schedule__arrow,
.page--schedule .section--list .month-pager .nextMonth .schedule__arrow {
  display: inline-block;
}
.page--schedule .section--list .month-pager .lastMonth {
  position: relative;
}
.page--schedule .section--list .month-pager .lastMonth .schedule__arrow {
  width: 10px;
  height: 10px;
  border-top: 1px solid #002928;
  border-left: 1px solid #002928;
  transform: translateX(-5px) rotate(-45deg);
}
.page--schedule .section--list .month-pager .nextMonth {
  position: relative;
}
.page--schedule .section--list .month-pager .nextMonth .schedule__arrow {
  width: 10px;
  height: 10px;
  border-top: 1px solid #002928;
  border-right: 1px solid #002928;
  transform: translateX(5px) rotate(45deg);
}
.page--schedule .section--list .block--month {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.page--schedule .section--list .block--month .month {
  font-size: 3em;
  line-height: 1;
}
.page--schedule .section--list .block--month .year {
  font-size: 1.5em;
  line-height: 1;
}
.page--schedule .section--list .block--month .year::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}
.page--schedule .section--list .list--category .form__checkbox {
  display: flex;
  flex-wrap: wrap;
}
.page--schedule .section--list .list--category .form__checkbox li {
  margin: 0 10px 10px 0;
}
.page--schedule .section--list .list--category .form__checkbox label p {
  padding: 0.7em 1.5em;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 0.8em;
  border-radius: 50px;
  margin-bottom: 0;
  line-height: 1;
}
.page--schedule .section--list .list--category .form__checkbox label p::before, .page--schedule .section--list .list--category .form__checkbox label p::after {
  display: none;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p {
  background: #fff;
  color: #fff;
  opacity: 1;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p.cat--all {
  color: #002928;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p.cat--live {
  background: #E9FF6D;
  border-color: #E9FF6D;
  color: #000000;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p.cat--release {
  background: #81E64A;
  border-color: #81E64A;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p.cat--tv {
  background: #58D6C9;
  border-color: #58D6C9;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p.cat--magazine {
  background: #54ADFF;
  border-color: #54ADFF;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p.cat--radio {
  background: #BE8EF8;
  border-color: #BE8EF8;
}
.page--schedule .section--list .list--category .form__checkbox :checked ~ p.cat--other {
  background: #33CF8B;
  border-color: #33CF8B;
}
.page--schedule .section--list .header-week {
  display: flex;
}
.page--schedule .section--list .header-week div {
  text-align: center;
  color: #FFFFFF;
}
.page--schedule .section--list .header-week div:nth-child(6) {
  color: #255fc4;
}
.page--schedule .section--list .header-week div:nth-child(7) {
  color: #ce5b2b;
}
.page--schedule .section--list .schedule__wrap {
  background: radial-gradient(ellipse at 210% 20%, #A4CE7A 0%, #A4CE7A 21%, #002928 93%);
}
.page--schedule .section--list .cell,
.page--schedule .section--list .week {
  font-weight: 600;
}
.page--schedule .section--list .calendar .time {
  line-height: 1.4;
}
.page--schedule .section--list .calendar .date {
  font-weight: 600;
}
.page--schedule .section--list .calendar .category {
  width: 100%;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1;
  position: relative;
}
.page--schedule .section--list .calendar .category::before {
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.page--schedule .section--list #schedule_comment {
  color: #E9FEE1;
}
.page--schedule .section--detail .category {
  font-weight: 600;
  line-height: 1;
  padding: 0.7em 1.5em;
  border-radius: 30px;
  font-size: 11px;
  margin-bottom: 15px;
}
.page--schedule .section--detail .category.live {
  background-color: #E9FF6D;
  color: #002928;
}
.page--schedule .section--detail .category.release {
  background-color: #81E64A;
  color: #FFFFFF;
}
.page--schedule .section--detail .category.tv {
  background-color: #58D6C9;
  color: #FFFFFF;
}
.page--schedule .section--detail .category.magazine {
  background-color: #54ADFF;
  color: #FFFFFF;
}
.page--schedule .section--detail .category.radio {
  background-color: #BE8EF8;
  color: #FFFFFF;
}
.page--schedule .section--detail .category.other {
  background-color: #E78F8E;
  color: #FFFFFF;
}
.page--schedule .section--detail .list--txt .date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.page--schedule .section--detail .list--txt .date .day {
  font-size: 1.5em;
}
.page--schedule .section--detail .list--txt .time.none {
  display: none;
}
.page--schedule .section--detail .list--txt .time.end--none .end--time {
  display: none;
}
.page--schedule .section--detail .list--txt .time.start--none .start--time {
  display: none;
}
.page--schedule .section--detail .list--txt .hyphen {
  display: inline-block;
  width: 8px;
  height: 2px;
  margin: 10px 4px 0.2em;
  background: #002928;
}

.page--profile .artist-photo .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.page--profile .artist--detail__name {
  text-align: center;
}
.page--profile .list--member {
  margin: 0 auto 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.page--profile .list--member .member_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.6em;
}
.page--profile .list--member .member_item:last-child {
  margin-bottom: 0;
}
.page--profile .list--member .member_item .block--name {
  width: 10em;
}
.page--profile .list--member .member_item .name {
  font-size: 1em;
}
.page--profile .list--member .member_item .name span {
  font-size: 0.85em;
  margin-left: 0.3em;
}
.page--profile .list--member .member_item .name.font-en {
  font-size: 0.85em;
  opacity: 0.6;
}
.page--profile .list--member .member_item .member--sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4em;
  margin-left: 1em;
}
.page--profile .list--member .member_item .member--sns li {
  margin-right: 0.4em;
}
.page--profile .list--member .member_item .member--sns li:last-child {
  margin-right: 0;
}
.page--profile .artist--detail__txt {
  line-height: 1.7;
  border-bottom: 1px dotted rgba(28, 31, 29, 0.2);
}
.page--profile .artist--detail__txt.font-en {
  line-height: 1.6;
  opacity: 0.6;
  border-bottom: none;
  font-size: 0.95em;
}
.page--profile .artist--detail__txt .txt {
  margin-bottom: 1em;
}
.page--profile .artist--detail__txt .txt:last-child {
  margin-bottom: 0;
}

.page--disco .list--contents li .thumb .thumb-bg {
  filter: blur(40px);
}
.page--disco .list--contents li .thumb img:not(.blur-img) {
  background-size: contain;
}
.page--disco.page--disco__detail .block--disco .jacket {
  width: 42%;
  margin-bottom: 2em;
}
.page--disco.page--disco__detail .block--disco .block--disco__detail {
  width: 50%;
}
.page--disco.page--disco__detail .block--disco .block--disco__detail .block-tit {
  margin-bottom: 10px;
}
.page--disco.page--disco__detail .block--disco .block--disco__detail .block--release,
.page--disco.page--disco__detail .block--disco .block--disco__detail .category {
  margin-bottom: 30px;
}
.page--disco.page--disco__detail .txt a {
  color: #002928;
}

.page--member {
  background-color: #E6F7C7;
}
.page--member .wrap {
  overflow: hidden;
}
.page--member .fc__circle--blur01.under,
.page--member .fc__circle--blur02.under {
  display: block;
}
.page--member .header .drawer__btn span {
  background: #DDFFA2;
}
.page--member .section--list,
.page--member .section--detail {
  position: relative;
  overflow: hidden;
}
.page--member .section--list .fc__circle--blur01,
.page--member .section--list .fc__circle--blur02,
.page--member .section--detail .fc__circle--blur01,
.page--member .section--detail .fc__circle--blur02 {
  z-index: -1;
}
.page--member .section--list .list--contents > li a .thumb {
  margin-bottom: 10px;
}
.page--member .section--list .section-tit {
  color: #002928;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.page--member .section--list .section-tit.jp {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--member .section--detail .tit {
  margin-bottom: 10px;
}
.page--member .list--information li .tit {
  color: #002928;
}
.page--member .block--category li a {
  border: 1px solid rgba(221, 255, 162, 0.8);
}
.page--member .block--pager li {
  color: #002928;
}
.page--member .block--pager li.pager__item--current {
  color: #FFFFFF;
}
.page--member.page--movie.movie-category h2.section-tit, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit, .page--member.page--photo.page--photo__category h2.section-tit {
  display: inline-block;
  position: relative;
}
.page--member.page--movie.movie-category h2.section-tit .gold__movie--icon,
.page--member.page--movie.movie-category h2.section-tit .gold__report--icon,
.page--member.page--movie.movie-category h2.section-tit .gold__photo--icon, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit .gold__movie--icon,
.page--member.page--report.page--blog__parent.page--report--main h2.section-tit .gold__report--icon,
.page--member.page--report.page--blog__parent.page--report--main h2.section-tit .gold__photo--icon, .page--member.page--photo.page--photo__category h2.section-tit .gold__movie--icon,
.page--member.page--photo.page--photo__category h2.section-tit .gold__report--icon,
.page--member.page--photo.page--photo__category h2.section-tit .gold__photo--icon {
  display: inline-block;
}
.page--member.page--movie.movie-category h2.section-tit .gold__report--icon svg, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit .gold__report--icon svg, .page--member.page--photo.page--photo__category h2.section-tit .gold__report--icon svg {
  width: 80%;
}
.page--member.page--movie.movie-category h2.section-tit p, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit p, .page--member.page--photo.page--photo__category h2.section-tit p {
  -webkit-text-stroke: 0.5px #c7ae41;
  position: relative;
  font-family: "gopher", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.page--member.page--movie.movie-category h2.section-tit p::after, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit p::after, .page--member.page--photo.page--photo__category h2.section-tit p::after {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-txt);
  background: linear-gradient(to bottom, #fffbf3, #fff386, #f0d352);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.page--member.page--movie.movie-category h2.section-tit::before, .page--member.page--movie.movie-category h2.section-tit::after, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::before, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::after, .page--member.page--photo.page--photo__category h2.section-tit::before, .page--member.page--photo.page--photo__category h2.section-tit::after {
  content: "";
  display: block;
  background: no-repeat url(/static/mga/common/re_kira.png);
  background-size: contain;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: -5px;
}
.page--member.page--movie.movie-category h2.section-tit::before, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::before, .page--member.page--photo.page--photo__category h2.section-tit::before {
  top: 0;
  left: -15px;
}
.page--member.page--movie.movie-category h2.section-tit::after, .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::after, .page--member.page--photo.page--photo__category h2.section-tit::after {
  bottom: 0;
  right: -15px;
}
.page--member.page--movie .list--link .copyright, .page--member.page--photo .list--link .copyright {
  color: #FFFFFF;
}
.page--member.page--blog.page--blog__detail:not(.category--6) .copyright {
  color: #FFFFFF;
}
.page--member.page--blog.page--blog__parent:not(.page--archive) .copyright {
  color: #FFFFFF;
}

.page--blog main {
  overflow: visible;
}
.page--blog.page--report .section--list .block--category {
  flex-direction: row;
  justify-content: center;
}
.page--blog.page--report .section--list .block--category li a,
.page--blog.page--report .section--list .block--category li label {
  background-color: #DDFFA2;
  color: #002928;
  padding: 1em 2.5em;
}
.page--blog.page--report .section--list .block--category li.current a {
  background-color: #1E4737;
  color: #DDFFA2;
}
.page--blog.page--report .section--list .block--category li.current a::before {
  display: none;
}
.page--blog.page--report .section--list .list--contents .list__txt,
.page--blog.page--report .section--list .list--contents .tit {
  color: #FFFFFF;
}
.page--blog.page--report .section--list .list--contents li .report__head {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.page--blog.page--report .section--list .list--contents li .icon {
  border-radius: 100%;
  background: linear-gradient(180deg, #DDFFA2, #002928);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--blog.page--report .section--list .list--contents li .icon .thumb {
  border-radius: 100%;
  width: 88%;
  margin-bottom: 0;
}
.page--blog.page--report .section--list .list--contents li .writer {
  padding-left: 1em;
  font-weight: 600;
}
.page--blog.page--report .section--list .list--contents li .list__txt {
  width: 86%;
}
.page--blog.page--report .section--list .list--contents li a {
  background: rgba(31, 145, 106, 0.8);
  color: #002928;
  padding: 1em;
  border-radius: 10px;
}
.page--blog.page--report .section--list .list--contents li .thumb {
  aspect-ratio: 1/1;
}
.page--blog.page--report .section--list .list--contents li .tit {
  margin: 1em 0 0.8em;
}
.page--blog.page--report .section--list .list--contents li .date {
  color: #DDFFA2;
}
.page--blog.page--report .section--list .list--contents li.motoki .icon .thumb {
  border-color: #E23838;
}
.page--blog.page--report .section--list .list--contents li.hiloto .icon .thumb {
  border-color: #1D47BA;
}
.page--blog.page--report .section--list .list--contents li.ryoka .icon .thumb {
  border-color: #FADA2B;
}
.page--blog.page--report .section--list .list--contents li.staff .icon .thumb {
  border-color: #002928;
}
.page--blog.page--report .section--list .list--contents li.new .date::after {
  content: "NEW";
  position: absolute;
  font-size: 12px;
  color: #FFFFFF;
  margin-left: 0.8em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--blog.page--report .section--detail .section--inner {
  background-color: #FFFFFF;
  padding: 5%;
  border-radius: 10px;
}
.page--blog.page--report .section--detail .tit {
  margin-bottom: 10px;
}
.page--blog.page--report .section--detail .date {
  margin-right: 1em;
}
.page--blog.page--report .section--detail .fa-heart,
.page--blog.page--report .section--detail #likes,
.page--blog.page--report .section--detail #liked {
  color: #005e3c;
}
.page--blog.page--report .section--detail .txt .ph,
.page--blog.page--report .section--detail .video {
  margin: 1em 0;
}
.page--blog.page--report .section--detail .name-tit,
.page--blog.page--report .section--detail .comment-tit {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.5em;
}
.page--blog.page--report .section--detail .name {
  margin-bottom: 2em;
}
.page--blog .section--detail .txt div.thumb {
  margin: 20px 0;
}
.page--blog .flow-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: rgba(245, 245, 245, 0.85);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.page--blog .flow-pager .block--pager {
  margin-top: 0;
  justify-content: center;
  align-items: center;
}
.page--blog .flow-pager .block--pager .pager__item--back {
  overflow: initial;
  border: 1px solid rgba(221, 255, 162, 0.8);
}
.page--blog .flow-pager .block--pager .back__btn {
  overflow: hidden;
  border-radius: 50px;
}
.page--blog textarea {
  border-radius: 10px;
  padding: 1em 1.5em;
}
.page--blog .btn--delete input {
  border: none;
  padding: 0.3em 0.5em;
  font-size: 0.8em;
}
.page--blog .comment--form {
  margin-top: 2em;
}
.page--blog .comment--list {
  margin-top: 2em;
}
.page--blog .comment--list .block--pager {
  margin-top: 1em;
}
.page--blog .comment--list .block--pager .pager__item--newer .arrow-circle,
.page--blog .comment--list .block--pager .pager__item--older .arrow-circle {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.page--blog .wrap-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page--blog .block--player {
  margin: 1em auto;
}
.page--blog video {
  position: relative;
}

.page--moment#moment.moment--member.clear .load-animation {
  display: none;
}
.page--moment#moment.moment--member .load-animation {
  background: #002928;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
}
.page--moment#moment.moment--member .loading {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
.page--moment#moment.moment--member .loading .ball {
  width: 50%;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  transform-origin: 100% 50%;
  left: 0;
}
.page--moment#moment.moment--member .loading .ball::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page--moment#moment.moment--member .loading .ball-1::before {
  animation: ball-anime 1s linear 0s infinite;
}
.page--moment#moment.moment--member .loading .ball-2 {
  transform: rotate(45deg);
}
.page--moment#moment.moment--member .loading .ball-2::before {
  animation: ball-anime 1s linear -0.125s infinite;
}
.page--moment#moment.moment--member .loading .ball-3 {
  transform: rotate(90deg);
}
.page--moment#moment.moment--member .loading .ball-3::before {
  animation: ball-anime 1s linear -0.25s infinite;
}
.page--moment#moment.moment--member .loading .ball-4 {
  transform: rotate(135deg);
}
.page--moment#moment.moment--member .loading .ball-4::before {
  animation: ball-anime 1s linear -0.375s infinite;
}
.page--moment#moment.moment--member .loading .ball-5 {
  transform: rotate(180deg);
}
.page--moment#moment.moment--member .loading .ball-5::before {
  animation: ball-anime 1s linear -0.5s infinite;
}
.page--moment#moment.moment--member .loading .ball-6 {
  transform: rotate(225deg);
}
.page--moment#moment.moment--member .loading .ball-6::before {
  animation: ball-anime 1s linear -0.625s infinite;
}
.page--moment#moment.moment--member .loading .ball-7 {
  transform: rotate(270deg);
}
.page--moment#moment.moment--member .loading .ball-7::before {
  animation: ball-anime 1s linear -0.75s infinite;
}
.page--moment#moment.moment--member .loading .ball-8 {
  transform: rotate(315deg);
}
.page--moment#moment.moment--member .loading .ball-8::before {
  animation: ball-anime 1s linear -0.875s infinite;
}
.page--moment#moment.moment--member .fa,
.page--moment#moment.moment--member .fa-regular,
.page--moment#moment.moment--member .icon--reaction__count {
  color: #A4CE7A;
}
.page--moment#moment.moment--member .icon--like .likes--add {
  display: none;
}
.page--moment#moment.moment--member .icon--like i.fa-heart {
  position: relative;
  z-index: 2;
  transition: 0.3s;
  font-size: 22px;
}
.page--moment#moment.moment--member .icon--like i.fa-heart.clicked.fa {
  animation: heart 1s reverse both;
}
.page--moment#moment.moment--member .moment--detail .section--inner {
  background: #fff;
  max-width: 680px;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 640px) {
  .page--moment#moment.moment--member .section--list::after {
    background-size: 60px 60px;
  }
}
.page--moment#moment.moment--member .section--list .block--list {
  background: rgba(31, 145, 106, 0.8);
  display: flex;
  justify-content: center;
  padding: 3em 0;
  border-radius: 20px;
}
.page--moment#moment.moment--member .section--list .list--moment {
  justify-content: center;
  gap: 2em 1em;
}
.page--moment#moment.moment--member .section--list .list--moment li.unread .writer {
  color: #FFFFFF;
}
.page--moment#moment.moment--member.clear .list--contents {
  opacity: 1;
  transform: translateY(0);
}
.page--moment#moment.moment--member .subInfo {
  padding: 1em;
  border-bottom: 1px solid #DDFFA2;
  color: #002928;
}
.page--moment#moment.moment--member .subInfo .detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page--moment#moment.moment--member .subInfo .txtArea .tit {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.page--moment#moment.moment--member .subInfo .thumb {
  width: 12vw;
  height: 12vw;
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}
.page--moment#moment.moment--member .subInfo .thumb img {
  width: 100%;
  background: no-repeat center top;
  background-size: cover;
}
.page--moment#moment.moment--member .subInfo .date {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.page--moment#moment.moment--member .icon--like {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 10vw;
}
.page--moment#moment.moment--member #next {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
.page--moment#moment.moment--member #next a {
  display: block;
  text-decoration: none;
  display: block;
  text-decoration: none;
  background: #FFFFFF;
  padding: 9px 30px;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid;
}
.page--moment#moment.moment--member .pageNav ul {
  display: flex;
  justify-content: space-between;
}
.page--moment#moment.moment--member .pageNav ul li a {
  display: block;
  width: 80px;
  height: 36px;
  font-size: 0.85em;
  line-height: 36px;
  position: relative;
  padding: 0 14px;
  border-radius: 20px;
  background: #DDFFA2;
}
.page--moment#moment.moment--member .pageNav ul li.prev {
  text-align: right;
}
.page--moment#moment.moment--member .pageNav ul li.prev a::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #002928;
  border-right: solid 2px #002928;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.page--moment#moment.moment--member .pageNav ul li.next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #002928;
  border-right: solid 2px #002928;
  transform: rotate(45deg);
  transition: 0.2s;
}
.page--moment#moment.moment--member .back a {
  display: block;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.page--moment#moment.moment--member .back a::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.page--moment#moment.moment--member .threadCell {
  width: 100%;
}
.page--moment#moment.moment--member .block--movie-loading {
  width: 86%;
}
.page--moment#moment.moment--member .infoDetail {
  position: relative;
}
.page--moment#moment.moment--member .infoDetail .nav {
  padding: 1em;
  border-top: 1px solid #DDFFA2;
}
.page--moment#moment.moment--member .infoDetail .txt {
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.page--moment#moment.moment--member .infoDetail .txt p {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.page--moment#moment.moment--member .infoDetail .video {
  border-radius: 0;
}
.page--moment#moment.moment--member .infoDetail > .txt .ph {
  position: relative;
}
.page--moment#moment.moment--member .infoDetail > .txt .ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--moment#moment.moment--member .infoDetail > .txt .hide {
  display: none;
}
.page--moment#moment.moment--member .infoDetail > .txt video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--moment#moment.moment--member .infoDetail .txt {
  padding: 2em 1em;
}
.page--moment#moment.moment--member .block--movie-loading {
  display: none;
}
.page--moment#moment.moment--member.detailPage #footer {
  background: #002928;
  display: none;
}
.page--moment#moment.moment--member .ulizahtml5 {
  width: 100% !important;
  position: absolute;
}
.page--moment#moment.moment--member .comfirm .txt {
  margin: 0 0 10px;
}
.page--moment#moment.moment--member .block--action {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.page--moment#moment.moment--member .block--action .icon--like,
.page--moment#moment.moment--member .block--action .icon--comment {
  cursor: pointer;
}
.page--moment#moment.moment--member .block--action .icon--like,
.page--moment#moment.moment--member .block--action .icon--reaction {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
}
.page--moment#moment.moment--member .block--action .icon--reaction {
  font-size: 1.35em;
}
.page--moment#moment.moment--member .fa-comment-o {
  font-size: 1.4em;
  padding-bottom: 0.25em;
}
.page--moment#moment.moment--member .comment--area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #F5F5F5;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.page--moment#moment.moment--member .comment--area .inner {
  width: 100%;
  height: 100%;
  padding: 10% 15%;
  overflow-y: scroll;
}
.page--moment#moment.moment--member .comment--area .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.page--moment#moment.moment--member .comment--area .close::before, .page--moment#moment.moment--member .comment--area .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #002928;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--moment#moment.moment--member .comment--area .close::before {
  transform: rotate(-45deg);
}
.page--moment#moment.moment--member .comment--area .close::after {
  transform: rotate(45deg);
}
.page--moment#moment.moment--member .comment--area .block--pager {
  margin-top: 50px;
}
.page--moment#moment.moment--member .comment--area .block--pager li.pager__item--current {
  color: #002928;
}
.page--moment#moment.moment--member.comment-open {
  overflow-y: hidden;
}
.page--moment#moment.moment--member.comment-open .content--main {
  z-index: 999;
}
.page--moment#moment.moment--member.comment-open .comment--area {
  display: block;
  opacity: 1;
  pointer-events: all;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
.page--moment#moment.moment--member.comment-open .footer {
  display: none;
}

.comment--blog .comment--form {
  margin-top: 0;
}
.comment--blog .btn--main {
  margin: 1em auto 2em;
  cursor: pointer;
}
.comment--blog .list--comment {
  background: #fff;
  max-height: 45vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.5em 1em;
  border-radius: 10px;
}
.comment--blog .list--comment .comment {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 99, 65, 0.2);
}
.comment--blog .list--comment .comment .time {
  color: #aaa;
  margin-bottom: 10px;
}
.comment--blog .list--comment .comment .btn--report a,
.comment--blog .list--comment .comment .btn--delete input {
  display: block;
  background: #fff;
  color: #002928;
  line-height: 1.15;
  border: 1px solid #D1D1D1;
  padding: 0.25em;
  font-size: 0.8em;
  border-radius: 6px;
  margin-left: 0.5em;
}
.comment--blog .list--comment .comment .btn--delete input {
  background: #D1D1D1;
}
.comment--blog .list--comment .comment .btn__translate {
  display: inline-block;
  background: url(/static/mrsgreenapple/fanclub/icon/icon_translate.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.6;
}
.comment--blog .list--comment .comment .translateActive .btn__translate {
  display: none;
}
.comment--blog .list--comment .comment .list--comments__wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.comment--blog .list--comment .comment .list--comments__wrap .list--comments__text {
  max-width: calc(100% - 30px);
}
.comment--blog .list--comment .comment .list--comments__wrap .list--comments__text.origin {
  display: none;
}
.comment--blog .list--comment .comment .list--comments__wrap.translateActive {
  flex-direction: column;
  align-items: baseline;
  width: auto;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 4px;
}
.comment--blog .list--comment .comment .list--comments__wrap.translateActive .list--comments__text {
  max-width: 100%;
}
.comment--blog .list--comment .comment .list--comments__wrap.translateActive .list--comments__text.origin {
  display: block;
  width: 100%;
  opacity: 0.5;
  padding-bottom: 10px;
  border-bottom: #bbb solid 1px;
}
.comment--blog .list--comment .comment .list--comments__wrap.translateActive .list--comments__text.translate {
  color: #002928;
}
.comment--blog .list--comment:has(.no-data) {
  height: auto;
  background: transparent;
  padding: 0;
}
.comment--blog .comment--post .name {
  margin-bottom: 1em;
}
.comment--blog .comment--post__txt {
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  margin: 2em 0 1em;
}

.page--movie.new-movie .section-tit,
.page--movie.new-movie .list__txt .date {
  color: #DDFFA2;
}
.page--movie.new-movie .list__txt .tit {
  color: #FFFFFF;
}
.page--movie.new-movie .section--list .list--contents li .list__txt .date {
  opacity: 1;
}
.page--movie.new-movie .list--contents li {
  margin-bottom: 0;
}
.page--movie.new-movie .list--contents li.new .date::after {
  content: "NEW";
  position: absolute;
  font-size: 12px;
  color: #FFFFFF;
  margin-left: 0.8em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--movie.new-movie .list--contents li a {
  height: 100%;
  border-radius: 10px;
}
.page--movie.movie-category.slick--none03 .block--category-list:nth-of-type(3) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none03 .block--category-list:nth-of-type(3) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none03 .block--category-list:nth-of-type(3) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none03 .block--category-list:nth-of-type(3) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none04 .block--category-list:nth-of-type(4) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none04 .block--category-list:nth-of-type(4) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none04 .block--category-list:nth-of-type(4) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none04 .block--category-list:nth-of-type(4) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none05 .block--category-list:nth-of-type(5) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none05 .block--category-list:nth-of-type(5) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none05 .block--category-list:nth-of-type(5) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none05 .block--category-list:nth-of-type(5) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none06 .block--category-list:nth-of-type(6) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none06 .block--category-list:nth-of-type(6) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none06 .block--category-list:nth-of-type(6) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none06 .block--category-list:nth-of-type(6) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none07 .block--category-list:nth-of-type(7) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none07 .block--category-list:nth-of-type(7) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none07 .block--category-list:nth-of-type(7) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none07 .block--category-list:nth-of-type(7) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none08 .block--category-list:nth-of-type(8) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none08 .block--category-list:nth-of-type(8) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none08 .block--category-list:nth-of-type(8) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none08 .block--category-list:nth-of-type(8) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none09 .block--category-list:nth-of-type(9) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none09 .block--category-list:nth-of-type(9) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none09 .block--category-list:nth-of-type(9) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none09 .block--category-list:nth-of-type(9) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none010 .block--category-list:nth-of-type(10) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none010 .block--category-list:nth-of-type(10) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none010 .block--category-list:nth-of-type(10) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none010 .block--category-list:nth-of-type(10) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none011 .block--category-list:nth-of-type(11) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none011 .block--category-list:nth-of-type(11) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none011 .block--category-list:nth-of-type(11) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none011 .block--category-list:nth-of-type(11) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none012 .block--category-list:nth-of-type(12) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none012 .block--category-list:nth-of-type(12) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none012 .block--category-list:nth-of-type(12) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none012 .block--category-list:nth-of-type(12) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none013 .block--category-list:nth-of-type(13) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none013 .block--category-list:nth-of-type(13) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none013 .block--category-list:nth-of-type(13) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none013 .block--category-list:nth-of-type(13) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none014 .block--category-list:nth-of-type(14) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none014 .block--category-list:nth-of-type(14) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none014 .block--category-list:nth-of-type(14) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none014 .block--category-list:nth-of-type(14) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none015 .block--category-list:nth-of-type(15) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none015 .block--category-list:nth-of-type(15) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none015 .block--category-list:nth-of-type(15) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none015 .block--category-list:nth-of-type(15) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none016 .block--category-list:nth-of-type(16) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none016 .block--category-list:nth-of-type(16) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none016 .block--category-list:nth-of-type(16) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none016 .block--category-list:nth-of-type(16) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none017 .block--category-list:nth-of-type(17) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none017 .block--category-list:nth-of-type(17) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none017 .block--category-list:nth-of-type(17) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none017 .block--category-list:nth-of-type(17) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none018 .block--category-list:nth-of-type(18) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none018 .block--category-list:nth-of-type(18) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none018 .block--category-list:nth-of-type(18) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none018 .block--category-list:nth-of-type(18) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none019 .block--category-list:nth-of-type(19) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none019 .block--category-list:nth-of-type(19) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none019 .block--category-list:nth-of-type(19) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none019 .block--category-list:nth-of-type(19) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none020 .block--category-list:nth-of-type(20) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none020 .block--category-list:nth-of-type(20) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none020 .block--category-list:nth-of-type(20) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none020 .block--category-list:nth-of-type(20) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none021 .block--category-list:nth-of-type(21) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none021 .block--category-list:nth-of-type(21) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none021 .block--category-list:nth-of-type(21) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none021 .block--category-list:nth-of-type(21) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none022 .block--category-list:nth-of-type(22) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none022 .block--category-list:nth-of-type(22) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none022 .block--category-list:nth-of-type(22) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none022 .block--category-list:nth-of-type(22) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none023 .block--category-list:nth-of-type(23) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none023 .block--category-list:nth-of-type(23) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none023 .block--category-list:nth-of-type(23) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none023 .block--category-list:nth-of-type(23) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none024 .block--category-list:nth-of-type(24) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none024 .block--category-list:nth-of-type(24) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none024 .block--category-list:nth-of-type(24) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none024 .block--category-list:nth-of-type(24) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none025 .block--category-list:nth-of-type(25) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none025 .block--category-list:nth-of-type(25) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none025 .block--category-list:nth-of-type(25) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none025 .block--category-list:nth-of-type(25) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none026 .block--category-list:nth-of-type(26) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none026 .block--category-list:nth-of-type(26) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none026 .block--category-list:nth-of-type(26) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none026 .block--category-list:nth-of-type(26) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none027 .block--category-list:nth-of-type(27) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none027 .block--category-list:nth-of-type(27) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none027 .block--category-list:nth-of-type(27) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none027 .block--category-list:nth-of-type(27) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none028 .block--category-list:nth-of-type(28) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none028 .block--category-list:nth-of-type(28) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none028 .block--category-list:nth-of-type(28) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none028 .block--category-list:nth-of-type(28) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none029 .block--category-list:nth-of-type(29) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none029 .block--category-list:nth-of-type(29) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none029 .block--category-list:nth-of-type(29) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none029 .block--category-list:nth-of-type(29) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category.slick--none030 .block--category-list:nth-of-type(30) .slick-list {
  width: 100% !important;
}
.page--movie.movie-category.slick--none030 .block--category-list:nth-of-type(30) .slick-list .slick-track {
  width: 100% !important;
}
.page--movie.movie-category.slick--none030 .block--category-list:nth-of-type(30) .slick-list .slick-slide {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.movie-category.slick--none030 .block--category-list:nth-of-type(30) .slick-list .slick-slide {
    width: calc(50% - 10px) !important;
  }
}
.page--movie.movie-category .block--latest-list,
.page--movie.movie-category .block--category-list {
  position: relative;
  overflow: hidden;
}
.page--movie.movie-category .block--latest-list .item--blur,
.page--movie.movie-category .block--category-list .item--blur {
  position: absolute;
  opacity: 0.3;
  z-index: 0;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  filter: blur(40px);
  border-radius: 100%;
  background-color: #BCE670;
  display: none;
}
.page--movie.movie-category .block--latest-list li.new .date::after,
.page--movie.movie-category .block--category-list li.new .date::after {
  content: "NEW";
  position: absolute;
  font-size: 12px;
  color: #FFFFFF;
  margin-left: 0.8em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--movie.movie-category .block--latest-list li .thumb figure,
.page--movie.movie-category .block--category-list li .thumb figure {
  border-radius: 10px;
  overflow: hidden;
}
.page--movie.movie-category .block--latest-list .category-tit,
.page--movie.movie-category .block--category-list .category-tit {
  color: #FFFFFF;
}
.page--movie.movie-category .block--latest-list .date,
.page--movie.movie-category .block--category-list .date {
  color: #DDFFA2;
}
.page--movie.movie-category .block--latest-list .flex,
.page--movie.movie-category .block--category-list .flex {
  align-items: center;
}
.page--movie.movie-category .block--latest-list .list__txt .tit,
.page--movie.movie-category .block--category-list .list__txt .tit {
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
}
.page--movie.movie-category .block--latest-list .no-data,
.page--movie.movie-category .block--category-list .no-data {
  color: #FFFFFF;
}
.page--movie.movie-category .block--category-list .detail__btn {
  margin-top: 0;
}
.page--movie.movie-all .wrap .section--list {
  max-width: initial;
  width: initial;
}
.page--movie.movie-all .wrap .section--list .section-tit {
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page--movie.movie-all .wrap .section--list .block--category li a,
.page--movie.movie-all .wrap .section--list .block--category li label {
  background-color: #DDFFA2;
  color: #002928;
  padding: 1em 2.5em;
}
.page--movie.movie-all .wrap .section--list .block--category li.current a {
  background-color: #002928;
  color: #DDFFA2;
}
.page--movie.movie-all .wrap .section--list .block--category li.current a::before {
  display: none;
}
.page--movie.movie-all .wrap .section--list .block--category-list .category {
  color: #002928;
  display: inline-block;
}
.page--movie.movie-all .wrap .block--pager {
  text-align: center;
}
.page--movie .section--detail .left {
  margin-bottom: 20px;
}
.page--movie .section--detail .category-tit {
  display: inline-block;
  border-radius: 50px;
  background-color: #DDFFA2;
  color: #002928;
  border: 1px solid #002928;
  padding: 1em 2.5em;
}
.page--movie .section--detail .block--more_movies .more_movies_title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}
.page--movie .section--detail .block--more_movies .list--contents {
  flex-wrap: wrap;
}
.page--movie .section--detail .area--movie .list__txt .tit::before {
  content: none;
}

.page--photo .section--list .section-tit {
  color: #FFFFFF;
}
.page--photo .section--list .list--txt .tit,
.page--photo .section--list .list--txt .date {
  color: #FFFFFF;
}
.page--photo .list--contents > li a .section-tit {
  margin-bottom: 0;
  font-weight: 500;
}
.page--photo .list--contents > li a .thumb {
  aspect-ratio: 3/2;
}
.page--photo .list--contents > li a .date {
  color: #002928;
}
.page--photo.page--photo__detail .section--list .section-tit__sub {
  margin-bottom: 20px;
}
.page--photo.page--photo__detail .section--list .list--contents {
  gap: 0;
}
.page--photo.page--photo__detail .section--list .list--contents li {
  margin-bottom: 0;
}
.page--photo.page--photo__detail .section--list .list--contents li a .thumb {
  border-radius: 0;
  margin-bottom: 0;
}
.page--photo.page--photo__detail .section--list .back__btn a {
  border: 1px solid rgba(221, 255, 162, 0.7);
}
.page--photo .photo-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

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

#swipebox-overlay {
  background: rgba(66, 66, 66, 0.95) !important;
}

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

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

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

.page--wallpaper .list--contents > li a .thumb {
  aspect-ratio: 2/3;
}
.page--wallpaper .ph-download {
  margin: 1em 0;
}
.page--wallpaper .note {
  background: #002928;
  color: #FFFFFF;
  padding: 1em;
  border-radius: 10px;
  margin: 1em 0 2em;
}
.page--wallpaper .note .tit {
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
.page--wallpaper .note .download {
  margin-bottom: 1.5em;
}

/*  page--bbs
------------------------------ */
.page--bbs.page--member .wave-area_bottom {
  background: rgb(201, 149, 149);
  background: linear-gradient(90deg, rgb(201, 149, 149) 0%, rgb(128, 172, 196) 50%, rgb(255, 227, 163) 100%);
}

.page--bbs .wrap .section--list .inner .comment li .comment--box .comment--box--inner .photo-image {
  padding: 0;
}

.page--bbs .inner .comment li .comment--box .comment--box--inner .txt .ph {
  margin: 0;
}

.page--bbs {
  background: #fff;
  /* tsuuhou */
}
.page--bbs #swipebox-close {
  background: none;
  top: 20px;
}
.page--bbs #swipebox-close:before, .page--bbs #swipebox-close:after {
  content: "";
  position: absolute;
  top: 48%;
  width: 2em;
  height: 2px;
  background: #ffffff;
  transition: all 0.6s ease-out 0s;
}
.page--bbs #swipebox-close:before {
  transform: rotate(45deg);
}
.page--bbs #swipebox-close:after {
  transform: rotate(-45deg);
}
.page--bbs .block--tit {
  margin: 0 auto;
  width: 90%;
}
.page--bbs .section--list {
  background: rgb(201, 149, 149);
  background: linear-gradient(90deg, rgb(201, 149, 149) 0%, rgb(128, 172, 196) 50%, rgb(255, 227, 163) 100%);
}
.page--bbs .section--list .section-tit {
  color: rgba(255, 255, 255, 0.9);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
}
.page--bbs .inner {
  max-width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  padding: 60px 80px 0;
  border-radius: 10px;
}
.page--bbs .block--pager {
  margin-bottom: 80px;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
.page--bbs .block--pager .btn--sub {
  margin: 0 auto;
  color: #fff;
  width: 30%;
  font-size: 16px;
}
.page--bbs .inner .comment {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.page--bbs .inner .comment li {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  border: none;
  background: inherit;
  border-radius: 0;
  margin: 0 0 3em 0;
  width: initial;
}
.page--bbs .inner .comment li:hover {
  background: none !important;
}
.page--bbs .inner .comment li .comment--box .comment--box--inner {
  position: relative;
  margin-bottom: 0.8em;
  padding: 1.2em;
  border-radius: 2em;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.page--bbs .inner .comment li .comment--box .comment--box--inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  border: solid transparent 8px;
  border-right: solid 19px #fff;
}
.page--bbs .inner .comment li .comment--box .comment--box--inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  border: solid transparent 8px;
  border-right: solid 18px rgba(0, 0, 0, 0.4);
}
.page--bbs .inner .comment li .comment--box .comment--box--inner .ph {
  margin: 1em 0;
}
.page--bbs .inner .comment li .comment--box .block--user .name {
  display: block;
  margin: 0 0.8em 0.8em 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.page--bbs .inner .comment li .comment--box .date {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.page--bbs .inner .comment li.member {
  justify-content: flex-start;
}
.page--bbs .inner .comment li.member .icon {
  position: relative;
  overflow: hidden;
  width: 15vw;
  max-width: 11em;
  height: 15vw;
  max-height: 11em;
  margin-right: 4%;
  border: solid 1px #002928;
  border-radius: 50%;
}
.page--bbs .inner .comment li.member .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.page--bbs .inner .comment li.member .icon .blur {
  display: none;
  transform: scale(1.2);
  filter: blur(10px);
}
.page--bbs .inner .comment li.member .comment--box {
  max-width: 70%;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner::before {
  top: -4px;
  left: -14px;
  z-index: 2;
  transform: rotate(35deg);
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: solid transparent 8px;
  border-right: solid 19px #000;
  top: -5px;
  left: -15px;
  z-index: -1;
  transform: rotate(35deg);
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .ph .memberimage {
  width: 100% !important;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  pointer-events: none;
  border-radius: 10px;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt .player {
  position: relative;
  width: 700px;
  max-width: 100%;
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt .player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page--bbs .inner .comment li.member .comment--box .block--user .name {
  margin: 0 0 0.8em 0.8em;
  text-align: left;
}
.page--bbs .inner .comment li.member .comment--box .date {
  margin-right: 0.8em;
  text-align: right;
}
.page--bbs .inner .comment li.member .btn--report {
  display: none;
}
.page--bbs .inner .comment li.ryoka .icon {
  border: 3px solid #f5c24c;
}
.page--bbs .inner .comment li.ryoka .comment--box--inner {
  color: #f5c24c;
  border: 1px solid rgba(245, 194, 76, 0.7);
}
.page--bbs .inner .comment li.ryoka .comment--box--inner:after {
  border-right: solid 18px rgba(245, 194, 76, 0.7) !important;
}
.page--bbs .inner .comment li.ryoka .date,
.page--bbs .inner .comment li.ryoka .name {
  color: #f5c24c !important;
}
.page--bbs .inner .comment li.hiroto .icon {
  border: 3px solid #448fb8;
}
.page--bbs .inner .comment li.hiroto .comment--box--inner {
  color: #448fb8;
  border: 1px solid rgba(68, 143, 184, 0.7);
}
.page--bbs .inner .comment li.hiroto .comment--box--inner:after {
  border-right: solid 18px rgba(68, 143, 184, 0.7) !important;
}
.page--bbs .inner .comment li.hiroto .date,
.page--bbs .inner .comment li.hiroto .name {
  color: #448fb8 !important;
}
.page--bbs .inner .comment li.motoki .icon {
  border: 3px solid #cc7272;
}
.page--bbs .inner .comment li.motoki .comment--box--inner {
  color: #cc7272;
  border: 1px solid rgba(204, 144, 144, 0.7);
}
.page--bbs .inner .comment li.motoki .comment--box--inner:after {
  border-right: solid 18px rgba(204, 144, 144, 0.7) !important;
}
.page--bbs .inner .comment li.motoki .date,
.page--bbs .inner .comment li.motoki .name {
  color: #cc7272 !important;
}
.page--bbs .inner .comment li.not-member {
  justify-content: flex-end;
}
.page--bbs .inner .comment li.not-member .comment--box {
  max-width: 70%;
}
.page--bbs .inner .comment li.not-member .comment--box .comment--box--inner::before {
  top: -4px;
  right: -14px;
  border-right: solid 19px #fff;
  z-index: 2;
  transform: rotate(140deg);
}
.page--bbs .inner .comment li.not-member .comment--box .comment--box--inner::after {
  top: -5px;
  right: -15px;
  z-index: -1;
  transform: rotate(140deg);
}
.page--bbs .inner .comment li.not-member .comment--box .block--user .name {
  display: block;
  margin: 0 0.8em 0.8em 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  text-align: right;
}
.page--bbs .inner .comment li.not-member .comment--box .date {
  margin-right: 0.8em;
  text-align: right;
}
.page--bbs .inner .switching_btn {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 1em;
  font-family: citrus-gothic-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 15px;
}
.page--bbs .inner .switching_btn li {
  margin-right: 1.5em;
}
.page--bbs .inner .switching_btn li a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.page--bbs .inner .all .switching_btn_member a {
  color: #fff;
}
.page--bbs .inner .all .switching_btn_all {
  padding-bottom: 0.3em;
  border-bottom: solid 2px #fff;
  color: #fff;
}
.page--bbs .inner .artist .switching_btn_member {
  padding-bottom: 0.4em;
  border-bottom: solid 2px #fff;
  color: #fff;
}
.page--bbs .inner .artist .switching_btn_all a {
  color: rgb(255, 255, 255);
}
.page--bbs .footer .inner {
  max-width: 100%;
  padding: 0;
}
.page--bbs .comment--inner {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
  line-height: 0;
}
.page--bbs .comment--inner .btn input {
  min-width: 20px !important;
  height: 18px !important;
}
.page--bbs .comment--inner .block--post {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.page--bbs .comment--inner .block--post .form--post dd {
  margin: 0;
}
.page--bbs .comment--inner .bbs-textarea {
  text-align: center;
}
.page--bbs .comment--inner .not-member-comment {
  display: none;
}
.page--bbs .comment--inner .not-member-textarea {
  text-align: left;
}
.page--bbs .comment--inner .not-member-textarea textarea {
  width: 86%;
  margin: 2em;
}
.page--bbs .comment--inner textarea {
  resize: none;
  padding: 0.5em 1.5em;
  margin: 2em auto;
  height: 2.5em;
  border-radius: 100em;
  background: #FFFFFF;
  border: 0;
  overflow: hidden;
}
.page--bbs .comment--inner .btn {
  position: absolute;
  background: #006341;
  padding: 0.5em;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.8em;
  border-radius: 999px;
}
.page--bbs .comment--inner .btn input:not(.btn--main):not(.btn--sub) {
  margin-left: 6px;
}
.page--bbs .comment--inner label {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/static/mga/fanclub/bbs/icon--send--photo.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.page--bbs .comment--inner label input {
  display: none;
}
.page--bbs .comment--inner .txt--sub {
  margin: -1em auto 0;
  padding-bottom: 2em;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
.page--bbs .commentconfirm .txt,
.page--bbs .commentcomplete .txt,
.page--bbs .commentdelete .txt {
  color: rgba(0, 0, 0, 0.6);
}
.page--bbs .commentconfirm .pageTit,
.page--bbs .commentcomplete .pageTit,
.page--bbs .commentdelete .pageTit {
  display: none;
}
.page--bbs .commentconfirm .titArea,
.page--bbs .commentcomplete .titArea,
.page--bbs .commentdelete .titArea {
  color: #002928;
  text-align: center;
  line-height: 1.2;
}
.page--bbs .commentconfirm dl,
.page--bbs .commentcomplete dl,
.page--bbs .commentdelete dl {
  border: solid 1px #002928;
  background-color: #fff;
}
.page--bbs .commentconfirm dd,
.page--bbs .commentcomplete dd,
.page--bbs .commentdelete dd {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
}
.page--bbs .commentconfirm dd:last-of-type,
.page--bbs .commentcomplete dd:last-of-type,
.page--bbs .commentdelete dd:last-of-type {
  margin-bottom: 0;
}
.page--bbs .commentconfirm .btn,
.page--bbs .commentcomplete .btn,
.page--bbs .commentdelete .btn {
  margin: 4em 0;
}
.page--bbs .commentconfirm .btn--main,
.page--bbs .commentcomplete .btn--main,
.page--bbs .commentdelete .btn--main {
  background: initial;
  color: #fff;
  border: 2px solid;
}
.page--bbs .commentconfirm .btn--sub,
.page--bbs .commentcomplete .btn--sub,
.page--bbs .commentdelete .btn--sub {
  background: transparent;
  color: #fff;
  border: 1px solid;
}
.page--bbs .form--confirm {
  margin: 2em 0 4em;
}
.page--bbs .form--confirm .not-member-comment {
  display: none;
}
.page--bbs .form--confirm .txt-notes {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 2.5em;
  font-size: 13px;
}
.page--bbs .error--form {
  margin: 2em 0 4em;
}
.page--bbs .error--form dt {
  margin: 0 0 10px;
  font-size: 13px;
  opacity: 0.8;
}
.page--bbs .error--form dd {
  margin-bottom: 2.5em;
}
.page--bbs .error--form textarea {
  background-color: #FFFFFF;
  border-radius: 5px;
}
.page--bbs .error--form .not-member-comment {
  display: none;
}
.page--bbs .list--information .comment__item {
  position: relative;
}
.page--bbs .list--information .comment__item .btn.btn--report {
  display: inline-block;
  position: relative;
  left: calc(100% - 6em);
  margin-top: 0.2em;
}
.page--bbs .list--information .comment__item .btn.btn--report a {
  display: block;
  min-width: auto;
  margin-top: 0;
  padding: 0.5em 0.8em 0.6em;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 5em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  transform-origin: right bottom;
  transform: scale(0.8);
}
.page--bbs .list--information .comment__item .btn.btn--report a::after {
  background-color: transparent;
}
.page--bbs #swipebox-prev,
.page--bbs #swipebox-next {
  display: none;
}
.page--bbs #topBtn::after {
  background: url(/static/mga/fanclub/bbs/cover_bbs.svg);
}

.page--bbs.page--member .header .logo {
  background: url(/static/mga/common/logo--official_wide.svg) no-repeat;
}
.page--bbs.page--member .wovn-languages {
  color: #DDFFA2;
  border: 1px solid rgba(221, 255, 162, 0.5);
}
.page--bbs.page--member .wovn-languages::before {
  border-bottom: solid 2px #DDFFA2;
  border-right: solid 2px #DDFFA2;
}
.page--bbs.page--member .wovn-languages .langIcon,
.page--bbs.page--member .drawer-visible .wovn-languages .langIcon {
  fill: #DDFFA2;
}
.page--bbs.page--member:not(.drawer-visible) .wovn-languages,
.page--bbs.page--member .drawer-visible .wovn-languages {
  background: rgba(255, 255, 255, 0.25);
}

.page--stream .read {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 2em;
}
.page--stream .fa {
  position: absolute;
  top: 39%;
  right: -15%;
  font-size: 2rem;
  color: #595959;
}
.page--stream .tit {
  color: #002928;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--stream .method {
  margin-top: 2em;
}
.page--stream .methodList {
  display: flex;
  margin-bottom: 40px;
}
.page--stream .methodList li img {
  display: block;
  border: 1px solid #ccc;
}
.page--stream .methodList .methodList-item {
  width: 21.25%;
  margin-right: 5%;
  position: relative;
}
.page--stream .methodList .methodList-item:last-of-type {
  margin-right: 0;
}
.page--stream .methodList .methodList-item.last {
  display: inline-block;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
.page--stream .swiper-pagination-bullet-active {
  background: #002928;
}
.page--stream .adjust {
  min-height: auto;
  margin-top: 100px;
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 4em;
}
.page--stream .adjustList {
  display: flex;
}
.page--stream .adjustList .adjustList-item {
  width: 32%;
  margin-right: 2%;
}
.page--stream .adjustList .adjustList-item:last-of-type {
  margin-right: 0;
}
.page--stream .adjustList .adjustList-item img {
  margin-bottom: 3px;
}
.page--stream .attention {
  margin-top: 4em;
  padding-bottom: 4em;
}
.page--stream .attention .tit {
  margin-top: 50px;
}
.page--stream .download {
  margin-bottom: 3em;
  text-align: center;
}
.page--stream .download .inner {
  background: #D1D1D1;
  border-radius: 20px;
  padding: 2em;
}
.page--stream .download .inner.archive {
  background-color: #DDFFA2;
  margin-bottom: 2em;
}
.page--stream .download .inner.archive > .tit {
  color: #002928;
}
.page--stream .download .inner.archive > .txt {
  margin: 1em 0;
}
.page--stream .download .btn--main {
  margin-top: 4px;
}
.page--stream .download .dl-list {
  display: flex;
  justify-content: center;
  margin: 1em auto 2em;
}
.page--stream .download .dl-list li {
  height: 56px;
  margin: 0 15px;
}
.page--stream .download .dl-list li a {
  height: 100%;
  display: inline-block;
}
.page--stream .download .dl-list li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--stream .download .link a {
  letter-spacing: normal;
}

.section--list.archive .list--contents li a {
  border-radius: 10px;
  overflow: hidden;
}
.section--list.archive .list--contents li a img {
  vertical-align: bottom;
}

.page--magazine .section-tit {
  margin-bottom: 0.3em;
}
.page--magazine .photobook__nav {
  width: 100%;
  height: 55px;
  background: #8a8a8a;
  margin-top: -45px;
  width: 500px;
  margin: -45px auto 0;
  border-radius: 100px;
  opacity: 0;
  transition: all 0.5s;
}
.page--magazine.photobook__nav--load .photobook__nav {
  opacity: 1;
}
.page--faq .list--tag.block--category {
  flex-direction: inherit;
}
.page--faq .list--tag.block--category li a {
  background-color: #002928;
  color: #FFFFFF;
}
.page--faq .faq-category {
  background: #FFFFFF;
  color: #002928;
  border: 1px solid #002928;
  padding: 0.2em 1em;
  border-radius: 2em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
.page--faq .searchBox {
  width: 100%;
  margin: 2em auto 4em;
  position: relative;
  border: none;
}
.page--faq .searchBox input[type=text] {
  line-height: 2;
  background: #fff;
  border-color: #002928;
  border-radius: 8px;
  width: 100%;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #002928;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 5px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section--list .list--faq,
.page--faq .section--detail .list--faq {
  color: #002928;
  margin: 0 0 3em;
}
.page--faq .section--list .list--faq li,
.page--faq .section--detail .list--faq li {
  opacity: 1;
  transform: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 41, 40, 0.2);
}
.page--faq .section--list .list--faq li a,
.page--faq .section--detail .list--faq li a {
  display: block;
  line-height: 1.4;
  padding: 1.5em 0;
  position: relative;
}
.page--faq .section--list .list--faq li .tit,
.page--faq .section--detail .list--faq li .tit {
  padding-left: 1.8em;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.page--faq .section--list .list--faq .txt,
.page--faq .section--detail .list--faq .txt {
  padding-top: 0;
}
.page--faq .section--list .list--faq .icon--a,
.page--faq .section--detail .list--faq .icon--a {
  display: none;
}
.page--faq .section--list .list--faq .icon--q,
.page--faq .section--detail .list--faq .icon--q {
  display: inline-block;
  font-size: 1.2em;
  line-height: 2;
  font-weight: 600;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page--faq .section--list .list--faq.other .tit,
.page--faq .section--detail .list--faq.other .tit {
  font-size: 1em;
  margin-bottom: 0;
}
.page--faq .section--list .block--category li a {
  padding: 0.5em 1.2em;
}
.page--faq .section--detail .faq-category {
  margin-bottom: 1em;
}
.page--faq .section--detail .category {
  margin-left: 0;
  margin-bottom: 0.5em;
}
.page--faq .section--detail .section--inner > .txt {
  margin-top: 2em;
}
.page--faq .section--detail .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
.page--faq .section--detail .block--contact .txt {
  text-align: center;
}
.page--faq .section--detail .block--contact .btn_faq a {
  background: #1E4737;
  color: #fff;
  border: 1px solid #1E4737;
  padding: 20px;
  display: block;
  min-width: auto;
  height: auto;
  line-height: 1.5;
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin: 10px auto;
  transition: 0.4s;
}
.page--faq .section--detail .block--contact .btn_faq a .mini {
  font-size: 12px;
  display: block;
}
.page--faq .section--detail .block--contact .btn_faq a:hover {
  background: #8fc31f;
  color: #006341;
}
.page--faq .section--detail .block--contact .btn_faq.sub a {
  background: #363636;
  border: 2px solid #363636;
}
.page--faq .section--detail .block--contact .btn_faq.sub a:hover {
  background: #696969;
  color: #fff;
}
.page--faq .section--detail .block--more-faq {
  margin-top: 6em;
}
.page--faq .block--faq-detail {
  margin-bottom: 4em;
}

@media screen and (min-width: 961px) {
  .page--questionnaire .input--quarter {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .input--quarter {
    width: 30%;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 75%;
  }
}
.page--questionnaire section {
  position: relative;
  z-index: 2;
}
.page--questionnaire section .ph {
  margin-bottom: 5vw;
}
.page--questionnaire section form input:not([type=submit]),
.page--questionnaire section form textarea {
  border-radius: 5px;
}
.page--questionnaire section form .form--post {
  margin: 2em auto 3em;
}
.page--questionnaire section form .form--post dt:first-child {
  margin-top: 0;
}
.page--questionnaire section form .form--post .form__select select {
  color: #002928;
}
.page--questionnaire section form .form--post .form__select select {
  cursor: pointer;
}
.page--questionnaire section form .btn {
  margin-top: 1em;
}
.page--questionnaire section form .btn + .btn {
  margin-top: 0;
}
.page--questionnaire section form .form--horizontal li {
  display: inline-block;
}
.page--questionnaire section form .icon--required::before {
  content: "必須";
  font-size: 11px;
  line-height: 1;
  vertical-align: 2px;
  color: #FFFFFF;
  background: #c4083a;
  padding: 0.1em 0.25em 0.1em;
  border-radius: 4px;
  margin-left: 0.5em;
}
.page--questionnaire.confirm form {
  margin-top: 30px;
}
.page--questionnaire.confirm .form--confirm dd {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm dd {
    font-size: 14px;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
}
.page--questionnaire.confirm .form--confirm dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* page--error
------------------------------ */
.page--error .section--detail {
  padding-left: 5vw;
  padding-right: 5vw;
}
.page--error .section--detail .tit {
  font-weight: 400;
  margin-bottom: 4vw;
  font-size: 5vw;
}
.page--error .section--detail .btn {
  margin: 3em auto 0;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}

/* 新規入会動線
------------------------------ */
.entry_pop {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  transform: translateY(0);
  width: 122px;
  height: 122px;
  z-index: 100;
  border-radius: 999px;
  border: 3px solid #006341;
  background: #fff;
  transition: 0.6s ease;
}
.entry_pop a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.entry_pop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 999px;
  border: 1px solid #006341;
}
.entry_pop .svg_txt {
  position: absolute;
  z-index: 1;
  overflow: visible;
  transform: rotate(-90deg);
  width: 60%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  fill: #006341;
}
.entry_pop .svg_txt path {
  fill: transparent;
}
.entry_pop .svg_txt text {
  font-weight: bold;
  font-size: 14px;
  fill: #006341;
}
.entry_pop .logo {
  width: 62.3%;
  margin-top: 5px;
}
.entry_pop .arrow {
  position: absolute;
  bottom: 12px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}
.entry_pop.hidden {
  transform: translateY(30vh);
}

.page--support .section-tit {
  font-family: "LINESeedJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1em;
  font-size: 1.5em;
}
.page--support.section--list.section--detail {
  justify-content: flex-start;
}
.page--support.section--list.section--detail .block--list {
  width: 70.5vw;
  margin: 0 auto;
  padding: 0 4em;
}
.page--support.section--list.section--detail a {
  text-decoration: underline;
  color: #002928;
}
.page--support .list--support a {
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--support .list--support a:hover {
    text-decoration: none;
  }
}
.page--support .list--support dt {
  color: #002928;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.page--support .list--support dd {
  line-height: 1.75;
  margin-bottom: 3em;
}
.page--support .supportTable {
  display: block;
  text-align: left;
}
.page--support .supportTable * {
  display: block;
}
.page--support .supportTable tr {
  margin-bottom: 2.5em;
}

.page--course-change .rule {
  color: #c4083a;
}
.page--course-change .block--title .tit {
  font-size: 1.2em;
}
.page--course-change .block--list {
  margin-top: 1em;
}
.page--course-change .block--list .block-tit {
  font-size: 1.2em;
  font-weight: 700;
  color: #002928;
  border-bottom: 2px dotted rgba(0, 99, 65, 0.2);
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.page--course-change .block--list__item {
  margin-top: 3.5em;
}
.page--course-change .block--list__item .block {
  background: #fff;
  padding: 2em;
  border-radius: 10px;
  margin: 1em auto;
}
.page--course-change .block--list__item .block .tit {
  color: #002928;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.page--course-change .block--list__item .block .btn {
  margin-top: 2em;
}
.page--course-change .block--list__item .note {
  background: #fff0ea;
  padding: 0.5em;
  border-radius: 8px;
  margin-top: 1em;
}
.page--course-change .block--list__item .block--course {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  color: #006341;
}
.page--course-change .block--list__item .block--course .block--entry {
  border-radius: 20px;
  background: #daece5;
  flex-wrap: wrap;
}
.page--course-change .block--list__item .block--course .block--entry .area--tit {
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 4%;
  text-align: center;
}
.page--course-change .block--list__item .block--course .block--entry .area--tit span {
  display: block;
  width: 160px;
  border: 2px solid #006341;
  background: #006341;
  color: #fff;
  padding: 0.3em 0;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
}
.page--course-change .block--list__item .block--course .block--entry > div {
  display: flex;
  flex-direction: column;
}
.page--course-change .block--list__item .block--course .block--entry > div .tit {
  text-align: center;
}
.page--course-change .block--list__item .block--course .block--entry > div .box--wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page--course-change .block--list__item .block--course .block--entry > div .box--wrap .box {
  width: calc(50% - 5px);
}
.page--course-change .block--list__item .block--course .block--entry > div .box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.page--course-change .block--list__item .block--course .block--entry > div .box .box--tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 90px;
  padding: 0.1em 1em 0.15em 1em;
  margin: 1.2em auto 0;
  border-radius: 999px;
  background: #006341;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.page--course-change .block--list__item .block--course .block--entry > div .box.method {
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .page--course-change .block--list__item .block--course .block--entry > div .box.method {
    margin-bottom: 8%;
  }
}
.page--course-change .block--list__item .block--course .block--entry > div .box.method .box--tit {
  min-width: 110px;
  margin-bottom: 20px;
}
.page--course-change .block--list__item .block--course .block--entry > div .box.method .list--method {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.1em;
  font-size: 15px;
  font-weight: bold;
}
.page--course-change .block--list__item .block--course .block--entry > div .box.method .list--notes li {
  margin-bottom: 0.3em;
  font-size: 13px;
}
.page--course-change .block--list__item .block--course .block--entry > div .amount {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.page--course-change .block--list__item .block--course .block--entry > div .amount .unit {
  font-size: 12px;
}
.page--course-change .block--list__item .block--course .block--entry > div .amount .tax {
  font-size: 11px;
}
.page--course-change .block--list__item .block--course .block--entry .block--annually .box {
  position: relative;
}
.page--course-change .block--list__item .block--course .block--entry .block--annually .box .amount .tax {
  display: block;
  margin-top: -6px;
}
.page--course-change .block--list__item .block--course .block--entry .block--annually .box .notice {
  background: #ABE338;
  color: #006341;
  display: flex;
  padding: 13px 10px;
  max-width: 120px;
  justify-content: center;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  top: -15%;
  right: -10%;
  aspect-ratio: 4/3;
  -webkit-clip-path: polygon(19% 0, 87% 10%, 100% 44%, 83% 73%, 40% 73%, 22% 85%, 24% 69%, 8% 59%, 0 28%);
          clip-path: polygon(19% 0, 87% 10%, 100% 44%, 83% 73%, 40% 73%, 22% 85%, 24% 69%, 8% 59%, 0 28%);
  animation: notice 2s infinite ease-in-out;
}
.page--course-change .block--list__item .block--course .block--entry .block--annually .box .notice p {
  transform: rotate(5deg);
}
.page--course-change .block--list__item .block--course .block--entry .block--annually .box .notice p span {
  font-size: 13px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--course-change .block--list__item .block--course .block--entry .block--annually .box .notice {
    scale: 0.85;
    right: -15%;
  }
}
.page--course-change .block--list__item .block--course .block--entry .block--annually .box:lang(en) .notice {
  padding: 6px 12px;
}
.page--course-change .block--list__item .block--course .block--entry .block--monthly .box.method {
  position: relative;
  height: 100%;
}
.page--course-change .block--list__item .block--course .block--entry .block--monthly .box.method .list--method {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .page--course-change .block--list__item .block--course .block--entry .block--monthly .box.method .list--method {
    margin-top: -52px;
  }
}
.page--course-change .block--list__item .block--course .block--entry .block--notice {
  margin-top: calc(-4% + 6px);
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--course-change .block--list__item .block--course .block--entry .block--notice {
    margin-top: 0;
  }
}
.page--course-change .block--list__item .block--course .block--entry .block--notice .box.method {
  position: relative;
  height: 100%;
  margin-bottom: 4%;
}
.page--course-change .block--list__item .block--course .block--entry .block--notice .box.method .list--notes {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page--course-change .block--list__item .block--course .block--entry {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
  }
  .page--course-change .block--list__item .block--course .block--entry > div {
    width: 50%;
    padding: 0 4%;
  }
  .page--course-change .block--list__item .block--course .block--entry .block--annually .box.method {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page--course-change .block--list__item .block--course .block--entry {
    padding: 1em;
  }
  .page--course-change .block--list__item .block--course .block--entry .block--monthly {
    margin-top: 50px;
  }
}
.page--course-change table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #D1D1D1;
  border-collapse: collapse;
}
.page--course-change table th {
  background: #002928;
  color: #FFFFFF;
  width: 30%;
  padding: 15px 20px;
  border: 1px solid #D1D1D1;
  text-align: center;
  vertical-align: middle;
}
.page--course-change table td {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #D1D1D1;
  vertical-align: middle;
}

.page--first_login.section--detail {
  margin: 0 auto;
  overflow: hidden;
}
.page--first_login.section--detail .logo img {
  max-width: 350px;
}
.page--first_login.section--detail .section--inner {
  background: #fff;
}
.page--first_login.section--detail .section-tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #002928;
  letter-spacing: 0;
  font-size: 1.65em;
  line-height: 1.4;
  margin: 1em 0 2em;
}
.page--first_login.section--detail .tit {
  font-weight: bold;
}
.page--first_login.section--detail .txt--basic {
  margin-bottom: 2em;
}
.page--first_login.section--detail .lead {
  font-weight: bold;
  line-height: 1.6;
}
.page--first_login.section--detail .txt_highlight,
.page--first_login.section--detail .txt_highlight_bold,
.page--first_login.section--detail .txt_highlight_wavy {
  color: #c4083a;
}
.page--first_login.section--detail .txt_highlight_bold {
  font-weight: bold;
}
.page--first_login.section--detail .txt_highlight_wavy {
  -webkit-text-decoration: underline wavy #c4083a;
          text-decoration: underline wavy #c4083a;
  text-underline-offset: 0.2em;
}
.page--first_login.section--detail .txt--link a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page--first_login.section--detail .txt--link a .fa {
  margin-left: 0.5em;
  text-decoration: none;
}
.page--first_login.section--detail .btn + .txt--link {
  margin-top: 2em;
}
.page--first_login.section--detail .block--transfer {
  padding: 0 0 10vw;
}
.page--first_login.section--detail .block--transfer > .tit {
  background: #002928;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.page--first_login.section--detail .block--transfer .block--benefits .tit {
  font-size: 1em;
  font-weight: normal;
}
.page--first_login.section--detail .block--transfer .list_benefits li {
  border: 1px solid #002928;
  border-radius: 10px;
  margin: 1em 0;
}
.page--first_login.section--detail .block--transfer .list_benefits li .tit {
  font-size: 1.05em;
  font-weight: bold;
}
.page--first_login.section--detail .block--transfer .block--campaign {
  padding: 4em;
}
.page--first_login.section--detail .block--campaign {
  position: relative;
  margin-bottom: 5vw;
  color: #fff;
}
.page--first_login.section--detail .block--campaign .txt--basic {
  margin-bottom: 2em;
}
.page--first_login.section--detail .block--campaign .txt--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--first_login.section--detail .list_campaign li {
  padding: 1em;
  border-radius: 10px;
  font-weight: bold;
  background: #FFFFFF;
  color: #002928;
}
.page--first_login.section--detail .list_campaign li .tit {
  font-size: 1.2em;
}
.page--first_login.section--detail .list_campaign li .tit .strong {
  font-size: 1.2em;
}
.page--first_login.section--detail .list_campaign li img {
  margin: 0.5em 0;
  padding: 0 5%;
}
.page--first_login.section--detail .block--attention {
  background: rgba(196, 8, 58, 0.1);
  border: 1px solid #c4083a;
  color: #c4083a;
}
.page--first_login.section--detail .block--attention .tit {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.page--first_login.section--detail .block--attention .btn {
  margin: 1.5em 0 0;
}
.page--first_login.section--detail .block--attention .btn a {
  background: #fff;
  border: 2px solid #c4083a;
  font-size: 1em;
  color: #c4083a;
}
.page--first_login.section--detail .list--attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
}
.page--first_login.section--detail .list--attention li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--first_login.section--detail .block--contents .block--tit .tit {
  background-image: url(/static/mga/common/tit_anime.gif);
  background-clip: text;
  background-position: 50% 80%;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.1em;
  font-weight: 900;
}
.page--first_login.section--detail .block--contents .tit {
  margin-bottom: 1em;
}
.page--first_login.section--detail .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
.page--first_login.section--detail .list--contents li {
  border-radius: 10px;
}
.page--first_login.section--detail .list--contents li .category.tit {
  margin-bottom: 0.5em;
}
.page--first_login.section--detail .list--contents.ticket li .txt--sub {
  font-weight: bold;
}
.page--first_login.section--detail .block--limited_benefits {
  position: relative;
  padding: 2em;
  border-radius: 10px;
  color: #fff;
}
.page--first_login.section--detail .block--limited_benefits .block--txt {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 1em;
  color: #002928;
}
.page--first_login.section--detail .list--payment {
  width: 100%;
  margin: 0 auto 4em;
  border: 1px solid #999;
  border-collapse: collapse;
}
.page--first_login.section--detail .list--payment th {
  background: #002928;
  color: #fff;
  width: 30%;
  padding: 10px;
  border: 1px solid #999;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--first_login.section--detail .list--payment td {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #999;
  vertical-align: middle;
  color: #333;
}
.page--first_login.section--detail .block--device {
  margin-bottom: 5vw;
}
.page--first_login.section--detail .block--device .list--payment {
  margin-bottom: 1em;
}
.page--first_login.section--detail .block--attention {
  margin-top: 1em;
  margin-bottom: 5vw;
}
.page--first_login.section--detail .block--attention .list--attention {
  margin-bottom: 0;
}
.page--first_login.section--detail .block--movie .tit {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.page--first_login.section--detail .block--movie .video {
  background: #002928;
  margin-bottom: 4em;
}
.page--first_login.section--detail .list--step {
  margin-bottom: 5vw;
}
.page--first_login.section--detail .list--step li {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
.page--first_login.section--detail .list--step li a {
  display: flex;
  position: relative;
  min-height: 40px;
}
.page--first_login.section--detail .list--step li .step_num,
.page--first_login.section--detail .list--step li .step--tit,
.page--first_login.section--detail .list--step li .step--txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px 20px;
  text-align: left;
  line-height: 1.2;
}
.page--first_login.section--detail .list--step li .step_num,
.page--first_login.section--detail .list--step li .step--tit {
  font-family: "gopher", sans-serif;
  font-weight: 700;
  background: #002928;
  color: #fff;
  border: 1px solid #002928;
}
.page--first_login.section--detail .list--step li .step--txt {
  border: 1px solid #999;
}
.page--first_login.section--detail .list--step .txt_list {
  line-height: 1.6;
  color: #c4083a;
}
.page--first_login.section--detail .list--step .txt_list li {
  margin-bottom: 0.5em;
}
.page--first_login.section--detail .list--step .txt_list li:last-child {
  margin-bottom: 0;
}
.page--first_login.section--detail .list--step .txt_list li .txt_ex {
  display: block;
  text-indent: 1em;
}
.page--first_login.section--detail .list--step p + .txt_list {
  margin-top: 1em;
}
.page--first_login.section--detail .block--step .list--step > li {
  border: 1px solid #999;
  margin-bottom: 3em;
}
.page--first_login.section--detail .block--step .list--step .block .tit {
  font-size: 1.3em;
}
.page--first_login.section--detail .block--step .list--step .block + .block {
  margin-top: 2em;
}
.page--first_login.section--detail .block--step .list--step .list-tit {
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
  border-bottom: solid 1px #999;
  font-weight: bold;
  font-size: 1.3em;
}
.page--first_login.section--detail .block--step .list--step .step_num {
  display: block;
  font-size: 0.8em;
  margin-right: 1em;
}
.page--first_login.section--detail .block--step .list--step .txt {
  margin-bottom: 1em;
}
.page--first_login.section--detail .block--step .list--step .txt--sub {
  margin-bottom: 2em;
}
.page--first_login.section--detail .block--step .list--step .thumb {
  font-size: 1em;
  text-align: center;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin: 2em 0;
}
.page--first_login.section--detail .block--step .list--step .txt--link a {
  display: block;
  line-height: 1.6;
  font-weight: bold;
}
.page--first_login.section--detail .block--step .block--attention {
  width: 100%;
}
.page--first_login.section--detail .block--step .block--attention .list--faq li a {
  border-color: #c4083a;
}
.page--first_login.section--detail .block--step .list--faq li a {
  background: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 15px 20px 15px calc(20px + 1em);
  line-height: 1.6;
  min-height: auto;
  text-indent: -1em;
}
.page--first_login.section--detail .block--step .list--faq li a .fa-arrow-up-right-from-square {
  margin-left: 1em;
}

.page--entry.section--detail {
  overflow: hidden;
}
.page--entry.section--detail .btn--main {
  position: relative;
}
.page--entry.section--detail .btn--main::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDFFA2;
  border-right: 1px solid #DDFFA2;
  margin-left: 0.3em;
  transform: rotate(45deg) translateY(-20%);
  transition: all 0.3s 0s ease;
}
.page--entry.section--detail .section-tit {
  color: #002928;
  font-weight: 600;
}
.page--entry.section--detail .delighter {
  transform: translate(0px, 20px);
}
.page--entry.section--detail .delighter.started {
  transform: translate(0);
}
.page--entry.section--detail .red {
  color: #FF3F2F;
}
.page--entry.section--detail .btn {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--entry.section--detail .section-tit {
  margin: 0 0 80px;
}
.page--entry.section--detail .swiper-thumb {
  position: relative;
  width: 100%;
  z-index: 10;
}
.page--entry.section--detail .swiper-thumb ul {
  display: flex;
  justify-content: flex-start;
}
.page--entry.section--detail .swiper-thumb ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0);
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  border: 2px solid #8fc31f;
  overflow: hidden;
  background: #006341;
  font-size: 24px;
  transition: 0.3s;
  aspect-ratio: 16/9;
}
.page--entry.section--detail .swiper-thumb ul li.swiper-slide-active {
  transform: scale(1.3);
}
.page--entry.section--detail .video {
  width: 100%;
  height: 0;
  position: relative;
  overflow: visible;
  border-radius: 10px;
  padding-bottom: 56.25%;
}
.page--entry.section--detail .video iframe {
  border-radius: 10px;
  overflow: hidden;
}
.page--entry.section--detail .video .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.page--entry.section--detail .video .thumb::after {
  content: none;
}
.page--entry.section--detail .video .thumb img {
  width: 100%;
  height: auto;
}
.page--entry.section--detail .top_wrap .btn::before {
  background: #8fc31f;
}
.page--entry.section--detail .top_wrap .btn .btn--sub {
  background: #002928;
  color: #DDFFA2;
}
.page--entry.section--detail .fc--contents {
  padding: 0;
}
.page--entry.section--detail .fc--contents > .lead {
  margin: 0 auto;
  color: #005e3c;
  text-align: center;
  border-bottom: 1px solid rgba(0, 41, 40, 0.4);
  font-weight: 600;
}
.page--entry.section--detail .fc--contents .box--contents {
  position: relative;
}
.page--entry.section--detail .fc--contents .box--contents .contents__tit {
  text-align: center;
  color: #005e3c;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type {
  border-bottom: 1px solid rgba(0, 41, 40, 0.4);
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .item--blur {
  position: absolute;
  opacity: 0.3;
  z-index: 0;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  filter: blur(30px);
  border-radius: 100%;
  background-color: #BCE670;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .lead {
  color: #FFFFFF;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie {
  background-color: #006360;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .item--blur {
  opacity: 0.5;
  background-color: #2C9162;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report {
  background-color: #72C32F;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .item--blur {
  opacity: 0.7;
  background-color: #ABF149;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery {
  background-color: #47A014;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item--blur {
  opacity: 0.6;
  background-color: #95D041;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie {
  display: block;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .swiper-container {
  width: 80%;
  margin: 0 auto;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .inner {
  position: relative;
  aspect-ratio: 16/9;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--01,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--02,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--03 {
  border-radius: 5px;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--01 img,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--02 img,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--03 img {
  display: block;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--01 {
  z-index: 3;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--02 {
  z-index: 2;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .thumb--03 {
  z-index: 0;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment {
  background-color: #1f916a;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment .lead {
  margin-bottom: 20px;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment .moment-swiper {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px) scale(0.5);
  transition: 0.6s ease 0.3s;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment .moment-swiper .swiper-slide {
  border-radius: min(20px, 3vw);
  border: 1px solid #DDFFA2;
  overflow: hidden;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment .moment-swiper .swiper-slide img {
  vertical-align: bottom;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment.started .moment-swiper {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn {
  cursor: pointer;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  transform: translate(-50%);
  background: url(/static/mga/fanclub/mypage/memeru.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn::before {
  aspect-ratio: 1/1.3;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn::after {
  right: 13%;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn .btn--main {
  position: relative;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn .btn--main::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDFFA2;
  border-right: 1px solid #DDFFA2;
  margin-left: 0.3em;
  transform: rotate(45deg) translateY(-20%);
  transition: all 0.3s 0s ease;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 37%;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.6s ease 0.3s;
  margin-bottom: 0;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap {
  position: absolute;
  transition: 0.6s ease 0.3s;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap--inner {
  position: relative;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap img {
  border-radius: 10px;
  border: 1px solid #DDFFA2;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap:nth-child(1) {
  z-index: 3;
  top: 20%;
  left: 30%;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap:nth-child(2) {
  z-index: 2;
  bottom: -20%;
  right: 30%;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap .txt {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap .txt--inner {
  color: #005e3c;
  font-size: clamp(10px, 1vw, 16px);
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap .txt--inner::before {
  content: " ";
  background-color: #DDFFA2;
  transform: skewX(-15deg) translateX(-50%);
  position: absolute;
  left: 50%;
  width: 120%;
  padding: 0.8em;
  z-index: -1;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .inner.started .item_ph {
  transform: scale(1.1);
  opacity: 1;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-prev,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-prev .arrow-circle,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-next .arrow-circle {
  width: 100%;
  height: 100%;
  background: #8fc31f;
  transition: 0.3s;
  position: relative;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-prev {
  left: -30px;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-prev .arrow-circle::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #DDFFA2;
  border-left: 1px solid #DDFFA2;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 50%;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-next {
  right: -30px;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-next .arrow-circle::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #DDFFA2;
  border-right: 1px solid #DDFFA2;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 50%;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-prev:after,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-rtl .swiper-button-next:after,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-next:after,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha {
  background-color: initial;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item {
  text-align: center;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .lead {
  margin-bottom: 20px;
  color: #005e3c;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .tit svg .jamsdraw01,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .tit svg .jamsdraw02,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .tit svg .jamsdraw03 {
  fill: #005e3c;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .tit svg .jamsdraw01,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .tit svg .jamsdraw03,
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .tit svg .jamsdraw04 {
  stroke: #005e3c;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .left--item .update {
  background-color: #FFFFFF;
  color: #005e3c;
  padding: 1em;
  padding: 0.2em 2em;
  border-radius: 5px;
  display: inline-block;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .right--item .btn#gacha--demo {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .right--item .btn#gacha--demo .btn--blur {
  position: absolute;
  background-color: #BCE670;
  bottom: -90%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  aspect-ratio: 1/1;
  filter: blur(50px);
  border-radius: 100%;
  z-index: 10;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .right--item .btn#gacha--demo .btn--sub {
  position: relative;
  padding: 1em 4em 1em 4em;
  background: #002928;
  color: #DDFFA2;
  border: none;
  overflow: hidden;
  margin: 0;
  display: block;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .right--item .btn#gacha--demo .btn--sub::after {
  display: none;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .right--item .btn#gacha--demo::after {
  display: none;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha .item_ph {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
}
.page--entry.section--detail .fc--contents .box--contents:first-of-type .gacha.started .item_ph {
  opacity: 1;
  transform: scale(1);
}
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .ticket .tit,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .streaming .tit,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .wallpaper .tit,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .birthday .tit {
  color: #005e3c;
  text-align: left;
  margin-bottom: 15px;
}
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .ticket .tit p,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .streaming .tit p,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .wallpaper .tit p,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .birthday .tit p {
  display: inline-block;
  background-color: #DDFFA2;
}
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .ticket .lead,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .streaming .lead,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .wallpaper .lead,
.page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .birthday .lead {
  text-align: left;
  font-weight: 600;
  line-height: 1.8;
}
.page--entry.section--detail .fc--contents .box--contents .tit {
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  position: relative;
}
.page--entry.section--detail .fc--contents .box--contents .lead {
  color: #005e3c;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0;
  position: relative;
}
.page--entry.section--detail .fc--contents .box--contents .item--box {
  display: flex;
  flex-wrap: wrap;
}
.page--entry.section--detail .block--point {
  position: relative;
  z-index: 2;
  background-color: #1f916a;
  border-radius: 10px;
}
.page--entry.section--detail .block--point .inner .tit {
  margin-bottom: 7px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #DDFFA2;
  text-align: center;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 60px);
  line-height: 1.2;
}
.page--entry.section--detail .block--point .inner .tit .tit--sub {
  display: block;
  color: #DDFFA2;
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 600;
}
.page--entry.section--detail .block--point .inner .block--txt .lead {
  color: #FFFFFF;
}
.page--entry.section--detail .block--point .inner .block--txt .btn::after {
  right: 24%;
}
.page--entry.section--detail .block--course {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--entry.section--detail .block--course .block--tit {
  text-align: center;
}
.page--entry.section--detail .block--course .block--tit .lead {
  font-weight: bold;
}
.page--entry.section--detail .block--course .block--tit .tit {
  margin-top: 5px;
  background: transparent;
  color: #005e3c;
  line-height: 1.2;
}
.page--entry.section--detail .block--course .annually_only {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.page--entry.section--detail .block--course .annually_only .tit {
  text-align: center;
}
.page--entry.section--detail .block--course .annually_only .tit .tit--sub {
  display: block;
  padding: 0.3em 0;
  border-radius: 999px;
  border: 1px solid #005e3c;
  margin: 5px auto 0;
}
.page--entry.section--detail .block--course .annually_only .list--notes li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.3em;
  font-size: 12px;
  font-weight: bold;
}
.page--entry.section--detail .block--course .block--entry {
  border-radius: 20px;
  background: #FFFFFF;
  flex-wrap: wrap;
}
.page--entry.section--detail .block--course .block--entry .area--tit {
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 4%;
  text-align: center;
}
.page--entry.section--detail .block--course .block--entry .area--tit span {
  display: inline-block;
  background: #005e3c;
  color: #fff;
  padding: 0.3em 1em;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
}
.page--entry.section--detail .block--course .block--entry > div {
  display: flex;
  flex-direction: column;
}
.page--entry.section--detail .block--course .block--entry > div .tit {
  text-align: center;
}
.page--entry.section--detail .block--course .block--entry > div .box--wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page--entry.section--detail .block--course .block--entry > div .box--wrap .box {
  width: calc(50% - 5px);
}
.page--entry.section--detail .block--course .block--entry > div .box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #daece5;
}
.page--entry.section--detail .block--course .block--entry > div .box .box--tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 90px;
  padding: 0.1em 1em 0.15em 1em;
  margin: 1.2em auto 0;
  border-radius: 999px;
  background: #005e3c;
  color: #f8f8f8;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.page--entry.section--detail .block--course .block--entry > div .box.method {
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .block--course .block--entry > div .box.method {
    margin-bottom: 8%;
  }
}
.page--entry.section--detail .block--course .block--entry > div .box.method .box--tit {
  min-width: 110px;
  margin-bottom: 20px;
}
.page--entry.section--detail .block--course .block--entry > div .box.method .list--method {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.1em;
  font-size: 15px;
  font-weight: bold;
}
.page--entry.section--detail .block--course .block--entry > div .box.method .list--notes li {
  margin-bottom: 0.3em;
  font-size: 13px;
}
.page--entry.section--detail .block--course .block--entry > div .amount {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.page--entry.section--detail .block--course .block--entry > div .amount .unit {
  font-size: 12px;
}
.page--entry.section--detail .block--course .block--entry > div .amount .tax {
  font-size: 11px;
}
.page--entry.section--detail .block--course .block--entry .block--annually .box {
  position: relative;
}
.page--entry.section--detail .block--course .block--entry .block--annually .box .amount .tax {
  display: block;
  margin-top: -6px;
}
.page--entry.section--detail .block--course .block--entry .block--annually .box .notice {
  background: #ABE338;
  color: #005e3c;
  display: flex;
  padding: 13px 10px;
  max-width: 120px;
  justify-content: center;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  top: -15%;
  right: -10%;
  aspect-ratio: 4/3;
  -webkit-clip-path: polygon(19% 0, 87% 10%, 100% 44%, 83% 73%, 40% 73%, 22% 85%, 24% 69%, 8% 59%, 0 28%);
          clip-path: polygon(19% 0, 87% 10%, 100% 44%, 83% 73%, 40% 73%, 22% 85%, 24% 69%, 8% 59%, 0 28%);
  animation: notice 2s infinite ease-in-out;
}
.page--entry.section--detail .block--course .block--entry .block--annually .box .notice p {
  transform: rotate(5deg);
}
.page--entry.section--detail .block--course .block--entry .block--annually .box .notice p span {
  font-size: 13px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail .block--course .block--entry .block--annually .box .notice {
    scale: 0.85;
    right: -15%;
  }
}
.page--entry.section--detail .block--course .block--entry .block--annually .box:lang(en) .notice {
  padding: 6px 12px;
}
.page--entry.section--detail .block--course .block--entry .block--monthly .box.method {
  position: relative;
  height: 100%;
}
.page--entry.section--detail .block--course .block--entry .block--monthly .box.method .list--method {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  height: 100%;
  margin: auto;
  margin-top: -52px;
}
.page--entry.section--detail .block--course .block--entry .block--notice {
  margin-top: calc(-4% + 6px);
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--entry.section--detail .block--course .block--entry .block--notice {
    margin-top: 0;
  }
}
.page--entry.section--detail .block--course .block--entry .block--notice .box.method {
  position: relative;
  height: 100%;
  margin-bottom: 4%;
}
.page--entry.section--detail .block--course .block--entry .block--notice .box.method .list--notes {
  margin: auto;
}
.page--entry.section--detail .block--device {
  color: #005e3c;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail .block--device {
    margin-top: 50px;
  }
}
.page--entry.section--detail .block--device .block-tit {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
}
.page--entry.section--detail .block--device .inner > div .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  margin: 0 auto;
  padding: 0.1em 0 0.15em;
  border: 1px solid;
  border-radius: 999px;
  font-size: 13px;
  text-align: center;
}
.page--entry.section--detail .block--device .inner > div ul li {
  font-size: 13px;
  margin-bottom: 0.3em;
}
.page--entry.section--detail .block--device .inner > div ul li .txt--sub {
  font-size: 12px;
}
.page--entry.section--detail .block--join {
  position: relative;
  z-index: 1;
  padding-top: 2vw;
  color: #005e3c;
}
.page--entry.section--detail .block--join .list--notes {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--entry.section--detail .block--join .list--notes a {
  text-decoration: underline;
}
.page--entry.section--detail .block--join .btn::before {
  background: #8fc31f;
}
.page--entry.section--detail .block--join .block--joinMembership {
  color: #005e3c;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--item .joinMembership--ttl {
  text-align: center;
  font-weight: bold;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list {
  display: flex;
  justify-content: space-between;
  gap: 0 4vw;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list li {
  width: 48%;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list li .btn {
  margin: 0 auto 2em;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list li .btn .btn--main {
  min-width: inherit;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--list {
    flex-wrap: wrap;
  }
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--list li {
    width: 100%;
  }
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list .joinMembership--box {
  border: 2px solid #005e3c;
  border-radius: 20px;
  margin-bottom: 50px;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list .joinMembership--box .title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  background: #E6F7C7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -40px;
  padding: 20px;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list .joinMembership--box .title .underline {
  text-decoration: none;
  position: relative;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list .joinMembership--box .title .underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0px;
  left: 0;
  background: #abe338;
  mix-blend-mode: darken;
  transform: skew(-10deg);
  border-radius: 30px;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list .joinMembership--box .subTitle {
  margin: 0 0 2.5em;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--list .joinMembership--box .center {
  text-align: center;
}
.page--entry.section--detail .block--join .block--joinMembership .btn {
  margin: 0 0 2em;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound {
  text-align: center;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--ttl {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--link {
    flex-direction: column;
  }
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--link li {
  display: inline-block;
  position: relative;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--link li::before {
  content: "▼";
  position: absolute;
  font-size: 11px;
  left: -1.6em;
  top: 50%;
  transform: translateY(-48%) rotate(-90deg);
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--link li a {
  border-bottom: 1px solid;
}
.page--entry.section--detail .block--join .block--joinMembership .joinMembership--item.re--enroll .btn {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--link li {
    transition: opacity 0.3s;
  }
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--inbound .overseas--link li:hover {
    opacity: 0.5;
  }
}
.page--entry.section--detail .block--btnEntry {
  display: flex;
  justify-content: space-between;
}
.page--entry.section--detail .block--btnEntry .list--entry {
  width: 48%;
  background: #f5f5f5;
  padding: max(4%, 1.5em);
  margin: 30px 0 20px;
}
.page--entry.section--detail .block--btnEntry .list--entry li + li {
  margin-top: 2em;
}
.page--entry.section--detail .block--btnEntry .list--entry li p {
  font-size: 0.9em;
}
.page--entry.section--detail .block--btnEntry .list--entry li .btn--sub {
  width: 100%;
}

body.feature--entry .modal--gacha {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
body.feature--entry .modal--gacha .modal--gacha--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 375/667;
  max-height: 85vh;
  min-width: 320px;
}
body.feature--entry .modal--gacha .modal--gacha--inner video {
  position: relative;
}
body.feature--entry .modal--gacha .modal--gacha--inner .close {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
body.feature--entry .modal--gacha .modal--gacha--inner .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  transform-origin: left;
  transform: rotate(45deg) translate(-50%, -50%);
}
body.feature--entry .modal--gacha .modal--gacha--inner .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  transform-origin: left;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.feature--entry .modal--gacha .modal--gacha--inner .close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  body.feature--entry .modal--gacha .modal--gacha--inner .close::before, body.feature--entry .modal--gacha .modal--gacha--inner .close::after {
    background: #006341;
  }
}
body.feature--entry .modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  pointer-events: none;
}
body.feature--entry .modal.open {
  opacity: 1;
  pointer-events: auto;
}
body.feature--entry .modal .modal-container {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  min-height: 60vh;
  padding: 5%;
  border-radius: 10px;
  background: #f5f5f5;
}
body.feature--entry .modal .modal-container .close {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
body.feature--entry .modal .modal-container .close::before, body.feature--entry .modal .modal-container .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  transform-origin: left;
}
body.feature--entry .modal .modal-container .close::before {
  transform: rotate(45deg) translate(-50%, -50%);
}
body.feature--entry .modal .modal-container .close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
body.feature--entry .modal .modal-container .txt {
  margin-top: 2em;
  max-height: 60vh;
  padding: 0 5px;
  overflow-y: scroll;
}
body.feature--entry.modal-open {
  overflow-y: hidden;
}

/* .page--feature
------------------------------ */
.page--feature table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #969696;
  border-collapse: collapse;
}
.page--feature table th {
  background: #002928;
  color: #FFFFFF;
  width: 30%;
  padding: 10px;
  border: 1px solid #969696;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--feature table td {
  background: #FFFFFF;
  padding: 15px 20px;
  border: 1px solid #969696;
  vertical-align: middle;
}

/* アプリ内課金遷移ページ
------------------------------ */
.page--appStore.section--detail .btn--sub {
  font-weight: 500;
  margin-bottom: 1em;
}
.page--appStore.section--detail .block--entry-head {
  margin-bottom: 2em;
}
.page--appStore.section--detail .block--entry-head .lead {
  font-size: 1.15em;
  line-height: 1.8;
}
.page--appStore.section--detail .block_fee_inner {
  background: #D1D1D1;
  padding: 2em;
  margin-bottom: 2em;
  border-radius: 1em;
}
.page--appStore.section--detail .block_fee_inner .fee_list {
  color: #002928;
}
.page--appStore.section--detail .block_fee_inner .fee_list_detail {
  background: #FFFFFF;
  margin-top: 1em;
  padding: 1em;
  border-radius: 10px;
}
.page--appStore.section--detail .block--fee dt {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.page--appStore.section--detail .block--fee dd {
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
}
.page--appStore.section--detail .block--fee dd span {
  font-size: 0.6em;
  line-height: 1.7;
  display: inline-block;
}
.page--appStore.section--detail .block--fee .note {
  margin-top: 1em;
}
.page--appStore.section--detail .block--fee .note li {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.page--appStore.section--detail .block-tit {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.page--appStore.section--detail .block--contents {
  margin-top: 4em;
}
.page--appStore.section--detail .block--contents .list--contents-list li {
  background: #DDFFA2;
  color: #002928;
  line-height: 1.5;
  padding: 2em;
  margin-bottom: 1em;
  border-radius: 1em;
}
.page--appStore.section--detail .block--contents .list--contents-list li .tit {
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}
.page--appStore.section--detail .block--contents dl {
  background: #D1D1D1;
  padding: 2em;
  margin-bottom: 2em;
  border-radius: 1em;
}
.page--appStore.section--detail .block--contents dl dt {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.3em;
  margin-bottom: 10px;
}
.page--appStore.section--detail .block--contents dl dd {
  font-size: 0.92em;
  margin-bottom: 2em;
}
.page--appStore.section--detail .block--contents dl dd:last-child {
  margin-bottom: 0;
}
.page--appStore.section--detail .block--entry {
  margin-top: 4em;
}
.page--appStore.section--detail .block--entry .restore {
  background: #D1D1D1;
  padding: 2em;
  border-radius: 1em;
  margin: 1em 0;
}
.page--appStore.section--detail .block--entry .restore .txt--basic {
  margin-bottom: 1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--appStore.section--detail .page--appStore.section--detail {
    display: block;
    padding: 30vw 7vw 15vw;
  }
}

.page--notice .list--info li {
  border-bottom: 1px dotted rgba(0, 99, 65, 0.2);
}
.page--notice .list--info li a {
  display: block;
  padding: 1.2em 0;
}
.page--notice .list--info li a .txt {
  margin-bottom: 0.5em;
}
.page--notice .list--info li a .date {
  color: #002928;
}
.page--notice .list--info li.new .date {
  position: relative;
}
.page--notice .list--info li.new .date::after {
  content: "NEW";
  display: inline-block;
  color: #8fc31f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-left: 4px;
  position: absolute;
}

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

/* popup
------------------------------ */
.popup--top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1100;
}
.popup--top .popup--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%;
  max-width: 600px;
  max-height: 410px;
}
.popup--top .popup--contents .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -45px;
  right: 50%;
  cursor: pointer;
  transition: 0.3s;
  right: 0%;
  background-image: linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
}
.popup--top .popup--contents .link a {
  display: block;
}

.section--list.special .list--contents {
  justify-content: flex-start;
}

/* -------------------------------------------------
	wovn
------------------------------------------------- */
.wovn-languages,
.drawer-visible .wovn-languages {
  font-size: 10px;
  width: 10em;
  height: 2.5em;
  cursor: pointer;
  position: fixed;
  z-index: 890;
  color: #DDFFA2;
  border: 1px solid rgba(221, 255, 162, 0.5);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: #002928;
}
.wovn-languages::before,
.drawer-visible .wovn-languages::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border: 0px;
  border-bottom: solid 1px #DDFFA2;
  border-right: solid 1px #DDFFA2;
  transform: rotate(45deg);
  z-index: 10;
  transition: 0.2s;
}
.wovn-languages .nav-current,
.drawer-visible .wovn-languages .nav-current {
  position: absolute;
  display: block;
  width: 100%;
  padding-left: 2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
}
.wovn-languages .langIcon,
.drawer-visible .wovn-languages .langIcon {
  display: block;
  fill: #DDFFA2;
  width: 1.25em;
  height: 1.25em;
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages .langIcon,
  .drawer-visible .wovn-languages .langIcon {
    width: 10px;
    height: 10px;
    left: 6px;
  }
}
.wovn-languages .nav-dropdown,
.drawer-visible .wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
  border-radius: 0.5em;
}
.wovn-languages .nav-dropdown .list--language,
.drawer-visible .wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li,
.drawer-visible .wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after,
.drawer-visible .wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected,
.drawer-visible .wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  width: 100%;
  padding-left: 2.2em;
  order: -1;
  font-weight: bold;
  opacity: 0;
}

.wovn-languages.visible::before,
.drawer-visible .wovn-languages.visible::before {
  transform: rotate(-135deg);
  margin-top: -1px;
}
.wovn-languages.visible .nav-dropdown,
.drawer-visible .wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #DDFFA2;
  width: calc(100% + 2px);
  top: 2.5em;
  left: -1px;
  transform: translateY(0);
  background: #002928;
  border: 1px solid rgba(245, 245, 245, 0.3);
}
.wovn-languages.visible .nav-dropdown .list--language li,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  padding: 5px 10px 5px 10px;
  opacity: 0.6;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.15);
  order: inherit;
  opacity: 1;
  transition: none;
  position: relative;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected::after,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li.selected::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-225deg);
}

.body--app .wovn-languages,
.body--app .drawer-visible .wovn-languages {
  right: 3vw;
  top: 3vw;
}

body .cc-color-override-1332973529 .cc-btn {
  color: #fff;
  border-color: transparent;
  background-color: #005e3c;
  line-height: 2.2;
  border-radius: 4em;
  letter-spacing: 0.1em;
  font-size: 13px;
  padding: 0.5em 1em;
}
body .cc-color-override-1332973529 .cc-btn:hover, body .cc-color-override-1332973529 .cc-btn:focus {
  background-color: #8fc31f;
  color: #FFFFFF;
}
body .cc-color-override-1332973529.cc-window {
  color: #fff;
  background-color: #1f916a;
  padding: 4vw;
  width: 97%;
  max-width: 1180px;
  margin: 0 auto;
  bottom: 1.5vw;
  border-radius: 8px;
  box-shadow: 0 13px 13px -8px rgba(0, 0, 0, 0.168627451);
  left: 1.5%;
  font-size: 14px;
  padding: 2vw;
}
body .cc-color-override-1332973529 .cc-link {
  display: block;
  color: #e1e1e1 !important;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  body .cc-color-override-1332973529.cc-window {
    font-size: 12px;
    padding: 5vw;
    width: 95%;
    margin: 0 auto;
    bottom: 2.5vw;
  }
  body .cc-window.cc-banner .cc-compliance {
    margin: 0 auto;
  }
  body .cc-color-override-1332973529 .cc-link {
    display: inline-block;
    width: auto;
  }
}

.delighter {
  transform: translate(0px, 20%);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

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

@keyframes bounce-in {
  0% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes rotation-right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation-left {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ball-anime {
  0% {
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  100% {
    width: 5px;
    height: 5px;
    opacity: 0.2;
    margin-left: 7px;
  }
}
@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes memeru {
  0% {
    transform: rotate(0);
    animation-timing-function: ease-out;
  }
  25% {
    transform: rotate(5deg);
    animation-timing-function: ease-in;
  }
  75% {
    transform: rotate(-5deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@keyframes notice {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  .spOnly,
  .sp {
    display: none !important;
  }
  .block--pager {
    margin-top: 90px;
    text-align: center;
  }
  .block--pager li {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .block--pager li:last-child {
    margin-right: 0;
  }
  .block--pager li a {
    transition: all 0.3s 0s ease;
  }
  .block--pager li a:hover {
    background-color: #1E4737;
    color: #FFFFFF;
  }
  .block--pager li:hover a {
    background-color: #1E4737;
    color: #FFFFFF;
  }
  .block--pager li.pager__item--newer .enable:hover::after {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
  }
  .block--pager li.pager__item--older .enable:hover::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
  .block--pager li.pager__item--back:hover a {
    color: #002928;
  }
  .left-pc {
    text-align: left;
  }
  .right-pc {
    text-align: right;
  }
  .center-pc {
    text-align: center;
  }
  .date {
    font-size: 13px;
  }
  /* app-bnr */
  #app-bnr {
    display: none !important;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 280px;
    border: 1px solid transparent;
  }
  .btn--main:hover {
    background: #DDFFA2;
    color: #005e3c;
    cursor: pointer;
  }
  .btn--main:hover::after {
    border-top: 1px solid #005e3c;
    border-right: 1px solid #005e3c;
  }
  .btn--sub {
    min-width: 280px;
  }
  .btn--sub:hover {
    background: #1E4737;
    color: #DDFFA2;
    cursor: pointer;
  }
  .back__btn {
    margin-top: 90px;
  }
  .back__btn a {
    transition: all 0.3s 0s ease;
  }
  .back__btn a::before {
    transition: all 0.3s 0s ease;
  }
  .back__btn a:hover {
    background-color: #FFFFFF;
    color: #002928;
  }
  .back__btn a:hover::before {
    border-top: 1px solid #002928;
    border-left: 1px solid #002928;
  }
  .detail__btn a {
    transition: all 0.3s 0s ease;
  }
  .detail__btn a::after {
    transition: all 0.3s 0s ease;
  }
  .detail__btn a:hover {
    background-color: #1E4737;
    color: #FFFFFF;
  }
  .detail__btn a:hover::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
  .detail__btn.against a:hover {
    background-color: #FFFFFF;
    color: #002928;
  }
  .detail__btn.against a:hover::after {
    border-top: 1px solid #002928;
    border-right: 1px solid #002928;
  }
  .page--member .detail__btn a:hover {
    background-color: #1E4737;
    color: #FFFFFF;
  }
  .page--member .detail__btn a:hover::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
  .page--member .detail__btn.against a:hover {
    background-color: #DDFFA2;
    color: #005e3c;
  }
  .page--member .detail__btn.against a:hover::after {
    border-top: 1px solid #005e3c;
    border-right: 1px solid #005e3c;
  }
  .page--member .back__btn a:hover {
    background-color: #DDFFA2;
    color: #005e3c;
  }
  .page--member .back__btn a:hover::before {
    border-top: 1px solid #005e3c;
    border-left: 1px solid #005e3c;
  }
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .list--information:not(.schedule) {
    flex-wrap: wrap;
  }
  .list--information:not(.schedule) li {
    margin: 0 1.5% 20px 0;
    width: 32.3333333333%;
  }
  .list--information:not(.schedule) li:nth-child(3n) {
    margin-right: 0;
  }
  .list--information:not(.schedule) li:last-child {
    margin-right: 0;
  }
  .list--information:not(.schedule) li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s 0s ease;
  }
  .list--information:not(.schedule) li a > .flex--container .date--item {
    margin-right: 15px;
  }
  .list--information:not(.schedule) li a > .flex--container .date--item .date--box {
    width: 65px;
    height: 65px;
    border: 1px solid transparent;
    transition: all 0.3s 0s ease;
  }
  .list--information:not(.schedule) li a > .flex--container .date--item .date--box .date {
    font-size: 15px;
  }
  .list--information:not(.schedule) li a > .flex--container .category {
    margin-bottom: 10px;
  }
  .list--information:not(.schedule) li a > .flex--container .jamsnews {
    width: 17px;
    vertical-align: bottom;
  }
  .list--information:not(.schedule) li a .pin {
    width: 20px;
  }
  .list--information:not(.schedule) li a:hover {
    background-color: #002928;
    color: #ECEDEC;
    border-color: #002928;
  }
  .list--information:not(.schedule) li a:hover > .flex--container .date--item .date--box {
    border: 1px solid #ECEDEC;
    background-color: transparent;
  }
  .list--information:not(.schedule) li a:hover > .flex--container .date--item .date--box .date {
    color: #ECEDEC;
  }
  .list--information:not(.schedule) li a:hover > .flex--container .category {
    color: #ECEDEC;
  }
  .list--information:not(.schedule) li a:hover > .flex--container .jamsnews {
    fill: #ECEDEC;
  }
  .list--information li a {
    padding: 1.2em 1.5em;
  }
  .page--info.category-1 .list--information li a .pin {
    top: 0;
    left: 0;
  }
  .list--contents {
    gap: 0 5%;
  }
  .list--contents > li {
    margin-bottom: 60px;
  }
  .list--contents > li a .thumb {
    border-radius: 15px;
    transition: 0.3s;
  }
  .list--contents > li a .thumb figure {
    transition: all 0.3s 0s ease;
  }
  .list--contents > li:hover figure {
    transform: scale(1.15);
  }
  .list--contents > li .list--txt {
    margin-top: 15px;
  }
  .list--contents > li .list--txt .tit {
    margin-bottom: 10px;
  }
  .block--contents.flex .block--title {
    width: 30%;
  }
  .block--contents.flex .block--list {
    width: 70%;
  }
  .list--moment li {
    margin: 0 3px;
  }
  .list--moment li .icon {
    min-width: 100px;
    min-height: 100px;
  }
  .list--moment li.nonlogin .list--txt {
    bottom: -0.8em;
  }
  .list--moment li:not(.none) {
    transform: translateY(0px);
    transition: all 0.3s 0s ease;
  }
  .list--moment li:not(.none):hover {
    transform: translateY(-10px);
  }
  .list--faq li a {
    transition: 0.3s;
  }
  .list--faq li a:hover {
    opacity: 0.5;
  }
  .header .drawer__btn {
    top: 35px;
    right: 50px;
  }
  .header .drawer__btn span {
    transition: all 0.2s 0s ease;
  }
  .header .drawer__btn:hover span {
    background: #DDFFA2;
  }
  .drawer {
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    opacity: 0;
    padding: 20px;
    transition: all 0.3s 0s ease;
  }
  .drawer__inner {
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    overflow: hidden;
  }
  .drawer__inner .g-nav {
    width: 100%;
    height: 120%;
    display: flex;
  }
  .drawer__inner .g-nav .menu--tit {
    margin: 0 0 1vh 10px;
  }
  .drawer__inner .g-nav li a {
    transition: all 0.3s 0s ease;
  }
  .drawer__inner .g-nav li a:hover {
    opacity: 0.4;
    background: transparent;
  }
  .drawer__inner .g-nav .nav--tit {
    padding-left: 10px;
  }
  .drawer__inner .g-nav .g-nav--of,
  .drawer__inner .g-nav .g-nav--fc {
    padding: 5% 4% 4% 4%;
  }
  .drawer__inner .g-nav .g-nav--of .list--menu__item a,
  .drawer__inner .g-nav .g-nav--fc .list--menu__item a {
    font-size: 1.2vw;
    display: block;
    line-height: 1;
  }
  .drawer__inner .g-nav .g-nav--of {
    width: 45%;
    padding: 5%;
    display: flex;
  }
  .drawer__inner .g-nav .g-nav--of .nav--tit {
    font-size: clamp(15px, 2vw, 30px);
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner {
    width: 82%;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .block--nav-logo {
    width: 80%;
    margin-bottom: 5vh;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu {
    margin-bottom: 30px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li a {
    padding: 2vh 0 2vh 10px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li.shop {
    padding: 2vh 0;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li.shop dt {
    font-size: clamp(13px, 0.8vw, 17px);
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li .shop--detail {
    margin-top: 2vh;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li .shop--detail a {
    padding: 0 0 0 10px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li .shop--detail:first-of-type {
    margin-top: 2vh;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li dl dd li {
    padding: 0;
    margin-top: 2vh;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .nav--sns__list li {
    margin: 0 24px 0.5em 0;
  }
  .drawer__inner .g-nav .g-nav--fc {
    width: 55%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .block--nav-logo {
    width: 30%;
    margin: 0 auto 4vh;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__logo {
    width: 100%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__logo img {
    width: 100%;
    height: 100%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__login {
    margin-bottom: 3vh;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__login li:first-child {
    margin-right: 30px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__login li.item__mypage {
    margin-right: 0;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__login li a {
    font-size: 16px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn {
    margin: 0 auto 6vh;
    min-width: 280px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn a {
    transition: all 0.3s 0s ease;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn a img {
    width: 80px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn a p {
    font-size: 19px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn a .btn--blur {
    transition: all 0.3s 0s ease;
    will-change: filter, width;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn a:hover .btn--blur {
    width: 40%;
    will-change: filter, width;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .fc__menu--box {
    padding: 4%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li, .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.common li {
    width: 32.3333333333%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold {
    margin-bottom: 3vh;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li {
    transition: all 0.3s 0s ease;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a {
    padding: 2vh 8%;
    display: block;
    text-align: center;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__movie--icon,
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__report--icon,
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__photo--icon {
    width: 35px;
    height: 30px;
    margin: 0 auto;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__movie--icon svg,
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__report--icon svg,
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__photo--icon svg {
    vertical-align: -webkit-baseline-middle;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__report--icon {
    width: 30px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold--txt {
    margin-top: 1.2vh;
    display: inline-block;
    font-size: clamp(13px, 1.4vw, 24px);
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li:hover {
    transform: translateY(-10%);
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a:hover {
    opacity: 1;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.common {
    justify-content: flex-start;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.common li {
    width: 23%;
    margin: 0 2.6% 0.5vh 0;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.common li a {
    padding: 2vh 0 2vh 10px;
    white-space: nowrap;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.common li:nth-of-type(4n) {
    margin-right: 0;
  }
  .drawer-visible {
    overflow: hidden;
  }
  .drawer-visible .drawer {
    opacity: 1;
  }
  .aspect .drawer__scroll {
    overflow-y: scroll;
  }
  .footer__inner {
    padding: 70px 40px;
  }
  .footer__inner .list--link {
    margin-top: 80px;
  }
  .footer .nav--sns__list li a:hover {
    background: #DDFFA2;
  }
  .footer .pagetop {
    width: 80px;
    right: 40px;
    top: 70px;
  }
  .footer__link {
    margin-top: 20px;
  }
  .footer__link a {
    transition: all 0.3s 0s ease;
  }
  .footer__link a:hover {
    opacity: 0.5;
  }
  .footer .link li {
    width: 45%;
    max-width: 154px;
  }
  .footer .link li a {
    display: block;
  }
  .footer .nav--support__list li {
    margin-right: 2%;
    transition: all 0.3s 0s ease;
  }
  .footer .nav--support__list li:hover {
    opacity: 0.5;
  }
  .footer .copyright {
    text-align: left;
  }
  .section--list,
  .section--detail {
    padding: 15vw 5% 6em;
  }
  .section--list .section-tit {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .section--list .section-tit.jp {
    font-size: 35px;
  }
  .section--list .block--category {
    flex-direction: column;
  }
  .section--list .block--category li {
    transition: all 0.3s 0s ease;
    margin-bottom: 16px;
  }
  .section--list .block--category li a {
    display: inline-block;
    transition: all 0.3s 0s ease;
  }
  .section--list .block--category li a::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .section--list .block--category li a:hover {
    background: #1E4737;
    color: #FFFFFF;
  }
  .section--list .category {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .page--home {
    /* .area--fc */
  }
  .page--home .section-tit {
    font-size: 36px;
  }
  .page--home .block--moment li .icon {
    width: 7vw;
    height: 7vw;
    max-width: 80px;
    max-height: 80px;
    min-width: 60px;
    min-height: 60px;
  }
  .page--home .block--moment li .time {
    font-size: 13px;
    font-weight: 700;
  }
  .page--home .section--hero .hero__circle--blur {
    width: 55vw;
    height: 55vw;
    left: 50%;
    top: -3%;
    transform: translateX(-50%);
    filter: blur(120px);
    border-radius: 800px;
  }
  .page--home .section--hero .mainvisual {
    padding: 140px 50px 11vw;
  }
  .page--home .section--hero .scrolldown {
    top: 50%;
    right: 1.2vw;
  }
  .page--home .section--banner {
    margin: -6vw 0 160px;
  }
  .page--home .section--banner .swiper {
    width: 80%;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 30px;
  }
  .page--home .section--banner .banner-button-next,
  .page--home .section--banner .banner-button-prev {
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1E4737;
    transition: all 0.3s 0s ease;
    border: 1px solid transparent;
  }
  .page--home .section--banner .banner-button-next .button--inner,
  .page--home .section--banner .banner-button-prev .button--inner {
    width: 100%;
    height: 100%;
  }
  .page--home .section--banner .banner-button-next .button--inner::after,
  .page--home .section--banner .banner-button-prev .button--inner::after {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner .banner-button-next:hover,
  .page--home .section--banner .banner-button-prev:hover {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .page--home .section--banner .banner-button-next:hover .button--inner::after {
    border-top: 1px solid #1E4737;
    border-right: 1px solid #1E4737;
  }
  .page--home .section--banner .banner-button-prev:hover .button--inner::after {
    border-top: 1px solid #1E4737;
    border-left: 1px solid #1E4737;
  }
  .page--home .section--info {
    width: calc(100% - 140px);
    margin: 0 auto 80px;
  }
  .page--home .section--info .block--tit {
    margin-bottom: 40px;
  }
  .page--home .section--schedule {
    padding: 70px;
  }
  .page--home .section--schedule .block--tit {
    margin-bottom: 40px;
  }
  .page--home .section--schedule .list--information {
    width: 88%;
    margin: 0 auto;
  }
  .page--home .section--schedule .list--information li {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .page--home .section--schedule .list--information li a {
    display: flex;
    padding: 2em;
    align-items: baseline;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--schedule .list--information li a:hover {
    background-color: #DDFFA2;
    color: #002928;
  }
  .page--home .section--schedule .list--information li a:hover .category {
    color: #002928;
  }
  .page--home .section--schedule .list--information li a:hover .hyphen {
    background-color: #002928;
  }
  .page--home .section--schedule .list--information li::before {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    top: -10px;
    left: -15px;
  }
  .page--home .section--schedule .list--information li .hyphen {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--schedule .list--information li .tit {
    width: calc(100% - 335px);
  }
  .page--home .section--schedule .list--information li .list--txt {
    min-width: 420px;
    margin-right: 30px;
  }
  .page--home .section--schedule .list--information li .list--txt .start,
  .page--home .section--schedule .list--information li .list--txt .end .flex {
    justify-content: flex-start;
  }
  .page--home .section--schedule .list--information li .list--txt .category {
    width: 90px;
    margin-right: 30px;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--schedule .list--information li .list--txt .date {
    font-size: 13px;
  }
  .page--home .section--schedule .list--information li .list--txt .day {
    font-size: 22px;
  }
  .page--home .section--schedule .list--information li .list--txt .week {
    margin: 0 10px 0 3px;
  }
  .page--home .section--video {
    padding: 90px 0 90px 70px;
  }
  .page--home .section--video > .flex--container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page--home .section--video > .flex--container .section-tit {
    margin-bottom: 40px;
  }
  .page--home .section--video > .flex--container .video__right--item {
    width: 80%;
  }
  .page--home .section--video #ListVideo {
    width: 100%;
  }
  .page--home .section--video #ListVideo .list--video li:hover figure {
    transform: scale(1.15);
  }
  .page--home .section--video #ListVideo .list--video li a {
    display: block;
  }
  .page--home .section--video #ListVideo .list--video li .thumb {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .page--home .section--video #ListVideo .list--video li figure {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--video #ListVideo .list--video li .category {
    margin-bottom: 10px;
  }
  .page--home .section--video #ListVideo .list--video li .tit {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page--home .section--video #ListVideo .list--video li .category,
  .page--home .section--video #ListVideo .list--video li .date {
    font-size: 13px;
  }
  .page--home .section--video .swiper-button {
    top: 50%;
    transform: translate(-50%, -100%);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    z-index: 5;
  }
  .page--home .section--video .swiper-button .button--video {
    width: 100px;
  }
  .page--home .section--video .swiper-button .button--video .swiper-button-prev {
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  .page--home .section--video .swiper-button .button--video .swiper-button-prev::after {
    width: 16px;
    height: 16px;
  }
  .page--home .area--fc {
    padding: 90px 5% 80px;
  }
  .page--home .area--fc .fc__circle--blur01,
  .page--home .area--fc .fc__circle--blur02 {
    filter: blur(50px);
    opacity: 1;
    width: 65vw;
    height: 65vw;
    border-radius: 800px;
    opacity: 0.6;
  }
  .page--home .area--fc .fc__circle--blur01 {
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
  }
  .page--home .area--fc .fc__circle--blur02 {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .page--home .area--fc .section--login {
    padding-bottom: 70px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 41, 40, 0.231372549);
  }
  .page--home .area--fc .section--login .logo {
    width: 25.7vw;
  }
  .page--home .area--fc .section--login .list__login--item {
    transition: all 0.3s 0s ease;
  }
  .page--home .area--fc .section--login .list__login--item a {
    font-size: 16px;
  }
  .page--home .area--fc .section--login .list__login--item a .arrow {
    transition: all 0.3s 0s ease;
  }
  .page--home .area--fc .section--login .list__login--item:first-child {
    margin-right: 30px;
  }
  .page--home .area--fc .section--login .list__login--item.item__mypage {
    margin-right: 0;
  }
  .page--home .area--fc .section--login .list__login--item:hover {
    background-color: #FFFFFF;
  }
  .page--home .area--fc .section--login .list__login--item:hover a {
    color: #002928;
  }
  .page--home .area--fc .section--login .list__login--item:hover a::after {
    border-top: 1px solid #002928;
    border-right: 1px solid #002928;
  }
  .page--home .area--fc .section--info.fc {
    padding: 0 4vw 0 8.2vw;
  }
  .page--home .area--fc .section--info.fc .list--information {
    margin-top: 4em;
  }
  .page--home .area--fc .section--moment {
    margin-bottom: 60px;
    padding-top: 70px;
  }
  .page--home .area--fc .section--moment .section-tit {
    margin-bottom: 60px;
  }
  .page--home .area--fc .section--moment .list--moment {
    padding: 15px;
  }
  .page--home .area--fc .new--contents {
    margin-bottom: 60px;
  }
  .page--home .area--fc .new--contents .section-tit {
    margin-bottom: 30px;
  }
  .page--home .area--fc .new--contents section > .flex {
    margin-bottom: 16px;
  }
  .page--home .area--fc .new--contents section .sub-tit {
    font-size: 18px;
  }
  .page--home .area--fc .new--contents section li:hover .thumb figure {
    transform: scale(1.15);
  }
  .page--home .area--fc .new--contents section li .tit {
    margin-bottom: 10px;
  }
  .page--home .area--fc .new--contents section li .thumb {
    margin-bottom: 16px;
  }
  .page--home .area--fc .new--contents section li .thumb figure {
    transition: all 0.3s 0s ease;
  }
  .page--home .area--fc .new--contents .section--blog .writer {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page--home .area--fc .section--gacha {
    width: 84%;
    margin: 0 auto 50px;
  }
  .page--home .area--fc .section--gacha .gacha__inner {
    padding: 50px 0;
  }
  .page--home .area--fc .section--gacha .gacha__box {
    width: 80%;
    margin: 0 auto;
  }
  .page--home .area--fc .section--gacha .gacha__detail {
    flex-direction: column;
    justify-content: center;
    width: 55%;
  }
  .page--home .area--fc .section--gacha .gacha__img {
    width: 40%;
  }
  .page--home .area--fc .section--gacha .block--tit {
    justify-content: center;
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--gacha .block--tit .section-tit {
    width: 150px;
    margin-right: 20px;
  }
  .page--home .area--fc .section--gacha .detail__txt {
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--gacha .detail__btn a:hover {
    opacity: 0.8;
  }
  .page--home .area--fc .section--link ul {
    justify-content: center;
  }
  .page--home .area--fc .section--link ul .link {
    transition: all 0.3s 0s ease;
  }
  .page--home .area--fc .section--link ul .link:first-child {
    margin-right: 30px;
  }
  .page--home .area--fc .section--link ul .link:hover {
    background-color: #1E4737;
    color: #FFFFFF;
  }
  .page--home .area--fc .section--link ul .link a {
    font-size: 16px;
  }
  .page--home .section--sns {
    padding: 50px 0;
  }
  .page--home .section--sns .nav--sns__list {
    width: 300px;
  }
  .page--home .section--sns .nav--sns__list li i {
    font-size: 25px;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--sns .nav--sns__list li:hover i {
    color: #005e3c;
  }
  body:not(.page--home) .footer__inner .list--link {
    margin-top: 0;
  }
  body:not(.page--home) .footer .pagetop {
    top: 0;
    right: 50px;
  }
  body:not(.page--home) .footer .copyright {
    color: #002928;
    text-align: initial;
    margin: 140px auto 70px 50px;
  }
  .page--home .btn--birthday:hover {
    background-color: #1E4737;
    color: #DDFFA2;
    border: 1px solid transparent;
  }
  .page--birthday-message .section-tit {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .page--birthday-message .back__btn {
    text-align: center;
  }
  .page--info.category-1 .section--list,
  .page--info.category-21 .section--list,
  .page--disco .section--list {
    padding-top: calc(15vw + 120px);
  }
  .page--info.category-1 .section--list .block--title,
  .page--info.category-21 .section--list .block--title,
  .page--disco .section--list .block--title {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    height: 100%;
    margin-top: -120px;
  }
  .page--info .section--list .list--information:not(.schedule) li {
    margin-bottom: 20px;
  }
  .page--info .section--list .list--information:not(.schedule) li:last-child {
    margin-bottom: 0;
  }
  .page--info .section--list .list--information:not(.schedule) li .flex--item {
    width: 25%;
    min-width: 210px;
    margin-right: 5%;
    align-items: center;
  }
  .page--info .section--list .list--information:not(.schedule) li .flex--item .category {
    width: 60%;
    text-align: center;
    margin-bottom: 0;
  }
  .page--info .section--list .list--information:not(.schedule) li .tit {
    width: 70%;
  }
  .page--info .section--detail .tit {
    font-size: 22px;
  }
  .page--info.category--1 .section--detail .category svg {
    width: 17px;
    vertical-align: -2px;
  }
  .page--schedule .header-calendar {
    font-size: 24px;
    margin-bottom: 60px;
    padding: 10px 60px;
  }
  .page--schedule .month-pager {
    width: 45px;
  }
  .page--schedule .month-pager .lastMonth,
  .page--schedule .month-pager .nextMonth {
    font-size: 20px;
    cursor: pointer;
  }
  .page--schedule .month-pager .lastMonth .schedule__arrow,
  .page--schedule .month-pager .nextMonth .schedule__arrow {
    transition: all 0.3s 0s ease;
    vertical-align: 2px;
  }
  .page--schedule .month-pager .lastMonth a:hover .schedule__arrow {
    transform: translateX(-10px) rotate(-45deg);
  }
  .page--schedule .month-pager .nextMonth a:hover .schedule__arrow {
    transform: translateX(10px) rotate(45deg);
  }
  .page--schedule .list--category {
    margin-bottom: 40px;
  }
  .page--schedule .list--category .form__checkbox {
    justify-content: center;
  }
  .page--schedule .list--category li {
    transition: all 0.3s 0s ease;
  }
  .page--schedule .list--category li:hover {
    opacity: 0.5;
  }
  .page--schedule .header-week {
    display: flex;
  }
  .page--schedule .header-week div {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    width: calc(14.2857142857% - 1px);
    font-size: 13px;
    padding-bottom: 15px;
  }
  .page--schedule .schedule__wrap {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .page--schedule .calendar li {
    transition: all 0.3s 0s ease;
  }
  .page--schedule .calendar li:hover {
    opacity: 0.5;
  }
  .page--schedule .calendar-wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
  }
  .page--schedule .calendar-wrap .week {
    display: flex;
    width: 100%;
  }
  .page--schedule .calendar-wrap .week:last-child .cell {
    border-bottom: none;
  }
  .page--schedule .calendar-wrap .cell {
    background: #002928;
    width: 14.2857142857%;
    min-height: 180px;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: 0.3s;
    position: relative;
    padding: 10px 5px;
  }
  .page--schedule .calendar-wrap .cell a {
    padding: 10px 7%;
    display: block;
  }
  .page--schedule .calendar-wrap .cell > div {
    margin-top: 10px;
  }
  .page--schedule .calendar-wrap .cell .date {
    color: #FFFFFF;
    font-size: 20px;
    pointer-events: none;
    padding: 10px 0 0 10px;
  }
  .page--schedule .calendar-wrap .cell .category {
    font-size: 11px;
    margin-bottom: 13px;
  }
  .page--schedule .calendar-wrap .cell .category::before {
    width: 2vw;
    height: 2vw;
    max-width: 30px;
    max-height: 30px;
    border-radius: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .page--schedule .calendar-wrap .cell .category::before {
    content: " ";
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .page--schedule .calendar-wrap .cell .category.cat--live {
    color: #E9FF6D;
  }
  .page--schedule .calendar-wrap .cell .category.cat--live::before {
    background-color: #E9FF6D;
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--live.svg");
  }
  .page--schedule .calendar-wrap .cell .category.cat--release {
    color: #81E64A;
  }
  .page--schedule .calendar-wrap .cell .category.cat--release::before {
    background-color: #81E64A;
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--release.svg");
  }
  .page--schedule .calendar-wrap .cell .category.cat--tv {
    color: #58D6C9;
  }
  .page--schedule .calendar-wrap .cell .category.cat--tv::before {
    background-color: #58D6C9;
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--tv.svg");
  }
  .page--schedule .calendar-wrap .cell .category.cat--magazine {
    color: #54ADFF;
  }
  .page--schedule .calendar-wrap .cell .category.cat--magazine::before {
    background-color: #54ADFF;
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--magazine.svg");
  }
  .page--schedule .calendar-wrap .cell .category.cat--radio {
    color: #BE8EF8;
  }
  .page--schedule .calendar-wrap .cell .category.cat--radio::before {
    background-color: #BE8EF8;
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--radio.svg");
  }
  .page--schedule .calendar-wrap .cell .category.cat--other {
    color: #33CF8B;
  }
  .page--schedule .calendar-wrap .cell .category.cat--other::before {
    background-color: #33CF8B;
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--other.svg");
  }
  .page--schedule .calendar-wrap .cell:last-child {
    border-right: none;
  }
  .page--schedule .calendar-wrap .cell:has(a):hover {
    background: #1f916a;
  }
  .page--schedule .calendar-wrap .cell.today {
    background-color: #1f916a;
  }
  .page--schedule .calendar-wrap .cell:nth-child(6) .date {
    color: #255fc4;
  }
  .page--schedule .calendar-wrap .cell.holiday .date, .page--schedule .calendar-wrap .cell:nth-child(7) .date {
    color: #ce5b2b;
  }
  .page--schedule .calendar-wrap .cell .time {
    color: #E9FEE1;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
  }
  .page--schedule .calendar-wrap .cell .tit {
    color: #E9FEE1;
    font-size: 0.9em;
    line-height: 1.4;
    font-weight: 600;
    font-size: 14px;
  }
  .page--schedule .section--detail .tit {
    margin: 30px 0 10px;
  }
  .page--profile .artist-photo {
    margin-bottom: 40px;
  }
  .page--profile .artist--detail {
    margin-bottom: 20px;
  }
  .page--profile .artist--detail__name {
    font-size: 1.85em;
    margin-bottom: 40px;
  }
  .page--profile .list--member .member--sns li a {
    transition: color 0.2s 0s ease;
  }
  .page--profile .list--member .member--sns li a:hover {
    color: #002928;
  }
  .page--profile .artist--detail__txt {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .page--disco .section--list .list--contents li {
    width: 47.5%;
  }
  .page--disco .section--detail .tit {
    font-size: 22px;
  }
  .page--video .section--list .list--contents li {
    width: 47.5%;
  }
  .page--member .fc__circle--blur01 {
    width: 65vw;
    height: 65vw;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    filter: blur(70px);
    border-radius: 800px;
  }
  .page--member .fc__circle--blur02 {
    width: 65vw;
    height: 65vw;
    top: 60vw;
    left: 0;
    transform: translate(-50%, 50%);
    filter: blur(70px);
    border-radius: 800px;
  }
  .page--member .section--detail .tit {
    font-size: 22px;
  }
  .page--member.page--movie.movie-category h2.section-tit, .page--member.page--report.page--blog__parent h2.section-tit, .page--member.page--photo.page--photo__category h2.section-tit {
    display: inline-block;
  }
  .page--member.page--movie.movie-category h2.section-tit .gold__movie--icon,
  .page--member.page--movie.movie-category h2.section-tit .gold__report--icon,
  .page--member.page--movie.movie-category h2.section-tit .gold__photo--icon, .page--member.page--report.page--blog__parent h2.section-tit .gold__movie--icon,
  .page--member.page--report.page--blog__parent h2.section-tit .gold__report--icon,
  .page--member.page--report.page--blog__parent h2.section-tit .gold__photo--icon, .page--member.page--photo.page--photo__category h2.section-tit .gold__movie--icon,
  .page--member.page--photo.page--photo__category h2.section-tit .gold__report--icon,
  .page--member.page--photo.page--photo__category h2.section-tit .gold__photo--icon {
    width: 50px;
  }
  .page--member.page--movie.movie-category h2.section-tit p, .page--member.page--report.page--blog__parent h2.section-tit p, .page--member.page--photo.page--photo__category h2.section-tit p {
    font-size: 60px;
    -webkit-text-stroke: 1px #c7ae41;
  }
  .page--member.page--movie.movie-category h2.section-tit::before, .page--member.page--movie.movie-category h2.section-tit::after, .page--member.page--report.page--blog__parent h2.section-tit::before, .page--member.page--report.page--blog__parent h2.section-tit::after, .page--member.page--photo.page--photo__category h2.section-tit::before, .page--member.page--photo.page--photo__category h2.section-tit::after {
    width: 30px;
    height: 30px;
  }
  .page--member.page--movie.movie-category h2.section-tit::before {
    top: 0;
    left: -15px;
  }
  .page--member.page--movie.movie-category h2.section-tit::after {
    bottom: 0;
    right: -15px;
  }
  .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::before {
    top: 2px;
    left: -15px;
  }
  .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::after {
    bottom: 4px;
    right: -6px;
  }
  .page--member.page--photo.page--photo__category h2.section-tit::before {
    top: 0;
    left: -15px;
  }
  .page--member.page--photo.page--photo__category h2.section-tit::after {
    bottom: 3px;
    right: -2px;
  }
  .page--member .block--category li:not(.current) a:hover {
    background-color: #FFFFFF;
    color: #002928;
  }
  .page--blog.page--blog__detail:not(.category--6) {
    background-color: rgba(114, 195, 47, 0.8);
  }
  .page--blog.page--blog__detail:not(.category--6) .fc__circle--blur01,
  .page--blog.page--blog__detail:not(.category--6) .fc__circle--blur02 {
    opacity: 0.9;
    background-color: #d6efa0;
  }
  .page--blog.page--blog__detail:not(.category--6) .fc__circle--blur01 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(30%, -50%);
    filter: blur(200px);
  }
  .page--blog.page--blog__detail:not(.category--6) .fc__circle--blur02 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(-20%, 50%);
    filter: blur(200px);
  }
  .page--blog.page--blog__parent:not(.page--archive) {
    background-color: rgba(114, 195, 47, 0.8);
  }
  .page--blog.page--blog__parent:not(.page--archive) .fc__circle--blur01,
  .page--blog.page--blog__parent:not(.page--archive) .fc__circle--blur02 {
    opacity: 0.9;
    background-color: #d6efa0;
  }
  .page--blog.page--blog__parent:not(.page--archive) .fc__circle--blur01 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(30%, -50%);
    filter: blur(200px);
  }
  .page--blog.page--blog__parent:not(.page--archive) .fc__circle--blur02 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(-20%, 50%);
    filter: blur(200px);
  }
  .page--blog .section--detail .icon--like {
    cursor: pointer;
  }
  .page--blog .section--detail .comment--list .list--comment .comment .btn__translate {
    transition: 0.3s;
  }
  .page--blog .section--detail .comment--list .list--comment .comment .btn__translate:hover {
    opacity: 0.5;
  }
  .page--blog.page--report .section--list .block--category {
    margin-bottom: 90px;
  }
  .page--blog.page--report .section--list .block--category li a:hover {
    background-color: #1E4737;
    color: #DDFFA2;
  }
  .page--blog.page--report .section--list .list--contents {
    justify-content: center;
    gap: 5%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page--blog.page--report .section--list .list--contents::after {
    display: block;
    content: "";
    width: 47%;
  }
  .page--blog.page--report .section--list .list--contents:hover li a .icon .thumb figure {
    transform: scale(1);
  }
  .page--blog.page--report .section--list .list--contents li {
    width: 47%;
  }
  .page--blog.page--report .section--list .list--contents li .icon {
    max-width: 80px;
    max-height: 80px;
    width: 20%;
  }
  .page--blog.page--report .section--list .list--contents li a {
    padding: 7%;
  }
  .page--blog.page--report .section--list .list--contents li.delighter.started:nth-child(2n) {
    transform: translateY(200px);
  }
  .page--blog.page--report .section--list .list--contents li:nth-child(2n) {
    transform: translateY(calc(200px + 25%));
  }
  .page--blog.page--report .section--list .block--pager {
    margin-top: 290px;
  }
  .page--blog.page--report .section--detail .tit {
    font-size: 20px;
  }
  .page--moment .section--list .list--moment li .icon {
    width: 12vw;
    height: 12vw;
    max-width: 180px;
    max-height: 180px;
  }
  .page--moment .pageNav ul li a:hover {
    background: #DDFFA2;
  }
  .page--moment .moment--detail .wrap-back {
    width: 680px;
    margin: 0 auto;
  }
  .page--moment .moment--detail .back__btn {
    text-align: center;
  }
  .page--moment .btn__translate {
    transition: 0.3s;
  }
  .page--moment .btn__translate:hover {
    background: #1C1F1D;
    color: #fff;
  }
  .page--movie {
    background-color: rgba(0, 99, 96, 0.8);
  }
  .page--movie .fc__circle--blur01,
  .page--movie .fc__circle--blur02 {
    opacity: 0.9;
    background-color: #6cd4c6;
  }
  .page--movie .fc__circle--blur01 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(30%, -50%);
    filter: blur(200px);
  }
  .page--movie .fc__circle--blur02 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(-20%, 50%);
    filter: blur(200px);
  }
  .page--movie .list--contents li .tit,
  .page--movie .thumb {
    margin-bottom: 10px;
  }
  .page--movie.movie-category .block--category-list {
    margin-top: 100px;
  }
  .page--movie.movie-category .block--latest-list .slick,
  .page--movie.movie-category .block--category-list .slick {
    width: calc(100% + 20px);
  }
  .page--movie.movie-category .block--latest-list li,
  .page--movie.movie-category .block--category-list li {
    margin-right: 20px;
  }
  .page--movie.movie-category .block--latest-list .detail__btn:hover a::after,
  .page--movie.movie-category .block--category-list .detail__btn:hover a::after {
    border-top: 1px solid #002928;
    border-right: 1px solid #002928;
  }
  .page--movie.movie-category .block--latest-list .thumb:hover img,
  .page--movie.movie-category .block--category-list .thumb:hover img {
    transform: scale(1.15);
  }
  .page--movie.movie-category .block--latest-list .thumb img,
  .page--movie.movie-category .block--category-list .thumb img {
    transition: all 0.3s 0s ease;
  }
  .page--movie.movie-category .block--latest-list .item--blur,
  .page--movie.movie-category .block--category-list .item--blur {
    width: 40%;
    transform: translate(20%, -40%);
  }
  .page--movie.movie-category .block--latest-list .flex,
  .page--movie.movie-category .block--category-list .flex {
    margin-bottom: 30px;
  }
  .page--movie.movie-category .block--latest-list .flex .category-tit,
  .page--movie.movie-category .block--category-list .flex .category-tit {
    font-size: 30px;
  }
  .page--movie.movie-category .block--latest-list .slick .thumb,
  .page--movie.movie-category .block--category-list .slick .thumb {
    margin-bottom: 15px;
  }
  .page--movie.movie-all .section--list .section-tit {
    margin-bottom: 70px;
  }
  .page--movie.movie-all .section--list .block--sort {
    margin-bottom: 50px;
  }
  .page--movie.movie-all .section--list .block--category {
    flex-direction: initial;
  }
  .page--movie.movie-all .section--list .block--category li .category {
    margin-bottom: 0;
  }
  .page--movie.movie-all .section--list .block--category li .category a {
    transition: all 0.3s 0s ease;
  }
  .page--movie.movie-all .section--list .block--category li .category a:hover {
    background-color: #002928;
    color: #DDFFA2;
  }
  .page--movie.movie-all .section--list .block--category-list .list--contents {
    gap: 0 1.5%;
  }
  .page--movie.movie-all .section--list .block--category-list .list--contents li {
    width: 32.3333333333%;
  }
  .page--movie.movie-all .section--list .block--category-list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie.movie-all .section--list .block--category-list .list--contents li .category {
    font-size: 12px;
  }
  .page--movie .section--detail .category-tit {
    font-size: 11px;
  }
  .page--movie .section--detail .block--title {
    margin-top: 20px;
  }
  .page--movie .section--detail .more_movies_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page--movie .section--detail .block--more_movies {
    margin-top: 100px;
  }
  .page--movie .section--detail .block--more_movies .list--contents {
    gap: 2.5%;
  }
  .page--movie .section--detail .block--more_movies .list--contents li {
    width: 31.6333333333%;
    margin-bottom: 30px;
  }
  .page--movie .section--detail .block--more_movies .list--contents li .tit {
    font-size: 13px;
  }
  .page--photo {
    background-color: rgba(71, 160, 20, 0.9);
  }
  .page--photo .fc__circle--blur01,
  .page--photo .fc__circle--blur02 {
    opacity: 0.9;
  }
  .page--photo .fc__circle--blur01 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(30%, -50%);
    filter: blur(200px);
  }
  .page--photo .fc__circle--blur02 {
    width: 120vw;
    height: 120vw;
    right: 0;
    top: 0;
    transform: translate(-20%, 50%);
    filter: blur(200px);
  }
  .page--photo .section-tit {
    font-size: 30px;
  }
  .page--photo .section--list .list--contents {
    width: 80%;
    margin: 0 auto;
    gap: 0 3em;
  }
  .page--photo .section--list .list--contents li {
    width: calc(50% - 1.5em);
  }
  .page--photo .section--list .list--contents li .list--txt {
    margin-top: 15px;
  }
  .page--photo .section--list .list--contents li a .section-tit.jp {
    font-size: 30px;
  }
  .page--photo.page--photo__list .section--list .list--contents {
    width: 100%;
    gap: 0 3%;
  }
  .page--photo.page--photo__list .section--list .list--contents li {
    width: 31.3333333333%;
  }
  .page--photo.page--photo__detail .section--list .list--contents {
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }
  .page--photo.page--photo__detail .section--list .list--contents li {
    width: calc(25% - 1px);
  }
  .page--wallpaper .section--list .list--contents {
    gap: 0 3%;
  }
  .page--wallpaper .section--list .list--contents li {
    width: 22.75%;
  }
  .page--wallpaper .ph-download img {
    max-height: 1000px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page--wallpaper .note {
    max-width: 466px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs {
    /* tsuuhou */
  }
  .page--bbs .wrapper {
    padding-bottom: 600px;
  }
  .page--bbs .btn:hover .btn--main {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
  }
  .page--bbs .block--pager .btn--sub {
    transition: 0.3s;
  }
  .page--bbs .block--pager .btn--sub:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .page--bbs .section--list {
    padding-top: 10vw;
  }
  .page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt a {
    transition: 0.3s;
  }
  .page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt a:hover {
    opacity: 0.5;
  }
  .page--bbs .comment--inner {
    margin: 1em -80px 0;
  }
  .page--bbs .comment--inner textarea {
    width: 82%;
    max-height: 180px;
  }
  .page--bbs .comment--inner label {
    top: 2.5em;
    left: 2em;
  }
  .page--bbs .comment--inner .btn {
    right: 2em;
  }
  .page--bbs .comment--inner .txt--sub {
    width: 80%;
  }
  .page--bbs .commentconfirm,
  .page--bbs .commentcomplete,
  .page--bbs .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--bbs .commentconfirm .titArea,
  .page--bbs .commentcomplete .titArea,
  .page--bbs .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--bbs .commentconfirm dl,
  .page--bbs .commentcomplete dl,
  .page--bbs .commentdelete dl {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border-radius: 5px;
  }
  .page--bbs .commentconfirm dt,
  .page--bbs .commentcomplete dt,
  .page--bbs .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--bbs .commentconfirm dd,
  .page--bbs .commentcomplete dd,
  .page--bbs .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--bbs .list--information .comment__item .btn.btn--report {
    left: calc(100% - 6.2em);
  }
  .page--stream .section-tit {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .page--member .section--list.archive .list--contents {
    gap: 0 1%;
  }
  .page--member .section--list.archive .list--contents li {
    width: 32.3333333333%;
  }
  .page--magazine .list--contents {
    gap: 0 3%;
    flex-wrap: wrap;
  }
  .page--magazine .list--contents li {
    width: 22.75%;
  }
  .page--magazine.detail.drawer-visible .wrap {
    z-index: 9999;
  }
  .page--magazine.detail #OneBook3d_616999_icons_panel {
    left: 0;
    right: 0;
    margin: auto;
  }
  .page--magazine.detail .OneBook3d_799240_icons_container > div:first-of-type .btn_image:first-of-type {
    display: none !important;
  }
  .page--magazine #OneBook3d_633705_page_numbers {
    color: #FFFFFF;
  }
  .page--magazine .OneBook3d_633705_icons_container div:first-of-type .book_btn .btn_image {
    display: none !important;
  }
  .page--faq .list--tag {
    margin-bottom: 40px;
  }
  .page--faq .block--contact .link:hover a {
    color: #002928;
  }
  .page--faq .block--contact .link i {
    padding-left: 0px;
    transition: all 0.2s 0s ease;
  }
  .page--faq .block--contact .link:hover i {
    padding-left: 8px;
    color: #002928;
  }
  .page--faq .section--list .block--category li a {
    transition: all 0.3s 0s ease;
  }
  .page--faq .section--list .block--category li a:hover {
    background-color: #FFFFFF;
    color: #002928;
  }
  .page--faq .section--detail .tit {
    font-size: 24px;
  }
  .page--faq .section--detail .btn_faq a {
    border-radius: 10px;
  }
  .page--questionnaire .input--half {
    width: 50%;
  }
  .page--questionnaire input[type=email] {
    width: 75%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  /* 新規入会動線
  ------------------------------ */
  .entry_pop {
    transform: scale(1);
    transition: 0.3s;
  }
  .entry_pop:hover {
    transform: scale(1.1);
  }
  .section--list.special .list--contents {
    gap: 0 2%;
  }
  .section--list.special .list--contents li {
    width: 31.3333333333%;
  }
  .page--first_login.section--detail {
    padding-top: 10em;
  }
  .page--first_login.section--detail .logo {
    margin-bottom: 5vw;
  }
  .page--first_login.section--detail .logo img {
    width: 80%;
  }
  .page--first_login.section--detail .txt--basic {
    padding: 0 4em;
  }
  .page--first_login.section--detail .txt--link a:hover {
    opacity: 0.5;
  }
  .page--first_login.section--detail .section--inner {
    padding: 4em 4em 6em;
    border-radius: 32px;
  }
  .page--first_login.section--detail .block--transfer {
    padding: 0 0 4em;
  }
  .page--first_login.section--detail .block--transfer .block--benefits {
    padding: 2em 0;
  }
  .page--first_login.section--detail .block--transfer .list_benefits li {
    padding: 1.6em 2em;
  }
  .page--first_login.section--detail .block--contents,
  .page--first_login.section--detail .block--campaign {
    padding: 4em;
  }
  .page--first_login.section--detail .block--campaign {
    border-radius: 32px;
  }
  .page--first_login.section--detail .list_campaign {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 2em;
  }
  .page--first_login.section--detail .list_campaign li {
    width: 47%;
  }
  .page--first_login.section--detail .block--attention {
    width: 80%;
    padding: 2em;
    margin: 2em auto 4em;
  }
  .page--first_login.section--detail .block--attention .btn a:hover {
    background: rgba(196, 8, 58, 0.1);
  }
  .page--first_login.section--detail .block--attention .list--faq li a:hover {
    background: rgba(196, 8, 58, 0.1);
  }
  .page--first_login.section--detail .list--faq li a:hover {
    opacity: 1;
    background: #FFFFFF;
  }
  .page--first_login.section--detail .block--contents {
    margin: 0 -4em 4em;
    padding: 4em;
  }
  .page--first_login.section--detail .block--contents .txt--basic {
    margin: 2em 0 4em;
  }
  .page--first_login.section--detail .list--contents li {
    padding: 2em;
    width: 47%;
    margin-bottom: 2em;
  }
  .page--first_login.section--detail .list--contents.ticket li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .page--first_login.section--detail .list--contents.ticket li .category.tit {
    width: 6em;
  }
  .page--first_login.section--detail .list--contents.ticket li .content_detail {
    width: calc(100% - 6em);
  }
  .page--first_login.section--detail .block--limited_benefits .block--txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--first_login.section--detail .block--limited_benefits .block--txt img {
    width: 40%;
  }
  .page--first_login.section--detail .block--limited_benefits .block--txt p {
    width: 55%;
    margin-right: 1em;
  }
  .page--first_login.section--detail .section--inner > .txt--basic .txt {
    padding: 0 10%;
  }
  .page--first_login.section--detail .list--step li .step_num,
  .page--first_login.section--detail .list--step li .step--tit {
    width: 100px;
  }
  .page--first_login.section--detail .list--step li .step--txt {
    width: calc(100% - 100px);
  }
  .page--first_login.section--detail .block--step--list li a {
    transition: opacity 0.2s;
  }
  .page--first_login.section--detail .block--step--list li a:hover {
    opacity: 0.7;
  }
  .page--first_login.section--detail .block--step .list--step > li {
    padding: 4em;
  }
  .page--first_login.section--detail .block--step .list--step .list-tit {
    display: flex;
    align-items: center;
  }
  .page--first_login.section--detail .block--step .list--step .step_num {
    padding: 0;
    text-align: center;
  }
  .page--entry.section--detail {
    padding: 15vw 15% 6em;
  }
  .page--entry.section--detail .fc__circle--blur01 {
    width: 70vw;
    height: 70vw;
    right: 0;
    top: 40vw;
  }
  .page--entry.section--detail .fc__circle--blur02 {
    width: 70vw;
    height: 70vw;
  }
  .page--entry.section--detail .logo {
    width: 400px;
    margin: 0 auto 70px;
  }
  .page--entry.section--detail .section-tit {
    font-size: 30px;
  }
  .page--entry.section--detail .top_wrap > .btn {
    margin: 0 auto;
    position: relative;
  }
  .page--entry.section--detail .top_wrap > .btn .btn--main {
    padding: 1.2em 2em 1.2em 2.6em;
  }
  .page--entry.section--detail .top_wrap > .btn .btn--main:hover::after {
    border-top: 1px solid #005e3c;
    border-right: 1px solid #005e3c;
  }
  .page--entry.section--detail .top_wrap > .btn::before {
    content: "";
    position: absolute;
    display: block;
    left: -50px;
    bottom: -10%;
    z-index: 10;
    width: 100px;
    height: 120px;
    background: url(/static/mga/fanclub/mypage/memeru.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    transform: scale(1);
  }
  .page--entry.section--detail .top_wrap .contents--thumb {
    margin-top: 7vw;
  }
  .page--entry.section--detail .fc--contents {
    position: relative;
    margin-top: 6vw;
  }
  .page--entry.section--detail .fc--contents > .lead {
    padding-bottom: 70px;
    font-size: 16px;
    max-width: 1200px;
    margin: 5vw auto 0;
  }
  .page--entry.section--detail .fc--contents .box--contents {
    padding-bottom: 100px;
    max-width: 1200px;
    margin: 100px auto 0;
  }
  .page--entry.section--detail .fc--contents .box--contents .contents__tit {
    font-size: clamp(20px, 3vw, 60px);
    margin-bottom: 50px;
    font-weight: 600;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item--box {
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item {
    margin-bottom: 60px;
    border-radius: 20px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item .tit {
    font-size: clamp(20px, 3vw, 60px);
    margin-bottom: 30px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .swiper-container {
    width: 70%;
    margin: 15% auto 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .item--blur {
    width: 90%;
    transform: translate(-55%, -30%);
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .left--item {
    display: flex;
    align-items: center;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .right--item {
    width: 45%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie, .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment, .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report, .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery {
    width: 47%;
    padding: 5% 1%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment .item--blur {
    transform: translate(40%, -40%);
    width: 110%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment .moment-swiper {
    width: 35%;
    margin: 10% auto 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report {
    margin-bottom: 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .item--blur {
    transform: translate(40%, 40%);
    width: 110%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn {
    margin-top: 20%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn::before {
    width: 20%;
    right: -9%;
    bottom: 40px;
    z-index: 1;
    transform: rotate(30deg);
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery {
    margin-bottom: 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item--blur {
    transform: translate(-40%, -40%);
    width: 110%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .lead {
    margin-bottom: 50px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap {
    width: 43%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap--inner .txt {
    font-size: 16px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .inner.started .item_ph .ph_wrap:nth-child(1) {
    top: 0;
    left: 15%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .inner.started .item_ph .ph_wrap:nth-child(1) .txt {
    top: 8%;
    right: -25%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .inner.started .item_ph .ph_wrap:nth-child(2) {
    bottom: -10%;
    right: 10%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .inner.started .item_ph .ph_wrap:nth-child(2) .txt {
    left: -50%;
    bottom: 15%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha {
    width: 70%;
    margin: 0 auto;
    align-items: center;
    padding: 0;
    overflow: visible;
    min-width: 560px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item {
    width: 40%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item .tit {
    width: 80%;
    margin: 0 auto 30px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item .update {
    margin-bottom: 30px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item .lead {
    line-height: 1.8;
    font-size: 16px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .right--item {
    width: 40%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .right--item .item_ph {
    min-width: 280px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .right--item .btn#gacha--demo:hover .btn--blur {
    width: 40%;
    will-change: filter, width;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .right--item .btn#gacha--demo .btn--blur {
    transition: all 0.3s 0s ease;
    will-change: filter, width;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-prev:hover .arrow-circle {
    background-color: #FFFFFF;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-prev:hover .arrow-circle::after {
    border-top: 1px solid #1E4737;
    border-left: 1px solid #1E4737;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-next:hover .arrow-circle {
    background-color: #FFFFFF;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item .swiper-button-next:hover .arrow-circle::after {
    border-top: 1px solid #1E4737;
    border-right: 1px solid #1E4737;
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 100px auto 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .tit {
    font-size: clamp(20px, 2vw, 45px);
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .lead {
    font-size: clamp(11px, 1vw, 15px);
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .txt--sub {
    font-size: clamp(10px, 0.8vw, 14px);
  }
  .page--entry.section--detail .block--point {
    max-width: 1200px;
    margin: 0 auto 150px;
  }
  .page--entry.section--detail .block--point .inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 7%;
  }
  .page--entry.section--detail .block--point .inner .tit {
    width: 45%;
    margin-bottom: 0;
  }
  .page--entry.section--detail .block--point .inner .tit .tit--sub {
    margin-top: 5px;
  }
  .page--entry.section--detail .block--point .inner .block--txt {
    width: 55%;
  }
  .page--entry.section--detail .block--point .inner .block--txt .lead {
    margin-bottom: 2em;
    font-size: 18px;
    text-align: center;
  }
  .page--entry.section--detail .block--course {
    padding-bottom: 100px;
  }
  .page--entry.section--detail .block--course .block--tit {
    margin-bottom: 50px;
  }
  .page--entry.section--detail .block--course .block--tit .lead {
    font-size: 16px;
  }
  .page--entry.section--detail .block--course .block--tit .lead .fc_name {
    font-size: 18px;
  }
  .page--entry.section--detail .block--course .block--tit .lead .small {
    font-size: 13px;
  }
  .page--entry.section--detail .block--course .block--tit .tit {
    font-size: 30px;
  }
  .page--entry.section--detail .block--course .block--tit .tit .tit--sub {
    font-size: 20px;
  }
  .page--entry.section--detail .block--course .annually_only {
    width: 35%;
    min-width: 550px;
    border-radius: 10px;
    padding: 40px 20px 30px;
    margin-bottom: 7vw;
  }
  .page--entry.section--detail .block--course .annually_only .tit {
    margin-bottom: 0;
  }
  .page--entry.section--detail .block--course .annually_only .tit .tit--sub {
    width: 140px;
    font-size: 14px;
  }
  .page--entry.section--detail .block--course .annually_only img {
    width: 70%;
    margin-bottom: 30px;
  }
  .page--entry.section--detail .block--course .block--entry {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 60px;
  }
  .page--entry.section--detail .block--course .block--entry > div {
    width: 50%;
    padding: 0 4%;
  }
  .page--entry.section--detail .block--course .block--entry .block--annually .box.method {
    padding-bottom: 30px;
  }
  .page--entry.section--detail .block--device {
    margin-bottom: 100px;
  }
  .page--entry.section--detail .block--device .block-tit {
    font-size: 25px;
  }
  .page--entry.section--detail .block--device .inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page--entry.section--detail .block--device .inner > div {
    width: 45%;
  }
  .page--entry.section--detail .block--device .inner > div .tit {
    margin-bottom: 30px;
  }
  .page--entry.section--detail .block--join {
    margin-bottom: 100px;
  }
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--item .joinMembership--ttl {
    font-size: 25px;
    margin-bottom: 1.5em;
  }
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--item .joinMembership--list .btn a:hover::after {
    border-top: 1px solid #005e3c;
    border-right: 1px solid #005e3c;
  }
  .page--entry.section--detail .block--join .list--notes {
    margin-bottom: 60px;
  }
  .feature--entry .entry--pop a {
    transform: scale(1);
    transition: 0.3s;
  }
  .feature--entry .entry--pop a:hover {
    transform: scale(1.1);
  }
}
/* -------------------------------------------------
	wovn
------------------------------------------------- */
@media screen and (min-width: 961px) {
  .wovn-languages {
    top: 60px;
    right: 140px;
  }
  .wovn-languages.visible .nav-dropdown .list--language li,
  .drawer-visible .wovn-languages.visible .nav-dropdown .list--language li {
    transition: 0.2s 0s ease;
  }
  .wovn-languages.visible .nav-dropdown .list--language li:hover,
  .drawer-visible .wovn-languages.visible .nav-dropdown .list--language li:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .tb {
    display: flex !important;
  }
  .tbn {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
  .tbn {
    display: block !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .tablet,
  .pc {
    display: none !important;
  }
  .block--pager {
    margin-top: 50px;
  }
  .block--pager li {
    width: 36px;
    height: 36px;
    margin-right: 2%;
  }
  .block--pager li:last-child {
    margin-right: 0;
  }
  .block--pager li span, .block--pager li a {
    font-size: 12px;
  }
  .block--pager .pager__item--newer::after {
    left: 50%;
  }
  .block--pager .pager__item--older::after {
    right: 50%;
  }
  /*  page--bbs
  ------------------------------ */
  /* page--error
  ------------------------------ */
  /* popup
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-width: 375px) {
  .block--pager li {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn {
    min-width: 260px;
    max-width: 300px;
    margin: 0 auto;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
    font-size: 1.1em;
    padding: 1em 20px;
  }
  .back__btn {
    margin-top: 50px;
  }
  .detail__btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 640px) {
  #app-bnr a {
    height: 100px;
    padding: 10px 7% 10px 40px;
  }
  #app-bnr a .icon {
    width: 70px;
  }
  #app-bnr .txt span {
    font-size: 14px;
  }
  #app-bnr .close {
    width: 40px;
  }
  #app-bnr .close:before, #app-bnr .close:after {
    left: 14px;
  }
  body.home.bnr-on #header {
    top: 100px;
  }
  body.home.bnr-on #navBtn {
    top: 160px;
  }
  body.home.bnr-on.menuOpen #navBtn {
    top: 21px;
  }
  body.home.bnr-on.headerFixApp #container {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.drawer-visible .wide--logo--01 {
    fill: #fff;
  }
  .video-js.vjs-fullscreen .vjs-control-bar {
    width: 94%;
    margin: 0 auto;
    bottom: 3em;
  }
  .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
  }
  .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    position: fixed;
    margin-top: -7.25vw;
  }
  .video-js .vjs-control {
    width: 3.5em;
  }
  .video-js .vjs-play-control {
    position: absolute;
    top: -22vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .video-js .vjs-play-control {
    top: -18vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .video-js .vjs-play-control > .vjs-icon-placeholder:before {
    line-height: 1.3 !important;
  }
  .video-js .vjs-play-control.vjs-paused span::before {
    content: "";
    line-height: 1;
    background: no-repeat center url(/static/common/newmovie/img/ico--play.svg);
    background-size: contain;
    background: none;
  }
  .video-js .vjs-fullscreen-control {
    right: 0;
  }
  .video-js .vjs-progress-holder {
    flex: auto;
    transition: all 0.2s;
    height: 0.6em;
  }
  .video-js .vjs-time-control {
    width: auto;
    font-size: 1.2em;
    line-height: 4.8em;
  }
  .video-js .vjs-progress-control {
    width: 100%;
    min-width: 4em;
    bottom: -0.5em;
    left: 0;
  }
  .vjs-control-bar {
    background: none;
    padding: 0;
  }
  .vjs-control-bar .vjs-subs-caps-button.vjs-menu-button.vjs-control {
    height: 100% !important;
  }
  .vjs-http-source-selector.vjs-menu-button {
    position: absolute;
    right: 3.5em;
  }
  .vjs-menu-button.vjs-icon-cog {
    font-size: 1.8em !important;
    line-height: 1.5em;
  }
  .vjs-picture-in-picture-control.vjs-control {
    right: 3.4em;
    width: 2em;
    top: 0.15em;
    font-size: 1.8em;
  }
  .vjs-menu-button-popup .vjs-menu {
    left: -2.5em;
    margin-bottom: 2.7em;
  }
  .vjs-button > .vjs-icon-placeholder:before {
    font-size: 2em;
    line-height: 2.8;
  }
  .vjs-big-play-centered.vjs-has-started.vjs-user-inactive .vjs-play-control {
    display: none;
  }
  .vjs-has-started.vjs-ios-native-fs.vjs-user-inactive.vjs-paused .vjs-control-bar {
    opacity: 0;
  }
  #ListStep .swiper-horizontal > .swiper-pagination-bullets,
  #ListStep .swiper-pagination-bullets.swiper-pagination-horizontal,
  #ListStep .swiper-pagination-custom,
  #ListStep .swiper-pagination-fraction {
    left: 0;
    right: 0;
    bottom: auto;
  }
  #ListStep .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #D1D1D1;
    opacity: 1;
  }
  #ListStep .swiper-pagination-bullet-active {
    background: #002928;
    color: #FFFFFF;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 5px;
  }
  .arrow-circle {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .block--contents.flex .block--title,
  .block--contents.flex .block--list {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents > li {
    margin-bottom: 20px;
  }
  .list--contents > li a .thumb {
    border-radius: 6px;
  }
  .list--contents > li .list--txt {
    margin-top: 10px;
  }
  .list--contents > li .list--txt .date {
    margin-bottom: 0.25em;
  }
  .list--contents > li .list--txt .tit {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--moment li:first-child {
    margin-left: 0;
  }
  .list--moment li .icon {
    width: 100%;
    height: 100%;
  }
  .list--moment li:last-child {
    margin-right: 0;
  }
  .list--login {
    gap: 0 2em;
  }
  .list--blog {
    gap: 10px;
  }
  .list--blog li {
    width: 50%;
    margin-bottom: 2rem;
  }
  .list--blog li .thumb {
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-bottom: 3vw;
  }
  .list--blog li .thumb > img:not(.blur) {
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    z-index: 10;
  }
  .list--blog li .thumb .date {
    font-size: 10px;
    bottom: 1em;
    right: 1em;
  }
  .list--blog li .category {
    font-size: 10px;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-bottom: 0.65em;
  }
  .block--tit {
    margin-bottom: 20px;
  }
  .section-tit {
    font-size: clamp(20px, 7vw, 30px);
  }
  .section--list,
  .section--detail {
    width: 100%;
    padding: 110px 5vw 70px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .section--list,
  .section--detail {
    padding: 10em 8vw 6em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list .section-tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .section--list .section-tit.jp {
    font-size: 25px;
  }
  .section--list .block--category li.current a::before {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
  .section--list .block--category li a {
    font-size: 12px;
  }
  .section--list .list--contents li .tit {
    font-size: 14px;
  }
  .section--list .list--contents li .date,
  .section--list .list--contents li .category {
    font-size: 11px;
  }
  .section--list .list--contents li .category {
    margin-bottom: 5px;
  }
  .list--information {
    display: block;
  }
  .list--information:not(.schedule) li a .pin {
    width: 16px;
  }
  .list--information:not(.schedule) li a .flex--item.date--item {
    margin-right: 5%;
  }
  .list--information:not(.schedule) li a .flex--item.date--item .date--box {
    width: 50px;
  }
  .list--information:not(.schedule) li a .flex--item.date--item .date--box .date {
    font-size: 13px;
  }
  .list--information:not(.schedule) li a .category {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .list--information:not(.schedule) li a .category .jamsnews {
    width: 13px;
    vertical-align: bottom;
  }
  .list--information li {
    margin-bottom: 10px;
  }
  .list--information li a {
    padding: 1.2em 1em;
  }
  .list--information li:last-child {
    margin-bottom: 0;
  }
  .header {
    position: absolute;
  }
  .header .drawer__btn {
    width: 50px;
    height: 50px;
    top: 25px;
    right: 20px;
    transition: none;
  }
  .header .drawer__btn span:first-of-type {
    top: calc(50% - 6px);
  }
  .header .drawer__btn span:last-of-type {
    top: calc(50% + 6px);
  }
  .bnr-on .header .drawer__btn {
    position: absolute;
  }
  .bnr-on.drawer-visible .content--main {
    overflow: initial;
  }
  .bnr-on.drawer-visible .wovn-languages {
    top: -42px;
  }
  .bnr-on.drawer-visible .drawer__btn {
    top: -55px;
  }
  .headerFixApp .header .drawer__btn {
    position: fixed;
  }
  .nav__top--login {
    display: none;
  }
  .drawer-visible {
    overflow: hidden;
  }
  .drawer {
    width: 100%;
    height: 100dvh;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s 0s ease;
    overflow: hidden;
  }
  .drawer__inner {
    display: flex;
    justify-content: flex-start;
  }
  .drawer__inner .g-nav {
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
    padding-top: 90px;
  }
  .drawer__inner .g-nav .nav--tit {
    padding-left: 10px;
  }
  .drawer__inner .g-nav .g-nav--of .list--menu__item a,
  .drawer__inner .g-nav .g-nav--fc .list--menu__item a {
    display: block;
    line-height: 1;
    padding: 20px 0 20px 10px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner {
    width: 90%;
    margin: 0 auto 30px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .block--nav-logo {
    width: 75vw;
    min-width: 250px;
    max-width: 310px;
    margin-bottom: 10px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu {
    margin-bottom: 30px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li a {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding-left: 10px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li dl dd .list--menu__item.store {
    padding: 0;
    margin-top: 10px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li dl dd .list--menu__item.store a {
    font-size: 15px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li.shop {
    padding: 15px 0;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .g-nav__menu > li.shop li.shop--detail a {
    padding: 10px 0 10px 10px;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .nav--sns__list {
    justify-content: center;
  }
  .drawer__inner .g-nav .g-nav--of .g-nav__inner .nav--sns__list li:last-of-type {
    margin-right: 0;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner {
    position: relative;
    width: 90%;
    height: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .block--nav-logo {
    width: 50%;
    margin: 0 auto 20px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__logo {
    width: 100%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__logo img {
    width: 100%;
    height: 100%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__login {
    margin-bottom: 20px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__login li:first-child {
    margin-right: 30px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__login li a {
    font-size: 16px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn {
    margin: 0 auto 20px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn img {
    width: 70px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .fc__menu--box {
    padding: 5%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li {
    width: 100%;
    margin-bottom: 10px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a {
    display: flex;
    padding: 15px 0 15px 7%;
    align-items: center;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__movie--icon,
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__report--icon,
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold__photo--icon {
    width: 9%;
    margin-right: 5%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li a .gold--txt {
    font-size: 21px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.gold li:nth-of-type(2) a {
    padding: 13px 0 13px 7%;
    align-items: center;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.common li {
    width: 46%;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .g-nav__menu.common li a {
    font-size: 13px;
  }
  .list--nav {
    text-align: center;
  }
  .list--nav li {
    display: inline-block;
  }
  .footer__inner {
    padding: 30px;
  }
  .footer .pagetop {
    width: 80px;
    right: 30px;
    top: 50px;
  }
  .footer .nav--support__list {
    display: block;
  }
  .footer .nav--support__list li {
    margin-bottom: 10px;
  }
  .footer .nav--support__list li:last-child {
    margin-bottom: 0;
  }
  .footer .nav--support__list li a {
    font-weight: 600;
    font-size: 14px;
  }
  .footer__link {
    margin: 40px 0;
    display: inline-block;
  }
  .footer__link a {
    width: 100%;
    text-align: center;
  }
  .footer .link {
    margin-bottom: 40px;
    justify-content: center;
  }
  .footer .link li {
    width: 37%;
  }
  .footer .link li:first-child {
    margin-right: 5%;
  }
  .footer .copyright {
    text-align: center;
    width: 100%;
  }
  .page--home .block--moment .close {
    width: 20px;
    height: 20px;
  }
  .page--home .header .logo {
    width: 75vw;
    min-width: 250px;
    max-width: 310px;
    margin: 90px 0 0 20px;
  }
  .page--home .block--moment .list--moment li .icon {
    width: 20vw;
    height: 20vw;
    max-width: 100px;
    max-height: 100px;
    min-width: 60px;
    min-height: 60px;
  }
  .page--home .block--moment .list--moment li .time {
    font-size: 12px;
    font-weight: 700;
  }
  .page--home section.section--hero {
    padding: 150px 0 22vw;
  }
  .page--home section.section--hero .hero__circle--blur {
    width: 100vw;
    height: 100vw;
    top: -20%;
    right: -20%;
    filter: blur(70px);
    border-radius: 800px;
  }
  .page--home section.section--hero .mainvisual {
    position: relative;
  }
  .page--home section.section--hero .mainvisual__aspect {
    aspect-ratio: 107/95;
  }
  .page--home .section--banner {
    margin: -14vw 0 100px;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 20px;
  }
  .page--home .section--banner .block--button-nav .banner-pagination {
    width: 80px;
  }
  .page--home .section--banner .banner-button-next,
  .page--home .section--banner .banner-button-prev {
    z-index: 10;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #1E4737;
    transition: all 0.3s 0s ease;
    border: 1px solid transparent;
  }
  .page--home .section--banner .banner-button-next .button--inner,
  .page--home .section--banner .banner-button-prev .button--inner {
    width: 100%;
    height: 100%;
  }
  .page--home .section--banner .banner-button-next .button--inner::after,
  .page--home .section--banner .banner-button-prev .button--inner::after {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--info {
    padding: 0 7vw 50px;
  }
  .page--home .section--schedule {
    padding: 50px 7vw;
  }
  .page--home .section--schedule .list--information li {
    text-align: center;
  }
  .page--home .section--schedule .list--information li a .list--txt {
    display: block;
  }
  .page--home .section--schedule .list--information li a .list--txt .start,
  .page--home .section--schedule .list--information li a .list--txt .end .flex {
    justify-content: center;
    font-size: 12px;
  }
  .page--home .section--schedule .list--information li a .list--txt .category {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .page--home .section--schedule .list--information li a .list--txt .flex--date--box {
    margin-bottom: 15px;
  }
  .page--home .section--schedule .list--information li a .list--txt .date {
    font-size: 12px;
  }
  .page--home .section--schedule .list--information li a .list--txt .day {
    font-size: 18px;
  }
  .page--home .section--schedule .list--information li a .list--txt .week {
    margin-left: 3px;
  }
  .page--home .section--schedule .list--information li a .list--txt .time {
    display: block;
  }
  .page--home .section--schedule .list--information li a .list--txt .hyphen {
    margin: 0 auto 10px;
  }
  .page--home .section--schedule .list--information li::before {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: -10px;
    left: -13px;
  }
  .page--home .section--video {
    padding: 40px 0 70px 7vw;
  }
  .page--home .section--video .video__left--item {
    margin: 0 7vw 20px 0;
  }
  .page--home .section--video .thumb {
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .page--home .section--video .category,
  .page--home .section--video .date {
    font-size: 11px;
  }
  .page--home .section--video .category,
  .page--home .section--video .tit {
    margin-bottom: 7px;
  }
  .page--home .section--video .tit {
    font-size: 14px;
  }
  .page--home .section--video .swiper-button {
    display: none;
  }
  .page--home .section--video .part-wrap {
    width: 100%;
    height: 100%;
  }
  .page--home .section--video .swiper-button-prev {
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  .page--home .section--video .swiper-button-prev::after {
    width: 8px;
    height: 8px;
  }
  .page--home .area--fc {
    padding: 60px 7vw;
  }
  .page--home .area--fc .fc__circle--blur01,
  .page--home .area--fc .fc__circle--blur02 {
    filter: blur(50px);
    opacity: 1;
    width: 80vw;
    height: 80vw;
    border-radius: 800px;
    opacity: 0.8;
  }
  .page--home .area--fc .fc__circle--blur01 {
    right: 20vw;
    top: 20vw;
    transform: translate(50%, -50%);
  }
  .page--home .area--fc .fc__circle--blur02 {
    left: 20vw;
    bottom: 20vw;
    transform: translate(-50%, 50%);
  }
  .page--home .area--fc .section--login {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 41, 40, 0.231372549);
  }
  .page--home .area--fc .section--login .block--login .logo {
    width: 70%;
    max-width: 250px;
  }
  .page--home .area--fc .section--login .list__login {
    display: block;
  }
  .page--home .area--fc .section--login .list__login--item {
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--login .list__login--item:last-child {
    margin-bottom: 0;
  }
  .page--home .area--fc .section--moment {
    padding: 40px 0 50px;
    border-bottom: 1px solid rgba(0, 41, 40, 0.231372549);
  }
  .page--home .area--fc .section--moment .section-tit {
    margin-bottom: 20px;
  }
  .page--home .area--fc .section--moment .list--moment {
    padding: 3%;
  }
  .page--home .area--fc .section--moment .list--moment li {
    margin-right: 1vw;
  }
  .page--home .area--fc .section--moment .list--moment li .icon {
    width: 18vw;
    height: 18vw;
    max-width: 120px;
    max-height: 120px;
  }
  .page--home .area--fc .section--moment .list--moment li:last-child {
    margin-right: 0;
  }
  .page--home .area--fc .new--contents {
    padding: 40px 0;
  }
  .page--home .area--fc .new--contents > .flex {
    display: block;
  }
  .page--home .area--fc .new--contents > .flex section {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--home .area--fc .new--contents > .flex section > .flex {
    margin-bottom: 10px;
  }
  .page--home .area--fc .new--contents > .flex section:last-child {
    margin-bottom: 0;
  }
  .page--home .area--fc .new--contents .section-tit {
    margin-bottom: 40px;
  }
  .page--home .area--fc .new--contents .sub-tit {
    font-size: 20px;
  }
  .page--home .area--fc .new--contents .thumb {
    margin-bottom: 10px;
  }
  .page--home .area--fc .new--contents .tit {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .page--home .area--fc .new--contents .date {
    font-size: 11px;
  }
  .page--home .area--fc .section--gacha {
    margin-bottom: 40px;
  }
  .page--home .area--fc .section--gacha .gacha__inner {
    padding: 30px;
  }
  .page--home .area--fc .section--gacha .gacha__detail {
    width: 100%;
    justify-content: center;
  }
  .page--home .area--fc .section--gacha .gacha__img {
    max-width: 400px;
    margin: 20px auto;
  }
  .page--home .area--fc .section--gacha .section-tit {
    width: 50%;
    max-width: 280px;
    margin: 0 auto;
  }
  .page--home .area--fc .section--gacha .txt {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .page--home .area--fc .section--gacha .detail__txt {
    margin-bottom: 20px;
    width: 100%;
  }
  .page--home .area--fc .section--gacha .detail__btn {
    margin: 0 auto;
  }
  .page--home .area--fc .section--gacha .detail__btn svg {
    width: 100px;
  }
  .page--home .area--fc .section--link > .flex {
    max-width: 450px;
    margin: 0 auto;
  }
  .page--home .area--fc .section--link ul .link {
    width: 250px;
    margin: 0 auto 20px;
  }
  .page--home .area--fc .section--link ul .link a {
    padding: 1em 3.5em;
  }
  .page--home .area--fc .section--link ul .link:last-child {
    margin-bottom: 0;
  }
  .page--home .area--fc .section--blog .writer {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .page--home .section--sns .nav--sns__list {
    width: 60%;
    max-width: 300px;
    margin: 30px auto;
  }
  .page--home .section--sns .nav--sns__list i {
    font-size: 20px;
  }
  body:not(.page--home) .header .logo {
    width: 150px;
    margin: 45px 0 0 20px;
  }
  body:not(.page--home) .footer__inner {
    padding: 0;
  }
  body:not(.page--home) .footer .pagetop {
    right: 5vw;
  }
  body:not(.page--home) .footer .copyright {
    margin: 140px auto 30px 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-width: 360px) {
  body:not(.page--home) .header .logo {
    width: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-width: 330px) {
  body:not(.page--home) .header .logo {
    width: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--birthday-message .section--detail {
    padding: 9em 5vw 4em;
  }
  .page--birthday-message .section-tit {
    margin-bottom: 20px;
  }
  .page--info .content-main .section--list .block--title,
  .page--blog .content-main .section--list .block--title {
    margin-bottom: 20px;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
  }
  .page--info.category--1 .section--detail .category {
    font-size: 13px;
  }
  .page--info.category--1 .section--detail .category svg {
    width: 16px;
    vertical-align: -2px;
  }
  .page--schedule .section-tit {
    margin-bottom: 30px;
  }
  .page--schedule .section--list {
    padding: 7em 0 0;
  }
  .page--schedule .section--list .section-tit,
  .page--schedule .section--list .header-calendar {
    width: calc(100% - 10vw);
    margin: 0 auto 30px;
  }
  .page--schedule .section--list .header-calendar {
    padding: 10px 30px;
    align-items: center;
  }
  .page--schedule .section--list .header-calendar .month-pager {
    width: 30px;
  }
  .page--schedule .section--list .schedule__wrap {
    padding: 30px 5vw;
  }
  .page--schedule .section--list .list--category {
    margin-bottom: 20px;
  }
  .page--schedule .section--list .list--information li {
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: #002928;
  }
  .page--schedule .section--list .list--information li a {
    display: flex;
    padding: 1.8em 1.4em;
    background-color: #002928;
  }
  .page--schedule .section--list .list--information li .right--item {
    width: calc(95% - 36px);
  }
  .page--schedule .section--list .list--information li .date,
  .page--schedule .section--list .list--information li .tit {
    color: #E9FEE1;
  }
  .page--schedule .section--list .list--information li .date {
    padding: 0 1.4em;
  }
  .page--schedule .section--list .list--information li .date .day,
  .page--schedule .section--list .list--information li .date .week {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .page--schedule .section--list .list--information li .date .day {
    font-size: 20px;
  }
  .page--schedule .section--list .list--information li .date .week {
    margin-left: 10px;
  }
  .page--schedule .section--list .list--information li .entry .icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
    margin-right: 5%;
  }
  .page--schedule .section--list .list--information li .entry .icon::before {
    content: " ";
    width: 36px;
    height: 36px;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 36px;
  }
  .page--schedule .section--list .list--information li .entry.cat--live {
    color: #E9FF6D;
  }
  .page--schedule .section--list .list--information li .entry.cat--live .icon {
    background-color: #E9FF6D;
  }
  .page--schedule .section--list .list--information li .entry.cat--live .icon::before {
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--live.svg");
  }
  .page--schedule .section--list .list--information li .entry.cat--live .category {
    color: #E9FF6D;
  }
  .page--schedule .section--list .list--information li .entry.cat--release {
    color: #81E64A;
  }
  .page--schedule .section--list .list--information li .entry.cat--release .icon {
    background-color: #81E64A;
  }
  .page--schedule .section--list .list--information li .entry.cat--release .icon::before {
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--release.svg");
  }
  .page--schedule .section--list .list--information li .entry.cat--release .category {
    color: #81E64A;
  }
  .page--schedule .section--list .list--information li .entry.cat--tv {
    color: #58D6C9;
  }
  .page--schedule .section--list .list--information li .entry.cat--tv .icon {
    background-color: #58D6C9;
  }
  .page--schedule .section--list .list--information li .entry.cat--tv .icon::before {
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--tv.svg");
  }
  .page--schedule .section--list .list--information li .entry.cat--tv .category {
    color: #58D6C9;
  }
  .page--schedule .section--list .list--information li .entry.cat--magazine {
    color: #54ADFF;
  }
  .page--schedule .section--list .list--information li .entry.cat--magazine .icon {
    background-color: #54ADFF;
  }
  .page--schedule .section--list .list--information li .entry.cat--magazine .icon::before {
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--magazine.svg");
  }
  .page--schedule .section--list .list--information li .entry.cat--magazine .category {
    color: #54ADFF;
  }
  .page--schedule .section--list .list--information li .entry.cat--radio {
    color: #BE8EF8;
  }
  .page--schedule .section--list .list--information li .entry.cat--radio .icon {
    background-color: #BE8EF8;
  }
  .page--schedule .section--list .list--information li .entry.cat--radio .icon::before {
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--radio.svg");
  }
  .page--schedule .section--list .list--information li .entry.cat--radio .category {
    color: #BE8EF8;
  }
  .page--schedule .section--list .list--information li .entry.cat--other {
    color: #33CF8B;
  }
  .page--schedule .section--list .list--information li .entry.cat--other .icon {
    background-color: #33CF8B;
  }
  .page--schedule .section--list .list--information li .entry.cat--other .icon::before {
    content: " ";
    background-image: url("/static/mga/schedule/re_icon--other.svg");
  }
  .page--schedule .section--list .list--information li .entry .category {
    color: #33CF8B;
  }
  .page--schedule .section--list .list--information li .time {
    font-size: 13px;
    margin-bottom: 10px;
    color: #E9FEE1;
  }
  .page--schedule .section--list .list--information li .category {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .page--schedule .section--detail .category {
    margin: 0 0 10px 0;
  }
  .page--schedule .section--detail .list--txt .date {
    font-size: 12px;
  }
  .page--schedule .section--detail .list--txt .date:first-of-type {
    margin-bottom: 0;
  }
  .page--schedule .section--detail .list--txt .date:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .page--schedule .section--detail .list--txt .tit {
    margin: 30px 0 10px;
  }
  .page--disco .section--list .list--contents {
    gap: 0 6%;
  }
  .page--disco .section--list .list--contents li {
    width: 47%;
  }
  .page--disco.page--disco__detail .tit {
    font-size: 18px;
  }
  .page--disco.page--disco__detail .block--disco .jacket,
  .page--disco.page--disco__detail .block--disco .block--disco__detail {
    width: 100%;
  }
  .page--video .section--list .list--contents {
    gap: 0 6%;
  }
  .page--video .section--list .list--contents li {
    width: 47%;
  }
  .page--profile .artist-photo {
    margin-bottom: 30px;
  }
  .page--profile .artist--detail {
    margin-bottom: 10px;
  }
  .page--profile .artist--detail__name {
    font-size: 1.4em;
    margin-bottom: 30px;
  }
  .page--profile .artist--detail__txt {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .page--member .fc__circle--blur01 {
    width: 150vw;
    height: 150vw;
    right: 0vw;
    top: 0vw;
    transform: translate(50%, -50%);
    filter: blur(60px);
    border-radius: 800px;
  }
  .page--member .fc__circle--blur02 {
    width: 150vw;
    height: 150vw;
    top: 200vw;
    left: 0;
    transform: translate(-50%, 50%);
    filter: blur(60px);
    border-radius: 800px;
  }
  .page--member .section--detail .tit {
    font-size: 18px;
  }
  .page--member.page--photo .back__btn {
    margin-bottom: 20px;
  }
  .page--member.page--movie.page-movie-detail .back__btn {
    margin-bottom: 20px;
  }
  .page--member.page--movie.movie-category h2.section-tit, .page--member.page--report.page--blog__parent h2.section-tit, .page--member.page--photo.page--photo__category h2.section-tit {
    display: inline-block;
  }
  .page--member.page--movie.movie-category h2.section-tit .gold__movie--icon,
  .page--member.page--movie.movie-category h2.section-tit .gold__report--icon,
  .page--member.page--movie.movie-category h2.section-tit .gold__photo--icon, .page--member.page--report.page--blog__parent h2.section-tit .gold__movie--icon,
  .page--member.page--report.page--blog__parent h2.section-tit .gold__report--icon,
  .page--member.page--report.page--blog__parent h2.section-tit .gold__photo--icon, .page--member.page--photo.page--photo__category h2.section-tit .gold__movie--icon,
  .page--member.page--photo.page--photo__category h2.section-tit .gold__report--icon,
  .page--member.page--photo.page--photo__category h2.section-tit .gold__photo--icon {
    width: 8vw;
    max-width: 34px;
  }
  .page--member.page--movie.movie-category h2.section-tit p, .page--member.page--report.page--blog__parent h2.section-tit p, .page--member.page--photo.page--photo__category h2.section-tit p {
    font-size: clamp(20px, 9vw, 40px);
    -webkit-text-stroke: 1px #c7ae41;
  }
  .page--member.page--movie.movie-category h2.section-tit::before, .page--member.page--movie.movie-category h2.section-tit::after, .page--member.page--report.page--blog__parent h2.section-tit::before, .page--member.page--report.page--blog__parent h2.section-tit::after, .page--member.page--photo.page--photo__category h2.section-tit::before, .page--member.page--photo.page--photo__category h2.section-tit::after {
    width: 20px;
    height: 20px;
  }
  .page--member.page--movie.movie-category h2.section-tit::before {
    top: 0;
    left: -4%;
  }
  .page--member.page--movie.movie-category h2.section-tit::after {
    bottom: 0;
    right: -4%;
  }
  .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::before {
    top: 0;
    left: -3%;
  }
  .page--member.page--report.page--blog__parent.page--report--main h2.section-tit::after {
    bottom: -1%;
    right: -1%;
  }
  .page--member.page--photo.page--photo__category h2.section-tit::before {
    top: 0;
    left: -3%;
  }
  .page--member.page--photo.page--photo__category h2.section-tit::after {
    bottom: 0;
    right: -2%;
  }
  .page--blog .section--list .list--contents li {
    width: 100%;
  }
  .page--blog .section--detail .txt div.thumb {
    margin: 20px 0;
  }
  .page--blog.page--report.page--blog__detail:not(.category--6) {
    background-color: #72C32F;
  }
  .page--blog.page--report.page--blog__parent:not(.page--archive) {
    background-color: #72C32F;
  }
  .page--blog.page--report .section--list .block--category {
    justify-content: flex-start;
  }
  .page--blog.page--report .section--list .list--contents {
    display: block;
    margin-bottom: 20px;
  }
  .page--blog.page--report .section--list .list--contents:hover li a .icon .thumb figure {
    transform: scale(1);
  }
  .page--blog.page--report .section--list .list--contents li .icon {
    width: 50px;
  }
  .page--blog.page--report .section--list .list--contents li a {
    padding: 20px;
  }
  .page--blog.page--report .section--detail .tit {
    font-size: 18px;
  }
  .page--blog.page--blog__detail .section--detail {
    overflow: hidden;
    position: relative;
  }
  .page--blog.page--blog__detail .flow-pager .pager__item--back .back__btn a {
    font-size: 15px;
  }
  .page--blog video {
    position: relative;
  }
  .page--moment#moment.moment--member .section--list .list--moment li a .icon {
    width: 30vw;
    height: 30vw;
  }
  .page--moment#moment.moment--member .section--detail .block--action .icon--reaction,
  .page--moment#moment.moment--member .section--detail .block--action .icon--like {
    margin-left: 18px;
  }
  .page--moment#moment.moment--member .section--detail .block--action .icon--reaction {
    font-size: 5vw;
  }
  .page--moment#moment.moment--member .comment--area .inner {
    padding: 20% 5vw;
  }
  .page--moment#moment.moment--member .comment--area .close {
    width: 20px;
    height: 20px;
    top: 30px;
    right: 5vw;
  }
  .page--moment#moment.moment--member .comment--area .list--comment {
    max-height: 40vh;
  }
  .page--movie {
    background-color: #006360;
  }
  .page--movie .fc__circle--blur01,
  .page--movie .fc__circle--blur02 {
    opacity: 0.3;
  }
  .page--movie .list--contents li .tit,
  .page--movie .thumb {
    margin-bottom: 5px;
  }
  .page--movie.movie-category .section-tit {
    margin-bottom: 50px;
  }
  .page--movie.movie-category .block--latest-list,
  .page--movie.movie-category .block--category-list {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .page--movie.movie-category .block--latest-list > .flex,
  .page--movie.movie-category .block--category-list > .flex {
    margin-bottom: 20px;
  }
  .page--movie.movie-category .block--latest-list > .flex h3,
  .page--movie.movie-category .block--category-list > .flex h3 {
    width: 50%;
    font-size: 18px;
  }
  .page--movie.movie-category .block--latest-list .slick,
  .page--movie.movie-category .block--category-list .slick {
    width: calc(100% + 10px);
  }
  .page--movie.movie-category .block--latest-list li,
  .page--movie.movie-category .block--category-list li {
    margin-right: 10px;
  }
  .page--movie.movie-category .block--latest-list li .thumb figure,
  .page--movie.movie-category .block--category-list li .thumb figure {
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .page--movie.movie-category .block--latest-list .item--blur,
  .page--movie.movie-category .block--category-list .item--blur {
    width: 80%;
    opacity: 0.2;
    filter: blur(20px);
    transform: translate(30%, -30%);
  }
  .page--movie.movie-category .list--contents {
    flex-wrap: nowrap;
  }
  .page--movie.movie-category .list--contents .list__txt .tit {
    font-size: 14px;
  }
  .page--movie.movie-all .wrap .section--list {
    padding: 110px 5vw 70px;
  }
  .page--movie.movie-all .wrap .section--list .section-tit {
    margin-bottom: 30px;
  }
  .page--movie.movie-all .wrap .section--list .list--contents li {
    width: 100%;
  }
  .page--movie.movie-all.movie-category-list .custom-select {
    position: relative;
    width: 100%;
    font-family: sans-serif;
  }
  .page--movie.movie-all.movie-category-list .selected {
    background-color: #DDFFA2;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #002928;
    border-radius: 10px;
    position: relative;
  }
  .page--movie.movie-all.movie-category-list .selected .selected--arrow {
    position: absolute;
    width: 13%;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #002928;
    top: 0;
    right: 0;
    border-radius: 0 8px 8px 0;
  }
  .page--movie.movie-all.movie-category-list .selected .selected--arrow .arrow__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .page--movie.movie-all.movie-category-list .selected .selected--arrow .triangle {
    position: absolute;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #DDFFA2;
    width: 14px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s 0s ease;
  }
  .page--movie.movie-all.movie-category-list .options {
    display: none;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    top: 55px;
    border: 1px solid #002928;
    background-color: #DDFFA2;
    z-index: 1;
  }
  .page--movie.movie-all.movie-category-list .options .option {
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #002928;
  }
  .page--movie.movie-all.movie-category-list .options .option:last-child {
    border-bottom: none;
  }
  .page--movie.movie-all.movie-category-list .options .option a {
    padding: 20px;
    display: block;
  }
  .page--movie .section--detail .area--movie {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .page--movie .section--detail .category-tit {
    font-size: 10px;
  }
  .page--movie .section--detail .tit {
    font-size: 15px;
  }
  .page--movie .section--detail .date {
    font-size: 11px;
  }
  .page--movie .section--detail .block--title {
    margin: 0 0 50px;
    padding: 10px;
  }
  .page--movie .section--detail .more_movies_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page--movie .section--detail .block--more_movies .list--contents {
    width: 100%;
  }
  .page--movie .section--detail .block--more_movies .list--contents li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--movie .section--detail .block--more_movies .list--contents li .tit {
    font-size: 12px;
  }
  .page--photo {
    background-color: #47A014;
  }
  .page--photo .fc__circle--blur01,
  .page--photo .fc__circle--blur02 {
    opacity: 0.7;
  }
  .page--photo .list--contents li {
    width: 100%;
  }
  .page--photo .list--contents li .section-tit {
    font-size: 25px;
  }
  .page--photo .list--contents li .section-tit.jp {
    font-size: 22px;
  }
  .page--photo.page--photo__category .list--contents li {
    margin-bottom: 30px;
  }
  .page--photo.page--photo__category .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--photo.page--photo__detail .list--contents li {
    width: calc(50% - 1px);
  }
  #swipebox-action #swipebox-close {
    top: 4vw;
    right: 2vw;
  }
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    top: inherit;
    bottom: 5vh;
    transform: none;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
  #swipebox-slider .slide {
    padding: 0 3vw;
  }
  .page--bbs {
    /* tsuuhou */
  }
  .page--bbs .wrapper {
    padding-bottom: 484px;
  }
  .page--bbs .wrapper .topics-wrap {
    width: 100%;
  }
  .page--bbs .wrapper .topics-wrap .topics-title-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .page--bbs .block--pager .btn--sub {
    width: 100%;
  }
  .page--bbs .inner {
    padding: 16px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .page--bbs .inner li.not-member .comment--box {
    margin-left: 70px;
  }
  .page--bbs .inner .switching_btn {
    font-size: 16px;
  }
  .page--bbs .inner .comment li.not-member {
    padding-right: 6px;
  }
  .page--bbs .comment--inner {
    margin: 1em -16px 5em;
  }
  .page--bbs .comment--inner textarea {
    width: 70%;
    max-height: 180px;
    line-height: 1.5;
  }
  .page--bbs .comment--inner label {
    top: 2.5em;
    left: 4%;
  }
  .page--bbs .comment--inner .btn {
    right: 5%;
  }
  .page--bbs .comment--inner .txt--sub {
    padding-bottom: 2em;
    text-align: right;
    padding-right: 4.5em;
    color: rgba(0, 0, 0, 0.6);
  }
  .page--bbs .comment--inner .not-member-textarea textarea {
    width: 78%;
    margin: 2em 3.8em 1em 1.2em;
  }
  .page--bbs .comment-page {
    width: 90%;
  }
  .page--bbs .commentconfirm,
  .page--bbs .commentcomplete,
  .page--bbs .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--bbs .commentconfirm .titArea,
  .page--bbs .commentcomplete .titArea,
  .page--bbs .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--bbs .commentconfirm dl,
  .page--bbs .commentcomplete dl,
  .page--bbs .commentdelete dl {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--bbs .commentconfirm dt,
  .page--bbs .commentcomplete dt,
  .page--bbs .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--bbs .commentconfirm dd,
  .page--bbs .commentcomplete dd,
  .page--bbs .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--bbs .list--information .comment__item .btn.btn--report {
    left: calc(100% - 7.5em);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--bbs .comment--inner textarea {
    width: 77%;
  }
  .page--bbs .comment--inner .not-member-textarea textarea {
    width: 85%;
    margin: 2em 1.8em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--stream .section-tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page--wallpaper .section--list .list--contents {
    gap: 0 4%;
  }
  .page--wallpaper .section--list .list--contents li {
    width: 48%;
  }
  .page--wallpaper .section--detail .btn {
    margin: 0 auto;
  }
  .page--stream .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .page--stream .swiper-container:last-of-type {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--stream .methodList .swiper-slide {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--stream .sp.swiper-box {
    padding-bottom: 50px;
    border-bottom: 1px solid #C0C0C0;
  }
  .page--stream .sp .fa {
    display: none;
  }
  .page--stream .swiper-button-prev {
    transform: translateY(-50%);
  }
  .page--stream .swiper-button-next {
    transform: translateY(-52%) rotate(180deg);
  }
  .page--stream .swiper-button-prev {
    left: 3px;
  }
  .page--stream .swiper-button-next {
    right: 3px;
  }
  .page--stream .swiper-button-prev::after,
  .page--stream .swiper-button-next::after {
    content: "";
    background: transparent;
    width: 15px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #595959;
    -webkit-mask-image: url("/static/mga/feature/streaming/angle-left-solid.svg");
    mask-image: url("/static/mga/feature/streaming/angle-left-solid.svg");
  }
  .page--stream .adjust {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .page--stream .adjustList {
    flex-flow: column;
  }
  .page--stream .adjustList .adjustList-item {
    width: 100%;
    margin-bottom: 48px;
  }
  .page--stream .adjustList .adjustList-item.last {
    margin-bottom: 0;
  }
  .page--stream .attention {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .page--stream .download {
    padding: 0;
    margin-bottom: 2em;
  }
  .page--stream .download .inner .txt--sub {
    margin-bottom: 0.5em;
  }
  .page--stream .download .dl-list li {
    height: 50px;
  }
  .page--stream .download .dl-list {
    margin: 0 0 20px;
  }
  .section--list.archive .list--contents.column2 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .page--magazine .list--contents {
    gap: 0 4%;
    flex-wrap: wrap;
  }
  .page--magazine .list--contents li {
    width: 48%;
  }
  .page--magazine #book {
    position: relative;
    margin-top: 2em;
  }
  .page--magazine #book li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page--magazine #book li:nth-child(n+2) {
    display: none;
  }
  .page--magazine .pswp__button--arrow--left:before,
  .page--magazine .pswp__button--arrow--right:before {
    background-color: #002928;
  }
  .page--support.section--list, .page--support.section--list.section--detail {
    display: block;
    padding: 0 calc(4vw + 1em);
  }
  .page--support.section--list .block--title, .page--support.section--list.section--detail .block--title {
    width: 100%;
    position: static;
    transform: none;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 2em 0;
    font-weight: 500;
  }
  .page--support.section--list .block--title::before, .page--support.section--list.section--detail .block--title::before {
    display: none;
  }
  .page--support.section--list .block--list, .page--support.section--list.section--detail .block--list {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .page--support .list--support dd {
    margin-bottom: 1.8em;
  }
  .page--support .txt {
    padding-top: 0;
  }
  .page--faq .searchBox {
    margin-bottom: 3em;
  }
  .page--faq .list--tag li a {
    font-size: 11px;
    letter-spacing: 0;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .block--list {
    width: 100%;
  }
  .page--faq .section--detail .tit {
    font-size: 19px;
  }
  .page--faq .list--information li a .icon--q {
    top: 1.25em;
  }
  .page--faq .block--more-faq .list--faq li a {
    line-height: 1.4;
  }
  .page--faq .block--title {
    width: 100%;
    position: static;
    transform: none;
    line-height: 1.2em;
    margin: 0 0 1em 0;
  }
  .page--faq .btn_faq a {
    padding: 15px;
    width: 100%;
    max-width: 600px;
    border-radius: 5px;
  }
  .page--faq .btn_faq a .mini {
    font-size: 11px;
  }
  .page--faq .btn_faq a:hover {
    background: #006341;
    color: #fff;
  }
  .page--faq .btn_faq.sub a:hover {
    background: #363636;
    border: 2px solid #363636;
  }
  .page--questionnaire .tit {
    font-size: 14px;
  }
  .page--questionnaire #wrap main > section .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire #wrap main > section form .input--half {
    width: 100% !important;
  }
  .page--questionnaire #wrap main > section form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire #wrap main > section form .icon--required::before {
    vertical-align: inherit;
  }
  .page--entry.section--detail .logo {
    width: 70%;
    margin: 0 auto 20px;
  }
  .page--entry.section--detail .btn {
    min-width: 230px;
  }
  .page--entry.section--detail .section-tit {
    font-size: 20px;
  }
  .page--entry.section--detail .top_wrap > .btn {
    margin: 0 auto 120px;
    position: relative;
  }
  .page--entry.section--detail .top_wrap > .btn a {
    padding: 1.2em 2em 1.2em 2.6em;
  }
  .page--entry.section--detail .top_wrap > .btn::before {
    content: "";
    position: absolute;
    display: block;
    left: -15%;
    bottom: -10%;
    z-index: 10;
    width: 90px;
    height: 110px;
    background: url(/static/mga/fanclub/mypage/memeru.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    transform: scale(1);
  }
  .page--entry.section--detail .fc--contents {
    position: relative;
  }
  .page--entry.section--detail .fc--contents > .lead {
    margin: 20vw auto 0;
    padding-bottom: 50px;
    font-size: 14px;
  }
  .page--entry.section--detail .fc--contents .box--contents {
    padding-bottom: 50px;
    margin: 50px 0 auto;
  }
  .page--entry.section--detail .fc--contents .box--contents .contents__tit {
    font-size: clamp(18px, 8vw, 30px);
    margin-bottom: 20px;
    font-weight: 600;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item--box {
    display: block;
    margin-bottom: 80px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 10% 7%;
    border-radius: 10px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item .item--blur {
    width: 90%;
    transform: translate(-40%, -50%);
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item .tit {
    font-size: clamp(20px, 3vw, 60px);
    margin-bottom: 20px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie {
    display: block;
    padding: 10% 7% 10%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.movie .swiper-container {
    margin: 20px auto 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.moment .moment-swiper {
    margin: 10% auto 0;
    width: 55%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn {
    margin-top: 30px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.report .btn::before {
    width: 23%;
    right: -22%;
    bottom: 30px;
    z-index: 1;
    transform: translate(-50%) rotate(30deg);
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery {
    padding: 7% 7% 24%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap {
    width: 48%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap:nth-child(1) {
    top: 20%;
    left: 10%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap:nth-child(1) .txt {
    top: 5%;
    right: -15%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap:nth-child(2) {
    bottom: -50%;
    right: 10%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap:nth-child(2) .txt {
    left: -45px;
    bottom: 15%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gallery .item_ph .ph_wrap--inner .txt {
    font-size: 16px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.ticket .tit {
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item {
    width: 100%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item .tit {
    width: 60%;
    margin: 0 auto 30px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item .update {
    margin-bottom: 30px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .left--item .lead {
    line-height: 1.7;
    font-size: 15px;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .right--item {
    width: 100%;
  }
  .page--entry.section--detail .fc--contents .box--contents:first-of-type .item.gacha .right--item .item_ph {
    width: 80%;
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .tit p {
    font-size: 24px;
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .item {
    margin-bottom: 40px;
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .item:last-of-type {
    margin-bottom: 0;
  }
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .item .tit,
  .page--entry.section--detail .fc--contents .box--contents:nth-of-type(2) .item .lead {
    text-align: center;
  }
  .page--entry.section--detail .block--point {
    margin-bottom: 50px;
  }
  .page--entry.section--detail .block--point .inner {
    display: block;
    align-items: center;
    margin: 0 auto;
    padding: 10% 7%;
  }
  .page--entry.section--detail .block--point .inner .tit {
    margin-bottom: 20px;
  }
  .page--entry.section--detail .block--point .inner .tit .tit--sub {
    margin-top: 5px;
  }
  .page--entry.section--detail .block--point .inner .block--txt .lead {
    margin-bottom: 2em;
    text-align: center;
  }
  .page--entry.section--detail .block--course .block--tit {
    margin-bottom: 50px;
  }
  .page--entry.section--detail .block--course .block--tit .lead {
    font-size: max(13px, 2.4vw);
  }
  .page--entry.section--detail .block--course .block--tit .lead .fc_name {
    font-size: max(20px, 3.5vw);
  }
  .page--entry.section--detail .block--course .block--tit .tit {
    font-size: max(21px, 3.5vw);
  }
  .page--entry.section--detail .block--course .block--tit .tit .tit--sub {
    font-size: max(14px, 2.5vw);
  }
  .page--entry.section--detail .block--course .annually_only {
    border-radius: 10px;
    padding: 10% 7%;
    margin-bottom: 20px;
  }
  .page--entry.section--detail .block--course .annually_only .tit {
    font-size: max(26px, 4vw);
  }
  .page--entry.section--detail .block--course .annually_only .tit .tit--sub {
    width: 10em;
    font-size: max(14px, 2.5vw);
  }
  .page--entry.section--detail .block--course .annually_only img {
    margin-bottom: 30px;
    max-width: 350px;
    width: 80%;
  }
  .page--entry.section--detail .block--course .annually_only .list--notes li {
    font-size: max(12px, 2vw);
  }
  .page--entry.section--detail .block--course .block--entry {
    width: 100%;
    padding: 7%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page--entry.section--detail .block--course .block--entry .block--monthly {
    margin-top: 30px;
  }
  .page--entry.section--detail .block--course .block--entry .block--monthly .box.method .box--tit {
    position: static;
    transform: none;
  }
  .page--entry.section--detail .block--course .block--entry .block--monthly .box.method .list--method {
    margin-top: 0;
  }
  .page--entry.section--detail .block--device {
    margin-bottom: 70px;
  }
  .page--entry.section--detail .block--device .inner {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
  }
  .page--entry.section--detail .block--device .inner > div {
    margin-bottom: 8vw;
  }
  .page--entry.section--detail .block--device .inner > div .tit {
    margin-bottom: 1em;
  }
  .page--entry.section--detail .block--join {
    padding: 0 0 50px;
    width: 100%;
  }
  .page--entry.section--detail .block--join::before {
    left: -23%;
    transform: scale(2, 2.2);
  }
  .page--entry.section--detail .block--join .list--notes {
    width: 90%;
    max-width: 500px;
    margin-bottom: 50px;
  }
  .page--entry.section--detail .block--join .block--joinMembership .joinMembership--ttl {
    margin-bottom: 40px;
  }
  .page--entry.section--detail .block--join .btn a {
    font-size: max(16px, 2.5vw);
  }
  body.feature--entry .modal .modal-container .close {
    top: -40px;
    right: 0;
    width: 30px;
    height: 40px;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .popup--top .popup--contents {
    width: 90%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .spOnly {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .drawer__inner .g-nav .g-nav--of .g-nav__inner {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .block--nav-logo {
    max-width: 250px;
  }
  .drawer__inner .g-nav .g-nav--fc .g-nav__inner .detail__btn {
    margin: 0 auto 40px;
  }
  .page--home .header .logo {
    margin: 40px 0 0 20px;
  }
  .page--home .section--video .flex--container .video__left--item {
    display: flex;
    justify-content: space-between;
  }
  .list--information:not(.schedule) li a .pin {
    left: 0.5%;
  }
  .page--movie.movie-all.movie-category-list .selected .selected--arrow {
    width: 7%;
  }
}
/* -------------------------------------------------
	App
------------------------------------------------- */
.body--app.page--movie.movie-all .wrap .section--list {
  padding: 60px 5vw 70px;
}

/* -------------------------------------------------
	wovn
------------------------------------------------- */
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages,
  .drawer-visible .wovn-languages {
    position: fixed;
    right: 80px;
    top: 37px;
    width: 10em;
  }
  .bnr-on .wovn-languages,
  .bnr-on .drawer-visible .wovn-languages {
    position: absolute;
  }
  .headerFixApp .wovn-languages,
  .headerFixApp .drawer-visible .wovn-languages {
    position: fixed;
  }
  .page--entry.section--detail .block--btnEntry {
    display: block;
  }
  .page--entry.section--detail .block--btnEntry .list--entry {
    width: 100%;
  }
  .page--entry.section--detail .block--btnEntry {
    display: block;
  }
  .page--entry.section--detail .block--btnEntry .list--entry {
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */