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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #F9F9F9;
  color: #171717;
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}

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

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

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

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

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

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

.parts-svg {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #171717;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal !important;
  text-decoration: none !important;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #171717;
  background: none;
  color: #171717;
  margin: 1em 0;
  padding: 1.4em 2em;
  text-decoration: none !important;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.date,
.category,
.youbi {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.date {
  font-size: 1.4rem;
}

.category {
  font-size: 1rem;
}

.youbi {
  margin: 0 0.3em;
  font-size: 0.7em;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img {
  width: 100%;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #171717;
  position: absolute;
  bottom: 4px;
  left: 25%;
  transform: scaleX(0);
  transform-origin: right;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span,
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 16px;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  left: 0;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  transform: rotate(-135deg);
  right: 16px;
}
.block--pager .pager__item--older {
  right: 0;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  transform: rotate(45deg);
  right: 16px;
}
.block--pager .pager__item--current {
  position: relative;
  padding: 0.6em 0.6em;
  line-height: 1;
  font-weight: bold;
}
.block--pager .pager__item--current::before {
  transform: scaleX(1);
}
.block--pager .pager-link--prev, .block--pager .pager-link--next {
  position: absolute;
}
.block--pager .pager-link--prev a, .block--pager .pager-link--next a {
  position: relative;
  font-size: 1.4rem;
}
.block--pager .pager-link--prev a::before, .block--pager .pager-link--next a::before {
  display: none !important;
}
.block--pager .pager-link--prev a::after, .block--pager .pager-link--next a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}
.block--pager .pager-link--prev {
  right: 0;
}
.block--pager .pager-link--prev a::after {
  transform: rotate(45deg);
  right: -2px;
}
.block--pager .pager-link--next {
  left: 0;
}
.block--pager .pager-link--next a::after {
  transform: rotate(-135deg);
  left: -2px;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
}
.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d4d4;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #171717;
  opacity: 1;
}

.slick-next::before, .slick-prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-top: none;
  border-right: none;
  border-color: #fff;
  vertical-align: middle;
  transition: transform 0.4s ease;
  transform-origin: unset;
}

.slick-next::before {
  transform: rotate(-135deg);
}
.slick-next:hover::before {
  transform: translateX(5px) rotate(-135deg);
}

.slick-prev::before {
  transform: rotate(45deg);
}
.slick-prev:hover::before {
  transform: translateX(-5px) rotate(45deg);
}

.photo--slider #swipebox-slider .slide-loading {
  background-image: none !important;
}
.photo--slider #swipebox-slider .slide img {
  max-height: 80%;
}
.photo--slider #swipebox-overlay {
  background: rgba(25, 25, 25, 0.8);
}
.photo--slider #swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}
.photo--slider #swipebox-close::before, .photo--slider #swipebox-close::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.photo--slider #swipebox-close::before {
  transform: rotate(45deg);
}
.photo--slider #swipebox-close::after {
  transform: rotate(-45deg);
}
.photo--slider #swipebox-bottom-bar {
  background: none;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev,
.photo--slider #swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #fff;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after,
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 3px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after {
  transform: rotate(45deg);
  margin-left: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-next {
  right: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 800px) {
  .photo--slider #swipebox-arrows {
    max-width: none;
  }
}

/*-- YouTube --*/
.youtube, .player {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.youtube > .video,
.youtube iframe,
.youtube embed, .player > .video,
.player iframe,
.player embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player--ios {
  width: 100%;
  text-align: center;
}

.block--player.player-sp {
  width: 100%;
  padding-top: 0;
}

.block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block--player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eq-header, .video_title, .video_title_text_cover, .video_title_text {
  display: none !important;
}

.block--player .txt {
  margin-bottom: 1em;
}

.flash__player--accordion {
  margin: 2em 0;
}

.flash__player--accordion dl {
  border: solid 1px #000;
}

.flash__player--accordion dt {
  text-align: center;
  line-height: 3em;
  background-color: #000;
  color: #fff;
}

.flash__player--accordion dd {
  display: none;
  background: #fff;
}

.flash__player--accordion .list--player li {
  border-top: 1px solid rgba(150, 150, 150, 0.5);
}

.flash__player--accordion .list--player li:first-of-type {
  border-top: none;
}

.flash__player--accordion .list--player li a {
  display: block;
  padding: 1em;
}

@media screen and (max-width: 960px) {
  .block--player video {
    width: 100%;
  }
  .block--player--ios > video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .block--player {
    width: 100%;
    padding-top: 56.25%;
  }
  .block--player.player-sp {
    width: 100%;
    padding-top: 0;
  }
}
.area--movie {
  margin: 3% auto;
  max-width: 640px;
}

.section--list {
  position: relative;
  z-index: 1;
}
.section--list .no-data {
  font-size: 13px;
}

.list--info li {
  background: #2d2d2d;
  color: #fff;
  border-bottom: solid 1px #F9F9F9;
}
.list--info li a {
  display: block;
}
.list--info li .date {
  margin-top: 3px;
  margin-right: 1em;
}
.list--info li .category {
  position: relative;
  font-size: 1rem;
  margin-left: 30px;
  min-width: 80px;
}
.list--info li .category::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 15px;
  height: 1px;
  transform: translateY(-1px);
  background: #F9F9F9;
  opacity: 0.5;
}
.list--info li .tit {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}
.list--info li.no-data {
  width: 100%;
  background: none;
  color: #171717;
  border: none;
}

.list--contents {
  max-width: 960px;
  margin: 0 auto;
}
.list--contents li {
  float: left;
  margin-bottom: 4vw;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a figure {
  overflow: hidden;
  z-index: 1;
}
.list--contents li a figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #171717;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 2;
  transition: 0.4s;
  transform: scaleX(0);
  mix-blend-mode: hard-light;
  opacity: 0.4;
}
.list--contents li a figure::after {
  content: "VIEW DETAIL";
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transition: 0.4s 0.2s;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.list--contents li a figure img {
  display: block;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-image: url(/static/produce101/common/no_images.png);
  background-color: #efefef;
}
.list--contents li .list__txt {
  padding-top: 0.5em;
}
.list--contents li .list__txt .date {
  font-size: 1.2rem;
  margin-top: 0.2em;
  margin-right: 10px;
}
.list--contents li .list__txt .tit {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
.list--contents li .list__txt .category {
  position: relative;
  font-size: 1rem;
  margin-left: 30px;
}
.list--contents li .list__txt .category::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #171717;
  opacity: 0.5;
}

[class^=list--] li.new .tit {
  position: relative;
}
[class^=list--] li.new .tit::after {
  content: "NEW";
  display: inline-block;
  padding: 3px 1em 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  background-color: #F9F9F9;
  color: #171717;
  margin-left: 1em;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1rem;
  transform: translateY(-3px);
}

.list--contents li.new .tit::after {
  background-color: #171717;
  color: #fff;
}

.block--category {
  margin: 5px auto 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 0.2em 0.2em 0;
}
.block--category li a, .block--category li span {
  display: block;
  padding: 2px 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1rem;
  background: rgba(113, 113, 113, 0.22);
  border-radius: 2px;
}
.block--category .current a {
  background: #171717;
  color: #fff;
}

.section--detail {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
.section--detail .date {
  font-size: 1.3rem;
}
.section--detail .tit {
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.section--detail .category {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.section--detail .txt--basic a {
  text-decoration: underline;
}
.section--detail .txt {
  padding-bottom: 3em;
}
.section--detail .txt a {
  text-decoration: underline;
}
.section--detail .txt a:hover {
  text-decoration: none;
}

.form--post dt,
.form--confirm dt {
  margin: 3em 0 1em;
  font-weight: bold;
}
.form--post dd,
.form--confirm dd {
  margin: 0 0 1em;
}

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

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

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #171717;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #171717;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #171717;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

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

/* textarea */
textarea {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #171717;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #171717;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #171717;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #171717;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #F9F9F9;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #171717;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #171717;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #171717;
  border-color: #171717;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #171717;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #171717;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #171717;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #171717;
  border-color: #171717;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

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

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

/* required */
.required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
header h1 {
  z-index: 102;
}
header h1 svg {
  width: 100%;
  fill: #171717;
}
header .header_inner .nav {
  line-height: 1;
}
header .header_inner .nav li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0;
}
header .header_inner .nav::after {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
header .header_inner .nav-official .sub-nav {
  display: flex;
  justify-content: flex-end;
}
header .header_inner .nav-fc .sub-nav li:nth-child(2) {
  position: relative;
  margin-left: 20px;
}
header .header_inner .nav-fc .sub-nav li:nth-child(2)::after {
  content: "/";
  position: absolute;
  left: -12px;
}
header .drawer {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
}
header .drawer .inner {
  opacity: 0;
}
header .drawer .tit-drawer {
  position: relative;
  display: inline-block;
  margin: 10px 0 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1vw;
}
header .drawer .tit-drawer::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  top: -10px;
  background: #374DC6;
}
header .drawer__btn {
  position: relative;
  width: 17px;
  height: 20px;
  margin-left: 8px;
  z-index: 103;
  cursor: pointer;
}
header .drawer__btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease;
}
header .drawer__btn span:first-child {
  top: 25%;
}
header .drawer__btn span:nth-child(2) {
  top: 45%;
}
header .drawer__btn span:last-child {
  top: 65%;
}

.drawer-visible {
  overflow: hidden;
}
.drawer-visible header h1 {
  position: fixed;
}
.drawer-visible header .drawer__btn {
  position: fixed;
  right: 3vw;
  top: 30px;
  width: 30px;
}
.drawer-visible header .drawer__btn span:first-child {
  transform: rotate(45deg);
  top: 46%;
}
.drawer-visible header .drawer__btn span:nth-child(2) {
  display: none;
}
.drawer-visible header .drawer__btn span:last-child {
  transform: rotate(-45deg);
  top: 46%;
}
.drawer-visible header .drawer {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #171717;
  color: #fff;
  display: block;
  text-align: left;
}
.drawer-visible header .drawer .inner {
  opacity: 1;
}
.drawer-visible header .drawer .inner .drawer-nav {
  position: relative;
  padding: 5vw 7vw;
}
.drawer-visible header .drawer .inner .drawer-nav .sub-nav-fc a {
  display: inline-block;
  margin-right: 1em;
  margin-top: 0.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.8vw;
}
.drawer-visible header .drawer .inner .drawer-official-nav {
  padding-top: 120px;
  background: #F9F9F9;
  color: #171717;
}
.drawer-visible header .drawer .nav li {
  display: block;
  margin-bottom: 0.2em;
  font-size: 4vw;
  line-height: 1.1;
  overflow: hidden;
}
.drawer-visible header .drawer .nav li.sub-menu {
  font-size: 2vw;
  margin-bottom: 4vw;
  position: relative;
}
.drawer-visible header .drawer .nav li.sub-menu::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #171717;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.drawer-visible header .drawer .nav li.sub-menu::after {
  margin-left: 5px;
  margin-top: -2px;
}
.drawer-visible header .tit-fcmenu {
  margin-right: 25px;
}

header .drawer .nav li a {
  display: inline-block;
  transform: translateY(100%);
}

header .drawer .nav.sns li a,
header .drawer .nav li.sub-menu a {
  transform: translateY(0);
}

.drawer-visible header .drawer .nav li a {
  transition: transform 0.3s ease 0.5s;
  transform: translateY(0%);
}

footer {
  width: 100%;
  min-height: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F9F9F9;
  color: #171717;
  z-index: 11;
}
footer .inner {
  position: relative;
  padding: 120px 4% 20px;
  height: 100%;
}
footer .inner .block--support .list--support li {
  font-size: 1.1rem;
}
footer .inner small {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0.1em;
  opacity: 0.3;
  display: block;
}

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

.content--body {
  position: relative;
}

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

body:not(.page--home) .langBar .wovn-languages.visible .nav-dropdown .list--language li.selected {
  color: #171717;
}

body:not(.page--home) .langIcon svg {
  fill: #171717;
}

body:not(.page--home) .content--body {
  opacity: 0;
  margin-top: 50px;
  transition: margin 0.8s cubic-bezier(0.26, 0, 0.2, 1), opacity 0.3s;
  transition-delay: 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
body:not(.page--home) .content--body .section-tit::before {
  transition: 0.5s 0.2s;
  width: 0;
}

body:not(.page--home).loaded .content--body {
  opacity: 1;
  margin-top: 0;
}
body:not(.page--home).loaded .content--body .section-tit::before {
  width: 40px;
}

.section-tit {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 2.8rem;
}
.section-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 40px;
  height: 5px;
  background-color: #171717;
}

.contents-tit {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

/*-- DETAIL BUTTON --*/
.detail__btn {
  display: block;
  margin: 2em auto 0;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  padding: 0 0 0.5em 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
  text-decoration: none !important;
  overflow: auto;
}
.detail__btn a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #171717;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

/*-- MORE BUTTON --*/
.list__more {
  display: block;
  margin: 2.5em auto 0;
}
.list__more a {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.list__more a span {
  position: relative;
  display: inline-block;
  padding: 0.5em 0;
}
.list__more a span::before, .list__more a span::after {
  content: "";
  display: block;
  position: absolute;
  background: #171717;
  width: 2px;
  height: 10px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0deg);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.list__more a span::after {
  transform: rotate(90deg);
}
.list__more a::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  top: 0;
  bottom: 0;
  right: -38px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(177, 177, 177, 0.2);
  transition: left 0.5s ease, transform 0.5s ease 0.5s;
  pointer-events: none;
}
.list__more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #171717;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

/*-- SNS SHARE --*/
.block--share {
  line-height: 1;
  text-align: right;
  padding-top: 60px;
  margin: 0 0 30px;
}
.block--share .share {
  display: inline-block;
  font-size: 10px;
  padding-right: 0;
  letter-spacing: 0.1em;
  vertical-align: 0px;
  color: #666;
}
.block--share a:hover {
  opacity: 0.5;
}
.block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #171717;
  margin: 0 0 0 15px;
}
.block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #171717;
  transition: 0.3s;
}

/*-- PAGE TOP --*/
.block--page-top {
  position: absolute;
  bottom: 110px;
  right: 22px;
  padding: 0;
  z-index: 12;
  color: #E2E2E2;
  /*動画モジュール影響する*/
  mix-blend-mode: difference;
}
.block--page-top a {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.1rem;
  /*動画モジュール影響する*/
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
}
.block--page-top a span {
  position: relative;
}
.block--page-top a span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #E2E2E2;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
}
.block--page-top a span::after {
  transition: 0.3s;
  position: absolute;
  top: 6px;
  left: -20px;
}

