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

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

legend {
  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, body {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

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

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

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

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

.wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 650px;
}

.foot {
  position: absolute;
  bottom: 0;
}
.foot .foot-fc-logo {
  padding: 0;
}
.foot .foot-fc-logo a {
  display: block;
  padding: 15px;
}

nav.globalMenuSp {
  padding: 100px 0;
  z-index: -999;
}
nav.globalMenuSp a {
  line-height: 1;
  pointer-events: none;
}
@media screen and (min-width: 481px) {
  nav.globalMenuSp a {
    font-size: 0.85em;
  }
}
nav.globalMenuSp .jp span {
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 0.55em;
}
nav.globalMenuSp .menu-sns {
  width: 290px;
  height: 40px;
  margin-top: 30px;
}
nav.globalMenuSp .menu-sns img {
  width: 40px;
}
nav.globalMenuSp.active {
  z-index: 110;
}
nav.globalMenuSp.active a {
  pointer-events: auto;
}

nav.globalMenuSp.active {
  overflow-y: scroll;
  padding-bottom: 70px;
}

.fc-a-text a {
  text-decoration: none;
}

.fc-a-text-nomal {
  margin-bottom: 0;
}

.page-nav.detail {
  width: 60px;
}

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

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

.modal {
  left: 0;
}

@media screen and (min-width: 481px) {
  .modal_close a {
    transition: 0.3s;
  }
  .modal_close a:hover {
    opacity: 0.5;
  }
}
#page-top a {
  background-image: url(/static/genjibu/fanclub/img/common/pagetop.svg);
}

#fc-top {
  padding-top: 10vw;
}

.ph {
  position: relative;
  margin: 5px 0;
}
.ph q img {
  width: 100% !important;
}

.ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.ph img {
  max-width: 100%;
}

.fc-article-sec.new .title-detail {
  position: relative;
}
.fc-article-sec.new .title-detail::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 1px;
  left: 0;
}

.article-wrap.new .a-text p {
  position: relative;
}
.article-wrap.new .a-text p::after {
  content: "NEW";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #fff;
  padding: 1px 5px;
  vertical-align: 2px;
  background: #000;
  margin-left: 5px;
}

.fc-article-wrap.new .fc-a-text-nomal {
  position: relative;
}
.fc-article-wrap.new .fc-a-text-nomal::after {
  content: "NEW";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  padding: 1px 5px;
  vertical-align: 2px;
  background: #fff;
  border: 1px solid;
  margin-left: 5px;
}

.prof-main-image {
  position: relative;
}
.prof-main-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.title-jp span {
  margin-left: 10px;
}

.article-date {
  margin-right: 10px;
}

.fc-title-jp span {
  font-size: 16px;
  vertical-align: 3%;
}

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

.btn--main {
  margin: 1em 0;
  padding: 1rem 1.5rem;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .btn--main {
    width: 350px;
    min-width: 300px;
    transition: 0.3s;
    cursor: pointer;
  }
  .btn--main:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .btn--main {
    width: 100%;
  }
}

.btn--sub {
  display: block;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  padding: 1rem 1.5rem;
  border: 1px solid;
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  .btn--sub {
    width: 350px;
    min-width: 300px;
    transition: 0.3s;
    cursor: pointer;
    margin: 0 auto;
  }
  .btn--sub:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .btn--sub {
    width: 100%;
  }
}

.main-image {
  position: relative;
}
.main-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
  .profile .prof-text {
    text-align: left;
  }
}

.prof-photo {
  position: relative;
}

.prof-photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.prof-sec-photo {
  position: relative;
}

.prof-sec-photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.d-post {
  letter-spacing: 0.05em;
  font-size: 12px;
}

.d-live {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.colorline {
  background-image: url(/static/genjibu/fanclub/img/common/img_colorline.svg);
}

.m-line:after {
  background: url(/static/genjibu/fanclub/img/common/img_colorline.svg);
}

.fc-btn-area.login {
  justify-content: center;
}

.fc-photo-col {
  background: #fff url(/static/genjibu/fanclub/img/dummy/img_wm_black.png) repeat;
  height: 100%;
}
.fc-photo-col a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .fc-photo-col a {
    transition: 0.3s;
  }
}
.fc-photo-col a img {
  display: block;
  width: 100%;
  background: no-repeat top;
  background-size: cover;
}

.fc-photo-col.nologin a {
  position: relative;
}
.fc-photo-col.nologin a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(225, 225, 225, 0.4) url(/static/genjibu/fanclub/img/dummy/img_wm_black.png) repeat;
}

.fc-yt-wrap {
  padding-top: 0;
}
.fc-yt-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .fc-yt-wrap a {
    transition: 0.3s;
  }
}
.fc-yt-wrap a img {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 5px;
}

.fc-yt-wrap.nologin a {
  position: relative;
  height: auto;
}
.fc-yt-wrap.nologin a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4) url(/static/genjibu/fanclub/img/dummy/img_wm_white.png) repeat;
  background-size: 50%;
}

.article-wrap {
  display: block;
}
.article-wrap a {
  display: flex;
  color: #000;
  text-decoration: none;
  padding-bottom: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  .article-wrap a {
    transition: 0.3s;
  }
}

.fc-article-wrap {
  display: block;
  margin-bottom: 12px;
}
.fc-article-wrap a {
  display: flex;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  .fc-article-wrap a {
    transition: 0.3s;
  }
}

