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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 72%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  html,
  body {
    font-size: 62.5%;
  }
}

body {
  background-color: #F5F5F5;
  color: #1C1F1D;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

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: #1C1F1D;
  color: #F5F5F5;
}

::selection {
  background-color: #1C1F1D;
  color: #F5F5F5;
}

::-moz-selection {
  background-color: #1C1F1D;
  color: #F5F5F5;
}

.svg-symbol {
  display: none !important;
}

svg {
  width: 100%;
  height: 100%;
}

.content-main {
  background-color: #F5F5F5;
}

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

.block--pager {
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  margin-top: 2em;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li.pager__item--current {
  color: #006341;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #1C1F1D;
}

.pager__item--newer .arrow-circle,
.pager__item--older .arrow-circle {
  background-color: #fff;
  border: 1px solid #006341;
}
.pager__item--newer .arrow-circle .arrow,
.pager__item--older .arrow-circle .arrow {
  fill: #006341;
}
.pager__item--newer .arrow-circle.disable,
.pager__item--older .arrow-circle.disable {
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.pager__item--newer .arrow-circle.disable .arrow,
.pager__item--older .arrow-circle.disable .arrow {
  fill: #F5F5F5;
}
.pager__item--newer .arrow-circle .arrow.disable,
.pager__item--older .arrow-circle .arrow.disable {
  fill: #D1D1D1;
}

.pager__item--newer .arrow-circle {
  transform: rotate(-135deg);
}

.pager__item--older .arrow-circle {
  transform: rotate(45deg);
}

h2 {
  font-weight: inherit;
}

.txt--basic {
  font-size: 1em;
  line-height: 1.6;
}

.txt--sub {
  font-size: 1.2rem;
  line-height: 1.4em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bolder;
}

.red {
  color: #c4083a;
}

.underline {
  text-decoration: underline;
}

.font-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-jp_bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-en {
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-en_bold {
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
}

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

.writer,
.date,
.time,
.category {
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.88em;
}

/* color */
.color-base {
  color: #F5F5F5;
}

.color-primary {
  color: #006341;
}

.color-second {
  color: #8FC31F;
}

.color-red {
  color: #c4083a;
}

.color-white {
  color: #fff;
}

/* svg-color */
.svg-base {
  fill: #F5F5F5;
}

.svg-primary {
  fill: #006341;
}

.svg-second {
  fill: #8FC31F;
}

/* border-color */
.border-base {
  border-color: #F5F5F5;
}

.border-primary {
  border-color: #006341;
}

.border-second {
  border-color: #8FC31F;
}

.border-red {
  border-color: #c4083a;
}

.border-white {
  border-color: #fff;
}

/* bg-color */
.bg-base {
  background-color: #F5F5F5;
}

.bg-primary {
  background-color: #006341;
}

.bg-second {
  background-color: #8FC31F;
}

.bg-lightgy {
  background-color: #D1D1D1;
}

.bg-white {
  background-color: #fff;
}

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

.wrap {
  flex-wrap: wrap;
}

/* margin */
.center-margin {
  margin: 0 auto;
}

/* svg */
.arrow-circle {
  width: 38px;
  height: 38px;
  display: inline-block;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
}

svg.arrow {
  width: 10px;
}

/* image */
.ph,
.thumb {
  position: relative;
  line-height: 0;
  font-size: 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: "gopher", sans-serif;
  font-weight: 500;
  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;
}

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

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

.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;
  height: 11vw;
  max-width: 60px;
  max-height: 60px;
  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 .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: #1C1F1D;
  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 .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 .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 .video-js .vjs-play-progress,
.page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #8FC31F 0%, #006341 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.4em;
  color: #8FC31F;
  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: 0.8em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail .video-js.vjs-fullscreen .vjs-control-bar,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-control-bar {
    width: 94%;
    margin: 0 auto;
    bottom: 3em;
  }
  .section--detail .video-js.vjs-fullscreen .vjs-poster,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
  }
  .section--detail .video-js.vjs-fullscreen .vjs-play-control,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    position: fixed;
    margin-top: -7.25vw;
  }
  .section--detail .video-js .vjs-control,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-control {
    width: 3.5em;
  }
  .section--detail .video-js .vjs-play-control,
  .page--movie.new-movie .section--detail .area--movie .block--player .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) {
  .section--detail .video-js .vjs-play-control,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-control {
    top: -18vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail .video-js .vjs-play-control > .vjs-icon-placeholder:before,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-control > .vjs-icon-placeholder:before {
    line-height: 1.3 !important;
  }
  .section--detail .video-js .vjs-play-control.vjs-paused span::before,
  .page--movie.new-movie .section--detail .area--movie .block--player .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;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .section--detail .video-js .vjs-play-control.vjs-paused span::before,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-play-control.vjs-paused span::before {
    background: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail .vjs-control-bar,
  .page--movie.new-movie .section--detail .area--movie .block--player .vjs-control-bar {
    background: none;
    padding: 0;
  }
  .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: 3.5em;
  }
  .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: 1.8em;
    line-height: 1.5em;
  }
  .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 {
    right: 3.4em;
    width: 2em;
    top: 0.15em;
    font-size: 1.8em;
  }
  .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 .video-js .vjs-fullscreen-control,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-fullscreen-control {
    right: 0;
  }
  .section--detail .video-js .vjs-progress-holder,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-progress-holder {
    flex: auto;
    transition: all 0.2s;
    height: 0.6em;
  }
  .section--detail .video-js .vjs-time-control,
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js .vjs-time-control {
    width: auto;
    font-size: 1.2em;
    line-height: 4.8em;
  }
  .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;
    bottom: -0.5em;
    left: 0;
  }
  .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: 2em;
    line-height: 2.8;
  }
  .section--detail .vjs-big-play-centered.vjs-has-started.vjs-user-inactive .vjs-play-control,
  .page--movie.new-movie .section--detail .area--movie .block--player .vjs-big-play-centered.vjs-has-started.vjs-user-inactive .vjs-play-control {
    display: none;
  }
  .section--detail .vjs-has-started.vjs-ios-native-fs.vjs-user-inactive.vjs-paused .vjs-control-bar,
  .page--movie.new-movie .section--detail .area--movie .block--player .vjs-has-started.vjs-ios-native-fs.vjs-user-inactive.vjs-paused .vjs-control-bar {
    opacity: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
}
.swiper-button-next .arrow-circle,
.swiper-button-prev .arrow-circle {
  background: #fff;
  border: 1px solid #006341;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next .arrow-circle {
  transform: rotate(45deg);
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev .arrow-circle {
  transform: rotate(-135deg);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}

.swiper-pagination-bullet {
  background: #006341;
  width: 10px;
  height: 6px;
  vertical-align: 5px;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #006341;
  opacity: 1;
}

.part-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
}
.part-wrap .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 50px;
  position: relative;
  top: 0;
  bottom: auto;
}

.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 #F5F5F5 inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  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: 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: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  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: 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 #F5F5F5;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  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: 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 #1C1F1D;
  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: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.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 #006341;
  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 #006341;
  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: #1C1F1D;
}
.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: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.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: #006341;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  word-wrap: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.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: #1C1F1D;
  border-color: #1C1F1D;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
}

.complete .btn {
  margin-top: 4em;
}

.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: "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: 0.2s;
}

.btn--main {
  background: #fff;
  color: #006341;
  border: 2px solid;
}

.btn--sub {
  background: transparent;
  color: #006341;
  border: 1px solid;
}

.detail__btn,
.back__btn {
  display: inline-block;
  position: relative;
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 2em;
}
.detail__btn .arrow-circle,
.back__btn .arrow-circle {
  margin-left: 10px;
  transition: 0.2s;
}
.detail__btn a,
.back__btn a {
  letter-spacing: 0;
  position: relative;
}

.flex .detail__btn,
.flex .back__btn {
  margin-top: 0 !important;
}

.back__btn .arrow {
  transform: rotate(-90deg);
  margin-right: 0.5rem;
}

.block--contents.flex .block--title {
  width: 30%;
}
.block--contents.flex .block--list {
  width: 65%;
}

.list--information:not(.schedule) li {
  border: 1px solid #006341;
  background: #fff;
  border-radius: 1em;
}
.list--information li {
  margin-bottom: 1em;
}
.list--information li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.2em 1.5em;
  position: relative;
}
.list--information li.new .date {
  position: relative;
}
.list--information li.new .date::after {
  content: "NEW";
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #8FC31F;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 0.2em;
  vertical-align: middle;
  letter-spacing: -0.025em;
}
.list--information li.no-data {
  padding: 10px 0 !important;
  background: none;
}
.list--information.schedule {
  border-top: 2px dotted rgba(255, 255, 255, 0.2);
}
.list--information.schedule li {
  color: #fff;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}

.list--contents {
  display: flex;
  gap: 0 1em;
}
.list--contents.column2 {
  flex-wrap: wrap;
}
.list--contents.column2 li {
  width: calc(50% - 1em);
}
.list--contents.column2 li .tit {
  font-size: 1em;
}
.list--contents.column3 {
  flex-wrap: wrap;
}
.list--contents.column3 li {
  width: calc(33.3% - 1em);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents.column3 li {
    width: 100%;
  }
}
.list--contents.column4 {
  flex-wrap: wrap;
}
.list--contents.column4 li {
  width: calc(25% - 0.8em);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents.column4 li {
    width: calc(50% - 0.5em);
  }
}
.list--contents > li a {
  display: block;
  position: relative;
}
.list--contents > li a .thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid #D1D1D1;
}
.list--contents > li a .thumb img {
  display: block;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.list--contents > li .list--txt {
  margin-top: 1em;
}
.list--contents > li .list--txt .category {
  margin-left: 1rem;
}
.list--contents > li .list--txt .tit {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.list--contents.movie li a {
  border: 1px solid rgba(143, 195, 31, 0.8);
}
.list--contents.movie li a .thumb {
  border: none;
  border-radius: 10px 10px 0 0;
}
.list--contents.movie li a .thumb img {
  aspect-ratio: 16/9;
}
.list--contents.movie li a .list__txt {
  background: #fff;
  padding: 0.8em;
  border-radius: 0 0 10px 10px;
}

.list--contents li.date a .tit::after {
  content: "NEW";
  display: inline-block;
  font-size: 0.95em;
  line-height: 1;
  margin-left: 0.5em;
}

.list--moment {
  display: flex;
  flex-wrap: wrap;
}
.list--moment li {
  margin: 0 1em;
  position: relative;
  /*&.none.staff {
  	display: none;
  }*/
}
.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: #F5F5F5;
  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: #F5F5F5;
  color: #006341;
  font-size: 1.1rem;
  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: #F5F5F5;
}
.list--moment li.unread .icon {
  background-size: 600% 600%;
  animation: bounce-in 2s ease infinite;
}
.list--moment li.unread .icon.motoki {
  background: #E23838;
}
.list--moment li.unread .icon.motoki .list--txt {
  background: #E23838;
  color: #F5F5F5;
}
.list--moment li.unread .icon.hiloto {
  background: #1D47BA;
}
.list--moment li.unread .icon.hiloto .list--txt {
  background: #1D47BA;
  color: #F5F5F5;
}
.list--moment li.unread .icon.ryoka {
  background: #FADA2B;
}
.list--moment li.unread .icon.ryoka .list--txt {
  background: #FADA2B;
  color: #1C1F1D;
}
.list--moment li.unread .icon.staff {
  background: #006341;
}
.list--moment li.unread .icon.staff .list--txt {
  background: #006341;
  color: #F5F5F5;
}
.list--moment li.nonlogin .list--txt {
  background: #F5F5F5;
  color: #006341;
  bottom: -1.25em;
}
.list--moment li.nonlogin .list--txt .time {
  line-height: 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);
  }
}
.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 4em;
}
.list--login .list--login__item {
  position: relative;
}
.list--login .list--login__item a .arrow {
  margin-left: 0.4em;
}

.header {
  width: 100%;
  position: absolute;
}
.header .logo {
  background: url("/static/mga/common/logo--official_wide.svg") no-repeat;
  width: 32vw;
  max-width: 480px;
  height: 3vw;
  color: transparent;
  position: absolute;
  top: 3.4vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 900;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .drawer__btn {
  width: 3vw;
  height: 3vw;
  text-align: center;
  position: fixed;
  top: 3.4vw;
  right: 3.4vw;
  z-index: 910;
  transition: all 0.2s 0s ease;
  cursor: pointer;
}
.header .drawer__btn span {
  display: inline-block;
  width: 80%;
  height: 4px;
  background: #006341;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.header .drawer__btn span:first-of-type {
  top: calc(50% - 8px);
}
.header .drawer__btn span:last-of-type {
  top: calc(50% + 8px);
}

.content--main {
  position: relative;
  transition: 0.3s;
}

.drawer {
  background: rgba(0, 99, 65, 0.2);
  position: fixed;
  transform-origin: top;
  z-index: 900;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.drawer .header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  color: #006341;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 2em;
}
.drawer .nav--tit {
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #F5F5F5;
  border: 1px solid #006341;
  border-radius: 20px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-size: 0.88em;
  margin-bottom: 1em;
}
.drawer .drawer-inner {
  position: relative;
}
.drawer .g-nav__menu li a {
  letter-spacing: -0.02em;
  font-weight: 500;
}
.drawer .g-nav--of .g-nav__menu li {
  border-bottom: 1px dotted rgba(0, 99, 65, 0.2);
}
.drawer .g-nav--of .g-nav__menu li a {
  padding-left: 0.5em;
}
.drawer .g-nav--of .g-nav__menu li.store i {
  vertical-align: text-top;
  margin-left: 0.4rem;
}
.drawer .g-nav--fc .g-nav__inner {
  position: relative;
  background: #8FC31F;
}
.drawer .g-nav--fc .g-nav__inner .g-nav__menu li {
  padding: 0.5em 0;
}
.drawer .nav--sns__list {
  display: flex;
}
.drawer .nav--sns__list li {
  margin: 0 0.5em;
}
.drawer .nav--sns__list li a {
  font-size: 1.3em;
}
.drawer .g-nav__login {
  background: #006341;
  border-radius: 999px;
  position: absolute;
  top: min(-1.5em, -2vw);
  right: min(-0.5em, -1.5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drawer .g-nav__login li {
  max-width: 80%;
}
.drawer .g-nav__login li a {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1.2em;
}
.drawer .g-nav__login li a svg {
  fill: #fff;
  margin-left: 0.5em;
}
.drawer .g-nav__login .item__join a {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.list--nav {
  text-align: center;
}
.list--nav li {
  display: inline-block;
}

.drawer-visible {
  pointer-events: auto;
  overflow: hidden;
}
.drawer-visible .header .drawer__btn span:first-of-type {
  top: 50%;
  transform: rotate(45deg);
}
.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%;
  padding: 0 2em 3em;
  position: relative;
}
.footer .inner {
  position: relative;
}
.footer .nav--support__list {
  justify-content: flex-start;
}
.footer .nav--support__list li a {
  font-size: 1.2rem;
  line-height: 2.4;
}
.footer .nav--sns,
.footer .block--support {
  display: none;
}
.footer .list--link {
  align-items: flex-end;
}
.footer .list--link .link {
  display: none;
}
.footer .list--link .link li {
  width: 45%;
  max-width: 154px;
  border-radius: 6px;
  background: #006341;
}
.footer .list--link .link li a {
  display: block;
  padding: 0.5em 2em;
}
.footer .copyright {
  color: #006341;
  font-size: 0.8em;
  text-align: left;
  letter-spacing: normal;
  opacity: 0.6;
}
.footer .footer_link {
  margin-top: 1em;
}
.footer .footer_link a {
  display: block;
  font-size: 12px;
  background: #fff;
  border: 1px solid #006341;
  color: #006341;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.footer .footer_link svg {
  fill: #006341;
  margin-left: 0.5em;
}

#topBtn {
  width: 110px;
  height: 110px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 800;
}
#topBtn .btn {
  display: block;
  background: url("/static/mga/common/top_btn_back.svg");
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
}
#topBtn .btn::after {
  content: "";
  background: url("/static/mga/common/memeru.svg");
  bottom: -43%;
  right: -14%;
  background-size: contain;
  width: 125%;
  height: 125%;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  transition: 0.2s;
}
#topBtn::after {
  content: "";
  background: url("/static/mga/common/cover.svg");
  bottom: -17%;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -13%;
}
#topBtn:hover .btn::after {
  transform: scale(1.2) translate(2px, 0) rotate(-5deg);
}

.page--home .footer {
  background: #F5F5F5;
  padding-top: 10em;
  position: absolute;
  z-index: 10;
}
.page--home .footer .copyright {
  text-align: right;
}
.page--home .footer .block--support {
  display: block;
}
.page--home .footer .list--link {
  margin-top: 2em;
}
.page--home .footer .list--link .link {
  display: flex;
}

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

.section-tit:not(.jp) {
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: max(4.25vw, 52px);
  line-height: 1;
  margin-bottom: 1rem;
}

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

.tit-wrap {
  background-image: url("/static/mga/common/tit_anime.gif");
  background-clip: text;
  background-position: 50% 80%;
  -webkit-background-clip: text;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
}

.section--list,
.section--detail {
  min-height: 80vh;
  padding: 12em 5% 6em;
  position: relative;
  z-index: 1;
}
.section--list .section--inner,
.section--detail .section--inner {
  margin: 0 auto;
  position: relative;
}
.section--list .section-tit,
.section--detail .section-tit {
  margin-bottom: 0.77em;
}

.section--list .section-tit {
  font-size: max(4vw, 40px);
}
.section--list .block--category {
  display: flex;
  flex-wrap: wrap;
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  gap: 0 0.5em;
}
.section--list .block--category li.current a {
  font-weight: 800;
}
.section--list .list--information {
  margin-top: 0;
}
.section--list .list--information li {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.section--list .list--information li.started {
  opacity: 1;
  transform: translateY(0);
}

.section--detail .section--inner {
  max-width: 960px;
}
.section--detail .tit {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.section--detail .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail.new .tit::after {
  content: "NEW";
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #8FC31F;
  display: inline-block;
  font-size: 1.3rem;
  vertical-align: super;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-left: 0.25em;
}
.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: #006341;
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #006341;
  width: 18px;
  position: relative;
  top: 2px;
}
.section--detail .block--share li.share {
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
}
.section--detail .back__btn,
.section--detail .detail__btn {
  margin-top: 4em;
}

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

.block--category {
  margin-bottom: 2em;
}
.block--category li a {
  background: #006341;
  color: #F5F5F5;
  font-size: 0.88em;
  padding: 0.25em 1em;
  border: 1px solid #006341;
  border-radius: 20px;
  opacity: 0.9;
}
.block--category li.current a {
  background: #fff;
  color: #006341;
  opacity: 1;
}

/*-- DELIGHTER --*/
.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;
}

