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


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

/*
$state-color-info: #00A0E9;
$state-color-success: #36CE8D;
*/
/* sp */
/* pc */
/* tablet */
/* ==============================================================
*  module
* ============================================================ */
/*
$state-color-info: #00A0E9;
$state-color-success: #36CE8D;
*/
/* sp */
/* pc */
/* tablet */
.sf-toolbar {
  display: none !important;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-family: YakuHanJP, -apple-system, Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.body-bg {
  width: 100%;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.header-bg {
  width: 90%;
  top: 3vw;
  left: 0;
  display: none;
  transform: translate(-120%, 50%) skew(15deg) rotate(15deg);
  transition-duration: 0.4s;
}
@media screen and (min-width: 1024px) {
  .header-bg {
    width: 50%;
    top: -2vw;
    left: 0vw;
    transform: translate(-120%, 50%) rotate(15deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-bg {
    top: -3vw;
  }
}

.header-bg.delighter.started {
  transform: translate(0, 0) skew(0deg) rotate(0);
}

.tit-bg {
  top: -5vw;
  left: 0;
  transform: translate(-120%, -100%) skew(45deg);
  transform-origin: left;
  transition-delay: 0.25s;
}
@media screen and (min-width: 1024px) {
  .tit-bg {
    transform: translate(-120%, -100%);
  }
}

section.delighter.started .tit-bg {
  transform: translate(0, 0) skew(0deg);
}

.bg--01 {
  transform: rotate(-10deg) scale(-1, 0.5) translate(-120%, -100%) skew(45deg);
  top: 10vw;
  right: -10vw;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1024px) {
  .bg--01 {
    transform: rotate(-10deg) scale(-1, 0.5) translate(-120%, -100%);
  }
}

section.delighter.started .bg--01 {
  transform: rotate(-10deg) scale(-1, 0.5) translate(0, 0) skew(0deg);
}

.bg--02 {
  transform: rotate(130deg) scale(-1, 1) translate(-120%, -100%);
  bottom: 10vh;
  right: -20vw;
  transition-delay: 0.75s;
  display: none;
}

section.delighter.started .bg--02 {
  transform: rotate(130deg) scale(-1, 1) translate(0, 0);
}

.bg--03 {
  transform: rotate(250deg) scale(-1.5, 3) translate(-120%, -100%) skew(0deg);
  top: 11vh;
  left: 0vw;
  transition-delay: 0.75s;
  display: none;
}
@media screen and (min-width: 1024px) {
  .bg--03 {
    top: 0vh;
    left: -2vw;
    width: 50%;
  }
}

section.delighter.started .bg--03 {
  transform: rotate(160deg) scale(-1.5, 3) translate(0, 0) skew(25deg);
}
@media screen and (min-width: 1024px) {
  section.delighter.started .bg--03 {
    transform: rotate(160deg) scale(-1.5, 3) translate(0, 0);
  }
}

.wrap {
  min-height: 100%;
  position: relative;
  padding: 56px 0 0;
  overflow-x: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrap {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .wrap {
    padding-top: 70px;
  }
}
.wrap > section {
  position: relative;
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrap > section {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .wrap > section {
    padding-top: 130px;
  }
}

.section__inner {
  padding: 0 6% 90px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section__inner {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__inner {
    padding-bottom: 120px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

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

.ph {
  position: relative;
  line-height: 0;
}

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

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video iframe,
.video object,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
.page--movie.new-movie .wrap .list__more a {
  border-bottom: 2px solid;
  font-weight: bold;
  text-align: right;
  font-family: YakuHanJP, "Montserrat", sans-serif;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt {
  width: 75%;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .tit {
  font-size: 1.6rem;
  margin: 0;
}
.page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .wrap .detail__btn a {
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-weight: bold;
}
.page--movie.new-movie .wrap .detail__btn a::after {
  content: "";
}
.page--movie.new-movie .wrap .block--category-list + .block--pager {
  margin: 0;
}
.page--movie.new-movie .wrap .section--list {
  padding: 130px 0 0;
}
.page--movie.new-movie .wrap .section--list .section-tit {
  font-size: 2em;
}
@media screen and (max-width: 1023px) {
  .page--movie.new-movie .wrap .latest-tit {
    margin-bottom: 30px;
  }
  .page--movie.new-movie .wrap .category-tit {
    margin-bottom: 30px;
  }
  .page--movie.new-movie .wrap .block--category-list {
    margin-bottom: 30px;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li {
    width: 48%;
    margin-bottom: 2em;
  }
  .page--movie.new-movie .wrap .list--contents li .list__txt .date {
    margin-bottom: 0px;
    padding: 0;
  }
  .page--movie.new-movie .wrap .list--contents li .thumb {
    margin-bottom: 0.5em;
  }
  .page--movie.new-movie .wrap .list__more {
    text-align: right;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 80px 0 0;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    position: relative;
    top: 0;
    z-index: 0;
  }
  .page--movie.new-movie .wrap .section--detail .block--tit .tit {
    margin-bottom: 0.1em;
    font-weight: bold;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt .tit {
    font-size: 1.2rem;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    left: 50%;
    transform: translateX(-50%);
    top: -19vw;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    box-shadow: 0px 2px 8px rgba(36, 13, 56, 0.3);
  }
  .page--movie.new-movie .wrap .block--pager {
    display: flex;
    justify-content: center;
  }
  .page--movie.new-movie .wrap .block--pager li {
    width: 12%;
  }
  .page--movie.new-movie .wrap .block--pager li.pager__item--current {
    opacity: 0.3;
  }
  .page--movie.new-movie .wrap .section--list {
    padding: 80px 0 0;
  }
  .page--movie.new-movie .wrap .section--list .section-tit {
    font-size: 1.5em;
  }
}

.page--movie.new-movie.movie-category-list .detail__btn {
  display: none;
}

/*
$state-color-info: #00A0E9;
$state-color-success: #36CE8D;
*/
/* sp */
/* pc */
/* tablet */
/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

/* input
/* ----------------------------- */
/* input */
input[type=text],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.8;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus {
  background-color: #fff;
  border-color: #00b966;
}
input[type=text][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
input[type=text].error,
input[type=number].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
input[type=email].error,
input[type=password].error {
  background-color: #fff;
  border-color: #e50019;
}
@media screen and (min-width: 1024px) {
  input[type=text]:hover:not([disabled]),
  input[type=number]:hover:not([disabled]),
  input[type=search]:hover:not([disabled]),
  input[type=tel]:hover:not([disabled]),
  input[type=url]:hover:not([disabled]),
  input[type=email]:hover:not([disabled]),
  input[type=password]:hover:not([disabled]) {
    background-color: #f5f5f5;
  }
}
input[type=text].input--half,
input[type=number].input--half,
input[type=search].input--half,
input[type=tel].input--half,
input[type=url].input--half,
input[type=email].input--half,
input[type=password].input--half {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 1023px) {
  input[type=text].input--half,
  input[type=number].input--half,
  input[type=search].input--half,
  input[type=tel].input--half,
  input[type=url].input--half,
  input[type=email].input--half,
  input[type=password].input--half {
    width: 100%;
  }
}
input[type=text].input--quarter,
input[type=number].input--quarter,
input[type=search].input--quarter,
input[type=tel].input--quarter,
input[type=url].input--quarter,
input[type=email].input--quarter,
input[type=password].input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 1023px) {
  input[type=text].input--quarter,
  input[type=number].input--quarter,
  input[type=search].input--quarter,
  input[type=tel].input--quarter,
  input[type=url].input--quarter,
  input[type=email].input--quarter,
  input[type=password].input--quarter {
    width: 49%;
  }
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.8;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
select:focus {
  background-color: #fff;
  border-color: #00b966;
}
select[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
select.error {
  background-color: #fff;
  border-color: #e50019;
}
@media screen and (min-width: 1024px) {
  select:hover:not([disabled]) {
    background-color: #f5f5f5;
  }
}
select.input--half {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 1023px) {
  select.input--half {
    width: 100%;
  }
}
select.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 1023px) {
  select.input--quarter {
    width: 49%;
  }
}
@media screen and (max-width: 1023px) {
  select {
    padding-right: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  select {
    padding-right: 2.5em;
  }
}

/*　IE11,IE10　*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}
/* textarea */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.8;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
textarea:focus {
  background-color: #fff;
  border-color: #00b966;
}
textarea[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
textarea.error {
  background-color: #fff;
  border-color: #e50019;
}
@media screen and (min-width: 1024px) {
  textarea:hover:not([disabled]) {
    background-color: #f5f5f5;
  }
}
textarea.input--half {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 1023px) {
  textarea.input--half {
    width: 100%;
  }
}
textarea.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 1023px) {
  textarea.input--quarter {
    width: 49%;
  }
}

/* selector
/* ----------------------------- */
/* 横並び */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal li:not(:last-child) {
  margin-right: 10px;
}

/* checkbox */
.form__checkbox li + li {
  margin-top: 0.25em;
}
.form__checkbox label {
  display: block;
  line-height: 2em;
  padding: 4px 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.form__checkbox label > * {
  display: inline-block;
}
.form__checkbox.form--horizontal li:not(:last-child) {
  margin-right: 20px;
  margin-top: 0;
}
.form__checkbox input + p {
  position: relative;
  width: 90%;
  width: calc(100% - 32px);
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .form__checkbox label:hover {
    color: #007440;
    cursor: pointer;
  }
}
.form__checkbox.input--half {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 1023px) {
  .form__checkbox.input--half {
    width: 100%;
  }
}
.form__checkbox.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 1023px) {
  .form__checkbox.input--quarter {
    width: 49%;
  }
}
.form__checkbox input[type=checkbox] {
  appearance: button;
  -webkit-appearance: button;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: -1px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: none;
}
@media screen and (min-width: 1024px) {
  .form__checkbox input[type=checkbox] {
    vertical-align: 0;
  }
}
.form__checkbox input[type=checkbox] + p::before {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 3px solid #007440;
  border-bottom: 3px solid #007440;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -1.5em;
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.form__checkbox input[type=checkbox]:checked + p::before {
  opacity: 1;
  top: 3px;
}
@media screen and (min-width: 1024px) {
  .form__checkbox input[type=checkbox]:checked + p::before {
    top: 5px;
  }
}

/* radio */
.form__radio li + li {
  margin-top: 0.25em;
}
.form__radio label {
  display: block;
  line-height: 2em;
  padding: 4px 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.form__radio label > * {
  display: inline-block;
}
.form__radio.form--horizontal li:not(:last-child) {
  margin-right: 20px;
  margin-top: 0;
}
.form__radio input + p {
  position: relative;
  width: 90%;
  width: calc(100% - 32px);
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .form__radio label:hover {
    color: #007440;
    cursor: pointer;
  }
}
.form__radio.input--half {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 1023px) {
  .form__radio.input--half {
    width: 100%;
  }
}
.form__radio.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 1023px) {
  .form__radio.input--quarter {
    width: 49%;
  }
}
.form__radio input[type=radio] {
  -webkit-appearance: button;
  appearance: button;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
  bottom: 4px;
  pointer-events: none;
  background: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 1024px) {
  .form__radio input[type=radio] {
    bottom: 7px;
  }
}
.form__radio input[type=radio]:checked {
  border-width: 3px;
  border-color: #007440;
}

/* selectbox */
.form__select {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form__select::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -0.25em;
}

/* form
/* ----------------------------- */
.form--base, .form--confirm, .form--post {
  margin: 0 0 40px;
}
.form--base dt, .form--confirm dt, .form--post dt {
  margin: 0 0 0.5em;
  color: #888;
  font-size: 13px;
}
.form--base dd, .form--confirm dd, .form--post dd {
  margin: 0 0 2em;
}

.form--post .icon--required {
  display: inline-block;
  position: relative;
}
.form--post .icon--required::before {
  content: "必須";
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 6px;
  background: #e50019;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  top: -1px;
}

.form--confirm {
  border: 1px solid #ddd;
  padding: 1.5em;
  background: #fff;
}

.block--error {
  color: #e50019;
  margin: 30px 0;
  padding: 1em;
  border: 1px solid;
  border-radius: 0.6rem;
  background: rgba(229, 0, 25, 0.1);
}
.block--error li + li {
  margin-top: 1em;
}

.btn {
  margin: 1em 0;
  text-align: center;
}

.btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  border: none;
  cursor: pointer;
  font-weight: bold;
  min-width: 80%;
  padding: 1em;
  background: #007440;
  color: #fff;
  box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
}
@media screen and (max-width: 1023px) {
  .btn--main {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .btn--main {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn--main {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .btn--main {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    min-width: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn--main {
    min-width: 45%;
    padding: 1.4em;
  }
}
@media screen and (min-width: 1024px) {
  .btn--main:hover {
    background: #00b966;
    box-shadow: none;
  }
}

.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  border: none;
  cursor: pointer;
  font-weight: bold;
  min-width: 80%;
  padding: 1em;
  color: #007440;
  background: #fff;
  border: 1px solid;
}
@media screen and (max-width: 1023px) {
  .btn--sub {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .btn--sub {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn--sub {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .btn--sub {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    min-width: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn--sub {
    min-width: 45%;
    padding: 1.4em;
  }
}
@media screen and (min-width: 1024px) {
  .btn--sub:hover {
    color: #00b966;
  }
}

.more {
  margin-top: 25px;
}

@media screen and (max-width: 1023px) {
  .more .btn--main {
    min-width: 65%;
    padding: 0.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .more .btn--main {
    min-width: 38%;
    padding: 1em;
  }
}

.detail__btn {
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail__btn {
    margin-top: 40px;
  }
}
.detail__btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.detail__btn a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: -0.15em;
}
.detail__btn a::after {
  content: "BACK";
  display: inline-block;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .detail__btn a:hover {
    color: #00b966;
  }
}

.section-tit {
  font-weight: bold;
  font-size: 2.5rem;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-tit {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-tit {
    font-size: 3.5rem;
  }
}
.section-tit span:not(.comingsoon) {
  display: block;
  font-size: 0.4em;
  margin: 0 0 0.8em;
  letter-spacing: 0.1em;
}
.section-tit .comingsoon {
  position: absolute;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .section-tit .comingsoon {
    font-size: 3.5vw;
    right: 0;
    bottom: 0.1em;
  }
}
.section-tit .comingsoon::before {
  content: "";
  width: 18vw;
  height: 1px;
  display: inline-block;
  margin-right: 4vw;
  border-bottom: 1px solid;
  position: relative;
  top: -1vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-tit .comingsoon {
    left: 12em;
    bottom: 0.5em;
    font-size: 0.5em;
  }
  .section-tit .comingsoon::before {
    width: 5em;
    margin-right: 1em;
    top: -0.25em;
  }
}
@media screen and (min-width: 1024px) {
  .section-tit .comingsoon {
    left: 12em;
    bottom: 0.5em;
    font-size: 0.5em;
  }
  .section-tit .comingsoon::before {
    width: 5em;
    margin-right: 1em;
    top: -0.25em;
  }
}

.tit {
  margin: 0 0 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .tit {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tit {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.txt {
  margin: 0 0 2em;
}
@media screen and (max-width: 1023px) {
  .txt {
    font-size: 1.4rem;
    line-height: 1.7;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .txt {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.txt a {
  color: #007440;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .txt a:hover {
    color: #00b966;
    text-decoration: none;
  }
}

.txt--lead {
  margin: 0 0 2em;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .txt--lead {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .txt--lead {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .txt--lead {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

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

.sub-txt-list {
  margin: 0 0 3rem;
}
.sub-txt-list li {
  font-size: 1.2rem;
  line-height: 1.5;
  opacity: 0.6;
}
.sub-txt-list li + li {
  margin-top: 1em;
}

.rule {
  color: #e50019;
  margin: 0 0 1em;
}

.date {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: 0.025em;
}

.members .date::after,
.section--detail.members .tit::before {
  display: inline-block;
  content: "MEMBERS ONLY";
  padding: 1px 0.5em 2px;
  margin-left: 1.2em;
  background: #e50019;
  color: #fff;
  font-weight: bold;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1;
  transform: skew(-12deg);
  position: relative;
  top: -1px;
}

.section--detail.members .tit {
  position: relative;
  padding-top: 1em;
}
.section--detail.members .tit::before {
  position: absolute;
  margin: 0;
  font-size: 0.5em;
}
.section--detail.members .date::after {
  display: none;
}

.new .date {
  position: relative;
  padding-right: 3.75em;
}
.new .date::before {
  content: "NEW!";
  color: #e50019;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  font-style: italic;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.list--info li {
  position: relative;
}
.list--info li a {
  display: block;
}
.list--info li .tit {
  margin: 0;
}
.list--info li .date {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1023px) {
  .list--info li + li {
    margin-top: 0.85em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .list--info li + li {
    margin-top: 1.1em;
  }
}
.list--info li a {
  padding: 5px 0 5px 0;
}
@media screen and (min-width: 1024px) {
  .list--info li {
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-right: 6%;
  }
  .list--info li:first-child {
    border-top: 1px solid rgb(0, 0, 0);
  }
  .list--info li::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    pointer-events: none;
    margin-top: -0.25em;
    margin-right: 0.25em;
    position: absolute;
    right: 2%;
    top: 50%;
  }
  .list--info li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(200, 255, 6, 0.8);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
  }
  .list--info li:hover::before {
    transform: scaleX(1);
  }
  .list--info li a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .list--info li a:hover {
    transform: translateX(1.25em);
  }
}

.list--contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--contents li {
  position: relative;
}
.list--contents li a {
  display: block;
}
.list--contents li .tit {
  margin: 0;
}
.list--contents li .date {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.list--contents::after {
  content: "";
  display: block;
  width: 30%;
}
.list--contents li {
  width: 46.5%;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .list--contents li {
    width: 30%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .list--contents li {
    width: 30%;
    margin-bottom: 40px;
  }
}
.list--contents li .thumb {
  line-height: 0;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
  margin: 0 0 0.5em;
  transform: skewX(-6deg);
  background-color: #fff;
  background-image: url(/static/badminton/fanclub/common/logo_fc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 1024px) {
  .list--contents li .thumb:hover {
    box-shadow: none;
    filter: brightness(1.4);
  }
}
.list--contents li .thumb img {
  width: 100%;
  transform: skewX(6deg) scale(1.1);
}
.list--contents li .date {
  margin-bottom: 0.025em;
}
@media screen and (max-width: 1023px) {
  .list--contents li .tit {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.list--contents .new::before {
  content: "NEW!";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  background: #e50019;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -10px;
  top: -10px;
  font-style: italic;
  border-radius: 100px;
  z-index: 1;
  text-align: center;
  transform: rotate(-15deg);
}
@media screen and (min-width: 1024px) {
  .list--contents .new::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.list--contents .new .date::before {
  display: none;
}

.list--movie {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .list--movie {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .list--movie li {
    width: 50%;
    padding: 30px;
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 1023px) {
  .list--movie li {
    width: 100% !important;
    margin: 0 0 0.85em;
    padding: 0;
  }
}
.list--movie .video {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
.list--movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
.list--movie .thumb img {
  display: block;
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.list--movie .block--youtube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .list--movie .block--youtube {
    cursor: pointer;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 56px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0 20px 0 rgba(36, 13, 56, 0.1);
  background: #fff;
  z-index: 2;
}
header h1 {
  position: absolute;
  left: 5%;
  transform: translateY(-50%);
}
header h1 a {
  display: block;
  line-height: 0;
}
header h1 img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 1023px) {
  header {
    padding: 0 6%;
  }
  header.fixHead {
    height: 96px;
    padding: 0;
  }
  header.fixHead .addHeader {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
  }
  header.fixHead .headInner {
    height: 56px;
  }
  header h1 {
    top: 50%;
    width: 43%;
  }
  header .logo--fc {
    margin-top: -4.65vw;
  }
  header .logo--nba {
    width: 55%;
    margin: 0 auto 2.75vw;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 70px;
  }
  header.fixHead {
    height: 120px;
  }
  header.fixHead .addHeader {
    height: 50px;
  }
  header.fixHead .headInner {
    height: 70px;
  }
  header h1 {
    width: 30%;
  }
  header .logo--fc {
    margin-top: -2.3vw;
    max-width: 220px;
  }
  header .logo--nba {
    margin-bottom: 1.75vw;
  }
}
@media screen and (min-width: 1024px) {
  header {
    height: 70px;
    padding-left: calc(4% + 180px);
  }
  header.fixHead {
    height: 120px;
  }
  header.fixHead .addHeader {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
  }
  header.fixHead .headInner {
    height: 70px;
    padding-left: calc(4% + 180px);
    position: relative;
  }
  header h1 {
    top: 47%;
    left: 2%;
  }
  header h1 a {
    width: 180px;
  }
  header .logo--fc {
    width: 100%;
  }
  header .logo--nba {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  header {
    padding-left: calc(4% + 140px);
  }
  header h1 {
    left: 2%;
  }
  header h1 a {
    width: 150px;
  }
  header .list--menu.pc > li {
    margin: 0 5px;
    font-size: 1.1rem;
  }
  header .block--login {
    width: 220px;
    font-size: 1.1rem;
  }
}

.list--menu li a {
  display: block;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
}
.list--menu li.before {
  pointer-events: none;
  opacity: 0.3 !important;
}
.list--menu li.before a {
  pointer-events: none;
}

/* navBtn */
.drawer__btn {
  position: fixed;
  right: 1%;
  top: 40px;
  z-index: 999;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .drawer__btn {
    top: 58px;
  }
}
.drawer__btn > div {
  position: absolute;
  width: 22px;
  height: 20px;
  top: 18px;
  left: 18px;
}
.drawer__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: width 0.15s 0.15s, top 0.15s, right 0.15s, transform 0.15s, background-color 0.15s ease-out;
}
.drawer__btn span:nth-of-type(1) {
  top: 0px;
}
.drawer__btn span:nth-of-type(2) {
  top: 8px;
  transition: transform 0.15s;
}
.drawer__btn span:nth-of-type(3) {
  top: 16px;
  right: 0;
}

.menu-open .drawer__btn span {
  background: #fff;
}
.menu-open .drawer__btn span:nth-of-type(1) {
  top: 22%;
  left: 7%;
  width: 50%;
  transform: rotate(45deg);
  transition: width 0.15s, top 0.15s 0.15s, left 0.15s 0.15s, transform 0.15s 0.15s, background-color 0.15s ease-out;
}
.menu-open .drawer__btn span:nth-of-type(2) {
  transform: rotate(-45deg);
  transition: transform 0.15s 0.15s, background-color 0.15s ease-out;
}
.menu-open .drawer__btn span:nth-of-type(3) {
  width: 50%;
  right: 7%;
  top: 56%;
  transform: rotate(45deg);
  transition: width 0.15s, top 0.15s 0.15s, right 0.15s 0.15s, transform 0.15s 0.15s, background-color 0.15s ease-out;
}

/* drawer */
.drawer__wrap {
  width: 64%;
  height: 100%;
  background: #007440;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  transform: translateX(100%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .drawer__wrap {
    width: 48%;
  }
}
.drawer__wrap .g-nav {
  padding-top: 40px;
  width: 100%;
}
.drawer__wrap .g-nav .list--menu > li {
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  padding: 0 0 0 15%;
}
.drawer__wrap .g-nav .list--menu > li a {
  color: #fff;
  font-size: 4vw;
  padding: 0.625em 5% 0.625em 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .drawer__wrap .g-nav .list--menu > li a {
    font-size: 2.25vw;
  }
}
.drawer__wrap .g-nav .list--menu > li::before {
  content: "";
  width: 7vw;
  height: 1px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  opacity: 0;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .drawer__wrap .g-nav .list--menu > li::before {
    width: 5vw;
  }
}
.drawer__wrap .g-nav .list--menu > li img {
  display: none;
}
.drawer__wrap .g-nav .nav--ac span {
  position: relative;
  padding-right: 3em;
}
.drawer__wrap .g-nav .nav--ac span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.drawer__wrap .g-nav .ac-open .nav--ac span::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.drawer__wrap .g-nav .inner-menu {
  margin-top: -3px;
  padding: 0 0 7px 6vw;
  display: none;
}
.drawer__wrap .g-nav .inner-menu li a {
  padding: 0.25em 0;
  color: #fff;
  font-size: 3.5vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .drawer__wrap .g-nav .inner-menu li a {
    font-size: 2vw;
    padding: 0.5em 0;
  }
}

body::after {
  content: "";
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(25, 64, 47, 0.5);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
}

.menu-open .drawer__wrap {
  transform: translateX(0);
  box-shadow: 0px 0 20px 0 rgba(36, 13, 56, 0.2);
}
.menu-open .drawer__wrap .g-nav li {
  opacity: 1;
  transform: translateY(0);
}
.menu-open .drawer__wrap .g-nav li:nth-child(1) {
  transition-delay: 0s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(2) {
  transition-delay: 0.1s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(3) {
  transition-delay: 0.2s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(4) {
  transition-delay: 0.3s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(5) {
  transition-delay: 0.4s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(6) {
  transition-delay: 0.5s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(7) {
  transition-delay: 0.6s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(8) {
  transition-delay: 0.7s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(9) {
  transition-delay: 0.8s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(10) {
  transition-delay: 0.9s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(11) {
  transition-delay: 1s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(12) {
  transition-delay: 1.1s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(13) {
  transition-delay: 1.2s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(14) {
  transition-delay: 1.3s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(15) {
  transition-delay: 1.4s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(16) {
  transition-delay: 1.5s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(17) {
  transition-delay: 1.6s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(18) {
  transition-delay: 1.7s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(19) {
  transition-delay: 1.8s;
}
.menu-open .drawer__wrap .g-nav li:nth-child(20) {
  transition-delay: 1.9s;
}
.menu-open::after {
  height: 100%;
  opacity: 1;
}

header {
  height: 120px;
  padding-left: 0;
}
header .addHeader {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
}
header .headInner {
  height: 70px;
  padding-left: calc(4% + 180px);
  position: relative;
}
header .list--menu {
  line-height: 68px;
}
header .list--menu > li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  font-size: 1.3rem;
}
header .list--menu > li:hover {
  color: #00b966;
}
header .list--menu > li::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00b966;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
header .list--menu > li:hover::after {
  transform: scale(1);
}
header .list--menu > li .inner-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #343137;
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  z-index: 1;
}
header .list--menu > li .inner-menu li {
  overflow: hidden;
  width: 4.5em;
  height: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
header .list--menu > li .inner-menu li a {
  width: 100%;
  line-height: 3em;
  opacity: 0;
}
header .list--menu > li .inner-menu::before {
  content: "";
}
header .list--menu > li:hover .inner-menu {
  padding: 10px 20px;
  box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
}
header .list--menu > li:hover .inner-menu li {
  overflow: visible;
  height: 3em;
}
header .list--menu > li:hover .inner-menu li a {
  opacity: 1;
}
header .list--menu > li:hover .inner-menu li a:hover {
  color: #00b966;
}
header .block--login {
  font-size: 1.3rem;
}

.page--home .drawer__wrap .g-nav .list--menu > li.nav__item--home::before,
.page--info.category-1 .drawer__wrap .g-nav .list--menu > li.nav__item--news::before,
.page--info.category-3 .drawer__wrap .g-nav .list--menu > li.nav__item--news.movie::before,
.page--movie .drawer__wrap .g-nav .list--menu > li.nav__item--movie::before,
.page--photo .drawer__wrap .g-nav .list--menu > li.nav__item--photo::before,
.page--players .drawer__wrap .g-nav .list--menu > li.nav__item--players::before,
.page--about .drawer__wrap .g-nav .list--menu > li.nav__item--about::before,
.page--howto .drawer__wrap .g-nav .list--menu > li.nav__item--howto::before {
  opacity: 1;
}

.page--home header:not(.header--top) .list--menu > li.nav__item--home a,
.page--info.category-1 header:not(.header--top) .list--menu > li.nav__item--news a,
.page--info.category-3 header:not(.header--top) .list--menu > li.nav__item--news.movie a,
.page--movie header .list--menu > li.nav__item--movie a,
.page--photo header .list--menu > li.nav__item--photo a,
.page--players header .list--menu > li.nav__item--players a,
.page--about header .list--menu > li.nav__item--about a,
.page--howto header .list--menu > li.nav__item--howto a {
  color: #00b966;
}

.block--login {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 1023px) {
  .block--login {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 10px 0px 30px rgba(36, 13, 56, 0.3);
  }
}
.block--login li {
  float: left;
  width: 50%;
}
.block--login li a {
  display: block;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.block--login li img {
  height: 1em;
  margin-right: 0.75em;
  position: relative;
  top: 2px;
}
.block--login li.btn--entry a {
  background: #007440;
}
.block--login li.btn--login a {
  background: #000;
}
.block--login li.nav__item--howto {
  display: none;
}
@media screen and (min-width: 1024px) {
  .block--login {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    height: 100%;
  }
  .block--login li {
    height: 100%;
  }
  .block--login li a {
    height: 100%;
    line-height: 70px;
  }
  .block--login .btn--entry a:hover {
    background: #00b966;
  }
  .block--login .btn--login a:hover {
    background: #3c3c3c;
  }
}

.block--continuation {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 10px 0px 30px rgba(36, 13, 56, 0.3);
  background: #cc3848;
}
.block--continuation a {
  display: block;
  padding: 15px 3.5%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .block--continuation .tit {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 0 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .block--continuation .tit {
    font-size: 1.6rem;
    line-height: 1.75;
    display: inline-block;
    margin: 0 1.5em 0 0;
  }
}
.block--continuation .txt {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .block--continuation .txt {
    display: inline-block;
  }
}
.block--continuation span {
  font-weight: bold;
  padding: 0 0.5em;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .block--continuation span:hover {
    text-decoration: none;
  }
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #343137;
  color: #f6fbff;
  padding: 30px 6%;
}
footer .block--footer-bnr {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .block--footer-bnr {
    padding-bottom: 40px;
  }
}
footer .block--footer-bnr > li + li {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  footer .block--footer-bnr > li + li {
    margin-top: 30px;
  }
}
footer .block--footer-bnr .footer-bnr__tit {
  font-family: YakuHanJP, "Montserrat", sans-serif;
  color: #a7a7a7;
  font-size: 1.5rem;
  margin: 0 0 0.75em;
}
footer .block--footer-bnr .footer-bnr__list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .block--footer-bnr .footer-bnr__list::after {
  content: "";
  display: block;
  clear: both;
}
footer .block--footer-bnr .footer-bnr__list li {
  float: left;
  margin: 0 0 20px;
}
footer .block--footer-bnr .footer-bnr__list li a {
  display: block;
  line-height: 0;
}
footer .block--footer-bnr .footer-bnr__list + .footer-bnr__list {
  padding-top: 20px;
}
footer .block--footer-bnr .footer-bnr__list + .footer-bnr__list ::before {
  content: "";
  width: 4em;
  height: 1px;
  background: rgba(167, 167, 167, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li {
    width: 50%;
  }
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li:nth-child(odd) {
    padding-right: 3%;
  }
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li:nth-child(even) {
    padding-left: 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li {
    width: auto;
    margin-right: 20px;
  }
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li:nth-child(odd) {
    padding-right: 0;
  }
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li:nth-child(even) {
    padding-left: 0;
  }
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li a img {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li {
    margin-right: 20px;
  }
  footer .block--footer-bnr > li:not(.footer-bnr__item--links) li a img {
    height: 80px;
  }
}
footer .block--footer-bnr > li.footer-bnr__item--links li {
  margin-right: 5%;
}
footer .block--footer-bnr > li.footer-bnr__item--links li a img {
  height: 36px;
}
@media screen and (min-width: 1024px) {
  footer .block--footer-bnr > li.footer-bnr__item--links li a img {
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer__bottom {
    margin: 0 -6.7%;
    padding: 0 6.7%;
    border-top: 1px solid rgba(167, 167, 167, 0.5);
  }
}
footer .list--support {
  padding: 25px 0;
}
footer .list--support::after {
  content: "";
  display: block;
  clear: both;
}
footer .list--support li {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  footer .list--support li {
    width: 50%;
    float: left;
  }
}
footer .list--support li a {
  display: block;
  padding: 0.75em 0;
}
footer .bnr--association {
  border-radius: 0.6rem;
  overflow: hidden;
  line-height: 0;
  margin: 0 0 25px;
}
footer .bnr--association a {
  display: block;
}
footer .copyright {
  font-size: 11px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer__bottom {
    padding-top: 20px;
  }
  footer .footer__bottom .list--support {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  footer .footer__bottom .bnr--association {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-bnr__list li a:hover {
    filter: brightness(1.6);
  }
  footer .footer__bottom {
    padding-top: 60px;
  }
  footer .footer__bottom .list--support {
    display: inline-block;
    border-left: 1px solid rgba(167, 167, 167, 0.5);
    height: 14.5em;
    vertical-align: top;
    padding-right: 7em;
    padding-left: 2em;
  }
  footer .footer__bottom .list--support a:hover {
    color: #00b966;
  }
  footer .footer__bottom .bnr--association {
    position: absolute;
    right: 10%;
    bottom: 130px;
    width: 280px;
    margin: 0;
  }
  footer .copyright {
    text-align: center;
  }
}

/* pager*/
@media screen and (max-width: 1023px) {
  .block--pager {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 20px 6%;
    border-top: 1px solid rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.2);
  }
  .block--pager li {
    width: 33.3%;
    width: 33.33333333%;
    float: left;
    position: relative;
    height: 20px;
    line-height: 20px;
  }
  .block--pager a,
  .block--pager span {
    display: block;
    position: relative;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
  }
  .block--pager .pager__item--number {
    text-align: center;
    color: #888;
  }
  .block--pager .pager__item--newer {
    text-align: left;
  }
  .block--pager .pager__item--older {
    text-align: right;
  }
  .block--pager .pager__item--newer a:before,
  .block--pager .pager__item--older a:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    pointer-events: none;
    margin-top: -0.25em;
    margin-right: 0.25em;
    position: absolute;
    margin-top: 7px;
  }
  .block--pager .pager__item--newer a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: auto;
    left: 0.25em;
  }
}
@media screen and (min-width: 1024px) {
  .block--pager {
    padding: 60px 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*
    .pager__item--newer a:hover {left: -5px;}
    .pager__item--older a:hover {right: -5px;}
    */
    /*
    .pager__item--newer a:hover::before,
    .pager__item--older a:hover::after{border-color: #000;}
    */
  }
  .block--pager li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
  }
  .block--pager li.pager__item--current,
  .block--pager li.pager__item--other a {
    width: 30px;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
  }
  .block--pager li.pager__item--other a {
    display: block;
  }
  .block--pager li.pager__item--current {
    opacity: 0.3;
  }
  .block--pager li a:hover {
    color: #00b966;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    position: relative;
    margin: 0 5px;
  }
  .block--pager .pager__item--newer a {
    left: 0;
  }
  .block--pager .pager__item--older a {
    right: 0;
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--older a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .block--pager .pager__item--newer a:before,
  .block--pager .pager__item--older a:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    pointer-events: none;
    margin-top: -0.25em;
    margin-right: 0.25em;
    margin-top: 0;
  }
  .block--pager .pager__item--newer a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: auto;
    left: 0.25em;
  }
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgb(255, 255, 255);
  transition: all 0.5s ease-out;
}
#loading::before {
  content: "";
  width: 100%;
  position: absolute;
  transform-origin: left;
  transform: scaleX(0);
  height: 100%;
  background-color: #00b966;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.22, 0.94, 0.44, 1) 1s, transform-origin 0s;
  transition: transform 0.7s cubic-bezier(0.22, 0.94, 0.44, 1) 1s, background-color 0.7s cubic-bezier(0.22, 0.94, 0.44, 1) 1s;
}
#loading .loading__inner {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-out 1s;
  text-align: center;
  opacity: 0;
}
#loading .loading__inner img {
  width: 60%;
}
@media screen and (min-width: 1024px) {
  #loading .loading__inner img {
    width: 30%;
  }
}

.loading-start #loading::before {
  transform: scaleX(1) skewX(10deg);
  background-color: #EBF606;
}
@media screen and (min-width: 1024px) {
  .loading-start #loading::before {
    transform: scaleX(1) skewX(20deg);
  }
}
.loading-start #loading .loading__inner {
  transform: translate(0, -50%);
  opacity: 1;
}

.loading-end #loading {
  background: rgba(255, 255, 255, 0);
}
.loading-end #loading::before {
  transition: all 0.7s cubic-bezier(0.22, 0.94, 0.44, 1) 0s, transform-origin 0s;
  transition: transform 0.7s cubic-bezier(0.22, 0.94, 0.44, 1) 0s, background-color 0.7s cubic-bezier(0.22, 0.94, 0.44, 1) 0s;
  transform-origin: right;
  background: #EBF606;
  transform: scaleX(0) skewX(-10deg);
}
@media screen and (min-width: 1024px) {
  .loading-end #loading::before {
    transform: caleX(0) skewX(-20deg);
  }
}
.loading-end #loading .loading__inner {
  transform: translate(50%, -50%);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.2s;
}

#popup, #popup .closeBg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#popup {
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
}
#popup .popupIn {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  #popup .popupIn {
    width: 70%;
  }
}
#popup .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
}
#popup .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 5%;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #popup .close {
    right: 0;
  }
}
#popup .close span {
  height: 2px;
  position: absolute;
  background: #000;
  top: 20px;
  width: 40px;
}
#popup .close .top {
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup .close .bottom {
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block--overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
  background: rgba(25, 64, 47, 0.5);
}

.overlay__container {
  display: table;
  padding: 10px 0;
  width: 100%;
  height: 100%;
}

.overlay__inner {
  display: table-cell;
  vertical-align: middle;
}

.overlay__modal {
  background-color: #fff;
  padding: 40px 10%;
}

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

.btn--close {
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  display: block;
  position: fixed;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background: none;
  background: #000;
}

.btn--close:before,
.btn--close:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 26px;
  height: 2px;
  background: #fff;
}

.btn--close:before {
  -webkit-transform: translateY(23px) rotate(-45deg);
  transform: translateY(23px) rotate(-45deg);
  top: 0px;
}

.btn--close:after {
  -webkit-transform: translateY(-23px) rotate(45deg);
  transform: translateY(-23px) rotate(45deg);
  bottom: 0px;
}

@media screen and (min-width: 1024px) {
  .overlay__modal {
    min-width: 800px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px;
    box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
    border-radius: 0.6rem;
    position: relative;
    overflow: hidden;
  }
  .btn--close {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
  }
  .btn--close:hover {
    background: #3c3c3c;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overlay__modal {
    width: 90%;
    margin: 0 auto;
    padding: 50px 6%;
    box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
    border-radius: 0.6rem;
    position: relative;
    overflow: hidden;
  }
  .btn--close {
    position: absolute;
  }
}
/*
$state-color-info: #00A0E9;
$state-color-success: #36CE8D;
*/
/* sp */
/* pc */
/* tablet */
.delighter-before, .list--info li,
.list--contents li, .section-tit {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  opacity: 0;
  transform: translateX(50px);
}

.delighter-after, .list--info.delighter.started li,
.list--contents.delighter.started li, .section-tit.started {
  opacity: 1;
  transform: translateX(0);
}

.list--info li:nth-child(1),
.list--contents li:nth-child(1) {
  transition-delay: 0.1s;
}
.list--info li:nth-child(2),
.list--contents li:nth-child(2) {
  transition-delay: 0.2s;
}
.list--info li:nth-child(3),
.list--contents li:nth-child(3) {
  transition-delay: 0.3s;
}
.list--info li:nth-child(4),
.list--contents li:nth-child(4) {
  transition-delay: 0.4s;
}
.list--info li:nth-child(5),
.list--contents li:nth-child(5) {
  transition-delay: 0.5s;
}
.list--info li:nth-child(6),
.list--contents li:nth-child(6) {
  transition-delay: 0.6s;
}
.list--info li:nth-child(7),
.list--contents li:nth-child(7) {
  transition-delay: 0.7s;
}
.list--info li:nth-child(8),
.list--contents li:nth-child(8) {
  transition-delay: 0.8s;
}
.list--info li:nth-child(9),
.list--contents li:nth-child(9) {
  transition-delay: 0.9s;
}
.list--info li:nth-child(10),
.list--contents li:nth-child(10) {
  transition-delay: 1s;
}
.list--info li:nth-child(11),
.list--contents li:nth-child(11) {
  transition-delay: 1.1s;
}
.list--info li:nth-child(12),
.list--contents li:nth-child(12) {
  transition-delay: 1.2s;
}
.list--info li:nth-child(13),
.list--contents li:nth-child(13) {
  transition-delay: 1.3s;
}
.list--info li:nth-child(14),
.list--contents li:nth-child(14) {
  transition-delay: 1.4s;
}
.list--info li:nth-child(15),
.list--contents li:nth-child(15) {
  transition-delay: 1.5s;
}
.list--info li:nth-child(16),
.list--contents li:nth-child(16) {
  transition-delay: 1.6s;
}
.list--info li:nth-child(17),
.list--contents li:nth-child(17) {
  transition-delay: 1.7s;
}
.list--info li:nth-child(18),
.list--contents li:nth-child(18) {
  transition-delay: 1.8s;
}
.list--info li:nth-child(19),
.list--contents li:nth-child(19) {
  transition-delay: 1.9s;
}
.list--info li:nth-child(20),
.list--contents li:nth-child(20) {
  transition-delay: 2s;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-arrow {
    width: 80px;
    height: 80px;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #c8ff06;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  box-shadow: 0px 0px 10px rgba(36, 13, 56, 0.3);
}
@media screen and (min-width: 1024px) {
  .slick-arrow::before {
    margin-top: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-arrow::before {
    margin-top: -10px;
  }
}

.slick-prev::before {
  left: 50%;
  margin-left: -26px;
  transform: rotate(45deg) translate(-50%);
}
@media screen and (min-width: 1024px) {
  .slick-prev::before {
    margin-left: -52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-prev::before {
    margin-left: -52px;
  }
}

.slick-next::before {
  right: 50%;
  margin-right: -26px;
  transform: rotate(135deg) translate(-50%);
}
@media screen and (min-width: 1024px) {
  .slick-next::before {
    margin-right: -52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-next::before {
    margin-right: -52px;
  }
}

@media screen and (min-width: 1024px) {
  .slick-arrow:hover::after {
    border-color: #00b966;
  }
}
.slick-arrow::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .slick-arrow::after {
    width: 16px;
    height: 16px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-arrow::after {
    width: 16px;
    height: 16px;
    margin-top: -5px;
  }
}

.slick-prev::after {
  -webkit-transform: rotate(45deg);
  margin-left: -13px;
}
@media screen and (min-width: 1024px) {
  .slick-prev::after {
    margin-left: -23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-prev::after {
    margin-left: -23px;
  }
}

.slick-next::after {
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .slick-next::after {
    margin-left: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-next::after {
    margin-left: 9px;
  }
}

.slick-slider .slick-list {
  padding-top: 30px !important;
  padding-bottom: 40px !important;
}

.slick-dots {
  position: absolute;
  bottom: 22px;
  width: 100%;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .slick-dots {
    bottom: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-dots {
    bottom: 12px;
  }
}

.slick-dots button {
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 50%;
  background: #bbb;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
}
@media screen and (min-width: 1024px) {
  .slick-dots button {
    width: 8px;
    height: 8px;
    cursor: pointer;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

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

/*
$state-color-info: #00A0E9;
$state-color-success: #36CE8D;
*/
/* sp */
/* pc */
/* tablet */
.page--home {
  /* comingsoon */
}
@media screen and (max-width: 1023px) {
  .page--home header:not(.header--top) {
    box-shadow: none;
    height: 150px;
    background: transparent;
    padding: 0;
  }
  .page--home header:not(.header--top) .addHeader {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
  }
  .page--home header:not(.header--top) .headInner {
    height: 110px;
    padding: 0 6%;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
  }
  .page--home header:not(.header--top) h1 {
    top: 53%;
    width: 60%;
  }
  .page--home header:not(.header--top) .logo--fc {
    margin-top: 0;
  }
  .page--home header:not(.header--top) .logo--nba {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home header:not(.header--top) {
    height: 24vw;
  }
  .page--home header:not(.header--top) .addHeader {
    height: 50px;
  }
  .page--home header:not(.header--top) .headInner {
    height: 24vw;
  }
  .page--home header:not(.header--top) h1 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .page--home header:not(.header--top) {
    transform: translateY(-100%);
    padding-left: 0;
    height: 120px;
  }
  .page--home header:not(.header--top) .addHeader {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
  }
  .page--home header:not(.header--top) .headInner {
    height: 70px;
    padding-left: calc(4% + 180px);
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .page--home.scrolled header:not(.header--top) {
    height: 96px;
    background: #fff;
    box-shadow: 0px 0 20px 0 rgba(36, 13, 56, 0.1);
  }
  .page--home.scrolled header:not(.header--top) .headInner {
    height: 56px;
  }
  .page--home.scrolled header:not(.header--top) h1 {
    top: 50%;
    width: 43%;
  }
  .page--home.scrolled header:not(.header--top) .logo--fc {
    margin-top: -4.65vw;
  }
  .page--home.scrolled header:not(.header--top) .logo--nba {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home.scrolled header:not(.header--top) {
    height: 120px;
  }
  .page--home.scrolled header:not(.header--top) .headInner {
    height: 70px;
  }
  .page--home.scrolled header:not(.header--top) h1 {
    width: 30%;
  }
  .page--home.scrolled header:not(.header--top) .logo--fc {
    margin-top: -2.3vw;
  }
}
@media screen and (min-width: 1024px) {
  .page--home.scrolled header:not(.header--top) {
    transform: translateY(0);
  }
}
.page--home .header--top {
  position: relative;
  box-shadow: none;
  height: 180px;
  padding-left: 0;
  margin: 0 0 20px;
  background: transparent;
  z-index: 1;
}
.page--home .header--top .addHeader {
  width: 100%;
  display: block;
  height: 50px;
  border: none;
}
.page--home .header--top .headInner {
  position: relative;
  padding-left: calc(4% + 416px);
  height: 130px;
}
.page--home .header--top h1 {
  top: 60%;
}
.page--home .header--top h1 a {
  width: 380px;
}
.page--home .header--top .logo--fc {
  margin-top: 0;
}
.page--home .header--top .logo--nba {
  display: block;
  width: 50%;
  margin: 0 auto 16px;
}
.page--home .header--top .list--menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  height: 130px;
  padding-right: 260px;
  padding-top: 25px;
  line-height: 2.3;
}
.page--home .header--top .list--menu::after {
  content: "";
  display: block;
  clear: both;
}
.page--home .header--top .list--menu > li {
  float: left;
  margin: 0 30px 0 0;
  font-size: 1.4rem;
}
.page--home .header--top .list--menu > li::after {
  display: none;
}
.page--home .header--top .list--menu > li:nth-child(5) {
  clear: both;
}
.page--home .header--top .list--menu > li > a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 20px;
  background: #e50019;
  display: inline-block;
  position: relative;
  margin: 0 0.5em 0 0;
  top: -2px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.page--home .header--top .list--menu > li.before > a::before {
  background-color: #000;
  opacity: 0.5;
}
.page--home .header--top .list--menu > li .inner-menu {
  border-radius: 5px;
  left: -0.25em;
}
.page--home .header--top .block--login li a {
  line-height: 45px;
  padding-top: 38px;
}
.page--home .header--top .block--login li img {
  display: block;
  margin: 0 auto;
  height: 26px;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .page--home.scrolled2 > .block--login {
    transform: translateY(100%);
  }
}
.page--home.scrolled2 > .block--continuation {
  transform: translateY(100%);
}
.page--home .header-bg, .page--home .bg--03 {
  display: block;
}
.page--home .bg--01 {
  top: 0;
}
.page--home .tit-bg {
  top: -13vw;
}
@media screen and (max-width: 1023px) {
  .page--home .wrap {
    padding-top: 125px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home .wrap {
    padding-top: calc(20vw + 50px);
  }
}
@media screen and (min-width: 1024px) {
  .page--home .wrap {
    padding-top: 0px;
  }
}
.page--home .wrap > section {
  padding: 0;
}
.page--home .list--pickup {
  padding: 0 6%;
  margin: -20px 0 50px;
  position: relative;
}
.page--home .list--pickup li {
  background: #f5f5f5;
  border-radius: 0.6rem;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.page--home .list--pickup li + li {
  margin-top: 10px;
}
.page--home .list--pickup li a, .page--home .list--pickup li span {
  display: block;
  padding: 1em 1.25em;
  position: relative;
  font-weight: bold;
}
.page--home .list--pickup li a {
  padding-right: 10%;
}
.page--home .list--pickup li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  right: 3%;
  top: 50%;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .page--home .list--pickup {
    width: 760px;
    margin: -30px auto 80px;
  }
  .page--home .list--pickup li a:hover {
    background: rgb(200, 255, 6);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home .list--pickup {
    margin-bottom: 80px;
  }
}
.page--home .bnr__wrap {
  position: relative;
  overflow-y: visible;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .page--home .bnr__wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home .bnr__wrap {
    margin-bottom: 80px;
  }
}
.page--home .bnr-bg {
  width: 100%;
  position: absolute;
  top: 2.2vw;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .page--home .bnr-bg {
    top: 0vw;
  }
}
.page--home .list--bnr li.slick-slide {
  border-radius: 0.6rem;
  margin: 0 7px;
  overflow: hidden;
  box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
}
@media screen and (min-width: 1024px) {
  .page--home .list--bnr li.slick-slide {
    margin: 0 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home .list--bnr li.slick-slide {
    margin: 0 12px;
  }
}
@media screen and (min-width: 1024px) {
  .page--home .list--bnr li {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
  }
  .page--home .list--bnr li:hover {
    box-shadow: none;
    filter: brightness(1.4);
  }
}
.page--home .list--bnr.one {
  margin: 0 auto 70px;
  padding: 30px 0 0;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .page--home .list--bnr.one {
    width: 900px;
  }
}
.page--home .list--bnr.one a {
  display: block;
  box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
}
.page--home .section-tit {
  margin-bottom: 0.75em;
}
.page--home .list--contents {
  margin-top: 1.75em;
}
@media screen and (min-width: 1024px) {
  .page--home .list--contents li:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home .list--contents li:nth-child(4) {
    display: none;
  }
}
.page--home .list--contents + .more {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home footer {
    padding-top: 40px;
  }
  .page--home .section--movie .bg--03,
  .page--home .section--movie .bg--01 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .page--home footer {
    padding: 70px 10% 0;
  }
  .page--home .copyright {
    position: absolute;
    bottom: 70px;
    right: 10%;
    text-align: right;
  }
}
.page--home section.before + .before {
  margin-top: -20px;
}
@media screen and (min-width: 1024px) {
  .page--home section.before + .before {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .page--home section.before .body-bg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--home section.before .body-bg {
    display: none;
  }
}

.page--info .form__select,
.page--info .list--info .thumb,
.page--info .category {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page--info .section--detail .tit {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .page--info .section--detail .tit {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--info .section--detail .tit {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.page--info .section--detail .date {
  margin-bottom: 2.5em;
}

/* share */
.block--share {
  float: right;
  line-height: 1;
  position: relative;
  bottom: 4px;
}

.block--share::before {
  content: "SHARE :";
  position: relative;
  top: -10px;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

.block--share li {
  display: inline-block;
}

.block--share a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: relative;
  text-decoration: none;
}

.block--share svg {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 5px;
}

.block--share path {
  fill: #000;
}

.block--share .fa {
  width: 30px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .block--share a:hover {
    color: #00b966;
  }
  .block--share a:hover path {
    fill: #00b966;
  }
}
@media screen and (max-width: 1023px) {
  .section--support, .section--support .txt {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
  .section--support .section-tit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section--support, .section--support .txt {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .section--support .section-tit {
    font-size: 3rem;
  }
}
.section--support .txt--support dt {
  font-weight: bold;
  margin: 0 0 0.5em;
}
.section--support .txt--support dd:not(:last-child) {
  margin: 0 0 2em;
}
.section--support .txt--support dd:not(:last-child) + dd {
  margin-top: -1em;
}
.section--support .txt--support .txt-inner {
  margin-top: 1em;
}
.section--support .txt--support .txt-inner > li + li {
  margin-top: 0.5em;
}
.section--support .txt--support .txt-inner--sml {
  margin: 1em 0;
}
.section--support .txt--support .txt-inner--sml > li {
  font-size: 11px;
}
.section--support .txt--support .txt-inner--sml > li + li {
  margin-top: 0.75em;
}

@media screen and (max-width: 1023px) {
  .page--faq .section-tit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--faq .section-tit {
    font-size: 3rem;
  }
}
.page--faq .searchBox {
  position: relative;
  margin: 0 0 40px;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #007440;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  font-family: FontAwesome;
}
@media screen and (min-width: 1024px) {
  .page--faq .searchBox {
    width: 500px;
  }
  .page--faq .searchBox input[type=submit] {
    top: 4px;
  }
}
.page--faq .txt--no-data {
  margin: 2em 0;
}
.page--faq .tit--category {
  margin: 0 0 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page--faq .tit--category {
    padding: 0 0 0.5em;
    border-bottom: 1px solid;
  }
}
.page--faq [class^=icon--] {
  font-family: YakuHanJP, "Montserrat", sans-serif;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.page--faq .list--faq li {
  position: relative;
}
.page--faq .list--faq li a {
  display: block;
}
.page--faq .list--faq li .tit {
  margin: 0;
}
.page--faq .list--faq li .date {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1023px) {
  .page--faq .list--faq li + li {
    margin-top: 0.85em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--faq .list--faq li + li {
    margin-top: 1.1em;
  }
}
.page--faq .list--faq li a {
  padding: 5px 0 5px 0;
}
@media screen and (min-width: 1024px) {
  .page--faq .list--faq li {
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-right: 6%;
  }
  .page--faq .list--faq li:first-child {
    border-top: 1px solid rgb(0, 0, 0);
  }
  .page--faq .list--faq li::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    pointer-events: none;
    margin-top: -0.25em;
    margin-right: 0.25em;
    position: absolute;
    right: 2%;
    top: 50%;
  }
  .page--faq .list--faq li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(200, 255, 6, 0.8);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
  }
  .page--faq .list--faq li:hover::before {
    transform: scaleX(1);
  }
  .page--faq .list--faq li a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .page--faq .list--faq li a:hover {
    transform: translateX(1.25em);
  }
}
.page--faq .list--faq:not(last-of-type) {
  margin: 0 0 40px;
}
@media screen and (min-width: 1024px) {
  .page--faq .list--faq:not(last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--faq .list--faq:not(last-of-type) {
    margin-bottom: 60px;
  }
}
.page--faq .list--faq .tit, .page--faq .list--faq .txt {
  font-weight: normal;
  padding: 0 0 0 1.75em;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .page--faq .list--faq .tit, .page--faq .list--faq .txt {
    padding-left: 2em;
  }
}
.page--faq .list--faq .icon--q {
  color: #007440;
}
@media screen and (min-width: 1024px) {
  .page--faq .list--faq .icon--q {
    top: 0.65em;
  }
}
.page--faq .block--faq-detail {
  padding: 1.5em 1.25em;
  margin: 0 0 40px;
  background: #f5f5f5;
  border-radius: 0.6rem;
}
@media screen and (min-width: 1024px) {
  .page--faq .block--faq-detail {
    padding: 2em;
    margin: 0 0 60px;
  }
}
.page--faq .block--faq-detail dt, .page--faq .block--faq-detail dd {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page--faq .block--faq-detail dt, .page--faq .block--faq-detail dd {
    padding-left: 2.75em;
  }
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  margin: 0;
}
.page--faq .block--faq-detail dt {
  margin: 0 0 2em;
  font-weight: bold;
}
.page--faq .block--faq-detail a {
  color: #000;
  text-decoration: underline;
}
.page--faq .block--faq-detail [class^=icon--] {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .page--faq .block--faq-detail [class^=icon--] {
    float: left;
    display: inline-block;
    margin-right: 0.5em;
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .page--faq .block--faq-detail [class^=icon--] {
    font-size: 1em;
  }
}
.page--faq .block--faq-detail .icon--q {
  background: #007440;
}
.page--faq .block--faq-detail .icon--a {
  background: #000;
}
.page--faq .block--contact {
  margin: 30px 0 0;
  border: 1px solid;
  border-radius: 0.6rem;
  padding: 1em 1.25em;
}
.page--faq .block--contact .txt {
  margin-bottom: 0.5em;
}
.page--faq .block--contact a {
  color: #007440;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .page--faq .block--contact a:hover {
    color: #00b966;
    text-decoration: none;
  }
}
.page--faq .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.page--faq .block--contact .fa {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page--faq .block--contact {
    margin: 60px auto 0;
    width: 70%;
    text-align: center;
  }
}

.page--movie .point {
  display: none;
}
.page--movie .section--detail .section-tit {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page--movie .section--detail .section-tit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--movie .section--detail .section-tit {
    font-size: 3rem;
  }
}
.page--movie .section--detail .tit {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1023px) {
  .page--movie .section--detail .tit {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .page--movie .section--detail .tit {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--movie .section--detail .tit {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.page--movie .section--detail .date {
  margin-bottom: 2em;
}
.page--movie .block--player {
  line-height: 0;
  background: #000;
}
@media screen and (max-width: 1023px) {
  .page--movie .block--player {
    position: relative;
    width: 100%;
    /*	height: 0;
    padding-top: 56.25%;*/
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page--movie .block--player {
    margin-bottom: 3rem;
  }
}
.page--movie .block--player video {
  /*	position: absolute;
  	top: 0;
  	left: 0;*/
  width: 100%;
  /*height: 100%;*/
}
.page--movie .flash__player--accordion {
  margin: 2em 0 0;
}
.page--movie .flash__player--accordion .btn--sub {
  border-radius: 5px;
}
.page--movie .flash__player--accordion .btn--sub dt::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 0.5em;
  margin-top: -0.5em;
}
.page--movie .flash__player--accordion .list--player {
  margin-top: 2em;
}
.page--movie .flash__player--accordion li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1em 0;
}
.page--movie .flash__player--accordion a {
  text-decoration: underline;
}
.page--movie .list--step li {
  padding: 1.5em 1.25em;
  margin: 0 0 40px;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 0.6rem;
}
.page--movie .list--step li .ph {
  display: none;
}
.page--movie .list--step li .tit {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page--movie .list--step li .tit {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .page--movie .list--step li .tit {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--movie .list--step li .tit {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.page--movie .list--step li .tit span {
  display: block;
  font-family: YakuHanJP, "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.page--movie .list--step li .txt--sub {
  opacity: 0.6;
}

.ulizahtml5 {
  height: 0;
  width: 100%;
  padding-top: 56.25% !important;
}
.ulizahtml5 .vjs-play-start-button {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page--photo .list--contents .tit {
  padding-top: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--photo .list--contents .tit {
    padding-top: 0.5em;
  }
}

@media screen and (max-width: 1023px) {
  .page--photo:not([class^="page--photo category-"]) .section-tit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--photo:not([class^="page--photo category-"]) .section-tit {
    font-size: 3rem;
  }
}
.page--photo:not([class^="page--photo category-"]) .list--contents {
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .page--photo:not([class^="page--photo category-"]) .list--contents::after, .page--photo:not([class^="page--photo category-"]) .list--contents::before {
    content: "";
    display: block;
    width: 24%;
    width: calc(25% - 10px);
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--photo:not([class^="page--photo category-"]) .list--contents::after, .page--photo:not([class^="page--photo category-"]) .list--contents::before {
    content: "";
    display: block;
    width: 24%;
    width: calc(25% - 10px);
    order: 1;
  }
}
.page--photo:not([class^="page--photo category-"]) .list--contents li {
  width: 49%;
  width: calc(50% - 8px);
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .page--photo:not([class^="page--photo category-"]) .list--contents li {
    width: 24%;
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--photo:not([class^="page--photo category-"]) .list--contents li {
    width: 24%;
    width: calc(25% - 10px);
  }
}
.page--photo:not([class^="page--photo category-"]) .list--contents .thumb, .page--photo:not([class^="page--photo category-"]) .list--contents img {
  transform: none;
}
.page--photo:not([class^="page--photo category-"]) .list--contents .thumb {
  border-radius: 0;
}
.page--photo:not([class^="page--photo category-"]) #swipebox-overlay {
  background: #fff;
}
.page--photo:not([class^="page--photo category-"]) #swipebox-close {
  top: 10px;
  background: none;
}
@media screen and (min-width: 1024px) {
  .page--photo:not([class^="page--photo category-"]) #swipebox-close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--photo:not([class^="page--photo category-"]) #swipebox-close {
    top: 30px;
    right: 30px;
  }
}
.page--photo:not([class^="page--photo category-"]) #swipebox-close::before,
.page--photo:not([class^="page--photo category-"]) #swipebox-close::after {
  content: "";
  height: 2px;
  position: absolute;
  background: #000;
  top: 20px;
  width: 40px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.page--photo:not([class^="page--photo category-"]) #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--photo:not([class^="page--photo category-"]) #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .page--photo:not([class^="page--photo category-"]) #swipebox-close:hover::before,
  .page--photo:not([class^="page--photo category-"]) #swipebox-close:hover::after {
    background: #00b966;
  }
}

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

#swipebox-slider .slide-loading {
  background-image: url(/static/badminton/fanclub/common/loading.svg) !important;
}

.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}

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

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  top: 50%;
  transition: translateY(-50%);
  position: fixed;
  background: none;
}
@media screen and (max-width: 1023px) {
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    color: #000;
  }
}

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

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

#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
}

#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

@media screen and (min-width: 1024px) {
  #swipebox-action #swipebox-prev:not(.disabled):hover,
  #swipebox-action #swipebox-next:not(.disabled):hover {
    color: #00b966;
  }
}
#swipebox-caption {
  width: 100%;
  max-width: 800px;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section--players #anchor--top {
  position: absolute;
  top: -40px;
  left: 0;
}
.section--players .players-tit {
  margin: 0 0 25px;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid;
  line-height: 1;
  padding: 0 0 0.25em;
}
.section--players .players-tit span {
  font-family: YakuHanJP, "Montserrat", sans-serif;
  margin: 0 0.25em 0 0;
  font-size: 1.75em;
  vertical-align: sub;
}
@media screen and (min-width: 1024px) {
  .section--players .players-tit {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section--players .players-tit {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.section--players .block--tab {
  background: #fff;
  color: #007440;
  border: 1px solid;
  border-radius: 100px;
  overflow: hidden;
  font-weight: bold;
  margin: 0 10% 25px;
}
.section--players .block--tab li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0.5em;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.section--players .block--tab li:nth-child(1) {
  padding-left: 0.85em;
}
.section--players .block--tab li:nth-child(2) {
  padding-right: 0.85em;
}
.section--players .block--tab li.tab-active {
  background: #007440;
  color: #fff;
}
.section--players .block--tab.block--tab--bottom {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .section--players .block--tab {
    border-width: 2px;
    margin: 0 28% 40px;
  }
  .section--players .block--tab li {
    padding: 0.75em;
    cursor: pointer;
  }
  .section--players .block--tab li:nth-child(1) {
    padding-left: 1.5em;
  }
  .section--players .block--tab li:nth-child(2) {
    padding-right: 1.5em;
  }
  .section--players .block--tab li:not(.tab-active):hover {
    color: #00b966;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section--players .block--tab {
    border-width: 2px;
    margin: 0 25% 40px;
  }
  .section--players .block--tab li {
    padding: 0.75em;
  }
  .section--players .block--tab li:nth-child(1) {
    padding-left: 1.5em;
  }
  .section--players .block--tab li:nth-child(2) {
    padding-right: 1.5em;
  }
}
.section--players .tab__content > li:not(:first-child) {
  display: none;
}
.section--players .list--player {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--players .list--player li {
  width: 47.5%;
  height: 200px;
  height: 50vw;
  position: relative;
  margin-bottom: 3.75vw;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0px 10px 30px -5px rgba(36, 13, 56, 0.3);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition-property: opacity, transform, filter, box-shadow;
  opacity: 0;
  transform: skewX(-6deg) translateX(50px);
}
@media screen and (max-width: 1023px) {
  .section--players .list--player li:nth-child(odd) {
    margin-right: 5%;
  }
}
.section--players .list--player li:nth-child(1) {
  transition-delay: 0.1s, 0.1s, 0s, 0s;
}
.section--players .list--player li:nth-child(2) {
  transition-delay: 0.2s, 0.2s, 0s, 0s;
}
.section--players .list--player li:nth-child(3) {
  transition-delay: 0.3s, 0.3s, 0s, 0s;
}
.section--players .list--player li:nth-child(4) {
  transition-delay: 0.4s, 0.4s, 0s, 0s;
}
.section--players .list--player li:nth-child(5) {
  transition-delay: 0.5s, 0.5s, 0s, 0s;
}
.section--players .list--player li:nth-child(6) {
  transition-delay: 0.6s, 0.6s, 0s, 0s;
}
.section--players .list--player li:nth-child(7) {
  transition-delay: 0.7s, 0.7s, 0s, 0s;
}
.section--players .list--player li:nth-child(8) {
  transition-delay: 0.8s, 0.8s, 0s, 0s;
}
.section--players .list--player li:nth-child(9) {
  transition-delay: 0.9s, 0.9s, 0s, 0s;
}
.section--players .list--player li:nth-child(10) {
  transition-delay: 1s, 1s, 0s, 0s;
}
.section--players .list--player li:nth-child(11) {
  transition-delay: 1.1s, 1.1s, 0s, 0s;
}
.section--players .list--player li:nth-child(12) {
  transition-delay: 1.2s, 1.2s, 0s, 0s;
}
.section--players .list--player li:nth-child(13) {
  transition-delay: 1.3s, 1.3s, 0s, 0s;
}
.section--players .list--player li:nth-child(14) {
  transition-delay: 1.4s, 1.4s, 0s, 0s;
}
.section--players .list--player li:nth-child(15) {
  transition-delay: 1.5s, 1.5s, 0s, 0s;
}
.section--players .list--player li:nth-child(16) {
  transition-delay: 1.6s, 1.6s, 0s, 0s;
}
.section--players .list--player li:nth-child(17) {
  transition-delay: 1.7s, 1.7s, 0s, 0s;
}
.section--players .list--player li:nth-child(18) {
  transition-delay: 1.8s, 1.8s, 0s, 0s;
}
.section--players .list--player li:nth-child(19) {
  transition-delay: 1.9s, 1.9s, 0s, 0s;
}
.section--players .list--player li:nth-child(20) {
  transition-delay: 2s, 2s, 0s, 0s;
}
.section--players .list--player li img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transform: skewX(6deg) scale(1.15);
}
.section--players .list--player li::before {
  content: "";
  background: rgba(78, 22, 95, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .section--players .list--player li {
    width: 23%;
    height: 280px;
    margin-right: 2.666%;
    margin-bottom: 24px;
    cursor: pointer;
  }
  .section--players .list--player li:nth-child(4n) {
    margin-right: 0;
  }
  .section--players .list--player li:hover {
    box-shadow: none;
    filter: brightness(1.6);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section--players .list--player li {
    width: 23%;
    height: 22vh;
    margin-right: 2.666%;
    margin-bottom: 2vw;
  }
  .section--players .list--player li:nth-child(odd) {
    margin-right: 2.666%;
  }
  .section--players .list--player li:nth-child(4n) {
    margin-right: 0;
  }
}
.section--players .list--player .list__txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 3vw;
  color: #fff;
}
.section--players .list--player .list__txt .tit {
  line-height: 1;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1024px) {
  .section--players .list--player .list__txt {
    padding: 20px;
  }
  .section--players .list--player .list__txt .tit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section--players .list--player .list__txt {
    padding: 2vw;
  }
}
.section--players .cont-active .list--player li {
  opacity: 1;
  transform: skewX(-6deg) translateX(0);
}
@media screen and (max-width: 1023px) {
  .section--players .overlay__modal {
    padding-top: 0;
  }
}
.section--players .overlay__modal .ph {
  margin: 0 -12.5%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section--players .overlay__modal .ph::after {
    content: "";
    width: 100%;
    height: 20vw;
    background: #fff;
    position: absolute;
    bottom: -12vw;
    left: 0;
    transform: skewY(9deg);
  }
}
.section--players .overlay__modal .name {
  font-size: 2.25em;
  line-height: 1;
  margin: 0 0 0.9em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid;
  position: relative;
}
.section--players .overlay__modal .name span {
  font-size: 0.4em;
  display: block;
  margin: 0 0 0.5em;
}
.section--players .overlay__modal .list--profile {
  position: relative;
  overflow: hidden;
}
.section--players .overlay__modal .list--profile dt {
  float: left;
  opacity: 0.5;
  margin-right: 1.75em;
  width: 4em;
}
.section--players .overlay__modal .list--profile dd {
  overflow: hidden;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1024px) {
  .section--players .overlay__modal .ph {
    float: left;
    margin: 0 8% 0 0;
    z-index: 1;
    width: 45%;
  }
  .section--players .overlay__modal .name span {
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section--players .overlay__modal {
    width: 90%;
    padding-top: 50px;
  }
  .section--players .overlay__modal .ph {
    float: left;
    margin: 0 8% 0 0;
    z-index: 1;
    width: 45%;
  }
  .section--players .overlay__modal .ph::after {
    display: none;
  }
  .section--players .overlay__modal .name span {
    margin-bottom: 0.75em;
  }
}

.page--questionnaire .txt, .page--questionnaire .txt--basic, .page--questionnaire .ph {
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .page--questionnaire .txt, .page--questionnaire .txt--basic {
    margin: 0 0 80px;
  }
}

.page--blog.page--detail .block--pager {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.page--blog.page--detail .block--pager li {
  margin: 0;
}
.page--blog.page--detail .block--pager li.pager-link--next {
  position: absolute;
  left: 0;
}
.page--blog.page--detail .block--pager li.pager-link--prev {
  position: absolute;
  right: 0;
}
.page--blog.page--detail .block--pager .detail__btn {
  margin: 0;
}
.page--blog.page--detail .block--pager .detail__btn a::after {
  content: "TOP";
}
.page--blog.page--detail .block--pager .detail__btn a::before {
  display: none;
}
.page--blog.page--detail .block--pager.clearfix::after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .page--blog.page--detail .block--pager li {
    float: none;
    width: auto;
    display: inline-block;
  }
}/*# sourceMappingURL=fanclub-style.css.map */