.fc-d-post {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.fc-title-jp {
  font-size: 26px;
}

.a-date {
  overflow: visible;
  margin-bottom: 0;
}

.d-date {
  margin-bottom: 3px;
}

.fc-arrow {
  font-size: 16px;
}

.fc-contents,
.fc-topics-wrap,
.fc-t-news,
.fc-article-wrap,
.fc-a-date {
  overflow: visible;
}

.fc-article-wrap.new .fc-a-text,
.article-wrap.new .fc-a-text {
  position: relative;
}
.fc-article-wrap.new .fc-a-text::after,
.article-wrap.new .fc-a-text::after {
  content: "NEW";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  padding: 1px 5px;
  background: #fff;
  vertical-align: 2px;
  margin-left: 2px;
}

.t-live, .t-media, .fc-t-blog {
  overflow: visible;
}

.fc-a-date {
  margin-bottom: 0;
}

.topics-wrap,
.t-news,
.article-wrap-sec,
.article-title,
.article-wrap {
  overflow: visible;
}

.top-banner-area {
  height: auto;
  display: block;
}
.top-banner-area .list--bnr {
  display: flex;
}
.top-banner-area .list--bnr li {
  width: 25%;
  list-style: none;
}
.top-banner-area .list--bnr li a img {
  width: 100%;
}

.a-text, .fc-a-text {
  margin-bottom: 0;
}

.fc-t-photo {
  margin-bottom: 0;
}

.list--bnr {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.all-clear .list--bnr {
  opacity: 1;
}

.list--bnr.slick-initialized {
  opacity: 1;
}

.slick-list {
  padding-left: 0 !important;
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-dots li {
  width: 10px !important;
  height: 10px;
}
.slick-dots li button {
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slick-dots li button::before {
  content: none;
}

.slick-dots li.slick-active button {
  background: #000;
}

.jkt a img {
  background-size: contain;
  background-repeat: no-repeat;
}

.modal_wrap a {
  color: #000;
  text-decoration: underline;
}

.jkt_spec {
  line-height: 1.4;
}

.jkt-cap {
  padding: 0 5px;
}

@media screen and (min-width: 481px) {
  .jkt img {
    transition: 0.3s;
  }
}
.page--info .fc-article-wrap {
  display: block;
}
.page--info .fc-article-wrap a {
  display: flex;
  text-decoration: none;
  color: #fff;
}
.page--info .article-wrap {
  display: block;
}
.page--info .article-wrap a {
  display: flex;
  text-decoration: none;
  color: #000;
}
.page--info .article-date {
  width: 18%;
}
.page--info .article-wrap-sec.new .title-detail {
  position: relative;
}
.page--info .article-wrap-sec.new .title-detail::after {
  content: "NEW";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #fff;
  padding: 1px 5px;
  vertical-align: 2px;
  background: #000;
  margin-left: 5px;
}
.page--info .members.article-wrap-sec.new .title-detail {
  position: relative;
}
.page--info .members.article-wrap-sec.new .title-detail::after {
  content: "NEW";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  padding: 1px 5px;
  vertical-align: 2px;
  background: #fff;
  margin-left: 5px;
}
.page--info .d-post {
  font-size: 12px;
  width: 100px;
}
.page--info .movie-wrap {
  justify-content: flex-start;
}
.page--info .movie-col {
  margin: 0;
  margin-bottom: 5px;
}
.page--info .movie-col img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--info .movie-col a {
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.page--info .movie-thumb {
  margin-bottom: 5px;
}
.page--info.category-2 .d-post {
  width: 100%;
  padding-top: 5px;
}

.page--movie .movie-wrap {
  justify-content: flex-start;
}
.page--movie .movie-col {
  margin: 0;
  margin-bottom: 5px;
}
.page--movie .movie-col img {
  display: block;
  background: no-repeat center;
  background-size: cover;
}
.page--movie .movie-col a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
.page--movie .movie-thumb {
  margin-bottom: 5px;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #fff;
  line-height: 0;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .txt--sub {
  margin-bottom: 4em;
}
.page--movie .txt--sub.android {
  margin-bottom: 20px;
}
.page--movie .btn {
  text-align: center;
  border: 1px solid;
  min-width: 90%;
  padding: 20px;
  margin: 1em 0 4em;
}
.page--movie .btn a {
  text-decoration: none;
  font-size: 13px;
}
.page--movie .btn--sub {
  margin-bottom: 40px;
}

.page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: #333;
  border: none;
}
.page--movie.new-movie .wrapper .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding-top: 0;
}
.page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border-color: #111;
}
.page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  text-decoration: none;
}
.page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
  width: 75%;
  font-size: 16px;
}
.page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
  margin-bottom: 5px;
}
.page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab > div.current.tab__list .item__ico img {
  background: none;
  background: #fff;
  -webkit-mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
          mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page--movie.new-movie .wrapper .section--detail .area--more-info:has(.list--contents) {
  display: block;
}
.page--movie.new-movie .wrapper .section--detail .area--more-info {
  display: none;
}
.page--movie.new-movie .wrapper .section--detail .area--movie {
  margin-bottom: 40px;
}

.page--error .btn {
  text-align: center;
  margin: 1em 0;
}
.page--error .btn .btn--sub {
  overflow: hidden;
  min-width: 300px;
  cursor: pointer;
  transition: 0.3s;
  padding: 1rem 1.5rem;
  background: #000;
  text-decoration: none;
  display: inline-block;
}

.page--photo .photo-col a {
  text-decoration: none;
}
.page--photo .photo-col img {
  display: block;
  width: 100%;
  background: no-repeat top;
  background-size: cover;
  margin-bottom: 5px;
}
.page--photo .photo-wrap {
  margin-bottom: 50px;
}

.page--wallpaper .wallp img {
  margin-bottom: 5px;
  display: block;
  background: no-repeat center;
  background-size: cover;
}
.page--wallpaper .wallp img:hover {
  opacity: 1;
}
.page--wallpaper .wallp a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.page--wallpaper .txt {
  text-align: center;
  font-size: 13px;
}
.page--wallpaper .txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.page--wallpaper .page-nav2 {
  margin-bottom: 50px;
}
.page--wallpaper .txt--center {
  text-align: center;
  margin: 0 0 20px;
}
.page--wallpaper .ph {
  width: 70%;
  margin: 0 auto;
}
.page--wallpaper .ph::after {
  content: none;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

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

#swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}

#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 5px;
  background: #fff;
  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: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

#swipebox-action #swipebox-prev {
  left: 3%;
}

#swipebox-action #swipebox-next {
  right: 3%;
}

#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #ffffff transparent transparent;
}

#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ffffff;
}

.page--blog video {
  position: relative !important;
}
.page--blog .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
}
.page--blog .fc-article-wrap {
  display: block;
  margin-bottom: 15px;
}
.page--blog .fc-article-wrap a {
  display: flex;
  text-decoration: none;
}
.page--blog .title-detail {
  width: 69%;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .page--blog .title-detail {
    width: 100%;
  }
}
.page--blog .article-name {
  font-size: 14px;
  position: relative;
  top: 4px;
}
.page--blog .block--form {
  margin-top: 40px;
}
.page--blog .block--form .comment-name {
  font-size: 18px;
  margin-bottom: 10px;
}
.page--blog .block--form .list--form {
  border-radius: 0;
}
.page--blog .block--form .list--form .post-area {
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.page--blog .category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--blog .category-wrap .block--category {
  margin-bottom: 0;
}
.page--blog .block--category {
  margin-bottom: 50px;
  text-align: right;
}
.page--blog .block--category li {
  display: inline-block;
  border: none;
  position: relative;
  margin: 0 0.5em 0.5em 0;
}
.page--blog .block--category li a {
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
}
.page--blog .block--category li.current {
  opacity: 0.5;
  pointer-events: none;
}
.page--blog .block--category li.year {
  font-weight: bold;
}
.page--blog .btn--main {
  margin: 2em auto;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
}
.page--blog .btn--sub {
  margin: 2em auto;
  padding: 1rem 1.5rem;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  width: 300px;
  text-align: center;
  border-radius: 0;
}
.page--blog .list--comment li {
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
}
.page--blog .list--comment li:last-child {
  border: none;
}
.page--blog .comment-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.page--blog .comment-item .name {
  font-size: 14px;
  font-weight: bold;
}
.page--blog .comment-item .date {
  opacity: 0.7;
}
.page--blog .btn--delete {
  margin-top: 10px;
  border-radius: 0;
  text-align: right;
}
.page--blog .btn--delete input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 11px;
  padding: 6px;
  background: #fff;
  border-radius: 0;
}
.page--blog .txt {
  font-size: 13px;
  line-height: 1.6;
}
.page--blog .no-data {
  font-size: 0.8em;
}

.page--blog.list--ym .page-nav.detail {
  width: 90px;
}

.form--post dt {
  margin: 3em 0 1em;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .form--post dt {
    margin: 2em 0 0.5em;
  }
}
.form--post dd {
  margin: 0 0 1em;
}

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  line-height: 1.9;
  color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

.input--half {
  width: 50% !important;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .input--half {
    width: 75% !important;
  }
}

.input--quarter {
  width: 25% !important;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .input--quarter {
    width: 50% !important;
  }
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  line-height: 1.9;
  height: 10em;
}
textarea:focus {
  border-color: #000;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  line-height: 1.9;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  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 {
  background: #000;
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  /*@include font-base();*/
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  /*@include font-base();*/
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: rgb(152, 152, 152);
  border-color: rgb(152, 152, 152);
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 2em 0 2em;
}

.txt--basic {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  padding-bottom: 10px;
  font-size: 18px;
}

.form--confirm {
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 10px;
  font-size: 13px;
  opacity: 0.8;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  font-size: 15px;
  color: #fff;
}