body:not(.page--home) .section--detail {
  transform: translate(0px, 20px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

body:not(.page--home) .block-contents {
  top: 20px;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.47, 0, 0.75, 0.72) 0.2s;
}

body:not(.page--home).loaded .block-contents {
  top: 0px;
  opacity: 1;
}

body:not(.page--home).loaded .block-tit,
body:not(.page--home).loaded .section--detail {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@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%);
  }
}
.page--home {
  transition: 0.5s ease-in-out;
  /* .area--fc */
}
.page--home .header .logo {
  display: none;
}
.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: #006341;
  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 .block--moment .list--moment {
  padding: 0;
}
.page--home .block--moment .list--moment li {
  margin: 0 0.5em;
}
.page--home .block--moment .list--moment li .icon {
  width: 7vw;
  height: 7vw;
  max-width: 80px;
  max-height: 80px;
  min-width: 60px;
  min-height: 60px;
}
.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;
  position: relative;
}
.page--home .member--btn a .member--btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  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 img {
  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 {
  display: none;
}
.page--home .section--hero {
  width: 100%;
  position: relative;
}
.page--home .section--hero .mainvisual--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.95vw;
}
.page--home .section--hero .mainvisual--logo__img {
  width: 33.85vw;
}
.page--home .section--hero .mainvisual--img {
  background-size: cover;
  height: 100%;
  margin: 0px 3.51vw;
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.page--home .section--hero .mainvisual--img .ph {
  width: 100%;
  height: 100%;
}
.page--home .section--hero .mainvisual--img img {
  width: 100%;
}
.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, 99, 65, 0.4);
}
.page--home .section--hero .scrolldown--bar::after {
  background: #006341;
  animation: sdl06 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@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%;
  }
}
.page--home.loaded .section--hero .mainvisual--img .load-bg {
  opacity: 0;
  z-index: -1;
}
.page--home .section--banner {
  margin-top: 3em;
  margin-left: calc(3.51vw - 6px);
}
.page--home .section--banner ul {
  margin-bottom: 2em;
}
.page--home .section--banner ul li a {
  display: block;
}
.page--home .section--banner ul li img {
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  width: 100%;
}
.page--home .section--info .list--information {
  display: flex;
}
.page--home .section--info .list--information:not(.fc) li:first-child {
  background-color: #006341;
  color: #F5F5F5;
}
.page--home .section--info .list--information:not(.fc) li:first-child .date,
.page--home .section--info .list--information:not(.fc) li:first-child .category {
  color: #F5F5F5;
}
.page--home .section--schedule {
  padding: 4em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page--home .section--schedule::before, .page--home .section--schedule::after {
  content: "";
  background: url("/static/mga/common/dot.png") no-repeat;
  width: 13vw;
  height: 13vw;
  position: absolute;
  opacity: 0.6;
  z-index: -1;
}
.page--home .section--schedule::before {
  top: 0;
  left: 0;
  background-position: 100% 90%;
}
.page--home .section--schedule::after {
  bottom: 0;
  right: 0;
}
.page--home .section--schedule .section-tit {
  margin-bottom: 3rem;
}
.page--home .section--schedule .list--information li {
  margin-bottom: 0;
}
.page--home .section--schedule .list--information .list--txt {
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0.5em;
}
.page--home .section--schedule .list--information .list--txt .day {
  font-size: 1.65em;
}
.page--home .section--schedule .list--information .list--txt .category {
  opacity: 0.6;
  margin: 0 0.5em;
}
.page--home .section--schedule .list--information .tit {
  margin-bottom: 0;
}
.page--home .section--video {
  position: relative;
}
.page--home .section--video .tit-wrap {
  transform: rotate(90deg);
  transform-origin: 0 0;
  position: absolute;
  left: 4vw;
  top: 0;
}
.page--home .section--video .tit-wrap .section-tit {
  margin-bottom: 0;
}
.page--home .section--video #ListVideo {
  margin: 0 0 0 auto;
}
.page--home .section--video #ListVideo .list--video {
  margin-bottom: 2em;
}
.page--home .section--video #ListVideo .list--video li .thumb {
  border-radius: 10px;
  border: 1px solid #D1D1D1;
}
.page--home .section--login {
  width: 100%;
  position: relative;
  z-index: 20;
}
.page--home .section--login .block--login {
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 25vw;
}
.page--home .section--login .block--login .logo {
  width: 25.7vw;
  margin-bottom: 2em;
}
.page--home .section--login .block--login .item__join {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.95em;
}
.page--home .area--fc {
  padding-top: 2vw;
  z-index: 10;
}
.page--home .area--fc__contents {
  background: #006341;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page--home .area--fc__contents::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/static/mga/fanclub/common/noise.jpg") repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: 0;
  mix-blend-mode: color-burn;
  opacity: 0.8;
  z-index: -1;
}
.page--home .area--fc .eyecatch_1 {
  position: absolute;
  top: 1vw;
  z-index: 1;
  left: 2vw;
}
.page--home .area--fc .eyecatch_1 svg {
  width: 13.3vw;
}
.page--home .area--fc .eyecatch_1 .rotate--txt {
  position: absolute;
  left: 3vw;
  width: 13vw;
  transform: rotateX(87deg);
  top: -0.5vw;
  animation: 8s linear infinite rotation-right;
}
.page--home .area--fc .section--info.fc .section-tit {
  font-size: max(3.1vw, 38px);
  color: #006341;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8FC31F;
}
.page--home .area--fc .section--moment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6vw 0 10vw;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.page--home .area--fc .section--moment .section-tit:not(.jp) {
  font-size: max(3.1vw, 38px);
}
.page--home .area--fc .section--moment .list--moment {
  background: rgba(255, 255, 255, 0.3);
  flex-wrap: initial;
}
.page--home .area--fc .section--blog {
  position: relative;
  margin: 4vw 0 16vw;
}
.page--home .area--fc .section--blog::after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 53vw;
  height: 53vw;
  border-radius: 100%;
  position: absolute;
  left: -23vw;
  bottom: -17vw;
  z-index: 0;
}
.page--home .area--fc .section--blog .wave-top {
  position: absolute;
  top: -24vw;
  transform: scale(-1, 1);
}
.page--home .area--fc .section--blog .wave-bottom {
  position: absolute;
  bottom: -20vw;
  left: -2.8vw;
}
.page--home .area--fc .section--blog .section-tit {
  color: #8FC31F;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006341;
  position: relative;
  z-index: 1;
}
.page--home .area--fc .section--blog #ListReport {
  width: 88vw;
  padding: 6vw 0 1em;
  margin: 0 0 0 auto;
}
.page--home .area--fc .section--blog .list--contents li {
  position: relative;
  top: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.page--home .area--fc .section--blog .list--contents li:after {
  content: "";
  background-color: #006341;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 80px;
  transform: rotate(-4deg);
}
.page--home .area--fc .section--blog .list--contents li.swiper-slide-active {
  transform: scale(1.1) translateY(-2em);
}
.page--home .area--fc .section--blog .list--contents li.one {
  margin: 0 auto;
}
.page--home .area--fc .section--blog .list--contents li .inner-thumb {
  position: relative;
}
.page--home .area--fc .section--blog .list--contents li .thumb {
  background-color: #F5F5F5;
  border-radius: 80px;
  border: 2px solid #8FC31F;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page--home .area--fc .section--blog .list--contents li .thumb figure {
  aspect-ratio: 3/4;
}
.page--home .area--fc .section--blog .list--contents li .thumb img {
  background-size: cover;
}
.page--home .area--fc .section--blog .list--contents li .list--txt {
  background: #006341;
  color: #F5F5F5;
  border-radius: 1em;
  width: 80%;
  padding: 0.5em 1em;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2em;
  margin: auto;
  z-index: 2;
}
.page--home .area--fc .section--blog .list--contents li.motoki .list--txt {
  background-color: #E23838;
}
.page--home .area--fc .section--blog .list--contents li.hiloto .list--txt {
  background-color: #1D47BA;
}
.page--home .area--fc .section--blog .list--contents li.ryoka .list--txt {
  background-color: #FADA2B;
  color: #006341;
}
.page--home .area--fc .section--blog .part-wrap {
  bottom: 0;
  position: relative;
}
.page--home .area--fc .section--blog .part-wrap.no-carousel {
  display: none;
}
.page--home .area--fc .section--blog .swiper-button-next .arrow-circle,
.page--home .area--fc .section--blog .swiper-button-prev .arrow-circle {
  background: #006341;
  border: 1px solid #006341;
}
.page--home .area--fc .section--blog .detail__btn {
  color: #006341;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 4vw;
  z-index: 2;
}
.page--home .area--fc .section--movie {
  position: relative;
}
.page--home .area--fc .section--movie #ListMovie {
  padding: 4vw 0 1em;
}
.page--home .area--fc .section--movie .list--contents {
  gap: 0;
}
.page--home .area--fc .section--movie .list--contents.swiper-wrapper {
  padding-top: 11vw;
}
.page--home .area--fc .section--movie .list--contents li {
  border-radius: 14px;
  margin-bottom: 1em;
  border: solid 0px #8FC31F;
}
.page--home .area--fc .section--movie .list--contents li a {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.page--home .area--fc .section--movie .list--contents li .list--txt {
  padding: 1em;
  margin-top: 0;
}
.page--home .area--fc .section--movie .list--contents li .rotate--txt {
  background-image: url("/static/mga/home/rotate--txt__movie.svg");
  width: 7.3vw;
  height: 7.3vw;
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  top: -2vw;
  right: -2.5vw;
  z-index: 10;
  animation: 8s linear infinite rotation-left;
  opacity: 0;
  transition: 0.2s;
}
.page--home .area--fc .section--movie .list--contents li .tit {
  position: relative;
}
.page--home .area--fc .section--movie .list--contents li .tit::before {
  content: "";
  display: inline-block;
  background: #006341;
  height: 0.8em;
  width: 0.6em;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-radius: 0.2em;
  margin-right: 5px;
  top: 0.05em;
  position: relative;
}
.page--home .area--fc .section--movie .list--contents li .category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 1em 0.3em;
  background: #fff;
  font-size: 1.1em;
  line-height: 1;
  border-radius: 30px;
  border: 2px solid #8FC31F;
  position: absolute;
  top: -1.1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
}
.page--home .area--fc .section--movie .list--contents li.swiper-slide {
  transition: 0.3s;
}
.page--home .area--fc .section--movie .list--contents li.swiper-slide.swiper-slide-active {
  transform: scale(1.256) translate(0px, -7vw);
  border-width: 4px;
}
.page--home .area--fc .section--movie .list--contents li.swiper-slide.swiper-slide-active .rotate--txt {
  opacity: 1;
}
.page--home .area--fc .section--movie .swiper-button-next .arrow-circle,
.page--home .area--fc .section--movie .swiper-button-prev .arrow-circle {
  background: #8FC31F;
  border: 1px solid #8FC31F;
}
.page--home .area--fc .section--movie .swiper-pagination-bullet {
  background: #8FC31F;
  opacity: 0.4;
}
.page--home .area--fc .section--movie .swiper-pagination-bullet-active {
  opacity: 1;
}
.page--home .area--fc .section--movie .back--txt {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8FC31F;
  font-size: 12vw;
  position: absolute;
  bottom: -3vw;
  z-index: -1;
  opacity: 0.2;
  animation: flowing 20s linear infinite;
}
.page--home .area--fc .section--movie .back--txt p {
  margin: 0 10px;
}
.page--home .area--fc .section--gacha .block--gacha {
  justify-content: center;
  align-items: center;
}
.page--home .area--fc .section--gacha .block--gacha .image {
  display: block;
  max-width: 500px;
}
.page--home .area--fc .section--gacha .block--gacha .block--tit .section-tit {
  color: #006341;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8FC31F;
}
.page--home .area--fc .section--gacha .block--gacha .block--tit .txt {
  margin-bottom: 2em;
}
.page--home .area--fc .section--link ul {
  flex-wrap: wrap;
}
.page--home .area--fc .section--link ul .link {
  width: 328px;
  position: relative;
}
.page--home .area--fc .section--link ul .link a {
  display: block;
  text-align: center;
  background: #8FC31F;
  color: #006341;
  border: 1px solid;
  border-radius: 10px;
}
.page--home .area--fc .section--link ul .link a .txt--sub {
  margin-left: 1em;
}

.page--member .list--contents > li a .thumb {
  border-color: rgba(143, 195, 31, 0.8);
}
.page--member .section--list .section-tit {
  color: #006341;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8FC31F;
}
.page--member .section--list,
.page--member .section--detail {
  background-color: #006341;
  padding-bottom: 2em;
}
.page--member .section--list::after,
.page--member .section--detail::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/static/mga/fanclub/common/noise.jpg") repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: 0;
  mix-blend-mode: color-burn;
  opacity: 0.6;
  z-index: -1;
}
.page--member .wave-area_bottom {
  width: 100%;
  height: 19vw;
  -webkit-mask-image: url(/static/mga/fanclub/common/fcarea_bottom.svg);
          mask-image: url(/static/mga/fanclub/common/fcarea_bottom.svg);
  top: -1px;
  left: 0;
  bottom: 1px;
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-repeat: space round, no-repeat;
          mask-repeat: space round, no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.page--member .wave-area_bottom::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/static/mga/fanclub/common/noise.jpg") repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  opacity: 0.6;
}
.page--member .header .logo {
  background: url("/static/mga/common/logo--official_wide_yg.svg") no-repeat;
}
.page--member .header .drawer__btn span {
  background: #8FC31F;
}
.page--member .list--information li .tit {
  color: #006341;
}
.page--member .block--pager li {
  color: #8FC31F;
}
.page--member .block--pager li.pager__item--current {
  color: #F5F5F5;
}
.page--member .block--pager li.pager__item--other {
  opacity: 0.6;
}
.page--member .block--category li:not(.current) a {
  background: #8FC31F;
  color: #006341;
  border-color: #8FC31F;
}

.area--fc {
  position: relative;
  overflow: hidden;
}
.area--fc .wave-top,
.area--fc .wave-bottom,
.area--fc .wave-area_bottom {
  width: 104vw;
  height: 24.8vw;
  -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
          mask-image: url(/static/mga/fanclub/common/wave_top.svg);
  left: -2vw;
  bottom: -2px;
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-repeat: space round, no-repeat;
          mask-repeat: space round, no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.area--fc .wave-bottom {
  -webkit-mask-image: url(/static/mga/fanclub/common/wave_bottom.svg);
          mask-image: url(/static/mga/fanclub/common/wave_bottom.svg);
}
.area--fc .wave-area_bottom {
  height: 19vw;
  bottom: 10px;
  -webkit-mask-image: url(/static/mga/fanclub/common/fcarea_bottom.svg);
          mask-image: url(/static/mga/fanclub/common/fcarea_bottom.svg);
}
.area--fc > .wave-top::after, .area--fc > .wave-bottom::after, .area--fc > .wave-area_bottom::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/static/mga/fanclub/common/noise.jpg") repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  opacity: 0.8;
}
.area--fc .svg--parts {
  width: 10.1vw;
  position: absolute;
  bottom: 5vw;
  left: 10vw;
  z-index: 10;
}

.page--home .birthday-message {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  margin: auto;
}
.page--home .btn--birthday {
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  background: #006341;
  color: #8FC31F;
  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 .section-tit {
  color: #F5F5F5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8FC31F;
}
.page--birthday-message .section--detail.birthday .txt {
  background-color: #F5F5F5;
  max-width: 840px;
  min-height: 200px;
  border-radius: 10px;
  padding: 2em;
  margin: auto;
  color: #006341;
  font-size: 1.2em;
  font-weight: 700;
  border: 2px solid #8FC31F;
}
@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--detail .tit {
  font-size: 1.5em;
  letter-spacing: 0.025em;
}
.page--info.page--member .section--detail .txt {
  background: #fff;
  padding: 2em 4vw;
  margin-top: 1em;
  border-radius: 10px;
}
.page--info.page--member .section--detail .block--share {
  color: #8FC31F;
}
.page--info.page--member .section--detail .block--share li a i {
  color: #8FC31F;
}
.page--info.page--member .section--detail .block--share li svg {
  fill: #8FC31F;
}
.page--info.page--member .section--detail .back__btn {
  margin-top: 3em;
}

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

.icon--like .likes--add {
  display: none;
}

.icon--like i.fa-heart {
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.icon--like i.fa-heart::before {
  display: none;
}

.icon--like i.fa-heart::after,
.icon--like i.fa-heart.clicked::after {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  max-width: 20px;
  max-height: 20px;
  background: url(/static/mga/fanclub/moment/heart-regular.svg) no-repeat;
}

.icon--like i.fa-heart.clicked::after {
  background: url(/static/mga/fanclub/moment/heart-solid.svg) no-repeat;
  animation: heart 1s reverse both;
}

#moment.moment--member.clear .load-animation {
  display: none;
}
#moment.moment--member .load-animation {
  background: #006341;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
}
#moment.moment--member .loading {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
#moment.moment--member .loading .ball {
  width: 50%;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  transform-origin: 100% 50%;
  left: 0;
}
#moment.moment--member .loading .ball::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#moment.moment--member .loading .ball-1::before {
  animation: ball-anime 1s linear 0s infinite;
}
#moment.moment--member .loading .ball-2 {
  transform: rotate(45deg);
}
#moment.moment--member .loading .ball-2::before {
  animation: ball-anime 1s linear -0.125s infinite;
}
#moment.moment--member .loading .ball-3 {
  transform: rotate(90deg);
}
#moment.moment--member .loading .ball-3::before {
  animation: ball-anime 1s linear -0.25s infinite;
}
#moment.moment--member .loading .ball-4 {
  transform: rotate(135deg);
}
#moment.moment--member .loading .ball-4::before {
  animation: ball-anime 1s linear -0.375s infinite;
}
#moment.moment--member .loading .ball-5 {
  transform: rotate(180deg);
}
#moment.moment--member .loading .ball-5::before {
  animation: ball-anime 1s linear -0.5s infinite;
}
#moment.moment--member .loading .ball-6 {
  transform: rotate(225deg);
}
#moment.moment--member .loading .ball-6::before {
  animation: ball-anime 1s linear -0.625s infinite;
}
#moment.moment--member .loading .ball-7 {
  transform: rotate(270deg);
}
#moment.moment--member .loading .ball-7::before {
  animation: ball-anime 1s linear -0.75s infinite;
}
#moment.moment--member .loading .ball-8 {
  transform: rotate(315deg);
}
#moment.moment--member .loading .ball-8::before {
  animation: ball-anime 1s linear -0.875s infinite;
}
#moment.moment--member .moment--detail .section--inner {
  background: #fff;
  max-width: 680px;
  border-radius: 10px;
}
#moment.moment--member .moment--detail .back__btn {
  margin-top: 3em;
}
@media screen and (min-width: 1px) and (max-width: 640px) {
  #moment.moment--member .section--list::after {
    background-size: 60px 60px;
  }
}
#moment.moment--member .section--list .block--list {
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  padding: 3em 0;
  border-radius: 20px;
}
#moment.moment--member .section--list .list--moment {
  justify-content: center;
  gap: 2em 1em;
}
#moment.moment--member.clear .list--contents {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ball-anime {
  0% {
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  100% {
    width: 5px;
    height: 5px;
    opacity: 0.2;
    margin-left: 7px;
  }
}
#moment.moment--member .subInfo {
  padding: 1em;
  border-bottom: 1px solid #8FC31F;
}