.block--page-top.delighter {
  transition: transform 0.8s cubic-bezier(0.26, 0, 0.2, 1), opacity 0.3s ease;
  transform: translateY(60px);
  opacity: 0;
}

.block--page-top.started.ended {
  transform: translateY(0);
  opacity: 1;
}

/*-- LANG BAR --*/
.langBar .langSelector {
  border: none;
  border-radius: 0;
}
.langBar .langIcon {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  line-height: 1;
}
.langBar .langIcon svg {
  fill: #F9F9F9;
}
.langBar .wovn-languages {
  font-size: 10px;
  position: relative;
  z-index: 2;
  width: 140px;
  height: 23px;
  border: 1px solid;
  border-radius: 40px;
  cursor: pointer;
}
.langBar .wovn-languages::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border: 0px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  z-index: 10;
}
.langBar .wovn-languages .language-name {
  cursor: pointer;
}
.langBar .wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 30px;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
}
.langBar .wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.langBar .wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
}
.langBar .wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.langBar .wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #F9F9F9;
  top: 3.5px;
  transform: translateY(0);
}
.langBar .wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  padding: 5px 10px;
  background: rgba(23, 23, 23, 0.5);
}
.langBar .wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  margin-bottom: 11px;
  padding: 0;
}

/*-- GENERAL STYLE --*/
.red {
  color: #C9181B;
}

.bold {
  font-weight: bold;
}

.text-sub {
  font-size: 83%;
}

.link--blank {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 11px;
  border: solid 2px #171717;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}
.link--blank::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
  width: 2px;
  height: 12px;
  background: #171717;
  transition: all 0.3s ease;
}
.link--blank::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 14px;
  height: 2px;
  background: #171717;
  transition: all 0.3s ease;
}

.page--home {
  background: #000;
}
.page--home .wrap {
  z-index: 100;
}
.page--home .header {
  color: #fff;
}
.page--home .header h1 svg {
  fill: #fff;
}
.page--home .header .header_inner .nav-fc {
  background: #F9F9F9;
  color: #171717;
}
.page--home .header .langSelector .langIcon svg {
  fill: #fff;
}
.page--home section.delighter {
  transition: transform 0.8s cubic-bezier(0.26, 0, 0.2, 1), opacity 0.3s ease;
  transform: translateY(60px);
}
.page--home section.delighter .section-tit::before {
  transition: all 0.5s ease-out;
  width: 0;
}
.page--home section.started {
  transform: translateY(0);
}
.page--home section.started .section-tit::before {
  width: 40px;
}
.page--home .content--body .block--contents {
  position: relative;
  background: #F9F9F9;
  -webkit-transform: translate3d(0, 0, 0);
  padding-bottom: 60px;
  z-index: 1;
}
.page--home .content--body .inner {
  margin: 0 auto;
  padding: 3vw 0;
  width: 86%;
  max-width: 1200px;
}
.page--home .content--body .section-tit {
  margin-bottom: 20px;
}
.page--home .content--body .list--schedule li a {
  padding: 26px;
  display: block;
  height: 100%;
}
.page--home .content--body .list--schedule li a::after {
  content: none;
}
.page--home .content--body .list--schedule li .date {
  position: relative;
  margin: 0;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--home .content--body .list--schedule li .youbi {
  font-size: 1rem;
}
.page--home .content--body .section--video {
  padding-bottom: 5vw;
}
.page--home .content--body .section--video .list--video li .thumb a {
  display: block;
  position: relative;
  overflow: hidden;
}
.page--home .content--body .section--video .list--video li .thumb a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #171717;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 2;
  transition: 0.4s;
  transform: scaleX(0);
  mix-blend-mode: hard-light;
  opacity: 0.4;
}
.page--home .content--body .section--video .list--video li .thumb a::after {
  content: "VIEW DETAIL";
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transition: 0.4s 0.2s;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page--home .content--body .section--video .list--video li .thumb a img {
  transition: 0.4s;
}
.page--home .content--body .section--video .list--video li .list__txt .tit {
  display: inline;
  padding: 0.1em 0.4em 0;
  background: linear-gradient(transparent 10%, #2d2d2d 0%);
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all 0.3s;
}
.page--home .content--body .list--contents {
  max-width: none;
}
.page--home .content--body .list--bnr {
  opacity: 0;
  transition: opacity 0.3s linear;
  margin-bottom: 0;
}
.page--home .content--body .list--bnr a {
  display: block;
}
.page--home .content--body .list--bnr.one {
  margin: 0 auto;
  opacity: 1;
}
.page--home .content--body .list--bnr.one li {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.page--home .content--body .list--bnr.noslide {
  margin: 0 auto;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--home .content--body .list--bnr.noslide li {
  width: 47%;
  margin-bottom: 4vw;
}
.page--home .content--body .list--bnr .slick-dots li {
  float: none;
}
.page--home .content--body .list--bnr.slick-initialized {
  opacity: 1;
}
.page--home .content--body .list--bnr .slick-slide {
  padding: 0 10px;
}
.page--home .content--body .list--bnr .slick-slide a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.page--home .content--body .list--bnr .slick-slide a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #171717;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 2;
  transition: 0.4s;
  transform: scaleX(0);
  mix-blend-mode: hard-light;
  opacity: 0.4;
}
.page--home .content--body .list__more {
  text-align: right;
}
.page--home .content--body .section--mainvisual {
  min-height: 100vh;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.page--home .content--body .section--mainvisual .block--mainvisual_photo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page--home .content--body .section--mainvisual .block--mainvisual_photo img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page--home .content--body .banner-official {
  padding: 3vw 0 8vw;
}
.page--home .content--body .banner-official .list--bnr::after {
  content: "";
  display: block;
  clear: both;
}
.page--home .content--body .banner-official .list--bnr.slick-initialized::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -43px;
  width: 8%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #171717;
}
.page--home .content--body .banner-official .slick-next, .page--home .content--body .banner-official .slick-prev {
  bottom: -65px;
  top: auto;
  top: initial;
  width: 60px;
  color: #171717;
  transition: opacity 0.3s;
}
.page--home .content--body .banner-official .slick-next::before, .page--home .content--body .banner-official .slick-prev::before {
  width: 100%;
  height: 100%;
  left: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  border: none;
}
.page--home .content--body .banner-official .slick-next {
  right: 40%;
}
.page--home .content--body .banner-official .slick-next::before {
  content: "NEXT";
  transform: none;
}
.page--home .content--body .banner-official .slick-prev {
  left: 40%;
}
.page--home .content--body .banner-official .slick-prev::before {
  content: "PREV";
  transform: none;
}
.page--home .content--body .area--fc {
  padding-bottom: 3vw;
  background-color: #171717;
  color: #fff;
}
.page--home .content--body .area--fc .block--area-header {
  padding: 8vw 0 0;
  background: linear-gradient(#2F2F2F, #171717);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.page--home .content--body .area--fc .block--area-header .inner {
  padding: 0;
}
.page--home .content--body .area--fc .block--area-header .inner .area-tit {
  font-weight: 600;
  line-height: 1;
  text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.6);
}
.page--home .content--body .area--fc .block--area-header .inner .block--login-nav {
  position: relative;
  font-size: 1.8rem;
  z-index: 1;
}
.page--home .content--body .area--fc .block--area-header .inner .block--login-nav::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/static/produce101/common/logo_jo1.png) no-repeat right bottom;
  background-size: contain;
  z-index: -1;
  opacity: 0.1;
}
.page--home .content--body .area--fc .block--area-header .inner .block--login-nav .sitename {
  letter-spacing: 0.3em;
  margin-right: 2em;
}
.page--home .content--body .area--fc .block--area-header .inner .block--login-nav .login-nav li {
  display: inline-block;
}
.page--home .content--body .area--fc .block--area-header .inner .block--login-nav .login-nav li a {
  display: block;
}
.page--home .content--body .area--fc .block--area-header .inner .block--login-nav .login-nav li:nth-child(2) a {
  position: relative;
  margin: 0 0 0 3em;
}
.page--home .content--body .area--fc .block--area-header .inner .block--login-nav .login-nav li:nth-child(2) a::after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1px;
  top: 50%;
  left: -2em;
  background: #fff;
  transform: rotate(-55deg);
  transform-origin: center;
}
.page--home .content--body .area--fc .section-tit::before {
  background-color: #374DC6;
}
.page--home .content--body .area--fc .list__more a::after {
  background: #fff;
}
.page--home .content--body .area--fc .list__more a span::before, .page--home .content--body .area--fc .list__more a span::after {
  background: #fff;
}
.page--home .content--body .area--fc .slick-dots li.slick-active button:before {
  background-color: #374DC6;
}
.page--home .content--body .area--fc [class^=list--] li.new .tit::after {
  background-color: #374DC6;
  color: #F9F9F9;
}
.page--home .content--body .area--fc .list--info li {
  border-bottom: solid 1px #171717;
}
.page--home .content--body .area--fc .list--info li.no-data {
  color: #F9F9F9;
}
.page--home .content--body .area--fc .list--contents li .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page--home .content--body .area--fc .list--contents li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--home .content--body .area--fc .list--contents li .thumb .blur img {
  filter: blur(6px);
}
.page--home .content--body .area--fc .list--contents li .thumb figure {
  z-index: 2;
  margin: -1% 0 0 -1%;
  width: 102%;
  height: 102%;
  transition: transform 0.3s;
}
.page--home .content--body .area--fc .list--contents li .thumb figure img {
  background-color: inherit;
  background-size: contain;
}
.page--home .content--body .area--fc .list--contents li .list__txt .category::before {
  background: #fff;
}
.page--home .content--body .area--fc .banner-fc .list--bnr {
  margin-bottom: 4vw;
}
.page--home .content--body .area--fc .banner-fc .list--bnr.noslide {
  margin-bottom: 0;
}
.page--home .content--body .section--profile .txt .tit {
  margin-bottom: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.page--home .content--body .section--profile .txt .tit span {
  position: relative;
}
.page--home .content--body .section--profile .txt .tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 2px;
  background-color: #171717;
}
.page--home .content--body .section--profile .txt p {
  font-size: 1.4rem;
  font-weight: bold;
}
.page--home footer {
  background: #171717;
  color: #fff;
}
.page--home footer .inner {
  padding: 60px 4% 20px;
}