.page--questionnaire .section--detail .section-tit {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding-bottom: 12px;
}
.page--questionnaire .section--detail .btn {
  margin: 50px auto 0;
}
.page--questionnaire .section--detail .btn .btn--main {
  margin: 0 auto;
}
.page--questionnaire .section--detail .btn .btn--sub {
  color: #000;
}
.page--questionnaire .section--detail .btn + .btn {
  margin-top: 0.5em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
}
.page--questionnaire .section--detail .txt--basic {
  font-size: 15px;
  border: none;
  line-height: 1.8;
  padding-bottom: 0;
  margin: 20px auto;
}
.page--questionnaire .section--detail .form__select::after {
  border-color: #000;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -0.25em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #e63a37;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding-left: 10px;
}
.page--questionnaire .section--detail form .form--confirm dt {
  font-size: 12px;
  opacity: 0.6;
  margin: 0 0 3px;
}
.page--questionnaire .section--detail form .form--confirm dd {
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em;
  margin: 0 0 1em;
}

@media screen and (min-width: 481px) {
  .globalMenuSp ul li a {
    transition: 0.3s;
  }
}

.block--pager {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  text-align: center;
}
.block--pager .pager__item--newer {
  float: left;
}
.block--pager .pager__item--older {
  float: right;
}
.block--pager li {
  margin-right: 8px;
  display: inline-block;
}
.block--pager li a {
  text-decoration: none;
  color: #fff;
}
.block--pager li span {
  opacity: 0.5;
}
.block--pager li:last-child {
  margin-right: 0;
}
.block--pager .pager__item--current {
  opacity: 0.5;
}

.page--home .head-logo-sec {
  display: none;
}

.page--support.wrap-sec .section-tit {
  color: #000;
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 20px;
  line-height: 1.4;
}
.page--support.wrap-sec .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.page--support.wrap-sec .list--support {
  margin-top: 2em;
}
.page--support.wrap-sec .list--support a {
  text-decoration: underline;
  transition: 0.3s;
  color: #000;
}
.page--support.wrap-sec .list--support a:hover {
  text-decoration: none;
}
.page--support.wrap-sec .list--support dt {
  font-weight: bold;
}
.page--support.wrap-sec .list--support dd {
  margin-bottom: 1.5em;
}
.page--support .page-nav .p-prev {
  margin: 0 auto;
}