#moment.moment--member .subInfo {
  color: #006341;
}

#moment.moment--member .subInfo .detail {
  display: flex;
  align-items: center;
}

#moment.moment--member .subInfo .txtArea .tit {
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

#moment.moment--member .subInfo .thumb {
  width: 12vw;
  height: 12vw;
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}

#moment.moment--member .subInfo .thumb img {
  width: 100%;
  background: no-repeat center top;
  background-size: cover;
}

#moment.moment--member .subInfo .date {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

#moment.moment--member .icon--like {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 10vw;
}

#moment.moment--member #next {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}

#moment.moment--member #next a {
  display: block;
  text-decoration: none;
  display: block;
  text-decoration: none;
  background: #F5F5F5;
  padding: 9px 30px;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid;
}

#moment.moment--member .pageNav ul {
  display: flex;
  justify-content: space-between;
}
#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: #8FC31F;
}
#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 #006341;
  border-right: solid 2px #006341;
  transform: rotate(-135deg);
  transition: 0.2s;
}
#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 #006341;
  border-right: solid 2px #006341;
  transform: rotate(45deg);
  transition: 0.2s;
}

#moment.moment--member .back a {
  display: block;
  color: #F5F5F5;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
#moment.moment--member .back a::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: solid 2px #F5F5F5;
  border-right: solid 2px #F5F5F5;
  transform: rotate(-135deg);
  transition: 0.2s;
}

#moment.moment--member .infoDetail {
  position: relative;
}
#moment.moment--member .infoDetail .nav {
  padding: 1em;
  border-top: 1px solid #8FC31F;
}
#moment.moment--member .infoDetail .txt {
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#moment.moment--member .infoDetail .txt p {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#moment.moment--member .infoDetail .video {
  border-radius: 0;
}

#moment.moment--member .threadCell {
  width: 100%;
}

#moment.moment--member .block--movie-loading {
  width: 86%;
}

#moment.moment--member .infoDetail > .txt .ph {
  position: relative;
}

#moment.moment--member .infoDetail > .txt .ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#moment.moment--member .infoDetail > .txt .hide {
  display: none;
}

#moment.moment--member .infoDetail > .txt video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#moment.moment--member .infoDetail .txt {
  padding: 2em 1em;
}

@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);
  }
}
#moment.moment--member .block--movie-loading {
  display: none;
}

#moment.moment--member.detailPage #footer {
  background: #006341;
  display: none;
}

#moment.moment--member .ulizahtml5 {
  width: 100% !important;
  position: absolute;
}

.comfirm .txt {
  margin: 0 0 10px;
}

#moment.moment--member .block--action {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#moment.moment--member .block--action .icon--like,
#moment.moment--member .block--action .icon--comment {
  cursor: pointer;
}
#moment.moment--member .block--action .icon--like,
#moment.moment--member .block--action .icon--reaction {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
}
#moment.moment--member .block--action .icon--reaction {
  font-size: 1.35em;
}
#moment.moment--member .fa-comment-o {
  font-size: 1.4em;
  padding-bottom: 0.25em;
}
#moment.moment--member .comment--area {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F5F5;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 10% 15%;
  opacity: 0;
  pointer-events: none;
}
#moment.moment--member .comment--area .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
#moment.moment--member .comment--area .close::before, #moment.moment--member .comment--area .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #006341;
  position: absolute;
  top: 50%;
  left: 0;
}
#moment.moment--member .comment--area .close::before {
  transform: rotate(-45deg);
}
#moment.moment--member .comment--area .close::after {
  transform: rotate(45deg);
}
#moment.moment--member .comment--area .block--pager li.pager__item--current {
  color: #006341;
}
#moment.moment--member.comment-open .content--main {
  z-index: 999;
}
#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;
}
#moment.moment--member.comment-open .footer {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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);
  /*.btn__translate {
  	width: fit-content;
  	padding: 0 1em 1px;
  	margin-top: 0.5em;
  	border: 1px solid #1C1F1D;
  	border-radius: 999px;
  	font-size: 10px;
  	line-height: 1.6;
  	cursor: pointer;
  	opacity: 0.8;
  }*/
}
.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: #1C1F1D;
  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;
  /*opacity: 0.3;
  pointer-events: 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: #006341;
}
.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--schedule .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1em 0.2em;
  margin-bottom: 0.5em;
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #006341;
  border-radius: 999px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
}
.page--schedule .category.cat--live {
  background: #006341;
}
.page--schedule .category.cat--release {
  background: #8FC31F;
}
.page--schedule .category.cat--tv {
  background: #F06449;
}
.page--schedule .category.cat--magazine {
  background: #EC9F05;
}
.page--schedule .category.cat--radio {
  background: #66B3BA;
}
.page--schedule .category.cat--other {
  background: #E78F8E;
}
.page--schedule .header-calendar {
  position: relative;
}
.page--schedule .block--month {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 1.5em;
}
.page--schedule .block--month .month {
  font-size: 3em;
  line-height: 1;
}
.page--schedule .block--month .year {
  font-size: 1.5em;
  line-height: 1;
}
.page--schedule .block--month .year::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}
.page--schedule .month-pager {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 30em;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.page--schedule .month-pager li a {
  padding: 1em 1em 0;
}
.page--schedule .month-pager li a svg {
  fill: #006341;
}
.page--schedule .month-pager li.lastMonth a svg {
  transform: rotate(-135deg);
}
.page--schedule .month-pager li.nextMonth a svg {
  transform: rotate(45deg);
}
.page--schedule .list--category {
  margin-bottom: 2em;
}
.page--schedule .list--category .form__checkbox {
  display: flex;
  flex-wrap: wrap;
}
.page--schedule .list--category .form__checkbox label p {
  padding: 0.5em 1.5em;
  margin: 0 0.5em 0.5em;
  background: transparent;
  border: 1px solid #969696;
  color: #006341;
  font-size: 0.8em;
  opacity: 0.6;
}
.page--schedule .list--category .form__checkbox label p::before, .page--schedule .list--category .form__checkbox label p::after {
  display: none;
}
.page--schedule .list--category .form__checkbox :checked ~ p {
  background: #fff;
  color: #fff;
  opacity: 1;
}
.page--schedule .list--category .form__checkbox :checked ~ p.cat--all {
  color: #006341;
}
.page--schedule .list--category .form__checkbox :checked ~ p.cat--live {
  background: #006341;
  border-color: #006341;
}
.page--schedule .list--category .form__checkbox :checked ~ p.cat--release {
  background: #8FC31F;
  border-color: #8FC31F;
}
.page--schedule .list--category .form__checkbox :checked ~ p.cat--tv {
  background: #F06449;
  border-color: #F06449;
}
.page--schedule .list--category .form__checkbox :checked ~ p.cat--magazine {
  background: #EC9F05;
  border-color: #EC9F05;
}
.page--schedule .list--category .form__checkbox :checked ~ p.cat--radio {
  background: #66B3BA;
  border-color: #66B3BA;
}
.page--schedule .list--category .form__checkbox :checked ~ p.cat--other {
  background: #E78F8E;
  border-color: #E78F8E;
}
.page--schedule .header-week {
  display: flex;
}
.page--schedule .header-week div {
  width: calc(14.2857142857% - 1px);
  text-align: center;
  font-size: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 99, 65, 0.2);
}
.page--schedule .header-week div:nth-child(6) {
  color: #255fc4;
}
.page--schedule .header-week div:nth-child(7) {
  color: #ce5b2b;
}
.page--schedule .section--detail .list--txt .date {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.025em;
}
.page--schedule .section--detail .list--txt .date .day {
  font-size: 1.5em;
}
.page--schedule .section--detail .list--txt .category.live {
  background: #006341;
  border-color: #006341;
}
.page--schedule .section--detail .list--txt .category.release {
  background: #8FC31F;
  border-color: #8FC31F;
}
.page--schedule .section--detail .list--txt .category.tv {
  background: #F06449;
  border-color: #F06449;
}
.page--schedule .section--detail .list--txt .category.magazine {
  background: #EC9F05;
  border-color: #EC9F05;
}
.page--schedule .section--detail .list--txt .category.radio {
  background: #66B3BA;
  border-color: #66B3BA;
}
.page--schedule .section--detail .list--txt .category.other {
  background: #E78F8E;
  border-color: #E78F8E;
}

.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 .txt {
  margin-top: 0.5em;
}
.page--disco.page--disco__detail .txt a {
  color: #006341;
}

.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--blog.page--archive .section--list .list--contents li:nth-child(odd) a {
  background: #8FC31F;
  color: #006341;
}
.page--blog.page--archive .section--list .list--contents li:nth-child(even) a {
  background: #006341;
  color: #8FC31F;
}
.page--blog .section--list .list--contents li {
  max-width: 480px;
  margin: 0 auto 2em;
}
.page--blog .section--list .list--contents li .icon {
  display: flex;
  align-items: center;
  border-radius: 40px;
  margin-bottom: 1em;
}
.page--blog .section--list .list--contents li .icon .thumb {
  width: 10vw;
  height: 10vw;
  max-width: 60px;
  max-height: 60px;
  border-radius: 100%;
  border: 2px solid;
}
.page--blog .section--list .list--contents li .icon .writer {
  padding-left: 0.5em;
  font-weight: 800;
}
.page--blog .section--list .list--contents li .icon .list__txt {
  width: 86%;
}
.page--blog .section--list .list--contents li a {
  color: #006341;
  padding: 1em;
  border-radius: 10px;
}
.page--blog .section--list .list--contents li .tit {
  margin-top: 1em;
  margin-bottom: 0;
}
.page--blog .section--list .list--contents li .thumb {
  aspect-ratio: 1/1;
}
.page--blog .section--list .list--contents li:nth-child(odd) a {
  background: #F5F5F5;
}
.page--blog .section--list .list--contents li:nth-child(even) a {
  background: #8FC31F;
}
.page--blog .section--list .list--contents li.motoki .icon .thumb {
  border-color: #E23838;
}
.page--blog .section--list .list--contents li.hiloto .icon .thumb {
  border-color: #1D47BA;
}
.page--blog .section--list .list--contents li.ryoka .icon .thumb {
  border-color: #FADA2B;
}
.page--blog .section--list .list--contents li.staff .icon .thumb {
  border-color: #006341;
}
.page--blog .section--detail {
  padding-bottom: 2em;
}
.page--blog .flow-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: rgba(245, 245, 245, 0.85);
  margin: 0 calc(50% - 50vw);
  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 .back__btn {
  border-radius: 20px;
  border: 1px solid;
  margin: 0 1em;
  min-width: 80px;
}
.page--blog .flow-pager .back__btn a {
  padding: 0.25em 1em;
}
.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: #F5F5F5;
  border-color: #F5F5F5;
}
.page--blog .wrap-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page--blog .section--detail .txt div.thumb {
  margin: 20px 0;
}
.page--blog .block--player {
  margin: 1em auto;
}
.page--blog video {
  position: relative;
}

.page--movie.new-movie .list--contents li {
  width: calc(25% - 0.8em);
  margin-bottom: 2em;
}
.page--movie.new-movie .list--contents li a {
  background: #fff;
  height: 100%;
  border-radius: 10px;
}
.page--movie.new-movie .list--contents li .list__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page--movie.new-movie .list--contents li .list__txt .tit {
  font-size: 1.2rem;
}
.page--movie .list__txt .tit {
  position: relative;
}
.page--movie .list__txt .tit::before {
  content: "";
  display: inline-block;
  background: #006341;
  height: 0.8em;
  width: 0.6em;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-radius: 0.2em;
  margin-right: 5px;
  top: 0.05em;
  position: relative;
}
.page--movie .category-tit {
  display: inline-block;
  background: #F5F5F5;
  font-size: initial;
  line-height: 1.2;
  border-radius: 26px;
  padding: 0.4em 1em;
  margin-bottom: 1em;
}
.page--movie.movie-all .block--category-list .detail__btn {
  margin-top: 0;
}
.page--movie .section--detail .block--title {
  background: #fff;
  padding: 0.8em;
}
.page--movie .section--detail .area--movie .list__txt .tit::before {
  content: none;
}
.page--movie .block--more_movies {
  margin-top: 4em;
}

.page--photo .list--contents > li a .thumb {
  aspect-ratio: 3/2;
}
.page--photo .list--contents__category li .section-tit {
  margin-bottom: 0.3em;
}
.page--photo.page--photo__detail .list--contents {
  gap: 0;
}
.page--photo.page--photo__detail .list--contents li {
  margin-bottom: 0;
}
.page--photo.page--photo__detail .list--contents li a .thumb {
  border-radius: 0;
}
.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: rgba(255, 255, 255, 0.2);
  color: #F5F5F5;
  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
------------------------------ */
body.page--bbs {
  background: #fff;
}
body.page--bbs #swipebox-close {
  background: none;
  top: 20px;
}
body.page--bbs #swipebox-close:before, body.page--bbs #swipebox-close:after {
  content: "";
  position: absolute;
  top: 48%;
  width: 2em;
  height: 2px;
  background: #ffffff;
  transition: all 0.6s ease-out 0s;
}
body.page--bbs #swipebox-close:before {
  transform: rotate(45deg);
}
body.page--bbs #swipebox-close:after {
  transform: rotate(-45deg);
}
body.page--bbs .block--tit {
  margin: 0 auto;
  width: 90%;
}

.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 {
  /* tsuuhou */
}
.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;
  margin-bottom: 3em;
  opacity: 1;
  border: none;
  background: inherit;
  border-radius: 0;
}
.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 #006341;
  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;
  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: #F5F5F5;
  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: #006341;
  text-align: center;
  line-height: 1.2;
}
.page--bbs .commentconfirm dl,
.page--bbs .commentcomplete dl,
.page--bbs .commentdelete dl {
  border: solid 1px #006341;
  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: #F5F5F5;
  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 .header .drawer__btn span {
  background: #006341;
}
.page--bbs.page--member .wovn-languages {
  color: #006341;
}
.page--bbs.page--member .wovn-languages::before {
  border-bottom: solid 2px #006341;
  border-right: solid 2px #006341;
}
.page--bbs.page--member .wovn-languages .langIcon,
.page--bbs.page--member .drawer-visible .wovn-languages .langIcon {
  fill: #006341;
}
.page--bbs.page--member:not(.drawer-visible) .wovn-languages,
.page--bbs.page--member .drawer-visible .wovn-languages {
  background: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 961px) {
  .page--stream .section-tit {
    font-size: 3em;
  }
}
.page--stream .section-tit {
  color: #F5F5F5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006341;
}

.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: #006341;
  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: #006341;
}

.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: #8FC31F;
  margin-bottom: 2em;
}
.page--stream .download .inner.archive > .tit {
  color: #1C1F1D;
}
.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 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page--stream .download .dl-list li a {
  height: 100%;
  display: inline-block;
}