.page--home.view_mobile .content--body .section--mainvisual .block--mainvisual_photo {
  display: block;
}

.page--home .section--mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  transition: 0.8s ease 0.4s;
  transform: scaleY(1);
  transform-origin: top left;
}
.page--home .section--mainvisual::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  z-index: -2;
}
.page--home .section--mainvisual .block--mainvisual_text {
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  transform: translateX(1em);
  opacity: 0;
}
.page--home.loaded .section--mainvisual::before {
  transform: scaleY(0);
}
.page--home.loaded .section--mainvisual .block--mainvisual_text {
  transform: translateX(0);
  opacity: 1;
}

/*-- PCKUP INFO TOP --*/
.home_pickupinfo_top {
  margin: 2vw auto 40px;
  padding: 16px 1em 12px;
  width: 86%;
  max-width: 1200px;
  text-align: center;
  background-color: #eaeaea;
  font-size: 1.2rem;
}
.home_pickupinfo_top a {
  position: relative;
  display: inline-block;
  margin: 0 10px 6px 15px;
}
.home_pickupinfo_top a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #171717 transparent;
}

/*-- PCKUP INFO BOTTOM --*/
.home_pickupinfo_bottom {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.home_pickupinfo_bottom a {
  position: relative;
  display: inline-block;
  margin: 0 10px 6px 15px;
}
.home_pickupinfo_bottom a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #ffffff transparent;
}

/*-- SCROLL LINE --*/
.scroll .scroll-l {
  opacity: 0;
}

.scroll-l {
  opacity: 1;
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 2;
  padding: 10px 0 100px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: opacity 0.3s ease;
  mix-blend-mode: difference;
}
.scroll-l span {
  display: none;
}
.scroll-l::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4);
}
.scroll-l::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: scrolldown 2s cubic-bezier(0.5, 0, 0, 0.5) infinite;
}
@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*-- TOP MOVIE --*/
#tubular-container {
  background: #000;
}

/*-- 継続手続きのお知らせ --*/
.block--update {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 340px;
  z-index: 100;
}

.block--update-inner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px;
}
.block--update-inner .tit {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.block--update-inner .text {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6;
  opacity: 1;
  width: 90%;
  margin-bottom: 16px;
}
.block--update-inner .btn--close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: opacity 0.2s ease-in;
}
.block--update-inner .btn--close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.block--update-inner .btn--close span::before, .block--update-inner .btn--close span::after {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background-color: #707070;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
.block--update-inner .btn--close span::before {
  transform: translateY(14px) rotate(-45deg);
}
.block--update-inner .btn--close span::after {
  transform: translateY(14px) rotate(45deg);
}
.block--update-inner .btn--update {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
  border: 1px solid;
  text-align: center;
  transition: 0.3s;
}

.page--info .section--detail .date {
  margin-right: 1em;
}
.page--info .section--detail .category {
  position: relative;
  font-size: 1rem;
  margin-left: 30px;
}
.page--info .section--detail .category::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #171717;
  opacity: 0.5;
}
.page--info .section--detail .txt {
  margin-top: 3em;
  padding-bottom: 3em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .txt .ph {
  margin: 2% 0;
}

.page--info.category-12 .list--contents li a figure::after {
  content: none;
}

.page--info.category-12 .section--detail .txt {
  margin-top: 0;
}

.page--profile .list--contents li a .name {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}
.page--profile .list--contents li a figure img {
  background-position: center top;
}
.page--profile .list--contents li a figure::after {
  content: none;
}
.page--profile .block--profile {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.page--profile .block--profile .ph {
  position: relative;
  width: 53%;
}
.page--profile .block--profile .ph img {
  position: relative;
}
.page--profile .block--profile .profile--member {
  width: 40%;
}
.page--profile .block--profile .profile--member .name {
  margin-bottom: 3em;
}
.page--profile .block--profile .profile--member .name h3 {
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.page--profile .block--profile .profile--member .name p {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0 2px 0 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5em;
}

.page--profile .block--profile .ph::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #F9F9F9;
  transition: 0.8s ease 0.8s;
  transform: scaleX(1);
  transform-origin: top left;
  z-index: 1;
}
.page--profile .block--profile .profile--member .name p::before,
.page--profile .block--profile .profile--member .name p::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171717;
  transition: 0.8s ease 0.8s;
  transform: scaleX(1);
  transform-origin: top left;
  z-index: -1;
}
.page--profile .block--profile .profile--member .name p::after {
  background-color: #F9F9F9;
  z-index: 1;
}
.page--profile.loaded .block--profile .ph::before,
.page--profile.loaded .block--profile .profile--member .name p::after {
  transform: scaleX(0);
}

.page--schedule .section--list .section-tit {
  margin-bottom: 10px;
}
.page--schedule .section--list .block--month {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.page--schedule .section--list .block--month .tit {
  font-size: 6rem;
  line-height: 1;
}
.page--schedule .section--list .block--month .tit span {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 5px;
}
.page--schedule .section--list .block--month .tit span.month-year {
  padding-right: 15px;
  margin-right: 4px;
}
.page--schedule .section--list .block--month .tit span.month-year:before {
  right: 0;
}
.page--schedule .section--list .month-pager {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.page--schedule .section--list .month-pager li {
  margin-left: 2em;
}
.page--schedule .section--list .month-pager li a {
  position: relative;
  padding-bottom: 0.5em;
}
.page--schedule .section--list .month-pager li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #171717;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.page--schedule .section--list .block--category {
  padding-left: 0;
}
.page--schedule .section--list .block--category dd {
  position: relative;
  top: 10px;
  text-align: left;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .section--list .block--category .list--sort li .category {
  background: #171717;
  color: #fff;
  transition: 0.3s;
  margin-bottom: 0;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: rgba(113, 113, 113, 0.22);
  color: #171717;
  cursor: pointer;
}
.page--schedule .section--list .block--category .list--sort li:hover * {
  cursor: pointer;
}
.page--schedule [type=checkbox], .page--schedule [type=radio] {
  display: none;
}
.page--schedule .list--schedule li .date {
  position: relative;
  display: block;
  padding: 16px 30px 8px;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 2.4rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.page--schedule .list--schedule li .youbi {
  font-size: 1.2rem;
}
.page--schedule .list--schedule li a {
  padding: 16px 40px 16px 30px;
}

.page--disco .section--list .section-tit {
  margin-bottom: 10px;
}
.page--disco .section--list .list--contents li .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page--disco .section--list .list--contents li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--disco .section--list .list--contents li .thumb .blur img {
  filter: blur(6px);
}
.page--disco .section--list .list--contents li .thumb figure {
  z-index: 2;
  margin: -1% 0 0 -1%;
  width: 102%;
  height: 102%;
  transition: transform 0.3s;
}
.page--disco .section--list .list--contents li .thumb figure img {
  background-color: inherit;
  background-size: contain;
}
.page--disco .section--detail .date {
  margin-right: 1em;
}
.page--disco .section--detail .category {
  position: relative;
  font-size: 1rem;
  margin-left: 30px;
}
.page--disco .section--detail .category::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #171717;
  opacity: 0.5;
}
.page--disco .section--detail .jacket .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .section--detail .jacket .list--jacket li:last-child {
  margin-bottom: 0;
}
.page--disco .section--detail .jacket .list--jacket li .txt--sub {
  margin-top: 5px;
}
.page--disco .section--detail .txt {
  margin-top: 3em;
}
.page--disco .section--detail .txt .link,
.page--disco .section--detail .txt .text,
.page--disco .section--detail .txt .block--comment,
.page--disco .section--detail .txt .block--review {
  margin: 0 0 2em 0;
}
.page--disco .section--detail .txt .block--comment {
  font-size: 1.1rem;
}
.page--disco .section--detail .txt .btn--link {
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.8);
  padding: 10px 2em;
  min-width: 100px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.page--disco .section--detail .txt .title-shoplist {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 0;
  border-bottom: solid 1px;
  font-size: 1.2rem;
  font-weight: bold;
}
.page--disco .section--detail .txt .shoplist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.page--disco .section--detail .txt .shoplist a, .page--disco .section--detail .txt .shoplist span {
  display: inline-block;
  width: 100px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  border-radius: 3px;
}
.page--disco .section--detail .txt .list--track .num {
  min-width: 20px;
  display: inline-block;
  font-size: 1.2rem;
}
.page--disco .section--detail .txt .list--track a {
  text-decoration: none;
}

.photo-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.page--photo.photo--slider .list--contents {
  opacity: 0;
}
.page--photo.photo--slider.loaded .list--contents {
  opacity: 1;
}

.page--blog .form__select {
  margin-left: 15px;
  transform: translateY(-5px);
}
.page--blog .form__select select {
  padding: 0 1.5em 0 25px;
  font-size: 1.3rem;
  border-radius: 3em;
}
.page--blog .form__select::after {
  top: 10px;
  width: 4px;
  height: 4px;
}
.page--blog .form__select::before {
  content: "\f044";
  position: absolute;
  top: 3px;
  left: 9px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  color: #171717;
}
.page--blog .list--contents li a figure img.blog-member {
  background-color: #2d2d2d;
}
.page--blog .section--detail .date {
  margin-right: 1em;
}
.page--blog .section--detail .user {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  margin-left: 20px;
}
.page--blog .section--detail .user a {
  text-decoration: underline;
}
.page--blog .section--detail .user::before {
  content: "\f044";
  position: absolute;
  left: -20px;
  font-family: "Font Awesome 5 Free";
  color: #171717;
}
.page--blog .section--detail .txt {
  margin-top: 3em;
  padding-bottom: 3em;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .txt a:hover {
  text-decoration: none;
}
.page--blog .section--detail .txt .ph {
  margin: 2% 0;
}
.page--blog .section--detail .link--blog .btn--sub {
  min-width: 220px;
  padding: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.page--blog .section--detail .link--blog .btn--sub.btn--categorylist {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.page--movie.new-movie .list--contents:after {
  clear: both;
  content: "";
  display: block;
}
.page--movie.new-movie #comments .comments_post {
  padding: 35px 0 15px;
}
.page--movie.new-movie #comments .comments_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 2em;
}
.page--movie.new-movie #comments .block--post {
  margin-bottom: 40px;
}
.page--movie.new-movie #comments .list--comment {
  overflow-y: scroll;
  padding-right: 8px;
}
.page--movie.new-movie #comments .list--comment::-webkit-scrollbar {
  width: 6px;
}
.page--movie.new-movie #comments .list--comment::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.page--movie.new-movie #comments .list--comment::-webkit-scrollbar-thumb {
  background-color: rgba(23, 23, 23, 0.8);
  border-radius: 100px;
}
.page--movie.new-movie #comments .contents_comment {
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  padding: 12px 0 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page--movie.new-movie #comments .name {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--movie.new-movie #comments .date {
  color: #666;
  letter-spacing: 0;
  order: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.5;
  font-size: 1.2rem;
  line-height: 1.8;
}
.page--movie.new-movie #comments .txt {
  width: 92%;
  font-size: 12px;
  line-height: 2;
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  order: 4;
  margin-right: auto;
}
.page--movie.new-movie #comments .report-btn {
  order: 2;
  padding: 0 0.5em;
}
.page--movie.new-movie #comments .report-btn span {
  line-height: 1;
  font-size: 10px;
  border-radius: 3px;
  background: rgba(23, 23, 23, 0.1);
  padding: 2px 4px;
  transform: translateY(-4px);
  display: inline-block;
}
.page--movie.new-movie .block--more_movies .more_movies_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.page--movie.new-movie .sort--overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.page--movie.new-movie .block--sort-category {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.page--movie.new-movie .block--sort-category .list--sort .category {
  font-size: 1.3rem;
}
.page--movie.new-movie .block--sort-category .btn--sort {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.page--movie.new-movie .block--sort-category .btn--sort span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/produce101/common/icon_sort.svg) no-repeat center center;
  background-size: contain;
}
.page--movie.new-movie .block--sort-category .btn--sort span:hover {
  opacity: 0.8;
}
.page--movie.new-movie .block--sort-category .btn--sort span::after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: url(/static/produce101/common/icon_check.svg) no-repeat center center;
  background-size: contain;
}
.page--movie.new-movie .block--sort-category .block--sort {
  position: relative;
  right: 0;
  top: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  display: none;
}
.page--movie.new-movie .block--sort-category .block--sort .btn--setting {
  padding: 16px;
}
.page--movie.new-movie .block--sort-category .block--sort .btn--setting button {
  min-width: 300px;
  width: 100%;
  padding: 16px;
  background: #171717;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
.page--movie.new-movie .block--sort-category ul {
  margin-left: 14px;
  border-bottom: solid 1px rgba(23, 23, 23, 0.1);
}
.page--movie.new-movie .block--sort-category ul li {
  border-bottom: solid 1px rgba(23, 23, 23, 0.1);
}
.page--movie.new-movie .block--sort-category ul li:last-child {
  border: none;
}
.page--movie.new-movie .block--sort-category input[type=radio] {
  display: none;
}
.page--movie.new-movie .block--sort-category input[type=radio]:checked + label::after {
  opacity: 1;
}
.page--movie.new-movie .block--sort-category label {
  position: relative;
  display: block;
  padding: 14px 40px 14px 0;
  cursor: pointer;
}
.page--movie.new-movie .block--sort-category label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #171717;
  right: 16px;
  top: 15px;
}
.page--movie.new-movie .block--sort-category label::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  right: 18px;
  top: 17px;
  opacity: 0;
  transition: 0.3s;
}
.page--movie.new-movie .block--sort-category.is-open .block--sort {
  display: block;
}
.page--movie.new-movie.category-radio .section-tit {
  margin-bottom: 90px;
}
.page--movie.new-movie.category-radio .block--sort-category .list--sort .category {
  display: block;
}
.page--movie.new-movie.category-radio .block--sort-category .btn--sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
}
.page--movie.new-movie.category-radio .block--sort-category .btn--sort span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.page--movie.new-movie.category-radio .block--sort-category .btn--sort .label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 16px;
}