.page--faq .section--list {
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 150px;
}
.page--faq .section--list .section-tit {
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-shadow: none;
  line-height: 1.4;
}
.page--faq .section--list .tit {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .block--contact {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
}
.page--faq .section--list .block--contact a:hover {
  color: #bfbfbf;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #000;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 5px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .page--faq .searchBox input[type=submit] {
    top: 3px;
  }
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #bfbfbf;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #bfbfbf;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 0 0 0;
  color: #000;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding: 1.2em 0;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 481px) {
  .page--faq .list--faq li a {
    transition: 0.3s;
  }
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  margin: 0 10px 0 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 28px;
  position: relative;
  top: -2px;
}
.page--faq .tit--category {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: solid 1px #bfbfbf;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: solid 1px #bfbfbf;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  display: inline-block;
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
  color: #000;
}
.page--faq .block--faq-detail .txt a:hover {
  color: rgb(152, 152, 152);
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q {
  margin-right: 0.2em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #000;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}
.page--faq .list--tag {
  margin-bottom: 30px;
}
.page--faq .list--tag li {
  border: 1px solid;
  border-radius: 30px;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  margin: 6px 0;
}
.page--faq .list--tag li:hover {
  background: #000;
}
.page--faq .list--tag li:hover a {
  color: #fff;
}
.page--faq .list--tag li a {
  display: block;
  padding: 6px 14px;
  text-decoration: none;
}
.page--faq .tit--category {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.wrap-sec.page--entry .entry .block--top {
  width: 25vw;
  margin: 0 auto 80px;
}
.wrap-sec.page--entry .entry .block--top .txt {
  font-size: 0.9vw;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  background: #000000;
  color: #fff;
  line-height: 1;
  padding: 5px 0;
}
.wrap-sec.page--entry .entry .block--top .logo {
  margin-bottom: 10px;
}
.wrap-sec.page--entry .entry .block--top .txt--sub {
  font-size: 2.3vw;
  letter-spacing: 0.3em;
  text-align: center;
  position: relative;
}
.wrap-sec.page--entry .entry .block--top .txt--sub::before, .wrap-sec.page--entry .entry .block--top .txt--sub::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: url(/static/genjibu/fanclub/img/common/img_colorline.svg);
  background-size: contain;
}
.wrap-sec.page--entry .entry .block--top .txt--sub::before {
  position: absolute;
  top: 3px;
}
.wrap-sec.page--entry .entry .block--top .txt--sub::after {
  position: absolute;
  bottom: 0;
}
.wrap-sec.page--entry .entry .block--tit {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap-sec.page--entry .entry .block--benefit {
  margin-bottom: 80px;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li {
  background: #ececec;
  padding: 40px 30px;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .tit {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .txt {
  font-size: 14px;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .txt span {
  display: block;
  font-size: 12px;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .card {
  width: 48.5%;
  margin-right: 3%;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .card .txt {
  margin-bottom: 20px;
  text-align: center;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .card .txt .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .key {
  width: 48.5%;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .key .txt {
  margin-bottom: 20px;
  text-align: center;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li .key .txt .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap-sec.page--entry .entry .block--benefit .list--benefit li:nth-child(2) .txt, .wrap-sec.page--entry .entry .block--benefit .list--benefit li:last-child .txt {
  margin-bottom: 20px;
}
.wrap-sec.page--entry .entry .block--contents {
  margin-bottom: 80px;
}
.wrap-sec.page--entry .entry .block--contents .list--contents li {
  color: #fff;
  background: #000;
  padding: 40px 30px;
}
.wrap-sec.page--entry .entry .block--contents .list--contents li .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.wrap-sec.page--entry .entry .block--contents .list--contents li .tit span {
  display: block;
  font-size: 12px;
}
.wrap-sec.page--entry .entry .block--contents .list--contents li .txt {
  font-size: 13px;
  text-align: center;
}
.wrap-sec.page--entry .entry .block--contents .list--contents li .txt span {
  display: block;
  font-size: 10px;
}
.wrap-sec.page--entry .entry .block--entry {
  margin-bottom: 40px;
}
.wrap-sec.page--entry .entry .block--entry .step {
  width: 80%;
  margin: 0 auto;
}
.wrap-sec.page--entry .entry .block--entry .step ul li {
  padding: 20px;
  background: #d0d0d0;
}
.wrap-sec.page--entry .entry .block--entry .step ul li .tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.wrap-sec.page--entry .entry .block--entry .step ul li .txt {
  font-size: 13px;
}
.wrap-sec.page--entry .entry .block--entry .step ul li .txt span {
  font-size: 10px;
  display: block;
}
.wrap-sec.page--entry .entry .block--payment {
  margin-bottom: 80px;
}
.wrap-sec.page--entry .entry .block--payment .list--payment {
  margin: 0 auto;
  width: 80%;
}
.wrap-sec.page--entry .entry .block--payment .list--payment th {
  width: 190px;
  padding: 10px 3%;
  text-align: center;
  border: 2px solid #000;
  font-weight: 400;
  font-size: 16px;
}
.wrap-sec.page--entry .entry .block--payment .list--payment td {
  border: 2px solid #000;
  font-size: 16px;
  padding: 20px;
}
.wrap-sec.page--entry .entry .block--payment .list--payment ul li {
  font-size: 15px;
}
.wrap-sec.page--entry .entry .block--payment .list--payment ul li:nth-child(2) {
  margin-bottom: 5px;
}
.wrap-sec.page--entry .entry .block--payment .list--payment .txt--sub {
  font-size: 10px;
}
.wrap-sec.page--entry .entry .block--attention {
  width: 80%;
  letter-spacing: 0.02em;
  background: #ffeded;
  padding: 28px;
  border: 2px solid #de1a1a;
  margin: 0 auto 40px;
}
.wrap-sec.page--entry .entry .block--attention .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wrap-sec.page--entry .entry .block--attention .txt {
  font-size: 14px;
}
.wrap-sec.page--entry .entry .block--attention .txt--basic {
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap-sec.page--entry .entry .block--attention ul {
  padding-top: 20px;
}
.wrap-sec.page--entry .entry .block--attention ul li {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1em;
  text-indent: -0.5em;
}
.wrap-sec.page--entry .entry .block--attention ul li::before {
  content: "・";
  display: inline-block;
  position: relative;
}
.wrap-sec.page--entry .entry .block--attention ul li:last-child {
  margin-bottom: 0;
}
.wrap-sec.page--entry .entry .block--btn .btn-box {
  width: 80%;
  margin: 0 auto;
}
.wrap-sec.page--entry .entry .block--btn .btn-box .inner:nth-child(2) .tit {
  margin-bottom: 33px;
}
.wrap-sec.page--entry .entry .block--btn .btn-box .tit {
  font-size: 16px;
  font-weight: bold;
}
.wrap-sec.page--entry .entry .block--btn .btn-box .tit span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.wrap-sec.page--entry .entry .block--btn .btn-box .btn--main {
  margin: 1em 0;
  padding: 1rem 1.5rem;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  min-width: 390px;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .wrap-sec.page--entry .entry .block--btn .btn-box .btn--main {
    min-width: inherit;
  }
}

/*  birthday message
------------------------------ */
.birthday-message {
  width: 440px;
  margin: 0 auto 70px;
}
.birthday-message a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 15px;
  background: #000;
  border: 1px solid;
  font-size: 15px;
}
.birthday-message a i {
  margin-right: 5px;
}

.page--birthday .section-tit {
  font-size: 30px;
  margin-bottom: 14px;
}
.page--birthday .txt {
  font-size: 14px;
  margin-bottom: 40px;
}

/*  page--bbs
------------------------------ */
.page--bbs.new--thread .inner .comment li.member {
  margin-bottom: 20px;
}
.page--bbs.new--thread .inner .comment li.member .comment--box {
  margin-top: 18px;
}
.page--bbs.bbs--top .topics-wrap {
  margin-bottom: 0;
}
.page--bbs.bbs--top .list--thread .block--parent {
  border-bottom: 1px solid #383838;
}
.page--bbs.bbs--top .list--thread .block--parent:last-of-type {
  border-bottom: none;
}
.page--bbs.bbs--top .list--thread a {
  text-decoration: none;
}
.page--bbs.bbs--top .list--thread a .flex-container {
  display: flex;
  align-items: center;
  position: relative;
}
.page--bbs.bbs--top .list--thread a .flex-container .notice--text {
  opacity: 0.8;
}
.page--bbs.bbs--top .list--thread a .flex-container .new {
  position: absolute;
  background: #cf2323;
  border-radius: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page--bbs.bbs--top .list--thread a .flex-container span {
  display: block;
  text-align: center;
}
.page--bbs.bbs--top .archive {
  display: block;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.page--bbs.bbs--top .archive a {
  display: block;
  text-decoration: none;
  color: #dcdcdc;
}
.page--bbs.bbs--top .archive--link {
  display: inline-block;
  line-height: 1;
  vertical-align: text-top;
}
.page--bbs .block--pager {
  border-bottom: none;
  text-align: center;
  margin-bottom: 80px;
  padding: 0;
}
.page--bbs .block--pager .btn--sub {
  margin: 0 auto;
}
.page--bbs .user--name {
  font-size: small;
  font-weight: bold;
}
.page--bbs .user--message {
  border-bottom: 1px solid #c8c8c8;
  color: #898989;
  padding-bottom: 0.75em;
  font-size: small;
}
.page--bbs .reply {
  padding-top: 0.75em;
}
.page--bbs .icon {
  border-radius: 50%;
  border: 1px solid rgba(35, 35, 35, 0.05);
  overflow: hidden;
  position: relative;
  margin-right: 2em;
}
.page--bbs .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.page--bbs .icon .blue {
  display: none;
  filter: blur(10px);
  transform: scale(1.2);
}
.page--bbs .inner {
  background: #2C2C2C;
  padding: 80px 0 0;
  margin: 40px auto 0;
}
.page--bbs .inner .no-data {
  background: rgba(109, 109, 109, 0.4);
  color: #fff;
  text-align: center;
  margin: 0 auto 56px;
  max-width: 220px;
}
.page--bbs .inner .btn--sub {
  width: 220px;
  min-width: 220px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #898989;
  border-radius: 5px;
}
.page--bbs .inner .comment {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
}
.page--bbs .inner .comment li {
  margin-bottom: 12px;
  display: flex;
}
.page--bbs .inner .comment li a {
  text-decoration: none;
}
.page--bbs .inner .comment li.member .comment--box {
  max-width: 80%;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner {
  background: #fff;
  color: #232323;
  border-radius: 12px;
  position: relative;
  margin-bottom: 8px;
  padding: 0.75em;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -17px;
  border: 8px solid transparent;
  border-right: 18px solid #fff;
  transform: rotate(35deg);
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .ph {
  display: block;
  cursor: pointer;
  width: 100% !important;
  position: relative;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .ph:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.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;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt a {
  color: #000;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt .player {
  width: 700px;
  max-width: 100%;
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt .player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page--bbs .inner .comment li.member .comment--box .block--user .name {
  margin: 0 0 8px 8px;
  display: block;
  color: #898989;
  font-size: 12px;
}
.page--bbs .inner .comment li.member .comment--box .date {
  margin-right: 8px;
  float: right;
  color: #898989;
  font-size: 12px;
}
.page--bbs .inner .comment li.not-member {
  justify-content: right;
}
.page--bbs .inner .comment li.not-member .comment--box {
  max-width: 100%;
}
.page--bbs .inner .comment li.not-member .comment--box .comment--box--inner {
  background: #fff;
  color: #232323;
  border-radius: 12px;
  position: relative;
  margin-bottom: 8px;
  padding: 0.75em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 8px auto;
}
.page--bbs .inner .comment li.not-member .comment--box .comment--box--inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -17px;
  border: 8px solid transparent;
  border-right: 18px solid #fff;
  transform: rotate(140deg);
}
.page--bbs .inner .comment li.not-member .comment--box .block--user .name {
  margin: 0 8px 8px 0;
  display: block;
  color: #898989;
  font-size: 12px;
  text-align: right;
}
.page--bbs .inner .comment li.not-member .comment--box .date {
  margin-right: 8px;
  float: right;
  color: #898989;
  font-size: 12px;
}
.page--bbs .inner .switching_btn {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  font-weight: bold;
  font-size: 20px;
}
.page--bbs .inner .switching_btn li {
  margin-right: 40px;
}
.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: #898989;
}
.page--bbs .inner .all .switching_btn_all {
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}
.page--bbs .inner .artist .switching_btn_member {
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}
.page--bbs .inner .artist .switching_btn_all a {
  color: #898989;
}
.page--bbs .inner .bottom_menu {
  background-color: #898989;
  padding: 24px 7%;
}
.page--bbs .inner .bottom_menu .btn {
  text-align: center;
}
.page--bbs .inner .bottom_menu .btn a {
  border-radius: 5px;
}
.page--bbs .comment--inner {
  background: #2C2C2C;
}
.page--bbs .comment--inner .block--post {
  background: #898989;
  position: relative;
}
.page--bbs .comment--inner .block--post .form--post dd {
  margin: 0;
}
.page--bbs .comment--inner .bbs-textarea {
  text-align: center;
}
.page--bbs .comment--inner textarea {
  resize: none;
  padding: 0.8em 1.2em;
  margin: 24px auto 24px;
  height: initial;
  border-radius: 30px;
  background: #fff;
  border: 0;
}
.page--bbs .comment--inner .btn {
  position: absolute;
}
.page--bbs .comment--inner label {
  background: url(/static/genjibu/fanclub/img/bbs/img.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
}
.page--bbs .comment--inner label input {
  display: none;
}
.page--bbs .switching_btn {
  padding-bottom: 24px;
}
.page--bbs .form--confirm {
  margin: 2em 0 4em;
}
.page--bbs .form--confirm .btn--main {
  border: 1px solid #fff;
}
.page--bbs .form--confirm .not-member-comment {
  display: none;
}
.page--bbs .form--confirm .txt-notes {
  color: #f00;
  margin: 0 0 2.5em;
  font-size: 13px;
}
.page--bbs .commentcomplete-btn {
  margin: 4em 0;
}
.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: #fff;
}
.page--bbs .error--form .btn--main {
  border: 1px solid #fff;
}
.page--bbs .error--form .not-member-comment {
  display: none;
}
.page--bbs #swipebox-prev,
.page--bbs #swipebox-next {
  display: none;
}
.page--bbs .detail__btn {
  text-align: center;
}
.page--bbs .detail__btn a {
  text-decoration: none;
}
.page--bbs .modalArea {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.page--bbs .modalArea .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.page--bbs .modalArea .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--bbs .modalArea .closeModal {
  position: absolute;
  font-size: 50px;
  color: #ffffff;
}
.page--bbs.page--edit .section--detail.fc-wrap-sec, .page--bbs.page--confirm .section--detail.fc-wrap-sec, .page--bbs.page--done .section--detail.fc-wrap-sec {
  padding-bottom: 5em;
}
.page--bbs.page--edit textarea, .page--bbs.page--confirm textarea, .page--bbs.page--done textarea {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.page--bbs.page--edit .btn.first, .page--bbs.page--confirm .btn.first, .page--bbs.page--done .btn.first {
  margin: 5em 0 1em;
}
.page--bbs.page--edit .btn--main, .page--bbs.page--confirm .btn--main, .page--bbs.page--done .btn--main {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #111111;
}
.page--bbs.page--confirm dl.form {
  margin-top: 3em;
}
.page--bbs.page--confirm dt {
  margin-bottom: 0.5em;
}
.page--bbs.page--confirm dd {
  margin-bottom: 2em;
}
.page--bbs.page--done .txt {
  text-align: center;
}

.page--blog .wrapper .article-wrap-sec .block--player {
  aspect-ratio: 16/9;
}

@media screen and (min-width: 481px) {
  .sp {
    display: none !important;
  }
  nav.globalMenuSp {
    display: flex;
    align-items: center;
  }
  nav.globalMenuSp ul {
    padding-top: 0;
  }
  #page-top a:hover {
    background: url(/static/genjibu/fanclub/img/common/pagetop.svg);
    opacity: 0.7;
  }
  .fc-article-wrap a:hover {
    opacity: 0.5;
  }
  .article-wrap a:hover {
    opacity: 0.5;
  }
  .fc-photo-col {
    background: none;
  }
  .fc-photo-col a:hover {
    opacity: 0.5;
  }
  .fc-yt-wrap a:hover {
    opacity: 0.5;
  }
  .page-nav.detail a {
    transition: 0.3s;
  }
  .page-nav.detail a:hover {
    opacity: 0.5;
  }
  .page--info .article-wrap a:hover {
    opacity: 0.5;
  }
  .page--info .movie-col {
    width: 32%;
    margin-right: 2%;
  }
  .page--info .movie-col img:hover {
    opacity: 1;
  }
  .page--info .movie-col a:hover {
    opacity: 0.5;
  }
  .page--info .movie-col:nth-child(3n) {
    margin-right: 0;
  }
  .page--info .fc-article-wrap a:hover {
    opacity: 0.5;
  }
  .page--movie .movie-wrap {
    justify-content: flex-start;
  }
  .page--movie .movie-col {
    width: 32%;
    margin-right: 2%;
  }
  .page--movie .movie-col img:hover {
    opacity: 1;
  }
  .page--movie .movie-col a:hover {
    opacity: 0.5;
  }
  .page--movie .movie-col:nth-child(3n) {
    margin-right: 0;
  }
  .page--photo .photo-wrap {
    justify-content: flex-start;
  }
  .page--photo .photo-col {
    width: 31.6666666667%;
    margin-right: 2%;
  }
  .page--photo .photo-col a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .page--photo .photo-col a:hover {
    opacity: 0.5;
  }
  .page--photo .photo-col:nth-child(3n) {
    margin-right: 0;
  }
  .page--wallpaper .wallp-wrap {
    justify-content: flex-start;
  }
  .page--wallpaper .wallp {
    margin: 0;
    margin-right: 2%;
    width: 23.5%;
  }
  .page--wallpaper .wallp a:hover {
    opacity: 0.5;
  }
  .page--wallpaper .wallp:nth-child(4n) {
    margin-right: 0;
  }
  .page--blog .fc-article-wrap a:hover {
    opacity: 0.5;
  }
  .page--blog .btn {
    display: flex;
  }
  .page--blog .btn--main {
    min-width: 300px;
    max-width: 300px;
  }
  .page--blog .btn--main:hover {
    color: #fff;
    background: #999;
  }
  .page--blog .btn--sub {
    min-width: 300px;
  }
  .page--blog .btn--sub:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
  }
  .page--blog .block--category li a {
    transition: 0.2s;
  }
  .page--blog .block--category li a:hover {
    opacity: 0.5;
  }
  .profile .prof-col a {
    display: block;
  }
  .profile .prof-col a .prof-photo {
    transition: 0.3s;
  }
  .profile .prof-col a:hover .prof-photo {
    opacity: 0.3;
  }
  .profile .prof-sec-text a {
    transition: 0.3s;
  }
  .profile .prof-sec-text a:hover {
    text-decoration: none;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 150px;
  }
  .page--error .section--detail .tit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--error .section--detail .btn a {
    border: 1px solid;
  }
  .page--error .section--detail .btn a:hover {
    color: #000;
    background: #fff;
    border: 1px solid;
  }
  .wrap-sec.page--entry .list--benefit {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-sec.page--entry .list--benefit li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .wrap-sec.page--entry .list--benefit li:first-child .benefit-box {
    display: flex;
  }
  .wrap-sec.page--entry .list--benefit li:nth-child(2n) {
    margin-right: 0;
  }
  .wrap-sec.page--entry .block--contents .list--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-sec.page--entry .block--contents .list--contents li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .wrap-sec.page--entry .block--contents .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .wrap-sec.page--entry .block--btn .btn-box {
    display: flex;
  }
  .wrap-sec.page--entry .block--btn .btn-box .inner {
    width: 48.5%;
    margin-right: 3%;
    text-align: center;
  }
  .wrap-sec.page--entry .block--btn .btn-box .inner:nth-child(2) {
    margin-right: 0;
  }
  .wrap-sec.page--entry .block--btn .btn-box .btn--main:hover {
    background: #fff;
    color: #000;
  }
  .page--faq .list--faq li a:hover {
    opacity: 0.5;
  }
  .birthday-message a {
    transition: 0.2s;
  }
  .birthday-message a:hover {
    background: #fff;
    color: #000;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs.bbs--top .fc-wrap-sec {
    padding: 170px 0 100px;
  }
  .page--bbs.bbs--top .list--thread {
    margin-bottom: 100px;
  }
  .page--bbs.bbs--top .list--thread .block--parent {
    padding: 15px 0;
  }
  .page--bbs.bbs--top .list--thread .block--parent a {
    transition: all 0.4s;
  }
  .page--bbs.bbs--top .list--thread .block--parent a:hover {
    opacity: 0.8;
  }
  .page--bbs.bbs--top .list--thread .flex-container {
    position: relative;
  }
  .page--bbs.bbs--top .list--thread .flex-container .new {
    width: 35px;
    height: 35px;
  }
  .page--bbs.bbs--top .list--thread .flex-container span {
    line-height: 3;
    font-size: 11px;
    font-weight: 600;
  }
  .page--bbs.bbs--top .list--thread .tit {
    font-size: 22px;
    font-weight: 600;
  }
  .page--bbs.bbs--top .list--thread .notice--text {
    font-size: 15px;
  }
  .page--bbs.bbs--top .archive {
    border-radius: 7px;
    margin: 0 auto;
    max-width: 300px;
    transition: all 0.4s;
  }
  .page--bbs.bbs--top .archive:hover {
    opacity: 0.5;
  }
  .page--bbs.bbs--top .archive a {
    padding: 1.3em;
    display: block;
  }
  .page--bbs.bbs--top .archive .fas.fa-comments {
    font-size: 25px;
    margin-right: 0.3em;
  }
  .page--bbs .wrapper {
    padding-bottom: 600px;
  }
  .page--bbs .topics-wrap {
    margin: 0 auto 80px;
  }
  .page--bbs .icon {
    width: 80px;
    height: 80px;
  }
  .page--bbs .inner .no-data {
    border-radius: 10px;
    padding: 1.3em 2em;
  }
  .page--bbs .inner li.not-member .comment--box {
    margin-left: 110px;
  }
  .page--bbs .inner .switching_btn li a:hover {
    opacity: 0.6;
    color: #fff;
  }
  .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 .inner .comment li.member .comment--box .comment--box--inner .txt img {
    cursor: pointer;
  }
  .page--bbs .comment--inner textarea {
    width: 76%;
  }
  .page--bbs .comment--inner label {
    left: 40px;
    top: 40px;
  }
  .page--bbs .comment--inner .btn {
    top: 40px;
    right: 40px;
  }
  .page--bbs .detail__btn {
    margin: 0 auto 80px;
  }
  .page--bbs .detail__btn a {
    transition: all 0.4s;
  }
  .page--bbs .detail__btn a:hover {
    opacity: 0.6;
  }
  .page--bbs .modalArea .closeModal {
    top: 70px;
    right: 70px;
    cursor: pointer;
  }
}
#possiblePayment {
  width: 60%;
  margin: 0 auto 120px;
}
#possiblePayment .paymentArea {
  background: #fff;
  text-align: center;
  padding: 30px;
  font-size: 14px;
  line-height: 180%;
  color: #111;
}
#possiblePayment .paymentArea .tit {
  font-size: 20px;
  padding-left: 0;
  margin-bottom: 10px;
}
#possiblePayment .paymentArea .btn a {
  padding: 8px 16px;
  margin-top: 16px;
  display: inline-block;
  text-decoration: none;
  background: #111;
  text-align: center;
  border: 1px solid #111;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
#possiblePayment .paymentArea .btn a:hover {
  background: #fff;
  color: #111111;
  border: 1px solid #111;
  box-shadow: none;
}

.fc-btn1 a {
  transition: 0.3s;
}

.fc-btn2 a {
  transition: 0.3s;
}

/*  CountdownTimer
------------------------------ */
body.count {
  height: 100vh;
  overflow: hidden;
}

.section--count {
  text-align: center;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  position: fixed;
  margin: auto;
  background: #000;
  color: #fff;
  width: 100%;
  font-family: "Arbutus Slab", serif;
  transition: all 2s;
}
.section--count .close {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  cursor: pointer;
}
.section--count .close svg {
  fill: #fff;
  width: 50px;
  height: 50px;
}
.section--count .cdt_wrapper {
  margin: 0 auto 50px;
  width: 100%;
}
.section--count .cdt_wrapper .cdt_txt {
  letter-spacing: 0.1em;
}
.section--count .cdt_wrapper .cdt_num {
  position: relative;
  padding: 0 0px 15px;
  display: inline-block;
  font-size: 100px;
  font-weight: 800;
  width: auto;
}
.section--count .cdt_wrapper .cdt_num .min {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: -10px;
  left: 0;
  font-size: 15px;
  font-weight: normal;
}
.section--count .section--count.countHide {
  opacity: 0;
  z-index: -1000;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
  .hamburger span:nth-child(1) {
    top: 9px;
  }
  .hamburger span:nth-child(2) {
    top: 19px;
  }
  .hamburger span:nth-child(3) {
    top: 29px;
  }
  nav.globalMenuSp {
    padding-top: 0;
  }
  .sns-wrap {
    width: 55%;
    height: 35px;
  }
  .sns-wrap img {
    width: 35px;
  }
  nav.globalMenuSp .menu-sns {
    width: 200px;
  }
  nav.globalMenuSp .menu-sns img {
    width: 25px;
  }
  .foot-fc {
    width: 35%;
  }
  .foot-text a {
    font-size: 12px;
  }
  body:not(.page--home) .head-wrap {
    background: #fff;
  }
  .wrapper {
    padding-bottom: 500px;
  }
  .fc-photo-col a {
    height: auto;
  }
  .title {
    font-size: 7vw;
    line-height: 7vw;
  }
  .fc-d-post {
    font-size: 11px;
  }
  .fc-d-blog,
  .d-live {
    font-size: 13px;
  }
  .title-wrap {
    align-items: center;
  }
  .article-title {
    margin-bottom: 30px;
  }
  .article-text {
    font-size: 14px;
  }
  .topics-wrap,
  .t-news {
    overflow: visible;
  }
  .arrow {
    margin-top: 0;
  }
  .arrow a {
    font-size: 14px;
  }
  .fc-a-date,
  .a-date {
    width: 28%;
  }
  .fc-a-text,
  .a-text {
    width: 72%;
  }
  .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 4px;
  }
  .title-jp span {
    font-size: 16px;
  }
  .fc-a-text-nomal {
    width: 72%;
  }
  .article-date {
    font-size: 14px;
  }
  .fc-title-jp span {
    vertical-align: 2%;
  }
  .page--info .movie-col {
    width: 48.5%;
    margin-right: 3%;
  }
  .page--info .movie-col a {
    color: #000;
  }
  .page--info .movie-col:nth-child(2n) {
    margin-right: 0;
  }
  .page--info .article-date {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
  }
  .movie-title {
    padding: 0 5px;
  }
  .page--movie .movie-date {
    font-size: 13px;
    text-align: center;
  }
  .page--movie .movie-col {
    width: 48.5%;
    margin-right: 3%;
  }
  .page--movie .movie-col:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie.new-movie .wrapper .section--detail {
    padding: 0;
  }
  .page--movie.new-movie .wrapper .section--detail .block--player {
    top: 0;
    position: relative;
    margin-bottom: 20px;
  }
  .page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding: 10px;
  }
  .page--movie.new-movie .wrapper .section--detail .area--movie .video-js .vjs-play-control {
    left: 50%;
    transform: translateX(-50%);
    top: -19vw;
  }
  .page--movie.new-movie .wrapper .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    font-size: 14px;
    padding: 0 0 0 13px;
  }
  .page--movie.new-movie .wrapper .list--contents.inner_more_movie li .list__txt .date {
    margin-bottom: 0;
  }
  .page--movie.new-movie .wrapper .section--detail .area--movie .txt--sub {
    margin-bottom: 15px;
  }
  .page--movie.new-movie .wrapper .section--detail .area--movie .txt--basic {
    font-size: 14px;
  }
  .page--movie.new-movie .wrapper .section--detail .area--movie {
    margin-bottom: 30px;
  }
  .page--movie.new-movie .wrapper .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
  }
  .page--movie.new-movie .wrapper .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    bottom: 5em;
  }
  .page--photo #swipebox-close {
    right: 10% !important;
  }
  .page--photo #swipebox-action #swipebox-prev, .page--photo #swipebox-action #swipebox-next {
    bottom: 5vh;
    top: inherit;
  }
  .page--photo #swipebox-prev, .page--photo #swipebox-next, .page--photo #swipebox-close {
    width: 15px;
    height: 30px;
  }
  .page--photo #swipebox-action #swipebox-prev::after {
    border-width: 10px 15px 10px 0;
  }
  .page--photo #swipebox-action #swipebox-next::after {
    border-width: 10px 0 10px 15px;
  }
  .page--wallpaper .ph {
    width: 100%;
  }
  .page--error .section--detail {
    padding-top: 120px;
    width: 90%;
    margin: 0 auto;
  }
  .page--error .section--detail .tit {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 1em;
    text-align: center;
    font-weight: bold;
  }
  .page--support.wrap-sec .section-tit {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--faq .section--list {
    width: 90%;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0;
  }
  .page--faq .searchBox {
    width: 100%;
    max-width: 100%;
  }
  .page--faq .list--faq .icon--q {
    top: -3px;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--blog .article-date {
    font-size: 14px;
    margin: 0 8px 5px 0;
  }
  .page--blog .article-name {
    font-size: 12px;
    top: 1px;
  }
  .page--blog .btn--main {
    width: 100%;
  }
  .page--blog .btn--sub {
    width: 100%;
  }
  .page--blog .comment-item .date {
    font-size: 11px;
  }
  .page--blog .comment-item .name {
    line-height: 1.5;
    font-size: 13px;
  }
  .page--blog .comment-item .txt {
    font-size: 12px;
    line-height: 1.6;
  }
  .page--blog .txt--basic {
    font-size: 4vw;
  }
  .page--blog .form--confirm dd {
    margin: 0 0 1.5em;
  }
  .page--blog .comment-confirm {
    font-size: 14px;
  }
  .page--blog .category-wrap {
    display: block;
    margin-bottom: 30px;
  }
  .page--blog .category-wrap .block--category {
    margin-top: 30px;
  }
  .page--blog .category-wrap .cp_ipselect.cp_sl01 {
    margin-bottom: 10px;
  }
  .page--blog .block--category {
    margin-bottom: 30px;
    text-align: left;
  }
  .page--blog .block--category li {
    margin: 0;
  }
  .page--blog .block--category li a {
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  .page--blog .block--category li.year {
    margin-right: 5px;
  }
  .page--blog.list--ym .page-nav.detail {
    width: 80px;
  }
  .page--blog__archive .block--category {
    text-align: right;
  }
  .page--wallpaper .ph {
    margin-top: 20px;
  }
  .wrap-sec.page--entry .block-tit {
    font-size: 1.6em;
  }
  .wrap-sec.page--entry .entry {
    width: 90%;
    margin: 0 auto;
  }
  .wrap-sec.page--entry .entry .block--top {
    width: 70%;
    margin: 0 auto 50px;
  }
  .wrap-sec.page--entry .entry .block--top .txt {
    font-size: 2.7vw;
  }
  .wrap-sec.page--entry .entry .block--top .txt--sub {
    font-size: 6vw;
  }
  .wrap-sec.page--entry .entry .block--benefit .list--benefit li {
    padding: 30px 15px;
    margin-bottom: 15px;
  }
  .wrap-sec.page--entry .entry .block--benefit .list--benefit li:first-child .benefit-box > div {
    width: 100%;
    margin-bottom: 10%;
  }
  .wrap-sec.page--entry .entry .block--benefit .list--benefit li:first-child .benefit-box > div .txt {
    text-align: center;
    font-size: 13px;
  }
  .wrap-sec.page--entry .entry .block--benefit .list--benefit li:first-child .benefit-box > div .txt .tit {
    font-size: 14px;
  }
  .wrap-sec.page--entry .entry .block--benefit .list--benefit li:first-child .benefit-box > div:nth-child(2) {
    margin-bottom: 0;
  }
  .wrap-sec.page--entry .entry .block--benefit .list--benefit li:first-child .benefit-box > div:nth-child(2) .txt {
    margin-bottom: 20px;
  }
  .wrap-sec.page--entry .entry .block--benefit .list--benefit li:last-child .txt {
    margin-bottom: 20px;
  }
  .wrap-sec.page--entry .entry .block--contents .list--contents li {
    margin-bottom: 15px;
    padding: 20px;
  }
  .wrap-sec.page--entry .entry .block--contents .list--contents li .tit {
    font-size: 16px;
  }
  .wrap-sec.page--entry .entry .block--contents .list--contents li .tit span {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .wrap-sec.page--entry .entry .block--contents .list--contents li .txt {
    text-align: left;
  }
  .wrap-sec.page--entry .entry .block--contents .list--contents li .txt span {
    text-indent: -1em;
    padding-left: 1em;
  }
  .wrap-sec.page--entry .entry .block--entry .step {
    width: 100%;
  }
  .wrap-sec.page--entry .entry .block--entry .step ul li .txt {
    margin-top: 5px;
  }
  .wrap-sec.page--entry .entry .block--entry .step ul li:first-child {
    position: relative;
    margin-bottom: 12%;
  }
  .wrap-sec.page--entry .entry .block--entry .step ul li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8vw;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8vw 45vw 0 45vw;
    border-color: #d0d0d0 transparent transparent transparent;
  }
  .wrap-sec.page--entry .entry .block--payment .list--payment {
    width: 100%;
  }
  .wrap-sec.page--entry .entry .block--payment .list--payment th {
    width: 100px;
    padding: 10px 13px;
    font-size: 12px;
    text-align: center;
  }
  .wrap-sec.page--entry .entry .block--payment .list--payment td {
    padding: 15px;
  }
  .wrap-sec.page--entry .entry .block--payment .list--payment td p {
    font-size: 12px;
  }
  .wrap-sec.page--entry .entry .block--payment .list--payment ul li {
    font-size: 12px;
  }
  .wrap-sec.page--entry .entry .block--payment .list--payment ul .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .wrap-sec.page--entry .entry .block--attention {
    width: 100%;
    padding: 20px;
  }
  .wrap-sec.page--entry .entry .block--attention .txt {
    font-size: 13px;
  }
  .wrap-sec.page--entry .entry .block--btn .btn-box {
    width: 100%;
  }
  .wrap-sec.page--entry .entry .block--btn .btn-box .inner {
    margin-bottom: 15px;
  }
  .wrap-sec.page--entry .entry .block--btn .btn-box .inner .tit {
    font-size: 14px;
    text-align: center;
  }
  .wrap-sec.page--entry .entry .block--btn .btn-box .inner .tit span {
    font-size: 11px;
  }
  .wrap-sec.page--entry .entry .block--btn .btn-box .inner:nth-child(2) {
    margin-bottom: 0;
  }
  .wrap-sec.page--entry .entry .block--btn .btn-box .inner:nth-child(2) .tit {
    margin-bottom: 0;
  }
  .wrap-sec.page--entry .entry .block--btn .btn-box .btn--main {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
  .birthday-message {
    width: 90%;
  }
  .birthday-message a {
    font-size: 14px;
  }
  .page--birthday .section-tit {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .page--birthday .txt--basic {
    font-size: 12px;
  }
  .page--birthday .block--main__movie {
    margin-bottom: 4em;
  }
  #possiblePayment {
    width: 90%;
  }
  #possiblePayment .paymentArea .tit {
    text-align: center;
  }
  #possiblePayment .paymentArea .btn {
    text-align: center;
  }
  body.body--app .wrapper,
  body.body--app__android .wrapper {
    padding-bottom: 50px;
  }
  body.body--app .wrap-sec,
  body.body--app .fc-wrap-sec,
  body.body--app__android .wrap-sec,
  body.body--app__android .fc-wrap-sec {
    padding-top: 48px;
  }
  body.body--app .page--support .page-nav,
  body.body--app__android .page--support .page-nav {
    margin-top: 50px;
  }
  body.body--app .article-wrap-sec,
  body.body--app__android .article-wrap-sec {
    border: none;
    margin-bottom: 0;
  }
  body.body--app .t-news,
  body.body--app__android .t-news {
    margin-bottom: 0;
  }
  body.body--app .profile-wrap,
  body.body--app__android .profile-wrap {
    margin-bottom: 50px;
  }
  body.body--app .cp_ipselect,
  body.body--app__android .cp_ipselect {
    margin: 0 0 30px 0;
  }
  body.body--app.page--faq .section--list,
  body.body--app__android.page--faq .section--list {
    padding-top: 48px;
  }
  .page--notice .section--list {
    padding: 50px 8% 0;
  }
  .page--notice .no-data {
    color: #999;
    padding: 15px 0;
  }
  .page--notice .list--info li.new,
  .page--notice .list--info li {
    font-size: 14px;
    line-height: 1.6;
  }
  .page--notice .list--info li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #000;
  }
  .page--notice .list--info li a .date {
    font-weight: bold;
    position: relative;
  }
  .page--notice .list--info .new .date::after {
    content: "NEW";
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    color: #fff;
    padding: 1px 5px;
    vertical-align: 2px;
    background: #000;
    margin-left: 5px;
  }
  /*  CountdownTimer
  ------------------------------ */
  .section--count .cdt_wrapper .cdt_num {
    font-size: 11vw;
  }
  .section--count .cdt_wrapper .cdt_num .min {
    font-size: 2.5vw;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs.bbs--top .fc-wrap-sec {
    padding-top: 120px;
  }
  .page--bbs.bbs--top .list--thread {
    width: 90%;
    margin: 0 auto 60px;
  }
  .page--bbs.bbs--top .list--thread .block--parent {
    padding: 12px 0;
  }
  .page--bbs.bbs--top .list--thread .block--parent:last-child {
    border-bottom: none;
  }
  .page--bbs.bbs--top .list--thread .block--parent a .flex-container .icon {
    width: 60px;
    height: 60px;
  }
  .page--bbs.bbs--top .list--thread .block--parent a .flex-container .tit {
    font-size: 17px;
  }
  .page--bbs.bbs--top .list--thread .block--parent a .flex-container .item {
    width: calc(100% - 100px);
  }
  .page--bbs.bbs--top .list--thread .block--parent a .flex-container .notice--text {
    font-size: 10px;
    width: 85%;
  }
  .page--bbs.bbs--top .list--thread .block--parent a .flex-container .new {
    width: 30px;
    height: 30px;
    right: 0;
  }
  .page--bbs.bbs--top .list--thread .block--parent a .flex-container .new span {
    font-size: 10px;
    line-height: 3;
  }
  .page--bbs.bbs--top .archive {
    margin: 0 auto;
    max-width: 70vw;
    border-radius: 50px;
  }
  .page--bbs.bbs--top .archive a {
    padding: 1em;
  }
  .page--bbs.bbs--top .archive .fas {
    font-size: 20px;
    margin-right: 0.3em;
  }
  .page--bbs.bbs--top .archive .archive--link {
    font-size: 13px;
    line-height: 1.6;
  }
  .page--bbs .wrapper {
    padding-bottom: 484px;
  }
  .page--bbs .wrapper .topics-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .page--bbs .wrapper .topics-wrap .topics-title-wrap {
    width: 90%;
    margin: 0 auto 20px;
  }
  .page--bbs .inner .no-data {
    border-radius: 40px;
    padding: 0.8em 1.5em;
  }
  .page--bbs .inner li.not-member .comment--box {
    margin-left: 70px;
  }
  .page--bbs .inner .icon {
    width: 40px;
    height: 40px;
    margin-right: 1.2em;
  }
  .page--bbs .comment--inner textarea {
    width: 70%;
    line-height: 2.1;
  }
  .page--bbs .comment--inner label {
    left: 20px;
    top: 40px;
  }
  .page--bbs .comment--inner .btn {
    top: 40px;
    right: 20px;
  }
  .page--bbs .comment-page {
    width: 90%;
  }
  .page--bbs .modalArea .modalWrapper {
    width: 100%;
  }
  .page--bbs .modalArea .closeModal {
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
  }
  .page--bbs.page--edit .section--detail.fc-wrap-sec, .page--bbs.page--confirm .section--detail.fc-wrap-sec, .page--bbs.page--done .section--detail.fc-wrap-sec {
    width: 90%;
  }
  .detail__btn {
    margin-bottom: 50px;
  }
  #swipebox-close {
    width: 15px;
    height: 30px;
    right: 10% !important;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 1020px) {
  .main-image-sp {
    background-size: 80% auto, 80% auto, cover;
  }
  .page--home .hamburger {
    left: 88%;
    top: 5vw;
  }
  .hamburger {
    left: 88%;
    top: 25px;
  }
  .head-logo {
    display: none;
  }
  .head-logo-sec {
    top: 20px;
    left: 30px;
  }
  nav.globalMenuSp .jp {
    font-size: 1.2em;
  }
  nav.globalMenuSp ul li {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .colorline {
    height: 2px;
  }
  .modal_wrap {
    height: 90%;
  }
  .title {
    font-size: 4vw;
    line-height: 4vw;
  }
  .no-data {
    font-size: 1em;
  }
  .fc-a-date, .a-date {
    width: 16%;
  }
  .fc-a-text, .a-text {
    width: 83%;
  }
  .head-wrap {
    height: 80px;
  }
  body:not(.page--home) .head-wrap {
    background: #fff;
  }
  .sns-wrap {
    width: 35%;
    height: 35px;
  }
  .foot-wrap {
    width: 70%;
  }
  .fc-t-news,
  .fc-t-blog {
    width: 100%;
  }
  .fc-btn-area {
    width: 35%;
  }
  .page--entry .entry {
    width: 90%;
    margin: 0 auto;
  }
  .page--entry .entry .block--btn .btn-box {
    display: block;
  }
  .page--entry .entry .block--btn .btn-box .inner {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--entry .entry .block--btn .btn-box .inner .btn--main {
    margin: 1em auto;
  }
  .page--faq .section--list {
    width: 90%;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs .wrapper {
    padding-bottom: 585px;
  }
  .page--bbs .wrapper .topics-wrap {
    width: 100%;
  }
  .page--bbs .wrapper .topics-wrap .topics-title-wrap {
    width: 90%;
    margin: 0 auto 30px;
  }
  .page--bbs .wrapper .topics-wrap .list--thread {
    width: 90%;
    margin: 0 auto 100px;
  }
  .page--bbs.page--edit .section--detail.fc-wrap-sec, .page--bbs.page--confirm .section--detail.fc-wrap-sec, .page--bbs.page--done .section--detail.fc-wrap-sec {
    width: 90%;
  }
  .page--bbs .comment-page {
    width: 90%;
  }
}
@media screen and (min-width: 481px) and (max-width: 755px) {
  .page--bbs .wrapper {
    padding-bottom: 499px;
  }
  .page--bbs .wrapper .topics-wrap {
    width: 100%;
  }
  .page--bbs .wrapper .topics-wrap .topics-title-wrap {
    width: 90%;
    margin: 0 auto 30px;
  }
  .page--bbs .wrapper .topics-wrap .list--thread {
    width: 90%;
    margin: 0 auto 100px;
  }
  .page--bbs.page--edit .section--detail.fc-wrap-sec, .page--bbs.page--confirm .section--detail.fc-wrap-sec, .page--bbs.page--done .section--detail.fc-wrap-sec {
    width: 90%;
  }
  .comment-page {
    width: 90%;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--bbs .wrapper {
    padding-bottom: 484px;
  }
}/*# sourceMappingURL=add.css.map */