.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--support .section-tit {
  font-family: "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: #006341;
}
.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: #006341;
  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: #006341;
  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: #006341;
  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;
}
@keyframes notice {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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: #006341;
  color: #F5F5F5;
  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--faq .list--tag.block--category {
  flex-direction: inherit;
}
.page--faq .faq-category {
  background: #fff;
  border: 1px solid;
  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: #006341;
  border-radius: 8px;
  width: 100%;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #006341;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 5px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section-tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
}
.page--faq .section--list .list--faq {
  color: #1C1F1D;
  background: #F5F5F5;
}
.page--faq .list--faq {
  margin: 0 0 3em;
}
.page--faq .list--faq li {
  opacity: 1;
  transform: none;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 600;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.8em;
  bottom: 0;
}
.page--faq .list--faq li {
  position: relative;
  border-bottom: 1px dotted rgba(0, 99, 65, 0.2);
}
.page--faq .list--faq li a {
  display: block;
  line-height: 1.4;
  padding: 1em 0 0;
  position: relative;
}
.page--faq .list--faq li .tit {
  padding-left: 1.5em;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.page--faq .list--faq.other .tit {
  font-size: 1em;
  margin-bottom: 1em;
}
.page--faq .list--faq.other .icon--q {
  top: 0.7em;
}
.page--faq .section--detail .category {
  margin-left: 0;
  margin-bottom: 0.5em;
}
.page--faq .section--detail .section--inner > .txt {
  margin-top: 1em;
}
.page--faq .block--more-faq {
  margin-top: 6em;
}
.page--faq .block--faq-detail {
  margin-bottom: 4em;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
.page--faq .btn_faq a {
  background: #006341;
  color: #fff;
  border: 2px solid #006341;
  padding: 20px;
  display: block;
  min-width: auto;
  height: auto;
  line-height: 1.5;
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin: 10px 0;
  transition: 0.4s;
}
.page--faq .btn_faq a .mini {
  font-size: 12px;
  display: block;
}
.page--faq .btn_faq a:hover {
  background: #8FC31F;
  color: #006341;
}
.page--faq .btn_faq.sub a {
  background: #363636;
  border: 2px solid #363636;
}
.page--faq .btn_faq.sub a:hover {
  background: #696969;
  color: #fff;
}

@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 {
  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: #F5F5F5;
  background: #c4083a;
  padding: 0.1em 0.25em 0.2em;
  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--entry.section--detail,
.page--first_login.section--detail {
  margin: 0 auto;
  overflow: hidden;
}
.page--entry.section--detail .logo img,
.page--first_login.section--detail .logo img {
  max-width: 350px;
}
.page--entry.section--detail .section--inner,
.page--first_login.section--detail .section--inner {
  background: #fff;
}
.page--entry.section--detail .section-tit,
.page--first_login.section--detail .section-tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #006341;
  letter-spacing: 0;
  font-size: 1.65em;
  line-height: 1.4;
  margin: 1em 0 2em;
}
.page--entry.section--detail .tit,
.page--first_login.section--detail .tit {
  font-weight: bold;
}
.page--entry.section--detail .txt--basic,
.page--first_login.section--detail .txt--basic {
  margin-bottom: 2em;
}
.page--entry.section--detail .lead,
.page--first_login.section--detail .lead {
  font-weight: bold;
  line-height: 1.6;
}
.page--entry.section--detail .txt_highlight,
.page--entry.section--detail .txt_highlight_bold,
.page--entry.section--detail .txt_highlight_wavy,
.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--entry.section--detail .txt_highlight_bold,
.page--first_login.section--detail .txt_highlight_bold {
  font-weight: bold;
}
.page--entry.section--detail .txt_highlight_wavy,
.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--entry.section--detail .txt--link a,
.page--first_login.section--detail .txt--link a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page--entry.section--detail .txt--link a .fa,
.page--first_login.section--detail .txt--link a .fa {
  margin-left: 0.5em;
  text-decoration: none;
}
.page--entry.section--detail .btn + .txt--link,
.page--first_login.section--detail .btn + .txt--link {
  margin-top: 2em;
}
.page--entry.section--detail .block--transfer,
.page--first_login.section--detail .block--transfer {
  padding: 0 0 10vw;
}
.page--entry.section--detail .block--transfer > .tit,
.page--first_login.section--detail .block--transfer > .tit {
  background: #006341;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.page--entry.section--detail .block--transfer .block--benefits .tit,
.page--first_login.section--detail .block--transfer .block--benefits .tit {
  font-size: 1em;
  font-weight: normal;
}
.page--entry.section--detail .block--transfer .list_benefits li,
.page--first_login.section--detail .block--transfer .list_benefits li {
  border: 1px solid #006341;
  border-radius: 10px;
  margin: 1em 0;
}
.page--entry.section--detail .block--transfer .list_benefits li .tit,
.page--first_login.section--detail .block--transfer .list_benefits li .tit {
  font-size: 1.05em;
  font-weight: bold;
}
.page--entry.section--detail .block--transfer .block--campaign,
.page--first_login.section--detail .block--transfer .block--campaign {
  padding: 4em;
}
.page--entry.section--detail .block--campaign,
.page--first_login.section--detail .block--campaign {
  position: relative;
  margin-bottom: 5vw;
  color: #fff;
}
.page--entry.section--detail .block--campaign .txt--basic,
.page--first_login.section--detail .block--campaign .txt--basic {
  margin-bottom: 2em;
}
.page--entry.section--detail .block--campaign .txt--sub,
.page--first_login.section--detail .block--campaign .txt--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--entry.section--detail .list_campaign li,
.page--first_login.section--detail .list_campaign li {
  padding: 1em;
  border-radius: 10px;
  font-weight: bold;
  background: #F5F5F5;
  color: #006341;
}
.page--entry.section--detail .list_campaign li .tit,
.page--first_login.section--detail .list_campaign li .tit {
  font-size: 1.2em;
}
.page--entry.section--detail .list_campaign li .tit .strong,
.page--first_login.section--detail .list_campaign li .tit .strong {
  font-size: 1.2em;
}
.page--entry.section--detail .list_campaign li img,
.page--first_login.section--detail .list_campaign li img {
  margin: 0.5em 0;
  padding: 0 5%;
}
.page--entry.section--detail .block--attention,
.page--first_login.section--detail .block--attention {
  background: rgba(196, 8, 58, 0.1);
  border: 1px solid #c4083a;
  color: #c4083a;
}
.page--entry.section--detail .block--attention .tit,
.page--first_login.section--detail .block--attention .tit {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.page--entry.section--detail .block--attention .btn,
.page--first_login.section--detail .block--attention .btn {
  margin: 1.5em 0 0;
}
.page--entry.section--detail .block--attention .btn a,
.page--first_login.section--detail .block--attention .btn a {
  background: #fff;
  border: 2px solid #c4083a;
  font-size: 1em;
  color: #c4083a;
}
.page--entry.section--detail .list--attention,
.page--first_login.section--detail .list--attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
}
.page--entry.section--detail .list--attention li,
.page--first_login.section--detail .list--attention li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--entry.section--detail .block--contents .block--tit .tit,
.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--entry.section--detail .block--contents .tit,
.page--first_login.section--detail .block--contents .tit {
  margin-bottom: 1em;
}
.page--entry.section--detail .list--contents,
.page--first_login.section--detail .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
.page--entry.section--detail .list--contents li,
.page--first_login.section--detail .list--contents li {
  border-radius: 10px;
}
.page--entry.section--detail .list--contents li .category.tit,
.page--first_login.section--detail .list--contents li .category.tit {
  margin-bottom: 0.5em;
}
.page--entry.section--detail .list--contents.ticket li .txt--sub,
.page--first_login.section--detail .list--contents.ticket li .txt--sub {
  font-weight: bold;
}
.page--entry.section--detail .block--limited_benefits,
.page--first_login.section--detail .block--limited_benefits {
  position: relative;
  padding: 2em;
  border-radius: 10px;
  color: #fff;
}
.page--entry.section--detail .block--limited_benefits .block--txt,
.page--first_login.section--detail .block--limited_benefits .block--txt {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 1em;
  color: #006341;
}
.page--entry.section--detail .list--payment,
.page--first_login.section--detail .list--payment {
  width: 100%;
  margin: 0 auto 4em;
  border: 1px solid #999;
  border-collapse: collapse;
}
.page--entry.section--detail .list--payment th,
.page--first_login.section--detail .list--payment th {
  background: #006341;
  color: #fff;
  width: 30%;
  padding: 10px;
  border: 1px solid #999;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--entry.section--detail .list--payment td,
.page--first_login.section--detail .list--payment td {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #999;
  vertical-align: middle;
  color: #333;
}
.page--entry.section--detail .block--device,
.page--first_login.section--detail .block--device {
  margin-bottom: 5vw;
}
.page--entry.section--detail .block--device .list--payment,
.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: #006341;
  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: #006341;
  color: #fff;
  border: 1px solid #006341;
}
.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 .btn--main i,
.page--entry.section--detail .btn--sub i {
  margin-left: 0.3em;
}
.page--entry.section--detail .btn--main {
  font-size: 1.1em;
  line-height: 1.4;
  background: #8FC31F;
  color: #006341;
  border: 2px solid #006341;
}
.page--entry.section--detail .btn--sub {
  background: #fff;
  color: #006341;
  border: 2px solid #D1D1D1;
  margin-bottom: 0;
}
.page--entry.section--detail .btn + .btn {
  margin-top: 1em;
}
.page--entry.section--detail .btn + .txt--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 0;
}
.page--entry.section--detail .btn + .txt--sub span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.2em;
}
.page--entry.section--detail .circle {
  position: absolute;
  top: -3%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--entry.section--detail .circle .inner {
  position: relative;
  width: 100%;
  height: 100%;
  animation: rotateAnim 12s linear infinite;
}
.page--entry.section--detail .circle .inner svg {
  overflow: visible;
}
.page--entry.section--detail .circle .inner path {
  fill: none;
}
.page--entry.section--detail .circle .inner text {
  fill: #8FC31F;
  font-family: "gopher", sans-serif;
  font-weight: 700;
  font-size: 18.6px;
}
.page--entry.section--detail .circle.campaign {
  right: -3%;
  transform: skewY(-5deg);
}
.page--entry.section--detail .circle.limited_benefits {
  left: -3%;
  transform: skewY(5deg);
}
.page--entry.section--detail .circle.limited_benefits {
  left: auto;
  right: -8%;
}
.page--entry.section--detail .block--contents {
  margin-bottom: 0;
}
.page--entry.section--detail .block--limited_benefits {
  margin-bottom: 3em;
}
.page--entry.section--detail .block--limited_benefits:last-child {
  margin-bottom: 0;
}
.page--entry.section--detail .block--limited_benefits.full_box .block--txt p {
  width: 100%;
}
.page--entry.section--detail .box_txt {
  margin-bottom: 1em;
  display: block;
}
.page--entry.section--detail .block--limited_benefits .block--txt .detail_btn a {
  color: white;
  background: #006341;
  display: block;
  padding: 1em;
  border-radius: 3em;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.page--entry.section--detail .youtubeWrap {
  position: relative;
  padding-bottom: 56.25%;
}
.page--entry.section--detail .youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail,
  .page--first_login.section--detail {
    padding-top: 10em;
  }
  .page--entry.section--detail .logo,
  .page--first_login.section--detail .logo {
    margin-bottom: 5vw;
  }
  .page--entry.section--detail .logo img,
  .page--first_login.section--detail .logo img {
    width: 80%;
  }
  .page--entry.section--detail .txt--basic,
  .page--first_login.section--detail .txt--basic {
    padding: 0 4em;
  }
  .page--entry.section--detail .txt--link a:hover,
  .page--first_login.section--detail .txt--link a:hover {
    opacity: 0.5;
  }
  .page--entry.section--detail .section--inner,
  .page--first_login.section--detail .section--inner {
    padding: 4em 4em 6em;
    border-radius: 32px;
  }
  .page--entry.section--detail .block--transfer,
  .page--first_login.section--detail .block--transfer {
    padding: 0 0 4em;
  }
  .page--entry.section--detail .block--transfer .block--benefits,
  .page--first_login.section--detail .block--transfer .block--benefits {
    padding: 2em 0;
  }
  .page--entry.section--detail .block--transfer .list_benefits li,
  .page--first_login.section--detail .block--transfer .list_benefits li {
    padding: 1.6em 2em;
  }
  .page--entry.section--detail .block--contents,
  .page--entry.section--detail .block--campaign,
  .page--first_login.section--detail .block--contents,
  .page--first_login.section--detail .block--campaign {
    padding: 4em;
  }
  .page--entry.section--detail .block--campaign,
  .page--first_login.section--detail .block--campaign {
    border-radius: 32px;
  }
  .page--entry.section--detail .list_campaign,
  .page--first_login.section--detail .list_campaign {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 2em;
  }
  .page--entry.section--detail .list_campaign li,
  .page--first_login.section--detail .list_campaign li {
    width: 47%;
  }
  .page--entry.section--detail .block--attention,
  .page--first_login.section--detail .block--attention {
    width: 80%;
    padding: 2em;
    margin: 2em auto 4em;
  }
  .page--entry.section--detail .block--attention .btn a:hover,
  .page--first_login.section--detail .block--attention .btn a:hover {
    background: rgba(196, 8, 58, 0.1);
  }
  .page--entry.section--detail .block--attention .list--faq li a:hover,
  .page--first_login.section--detail .block--attention .list--faq li a:hover {
    background: rgba(196, 8, 58, 0.1);
  }
  .page--entry.section--detail .list--faq li a:hover,
  .page--first_login.section--detail .list--faq li a:hover {
    opacity: 1;
    background: #F5F5F5;
  }
  .page--entry.section--detail .block--contents,
  .page--first_login.section--detail .block--contents {
    margin: 0 -4em 4em;
    padding: 4em;
  }
  .page--entry.section--detail .block--contents .txt--basic,
  .page--first_login.section--detail .block--contents .txt--basic {
    margin: 2em 0 4em;
  }
  .page--entry.section--detail .list--contents li,
  .page--first_login.section--detail .list--contents li {
    padding: 2em;
    width: 47%;
    margin-bottom: 2em;
  }
  .page--entry.section--detail .list--contents.ticket li,
  .page--first_login.section--detail .list--contents.ticket li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .page--entry.section--detail .list--contents.ticket li .category.tit,
  .page--first_login.section--detail .list--contents.ticket li .category.tit {
    width: 6em;
  }
  .page--entry.section--detail .list--contents.ticket li .content_detail,
  .page--first_login.section--detail .list--contents.ticket li .content_detail {
    width: calc(100% - 6em);
  }
  .page--entry.section--detail .block--limited_benefits .block--txt,
  .page--first_login.section--detail .block--limited_benefits .block--txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--entry.section--detail .block--limited_benefits .block--txt img,
  .page--first_login.section--detail .block--limited_benefits .block--txt img {
    width: 40%;
  }
  .page--entry.section--detail .block--limited_benefits .block--txt p,
  .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 .btn--main:hover {
    background: #006341;
    color: #fff;
  }
  .page--entry.section--detail .btn--sub:hover {
    background: #006341;
    color: #fff;
    border: 2px solid #006341;
  }
  .page--entry.section--detail .btn--main,
  .page--entry.section--detail .btn--sub,
  .page--entry.section--detail .btn + .txt--sub {
    width: 380px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail,
  .page--first_login.section--detail {
    padding: 7em 10px 4em;
  }
  .page--entry.section--detail .logo,
  .page--first_login.section--detail .logo {
    margin-bottom: 10vw;
  }
  .page--entry.section--detail .logo img,
  .page--first_login.section--detail .logo img {
    width: 60%;
  }
  .page--entry.section--detail .txt--basic,
  .page--first_login.section--detail .txt--basic {
    padding: 0 1em;
    margin-bottom: 10vw;
  }
  .page--entry.section--detail .section--inner,
  .page--first_login.section--detail .section--inner {
    padding: 10vw 4vw 15vw;
    border-radius: 20px;
    max-width: 650px;
  }
  .page--entry.section--detail .block--transfer,
  .page--first_login.section--detail .block--transfer {
    padding: 0;
  }
  .page--entry.section--detail .block--transfer .block--benefits,
  .page--first_login.section--detail .block--transfer .block--benefits {
    margin-bottom: 10vw;
  }
  .page--entry.section--detail .block--transfer .list_benefits li,
  .page--first_login.section--detail .block--transfer .list_benefits li {
    padding: 1em;
  }
  .page--entry.section--detail .block--transfer .block--campaign,
  .page--first_login.section--detail .block--transfer .block--campaign {
    padding: 3.5em 1em 2em;
  }
  .page--entry.section--detail .block--contents,
  .page--entry.section--detail .block--campaign,
  .page--first_login.section--detail .block--contents,
  .page--first_login.section--detail .block--campaign {
    padding: 2em 1em;
  }
  .page--entry.section--detail .block--campaign,
  .page--first_login.section--detail .block--campaign {
    padding: 3.5em 1em 2em;
    border-radius: 20px;
  }
  .page--entry.section--detail .block--campaign > .tit,
  .page--first_login.section--detail .block--campaign > .tit {
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .block--campaign .txt--basic,
  .page--first_login.section--detail .block--campaign .txt--basic {
    padding: 0 1em;
  }
  .page--entry.section--detail .list_campaign li,
  .page--first_login.section--detail .list_campaign li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2em;
  }
  .page--entry.section--detail .block--attention,
  .page--first_login.section--detail .block--attention {
    width: 100%;
    padding: 2em 1em;
    margin: 10vw auto 15vw;
  }
  .page--entry.section--detail .block--attention .tit.center,
  .page--first_login.section--detail .block--attention .tit.center {
    text-align: left;
  }
  .page--entry.section--detail .block--attention .btn a:hover,
  .page--first_login.section--detail .block--attention .btn a:hover {
    background: rgba(196, 8, 58, 0.1);
  }
  .page--entry.section--detail .block--contents,
  .page--first_login.section--detail .block--contents {
    margin-bottom: 15vw;
    padding: 0;
  }
  .page--entry.section--detail .block--contents .txt--basic,
  .page--first_login.section--detail .block--contents .txt--basic {
    margin: 2em 0 4em;
  }
  .page--entry.section--detail .list--contents li,
  .page--first_login.section--detail .list--contents li {
    padding: 1em 1.5em;
    width: 100%;
    margin-bottom: 2em;
  }
  .page--entry.section--detail .list--contents.ticket li .txt--sub,
  .page--first_login.section--detail .list--contents.ticket li .txt--sub {
    margin-left: 1em;
  }
  .page--entry.section--detail .block--limited_benefits .block--txt img,
  .page--first_login.section--detail .block--limited_benefits .block--txt img {
    margin-bottom: 1em;
  }
  .page--entry.section--detail .block--device,
  .page--first_login.section--detail .block--device {
    margin-bottom: 15vw;
  }
  .page--first_login.section--detail .block--movie .tit.center {
    text-align: left;
  }
  .page--first_login.section--detail .block--movie .video {
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .page--first_login.section--detail .list--step li .step_num,
  .page--first_login.section--detail .list--step li .step--tit {
    padding: 0 1em;
    width: 80px;
  }
  .page--first_login.section--detail .list--step li .step--txt {
    padding: 1em;
    width: calc(100% - 80px);
  }
  .page--first_login.section--detail .block--step .list--step > li {
    padding: 2em 1.5em;
  }
  .page--first_login.section--detail .block--step .list--step .list-tit {
    display: block;
  }
  .page--first_login.section--detail .block--step .list--step .step_num {
    padding: 0;
    text-align: center;
    line-height: 2;
    margin-bottom: 0.5em;
  }
  .circle {
    top: -20px;
    width: 80px;
    height: 80px;
  }
  .circle.campaign {
    right: -10%;
  }
  .circle.limited_benefits {
    left: -10%;
    right: auto;
  }
  .list--contents li:last-child {
    margin-bottom: 0;
  }
  .block--limited_benefits {
    padding: 1.3em;
    margin-bottom: 2em;
  }
  .block--contents {
    margin-bottom: 2em;
  }
}
.feature--entry {
  overflow-x: hidden;
  overflow-y: visible;
}
.feature--entry .wrap {
  width: 100vw;
  overflow: hidden;
}
.feature--entry .entry--pop {
  position: fixed;
  bottom: 60px;
  right: 35px;
  z-index: 100;
  width: 140px;
  height: 140px;
  transition: 0.3s ease-in;
  opacity: 1;
  transform: translateY(0);
}
.feature--entry .entry--pop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #006341;
  border-radius: 999px;
  background: #fff;
}
.feature--entry .entry--pop a img {
  width: 65%;
}
.feature--entry .entry--pop a p {
  margin: 5px 0;
  color: #006341;
  font-size: 20px;
  font-weight: bold;
}
.feature--entry .entry--pop a p:lang(en) {
  font-size: 14px;
}
.feature--entry .entry--pop.hidden {
  transform: translateY(200px);
  opacity: 0;
}
.feature--entry .footer {
  background: #fff;
}
.feature--entry .footer #topBtn::after {
  background: url(/static/mga/feature/entry/cover.svg);
}
.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;
}
.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;
}
.feature--entry .modal--gacha .modal--gacha--inner video {
  position: relative;
}
.feature--entry .modal--gacha .modal--gacha--inner .close {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.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%);
}
.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) {
  .feature--entry .modal--gacha .modal--gacha--inner .close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .feature--entry .modal--gacha .modal--gacha--inner .close::before, .feature--entry .modal--gacha .modal--gacha--inner .close::after {
    background: #006341;
  }
}
.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;
}
.feature--entry .modal.open {
  opacity: 1;
  pointer-events: auto;
}
.feature--entry .modal .modal-container {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  min-height: 60vh;
  padding: 5%;
  border-radius: 10px;
  background: #f5f5f5;
}
.feature--entry .modal .modal-container .close {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.feature--entry .modal .modal-container .close::before, .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;
}
.feature--entry .modal .modal-container .close::before {
  transform: rotate(45deg) translate(-50%, -50%);
}
.feature--entry .modal .modal-container .close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
.feature--entry .modal .modal-container .txt {
  margin-top: 2em;
  max-height: 60vh;
  padding: 0 5px;
  overflow-y: scroll;
}
.feature--entry.modal-open {
  overflow-y: hidden;
}