.page--movie .txt {
  margin-top: 20px;
}

.page--info.category-17 p.tit {
  margin: 1em 0;
  line-height: 1.5;
}
.page--info.category-17 .list--contents li.new .tit::after {
  display: none;
}
.page--info.category-17 .list--contents li a {
  display: inline-block;
  width: 100%;
  min-width: auto;
  margin: 0 auto 8px;
  padding: 10px;
  border-radius: 2px;
  transition: 0.3s;
}
.page--info.category-17 .list--contents li a:hover {
  background: #374DC6;
  color: #fff;
}
.page--info.category-17 .list--call li .thumb {
  overflow: hidden;
}
.page--info.category-17 .list--call li .thumb .blur {
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -1;
  width: 200%;
  height: 200%;
}
.page--info.category-17 .list--call li .thumb .blur img {
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
.page--info.category-17 .list--call li .thumb img {
  background-size: contain;
}
.page--info.category-17 .section--detail .date {
  display: none;
}
.page--info.category-17 .section--detail .category {
  margin-left: 0;
}
.page--info.category-17 .section--detail .category::before {
  display: none;
}

.page--questionnaire .content--body {
  width: 80%;
  max-width: 850px;
  margin: 0 auto;
}
.page--questionnaire .section-tit {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page--questionnaire .form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  margin: 20px auto 40px;
  background: #fff;
}
.page--questionnaire .form--confirm dt {
  margin: 0;
  opacity: 0.6;
  font-size: 0.8em;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}

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

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

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

.section--detail.entry .support-tit {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  text-align: center;
}
.section--detail.entry .block--intro {
  margin: 5vw 0 8vw;
}
.section--detail.entry table {
  margin-top: 1em;
  border: solid 1px #dcdcdc;
  border-bottom: none;
  font-size: 1.5rem;
}
.section--detail.entry table th {
  border: none;
  border-bottom: solid 1px #dcdcdc;
  background: #ececec;
  font-size: 1.3rem;
  color: #171717;
}
.section--detail.entry table td {
  border: none;
  border-bottom: solid 1px #dcdcdc;
}
.section--detail.entry .list--service li {
  padding: 1.5em;
  background: #2d2d2d;
  color: #fff;
  margin-bottom: 1px;
}
.section--detail.entry .list--service li .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.6rem;
}
.section--detail.entry .list--service li span {
  display: inline-block;
  font-size: 83%;
  margin-top: 5px;
  line-height: 1.5;
}
.section--detail.entry .txt--service {
  font-weight: bold;
  font-size: 1.8rem;
}
.section--detail.entry .list--entry {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section--detail.entry .list--entry li {
  width: 48%;
  padding: 3em 1em;
  background: #ececec;
}
.section--detail.entry .list--entry li .title {
  margin-bottom: 1em;
  font-size: 1.3rem;
  font-weight: bold;
}
.section--detail.entry .list--entry li .btn--main {
  margin-bottom: 0;
}

.section--detail.support .section-tit {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 3em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.section--detail.support .support-tit {
  margin: 0 0 3em;
  font-size: 1.8rem;
}
.section--detail.support .support-list dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
.section--detail.support .support-list dd {
  line-height: 1.6;
  margin-bottom: 3em;
}
.section--detail.support .support-list dd:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .support-list li {
  font-weight: normal;
  margin-bottom: 1.5em;
}
.section--detail.support .support-list li:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .support-list li ul {
  text-indent: 1em;
}
.section--detail.support .support-list li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.section--detail.support .tit {
  margin: 2em 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.section--detail.support a {
  text-decoration: underline;
}

.page--faq .section--list {
  max-width: 900px;
}
.page--faq .section--list .section-tit {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.page--faq .section--list .section-tit::before {
  content: none;
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 0 0 20px;
}
.page--faq .searchBox {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.page--faq .searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.page--faq .list--faq a:hover {
  opacity: 0.6;
}
.page--faq .list--faq .tit {
  padding-left: 20px;
  line-height: 1.4;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 0;
  line-height: 1.4;
}
.page--faq .list--faq .icon--q {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  float: left;
  line-height: 1.4;
  color: #171717;
  margin-right: 5px;
}
.page--faq .block--faq-detail {
  padding: 25px;
  margin: 0 0 80px;
  font-size: 1.4rem;
  line-height: 2.2;
  background: #2d2d2d;
  color: #fff;
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  padding-left: 40px;
  padding-bottom: 0;
  margin: 0;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #F9F9F9;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd hr {
  margin: 1em 0;
  border-color: rgba(200, 200, 200, 0.3);
}
.page--faq .block--faq-detail span[class^=icon--] {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0;
  border-radius: 50px;
}
.page--faq .block--faq-detail span.icon--q {
  color: #fff;
  background: #666;
}
.page--faq .block--faq-detail span.icon--a {
  color: #171717;
  background: #F9F9F9;
}
.page--faq .section--detail .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact .txt {
  padding-bottom: 1em;
}
.page--faq .section--detail .block--contact a {
  color: #171717;
  position: relative;
  text-decoration: none;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #171717;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a::after {
  margin-left: 5px;
  margin-top: -2px;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

.page--feature {
  /*-- BANNER --*/
  /*-- BIRTHDAY --*/
  /*-- FAN ART --*/
}
.page--feature :not(h2).section-tit {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page--feature :not(h2).section-tit::before {
  content: none;
}
.page--feature .section--detail .ph {
  margin: 2% auto;
}
.page--feature .text--box {
  padding: 35px 50px;
  margin-top: 40px;
  background: #ffffff;
  border: solid 1px #ececec;
}
.page--feature .link--text {
  text-decoration: underline;
}
.page--feature .link--text:hover {
  text-decoration: none;
}
.page--feature table * {
  transition: none;
}
.page--feature table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #171717;
  border-collapse: collapse;
}
.page--feature table th {
  width: 30%;
  padding: 15px 20px;
  background: #2d2d2d;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #171717;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--feature table td {
  padding: 15px 20px;
  border: 1px solid #171717;
  vertical-align: middle;
}
.page--feature .heading_1 {
  display: block;
  margin: 2em auto;
  padding-bottom: 0.5em;
  font-size: 130%;
  font-weight: bold;
  border-bottom: solid 3px;
  line-height: 1.5;
}
.page--feature .heading_2 {
  display: block;
  margin: 2em auto 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #cccccc;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
}
.page--feature .heading_3 {
  display: block;
  margin: 1em auto 0.5em;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #cccccc;
  font-size: 1.5rem;
  line-height: 1.5;
}
.page--feature .notice {
  margin: 2% 0;
  padding: 1.5em;
  font-size: 1.2rem;
  border: dotted 1px;
}
.page--feature .btn_area {
  text-align: center;
  margin: 4% 0;
}
.page--feature .headimg {
  text-align: center;
  line-height: 1;
}
.page--feature .headimg img {
  width: 100%;
}
.page--feature .headimg.top {
  margin-top: -60px;
  margin-bottom: 30px;
  background-color: #171717;
}
.page--feature .headimg.top img {
  max-width: 100%;
  width: auto !important;
  width: 100%;
}
.page--feature .headtext {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.page--feature .list--bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--feature .list--bnr ul li {
  width: 49%;
}
.page--feature .list--bnr ul li a, .page--feature .list--bnr ul li span {
  display: block;
  width: 100%;
  margin: 0 auto 3%;
  transition: opacity 0.3s ease;
}
.page--feature .list--bnr ul li a:hover {
  opacity: 0.6;
}
.page--feature .list--bnr.sub ul {
  justify-content: flex-start;
}
.page--feature .list--bnr.sub ul li {
  width: 25%;
}
.page--feature .list--bnr.sub ul li a, .page--feature .list--bnr.sub ul li span {
  width: 96%;
}
.page--feature .list--box {
  margin: 30px 0 30px;
  background: #fff;
  padding: 5% 8%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.page--feature .list--comment li {
  padding: 1em 0;
  border-bottom: 1px solid #ede8e4;
}
.page--feature .list--comment li:last-child {
  border-bottom: none;
}
.page--feature .list--comment li p {
  line-height: 1.3;
  font-size: 1.4rem;
}
.page--feature .list--comment li .name {
  margin-top: 0.5em;
  text-align: right;
  font-size: 1.2rem;
}
.page--feature .list--comment li .name span {
  display: inline-block;
  margin-left: 10px;
  color: #374DC6;
}
.page--feature .list--picture {
  margin: 3% 0;
  display: none;
}
.page--feature .list--picture.show {
  display: block;
}
.page--feature .list--picture li {
  display: block;
  width: 25%;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.5s ease 0.15s;
}
.page--feature .list--picture li.item-inview {
  opacity: 1;
  overflow: hidden;
}
.page--feature .list--picture li .list-picture-box {
  display: block;
  position: relative;
  top: 0;
}
.page--feature .list--picture li .list-picture-box .list_photo {
  border-radius: 3px;
  overflow: hidden;
}
.page--feature .list--picture li .list-picture-box .list_photo img {
  width: 100%;
  max-width: none;
}
.page--feature .list--picture li .list-picture-box .nickname {
  position: relative;
  margin: 0.5em 0;
  color: #006cbc;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.page--feature .list--picture li .list-picture-box .nickname::before {
  content: "\f1fc";
  font-family: "FontAwesome";
  font-size: 1.2rem;
  margin-right: 5px;
}
.page--feature .list--picture li .list-picture-box .list_detail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(0, 108, 188, 0.9);
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1.7;
  padding: 5%;
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.3s ease;
}
.page--feature .list--picture li .list-picture-box .list_detail .nickname {
  color: #ffffff;
}
.page--feature .list--picture li .list-picture-box:hover .list_detail {
  opacity: 1;
  left: 0%;
}
.page--feature .works_detail {
  display: flex;
  justify-content: space-between;
  padding: 3%;
  margin-bottom: 3%;
  background-color: #fff;
}
.page--feature .works_detail .works_img {
  width: 60%;
  position: relative;
}
.page--feature .works_detail .works_img img {
  border-radius: 3px;
}
.page--feature .works_detail .works_img .ph {
  margin: 0 auto;
}
.page--feature .works_detail .works_text {
  width: 37%;
}
.page--feature .works_detail .works_text .nickname {
  margin: 0.5em 0 1em;
  padding-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: bold;
  color: #006cbc;
  line-height: 1.4;
  text-align: left;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.page--feature .works_detail .works_text .nickname::before {
  content: "\f1fc";
  font-family: "FontAwesome";
  font-size: 1.2rem;
  margin-right: 5px;
}
.page--feature .works_detail .works_text .nickname span {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .page--feature .list--bnr.sub ul li {
    width: 33.3%;
  }
  .page--feature .list--picture li {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .page--feature .text--box {
    padding: 2em;
    margin-top: 2em;
  }
  .page--feature .heading_1 {
    font-size: 110%;
  }
  .page--feature table tr {
    display: block;
  }
  .page--feature table th, .page--feature table td {
    width: 100%;
    display: block;
    padding: 0.5em;
    border: none;
  }
  .page--feature .list--box {
    margin: 5% 0;
  }
  .page--feature .list--comment li p {
    font-size: 1.2rem;
  }
  .page--feature .list--comment li .name {
    font-size: 1.1rem;
  }
  .page--feature .list--bnr ul li {
    width: 100%;
  }
  .page--feature .list--bnr ul li a:hover {
    opacity: 1;
  }
  .page--feature .list--bnr.sub ul li {
    width: 50%;
  }
  .page--feature .list--picture li {
    width: 50%;
  }
  .page--feature .works_detail {
    display: block;
  }
  .page--feature .works_detail .works_img, .page--feature .works_detail .works_text {
    width: 100%;
  }
  .page--feature .works_detail .works_text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/*-- JO1 検定 / 相性診断 --*/
.page--kentei .block--headimg, .page--diagnosis .block--headimg, #diagnosis .block--headimg {
  margin-top: -60px;
}

#diagnosis .section--detail {
  padding: 5% 8%;
}

.page--feature.page--download .list_image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
}
.page--feature.page--download .list_image .image {
  width: 23.5%;
}
.page--feature.page--download .list_image .image.image_large {
  width: 40%;
}
.page--feature.page--download .list_image .image a {
  display: block;
  position: relative;
  line-height: 0;
}
.page--feature.page--download .list_image .image a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #1C1C1C no-repeat center url(/static/produce101/feature/download/ico--download.svg);
  background-size: 50%;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 5em;
  text-align: center;
  line-height: 30px;
}

body.page--appfcmenu {
  background: #fff;
  color: #000;
}
body.page--appfcmenu header, body.page--appfcmenu footer, body.page--appfcmenu .block--page-top {
  display: none;
}
body.page--appfcmenu .wrap {
  padding: 12vw 0 22vw;
}
body.page--appfcmenu .content--body {
  margin: 0;
  padding: 0;
  opacity: 1;
}
body.page--appfcmenu .fclogo {
  width: 50%;
  max-width: 300px;
  line-height: 1;
}
body.page--appfcmenu .list-appmenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5vw;
}
body.page--appfcmenu .list-appmenu li {
  width: 50%;
  margin-bottom: 3%;
}
body.page--appfcmenu .list-appmenu li a {
  display: block;
  width: 90%;
  margin: 0 auto;
}
body.page--appfcmenu .list-appmenu li a .item-detail {
  position: relative;
  width: 100%;
  height: 100%;
}
body.page--appfcmenu .list-appmenu li a .thumb {
  position: relative;
}
body.page--appfcmenu .list-appmenu li a .thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #006cbc;
  opacity: 0.8;
}
body.page--appfcmenu .list-appmenu li a .thumb img {
  background-image: url(/static/produce101/common/no_images_app.png);
}
body.page--appfcmenu .list-appmenu li a .tit--box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  color: #fff;
  font-family: Helvetica, "sans-serif";
  font-size: 3.8vw;
  font-weight: normal;
  letter-spacing: 0.05em;
}
body.page--appfcmenu .list-appmenu li.new a .item-detail::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #86d9ff transparent transparent;
  z-index: 1;
}

body.visible {
  overflow: hidden;
}

.popup--language {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.popup--language__box {
  position: absolute;
  width: 70%;
  max-width: 940px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.popup--language__area {
  padding: 2em 2.2em;
}
.popup--language__approval {
  padding: 1.3em 2.2em;
  background: #f4f7fa;
  text-align: right;
}
.popup--language__approval .approval--btn {
  display: inline-block;
  padding: 0.3em 3em;
  background-color: #565F65;
  color: #fff;
  cursor: pointer;
}
.popup--language__tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.popup--language.visible {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 1s;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #2d2d2d;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    opacity: 0.6;
  }
  .block--pager a:hover {
    opacity: 0.6;
  }
  .block--pager .pager-link--prev a:hover::after {
    transform: translateX(5px) rotate(45deg);
  }
  .block--pager .pager-link--next a:hover::after {
    transform: translateX(-5px) rotate(-135deg);
  }
  .slick-dots {
    bottom: -40px;
  }
  .section--list {
    max-width: 1200px;
    margin: 0 auto;
    width: 86%;
  }
  .section--list .section-tit {
    margin-bottom: 30px;
  }
  .list--info {
    margin-bottom: 30px;
  }
  .list--info li a {
    display: flex;
    align-items: center;
    padding: 26px 40px 26px 30px;
    position: relative;
    z-index: 1;
  }
  .list--info li a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #F9F9F9;
    border-top: none;
    border-right: none;
    transform: rotate(-135deg);
    vertical-align: middle;
  }
  .list--info li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(115, 115, 115, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s;
    transform: scaleX(0);
    transform-origin: left;
  }
  .list--info li a:hover::before {
    transform: scaleX(1);
  }
  .list--info li a::after {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #6b6b6b;
    transition: transform 0.4s ease;
  }
  .list--info li a .tit {
    padding-left: 1em;
  }
  .list--contents li {
    width: 30%;
    margin-right: 4.6%;
  }
  .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(3n+1) {
    clear: both;
  }
  .list--contents li a:hover figure::before {
    transform: scaleX(2);
  }
  .list--contents li a:hover figure::after {
    opacity: 1;
  }
  .list--contents li a:hover figure img {
    transform: scale(1.1);
  }
  .block--category li a {
    transition: 0.3s;
  }
  .block--category li a:hover {
    background: #374DC6;
    color: #fff;
  }
  .section--detail {
    padding-bottom: 50px;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  header {
    position: fixed;
  }
  header::before {
    content: "";
    width: 100vw;
    max-width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: -1;
    pointer-events: none;
    box-shadow: 0 0 50px 80px #F9F9F9;
    transition: 0.3s;
  }
  header h1 {
    position: absolute;
    top: 20px;
    left: 2vw;
    width: 8vw;
    height: 6vw;
    z-index: auto;
  }
  header .header_inner {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100;
    text-align: right;
    display: flex;
  }
  header .header_inner .nav li {
    display: inline-block;
    font-size: 1.2rem;
  }
  header .header_inner .nav li a:hover {
    opacity: 0.6;
  }
  header .header_inner .nav-official .g-nav {
    margin-bottom: 8px;
  }
  header .header_inner .nav-official .g-nav li {
    margin-left: 0.8em;
  }
  header .header_inner .nav-official .sub-nav {
    position: relative;
    padding-right: 150px;
  }
  header .header_inner .nav-official .sub-nav .sns li {
    margin-right: 15px;
    font-size: 1.6rem;
  }
  header .header_inner .nav-official .sub-nav .langBar {
    position: absolute;
    right: 0;
  }
  header .header_inner .nav-official .sub-nav .langBar .wovn-languages.visible .nav-dropdown .list--language li:hover {
    display: block;
    opacity: 0.4;
  }
  header .header_inner .nav-official .dropmenu {
    position: relative;
  }
  header .header_inner .nav-official .sub {
    position: absolute;
    padding: 10px 12px;
    left: 0;
    top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 130px;
    background: #F9F9F9;
    color: #171717;
    z-index: 99;
  }
  header .header_inner .nav-official .sub li {
    display: block;
    margin-left: 0;
    text-align: left;
  }
  header .header_inner .nav-official .sub li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .header_inner .nav-fc {
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding: 0 30px 0 80px;
    background: #171717;
    color: #fff;
  }
  header .header_inner .nav-fc .tit-fcmenu {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  header .header_inner .nav-fc .sub-nav {
    margin-left: 25px;
  }
  header .drawer__btn {
    transition: opacity 0.3s;
  }
  header .drawer__btn::before {
    content: "FC MENU　";
    position: absolute;
    left: -85px;
    width: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 20px;
    transition: opacity 0.3s;
  }
  header .drawer__btn:hover {
    opacity: 0.6;
  }
  .drawer-visible header .drawer__btn::before {
    content: none;
  }
  .drawer-visible header .drawer__btn span {
    background-color: #F9F9F9;
  }
  .drawer-visible header .drawer .nav li {
    margin-bottom: 0;
  }
  .drawer-visible header .drawer .nav li a {
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: transform 0.4s ease 0.75s, color 0.3s ease;
    font-weight: 600;
    font-size: 7.2rem;
  }
  .drawer-visible header .drawer .nav li a:hover {
    opacity: 1;
    color: #171717;
  }
  .drawer-visible header .drawer .nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #374DC6;
    transition: 0.3s;
    z-index: -1;
  }
  .drawer-visible header .drawer .nav li a:hover::after {
    width: 100%;
  }
  .wrap {
    padding: 200px 0;
  }
  .detail__btn a:hover::after {
    transform: scaleX(0);
    transform-origin: right;
  }
  /*-- MORE BUTTON --*/
  .langSelector {
    border: solid 1px;
    border-radius: 30px;
  }
  /*-- LIST MORE --*/
  .list__more a::before {
    width: 60px;
    height: 60px;
    left: -30px;
    right: inherit;
  }
  .list__more a:hover::before {
    left: 80%;
    transform: scale(0.65);
  }
  #pickupinfo a:hover {
    opacity: 0.6;
  }
  /*-- PAGE TOP --*/
  .block--page-top a:hover {
    opacity: 0.6;
  }
  .page--home .wrap {
    padding: 0 0 230px;
  }
  .page--home .header::before {
    content: "";
    width: 100vw;
    max-width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: -1;
    pointer-events: none;
    box-shadow: 0 0 100px 100px #000;
    transition: 0.3s;
  }
  .page--home .header .drawer__btn span {
    background-color: #171717;
  }
  .page--home.drawer-visible .header .drawer__btn span {
    background-color: #F9F9F9;
  }
  .page--home.scroll .header::before {
    box-shadow: 0 0 70px 60px #000;
  }
  .page--home .content--body .block--contents {
    padding-bottom: 60px;
  }
  .page--home .content--body .block--area-header .inner {
    display: flex;
    justify-content: space-between;
  }
  .page--home .content--body .block--area-header .inner .area-tit {
    font-size: 6.2rem;
  }
  .page--home .content--body .block--area-header .inner .block--login-nav {
    min-width: 50%;
  }
  .page--home .content--body .block--area-header .inner .block--login-nav .block--login-nav-inner {
    margin-top: 140px;
    padding: 2em 0 0;
    border-top: solid 2px #737373;
    display: flex;
    justify-content: space-between;
  }
  .page--home .content--body .block--area-header .inner .block--login-nav .block--login-nav-inner a:hover {
    opacity: 0.6;
  }
  .page--home .content--body .block--area-header .inner .block--login-nav .login-nav li:last-child a {
    position: relative;
    margin: 0 0 0 3em;
  }
  .page--home .content--body .block--area-header .inner .block--login-nav .login-nav li:last-child a::after {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1px;
    top: 50%;
    left: -2em;
    background: #fff;
    transform: rotate(-55deg);
    transform-origin: center;
  }
  .page--home .content--body .list--bnr.noslide {
    justify-content: flex-start;
  }
  .page--home .content--body .list--bnr.noslide li {
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 0;
  }
  .page--home .content--body .list--bnr.noslide li:nth-child(4) {
    margin-right: 0;
  }
  .page--home .content--body .list--bnr .slick-slide a:hover::before {
    transform: scaleX(2);
  }
  .page--home .content--body .list--schedule {
    display: flex;
  }
  .page--home .content--body .list--schedule li {
    width: 24%;
    margin-right: 1.2%;
  }
  .page--home .content--body .list--schedule li .data {
    display: block;
  }
  .page--home .content--body .list--schedule li .category {
    display: block;
    overflow: hidden;
    margin: 5px 0;
    min-width: 0;
  }
  .page--home .content--body .list--schedule li .category::before {
    content: none;
  }
  .page--home .content--body .list--schedule li .category span {
    position: relative;
    display: inline-block;
  }
  .page--home .content--body .list--schedule li .category span::after {
    content: "";
    position: absolute;
    width: 100vw;
    min-width: 200px;
    height: 1px;
    top: 50%;
    background: #F9F9F9;
    opacity: 0.5;
  }
  .page--home .content--body .list--schedule li .tit {
    padding-left: 0;
  }
  .page--home .content--body .list--schedule li:nth-child(4n) {
    margin-right: 0;
  }
  .page--home .content--body .section--video .list--video li {
    display: flex;
    justify-content: space-between;
  }
  .page--home .content--body .section--video .list--video li .thumb {
    width: 55%;
  }
  .page--home .content--body .section--video .list--video li .thumb a:hover::before {
    transform: scaleX(2);
  }
  .page--home .content--body .section--video .list--video li .thumb a:hover::after {
    opacity: 1;
  }
  .page--home .content--body .section--video .list--video li .thumb a:hover img {
    transform: scale(1.1);
  }
  .page--home .content--body .section--video .list--video li .list__txt {
    width: 41%;
  }
  .page--home .content--body .section--video .list--video li .list__txt a:hover .tit {
    opacity: 0.6;
  }
  .page--home .content--body .section--video .list__more {
    margin: -2em auto 0;
  }
  .page--home .content--body .banner-official .list--bnr.one {
    width: 86%;
  }
  .page--home .content--body .banner-official .slick-next:hover,
  .page--home .content--body .banner-official .slick-prev:hover {
    opacity: 0.6;
  }
  .page--home .content--body .list--contents li a:hover figure::before {
    transform: scaleX(2.1);
  }
  .page--home .content--body .section--profile {
    padding-top: 80px;
  }
  .page--home .content--body .section--profile .block--home-profile {
    display: flex;
    justify-content: space-between;
  }
  .page--home .content--body .section--profile .block--home-profile .ph {
    width: 44%;
  }
  .page--home .content--body .section--profile .block--home-profile .txt {
    width: 50%;
  }
  .page--home .content--body .section--profile .block--home-profile .txt .tit {
    font-size: 2.8rem;
  }
  .page--home .content--body .section--profile .block--home-profile .txt .tit span::after {
    left: 160px;
  }
  .page--home .content--body .section--profile .list__more a:hover::before {
    left: 85%;
  }
  .page--home footer {
    height: 230px;
  }
  .page--home footer .inner {
    padding-top: 80px;
  }
  .page--home footer .inner .block--support .list--support {
    margin-bottom: 30px;
  }
  .page--home footer .inner .block--support .list--support li {
    display: inline-block;
    padding: 0 1em 0 0;
  }
  .page--home footer .inner .block--support .list--support li a:hover {
    opacity: 0.6;
  }
  /*-- PCKUP INFO TOP --*/
  .home_pickupinfo_top a:hover {
    opacity: 0.6;
  }
  /*-- PCKUP INFO BOTTOM --*/
  .home_pickupinfo_bottom {
    font-size: 1.1rem;
  }
  .home_pickupinfo_bottom a:hover {
    opacity: 0.6;
  }
  /*-- SCROLL LINE --*/
  .scroll-l {
    right: 2vw;
    padding: 10px 0 110px;
  }
  .scroll-l span {
    display: block;
  }
  .scroll-l::before {
    height: 90px;
  }
  .scroll-l::after {
    height: 90px;
  }
  .page--info.category-12 .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3vw;
  }
  .page--info.category-12 .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--info.category-12 .list--contents li:nth-child(2n+1) {
    clear: both;
  }
  .page--info.category-12 .list--contents li:nth-child(3n+1) {
    clear: none;
  }
  .page--info.category-12 .list--contents li .list__txt {
    padding-top: 0;
  }
  .page--info.category-12 .list--contents li .list__txt .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-weight: bold;
    padding: 5%;
    z-index: 11;
    opacity: 0;
    transition: 0.4s 0.2s;
  }
  .page--info.category-12 .list--contents li a:hover .list__txt .tit {
    opacity: 1;
  }
  .page--profile .list--contents li a .name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    padding: 5%;
    z-index: 11;
    opacity: 0;
    transition: 0.4s 0.2s;
  }
  .page--profile .list--contents li a:hover .name {
    opacity: 1;
  }
  .page--qa .section--list .block--area .txt {
    text-align: center;
  }
  .page--qa .section--list .list--qa {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .page--qa .section--list .list--qa li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .page--qa .section--list .list--qa li:nth-child(2n) {
    margin-right: 0;
  }
  .page--qa .section--list .list--qa li a .tit {
    transition: 0.3s;
  }
  .page--qa .section--list .list--qa li a:hover .tit {
    color: #374DC6;
  }
  .page--schedule .section--list .block--category .list--sort li .category:hover {
    background: #374DC6;
    color: #fff;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category:hover {
    background: #374DC6;
    color: #fff;
  }
  .page--schedule .section--list .month-pager li a:hover::after {
    transform: scaleX(0);
    transform-origin: right;
  }
  .page--disco .section--detail {
    max-width: 1200px;
  }
  .page--disco .section--detail .block--disco {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page--disco .section--detail .jacket {
    width: 40%;
  }
  .page--disco .section--detail .block--disc-detail {
    width: 53%;
  }
  .page--disco .section--detail .block--disc-detail .tit,
  .page--disco .section--detail .block--disc-detail .category,
  .page--disco .section--detail .block--disc-detail .date {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .category {
    display: inline-block;
    width: auto;
    margin-right: 0.5em;
  }
  .page--disco .section--detail .block--disc-detail .link,
  .page--disco .section--detail .block--disc-detail .text {
    width: 100%;
  }
  .page--disco .section--detail .block--disc-detail .btn--link:hover {
    opacity: 0.6;
  }
  .page--photo.photo--slider #swipebox-bottom-bar {
    height: 0;
    bottom: 0;
    position: static;
  }
  .page--photo.photo--slider #swipebox-bottom-bar.visible-bars {
    transform: none;
  }
  .page--photo.photo--slider #swipebox-arrows {
    height: 0;
  }
  .page--photo.photo--slider #swipebox-bottom-bar #swipebox-prev, .page--photo.photo--slider #swipebox-bottom-bar #swipebox-next {
    position: absolute;
    top: 50%;
  }
  .page--photo.photo--slider #swipebox-bottom-bar #swipebox-prev::after, .page--photo.photo--slider #swipebox-bottom-bar #swipebox-next::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page--blog .section--detail .user a:hover {
    opacity: 0.6;
  }
  .page--movie.new-movie .list--contents {
    display: flex;
    flex-wrap: wrap;
  }
  .page--movie.new-movie .list--contents li {
    float: none !important;
    width: 23%;
    margin-right: 2%;
  }
  .page--movie.new-movie.movie-all .block--latest-list, .page--movie.new-movie.radio-all .block--latest-list {
    margin-bottom: 6vw;
  }
  .page--movie.new-movie.movie-all .block--latest-list .latest-tit, .page--movie.new-movie.radio-all .block--latest-list .latest-tit {
    max-width: 960px;
    margin: 0 auto 1em;
    font-size: 24px;
  }
  .page--movie.new-movie.movie-all .block--category-list, .page--movie.new-movie.radio-all .block--category-list {
    margin-bottom: 6vw;
  }
  .page--movie.new-movie .section--detail .block--tit + .block--more_movies {
    margin-top: 10vw;
  }
  .page--movie.new-movie .block--more_movies .more_movies_title {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .page--movie.new-movie .list--comment {
    max-height: 300px;
  }
  .page--movie.new-movie #comments {
    margin: 2vw 12% 10vw;
  }
  .page--movie.new-movie #comments .name {
    min-width: 48%;
  }
  .page--movie.new-movie #comments .date {
    max-width: 20%;
  }
  .page--movie.new-movie #comments .report-btn {
    cursor: pointer;
    transition: 0.3s;
  }
  .page--movie.new-movie #comments .report-btn:hover {
    opacity: 0.8;
  }
  .page--movie.new-movie .block--category-list + .block--pager {
    margin-bottom: 4vw;
  }
  .page--movie.new-movie .category-tit {
    max-width: 960px;
    margin: 0 auto 1em;
    font-size: 24px;
  }
  .page--movie.new-movie .list__more {
    text-align: right;
  }
  .page--movie.new-movie .block--sort-category .block--sort .btn--setting button {
    cursor: pointer;
  }
  .page--movie.new-movie .block--sort-category .block--sort .btn--setting button:hover {
    background: #2d2d2d;
  }
  .page--movie.new-movie.category-radio .section-tit {
    max-width: 32em;
  }
  .page--movie .btn .btn--main {
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /*-- DETAIL BUTTON --*/
  /*-- MORE BUTTON --*/
  /* Support Acoudion (SP ONLY) */
  /*-- PCKUP INFO TOP --*/
  /*-- SCROLL LINE --*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date {
    font-size: 1.1rem;
  }
  .block--pager a {
    padding: 0 0.3em;
  }
  .block--pager .pager__item--current {
    padding: 0.6em 0.3em;
  }
  .slick-dots {
    margin: 0 5vw;
    text-align: left;
  }
  .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0px 4px;
  }
  .slick-dots li button:before {
    width: 4px;
    height: 4px;
  }
  .section--list {
    padding: 0 6%;
  }
  .section--list .section-tit {
    margin-bottom: 30px;
  }
  .section--list .block--pager .pager__item--newer {
    position: static;
  }
  .section--list .block--pager .pager__item--older {
    position: static;
  }
  .list--info li a {
    padding: 1.5em;
  }
  .list--info li .date, .list--info li .category {
    margin-bottom: 5px;
    min-width: inherit;
  }
  .list--info li .tit {
    font-size: 1.3rem;
  }
  .list--contents li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6vw;
  }
  .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(2n+1) {
    clear: both;
  }
  .list--contents li .list__txt .date {
    font-size: 1rem;
  }
  .list--contents li .list__txt .tit {
    font-size: 3vw;
  }
  [class^=list--] li.new .tit::after {
    transform: translateY(-1px) scale(0.9);
    margin-left: 0.5em;
  }
  .section--detail {
    padding: 0 6%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .section-tit {
    margin-bottom: 2rem;
  }
  .section--detail .tit {
    font-size: 1.8rem;
  }
  .header h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 96px;
    height: 60px;
  }
  .header .drawer__btn {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 25px;
    right: 2.5vw;
    mix-blend-mode: difference;
  }
  .header .drawer__btn span {
    background-color: #171717;
  }
  .drawer-visible header h1 {
    mix-blend-mode: difference;
  }
  .drawer-visible header h1 svg {
    fill: #fff;
  }
  .drawer-visible header .drawer__btn {
    top: 25px;
    right: 4vw;
  }
  .drawer-visible header .drawer__btn span {
    background-color: #fff;
  }
  .drawer-visible header .drawer .inner .drawer-fc-nav {
    padding: 10vw 7vw 20vw;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav li {
    width: 50%;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav li.sub-menu {
    width: 100%;
    font-size: 1.2rem;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc {
    width: 100%;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc a {
    font-size: 4vw;
  }
  .drawer-visible header .drawer .tit-drawer {
    font-size: 1.2rem;
  }
  .drawer-visible header .drawer .nav li {
    margin-bottom: 0.7em;
    font-size: 5vw;
  }
  .drawer-visible header .drawer .drawer-sub-nav {
    display: flex;
    margin-top: 50px;
  }
  .drawer-visible header .drawer .drawer-sub-nav ul {
    position: relative;
    display: flex;
  }
  .drawer-visible header .drawer .drawer-sub-nav ul::after {
    content: "OFFICIAL SNS";
    position: absolute;
    top: -2em;
    left: 0;
    font-size: 1.1rem;
  }
  .drawer-visible header .drawer .drawer-sub-nav ul li {
    display: inline-block;
    margin-left: 11px;
    height: 20px;
    font-size: 20px;
  }
  .drawer-visible header .drawer .drawer-sub-nav ul li:first-child {
    margin-left: 0;
  }
  .drawer-visible header .drawer .drawer-sub-nav ul li .fab {
    overflow: overlay;
  }
  .drawer-visible header .drawer .drawer-sub-nav ul.list--language::after {
    content: none;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar {
    position: relative;
    margin-left: 7vw;
    height: 20px;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar::after {
    content: "LANGUAGE";
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    top: -2em;
    left: 0;
    font-size: 1.1rem;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages {
    border: none;
    border-radius: 0;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages::before {
    width: 6px;
    height: 6px;
    right: 2px;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages .langIcon {
    left: 0;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages .langIcon svg {
    fill: #171717;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages .nav-dropdown .list--language li {
    font-size: 12px;
    margin: 0;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages .nav-dropdown .list--language li:not(.selected) {
    padding: 5px;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages .nav-dropdown .list--language li.selected {
    line-height: 20px;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages.visible .nav-dropdown {
    top: 5.5px;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages.visible .nav-dropdown .list--language li {
    line-height: 1;
    margin: 0;
    background: #171717;
  }
  .drawer-visible header .drawer .drawer-sub-nav .langBar .wovn-languages.visible .nav-dropdown .list--language li.selected {
    color: #171717;
    padding-bottom: 0;
    margin-bottom: 4px;
    opacity: 1;
    background: transparent;
  }
  footer {
    min-height: 145px;
  }
  footer .inner {
    padding: 110px 4% 20px;
  }
  footer .inner small {
    font-size: 1rem;
  }
  .wrap {
    padding: 140px 0 160px;
  }
  .body--app .wrap {
    padding: 80px 0;
  }
  body:not(.page--home).loaded .content--body .section-tit::before {
    width: 30px;
  }
  .block--page-top {
    right: 3vw;
  }
  .block--page-top a {
    font-size: 1rem;
  }
  .block--page-top a span::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #E2E2E2;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .block--page-top a span::after {
    top: 5px;
    left: -15px;
  }
  .section-tit {
    margin-bottom: 1em;
    font-size: 2.1rem;
  }
  .section-tit::before {
    top: -13px;
    height: 4px;
  }
  .contents-tit {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .detail__btn {
    margin-top: 4em;
  }
  .list__more {
    margin: 1.5em auto 0;
  }
  .list__more a {
    margin-right: 30px;
    font-size: 1rem;
  }
  .list__more a::before {
    width: 40px;
    height: 40px;
    right: -34px;
  }
  .block--support {
    margin-bottom: 130px;
  }
  .block--support .list--support-tit {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 0.5em 0;
    font-size: 2.1rem;
    border-bottom: solid 1px #2F2F2F;
  }
  .block--support .list--support-tit::before, .block--support .list--support-tit::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 1px;
    height: 16px;
    right: 8px;
    top: 20px;
    transform: rotate(0deg);
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
  }
  .block--support .list--support-tit::after {
    transform: rotate(90deg);
  }
  .block--support .list--support-tit.open::before {
    transform: rotate(90deg);
    opacity: 0;
  }
  .block--support .list--support {
    display: none;
    padding-top: 1em;
  }
  .block--support .list--support li {
    width: 100%;
    padding: 0.5em 0;
  }
  .page--home.view_mobile #tubular-container,
  .page--home.view_mobile #tubular-shield {
    display: none;
  }
  .page--home .wrap {
    padding: 0;
  }
  .page--home .header .drawer__btn span {
    background-color: #fff;
  }
  .page--home.drawer-visible .header .drawer__btn span {
    background-color: #fff;
  }
  .page--home .content--body .inner {
    padding: 5vw 0 10vw;
    width: 90vw;
  }
  .page--home .content--body .section-tit {
    margin-bottom: 20px;
  }
  .page--home .content--body .section--banner .list--bnr {
    margin: 0 -5vw 5vw;
  }
  .page--home .content--body .section--banner .list--bnr.one {
    margin: 0;
  }
  .page--home .content--body .section--banner .list--bnr.noslide {
    margin: 0;
  }
  .page--home .content--body .section--banner .list--bnr .slick-list {
    padding: 0 25% 0 0;
  }
  .page--home .content--body .section--banner .list--bnr .slick-slide {
    padding: 0 0 0 5vw;
  }
  .page--home .content--body .banner-official {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0 8vw;
  }
  .page--home .content--body .banner-official .list--bnr.slick-initialized::after {
    content: none;
  }
  .page--home .content--body .section--video .list--video li .list__txt {
    margin-top: 1em;
  }
  .page--home .content--body .section--video .list--video li .list__txt .tit {
    font-size: 4vw;
  }
  .page--home .content--body .area--fc .block--area-header {
    padding: 12vw 0 0;
  }
  .page--home .content--body .area--fc .block--area-header .inner {
    padding: 8vw 0 10vw;
  }
  .page--home .content--body .area--fc .block--area-header .inner .block--login-nav {
    padding: 1em 0;
    font-size: 3.5vw;
    text-align: center;
  }
  .page--home .content--body .area--fc .block--area-header .inner .block--login-nav::before {
    background-position: center center;
  }
  .page--home .content--body .area--fc .block--area-header .inner .block--login-nav .sitename {
    margin-right: 0;
  }
  .page--home .content--body .area--fc .block--area-header .inner .block--login-nav .login-nav {
    margin-top: 3em;
  }
  .page--home .content--body .area--fc .block--area-header .inner .block--login-nav .login-nav li {
    font-size: 5vw;
  }
  .page--home .content--body .area--fc .banner-fc .list--bnr {
    margin-bottom: 8vw;
  }
  .page--home .content--body .section--profile {
    padding-top: 5vw;
  }
  .page--home .content--body .section--profile .block--home-profile .txt {
    margin-top: 2em;
  }
  .page--home .content--body .section--profile .block--home-profile .txt .tit span::after {
    left: 120px;
  }
  .page--home .content--body .section--profile .block--home-profile .txt .detail {
    font-size: 1.2rem;
    line-height: 2.2;
  }
  .page--home footer {
    position: static;
  }
  .page--home section.started .section-tit::before {
    width: 30px;
  }
  .home_pickupinfo_top {
    margin: 2vw auto 5vw;
    padding: 12px 1em 10px;
    width: 90%;
  }
  .scroll-l::before {
    height: 200px;
  }
  .scroll-l::after {
    height: 200px;
  }
  .page--info .section--list .section-tit, .page--blog .section--list .section-tit {
    margin-bottom: 15px;
  }
  .page--info .block--share {
    padding-top: 40px;
    margin: 0;
  }
  .page--profile .list--contents li a .name {
    font-size: 1.6rem;
  }
  .page--profile .block--profile {
    display: block;
  }
  .page--profile .block--profile .ph, .page--profile .block--profile .profile--member {
    width: 100%;
  }
  .page--profile .block--profile .profile--member .name {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .page--profile .block--profile .profile--member .name h3 {
    font-size: 2.4rem;
  }
  .page--schedule .section--list .block--month {
    margin-bottom: 10px;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: 4rem;
  }
  .page--schedule .section--list .month-pager li {
    margin-left: 1em;
  }
  .page--schedule .section--list .block--narrowing.block--category {
    margin-bottom: 20px;
  }
  .page--schedule .list--schedule li {
    padding-bottom: 15px;
  }
  .page--schedule .list--schedule li .date {
    margin: 0 1.5em 5px;
    padding: 1em 0 0.5em;
    font-size: 1.8rem;
  }
  .page--schedule .list--schedule li a {
    padding: 0.5em 1.5em;
  }
  .page--disco .section--detail .jacket {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    transform: translateY(-6vw);
  }
  .page--disco .section--detail .block--disc-detail {
    margin-top: 1em;
  }
  .page--disco .section--detail .block--disc-detail .txt {
    margin-top: 2em;
  }
  .page--blog .list--info .tit {
    display: block;
    padding-left: 0;
  }
  .page--questionnaire .content--body {
    width: 100%;
    padding: 0 5%;
  }
  .page--questionnaire .form--confirm {
    border: 0.5px solid;
    border-radius: 6px;
    padding: 15px;
    margin: 20px auto 40px;
    background: #fff;
  }
  .page--questionnaire .form--confirm dt {
    margin: 0;
    opacity: 0.6;
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter.postal_code {
    width: 50% !important;
  }
  .page--qa .section--list .list--qa {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .page--qa .section--list .list--qa li {
    margin: 0 0 20px 0;
    margin-bottom: 10px;
  }
  .page--qa .block__question {
    padding: 50px 30px 20px;
    margin: 50px 0 30px;
  }
  .page--qa .block__answer {
    padding: 50px 30px 40px;
    margin-bottom: 50px;
  }
  .page--movie.new-movie.movie-all .block--latest-list, .page--movie.new-movie.radio-all .block--latest-list {
    margin-bottom: 12vw;
  }
  .page--movie.new-movie.movie-all .block--latest-list .latest-tit, .page--movie.new-movie.radio-all .block--latest-list .latest-tit {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .page--movie.new-movie.movie-all .block--category-list, .page--movie.new-movie.radio-all .block--category-list {
    margin-bottom: 12vw;
  }
  .page--movie.new-movie .section--detail .block--tit + .block--more_movies {
    margin-top: 4em;
  }
  .page--movie.new-movie .block--more_movies .more_movies_title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .page--movie.new-movie #comments {
    margin: 2em 0 4em;
  }
  .page--movie.new-movie #comments .comments_title {
    margin-bottom: 1em;
  }
  .page--movie.new-movie #comments .form--post {
    margin-bottom: 20px;
  }
  .page--movie.new-movie #comments .list--comment {
    max-height: 300px;
  }
  .page--movie.new-movie #comments .name {
    font-size: 10px;
    width: 36%;
  }
  .page--movie.new-movie #comments .date {
    min-width: 30%;
    font-size: 10px;
  }
  .page--movie.new-movie #comments .txt {
    width: 100%;
    margin: 0;
  }
  .page--movie.new-movie #comments .report-btn span {
    transform: translateY(-6px);
  }
  .page--movie.new-movie .section--list .section-tit {
    margin-right: 2em;
  }
  .page--movie.new-movie .block--sort-category {
    width: 100%;
  }
  .page--movie.new-movie .block--sort-category .btn--sort {
    right: 1em;
  }
  .page--movie.new-movie .block--sort-category .block--sort {
    top: 35px;
    max-width: none;
    box-shadow: none;
    border-top: solid 1px rgba(23, 23, 23, 0.1);
    border-bottom: solid 1px rgba(23, 23, 23, 0.1);
  }
  .page--movie.new-movie .category-tit {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .page--movie.new-movie .block--category-list .list--contents li:last-child, .page--movie.new-movie .block--category-list .list--contents li:nth-last-child(2) {
    margin-bottom: 3vw;
  }
  .page--movie.new-movie .block--category-list .list__more {
    text-align: right;
  }
  .page--movie.new-movie.category-radio .block--sort-category {
    top: 22vw;
    right: 3%;
    width: 75%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .page--movie.new-movie.category-radio .block--sort-category {
    top: 11vw;
    width: 45%;
    right: 4.5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie.category-radio .block--sort-category .block--sort {
    right: 3%;
  }
  .page--movie.new-movie.category-radio .block--sort-category .block--sort .btn--setting button {
    min-width: auto;
  }
  .page--movie.new-movie.category-radio .block--sort-category .btn--sort {
    font-size: 14px;
    width: 175px;
  }
  .page--movie.new-movie.category-radio .block--sort-category .btn--sort span {
    width: 18px;
    height: 18px;
  }
  .page--info.category-17 p.tit {
    font-size: 14px;
  }
  .page--info.category-17 .list--contents li a {
    font-size: 13px !important;
  }
  .section--detail.entry .support-tit {
    font-size: 1.8rem;
  }
  .section--detail.entry .block--intro {
    margin: 3vw 0 8vw;
  }
  .section--detail.entry table {
    font-size: 1.3rem;
  }
  .section--detail.entry .list--service li {
    padding: 1em;
    font-size: 1.3rem;
  }
  .section--detail.entry .list--entry {
    display: block;
  }
  .section--detail.entry .list--entry li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
  }
  .section--detail.entry .list--entry li .title {
    font-size: 1.2rem;
  }
  .page--feature.page--download .list_image {
    gap: 5vw 2%;
  }
  .page--feature.page--download .list_image .image {
    width: 49%;
  }
  .page--feature.page--download .list_image .image.image_large {
    width: 100%;
  }
  .page--feature.page--download .list_image .image a::before {
    right: 10px;
    bottom: 10px;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .block--faq-detail {
    padding: 15px;
    margin: 0 0 30px;
  }
  .page--faq .block--faq-detail dt {
    font-size: 14px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 14px;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
  .page--faq .list--faq .tit {
    font-size: 1.3rem;
  }
  .page--faq .list--faq .txt {
    font-size: 1.3rem;
  }
  .popup--language__box {
    width: 90vw;
  }
  .popup--language__approval {
    text-align: center;
  }
  .popup--language__approval .approval--btn {
    width: 100%;
    padding: 0.5em 3em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .slick-dots {
    margin: 0;
  }
  .list--info li .date, .list--info li .category {
    margin-bottom: 10px;
  }
  .list--info li a {
    padding: 26px;
  }
  .list--info li .tit {
    display: block;
    font-size: 1.7rem;
  }
  .list--contents li {
    margin-bottom: 4vw;
  }
  .list--contents li .list__txt .date {
    font-size: 1.2rem;
  }
  .list--contents li .list__txt .tit {
    font-size: 1.6rem;
  }
  [class^=list--] li.new .tit::after {
    transform: translateY(-3px);
  }
  .drawer-visible header .drawer__btn span {
    background-color: #fff;
  }
  .drawer-visible header .drawer .inner {
    display: table;
    width: 100%;
    height: 100%;
  }
  .drawer-visible header .drawer .inner .drawer-fc-nav {
    padding: 100px 5vw 15vw;
  }
  .drawer-visible header .drawer .inner .drawer-nav {
    display: table-cell;
    width: 50%;
    padding: 5vw;
    padding-top: 120px;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav {
    display: block;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav li {
    width: 100%;
  }
  .drawer-visible header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc a {
    font-size: 2.5vw;
  }
  .drawer-visible header .drawer .nav li {
    margin-bottom: 0.2em;
    font-size: 4vw;
  }
  .wrap {
    padding: 180px 0 170px;
  }
  .section-tit {
    font-size: 2.8rem;
  }
  .section-tit::before {
    top: -20px;
    width: 40px;
    height: 6px;
  }
  /*-- MORE BUTTON --*/
  .list__more a {
    font-size: 1.2rem;
  }
  .page--home.drawer-visible .header .drawer__btn span {
    background-color: #fff;
  }
  .page--home .content--body .inner {
    padding: 3vw 0 8vw;
    width: 90vw;
  }
  .page--home .content--body .section--banner .list--bnr {
    margin: 0;
  }
  .page--home .content--body .section--banner .list--bnr .slick-list {
    padding: 0;
  }
  .page--home .content--body .section--banner .list--bnr .slick-slide {
    padding: 0 10px;
  }
  .page--home .content--body .banner-official {
    width: 100%;
  }
  .page--home .content--body .banner-official .list--bnr.slick-initialized::after {
    content: "";
  }
  .page--home .content--body .banner-official .slick-next {
    right: 38%;
  }
  .page--home .content--body .banner-official .slick-prev {
    left: 38%;
  }
  .page--home .content--body .list--video li {
    display: flex;
    justify-content: space-between;
  }
  .page--home .content--body .list--video li .thumb {
    width: 55%;
  }
  .page--home .content--body .list--video li .list__txt {
    width: 41%;
  }
  .page--home .content--body .list--video li .list__txt {
    margin-top: 0;
  }
  .page--home .content--body .list--video li .list__txt .tit {
    font-size: 2.5vw;
  }
  .page--home .content--body .area--fc .block--area-header .inner {
    padding: 0;
  }
  .page--home .content--body .area--fc .block--area-header .inner .block--login-nav {
    font-size: 2.5vw;
  }
  .page--home .content--body .area--fc .block--area-header .inner .block--login-nav .login-nav li {
    font-size: 3.5vw;
  }
  .page--home .content--body .section--profile {
    padding-top: 5vw;
  }
  .page--home .content--body .section--profile .block--home-profile {
    display: flex;
    justify-content: space-between;
  }
  .page--home .content--body .section--profile .block--home-profile .ph {
    width: 44%;
  }
  .page--home .content--body .section--profile .block--home-profile .txt {
    width: 50%;
    margin-top: 0;
  }
  .page--home .content--body .section--profile .block--home-profile .txt .detail {
    font-size: 1.3rem;
  }
  .page--profile .block--profile {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page--profile .block--profile .ph {
    width: 53%;
  }
  .page--profile .block--profile .profile--member {
    width: 42%;
  }
  .page--profile .block--profile .profile--member .name {
    margin-bottom: 2em;
    margin-top: 0;
  }
  .page--profile .block--profile .profile--member .name h3 {
    font-size: 4vw;
  }
  .page--disco .section--detail .block--disco {
    display: flex;
    justify-content: space-between;
  }
  .page--disco .section--detail .jacket {
    width: 42%;
    transform: translateY(0);
  }
  .page--disco .section--detail .block--disc-detail {
    width: 50%;
    margin-top: 0;
  }
  .page--blog .form__select {
    font-size: 13px;
  }
  .section--detail.entry .support-tit {
    font-size: 2.3rem;
  }
  .section--detail.entry .list--entry {
    display: flex;
    justify-content: space-between;
  }
  .section--detail.entry .list--entry li {
    width: 48%;
  }
}