.page--entry.section--detail.renewal {
  overflow: hidden;
  padding: 10em 0 0;
}
.page--entry.section--detail.renewal .delighter {
  transform: translate(0px, 20px);
}
.page--entry.section--detail.renewal .delighter.started {
  transform: translate(0);
}
.page--entry.section--detail.renewal .red {
  color: #FF3F2F;
}
.page--entry.section--detail.renewal .btn {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--entry.section--detail.renewal .btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #006341;
}
.page--entry.section--detail.renewal .btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.35em 2em 1.35em 2.6em;
  margin: 0;
  border: none;
  font-size: 17px;
  letter-spacing: 0;
}
.page--entry.section--detail.renewal .btn a i {
  margin-left: 30px;
}
.page--entry.section--detail.renewal .logo {
  margin-bottom: 10px;
}
.page--entry.section--detail.renewal .section-tit {
  margin: 0 0 1.05em;
}
.page--entry.section--detail.renewal .swiper-thumb {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 10;
}
.page--entry.section--detail.renewal .swiper-thumb ul {
  display: flex;
  justify-content: flex-start;
}
.page--entry.section--detail.renewal .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;
}
.page--entry.section--detail.renewal .swiper-thumb ul li.swiper-slide-prev {
  transform: translateY(80px);
}
.page--entry.section--detail.renewal .swiper-thumb ul li.swiper-slide-next {
  transform: translateY(-80px);
}
.page--entry.section--detail.renewal .video {
  width: 100%;
  height: 0;
  position: relative;
  overflow: visible;
  border-radius: 10px;
  padding-bottom: 56.25%;
}
.page--entry.section--detail.renewal .video iframe {
  border-radius: 10px;
  overflow: hidden;
}
.page--entry.section--detail.renewal .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.renewal .video .thumb::after {
  content: none;
}
.page--entry.section--detail.renewal .video .thumb img {
  width: 100%;
  height: auto;
}
.page--entry.section--detail.renewal .top_wrap .btn::before {
  background: #8FC31F;
}
.page--entry.section--detail.renewal .top_wrap .btn .btn--sub {
  background: #006341;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail.renewal .top_wrap .btn .btn--sub:hover {
    transform: translate(3px, 3px);
    background: #8FC31F;
    color: #006341;
  }
}
.page--entry.section--detail.renewal .top_wrap .box--contents {
  position: relative;
  z-index: 2;
  padding-top: 2vw;
  padding-bottom: 3vw;
}
.page--entry.section--detail.renewal .top_wrap .box--contents .tit {
  margin-bottom: 7px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006341;
  text-align: center;
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: min(70px, 6vw);
  line-height: 1;
}
.page--entry.section--detail.renewal .top_wrap .box--contents .tit .num {
  display: block;
  -webkit-text-stroke-color: transparent;
  color: #006341;
  font-size: 21px;
}
.page--entry.section--detail.renewal .top_wrap .box--contents .lead {
  margin-bottom: 50px;
  color: #006341;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 5% 0% 1%;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 4em;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign {
  width: 100%;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign .tit {
  font-size: min(28px, 4vw);
  -webkit-text-stroke-color: transparent;
  color: #006341;
  line-height: 1.4;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign p {
  text-align: center;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign p img {
  width: 60%;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign p img {
    width: 80%;
  }
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign > .inner {
  text-align: center;
  margin-bottom: -10vw;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign > .inner .tit {
  font-size: min(28px, 4vw);
  -webkit-text-stroke-color: transparent;
  color: #006341;
  line-height: 1.4;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign > .inner .movie {
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 0.5em;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign > .inner .movie .youtubeWrap {
  position: relative;
  padding-bottom: 56.25%;
}
.page--entry.section--detail.renewal .top_wrap .box--contents > .inner .campaign > .inner .movie .youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--entry.section--detail.renewal .top_wrap .box--contents .btn2 {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--entry.section--detail.renewal .top_wrap .box--contents .btn2::before {
  content: none;
}
.page--entry.section--detail.renewal .top_wrap .box--contents .btn2 .btn--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  border: none;
  font-size: 17px;
  letter-spacing: 0;
  min-width: 300px;
  border: 1px solid #006341;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail.renewal .top_wrap .box--contents .btn2 .btn--sub:hover {
    background: #006341;
    color: #fff;
  }
}
.page--entry.section--detail.renewal .top_wrap .box--contents .btn3 {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 80px;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail.renewal .top_wrap .box--contents .btn3 {
    margin-top: 24vw;
    margin-top: 24vw;
  }
}
.page--entry.section--detail.renewal .top_wrap .box--contents .btn3 .btn--sub {
  border: 2px solid #006341;
  background: #fff;
  color: #006341;
  margin-bottom: 0;
  min-width: 280px;
}
.page--entry.section--detail.renewal .top_wrap .box--contents .btn3::before {
  content: "";
  position: absolute;
  display: block;
  margin: 0 auto;
  top: auto;
  left: 4px;
  bottom: calc(100% - 20px);
  z-index: -1;
  width: 100%;
  height: 80px;
  border-radius: 999px;
  transform-origin: bottom center;
  transition: 0.6s 0.3s;
  background: url(/static/mga/fanclub/mypage/memeru.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail.renewal .top_wrap .box--contents .btn3:hover .btn--sub {
    background: #9ac936;
    color: #006341;
    border: 2px solid #006341;
  }
  .page--entry.section--detail.renewal .top_wrap .box--contents .btn3:hover::before {
    animation: memeru 1.2s ease infinite;
  }
}
.page--entry.section--detail.renewal .fc--contents {
  padding: 0;
}
.page--entry.section--detail.renewal .fc--contents > .lead {
  width: 90%;
  margin: 0 auto 7vw;
  color: #fff;
  text-align: center;
  font-size: min(28px, 3vw);
}
.page--entry.section--detail.renewal .fc--contents .box--contents {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2) {
  background: #8FC31F;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .tit {
  margin-bottom: 7px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006341;
  text-align: center;
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: min(70px, 6vw);
  line-height: 1;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .tit .large {
  font-size: 1.1em;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .tit .num {
  display: block;
  -webkit-text-stroke-color: transparent;
  color: #006341;
  font-size: 21px;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .tit .tit--sub {
  display: block;
  -webkit-text-stroke-color: transparent;
  color: #006341;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: bold;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .lead {
  color: #006341;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .lead .txt--sub {
  display: block;
  font-size: 11px;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .item {
  position: relative;
  z-index: 2;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .tit,
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .tit {
  -webkit-text-stroke-color: #8FC31F;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .tit .num,
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .tit .num {
  color: #fff;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .lead,
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .lead {
  color: #fff;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .lead {
  margin-bottom: 50px;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper {
  width: 45%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px) scale(0.5);
  transition: 0.6s ease 0.3s;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-slide {
  border-radius: min(20px, 3vw);
  border: 1px solid #fff;
  overflow: hidden;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-slide img {
  vertical-align: bottom;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-prev,
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-prev .arrow-circle,
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-next .arrow-circle {
  background: #8FC31F;
  border: 1px solid #8FC31F;
  transition: 0.3s;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-prev {
  left: -30px;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-next {
  right: -30px;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-prev:after,
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-rtl .swiper-button-next:after,
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-next:after,
.page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .moment.started .moment-swiper {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .lead {
  margin-bottom: 20px;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .item_ph {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 75%;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.6s ease 0.3s;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .item_ph img {
  position: absolute;
  transform: rotate(0);
  transition: 0.6s ease 0.3s;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .item_ph img:nth-child(1) {
  top: 20%;
  left: 30%;
  z-index: 1;
  transform-origin: top right;
  width: 47%;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .item_ph img:nth-child(2) {
  top: 40%;
  right: 30%;
  z-index: 2;
  transform-origin: top left;
  width: 47%;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha .item_ph img:nth-child(3) {
  top: auto;
  bottom: -20%;
  left: 30%;
  z-index: 3;
  transform-origin: bottom left;
  width: 55%;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha.started .item_ph {
  opacity: 1;
  transform: scale(1);
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha.started .item_ph img:nth-child(1) {
  top: 0;
  left: 2%;
  transform: rotate(-13deg);
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha.started .item_ph img:nth-child(2) {
  top: 23%;
  right: 2%;
  transform: rotate(13deg);
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha.started .item_ph img:nth-child(3) {
  bottom: 0;
  left: 9%;
  transform: rotate(-16deg);
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha #gacha--demo {
  position: relative;
  cursor: pointer;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha #gacha--demo .btn--sub {
  border: 2px solid #006341;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha #gacha--demo::before {
  content: "";
  position: absolute;
  display: block;
  margin: 0 auto;
  top: auto;
  left: 4px;
  bottom: calc(100% - 20px);
  z-index: -1;
  width: 100%;
  height: 80px;
  border-radius: 999px;
  transform-origin: bottom center;
  transition: 0.6s 0.3s;
  background: url(/static/mga/fanclub/mypage/memeru.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  transform: scale(1);
  opacity: 1;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha #gacha--demo:hover .btn--sub {
  background: #9ac936;
  color: #006341;
  border: 2px solid #006341;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gacha #gacha--demo:hover::before {
  animation: memeru 1.2s ease infinite;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .movie {
  width: 100%;
  margin-bottom: 10vw;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .movie .video {
  background: #006341;
  transform: scale(0.8);
  transition: 0.6s ease 0.3s;
  opacity: 0;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .movie .video .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 10;
  opacity: 1;
  width: 115px;
  height: 115px;
  border-radius: 999px;
  border: 1px solid #006341;
  background: #fff;
  transition: opacity 0.3s;
  cursor: pointer;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .movie .video .play svg {
  width: 42%;
  margin-left: 10%;
  fill: #006341;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .movie .video .play.hide {
  opacity: 0;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .movie .inner.started .video {
  transform: scale(1);
  opacity: 1;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .report .btn {
  cursor: pointer;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .report .btn::before {
  background: url(/static/mga/fanclub/mypage/memeru.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .report .btn .btn--sub {
  padding: 1em 2em;
  border: 2px solid #006341;
  font-size: 1.12em;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .report .btn .btn--sub i {
  margin-left: 7px;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .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;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph .ph_wrap {
  position: absolute;
  width: 40%;
  transition: 0.6s ease 0.3s;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph .ph_wrap img {
  border-radius: 10px;
  border: 1px solid #006341;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph .ph_wrap:nth-child(1) {
  z-index: 3;
  top: 20%;
  left: 30%;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph .ph_wrap:nth-child(2) {
  z-index: 2;
  bottom: -20%;
  right: 30%;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph .ph_wrap .txt {
  color: #006341;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .inner.started .item_ph {
  transform: scale(1);
  opacity: 1;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .inner.started .item_ph .ph_wrap:nth-child(1) {
  top: 0;
  left: 15%;
}
.page--entry.section--detail.renewal .fc--contents .box--contents .gallery .inner.started .item_ph .ph_wrap:nth-child(2) {
  bottom: 0;
  right: 15%;
}
.page--entry.section--detail.renewal .block--point {
  position: relative;
  z-index: 2;
  background: #fff;
}
.page--entry.section--detail.renewal .block--point::before, .page--entry.section--detail.renewal .block--point::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 3px);
  left: -12%;
  transform: scale(1.2, 0.8);
  transform-origin: bottom;
  width: 110vw;
  height: 0;
  padding-top: 25.834%;
  -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
  mask-image: url(/static/mga/fanclub/common/wave_top.svg);
  -webkit-mask-repeat: space round, no-repeat;
  mask-repeat: space round, no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  pointer-events: none;
  bottom: calc(100% - 1px);
  left: -12%;
  transform: scale(1.3, 0.9);
  background: #fff;
}
.page--entry.section--detail.renewal .block--point::after {
  bottom: 1px;
  transform: scale(1.05, -0.9);
  transform-origin: bottom;
  left: 0;
}
.page--entry.section--detail.renewal .block--point .inner .tit {
  margin-bottom: 7px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006341;
  text-align: center;
  font-family: "gopher", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: min(75px, 6vw);
  line-height: 1;
}
.page--entry.section--detail.renewal .block--point .inner .tit .tit--sub {
  display: block;
  -webkit-text-stroke-color: transparent;
  color: #006341;
  letter-spacing: 0;
  font-size: min(33px, 3vw);
  font-weight: bold;
}
.page--entry.section--detail.renewal .block--point .inner .block--txt .lead {
  color: #006341;
}
.page--entry.section--detail.renewal .block--point .inner .btn::before {
  content: none;
}
.page--entry.section--detail.renewal .block--point .inner .btn a {
  min-width: 300px;
  padding: 0.5em 0;
  border: 1px solid #006341;
}
.page--entry.section--detail.renewal .block--point .inner .btn a i {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.page--entry.section--detail.renewal .block--course {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  color: #006341;
}
.page--entry.section--detail.renewal .block--course .block--tit {
  text-align: center;
}
.page--entry.section--detail.renewal .block--course .block--tit .lead {
  font-weight: bold;
}
.page--entry.section--detail.renewal .block--course .block--tit .tit {
  margin-top: 5px;
  background: transparent;
  color: #006341;
  line-height: 1.2;
}
.page--entry.section--detail.renewal .block--course .annually_only {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.page--entry.section--detail.renewal .block--course .annually_only .tit {
  text-align: center;
}
.page--entry.section--detail.renewal .block--course .annually_only .tit .tit--sub {
  display: block;
  padding: 0.3em 0;
  border-radius: 999px;
  border: 1px solid #006341;
  margin: 5px auto 0;
}
.page--entry.section--detail.renewal .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.renewal .block--course .block--entry {
  border-radius: 20px;
  background: #daece5;
  flex-wrap: wrap;
}
.page--entry.section--detail.renewal .block--course .block--entry .area--tit {
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 4%;
  text-align: center;
}
.page--entry.section--detail.renewal .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--entry.section--detail.renewal .block--course .block--entry > div {
  display: flex;
  flex-direction: column;
}
.page--entry.section--detail.renewal .block--course .block--entry > div .tit {
  text-align: center;
}
.page--entry.section--detail.renewal .block--course .block--entry > div .box--wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page--entry.section--detail.renewal .block--course .block--entry > div .box--wrap .box {
  width: calc(50% - 5px);
}
.page--entry.section--detail.renewal .block--course .block--entry > div .box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.page--entry.section--detail.renewal .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--entry.section--detail.renewal .block--course .block--entry > div .box.method {
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail.renewal .block--course .block--entry > div .box.method {
    margin-bottom: 8%;
  }
}
.page--entry.section--detail.renewal .block--course .block--entry > div .box.method .box--tit {
  min-width: 110px;
  margin-bottom: 20px;
}
.page--entry.section--detail.renewal .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.renewal .block--course .block--entry > div .box.method .list--notes li {
  margin-bottom: 0.3em;
  font-size: 13px;
}
.page--entry.section--detail.renewal .block--course .block--entry > div .amount {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.page--entry.section--detail.renewal .block--course .block--entry > div .amount .unit {
  font-size: 12px;
}
.page--entry.section--detail.renewal .block--course .block--entry > div .amount .tax {
  font-size: 11px;
}
.page--entry.section--detail.renewal .block--course .block--entry .block--annually .box {
  position: relative;
}
.page--entry.section--detail.renewal .block--course .block--entry .block--annually .box .amount .tax {
  display: block;
  margin-top: -6px;
}
.page--entry.section--detail.renewal .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--entry.section--detail.renewal .block--course .block--entry .block--annually .box .notice p {
  transform: rotate(5deg);
}
.page--entry.section--detail.renewal .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.renewal .block--course .block--entry .block--annually .box .notice {
    scale: 0.85;
    right: -15%;
  }
}
.page--entry.section--detail.renewal .block--course .block--entry .block--annually .box:lang(en) .notice {
  padding: 6px 12px;
}
@keyframes notice {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page--entry.section--detail.renewal .block--course .block--entry .block--monthly .box.method {
  position: relative;
  height: 100%;
}
.page--entry.section--detail.renewal .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.renewal .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.renewal .block--course .block--entry .block--notice {
    margin-top: 0;
  }
}
.page--entry.section--detail.renewal .block--course .block--entry .block--notice .box.method {
  position: relative;
  height: 100%;
  margin-bottom: 4%;
}
.page--entry.section--detail.renewal .block--course .block--entry .block--notice .box.method .list--notes {
  margin: auto;
}
.page--entry.section--detail.renewal .block--device {
  background: #f5f5f5;
  color: #006341;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry.section--detail.renewal .block--device {
    margin-top: 50px;
  }
}
.page--entry.section--detail.renewal .block--device .block-tit {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.page--entry.section--detail.renewal .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.renewal .block--device .inner > div ul li {
  font-size: 13px;
  margin-bottom: 0.3em;
}
.page--entry.section--detail.renewal .block--device .inner > div ul li .txt--sub {
  font-size: 12px;
}
.page--entry.section--detail.renewal .block--join {
  position: relative;
  z-index: 1;
  padding-top: 2vw;
  background: #fff;
  color: #006341;
}
.page--entry.section--detail.renewal .block--join::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 3px);
  left: -12%;
  transform: scale(1.2, 0.8);
  transform-origin: bottom;
  width: 110vw;
  height: 0;
  padding-top: 25.834%;
  -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
  mask-image: url(/static/mga/fanclub/common/wave_top.svg);
  -webkit-mask-repeat: space round, no-repeat;
  mask-repeat: space round, no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  pointer-events: none;
  left: 11%;
  transform: scale(-1.45, 0.8);
  background: #fff;
}
.page--entry.section--detail.renewal .block--join .list--notes {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page--entry.section--detail.renewal .block--join .list--notes a {
  text-decoration: underline;
}
.page--entry.section--detail.renewal .block--join .btn::before {
  background: #8FC31F;
}
.page--entry.section--detail.renewal .block--join .btn a {
  background: #006341;
  color: #fff;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership {
  color: #006341;
}
.page--entry.section--detail.renewal .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.renewal .block--join .block--joinMembership .joinMembership--item .joinMembership--ttl {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list {
  display: flex;
  justify-content: space-between;
  gap: 0 4vw;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list li {
  width: 48%;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list li .btn {
  min-width: 305px;
  margin: 0 auto 2em;
}
.page--entry.section--detail.renewal .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.renewal .block--join .block--joinMembership .joinMembership--list {
    flex-wrap: wrap;
  }
  .page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list li {
    width: 100%;
  }
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list .joinMembership--box {
  border: 2px solid #006341;
  border-radius: 20px;
  margin-bottom: 50px;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list .joinMembership--box .title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -40px;
  padding: 20px;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list .joinMembership--box .title .underline {
  text-decoration: none;
  position: relative;
}
.page--entry.section--detail.renewal .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.renewal .block--join .block--joinMembership .joinMembership--list .joinMembership--box .subTitle {
  margin: 0 0 2.5em;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--list .joinMembership--box .center {
  text-align: center;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .btn {
  margin: 0 0 2em;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--inbound {
  text-align: center;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--inbound .overseas--ttl {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.page--entry.section--detail.renewal .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.renewal .block--join .block--joinMembership .joinMembership--inbound .overseas--link {
    flex-direction: column;
  }
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--inbound .overseas--link li {
  display: inline-block;
  position: relative;
}
.page--entry.section--detail.renewal .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.renewal .block--join .block--joinMembership .joinMembership--inbound .overseas--link li a {
  border-bottom: 1px solid;
}
.page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--item.re--enroll .btn {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--inbound .overseas--link li {
    transition: opacity 0.3s;
  }
  .page--entry.section--detail.renewal .block--join .block--joinMembership .joinMembership--inbound .overseas--link li:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) {
  .page--entry.section--detail.renewal {
    padding: 17vw 0 0;
  }
  .page--entry.section--detail.renewal .top_wrap .contents--thumb {
    position: relative;
    margin-top: 22vw;
    padding-top: 8vw;
    padding-bottom: 10vw;
    background: #006341;
    background-color: #006341;
    background-image: url(/static/mga/feature/entry/noise.webp), linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    pointer-events: none;
  }
  .page--entry.section--detail.renewal .top_wrap .contents--thumb::before, .page--entry.section--detail.renewal .top_wrap .contents--thumb::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 3px);
    left: -12%;
    transform: scale(1.2, 0.8);
    transform-origin: bottom;
    width: 110vw;
    height: 0;
    padding-top: 25.834%;
    -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    -webkit-mask-repeat: space round, no-repeat;
    mask-repeat: space round, no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
    bottom: calc(100% - 1px);
    transform-origin: bottom;
    background-color: #006341;
  }
  .page--entry.section--detail.renewal .top_wrap .contents--thumb::before {
    bottom: 107%;
    left: 5%;
    transform: scale(-0.95, 0.9);
    background-color: #8FC31F;
    background-image: url(/static/mga/common/dot.png);
    background-position: top -25vw left -15vw;
    background-repeat: no-repeat;
    background-size: 46vw;
  }
  .page--entry.section--detail.renewal .top_wrap .contents--thumb::after {
    transform: scale(1.15, 0.9);
    background: #006341;
    background-color: #006341;
    background-image: url(/static/mga/feature/entry/noise.webp), linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    pointer-events: none;
  }
  .page--entry.section--detail.renewal .fc--contents {
    position: relative;
    background: #006341;
  }
  .page--entry.section--detail.renewal .fc--contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006341;
    background-image: url(/static/mga/feature/entry/noise.webp), linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    pointer-events: none;
    background-size: 100vw;
    background-repeat: repeat;
    mix-blend-mode: multiply;
    background-color: transparent;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(1) {
    position: relative;
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 25vw;
    z-index: 1;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -25vw;
    left: -25vw;
    z-index: 1;
    width: 55vw;
    height: 55vw;
    background-image: url(/static/mga/common/dot.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2) {
    position: relative;
    z-index: 2;
    padding-top: 2vw;
    padding-bottom: 30vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 3px);
    left: -12%;
    transform: scale(1.2, 0.8);
    transform-origin: bottom;
    width: 110vw;
    height: 0;
    padding-top: 25.834%;
    -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    -webkit-mask-repeat: space round, no-repeat;
    mask-repeat: space round, no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
    bottom: calc(100% - 1px);
    left: -1%;
    transform: scale(-1.15, 0.95);
    transform-origin: bottom;
    background: #8FC31F;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: -42.5vw;
    right: -79.5vw;
    z-index: 1;
    width: 180vw;
    height: 180vw;
    background-image: url(/static/mga/feature/entry/fluid.svg);
    background-size: contain;
    pointer-events: none;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .moment {
    width: 50%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha {
    width: 50%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie .lead {
    margin-bottom: 50px;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie .block--video {
    width: 60%;
    max-width: 650px;
    margin: 0 auto;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report {
    width: 50%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .btn {
    margin-top: 80px;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .btn::before {
    top: auto;
    bottom: 0;
    height: 80px;
    opacity: 0;
    transform: scale(0.5);
    background-position: bottom center;
    transform-origin: bottom center;
    transition: 0.6s 0.3s;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .inner.started .btn::before {
    bottom: calc(100% - 20px);
    transform: scale(1);
    opacity: 1;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery {
    width: 50%;
    margin-bottom: 7vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .lead {
    margin-bottom: 30px;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket,
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday {
    width: 40%;
    max-width: 300px;
    margin: 0 5% 5%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .tit {
    text-align: left;
    font-size: min(40px, 6vw);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .tit .num,
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .tit .num,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper .tit .num,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .tit .num {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .lead,
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .lead,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper .lead,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .lead {
    text-align: left;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .tit {
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .tit {
    -webkit-text-stroke-color: transparent;
    color: #006341;
    font-size: min(35px, 5vw);
  }
  .page--entry.section--detail.renewal .block--point .inner {
    display: flex;
    align-items: baseline;
    padding: 5% 0% 1%;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page--entry.section--detail.renewal .block--point .inner .tit {
    width: 50%;
    margin-bottom: 0;
  }
  .page--entry.section--detail.renewal .block--point .inner .tit .tit--sub {
    margin-top: 5px;
  }
  .page--entry.section--detail.renewal .block--point .inner .block--txt {
    width: 50%;
  }
  .page--entry.section--detail.renewal .block--point .inner .block--txt .lead {
    margin-bottom: 2em;
    font-size: 18px;
    text-align: center;
  }
  .page--entry.section--detail.renewal .block--course {
    padding-top: 30vw;
    padding-bottom: 100px;
  }
  .page--entry.section--detail.renewal .block--course .block--tit {
    margin-bottom: 50px;
  }
  .page--entry.section--detail.renewal .block--course .block--tit .lead {
    font-size: 16px;
  }
  .page--entry.section--detail.renewal .block--course .block--tit .lead .fc_name {
    font-size: 18px;
  }
  .page--entry.section--detail.renewal .block--course .block--tit .lead .small {
    font-size: 13px;
  }
  .page--entry.section--detail.renewal .block--course .block--tit .tit {
    font-size: 30px;
  }
  .page--entry.section--detail.renewal .block--course .block--tit .tit .tit--sub {
    font-size: 20px;
  }
  .page--entry.section--detail.renewal .block--course .annually_only {
    width: 35%;
    min-width: 550px;
    border-radius: 10px;
    padding: 40px 20px 30px;
    margin-bottom: 7vw;
  }
  .page--entry.section--detail.renewal .block--course .annually_only .tit {
    margin-bottom: 0;
  }
  .page--entry.section--detail.renewal .block--course .annually_only .tit .tit--sub {
    width: 140px;
    font-size: 14px;
  }
  .page--entry.section--detail.renewal .block--course .annually_only img {
    width: 70%;
    margin-bottom: 30px;
  }
  .page--entry.section--detail.renewal .block--course .block--entry {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
  }
  .page--entry.section--detail.renewal .block--course .block--entry > div {
    width: 50%;
    padding: 0 4%;
  }
  .page--entry.section--detail.renewal .block--course .block--entry .block--annually .box.method {
    padding-bottom: 30px;
  }
  .page--entry.section--detail.renewal .block--device {
    padding-bottom: 15vw;
  }
  .page--entry.section--detail.renewal .block--device .inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page--entry.section--detail.renewal .block--device .inner > div {
    width: 45%;
  }
  .page--entry.section--detail.renewal .block--device .inner > div .tit {
    margin-bottom: 30px;
  }
  .page--entry.section--detail.renewal .block--join {
    padding-bottom: 100px;
  }
  .page--entry.section--detail.renewal .block--join .list--notes {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .feature--entry .entry--pop a {
    transform: scale(1);
    transition: 0.3s;
  }
  .feature--entry .entry--pop a:hover {
    transform: scale(1.1);
  }
  .page--entry.section--detail.renewal .top_wrap .btn a {
    transform: translate(0);
    transition: 0.3s ease;
  }
  .page--entry.section--detail.renewal .top_wrap .btn a:hover {
    transform: translate(3px, 3px);
    background: #006341;
    color: #fff;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-prev:hover .arrow-circle,
  .page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper .swiper-button-next:hover .arrow-circle {
    background: #fff;
    border: 1px solid #8FC31F;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie .block--video .play {
    transition: 0.3s;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie .block--video .play:hover {
    transform: scale(1.05);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .btn:hover::before {
    animation: memeru 1.2s ease infinite;
  }
  @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;
    }
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket,
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday {
    width: 18%;
    margin: 0 3.5%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .tit {
    font-size: min(40px, 2.9vw);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .tit {
    font-size: min(35px, 2.9vw);
  }
  .page--entry.section--detail.renewal .block--join .btn a {
    transform: translate(0);
    transition: 0.3s ease;
  }
  .page--entry.section--detail.renewal .block--join .btn a:hover {
    transform: translate(3px, 3px);
    background: #8FC31F;
    color: #006341;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .feature--entry .wovn-languages .langIcon {
    fill: #fff;
  }
  .feature--entry .wovn-languages .nav-dropdown .list--language li.selected {
    color: #fff;
  }
  .feature--entry.scrolling .wovn-languages .langIcon {
    fill: #006341;
  }
  .feature--entry.scrolling .wovn-languages .nav-dropdown .list--language li.selected {
    color: inherit;
  }
  .feature--entry .header .logo {
    background-image: url(/static/mga/feature/entry/logo--official_wide_w.svg);
  }
  .feature--entry .header .drawer__btn span {
    background: #fff;
    transition: 0.3s;
  }
  .feature--entry.drawer-visible .header .drawer__btn span, .feature--entry.scrolling .header .drawer__btn span {
    background: #006341;
  }
  .feature--entry .entry--pop {
    bottom: 15px;
    right: 15px;
    width: max(106px, 15vw);
    height: max(106px, 15vw);
  }
  .feature--entry .entry--pop a p {
    font-size: 13px;
    margin: max(5px, 1vw) 0;
  }
  .feature--entry .wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 3px);
    left: -12%;
    transform: scale(1.2, 0.8);
    transform-origin: bottom;
    width: 110vw;
    height: 0;
    padding-top: 25.834%;
    -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    -webkit-mask-repeat: space round, no-repeat;
    mask-repeat: space round, no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
    bottom: auto;
    top: -3vw;
    left: 67%;
    transform: scale(-3, -3) translateY(33.33%);
    background: #006341;
    background-color: #006341;
    background-image: url(/static/mga/feature/entry/noise.webp), linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    pointer-events: none;
  }
  .feature--entry .modal .modal-container .close {
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
  }
  .page--entry.section--detail.renewal {
    padding-top: max(32vw, 13em);
  }
  .page--entry.section--detail.renewal .section-tit {
    font-size: max(18px, 4vw);
    margin-bottom: 0;
  }
  .page--entry.section--detail.renewal .swiper-thumb {
    margin-top: 55px;
    margin-bottom: 80px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page--entry.section--detail.renewal .swiper-thumb.delighter {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  .page--entry.section--detail.renewal .swiper-thumb ul li.swiper-slide-prev {
    transform: translateY(40px);
  }
  .page--entry.section--detail.renewal .swiper-thumb ul li.swiper-slide-next {
    transform: translateY(-40px);
  }
  .page--entry.section--detail.renewal .top_wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .page--entry.section--detail.renewal .top_wrap > .btn {
    margin-top: 10vw;
    margin-bottom: 15vw;
  }
  .page--entry.section--detail.renewal .top_wrap .box--contents .campaign > .inner {
    margin-bottom: 15vw !important;
  }
  .page--entry.section--detail.renewal .top_wrap .contents--thumb {
    margin-bottom: -25vw;
  }
  .page--entry.section--detail.renewal .top_wrap .btn a {
    font-size: max(16px, 2.5vw);
  }
  .page--entry.section--detail.renewal .fc--contents {
    padding-top: 30vw;
    background: transparent;
  }
  .page--entry.section--detail.renewal .fc--contents > .lead {
    position: relative;
    z-index: 10;
    font-size: max(13px, 3vw);
    line-height: 1.4;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .tit {
    font-size: 10vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .tit .num {
    font-size: max(13px, 3vw);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .lead {
    font-size: max(13px, 3vw);
    margin-bottom: 1.2em;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(1) {
    background: #006341;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(1)::before, .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 3px);
    left: -12%;
    transform: scale(1.2, 0.8);
    transform-origin: bottom;
    width: 110vw;
    height: 0;
    padding-top: 25.834%;
    -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    -webkit-mask-repeat: space round, no-repeat;
    mask-repeat: space round, no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(1)::before {
    background: #8FC31F;
    transform: scale(-2.3, 2.5);
    left: -19%;
    bottom: 104%;
    background-image: url(/static/mga/common/dot.png);
    background-position: top -22vw left -15vw;
    background-repeat: no-repeat;
    background-size: 50vw;
    z-index: -2;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(1)::after {
    background: #006341;
    background-color: #006341;
    background-image: url(/static/mga/feature/entry/noise.webp), linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    pointer-events: none;
    left: -13%;
    transform: scale(2.8, 3);
    z-index: -1;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2) {
    z-index: 2;
    padding-bottom: 40vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2)::before, .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 3px);
    left: -12%;
    transform: scale(1.2, 0.8);
    transform-origin: bottom;
    width: 110vw;
    height: 0;
    padding-top: 25.834%;
    -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    -webkit-mask-repeat: space round, no-repeat;
    mask-repeat: space round, no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2)::before {
    background-color: #006341;
    background-image: url(/static/mga/feature/entry/noise.webp), linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    pointer-events: none;
    background-color: #006341;
    left: 7%;
    transform: scale(-2.3, 2.3);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents:nth-of-type(2)::after {
    background-color: #8FC31F;
    left: 53%;
    bottom: calc(100% - 4px);
    transform: scale(-2.5, 2.8);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .moment {
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 40vw;
    background: #006341;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .moment::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #006341;
    background-image: url(/static/mga/feature/entry/noise.webp), linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    pointer-events: none;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .moment .moment-swiper {
    width: 55%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha {
    width: 100%;
    padding-bottom: 40vw;
    background: #fff;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 3px);
    left: -12%;
    transform: scale(1.2, 0.8);
    transform-origin: bottom;
    width: 110vw;
    height: 0;
    padding-top: 25.834%;
    -webkit-mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    mask-image: url(/static/mga/fanclub/common/wave_top.svg);
    -webkit-mask-repeat: space round, no-repeat;
    mask-repeat: space round, no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    left: 11%;
    transform: scale(-2.5, 2.5);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha .tit {
    -webkit-text-stroke-color: #006341;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha .tit .num {
    color: #006341;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha .lead {
    color: #006341;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha .item_ph {
    width: 90%;
    padding-top: 75%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha.started .item_ph img:nth-child(2) {
    top: 25%;
    right: 0%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gacha.started .item_ph img:nth-child(3) {
    left: 18%;
    transform: rotate(-30deg);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie {
    z-index: 10;
    padding-top: 10%;
    margin-bottom: -10vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90%;
    height: 0;
    padding-bottom: 80%;
    opacity: 0.1;
    border-radius: 999px;
    background: #fff;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie .tit {
    font-size: max(36px, 9.6vw);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie .block--video {
    width: 80%;
    margin: 0 auto;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .movie .block--video .play {
    bottom: -20px;
    right: -20px;
    width: 18.6vw;
    height: 18.6vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report {
    z-index: 9;
    width: 100%;
    padding-top: 20%;
    padding-left: 5%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90%;
    height: 0;
    padding-bottom: 80%;
    opacity: 0.1;
    border-radius: 999px;
    background: #fff;
    transform: translateX(-75%);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .tit {
    -webkit-text-stroke-color: transparent;
    color: #006341;
    font-size: max(32px, 8.5vw);
    text-align: left;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .lead {
    text-align: left;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .btn {
    margin: 5vw 0 0 0;
    max-width: 100%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .btn::before {
    width: 17vw;
    height: 17vw;
    top: -10vw;
    right: -9vw;
    left: auto;
    transform: scale(0.5) rotate(0);
    opacity: 0;
    transition: 0.6s ease 0.3s;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .btn .btn--sub {
    padding: 1em;
    border: none;
    font-size: max(13px, 3vw);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .report .inner.started .btn::before {
    opacity: 1;
    transform: scale(1) rotate(30deg);
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery {
    z-index: 8;
    width: 100%;
    padding-top: 10%;
    padding-right: 5%;
    margin-top: 15vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90%;
    height: 0;
    padding-bottom: 80%;
    opacity: 0.1;
    border-radius: 999px;
    background: #fff;
    transform: translateX(-30%) rotate(-12deg);
    width: 100%;
    padding-bottom: 95%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .tit {
    font-size: 9.6vw;
    text-align: right;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .lead {
    text-align: right;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph {
    width: 85%;
    padding-top: 60%;
    margin: -15% 0 0 auto;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph .ph_wrap {
    width: 55%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .item_ph .ph_wrap .txt {
    font-size: 3vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .inner.started .item_ph .ph_wrap:nth-child(1) {
    left: 0;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .gallery .inner.started .item_ph .ph_wrap:nth-child(2) {
    right: 0;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper {
    width: 100%;
    padding-left: 5%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper .tit {
    text-align: left;
    font-size: 9.6vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .lead,
  .page--entry.section--detail.renewal .fc--contents .box--contents .wallpaper .lead {
    text-align: left;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .ticket .tit {
    margin-bottom: 4.2vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday {
    width: 100%;
    padding-right: 5%;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .tit,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .tit {
    -webkit-text-stroke-color: transparent;
    color: #006341;
    text-align: right;
    font-size: 8vw;
  }
  .page--entry.section--detail.renewal .fc--contents .box--contents .streaming .lead,
  .page--entry.section--detail.renewal .fc--contents .box--contents .birthday .lead {
    text-align: right;
  }
  .page--entry.section--detail.renewal .block--point {
    padding-bottom: 5vw;
  }
  .page--entry.section--detail.renewal .block--point::before {
    left: -22%;
    transform: scale(2.5, 2.5);
  }
  .page--entry.section--detail.renewal .block--point::after {
    transform: scale(-2, -2);
    left: 34%;
  }
  .page--entry.section--detail.renewal .block--point .inner .tit {
    font-size: max(46px, 8vw);
    margin-bottom: 0.5em;
  }
  .page--entry.section--detail.renewal .block--point .inner .tit .tit--sub {
    font-size: max(21px, 4vw);
    margin-top: 0.2em;
  }
  .page--entry.section--detail.renewal .block--point .inner .block--txt .lead {
    width: 90%;
    margin: 0 auto 1.5em;
    font-size: max(14px, 2.5vw);
  }
  .page--entry.section--detail.renewal .block--point .inner .btn a {
    max-width: 100%;
    padding: 0.8em 0;
    font-size: max(16px, 3vw);
  }
  .page--entry.section--detail.renewal .block--course {
    padding-top: 40vw;
  }
  .page--entry.section--detail.renewal .block--course .block--tit {
    margin-bottom: 50px;
  }
  .page--entry.section--detail.renewal .block--course .block--tit .lead {
    font-size: max(13px, 2.4vw);
  }
  .page--entry.section--detail.renewal .block--course .block--tit .lead .fc_name {
    font-size: max(20px, 3.5vw);
  }
  .page--entry.section--detail.renewal .block--course .block--tit .tit {
    font-size: max(21px, 3.5vw);
  }
  .page--entry.section--detail.renewal .block--course .block--tit .tit .tit--sub {
    font-size: max(14px, 2.5vw);
  }
  .page--entry.section--detail.renewal .block--course .annually_only {
    width: 165vw;
    max-width: 1000px;
    min-width: 800px;
    height: 165vw;
    max-height: 1000px;
    min-height: 800px;
    border-radius: 999px;
    margin-bottom: 16vw;
    border: 1px solid #006341;
  }
  .page--entry.section--detail.renewal .block--course .annually_only .tit {
    margin-top: max(10vw, 80px);
    font-size: max(26px, 4vw);
  }
  .page--entry.section--detail.renewal .block--course .annually_only .tit .tit--sub {
    width: 10em;
    font-size: max(14px, 2.5vw);
  }
  .page--entry.section--detail.renewal .block--course .annually_only img {
    width: 90vw;
    max-width: 550px;
    margin-bottom: 30px;
  }
  .page--entry.section--detail.renewal .block--course .annually_only .list--notes {
    max-width: 90vw;
  }
  .page--entry.section--detail.renewal .block--course .annually_only .list--notes li {
    font-size: max(12px, 2vw);
  }
  .page--entry.section--detail.renewal .block--course .block--entry {
    width: 100%;
    padding: 5%;
    max-width: 500px;
  }
  .page--entry.section--detail.renewal .block--course .block--entry > div {
    margin-bottom: 13.3vw;
  }
  .page--entry.section--detail.renewal .block--course .block--entry .block--monthly .box.method .box--tit {
    position: static;
    transform: none;
  }
  .page--entry.section--detail.renewal .block--course .block--entry .block--monthly .box.method .list--method {
    margin-top: 0;
  }
  .page--entry.section--detail.renewal .block--device {
    padding-bottom: 20vw;
  }
  .page--entry.section--detail.renewal .block--device .inner {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
  }
  .page--entry.section--detail.renewal .block--device .inner > div {
    margin-bottom: 8vw;
  }
  .page--entry.section--detail.renewal .block--device .inner > div .tit {
    margin-bottom: 1em;
  }
  .page--entry.section--detail.renewal .block--join {
    padding: 0 0 50px;
    width: 100%;
  }
  .page--entry.section--detail.renewal .block--join::before {
    left: -23%;
    transform: scale(2, 2.2);
  }
  .page--entry.section--detail.renewal .block--join .list--notes {
    width: 90%;
    max-width: 500px;
    margin-bottom: 50px;
  }
  .page--entry.section--detail.renewal .block--join .btn a {
    font-size: max(16px, 2.5vw);
  }
}
/* .page--feature
------------------------------ */
.page--feature table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #969696;
  border-collapse: collapse;
}
.page--feature table th {
  background: #006341;
  color: #F5F5F5;
  width: 30%;
  padding: 10px;
  border: 1px solid #969696;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--feature table td {
  background: #F5F5F5;
  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: #006341;
}
.page--appStore.section--detail .block_fee_inner .fee_list_detail {
  background: #F5F5F5;
  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: #8FC31F;
  color: #006341;
  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: #006341;
}
.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-weight: bold;
  margin-left: 4px;
  position: absolute;
}

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

/* page--error
------------------------------ */
.page--error .section--detail .btn {
  margin: 3em 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;
}
@media screen and (min-width: 961px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}

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

/* 新規入会動線
------------------------------ */
.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: "gopher", sans-serif;
  font-weight: 500;
  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);
}

/* -------------------------------------------------
	wovn
------------------------------------------------- */
.wovn-languages,
.drawer-visible .wovn-languages {
  font-size: 10px;
  right: 8vw;
  width: 10em;
  top: 4.4vw;
  height: 2.5em;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  color: #006341;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.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 #006341;
  border-right: solid 1px #006341;
  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: #006341;
  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: #f5f5f5;
  width: calc(100% + 2px);
  top: 2.5em;
  left: -1px;
  transform: translateY(0);
  background: #006341;
  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);
}

.page--member:not(.drawer-visible) .wovn-languages {
  background: rgba(28, 31, 29, 0.2);
}

.page--member .wovn-languages {
  color: #8FC31F;
}
.page--member .wovn-languages::before {
  border-bottom: solid 2px #8FC31F;
  border-right: solid 2px #8FC31F;
}
.page--member .wovn-languages .langIcon {
  fill: #8FC31F;
}

.page--member .wovn-languages.visible .nav-dropdown {
  color: #006341;
  background: #8FC31F;
}
.page--member .wovn-languages.visible::before {
  border-bottom: solid 2px #006341;
  border-right: solid 2px #006341;
}

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

.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 .cc-color-override-1332973529 .cc-btn {
  color: #fff;
  border-color: transparent;
  background-color: #8FC31F;
  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: #a5cf4c;
  color: #F5F5F5;
}
body .cc-color-override-1332973529.cc-window {
  color: #fff;
  background-color: #337d60;
  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;
  }
}

@media screen and (min-width: 961px) {
  .spOnly,
  .sp {
    display: none !important;
  }
  .arrow-circle_border,
  .arrow-circle_border::before,
  .arrow-circle_border::after,
  a {
    transition: all 0.2s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 280px;
  }
  .btn--main:hover {
    background: #8FC31F;
    color: #006341;
  }
  .btn--sub {
    min-width: 280px;
  }
  .back__btn {
    min-width: 100px;
    transition: all 0.2s 0s ease;
  }
  .back__btn:not(.list):hover {
    margin-left: -10px;
  }
  .pager__item--newer .arrow-circle,
  .pager__item--older .arrow-circle {
    transition: 0.3s;
  }
  .pager__item--newer:hover .arrow-circle:not(.disable),
  .pager__item--older:hover .arrow-circle:not(.disable) {
    background-color: #8FC31F;
  }
  .swiper-button-next .arrow-circle,
  .swiper-button-prev .arrow-circle {
    transition: 0.2s;
  }
  .swiper-button-next .arrow-circle:hover,
  .swiper-button-prev .arrow-circle:hover {
    background-color: #8FC31F;
  }
  .detail__btn:hover .arrow-circle {
    background-color: #8FC31F;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  /* typo */
  .left-pc {
    text-align: left;
  }
  .right-pc {
    text-align: right;
  }
  .center-pc {
    text-align: center;
  }
  footer {
    transition: 0.3s;
  }
  footer .inner {
    overflow: hidden;
  }
  footer .footer_link {
    margin-top: 0;
  }
  footer .footer_link a {
    transition: 0.3s;
  }
  footer .footer_link a svg {
    transition: 0.3s;
  }
  footer .footer_link a:hover {
    font-size: 12px;
    background: #006341;
    border: 1px solid #006341;
    color: #fff;
  }
  footer .footer_link a:hover svg {
    fill: #fff;
  }
  .section--list .section--inner {
    width: 90%;
  }
  .section--list,
  .section--detail {
    padding-top: 15vw;
  }
  .list--information li a {
    overflow: hidden;
  }
  .list--information li {
    transition: 0.3s;
  }
  .list--information li:hover {
    background-color: #8FC31F !important;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--contents > li {
    margin-bottom: 4em;
  }
  .list--contents > li a .thumb {
    border-radius: 10px;
    transition: 0.3s;
  }
  .list--contents > li a .thumb figure {
    transition: 0.3s ease-in-out;
  }
  .list--contents > li .list--txt {
    margin-top: 1em;
  }
  .list--contents > li.no-data {
    margin: 0;
    width: 100%;
  }
  .list--contents > li:hover figure {
    transform: scale(1.15);
  }
  .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.2s 0s ease;
  }
  .list--moment li:not(.none):hover {
    transform: translateY(-10px);
  }
  .list__more a {
    transition: 0.2s;
  }
  .btn a:not(.btn--main):not(.btn--sub),
  .btn input:not(.btn--main):not(.btn--sub) {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn .btn--sub {
    transition: all 0.3s;
  }
  .list--faq li a {
    transition: 0.3s;
  }
  .list--faq li a:hover {
    opacity: 0.5;
  }
  .block--share li a:hover i {
    color: #8FC31F;
  }
  .block--share li a:hover svg {
    fill: #8FC31F;
  }
  .header .drawer__btn span {
    transition: all 0.2s 0s ease;
  }
  .header .drawer__btn:hover span {
    background: #8FC31F;
  }
  .drawer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  .drawer .header__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 18px;
    padding: 5.4vh 0;
  }
  .drawer .header__inner .drawer__logo {
    width: 52vh;
    max-width: 450px;
    margin-bottom: 6vh;
  }
  .drawer .header__inner .g-nav {
    width: 100%;
    height: 100%;
    padding: 0 8vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .drawer .header__inner .g-nav li a:hover {
    opacity: 0.4;
    background: transparent;
  }
  .drawer .header__inner .g-nav--of,
  .drawer .header__inner .g-nav--fc {
    display: flex;
    justify-content: center;
    width: 50%;
  }
  .drawer .header__inner .g-nav--of .g-nav__inner {
    width: 70%;
    padding-bottom: 2vw;
  }
  .drawer .header__inner .g-nav--of .g-nav__inner .g-nav__menu {
    margin-bottom: 30px;
  }
  .drawer .header__inner .g-nav--of .g-nav__inner .g-nav__menu li {
    padding: 0.5vw 0;
  }
  .drawer .header__inner .g-nav--of .g-nav__inner .g-nav__menu li a {
    display: block;
    font-size: min(2em, 3.2vh);
    line-height: 2;
    padding-left: 0.5em;
  }
  .drawer .header__inner .g-nav--fc .g-nav__inner {
    position: relative;
    height: 70vh;
    height: 70dvh;
    width: 100%;
    padding: 3vh 6vh;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .drawer .header__inner .g-nav--fc .g-nav__menu {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-top: 3vh;
  }
  .drawer .header__inner .g-nav--fc .g-nav__menu li {
    width: 48%;
    padding: 0;
  }
  .drawer .header__inner .g-nav--fc .g-nav__menu li:nth-child(2n+1) {
    margin-right: 4%;
  }
  .drawer .header__inner .g-nav--fc .g-nav__menu li a {
    display: block;
    font-size: min(3.15vh, 26px);
    padding-bottom: 2.1vh;
  }
  .drawer .header__inner .block--nav-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .drawer .header__inner .g-nav__logo {
    width: 26vh;
    height: 15.8vh;
    margin: 0 auto 1em;
    max-width: 280px;
  }
  .drawer .header__inner .g-nav__logo img {
    width: 100%;
    height: 100%;
  }
  .drawer .header__inner .g-nav__login {
    height: 18vh;
    width: 18vh;
  }
  .drawer .header__inner .g-nav__login li a {
    font-size: min(2.3vh, 22px);
  }
  .drawer .header__inner .g-nav__login .item__join a {
    font-size: min(2.1vh, 20px);
  }
  .drawer-visible .drawer {
    opacity: 1;
  }
  .footer .inner {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .footer .nav--sns__list li a:hover {
    background: #8FC31F;
  }
  .footer .nav--support__list {
    max-width: 700px;
  }
  .footer .nav--support__list li a {
    margin-right: 2em;
  }
  .footer .nav--support__list li a:hover {
    color: #006341;
  }
  .block--category {
    flex-direction: column;
  }
  .block--category li {
    margin-bottom: 1rem;
  }
  .block--category li a {
    transition: 0.3s;
  }
  .block--category li a:hover {
    background-color: #F5F5F5;
    color: #006341;
  }
  .page--member .block--category li:not(.current) a:hover {
    background-color: #F5F5F5;
    color: #006341;
  }
  .page--home .area--fc .swiper-button-next:hover .arrow-circle,
  .page--home .area--fc .swiper-button-prev:hover .arrow-circle {
    background-color: #F5F5F5;
  }
  .area--fc .detail__btn:hover .arrow-circle,
  .page--member .detail__btn:hover .arrow-circle {
    background-color: #F5F5F5;
  }
  .flex .block--title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
  }
  .block--pager .pager__item--newer a:not(.disable):hover .arrow-circle_border {
    right: 6px;
  }
  .block--pager .pager__item--older a:not(.disable):hover .arrow-circle_border {
    left: 6px;
  }
  .page--home .section--hero .scrolldown {
    top: 50%;
    right: 1.2vw;
  }
  .page--home .section--info {
    display: flex;
    justify-content: space-between;
    padding: 6em 4.1vw 7em;
  }
  .page--home .section--info .list--information {
    width: 72vw;
  }
  .page--home .section--info .list--information:not(.schedule) li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page--home .section--info li {
    width: 21vw;
    margin-bottom: 0;
    margin-left: 1.1rem;
  }
  .page--home .section--info li:first-child {
    width: 27.75vw;
    margin-left: 0;
  }
  .page--home .section--schedule {
    border-radius: 80px 0;
    padding: 3em 12vw;
    margin: 0 8.4vw 6em;
    min-height: 300px;
  }
  .page--home .section--schedule .section-tit {
    font-size: 2.6em;
  }
  .page--home .section--schedule .list--information li a {
    padding: 1.6em 0;
  }
  .page--home .section--video {
    margin-left: 8.5vw;
    position: relative;
  }
  .page--home .section--video #ListVideo {
    width: 84vw;
  }
  .page--home .section--video #ListVideo .list--video li {
    width: 46.9vw;
  }
  .page--home .section--video #ListVideo .list--video li::after {
    content: "";
    background-color: rgba(6, 28, 20, 0.8);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s;
  }
  .page--home .section--video #ListVideo .list--video li a {
    display: block;
  }
  .page--home .section--video #ListVideo .list--video li .tit {
    display: inline-block;
    color: #fff;
    font-size: 2vw;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
  }
  .page--home .section--video #ListVideo .list--video li:hover::after {
    opacity: 1;
  }
  .page--home .section--video #ListVideo .list--video li:hover .tit {
    opacity: 1;
  }
  .page--home .section--video .swiper-button {
    margin: 0 5vw 0 8vw;
  }
  .page--home .section--login {
    padding-top: 10em;
    margin-bottom: 8vw;
  }
  .page--home .section--login .list--login .arrow {
    transition: all 0.2s 0s ease;
  }
  .page--home .section--login .list--login .list--login__item:hover a {
    color: #8FC31F;
  }
  .page--home .section--login .list--login .list--login__item:hover a .arrow {
    fill: #8FC31F;
    padding-bottom: 0.25em;
    margin-left: 0.5em;
  }
  .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 {
    min-width: 960px;
    padding-left: 17.5vw;
  }
  .page--home .area--fc .section--moment .list--moment {
    width: 53vw;
    padding: 2em;
    border-radius: 10vw 0 0 10vw;
    margin: 0 0 0 auto;
  }
  .page--home .area--fc .section--moment .back__btn,
  .page--home .area--fc .section--moment .detail__btn {
    margin-top: 1em;
  }
  .page--home .area--fc .section--blog {
    padding-left: 10.5vw;
  }
  .page--home .area--fc .section--blog .section-tit {
    font-size: max(4vw, 48px);
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 1;
  }
  .page--home .area--fc .section--blog #ListReport {
    width: 80vw;
    margin: 0 0 0 auto;
  }
  .page--home .area--fc .section--blog #ListReport.no-carousel .list--contents {
    margin-left: 16px;
  }
  .page--home .area--fc .section--blog #ListReport.no-carousel .list--contents li {
    width: 26vw;
  }
  .page--home .area--fc .section--blog #ListReport .list--contents {
    margin-left: -10px;
  }
  .page--home .area--fc .section--blog #ListReport .list--contents li {
    transition: 0.3s ease-in-out;
  }
  .page--home .area--fc .section--movie {
    margin-bottom: 9vw;
  }
  .page--home .area--fc .section--movie .section-tit {
    font-size: max(4vw, 48px);
    margin-bottom: 2rem;
  }
  .page--home .area--fc .section--movie .btn-wrap {
    align-items: center;
    width: 46vw;
    margin: -2em auto;
    position: relative;
    z-index: 10;
  }
  .page--home .area--fc .section--gacha .block--gacha .image {
    width: 31vw;
    max-width: 480px;
  }
  .page--home .area--fc .section--gacha .block--gacha .block--tit {
    margin-left: 4vw;
  }
  .page--home .area--fc .section--link {
    margin: 6em 0 0;
  }
  .page--home .area--fc .section--link ul {
    justify-content: center;
  }
  .page--home .area--fc .section--link ul .link {
    margin: 0 1em;
  }
  .page--home .area--fc .section--link ul .link:hover a {
    background: #F5F5F5;
  }
  .page--home .area--fc .section--link ul .link a {
    font-size: 1.5em;
    line-height: 72px;
  }
  .page--birthday-message .back__btn {
    text-align: center;
  }
  .page--schedule .list--category .form__checkbox {
    justify-content: center;
  }
  .page--schedule .calendar-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .page--schedule .calendar-wrap .week {
    display: flex;
    width: 100%;
  }
  .page--schedule .calendar-wrap .cell {
    background: #fff;
    width: calc(14.2857142857% - 1px);
    min-height: 100px;
    text-align: left;
    border-right: 1px solid rgba(0, 99, 65, 0.2);
    border-bottom: 1px solid rgba(0, 99, 65, 0.2);
    padding: 0 5px 5px;
    transition: 0.3s;
  }
  .page--schedule .calendar-wrap .cell:has(a):hover {
    background: #8FC31F;
  }
  .page--schedule .calendar-wrap .cell.today {
    background-color: rgba(143, 195, 31, 0.8);
  }
  .page--schedule .calendar-wrap .cell:first-child {
    border-left: 1px solid rgba(0, 99, 65, 0.2);
  }
  .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 .tit {
    padding: 0 0.2em;
    font-size: 0.9em;
    line-height: 1.2;
    font-weight: normal;
  }
  .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: #006341;
  }
  .page--profile .artist--detail__txt {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .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 .section--list .block--contents {
    justify-content: center;
  }
  .page--blog .section--list .list--contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }
  .page--blog .section--list .list--contents li {
    width: 65%;
  }
  .page--blog .section--list .list--contents li:nth-child(odd) {
    margin-left: 10%;
  }
  .page--blog .section--list .list--contents li:nth-child(even) {
    margin-right: 10%;
  }
  .page--blog .block--pager .pager__item--other a:hover {
    color: #8FC31F;
  }
  .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: #8FC31F;
  }
  .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.movie-all .block--category-list {
    margin-top: 4em;
  }
  .page--photo.page--photo__detail .list--contents li {
    width: calc(25% - 1px);
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs {
    /* tsuuhou */
  }
  .page--bbs .wrapper {
    padding-bottom: 600px;
  }
  .page--bbs .btn--main:hover {
    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--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--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: #F5F5F5;
  }
  .page--magazine .OneBook3d_633705_icons_container div:first-of-type .book_btn .btn_image {
    display: none !important;
  }
  .page--faq .block--contact .link:hover a {
    color: #006341;
  }
  .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: #006341;
  }
  .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;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  /* 新規入会動線
  ------------------------------ */
  .entry_pop {
    transform: scale(1);
    transition: 0.3s;
  }
  .entry_pop:hover {
    transform: scale(1.1);
  }
}
/* -------------------------------------------------
	wovn
------------------------------------------------- */
@media screen and (min-width: 961px) {
  .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;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
    font-size: 1.1em;
    padding: 1em 20px;
  }
  /* typo */
  /* Support Acoudion (SP ONLY) */
  /* moment
  =================================== */
  /*  page--bbs
  ------------------------------ */
  /* page--error
  ------------------------------ */
  /* popup
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 40%;
    max-width: 420px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .left-sp {
    text-align: left;
  }
  .right-sp {
    text-align: right;
  }
  .center-sp {
    text-align: center;
  }
  #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: #006341;
    color: #F5F5F5;
  }
  .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: 3em;
  }
  .list--contents > li .list--txt {
    margin-top: 0.5em;
  }
  .list--contents > li a .thumb {
    border-radius: 6px;
  }
  .list--contents > li .list--txt .date {
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--moment {
    padding: 3em 0.5em 3em;
  }
  .list--moment li .icon {
    width: 20vw;
    height: 20vw;
    max-width: 120px;
    max-height: 120px;
  }
  .page--home .list--moment li {
    margin-left: 0.4em;
  }
  .page--home .list--moment li:first-child {
    margin-left: 0;
  }
  .page--home .list--moment li .icon .thumb {
    width: 85%;
  }
  .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;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .section-tit:not(.jp) {
    font-size: max(10.3vw, 36px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list,
  .section--detail {
    width: 100%;
    padding: 7em 5vw 4em;
  }
}
@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:not(.jp) {
    font-size: 2.6em;
  }
  .header {
    position: absolute;
  }
  .header .logo {
    width: 40vw;
    top: 5vw;
    right: auto;
    left: 3.5vw;
    z-index: 900;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .header .logo {
    width: 54vw;
    height: 4.7vw;
    top: 8.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .drawer__btn {
    width: 2em;
    height: 2em;
    top: 7.5vw;
    transition: 0.3s 0.03s ease;
  }
  .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;
  }
  .headerFixApp .header .drawer__btn {
    position: fixed;
  }
  .nav__top--login {
    display: none;
  }
  .drawer {
    height: 100lvh;
    padding: 10px;
    top: 0;
    right: -110%;
    transition: 0.3s ease-in-out;
  }
  .drawer .header__inner {
    padding: 2.55em 4.12vw 1.15em;
    overflow: scroll;
    height: 90vh;
    height: calc(100dvh - 20px);
    margin: 0 auto;
    border-radius: 20px;
  }
  .drawer .header__inner .drawer__logo {
    width: 75%;
    max-width: 320px;
    margin-bottom: 2em;
    padding-left: 15px;
  }
  .drawer .header__inner .g-nav--of .g-nav__menu li a,
  .drawer .header__inner .g-nav--fc .g-nav__menu li a {
    font-size: 1.3em;
  }
  .drawer .header__inner .g-nav--of {
    margin-bottom: 4em;
    padding: 0 0.5em;
  }
  .drawer .header__inner .g-nav--of .g-nav__inner .g-nav__menu {
    margin-bottom: 30px;
  }
  .drawer .header__inner .g-nav--of .g-nav__inner .g-nav__menu li {
    width: 90%;
  }
  .drawer .header__inner .g-nav--of .g-nav__inner .g-nav__menu li a {
    line-height: 2.4;
  }
  .drawer .header__inner .g-nav--fc .g-nav__inner {
    padding: 1.85em 2.3em;
    border-radius: 12px;
  }
  .drawer .header__inner .g-nav--fc .nav--tit {
    margin-left: -7px;
  }
  .drawer .header__inner .g-nav__logo {
    width: 50%;
    max-width: 160px;
    margin-bottom: 10px;
  }
  .drawer .header__inner .g-nav__login {
    height: min(10em, 30vw);
    width: min(10em, 30vw);
  }
  .drawer .header__inner .g-nav__login li a {
    font-size: min(1.15em, 3.5vw);
  }
  .drawer .header__inner .g-nav__login .item__join a {
    font-size: min(1.1em, 3.3vw);
  }
  .list--nav {
    text-align: center;
  }
  .list--nav li {
    display: inline-block;
  }
  .drawer-visible .drawer__btn {
    right: 6vw;
  }
  .drawer-visible .drawer {
    right: 0%;
  }
  .block--support {
    margin: 4em 0 1em;
  }
  .block--support .list--support-tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-bottom: 0.25em;
  }
  .block--support .list--support-tit::before, .block--support .list--support-tit::after {
    content: "";
    background-color: #006341;
    width: 12px;
    height: 2px;
    position: absolute;
    top: -4px;
    bottom: 0;
    right: -20px;
    margin: auto;
    transition: 0.3s;
  }
  .block--support .list--support-tit::after {
    transform: rotate(90deg);
  }
  .block--support .list--support-tit.open::after {
    opacity: 0;
  }
  .block--support .list--support {
    display: none;
    padding: 1em 0 2em;
  }
  .block--support .list--support li {
    width: 100%;
    padding: 0.5em 0;
  }
  .block--support .list--support > li {
    padding: 0;
  }
  .footer {
    padding: 0 4vw 4vw;
  }
  .footer .nav--sns__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .footer .nav--sns__list li:nth-of-type(4) {
    margin-left: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer .copyright {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .footer .list--link .link {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #topBtn {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 3.5em;
  }
  #topBtn::after {
    bottom: -19%;
    position: absolute;
    width: 107%;
    height: 107%;
    right: -16%;
  }
  body:not(.page--home) #topBtn {
    position: relative;
    bottom: -20px;
  }
  body:not(.page--home) .footer::before, body:not(.page--home) .footer::after {
    width: 30px;
    height: 30px;
  }
  body:not(.page--home) .footer::before {
    top: -30px;
  }
  body:not(.page--home) .footer::after {
    top: -30px;
  }
  .page--home .block--moment .close {
    width: 20px;
    height: 20px;
  }
  .page--home .header .logo {
    opacity: 0;
    width: 60vw;
    height: 13vw;
    top: calc(100vh - 74vw);
    left: 20vw;
    transition: 0.3s;
    position: absolute;
    mix-blend-mode: unset;
  }
  .page--home .section--hero .mainvisual {
    position: relative;
    overflow: hidden;
  }
  .page--home .section--hero .mainvisual--logo {
    height: 24vw;
    max-height: 120px;
  }
  .page--home .section--hero .mainvisual--logo__img {
    width: 70vw;
    max-width: 380px;
    margin: 0 auto 0 5vw;
    top: 2px;
    position: relative;
  }
  .page--home .section--hero .mainvisual--img {
    height: 74vh;
    border-radius: 10px;
    margin: 0 4.15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .page--home .section--hero .mainvisual--img {
    max-height: 560px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--hero .mainvisual--img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .page--home .section--hero .mainvisual .logo-mark {
    width: 27vw;
    max-width: 180px;
  }
  .page--home .section--hero .scrolldown {
    bottom: -10px;
    left: 6vw;
  }
  .page--home .section--hero .scrolldown .scrolldown--txt {
    color: #fff;
  }
  .page--home .section--banner {
    margin-top: 2.4em;
    margin-left: 4.15vw;
  }
  .page--home .section--info {
    margin: 5em 0 4em 6.2vw;
  }
  .page--home .section--info .list--information {
    flex-wrap: wrap;
  }
  .page--home .section--info .list--information li {
    width: 100%;
    border-right: transparent;
    border-radius: 1em 0 0 1em;
    margin-left: 6.2vw;
  }
  .page--home .section--info .list--information li:first-child {
    margin-left: 0;
  }
  .page--home .section--info .detail__btn {
    margin-right: 6.2vw;
    margin-top: 0.5em;
  }
  .page--home .section--schedule {
    padding: 3em 0;
    border-radius: 60px 0;
    margin-bottom: 5.16em;
  }
  .page--home .section--schedule::after {
    content: none;
  }
  .page--home .section--schedule::before {
    width: 72vw;
    height: 72vw;
    max-width: 480px;
    max-height: 440px;
    background-size: contain;
    background-position: 66% 95%;
    top: -35vw;
    left: -41vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .page--home .section--schedule .section-tit {
    font-size: max(9vw, 28px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--schedule .detail__btn {
    margin-right: 6.2vw;
  }
  .page--home .section--video {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .page--home .section--video {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--video .tit-wrap {
    left: 9vw;
  }
  .page--home .section--video #ListVideo {
    width: 76.5vw;
  }
  .page--home .section--video #ListVideo .tit {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--home .section--video .detail__btn {
    margin-right: 5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--login {
    margin-top: 6em;
  }
  .page--home .section--login .block--login {
    position: relative;
    right: 0;
  }
  .page--home .section--login .block--login .logo {
    width: 56vw;
    max-width: 280px;
    margin-bottom: 2em;
  }
  .page--home .area--fc {
    margin-top: -11vw;
  }
  .page--home .area--fc .wave-top {
    width: 158vw;
    height: 34vw;
    left: -32vw;
  }
  .page--home .area--fc .svg--parts {
    width: 18vw;
    bottom: 10px;
    left: 8vw;
  }
  .page--home .area--fc .eyecatch_1 {
    right: -8vw;
    left: auto;
    top: 10vw;
    z-index: 10;
  }
  .page--home .area--fc .eyecatch_1 .rotate--txt {
    width: 38vw;
    left: -10vw;
    top: 0;
  }
  .page--home .area--fc .eyecatch_1 svg {
    width: 30vw;
  }
  .page--home .area--fc .section--info.fc {
    margin-top: 2em;
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .page--home .area--fc .section--info.fc .section-tit {
    font-size: max(9vw, 28px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .section--moment {
    display: block;
    min-width: 80vw;
    max-width: 600px;
    width: auto;
    flex-wrap: wrap;
    margin: 0 0 auto 0;
    padding: 0;
  }
  .page--home .area--fc .section--moment .section-tit {
    font-size: max(9vw, 28px);
    position: absolute;
    top: -6vw;
    left: 5vw;
  }
  .page--home .area--fc .section--moment .list--moment {
    padding: 2.5em 1em 3em;
    border-radius: 0 80px 80px 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--home .area--fc .section--moment .list--moment {
    border-radius: 0 100px 100px 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .section--moment .list--moment li {
    margin-left: 0;
  }
  .page--home .area--fc .section--moment .detail__btn {
    position: relative;
    top: -1em;
    margin-top: 0;
    margin-right: 6vw;
  }
  .page--home .area--fc .section--blog {
    padding: 1em 0 0;
    margin-bottom: 30vw;
  }
  .page--home .area--fc .section--blog::after {
    width: 120vw;
    height: 120vw;
    left: -51vw;
    bottom: -4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--home .area--fc .section--blog::after {
    width: 90vw;
    height: 90vw;
    left: -48vw;
    bottom: -15vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .section--blog .wave-top {
    width: 159vw;
    height: 46vw;
    top: -40vw;
    left: -15vw;
  }
  .page--home .area--fc .section--blog .wave-bottom {
    width: 160vw;
    height: 40vw;
    bottom: -30vw;
    left: -32vw;
  }
  .page--home .area--fc .section--blog .section-tit {
    text-align: center;
  }
  .page--home .area--fc .section--blog #ListReport {
    padding: 15vw 0 0;
  }
  .page--home .area--fc .section--blog #ListReport.no-carousel {
    padding-top: 1em;
    margin: 0 auto;
  }
  .page--home .area--fc .section--blog #ListReport.no-carousel .list--contents {
    margin-left: 16px;
  }
  .page--home .area--fc .section--blog #ListReport.no-carousel .list--contents li {
    width: 80vw;
  }
  .page--home .area--fc .section--blog #ListReport .list--contents li {
    width: 77.1vw;
    max-width: 380px;
  }
  .page--home .area--fc .section--blog #ListReport .list--contents li .thumb {
    border-radius: 60px;
  }
  .page--home .area--fc .section--blog .detail__btn {
    color: #8FC31F;
    bottom: -17vw;
  }
  .page--home .area--fc .section--blog .detail__btn .arrow-circle {
    background-color: #8FC31F;
  }
  .page--home .area--fc .section--blog .detail__btn .arrow-circle .arrow {
    fill: #006341;
  }
  .page--home .area--fc .section--movie {
    padding-top: 2em;
    margin-bottom: 5em;
  }
  .page--home .area--fc .section--movie .back--txt {
    font-size: 18vw;
    bottom: 2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 640px) {
  .page--home .area--fc .section--movie .section-tit {
    margin-bottom: -10px;
  }
  .page--home .area--fc .section--movie #ListMovie {
    padding: 0 3vw;
  }
  .page--home .area--fc .section--movie .list--contents li {
    border-width: 2px;
    border-radius: 12px;
  }
  .page--home .area--fc .section--movie .list--contents li.swiper-slide.swiper-slide-active {
    border-width: 2px;
    transform: none;
  }
  .page--home .area--fc .section--movie .list--contents li .rotate--txt {
    width: 70px;
    height: 70px;
    right: -8vw;
    bottom: -4vw;
    top: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .area--fc .section--movie .btn-wrap {
    align-items: center;
    margin: 2em 3vw 0;
  }
  .page--home .area--fc .section--gacha {
    padding: 0 3vw;
    position: relative;
  }
  .page--home .area--fc .section--gacha .block--gacha {
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 4em;
  }
  .page--home .area--fc .section--gacha .block--gacha .block--tit .txt {
    margin-bottom: 1em;
  }
  .page--home .area--fc .section--gacha .block--gacha .image {
    padding-right: 8vw;
    margin-left: -2vw;
  }
  .page--home .area--fc .section--gacha .detail__btn {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
  .page--home .area--fc .section--link {
    margin-top: 1em;
    margin-bottom: 4em;
  }
  .page--home .area--fc .section--link ul .link {
    height: 60px;
    margin: 0 auto;
  }
  .page--home .area--fc .section--link ul .link:first-child {
    margin-bottom: 1.75em;
  }
  .page--home .area--fc .section--link ul .link a {
    font-size: 1.45em;
    border-radius: 6px;
    line-height: 60px;
    padding: 0 1em;
  }
  .page--home .area--fc .section--link ul .link .eyecatch {
    width: 180px;
    bottom: -93px;
    right: -8vw;
    top: auto;
  }
  .page--home .footer {
    padding: 4em 7vw 2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .page--home .footer {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .content-main .section--list .block--title,
  .page--blog .content-main .section--list .block--title {
    margin-bottom: 20px;
  }
  .page--info .section--detail .txt,
  .page--blog .section--detail .txt {
    line-height: 1.8;
  }
  .page--schedule .list--information li {
    border: none;
  }
  .page--schedule .list--information li.today {
    background: rgba(143, 195, 31, 0.8);
  }
  .page--schedule .list--information li .date {
    padding: 1em 2em;
  }
  .page--schedule .list--information li .date .md {
    font-size: 2em;
  }
  .page--schedule .list--information li .date .week {
    margin-left: 0.2em;
  }
  .page--schedule .list--information li .category {
    margin-left: 0;
    padding: 0.3em 1em 0.2em;
  }
  .page--schedule .list--information li a {
    padding-top: 0;
  }
  .page--disco.page--disco__detail .block--disco .jacket,
  .page--disco.page--disco__detail .block--disco .block--disco__detail {
    width: 100%;
  }
  .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;
  }
  #moment.moment--member .block--action .icon--reaction,
  #moment.moment--member .block--action .icon--like {
    margin-left: 18px;
  }
  #moment.moment--member .block--action .icon--reaction {
    font-size: 5vw;
  }
  #moment.moment--member .fa-comment-o {
    font-size: 1.3em;
  }
  #moment.moment--member .comment--area {
    padding: 2em 5vw;
  }
  #moment.moment--member .comment--area .close {
    width: 20px;
    height: 20px;
    top: 30px;
    right: 5vw;
  }
  #moment.moment--member .list--comment {
    max-height: 40vh;
  }
  .page--blog .section--list .list--contents li {
    width: 100%;
  }
  .page--blog .section--detail .txt div.thumb {
    margin: 20px 0;
  }
  .page--blog.page--blog__detail .section--detail {
    position: static;
  }
  .page--blog.page--blog__detail .block--pager {
    width: 100%;
  }
  .page--blog video {
    position: relative;
  }
  #moment.moment--member .section--list .list--moment li a .icon {
    width: 30vw;
    height: 30vw;
  }
  .page--movie.movie-all .block--category-list {
    margin-top: 2em;
  }
  .page--movie.new-movie .list--contents li {
    width: calc(50% - 0.5em);
  }
  .page--movie .section--detail .area--movie {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .page--photo .list--contents li {
    width: 100%;
  }
  .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 .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;
  }
  .page--stream .attention li,
  .page--stream .attention dt,
  .page--stream .attention dd {
    font-size: 1.3rem;
    line-height: 2;
  }
  .section--list.archive .list--contents.column2 li {
    width: 100%;
    margin-bottom: 2em;
  }
  .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: #006341;
  }
  .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 .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;
    margin: 10px auto;
  }
  .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 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .page--entry.section--detail .area--logo {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0 1em;
  }
  .page--entry.section--detail .block {
    padding: 2em;
  }
  .page--entry.section--detail .area--detail {
    width: 100%;
    padding: 0;
  }
  .page--entry.section--detail .area--detail .list--contentslist li {
    width: 100%;
  }
  .page--entry.section--detail .area--detail .block--movie {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    margin: 0;
    padding: 5vw 2em;
  }
  .page--entry.section--detail .area--detail .block--movie .thumb {
    margin-bottom: 15px;
  }
  .page--entry.section--detail .area--detail .block--movie .tit {
    text-align: center;
    font-size: 5vw;
    padding: 0;
  }
  .page--entry.section--detail .area--detail .block--spec {
    padding: 2em 0;
  }
  .page--entry.section--detail .area--detail .block--spec .block-tit {
    font-size: 4.5vw;
    border-bottom: 1px dotted #dbdcde;
    padding: 0 0.5em 20px;
    margin-bottom: 1em;
    text-align: center;
  }
  .page--entry.section--detail .area--detail .block--spec .block-tit p {
    font-weight: normal;
    vertical-align: baseline;
    padding-left: 0.2em;
  }
  .page--entry.section--detail .area--detail .block--spec dl div {
    padding: 1em;
  }
  .page--entry.section--detail .area--detail .block--spec dl dt {
    width: 8em;
    font-weight: bold;
  }
  .page--entry.section--detail .area--detail .block--spec dl dd {
    width: calc(100% - 9em);
  }
  .page--entry.section--detail .area--detail .block--benefit {
    padding: 3em 2em;
  }
  .page--entry.section--detail .area--detail .block--benefit .block-tit {
    line-height: 1.5;
  }
  .page--entry.section--detail .area--detail .block--contents {
    border-top: 1px solid #D1D1D1;
    margin: 0;
    padding: 8vw 0 2vw;
  }
  .page--entry.section--detail .area--detail .block--contents .block-tit {
    text-align: center;
    font-size: 8.4vw;
    margin-bottom: 3vw;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li {
    padding: 1.3em 1em 1em;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li .tit {
    font-size: 16px;
  }
  .page--entry.section--detail .area--detail .block--contents .list--contents-list li:last-of-type {
    border-bottom: none;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link {
    display: block;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .block {
    width: 100%;
    padding: 2em;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__link .block .tit {
    font-size: 14px;
    padding: 0;
    margin-bottom: 1em;
  }
  .page--entry.section--detail .area--detail .block--entry .block--entry__pid .title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .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: 641px) and (max-width: 960px) {
  .drawer .header__inner {
    padding: 8vw;
  }
}
/* -------------------------------------------------
	wovn
------------------------------------------------- */
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .wovn-languages,
  .drawer-visible .wovn-languages {
    top: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--hero {
    padding-top: 40px;
  }
  .wovn-languages,
  .drawer-visible .wovn-languages {
    position: fixed;
    right: calc(7vw + 2em);
    top: 8vw;
  }
  .bnr-on .wovn-languages,
  .bnr-on .drawer-visible .wovn-languages {
    position: absolute;
  }
  .headerFixApp .wovn-languages,
  .headerFixApp .drawer-visible .wovn-languages {
    position: fixed;
  }
  .drawer .header__inner {
    padding: 4em 4.12vw 1.15em;
  }
  .drawer-visible .drawer__btn {
    right: 3.4vw;
  }
  .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 */