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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #121212;
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

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: #dcdcdc;
  color: #121212;
}

::selection {
  background: #dcdcdc;
  color: #121212;
}

::-moz-selection {
  background: #dcdcdc;
  color: #121212;
}

.parts-svg {
  display: none;
}

.plain-smiley {
  font-family: Arial, sans-serif;
}

.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: #121212;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal !important;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}

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

.btn--more a {
  position: relative;
  padding-bottom: 4px;
  padding-right: 3em;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
}
.btn--more a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #121212;
}

.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: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}

.date {
  font-size: 1.4rem;
}

.category {
  font-size: 1.2rem;
  color: #bbbfc6;
}

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

.font-en {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img {
  width: 100%;
}

.block--pager {
  letter-spacing: -0.5em;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  position: relative;
  top: 40px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  margin: 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0.5em 0.7em;
}
.block--pager .pager__item--number {
  text-align: center;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  width: 25px;
  height: 40px;
  padding: 0;
  margin: 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: 0;
  height: 0;
  border-style: solid;
}
.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 {
  border-width: 7px 7px 7px 0;
  border-color: transparent #121212 transparent transparent;
  left: 0;
}
.block--pager .pager__item--older {
  right: 0;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #121212;
  right: 0;
}
.block--pager .pager__item--current {
  position: relative;
  padding: 0.5em 0.7em;
  line-height: 1;
  font-weight: bold;
}
.block--pager .pager-link--list {
  font-size: 1.3rem;
  font-weight: bold;
}
.block--pager .pager-link--prev a, .block--pager .pager-link--next a {
  position: relative;
  font-size: 1.6rem;
}
.block--pager .pager-link--prev a::after, .block--pager .pager-link--next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.block--pager .pager-link--prev a::after {
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #121212;
  right: 0;
}
.block--pager .pager-link--next a::after {
  border-width: 7px 7px 7px 0;
  border-color: transparent #121212 transparent transparent;
  left: 0;
}

.list--bnr .slick-dots {
  text-align: left;
  bottom: -40px;
  font-size: 0;
  margin-bottom: 12px;
}
.list--bnr .slick-dots li {
  width: 40px;
  height: 3px;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
.list--bnr .slick-dots li button {
  width: 100%;
  padding: 0;
  height: 0;
}
.list--bnr .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #bbbfc6;
  opacity: 1;
}
.list--bnr .slick-dots li.slick-active button:before {
  background-color: #121212;
  opacity: 1;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -20px);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  transition: 0.5s;
}
.slick-next::before, .slick-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(/static/produce101s2/common/arrow.svg) center center/cover no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.slick-next::after, .slick-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #e6e6e6;
  opacity: 0.3;
  z-index: 1;
}
.slick-next:hover::after, .slick-prev:hover::after {
  opacity: 0.5;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  pointer-events: none;
}
.slick-next.slick-disabled::before, .slick-next.slick-disabled::after, .slick-prev.slick-disabled::before, .slick-prev.slick-disabled::after {
  opacity: 0;
}

.slick-next {
  right: calc(1.5vw + 20px);
}
.slick-next::before {
  transform: translate(-50%, -50%);
}

.slick-prev {
  left: -20px;
}
.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.list--bnr {
  margin: 0 0 0 5vw;
  height: 200px;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
}
.list--bnr:hover .slick-next, .list--bnr:hover .slick-prev {
  opacity: 1;
}

.list--bnr.slick-initialized {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.list--bnr .slick-list {
  overflow: visible;
  width: 76vw;
}

.list--bnr .slick-list.is--slide {
  overflow: visible !important;
}

.list--bnr li {
  margin: 0 20px 0 0;
  display: inline-block;
  font-size: 0;
}
.list--bnr li img {
  width: 100%;
}

.list--bnr.one {
  transform: translateX(0px);
  height: auto;
}
.list--bnr.one li {
  width: 48%;
  max-width: 600px;
  margin: 0;
  text-align: center;
}
.list--bnr.one li a {
  display: block;
  transition: opacity 0.3s;
}

.list--bnr.two {
  margin: 0 5vw;
  transform: translateX(0px);
  display: flex;
  justify-content: space-between;
  height: auto;
}
.list--bnr.two li {
  width: 48%;
  text-align: center;
}
.list--bnr.two li a {
  display: block;
  transition: opacity 0.3s;
}
.list--bnr.two li:last-child {
  margin-right: 0;
}

.slick-counter {
  margin: 40px 5vw 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}
.slick-counter span {
  position: relative;
}
.slick-counter .line {
  position: relative;
  width: 20px;
  height: 1em;
  margin: 0 8px;
  display: inline-block;
  transform: rotate(-40deg);
}
.slick-counter .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  background: #121212;
}

.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(0, 20, 137, 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-top-bar {
  background: none;
  text-shadow: none;
}
.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 iframe,
.youtube embed, .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 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.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;
  width: 84%;
  margin: 0 auto;
}
.section--list .no-data {
  font-size: 1.3rem;
}

.list--info li a {
  display: block;
  padding: 12px 0;
  line-height: 1.5;
}
.list--info li .date {
  margin-right: 1em;
}
.list--info li.no-data {
  width: 100%;
}

.list--schedule .date {
  margin: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.list--schedule .date .year {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.1rem;
}
.list--schedule .date .youbi {
  position: relative;
  padding-left: 30px;
  font-size: 1.1rem;
}
.list--schedule .date .youbi::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  background: #121212;
}

.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 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/produce101s2/common/no_images.png);
  background-color: #DDE5ED;
}
.list--contents li .list__txt {
  margin-top: 15px;
}
.list--contents li .list__txt .tit {
  line-height: 1.5;
}
.list--contents li .list__txt .date {
  margin-top: 5px;
  color: #bbbfc6;
  font-size: 1.2rem;
}
.list--contents li .list__txt .category {
  position: relative;
  font-size: 1rem;
  margin-left: 30px;
}

[class^=list--] li.new .tit {
  position: relative;
}
[class^=list--] li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.3rem;
  color: #001489;
}

.block--category {
  margin: 30px 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: 6px 10px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 1;
  background: #bbbfc6;
}
.block--category .current a {
  background: #121212;
  color: #fff;
}

.section--detail {
  width: 84%;
  margin: 0 auto;
}
.section--detail .date {
  margin-bottom: 1em;
}
.section--detail .tit {
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.section--detail .category {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  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;
}
.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: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #121212;
  border-radius: 2px;
  padding: 0.5em;
  color: #121212;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #121212;
}
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: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #121212;
  border-radius: 2px;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #121212;
}
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: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #121212;
  border-radius: 2px;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #121212;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #121212;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* checkbox */
.form__checkbox label p {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  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 #121212;
  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: #121212;
  border-color: #121212;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  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: #121212;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  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 #121212;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #121212;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #121212;
  border-color: #121212;
}
.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;
}

.drawer__btn {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  height: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  z-index: 102;
  color: #fff;
  mix-blend-mode: difference;
}
.drawer__btn .drawer__btn-inner {
  display: block;
  width: 34px;
  height: 10px;
  position: relative;
  transition: height 0.3s ease, transform 0.3s ease, opacity 0.3s;
  will-change: transform;
}
.drawer__btn .drawer__btn-inner span {
  display: block;
  position: absolute;
  height: 1.5px;
  margin-top: -0.75px;
  background-color: currentColor;
  left: 0;
  right: 0;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.drawer__btn .drawer__btn-inner span:nth-child(1) {
  top: 0;
}
.drawer__btn .drawer__btn-inner span:nth-child(2) {
  top: 100%;
}

.is-drawer-shown .is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.2s;
}

.is-drawer-shown .drawer__btn-inner {
  height: 0;
  transition-duration: 0.4s;
}
.is-drawer-shown .drawer__btn-inner span {
  transition-delay: 0.3s;
  transition-duration: 0.4s;
  -webkit-transform-origin: 50%;
}
.is-drawer-shown .drawer__btn-inner span:nth-child(1) {
  transform: translate(0, -50%) rotate(30deg);
}
.is-drawer-shown .drawer__btn-inner span:nth-child(2) {
  transform: translate(0, 0) rotate(-30deg);
}

header {
  position: relative;
}
header h1 {
  font-size: 0;
  z-index: 10;
}
header h1 a {
  display: inline-block;
}
header .header_inner {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  line-height: 1;
}
header .header_inner .subnav {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
}
header .header_inner .subnav .nav {
  display: flex;
}
header .header_inner .subnav .nav li a {
  margin-left: 15px;
}
header .header_inner .subnav .nav li:first-child a {
  margin-left: 0;
}
header .header_inner .subnav .langBar {
  margin-left: 6vw;
}
header .header_inner .subnav .langBar ul button {
  font-size: 1.5rem;
}
header .header_inner .subnav .sub-tit {
  margin-bottom: 5px;
}
header .header_inner .label_nav {
  display: inline-block;
  padding: 2px 5px;
  background-color: #121212;
  color: #fff;
  text-align: center;
}
header .header_inner .block--menu span {
  color: #bbbfc6;
}

footer {
  width: 100%;
  min-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  position: relative;
  padding: 30px 5vw;
  height: 100%;
}
footer .inner .copyright {
  text-align: right;
}
footer .inner .copyright small {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  letter-spacing: 0.13em;
  opacity: 0.6;
}

.block--support {
  margin-bottom: 50px;
}
.block--support .list--support {
  display: flex;
  flex-wrap: wrap;
}
.block--support .list--support li {
  padding: 0 1em;
  font-size: 1.1rem;
}
.block--support .list--support li a {
  display: inline-block;
  margin-bottom: 5px;
}
.block--support .list--support li:first-child {
  padding-left: 0;
}

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

.content--body {
  position: relative;
}

.section-tit {
  position: relative;
  margin-bottom: 30px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 2rem;
}

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

.sub-tit {
  position: relative;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #bbbfc6;
  line-height: 1.2;
}

/*-- DETAIL BUTTON --*/
.detail__btn {
  display: block;
  margin: 5em auto 0;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  padding: 0 0 0.5em 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  letter-spacing: 0;
  transition: opacity 0.3s ease;
  text-decoration: none !important;
  overflow: auto;
}

/*-- SNS SHARE --*/
/*-- PAGE TOP --*/
.block--page-top {
  position: fixed;
  bottom: 3.5vw;
  left: 30px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
  transition: 0.8s ease;
  z-index: 10;
}
.block--page-top span {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
}
.block--page-top span::before {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: solid 1px;
  border-right: solid 1px;
  width: 22px;
  height: 22px;
  transform: rotate(-45deg) translateY(7px);
}
.block--page-top span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #121212;
}

.scroll .block--page-top {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

/*-- LANG BAR --*/
.langBar {
  margin-left: 30px;
}
.langBar .wovn-languages {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 12px;
  position: relative;
  z-index: 2;
  width: 150px;
  height: 13px;
  cursor: pointer;
}
.langBar .wovn-languages::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 3px;
  right: 10px;
  border: 1px solid;
  border-color: transparent transparent #121212 #121212;
  transform: rotate(-45deg);
}
.langBar .wovn-languages .language-name {
  cursor: pointer;
}
.langBar .wovn-languages .nav-dropdown {
  position: absolute;
  top: 0;
  line-height: 1.4;
  border-bottom: 1px solid;
  text-align: left;
  z-index: 2;
  width: 150px;
  height: 23px;
}
.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;
  padding-bottom: 5px;
}
.langBar .wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.langBar .wovn-languages.visible::before {
  content: none;
}
.langBar .wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  padding: 10px 10px 5px;
  background: #121212;
  color: #fff;
  height: auto;
}
.langBar .wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
}
.langBar .wovn-languages.visible .nav-dropdown .list--language li.selected {
  opacity: 0.4;
  pointer-events: none;
}

.langBar .visible.wovn-languages::before {
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  z-index: 15;
  top: 13px;
  right: 15px;
}

/*-- BANNER --*/
.section--banner {
  overflow: hidden;
}

/*-- 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 #cbcbcb;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}
.link--blank::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
  width: 2px;
  height: 12px;
  background: #cbcbcb;
  transition: all 0.3s ease;
}
.link--blank::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 14px;
  height: 2px;
  background: #cbcbcb;
  transition: all 0.3s ease;
}

.page--home .drawer__btn {
  display: flex;
}
.page--home header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  background-color: #fff;
  border: none;
}
.page--home header h1 {
  position: absolute;
  left: 5vw;
  top: 20px;
  width: 60px;
  height: 60px;
}
.page--home header h1 a {
  display: block;
}
.page--home header .header_inner {
  position: relative;
  min-height: 100%;
  padding: 100px 5vw 5vw 5vw;
}
.page--home header .header_inner .block--menu {
  margin-top: 40px;
}
.page--home header .header_inner .label_nav {
  width: 36px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 22px;
  padding: 10px;
  writing-mode: vertical-lr;
  text-align: left;
}
.page--home header .header_inner .block--menu {
  display: flex;
}
.page--home header .header_inner .block--menu.menu-fanclub {
  margin-top: 6px;
}
.page--home header .header_inner .block--menu ul li a, .page--home header .header_inner .block--menu ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.page--home header .header_inner .link--home {
  display: inline-block;
  margin-top: 20px;
  padding: 4px 20px;
  font-size: 1.1rem;
  border: solid 1px;
}
.page--home .section--mainvisual {
  position: relative;
}
.page--home .section--mainvisual .block--mainvisual_photo {
  font-size: 0;
  width: 100%;
  height: 50vw;
}
.page--home .section--mainvisual .block--mainvisual_photo img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page--home .section--mainvisual .head-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page--home .section--mainvisual .head-nav {
  display: flex;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav {
  display: flex;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav li {
  margin-left: 15px;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav li:first-child {
  margin-left: 0;
}
.page--home .section--mainvisual .head-nav .nav--fc .nav li a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  display: inline-block;
}
.page--home .section--mainvisual.mode--video .head-text-wrap {
  width: 100%;
}
.page--home .section--mainvisual.mode--video .head-text-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: background 1.5s 2.2s, opacity 1.5s;
}
.page--home .content--body {
  display: flex;
  background: #fff;
  border-top: solid 1px #cbcbcb;
}
.page--home .content--body .wrap--side {
  position: relative;
  border-right: solid 1px #cbcbcb;
}
.page--home .content--body .wrap--main {
  position: relative;
}
.page--home .content--body .box--main {
  position: relative;
  padding: 40px 5vw;
  border-top: solid 1px #cbcbcb;
}
.page--home .section--banner {
  padding-top: 10.6vw;
  padding-bottom: 5vw;
}
.page--home .menu--side {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.page--home .menu--side .block--menu .tit {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 2.5rem;
}
.page--home .menu--side .block--menu .nav {
  margin-top: 30px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}
.page--home .menu--side .block--menu .nav li {
  margin-bottom: 0.6em;
}
.page--home .menu--side .block--menu .nav li span {
  color: #bbbfc6;
}
.page--home .menu--side .block--menu .block--officiallink {
  margin-top: 30px;
}
.page--home .menu--side .block--menu .block--officiallink .list--officiallink {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.page--home .menu--side .block--menu .block--officiallink .list--officiallink li a {
  display: block;
  margin-right: 8px;
  margin-bottom: 10px;
  width: 15px;
  height: 17px;
}
.page--home .menu--side .block--menu .block--officiallink .list--officiallink li a img {
  width: 100%;
}
.page--home .box--main::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbcbcb;
  z-index: 10;
}
.page--home .box--main.section--info::before {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbcbcb;
  z-index: 10;
}
.page--home .box--main .block--profile {
  overflow: hidden;
}
.page--home .box--main .block--profile .artistname {
  width: 55px;
  margin-bottom: 3px;
}
.page--home .box--main .block--profile .sub-tit {
  margin-top: 20px;
}
.page--home .box--main .block--profile .list--member {
  margin-top: 5px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
}
.page--home .box--main .block--profile .list--member a, .page--home .box--main .block--profile .list--member span {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  margin-right: 15px;
  white-space: nowrap;
}
.page--home .box--main .block--profile .list--member a::before, .page--home .box--main .block--profile .list--member span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 1px;
  background: #121212;
}
.page--home .box--main .block--profile .list--member span {
  color: #bbbfc6;
}
.page--home .box--main .block--video a {
  display: block;
}
.page--home .box--main .block--fanclubtop {
  padding: 12vw 0 8vw;
  padding-top: clamp(120px, 12vw, 240px);
  padding-bottom: clamp(80px, 8vw, 160px);
  text-align: center;
}
.page--home .box--main .block--fanclubtop .artistname, .page--home .box--main .block--fanclubtop .sitename {
  margin: 0 auto;
  font-size: 0;
}
.page--home .box--main .block--fanclubtop .block--entry {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  text-align: center;
  font-size: 2.2rem;
}
.page--home .box--main .block--fanclubtop .block--entry a {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-left: 2em;
}
.page--home .box--main .block--fanclubtop .block--entry a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #121212;
}
.page--home .box--main .block--fanclubtop .block--entry a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #121212;
}
.page--home .box--main .block--fanclubtop .block--entry a:first-of-type {
  margin-left: 10px;
}
.page--home .box--main .list--topcontents li {
  margin-bottom: 4vw;
}
.page--home .box--main .list--topcontents li .tit {
  margin-top: 15px;
  line-height: 1.5;
}
.page--home .box--main .list--topcontents li a {
  display: block;
}
.page--home .box--main .list--topcontents li a .block--thumb {
  position: relative;
  overflow: hidden;
}
.page--home .box--main .list--topcontents li a .block--thumb .thumb {
  overflow: hidden;
  z-index: 1;
}
.page--home .box--main .list--topcontents li a figure {
  overflow: hidden;
  z-index: 1;
}
.page--home .box--main .list--topcontents 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/produce101s2/common/no_images.png);
  background-size: contain;
}
.page--home .box--main .list--topcontents li a .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #DDE5ED;
}
.page--home .box--main .list--topcontents li a .blur img {
  filter: blur(6px);
}
.page--home .box--main .list--topcontents li a .list__txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(41, 46, 76, 0.2);
  z-index: 2;
}
.page--home .box--main .list--topcontents li a .list__txt .category, .page--home .box--main .list--topcontents li a .list__txt .date {
  color: #fff;
}
@supports not ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .page--home .box--main .list--topcontents li a .list__txt {
    background: rgba(74, 77, 98, 0.4);
  }
}
@media all and (-ms-high-contrast: none) {
  .page--home .box--main .list--topcontents li a .list__txt {
    background: rgba(74, 77, 98, 0.4);
  }
}
.page--home .box--main .list--topcontents li.delighter .list__txt {
  opacity: 0;
  transition: 0.85s ease-out 0.3s;
  will-change: opacity;
}
.page--home .box--main .list--topcontents li.delighter.started .list__txt {
  opacity: 1;
}
.page--home footer {
  position: static;
}
.page--home footer .inner {
  padding: 80px 5vw 40px;
  border-top: solid 1px #cbcbcb;
}
.page--home footer .inner .home_pickupinfo_bottom {
  margin-bottom: 2em;
}
.page--home footer .inner .home_pickupinfo_bottom a {
  display: inline-block;
  margin-right: 2em;
  font-size: 1.1rem;
}
.page--home footer .copyright {
  margin-top: 100px;
}
.page--home.loaded .section--mainvisual.mode--video .head-text-wrap::after {
  background: none;
}
.page--home.loaded .list--bnr.one, .page--home.loaded .list--bnr.two {
  opacity: 1;
}

.wrap--menu {
  position: relative;
}
.wrap--menu .block--menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 0.3s, transform 0.5s 0.3s;
}
.wrap--menu .block--menu.menu-fanclub {
  opacity: 0;
}

.in-official .wrap--menu .block--menu.menu-official {
  opacity: 1;
  pointer-events: auto;
}
.in-official .wrap--menu .block--menu.menu-fanclub {
  opacity: 0;
  pointer-events: none;
}

.in-fc .wrap--menu .block--menu.menu-official {
  opacity: 0;
  pointer-events: none;
}
.in-fc .wrap--menu .block--menu.menu-fanclub {
  opacity: 1;
  pointer-events: auto;
}

/*-- POPUP --*/
#popup-wrap,
.group1 {
  display: none;
}

#popup iframe {
  width: 100%;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/*-- SCROLL LINE --*/
.scroll-l {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: inline-block;
  z-index: 10;
  padding: 50px 0 10px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: none;
}
.scroll-l span {
  display: block;
}
.scroll-l::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 1px;
  height: 50px;
  margin-left: -1px;
  background: #fff;
  animation: scrolldown 4s cubic-bezier(0.5, 0, 0, 0.5) infinite;
  opacity: 0.5;
}

@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scroll .scroll-l {
  opacity: 0;
}

.menu--side h1 .st0 {
  animation: rotate-vert-center 13s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  transform-origin: top;
}

.menu--side h1 .st1 {
  animation: rotate-vert-center 13s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  transform-origin: bottom;
}

.menu--side h1 .st2 {
  animation: rotate-in-center 13s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  transform-origin: center;
}

/*-- LOGO rotate-diagonal --*/
@keyframes rotate-in-center {
  0% {
    transform: rotate(-360deg);
  }
  70% {
    transform: rotate(-360deg);
  }
  75% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotate-vert-center {
  0% {
    transform: rotateX(0);
    opacity: 1;
  }
  68% {
    transform: rotateX(0);
    opacity: 1;
  }
  72.5% {
    transform: rotateX(-180deg);
    opacity: 0;
  }
  77% {
    transform: rotateX(-360deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*-- HOME PICKUP INFO TOP --*/
.home_pickupinfo_top {
  position: relative;
  padding: 20px 5vw;
  border-bottom: solid 1px #cbcbcb;
  transition: none;
  will-change: transform;
}
.home_pickupinfo_top::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbcbcb;
  z-index: 10;
}
.home_pickupinfo_top .tit {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-right: 2em;
}
.home_pickupinfo_top .inner {
  font-size: 1.3rem;
}
.home_pickupinfo_top .inner a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 10px;
}
.home_pickupinfo_top .inner a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #121212;
}
.home_pickupinfo_top .inner a + a {
  margin-top: 10px;
}

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

.block--update-inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 2px 8px 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;
  text-align: center;
  transition: 0.3s;
  background: #121212;
  color: #fff;
}

.page--info .section--detail .date {
  margin-right: 1em;
}
.page--info .section--detail .txt {
  margin-top: 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 .section--detail .date-schedule {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0px;
  margin-right: 10px;
}
.page--info .section--detail .date-schedule .youbi {
  font-size: 1.1rem;
}
.page--info .block--share {
  line-height: 1;
  padding-top: 60px;
  margin: 0 0 30px;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #121212;
  margin: 0 0 0 20px;
}
.page--info .block--share li a {
  display: block;
  width: 16px;
  text-align: center;
}
.page--info .block--share li svg {
  width: 16px;
  height: 16px;
  fill: #121212;
}
.page--info .block--share .share {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1rem;
  margin-left: 0;
}

.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-bottom: 0;
  font-weight: 600;
  font-size: 1.6rem;
}
.page--disco .section--detail .category {
  display: block;
  margin: 0;
  font-size: 1.2rem;
}
.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 li > div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.page--disco .section--detail .txt .list--track .num {
  min-width: 20px;
  font-size: 1.2rem;
}
.page--disco .section--detail .txt .list--track .link {
  width: 2em;
  margin: 0;
}
.page--disco .section--detail .txt .list--track .link a {
  padding: 5px;
}
.page--disco .section--detail .txt .list--track .tie-up {
  font-size: 11px;
}
.page--disco .section--detail .txt .list--track a {
  text-decoration: none;
}
.page--disco .slick-dots {
  bottom: -20px;
  text-align: left;
}
.page--disco .slick-dots li {
  margin: 0;
  width: 20px;
  height: 3px;
}
.page--disco .slick-dots li button, .page--disco .slick-dots li button::before {
  width: 100%;
  height: 3px;
}
.page--disco .slick-dots li button::before {
  content: "";
  background: #bbbfc6;
}
.page--disco .slick-dots li.slick-active button::before {
  background: #121212;
}

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

.page--profile .list--profile li {
  float: left;
  margin-bottom: 4vw;
  margin-right: 2%;
}
.page--profile .list--profile li a {
  display: block;
  position: relative;
}
.page--profile .list--profile li a figure {
  overflow: hidden;
  z-index: 1;
}
.page--profile .list--profile li a figure img {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-color: #DDE5ED;
  background-position: center top;
}
.page--profile .list--profile li a figure::before {
  display: block;
  content: "";
  position: absolute;
  top: -5%;
  left: -20%;
  right: -20%;
  bottom: -5%;
  background-color: #fff;
  z-index: 1;
  opacity: 0.8;
  transform: rotate(0.1deg) skewX(22deg);
}
.page--profile .list--profile li a .name {
  margin-top: 1em;
  text-align: center;
  font-size: 1.5rem;
}
.page--profile .list--profile li.delighter a figure::before {
  transition-delay: 0.3s;
}
.page--profile .list--profile li.delighter.started a figure::before {
  transform: rotate(0.1deg) skewX(22deg) translateX(-110%);
  transition-property: transform;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.page--profile.loaded .list--profile {
  opacity: 1;
}

.page--profile.member_info .noacv {
  color: #cbcbcb;
  font-family: din-2014, sans-serif;
}
.page--profile.member_info .list--info .tit {
  font-size: 1.4rem;
}
.page--profile.member_info .block--info .info_ac {
  border-bottom: 1px solid #cbcbcb;
}
.page--profile.member_info .block--info .info_ac > dt {
  position: relative;
  cursor: pointer;
  padding: 30px 55px 30px 25px;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.page--profile.member_info .block--info .info_ac > dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  border: 1px solid;
  border-color: transparent transparent #121212 #121212;
  transform: translateY(-50%) rotate(-45deg);
}
.page--profile.member_info .block--info .info_ac > dt.on::before {
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}
.page--profile.member_info .block--info .info_ac > dd {
  display: none;
  font-size: 1.3rem;
  position: relative;
  padding: 0 25px 25px 25px;
}
.page--profile.member_info .block--info .info_ac > dd li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.page--schedule .section--list .section-tit {
  margin-bottom: 10px;
}
.page--schedule .section--list .block--month {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
  font-size: 5rem;
  margin-top: 60px;
}
.page--schedule .section--list .block--month .tit {
  margin: 0 15px;
  line-height: 1;
}
.page--schedule .section--list .block--month .next-month a,
.page--schedule .section--list .block--month .prev-month a {
  position: relative;
  display: block;
  width: 20px;
  height: 1em;
}
.page--schedule .section--list .block--month .next-month a::after,
.page--schedule .section--list .block--month .prev-month a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 50%;
  transform: translate3d(-5px, 10px, 0px);
  border-style: solid;
}
.page--schedule .section--list .block--month .next-month a::after {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #121212;
}
.page--schedule .section--list .block--month .prev-month a::after {
  border-width: 8px 10px 8px 0;
  border-color: transparent #121212 transparent transparent;
}
.page--schedule .section--list .month-pager {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  letter-spacing: 0;
}
.page--schedule .section--list .month-pager li {
  margin-left: 2em;
}
.page--schedule .section--list .month-pager li a {
  position: relative;
  margin-bottom: 3px;
}
.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: #121212;
  color: #fff;
  transition: 0.3s;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: #bbbfc6;
  color: #121212;
  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 .inner {
  display: flex;
  border-bottom: 1px solid #cbcbcb;
}
.page--schedule .list--schedule li .inner .date {
  width: 70px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -1px;
  left: 0;
  margin: 11px 0;
  letter-spacing: 0;
}
.page--schedule .list--schedule li .inner .date .m {
  font-size: 15px;
  position: absolute;
  left: 9px;
  top: 9px;
}
.page--schedule .list--schedule li .inner .date .d {
  font-size: 28px;
  font-weight: 400;
  position: relative;
  line-height: 1;
  left: 30px;
  top: 14px;
}
.page--schedule .list--schedule li .inner .date .d::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  background: #121212;
  top: 5px;
  left: -21px;
  transform: rotate(-42deg);
}
.page--schedule .list--schedule li .inner .date .youbi {
  font-size: 11px;
  display: block;
  margin-top: 14px;
  padding: 0;
  text-align: center;
  line-height: 1;
  position: relative;
  letter-spacing: 0.2em;
}
.page--schedule .list--schedule li .inner .date .youbi::before {
  content: none;
}
.page--schedule .list--schedule li .inner .list__txt {
  width: calc(100% - 70px);
  padding: 12px 0;
}
.page--schedule .list--schedule li .inner a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.page--photo .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 .list--contents .thumb {
  overflow: hidden;
}
.page--photo .list--contents .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #DDE5ED;
}
.page--photo .list--contents .thumb .blur img {
  filter: blur(6px);
}
.page--photo .list--contents li .list__txt .tit {
  margin-top: 10px;
}
.page--photo .section--list .list--contents .thumb figure img {
  background-color: inherit;
  background-size: contain;
}

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

.page--blog .form__select {
  position: absolute;
  right: 0;
  top: 0;
}
.page--blog .form__select select {
  padding: 3px 30px;
}
.page--blog .form__select::after {
  top: 12px;
}
.page--blog .form__select::before {
  content: "\f044";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  color: #121212;
  z-index: -2;
}
.page--blog .list--contents .thumb {
  overflow: hidden;
}
.page--blog .list--contents .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #DDE5ED;
}
.page--blog .list--contents .thumb .blur img {
  filter: blur(6px);
}
.page--blog .list--contents li .list__txt .category {
  margin-left: 10px;
  padding-left: 10px;
  color: #121212;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: solid 1px;
}
.page--blog .section--list .list--contents .thumb figure img {
  background-color: inherit;
  background-size: contain;
}
.page--blog .section--detail .user {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  font-size: 1.2rem;
}
.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: #121212;
}
.page--blog .section--detail .txt {
  margin-top: 3em;
}
.page--blog .section--detail .link--blog .btn--sub {
  min-width: 220px;
  padding: 1em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
.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--blog .section--detail .block--pager {
  margin-bottom: 60px;
  text-align: center;
}

.page--questionnaire .content--body {
  width: 84%;
  max-width: 850px;
  margin: 0 auto;
}
.page--questionnaire .section-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  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-bottom: 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;
}

.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.page--support .txt {
  padding-top: 50px;
}
.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .list--support a:hover {
  text-decoration: none;
}
.page--support .list--support dt {
  font-weight: bold;
}
.page--support .list--support dd {
  margin-bottom: 1.5em;
}

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

.page--faq .section--list {
  width: 84%;
  max-width: 850px;
  margin: 0 auto;
}
.page--faq .section--list .section-tit {
  margin-bottom: 0;
  padding-left: 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 #cbcbcb;
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid #cbcbcb;
}
.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: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  float: left;
  line-height: 1.4;
  color: #121212;
  margin-right: 5px;
}
.page--faq .block--faq-detail {
  padding: 25px 0;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  padding-left: 45px;
  padding-bottom: 0;
  margin: 0;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd hr {
  margin: 1em 0;
  border-color: #cbcbcb;
}
.page--faq .block--faq-detail span[class^=icon--] {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0;
  border-radius: 3px;
}
.page--faq .block--faq-detail span.icon--q {
  color: #fff;
  background: #121212;
}
.page--faq .block--faq-detail span.icon--a {
  color: #121212;
  border: solid 1px #121212;
}
.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 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
  text-decoration: none;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #121212;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  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;
}

.block--head-img {
  max-height: 600px;
  padding: 8vw;
  margin-bottom: 50px;
  text-align: center;
  background: #6ec3ff url(/static/produce101s2/diagnosis/bg_diagnosis.png) no-repeat center;
  background-size: cover;
}
.block--head-img img {
  max-width: 600px;
  width: 100%;
  vertical-align: bottom;
}

.block--head-error {
  text-align: center;
}
.block--head-error img {
  max-width: 600px;
  width: 100%;
}

body:not(.page--home).page--ini_type_check .content--body,
body:not(.page--home).page--diagnosis .content--body {
  padding: 0;
}

.page--ini_type_check .section--list,
.page--diagnosis .section--list {
  padding: 5vw;
  background: #b9e1ff;
  background-image: linear-gradient(#d2ecff 1px, transparent 0), linear-gradient(90deg, #d2ecff 1px, transparent 0);
  background-size: 30px 30px;
}
.page--ini_type_check .section--list .wrap--contents,
.page--diagnosis .section--list .wrap--contents {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page--ini_type_check .section--detail,
.page--diagnosis .section--detail {
  max-width: none;
  padding: 5vw;
}

.page--ini_type_check .block--head-txt {
  text-align: center;
  margin: 0 50px;
}
.page--ini_type_check .block--head-txt .lead {
  line-height: 1.4;
  font-size: 1.7rem;
  margin-bottom: 1.2em;
}
.page--ini_type_check .block--select-member {
  position: relative;
  margin: 50px;
  padding: 80px 50px;
  background: #52a7e2;
  border-radius: 10px;
  text-align: center;
  color: #eff8ff;
  border: solid 10px #b9e1ff;
}
.page--ini_type_check .block--select-member::after {
  content: "";
  position: absolute;
  right: -3vw;
  top: -4vw;
  width: 150px;
  height: 150px;
  background: url(/static/produce101s2/diagnosis/icon_diagnosis.png) no-repeat center;
  background-size: contain;
}
.page--ini_type_check .block--select-member h3 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eff8ff;
}
.page--ini_type_check .block--select-member h3 .en {
  display: block;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 5vw;
  font-size: clamp(3rem, 5vw, 8rem);
}
.page--ini_type_check .block--select-member h3 .jp {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.5em;
}
.page--ini_type_check .block--select-member .list--member {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.page--ini_type_check .block--select-member .list--member li {
  width: 33.3333333333%;
}
.page--ini_type_check .block--select-member .list--member li a {
  position: relative;
  display: block;
}
.page--ini_type_check .block--select-member .list--member li a .thumb {
  margin: 0 auto;
  position: relative;
}
.page--ini_type_check .block--select-member .list--member li a .thumb img {
  background-position: center top;
}
.page--ini_type_check .block--select-member .list--member li a .thumb::before {
  content: "SELECT";
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 2rem;
  font-size: clamp(2rem, 2vw, 2.5rem);
  letter-spacing: 0.3em;
  transition: opacity 0.5s;
  opacity: 0;
}
.page--ini_type_check .block--select-member .list--member li a .thumb::after {
  transition: opacity 0.3s, background 0.3s;
  opacity: 0.3;
}
.page--ini_type_check .block--select-member .list--member li a .name {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.page--ini_type_check .block--select-member .list--member li a .name span {
  display: inline-block;
  background: #121212;
  padding: 5px 10px;
  min-width: 100px;
  font-size: 1.5rem;
  transition: background 0.3s;
}

.page--diagnosis .block--contents {
  margin: 50px;
}
.page--diagnosis .block-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
.page--diagnosis .lead {
  margin-bottom: 4em;
  text-align: center;
}
.page--diagnosis .diagnosis-top .list--attention {
  margin-bottom: 1em;
}
.page--diagnosis .list--attention {
  margin-top: 10px;
  color: #e82828;
  font-weight: bold;
  font-size: 1.5rem;
}
.page--diagnosis .list--error {
  font-size: 1.2rem;
  color: #e82828;
}
.page--diagnosis .block--select {
  margin-top: 6em;
}
.page--diagnosis .list--form {
  margin: 0 auto 3.5em;
}
.page--diagnosis .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.8rem;
  color: #444;
}
.page--diagnosis .list--form dt .count {
  position: relative;
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 2.3rem;
  z-index: 1;
}
.page--diagnosis .list--form dt .count::before {
  display: inline-block;
  content: "Q.";
  position: static;
  margin-right: 0.35em;
}
.page--diagnosis .list--form .list--questions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page--diagnosis .list--form .list--questions li {
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
  margin-bottom: 12px;
}
.page--diagnosis .list--form .list--questions li:nth-of-type(2n) {
  margin-right: 0;
}
.page--diagnosis .list--form .list--questions label {
  display: block;
}
.page--diagnosis .list--form .list--questions label span {
  display: block;
  line-height: 1.4;
  background: #f2f2f2;
  padding: 1.3em;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 7px;
}
.page--diagnosis .list--form .list--questions label input {
  display: none;
}
.page--diagnosis .list--form .list--questions label input[type=radio]:checked + span {
  color: #fff;
  background: #52a7e2;
}
.page--diagnosis .result {
  text-align: center;
}
.page--diagnosis .result .result-inner {
  max-width: 1100px;
  padding: 50px;
  border-radius: 10px;
  margin: 0 auto 4.5em;
  color: #121212;
  font-weight: bold;
  border: solid 10px #b9e1ff;
  background: #6ec3ff url(/static/produce101s2/diagnosis/bg_diagnosis.png) no-repeat center;
  background-size: cover;
}
.page--diagnosis .result .section-tit {
  margin-bottom: 0;
  opacity: 0;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
}
.page--diagnosis .result .top-txt {
  margin: 0 0 1em;
  font-size: 20px;
  opacity: 0;
}
.page--diagnosis .result .top-txt .name-txt {
  font-size: 1.4em;
  margin-right: 3px;
}
.page--diagnosis .result .block--ph {
  position: relative;
  opacity: 0;
  margin: 0 auto;
  width: 60%;
}
.page--diagnosis .result .block--ph .ph {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.page--diagnosis .result .block--ph .ph img {
  display: block;
  width: 100%;
  line-height: 0;
  background: no-repeat center top;
  background-size: 100% auto;
}
.page--diagnosis .result .box--rate {
  display: flex;
  justify-content: flex-end;
  margin-top: -24%;
}
.page--diagnosis .result .rate {
  display: block;
  position: relative;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  width: 30%;
  padding-top: 30%;
}
.page--diagnosis .result .rate::before {
  content: "";
  display: block;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  background-image: url(/static/produce101s2/diagnosis/heart.png);
  width: 150px;
  height: 150px;
  position: absolute;
  top: -13px;
  right: -13px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page--diagnosis .result .rate .numb {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding-top: 1%;
  padding-right: 12%;
}
.page--diagnosis .result.pass .rate::before {
  transform: scale(1.15);
  filter: none;
}
.page--diagnosis .result .odometer-inside {
  position: relative;
  right: 0px;
  bottom: 0;
}
.page--diagnosis .result .odometer-digit:first-of-type .odometer-value {
  text-align: right;
}
.page--diagnosis .result .odometer-digit:last-of-type::after {
  content: "%";
  font-size: 20px;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
}
.page--diagnosis .result .special_photo {
  position: relative;
  margin: 2em auto;
  width: 50%;
}
.page--diagnosis .result .block--special_contents, .page--diagnosis .result .btn {
  opacity: 0;
}
.page--diagnosis .result .txt--sub .stg {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  color: #9cc5ea;
}
.page--diagnosis .result .show:not(.not-found) {
  transition: opacity 0.4s;
  opacity: 1;
}
.page--diagnosis .result .not-found {
  text-align: left;
  margin: 0 0 3em;
}
.page--diagnosis .result .txt--sub {
  margin-bottom: 3em;
}
.page--diagnosis .result .txt--sub:last-child {
  margin-bottom: 0;
}
.page--diagnosis .result .mail_wrap {
  margin-bottom: 25px;
}
.page--diagnosis .result .mail_lead {
  border: 2px solid #6ec3ff;
  border-radius: 8px;
  padding: 13px 8px;
  font-size: 15px;
  margin: 0 auto 30px;
  font-weight: 600;
  box-shadow: 3px 3px 0 #6ec3ff;
  max-width: 500px;
}
.page--diagnosis .result .mail_box {
  border: 2px solid #3d3d3d;
  padding: 2em;
  max-width: 600px;
  margin: 0 auto 2em;
  text-align: left;
  letter-spacing: 0.08em;
  box-shadow: 4px 4px 0 #e7e7e7;
}
.page--diagnosis .result .mail_tit {
  font-size: 1.1em;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  font-weight: 600;
}
.page--diagnosis .result .mail_txt {
  margin-bottom: 1.2em;
}
.page--diagnosis .result .mail_txt:last-child {
  margin-bottom: 0;
}
.page--diagnosis .result .mail_img {
  width: 50%;
  margin: 0 auto 1.2em;
}
.page--diagnosis .result .mail_img:last-child {
  margin-bottom: 0;
}
.page--diagnosis .result .mail_tit_cap {
  font-size: 0.85em;
  margin-right: 0.5em;
  opacity: 0.9;
}
.page--diagnosis .result .btn_mail a {
  padding: 1.4em 2em;
  max-width: 300px;
  transition: opacity 0.3s;
  display: block;
  margin: 0 auto;
  background: #121212;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.page--diagnosis .result .btn_mail a:hover {
  opacity: 0.7;
}
.page--diagnosis.error .btn {
  margin-top: 4em;
}

.page--feature :not(h2).section-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page--feature .section--detail .ph {
  margin: 2% auto;
}
.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 #cbcbcb;
  border-collapse: collapse;
}
.page--feature table th {
  width: 30%;
  padding: 15px 20px;
  background: #fff;
  color: #121212;
  font-size: 1.6rem;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--feature table td {
  padding: 15px 20px;
  border: 1px solid #cbcbcb;
  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 1px;
  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 .text--box {
  padding: 2em 2.5em;
  margin-top: 2em;
  background: #f5f6f8;
}

.page--feature .page--download .notice {
  border: 1px solid #cbcbcb;
}
.page--feature .page--download .list_image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page--feature .page--download .list_image.jacket {
  align-items: flex-end;
}
.page--feature .page--download .list_image.jacket li {
  border: none;
}
.page--feature .page--download .list_image li {
  border: solid 1px #f1f1f1;
}
.page--feature .page--download .list_image li.image_large {
  width: 100%;
}
.page--feature .page--download .list_image li a {
  position: relative;
  display: block;
}
.page--feature .page--download .list_image li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #000 no-repeat center url("/static/produce101s2/feature/download/ico--download.svg");
  background-size: 50%;
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  border-radius: 10em;
  text-align: center;
  line-height: 30px;
  z-index: 10;
}
.page--feature .page--download .list_image li a img {
  display: block;
}

.section--entry .block--entry-head {
  text-align: center;
}
.section--entry .block--entry-head h3 {
  margin-bottom: 1em;
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: 0.25em;
}
.section--entry .block--entry-head h3 span {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2vw;
  letter-spacing: 0.3em;
}
.section--entry .block--entry-head p {
  font-size: 1.3rem;
}
.section--entry .block--movie {
  margin: 3vw 0 5vw;
  padding: 30px;
  border-radius: 5px;
  background: #dde5ed;
}
.section--entry .block--movie a {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}
.section--entry .block--movie a .tit {
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin-bottom: 0;
  padding: 0.3em 0;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  color: #fff;
  background: rgba(0, 20, 137, 0.8);
  z-index: 1;
}
.section--entry .block--movie a .tit span {
  display: inline-block;
  position: relative;
}
.section--entry .block--movie a .tit span::after {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0px 0.4em 0.4em;
  border-color: transparent transparent transparent #fff;
}
.section--entry .block--spec {
  margin-top: 4vw;
  border-bottom: solid 1px #cbcbcb;
}
.section--entry .block--spec li {
  display: flex;
  border-top: solid 1px #cbcbcb;
}
.section--entry .block--spec li .cource {
  width: 35%;
  padding: 3vw 3vw 3vw 0;
  font-size: 1.5vw;
  font-weight: bold;
}
.section--entry .block--spec li .cource span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: normal;
}
.section--entry .block--spec li .cource span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  left: 0;
  top: 11px;
  background: #121212;
}
.section--entry .block--spec li dl {
  width: 65%;
  padding: 4vw 0 3vw;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.section--entry .block--spec li dl dt {
  width: 180px;
  padding-bottom: 1em;
  font-weight: bold;
}
.section--entry .block--spec li dl dd {
  width: calc(100% - 190px);
  padding-bottom: 1em;
}
.section--entry .block--spec li dl dd .notice {
  padding: 0;
  font-size: 1.1rem;
  border: none;
}
.section--entry .joinMembershipContents {
  margin: 0 0 60px;
}
.section--entry .block--contentslist .tit--contentslist {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5vw;
  letter-spacing: 0;
  padding: 4vw 3vw 3vw 0;
}
.section--entry .list--contentslist li.delighter {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: 0.3s ease-out 0.2s;
}
.section--entry .list--contentslist li.delighter.started {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section--entry .list--contentslist .tit {
  margin: 2em 0 0;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
}
.section--entry .list--contentslist .tit.jp {
  font-size: 1.8rem;
}
.section--entry .list--contentslist .tit span {
  margin-left: 1em;
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #3551d6;
}
.section--entry .block--joinMembership .joinMembership--item {
  background: #ececec;
  padding: 2.5em 1em;
}
.section--entry .block--joinMembership .joinMembership--list {
  display: flex;
  justify-content: space-between;
}
.section--entry .block--joinMembership .joinMembership--list .joinMembership--box .title {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: bold;
}
.section--entry .block--joinMembership .joinMembership--list .joinMembership--box .subTitle {
  margin: 0 0 2.5em;
}
.section--entry .block--joinMembership .joinMembership--list .joinMembership--box .center {
  text-align: center;
}
.section--entry .block--joinMembership .joinMembership--list .joinMembership--box .btn .btn--joinMembership:hover {
  background: #2d2d2d;
  transition: 0.3s;
}
.section--entry .block--joinMembership .btn {
  margin: 0 0 2em;
  background: #171717;
  color: #ffffff;
  width: 290px;
}
.section--entry .block--joinMembership .btn a {
  padding: 2em 0;
  display: block;
}
.section--entry .block--joinMembership .joinMembership--inbound .overseas--ttl {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: bold;
}
.section--entry .block--joinMembership .joinMembership--inbound .overseas--link li {
  display: inline-block;
  position: relative;
}
.section--entry .block--joinMembership .joinMembership--inbound .overseas--link li::before {
  content: "▼";
  position: absolute;
  font-size: 11px;
  left: -1.6em;
  top: 50%;
  transform: translateY(-48%) rotate(-90deg);
}
.section--entry .block--joinMembership .joinMembership--inbound .overseas--link li a {
  border-bottom: 1px solid;
}
.section--entry .block--joinMembership .joinMembership--item.re--enroll .btn {
  margin: 0 auto;
}
.section--entry .block--notice {
  font-size: 1.2rem;
}

body.page--appfcmenu {
  overflow-x: hidden;
  background: #fff;
  color: #000;
}
body.page--appfcmenu::after {
  display: none;
}
body.page--appfcmenu header, body.page--appfcmenu footer, body.page--appfcmenu .drawer__btn, body.page--appfcmenu .block--page-top {
  display: none;
}
body.page--appfcmenu .content--body {
  margin: 0 !important;
  opacity: 1;
}
body.page--appfcmenu .section--detail {
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
}
body.page--appfcmenu .fclogo {
  width: 70%;
  max-width: 300px;
  line-height: 1;
  margin-left: 2.5%;
}
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;
  -webkit-touch-callout: none;
}
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: #1026a7;
  opacity: 0.8;
}
body.page--appfcmenu .list-appmenu li a .thumb img {
  background-image: url(/static/produce101s2/common/no_images_app.png);
}
body.page--appfcmenu .list-appmenu li a .tit--box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  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.page--appfcmenu .banner--app {
  margin-top: 5vw;
}

body:not(.page--home).page--appfcmenu .content--body {
  padding: 90px 0;
}

.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin-top: 0 !important;
  margin-left: 0 !important;
  transform: translate(-50%, -50%);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu--side h1 .st0, .menu--side h1 .st1, .menu--side h1 .st2 {
    animation: none;
  }
}
body:not(.page--home).body--app .content--body {
  margin-left: 0;
}

body:not(.page--home).page--questionnaire.body--app .content--body {
  margin: 0 auto;
}

body:not(.page--home).body--app::after {
  content: none;
}

body.body--app .langBar {
  position: absolute;
  top: 10px;
  right: 8%;
}
body.body--app .langBar .sub-tit {
  margin-bottom: 5px;
}

body.visible {
  overflow: hidden;
}

.popup--language {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  opacity: 0;
  top: 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;
    transition: background 0.3s, color 0.3s;
  }
  .btn--main:hover {
    background: #5f5f5f;
  }
  .btn--sub {
    min-width: 300px;
    transition: opacity 0.3s;
  }
  .btn--sub:hover {
    opacity: 0.5;
  }
  .btn--more a::before {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .btn--more a:hover::before {
    transform: scaleX(0);
  }
  .block--pager a:hover {
    opacity: 0.5;
  }
  .block--pager .pager-link--prev a:hover::after {
    opacity: 0.8;
  }
  .block--pager .pager-link--next a:hover::after {
    opacity: 0.8;
  }
  .list--bnr .slick-list {
    width: 40vw;
  }
  .list--bnr li a {
    display: inline-block;
    transition: opacity 0.3s;
  }
  .list--bnr li a:hover {
    opacity: 0.8;
  }
  .list--bnr .slick-dots li button {
    transition: opacity 0.3s;
  }
  .list--bnr .slick-dots li button:hover {
    opacity: 0.5;
  }
  .block--player {
    max-width: 900px;
  }
  .section--list {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .list--info li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    transition: opacity 0.3s;
  }
  .list--info li a:hover {
    opacity: 0.5;
  }
  .list--info li a .block--data {
    width: 12em;
  }
  .list--info li a .tit {
    width: calc(100% - 12em);
  }
  .list--info.list--schedule li a {
    padding: 13px 0;
  }
  .list--schedule li a .date {
    margin: 0;
    width: 220px;
  }
  .list--schedule li a .block--data {
    width: calc(100% - 220px);
  }
  .list--schedule li a .tit {
    width: 100%;
  }
  .list--contents {
    max-width: 1500px;
    margin: 0 auto;
  }
  .list--contents li {
    width: 32%;
    margin-right: 2%;
  }
  .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(3n+1) {
    clear: both;
  }
  .list--contents li a .thumb, .list--contents li a .ph, .list--contents li a .list__txt {
    transition: opacity 0.3s;
  }
  .list--contents li a:hover .thumb, .list--contents li a:hover .ph, .list--contents li a:hover .list__txt {
    opacity: 0.5;
  }
  .block--category li a:hover {
    background: #121212;
    color: #fff;
  }
  .section--detail {
    width: 100%;
    padding-top: 40px;
    margin: 0;
    max-width: 1200px;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--detail .ph {
    max-width: 800px;
    margin: 0 auto;
  }
  .drawer__btn {
    display: none;
  }
  header {
    display: flex;
    align-items: center;
    padding: 30px 30px;
  }
  header h1 svg {
    width: 100px;
  }
  header .header_inner {
    margin-left: 70px;
  }
  header .header_inner a {
    transition: opacity 0.3s;
  }
  header .header_inner a:hover {
    opacity: 0.5;
  }
  header .header_inner .subnav {
    font-size: 1.3rem;
  }
  header .header_inner .subnav .langBar ul button, header .header_inner .subnav .langBar ul a {
    transition: opacity 0.3s;
    font-size: 1.3rem;
  }
  header .header_inner .subnav .langBar ul button:hover, header .header_inner .subnav .langBar ul a:hover {
    opacity: 0.5;
  }
  header .header_inner .gnav {
    margin-top: 26px;
  }
  header .header_inner .label_nav {
    width: 55px;
    font-size: 1rem;
    margin-right: 22px;
  }
  header .header_inner .block--menu {
    display: flex;
  }
  header .header_inner .block--menu ul {
    font-size: 1.4rem;
  }
  header .header_inner .block--menu.menu-fanclub {
    margin-top: 6px;
  }
  header .header_inner .gnav .nav {
    display: flex;
  }
  header .header_inner .gnav .nav li {
    position: relative;
  }
  header .header_inner .gnav .nav li a, header .header_inner .gnav .nav li span {
    display: inline-block;
    padding-right: 20px;
  }
  header .header_inner .gnav .nav li .sub {
    display: none;
    text-align: left;
    border-radius: 5px;
    padding: 30px 20px 10px;
    position: absolute;
    left: -16px;
    top: 15px;
    width: 200px;
    z-index: 99;
    background: #121212;
    color: #fff;
    box-shadow: 0 13px 30px -12px rgba(0, 0, 0, 0.3);
  }
  header .header_inner .gnav .nav li .sub li {
    margin-bottom: 20px;
  }
  body:not(.page--home) header {
    border-bottom: solid 1px #cbcbcb;
    background: #fff;
  }
  body:not(.page--home)::after {
    content: "";
    position: fixed;
    left: 190px;
    top: 0;
    width: 1px;
    height: 100vh;
    background: #cbcbcb;
  }
  body:not(.page--home) .content--body {
    padding: 60px 5vw 180px;
    margin-left: 190px;
  }
  .block--support .list--support li {
    display: inline-block;
  }
  .block--support .list--support li a {
    transition: opacity 0.3s;
  }
  .block--support .list--support li a:hover {
    opacity: 0.5;
  }
  .detail__btn a {
    transition: opacity 0.3s;
  }
  .detail__btn a:hover {
    opacity: 0.5;
  }
  .langBar .wovn-languages .list--language li {
    transition: opacity 0.4s;
  }
  .langBar .wovn-languages .list--language li:hover {
    opacity: 0.4;
  }
  .page--home .drawer__btn {
    height: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .page--home .drawer__btn .drawer__btn-inner {
    width: 60px;
  }
  .page--home .wrap {
    background: #bbbfc6;
  }
  .page--home header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear;
    background-color: #fff;
    display: block;
    padding: 0;
  }
  .page--home header h1 {
    position: absolute;
    left: 5vw;
    top: 20px;
    width: 50px;
    height: 50px;
  }
  .page--home header h1 a {
    display: block;
  }
  .page--home header h1 a svg {
    width: 100%;
  }
  .page--home header .header_inner {
    position: relative;
    min-height: 100%;
    padding: 100px 5vw 5vw 5vw;
    margin-left: 35%;
  }
  .page--home header .header_inner .gnav {
    margin-top: 60px;
    display: flex;
  }
  .page--home header .header_inner .gnav ul {
    display: block;
  }
  .page--home header .header_inner .gnav .nav .sub {
    padding: 20px 20px 0;
    left: 0;
    top: 30px;
    width: 200px;
  }
  .page--home header .header_inner .gnav .nav .sub li {
    margin-bottom: 10px;
  }
  .page--home header .header_inner .gnav .nav .sub li a {
    font-size: 1.6rem;
  }
  .page--home header .header_inner .block--menu {
    margin-top: 0;
    width: 50%;
  }
  .page--home header .header_inner .label_nav {
    width: 36px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 10px;
    padding: 0;
    writing-mode: vertical-lr;
    text-align: left;
    background: none;
    color: #121212;
  }
  .page--home header .header_inner .block--menu {
    display: flex;
  }
  .page--home header .header_inner .block--menu.menu-fanclub {
    margin-top: 6px;
  }
  .page--home header .header_inner .block--menu ul li a, .page--home header .header_inner .block--menu ul li span {
    display: block;
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  .page--home header .header_inner .link--home {
    display: inline-block;
    margin-top: 20px;
    padding: 4px 20px;
    font-size: 1.1rem;
    border: solid 1px;
  }
  .page--home header::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 35%;
    min-height: 100%;
    background: #121212 url(/static/produce101s2/common/bg_nav.jpg) no-repeat center center;
    background-size: cover;
  }
  .page--home header h1 a svg {
    fill: #fff;
    mix-blend-mode: difference;
  }
  .page--home .section--mainvisual {
    min-height: 100vh;
  }
  .page--home .section--mainvisual .block--mainvisual_photo {
    position: fixed;
    min-height: 100vh;
  }
  .page--home .section--mainvisual .head-text {
    position: absolute;
    bottom: 3.5vw;
    left: 0;
    padding: 2.5vw 4vw 2.5vw 0;
    caret-color: #fff;
    z-index: 1;
  }
  .page--home .section--mainvisual .head-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgb(23, 25, 37);
    transition: opacity 1.2s 1.2s, width 0.8s, transform 1.2s 1.2s;
    transform-origin: right;
    opacity: 0.9;
    z-index: -2;
  }
  .page--home .section--mainvisual .head-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(41, 46, 76, 0.2);
    transition: width 0.8s 1.2s;
    z-index: -1;
  }
  .page--home .section--mainvisual .head-text h2 {
    position: relative;
    padding-left: 3vw;
    display: flex;
    align-items: flex-end;
  }
  .page--home .section--mainvisual .head-text h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    opacity: 0.8;
    transition: width 0.8s 1.2s;
  }
  .page--home .section--mainvisual .head-text h2 .artistname, .page--home .section--mainvisual .head-text h2 .sitename {
    opacity: 0;
    transition: opacity 0.8s 0.5s;
  }
  .page--home .section--mainvisual .head-text h2 .artistname {
    width: 120px;
  }
  .page--home .section--mainvisual .head-text h2 .sitename {
    width: 100px;
    margin-left: 20px;
  }
  .page--home .section--mainvisual .head-text h2 svg {
    fill: #fff;
    width: 100%;
  }
  .page--home .section--mainvisual .head-text .head-nav {
    margin-top: 10px;
    margin-left: 3vw;
    opacity: 0;
    transition: opacity 0.5s 1.2s;
  }
  .page--home .section--mainvisual .head-text .head-nav a {
    color: #fff;
  }
  .page--home .section--mainvisual .head-text .langBar ul button {
    transition: opacity 0.3s;
    font-weight: 600;
    color: #fff;
  }
  .page--home .section--mainvisual .head-text .langBar ul button:hover {
    opacity: 0.5;
  }
  .page--home .section--mainvisual .head-text .langBar ul li.current button::after {
    background: #fff;
  }
  @supports not ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .page--home .section--mainvisual .head-text::after {
      background: rgba(41, 46, 76, 0.6);
    }
  }
  /*-- HOME PICKUP INFO TOP --*/
}
@media screen and (min-width: 961px) and (-ms-high-contrast: none) {
  .page--home .section--mainvisual .head-text::after {
    background: rgba(41, 46, 76, 0.6);
  }
}
@media screen and (min-width: 961px) {
  .page--home .section--mainvisual.mode--video .head-text-wrap {
    height: 100vh;
  }
  .page--home .content--body .wrap--side {
    width: 190px;
  }
  .page--home .content--body .wrap--side .block--menu .nav li a {
    position: relative;
    display: inline-block;
  }
  .page--home .content--body .wrap--side .block--menu .nav li a::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #121212;
    opacity: 0;
  }
  .page--home .content--body .wrap--side .block--menu .nav li a:hover {
    transform: translateX(8px);
  }
  .page--home .content--body .wrap--side .block--menu .nav li a:hover::after {
    opacity: 1;
  }
  .page--home .content--body .wrap--side .block--menu .nav li a.dropmenu:hover {
    transform: translateX(0);
  }
  .page--home .content--body .wrap--side .block--menu .nav li a.dropmenu:hover::after {
    content: none;
  }
  .page--home .content--body .wrap--side .block--menu .nav li .sub li {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .page--home .content--body .wrap--side .block--menu .nav li .sub li a {
    position: relative;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .page--home .content--body .wrap--side .block--menu .nav li .sub li a::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    bottom: auto;
    width: 6px;
    height: 1px;
    background: #121212;
    border: none;
    opacity: 1;
  }
  .page--home .content--body .wrap--side .block--menu .block--officiallink .list--officiallink a {
    transition: opacity 0.3s;
  }
  .page--home .content--body .wrap--side .block--menu .block--officiallink .list--officiallink a:hover {
    opacity: 0.5;
  }
  .page--home .content--body .wrap--main {
    width: calc(100% - 190px);
  }
  .page--home .content--body .wrap--main .section-tit {
    position: absolute;
    left: 5vw;
    top: 4vw;
  }
  .page--home .content--body .wrap--main .btn--more {
    position: absolute;
    left: 5vw;
    bottom: 3.5vw;
  }
  .page--home .menu--side {
    padding: 30px 0 20vh 30px;
  }
  .page--home .menu--side h1 svg {
    width: 100px;
  }
  .page--home .menu--side .block--menu {
    margin-top: 30px;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) and (max-height: 550px) {
  .page--home .menu--side {
    position: relative;
  }
  .page--home .wrap--menu .block--menu.menu-official,
  .page--home .wrap--menu .block--menu.menu-fanclub {
    transform: none;
  }
  .page--home.in-official .wrap--menu .block--menu.menu-official, .page--home.in-official .wrap--menu .block--menu.menu-fanclub, .page--home.in-fc .wrap--menu .block--menu.menu-official, .page--home.in-fc .wrap--menu .block--menu.menu-fanclub {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
@media screen and (min-width: 961px) {
  .page--home .box--main {
    min-height: 180px;
  }
  .page--home .box--main .list--info,
  .page--home .box--main .list--schedule {
    margin: 30px 0 30px 30%;
  }
  .page--home .box--main .block--video {
    display: flex;
    align-items: flex-end;
  }
  .page--home .box--main .block--video .tit {
    width: 30%;
    margin-bottom: 60px;
  }
  .page--home .box--main .block--video a {
    width: 70%;
    text-align: left;
    transition: opacity 0.3s;
  }
  .page--home .box--main .block--video a:hover {
    opacity: 0.8;
  }
  .page--home .box--main .block--video a img {
    max-width: 900px;
  }
  .page--home .box--main .block--video .no-data {
    margin: 30px 0 30px 30%;
  }
  .page--home .box--main .block--profile {
    margin: 80px 0 70px;
  }
  .page--home .box--main .block--profile .list--member a {
    transition: opacity 0.3s;
  }
  .page--home .box--main .block--profile .list--member a:hover {
    opacity: 0.5;
  }
  .page--home .box--main .block--fanclubtop .artistname {
    width: 50%;
    max-width: 400px;
  }
  .page--home .box--main .block--fanclubtop .sitename {
    width: 22%;
    max-width: 200px;
    margin-top: 1.5vw;
  }
  .page--home .box--main .block--fanclubtop .block--entry {
    font-size: 2.4rem;
  }
  .page--home .box--main .block--fanclubtop .block--entry a {
    margin-top: 60px;
  }
  .page--home .box--main .block--fanclubtop .block--entry a::before {
    transition: 0.3s;
  }
  .page--home .box--main .block--fanclubtop .block--entry a::after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .page--home .box--main .block--fanclubtop .block--entry a:hover::before {
    left: -10px;
  }
  .page--home .box--main .block--fanclubtop .block--entry a:hover::after {
    transform: scaleX(0);
  }
  .page--home .box--main .list--topcontents {
    margin: 80px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--home .box--main .list--topcontents li {
    width: 48%;
  }
  .page--home .box--main .list--topcontents li a {
    transition: opacity 0.3s;
  }
  .page--home .box--main .list--topcontents li a:hover {
    opacity: 0.8;
  }
  .page--home .box--main .list--topcontents li a .category {
    font-size: 2rem;
  }
  .page--home footer .inner a {
    transition: opacity 0.3s;
  }
  .page--home footer .inner a:hover {
    opacity: 0.5;
  }
  .page--home footer .copyright {
    margin-top: 150px;
  }
  .page--home.loaded .section--mainvisual .head-text::before {
    width: 100%;
    opacity: 0;
    transform: scaleX(0);
  }
  .page--home.loaded .section--mainvisual .head-text::after {
    width: 100%;
  }
  .page--home.loaded .section--mainvisual .head-text h2::after {
    width: 100%;
  }
  .page--home.loaded .section--mainvisual .head-text h2 .artistname, .page--home.loaded .section--mainvisual .head-text h2 .sitename {
    opacity: 1;
  }
  .page--home.loaded .section--mainvisual .head-text .head-nav {
    opacity: 1;
  }
  .wrap--menu .block--menu.menu-official {
    transform: translateX(0px);
  }
  .wrap--menu .block--menu.menu-fanclub {
    transform: translateX(-200px);
  }
  .in-official .wrap--menu .block--menu.menu-official {
    transform: translateX(0px);
  }
  .in-official .wrap--menu .block--menu.menu-fanclub {
    transform: translateX(-200px);
  }
  .in-fc .wrap--menu .block--menu.menu-official {
    transform: translateX(-200px);
  }
  .in-fc .wrap--menu .block--menu.menu-fanclub {
    transform: translateX(0px);
  }
  .home_pickupinfo_top {
    display: flex;
    align-items: flex-start;
  }
  .home_pickupinfo_top .inner a {
    transition: opacity 0.3s;
  }
  .home_pickupinfo_top .inner a:hover {
    opacity: 0.5;
  }
  .page--info .block--share a {
    transition: opacity 0.3s;
  }
  .page--info .block--share a:hover {
    opacity: 0.5;
  }
  .page--profile .list--profile li {
    width: 23%;
    margin-right: 2%;
  }
  .page--profile .list--profile li:nth-child(4n) {
    margin-right: 0;
  }
  .page--profile .list--profile li:nth-child(4n+1) {
    clear: both;
  }
  .page--profile .list--profile li a {
    transition: opacity 0.3s;
  }
  .page--profile .list--profile li a:hover {
    opacity: 0.8;
  }
  .page--profile .awards {
    margin: 160px auto 0;
    max-width: 700px;
  }
  .page--profile .awards .section-tit {
    text-align: center;
    margin-bottom: 3em;
  }
  .page--profile .awards .awards_list_wrap {
    padding: 0 15px 25px;
  }
  .page--profile .section--detail {
    padding-top: 0;
  }
  .page--profile .box--inner {
    display: flex;
  }
  .page--profile .box--inner .ph {
    width: 50%;
    height: 0;
    padding-top: 70%;
    background-position: center top;
  }
  .page--profile .box--inner .txt {
    width: 50%;
    padding: 4vw 5vw;
  }
  .page--profile .box--inner .txt .name {
    font-size: 3rem;
    line-height: 1;
  }
  .page--profile .box--inner .txt .kana {
    margin-top: 1em;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
    line-height: 1;
  }
  .page--profile .box--inner .txt .detail {
    margin-top: 3em;
  }
  .page--profile.member_info .section-tit {
    margin-bottom: 20px;
  }
  .page--profile.member_info .box--inner {
    margin-bottom: 80px;
  }
  .page--profile.member_info .list--info {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
  }
  .page--profile.member_info .list--info li {
    width: 25%;
    padding-right: 3%;
  }
  .page--profile.member_info .list--info li a {
    display: block;
  }
  .page--profile.member_info .list--info li a .block--data {
    width: 100%;
  }
  .page--profile.member_info .block--info {
    max-width: 950px;
  }
  .page--profile.member_info .block--info .info_ac > dt {
    transition: opacity 0.3s;
  }
  .page--profile.member_info .block--info .info_ac > dt:hover {
    opacity: 0.5;
  }
  .page--schedule .section--list .block--month a {
    transition: opacity 0.3s;
  }
  .page--schedule .section--list .block--month a:hover {
    opacity: 0.5;
  }
  .page--schedule .section--list .block--category .list--sort li .category:hover {
    background: #bbbfc6;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category:hover {
    background: #121212;
    color: #fff;
  }
  .page--schedule .list--schedule li a {
    padding: 10px 0 10px 30px;
  }
  .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 .txt .list--track .link a:hover {
    opacity: 0.5;
  }
  .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;
  }
  .list--contents.list--call .btn {
    width: 80%;
    margin: 0 auto;
  }
  .list--contents.list--call .btn--main {
    font-size: 12px;
    margin: 0.5em 0;
    padding: 10px;
    min-width: auto;
    white-space: nowrap;
  }
  .list--contents.list--call p.tit {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .category-18 .section--detail .date {
    display: none !important;
  }
  .page--photo .section--detail .list--contents li {
    margin: 0;
    width: 20%;
  }
  .page--photo .section--detail .list--contents li:nth-child(3n) {
    margin: 0;
  }
  .page--photo .section--detail .list--contents li:nth-child(3n+1) {
    clear: none;
  }
  .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--movie .block--sort-category {
    max-width: 348px;
    width: 100%;
  }
  .page--movie .block--sort-category .list--sort .category {
    width: 100%;
    color: #636363;
  }
  .page--movie .block--sort-category .block--sort {
    z-index: 1;
    top: 55px !important;
  }
  .page--movie .block--sort-category .block--sort .btn--setting button {
    min-width: inherit !important;
  }
  .page--movie .block--sort-category .btn--sort {
    z-index: 0;
  }
  .page--movie .block--sort-category .btn--sort::after {
    position: absolute;
    content: "CATEGORY";
    right: 35px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
  }
  .page--movie .block--sort-category label {
    padding: 14px 0 14px 40px !important;
  }
  .page--movie .block--sort-category label::before {
    left: 14px;
    right: auto;
  }
  .page--movie .block--sort-category label::after {
    width: 11px !important;
    height: 11px !important;
    left: 16.5px !important;
    right: auto !important;
    top: 20.6px !important;
  }
  .page--movie .section--list .section-tit {
    font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 2rem;
  }
  .new-movie .section--list {
    width: 100% !important;
    max-width: 100% !important;
  }
  .new-movie .section--list .list--contents li {
    width: 30% !important;
  }
  .new-movie .section--list .section-tit {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: 2rem;
  }
  .new-movie .block--latest-list .latest-tit {
    max-width: 1500px !important;
  }
  .new-movie .block--category-list .category-tit {
    max-width: 1500px !important;
  }
  .new-movie .category-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-movie .category-tit .list__more {
    display: flex;
    align-items: center;
  }
  .new-movie .category-tit .list__more a {
    position: relative;
    padding-bottom: 4px;
    padding-right: 3em;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    margin-top: 8px;
  }
  .new-movie .category-tit .list__more a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #121212;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .new-movie .category-tit .list__more a:hover::before {
    transform: scaleX(0);
  }
  .new-movie .section--detail {
    margin: 0 auto;
  }
  .new-movie .section--detail .area--movie {
    width: 70% !important;
    max-width: 100% !important;
  }
  .new-movie .section--detail .list--contents li .list__txt .tit {
    font-size: 1.4rem;
  }
  .new-movie .section--detail .list--contents li .list__txt .category {
    margin-left: 0;
  }
  .new-movie .section--detail .block--tit .date {
    opacity: 1 !important;
    font-size: 1em !important;
    font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
  .new-movie .section--detail .block--tit .date .category {
    opacity: 1 !important;
    color: #bbbfc6;
    font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
    font-size: 11px !important;
    margin-left: 1em;
  }
  .new-movie .section--detail .block--tit .txt {
    margin-top: 4em;
  }
  .new-movie .section--detail .block--tit .txt .btn--main {
    border-radius: 150px;
    transition: 0.4s opacity;
  }
  .new-movie .section--detail .block--tit .txt .btn--main:hover {
    opacity: 0.7;
  }
  .page--support {
    font-size: 1.3rem;
  }
  .page--ini_type_check .block--head-txt .lead {
    font-size: 2.2rem;
  }
  .page--ini_type_check .block--select-member .list--member li a:hover .thumb::before {
    opacity: 1;
  }
  .page--ini_type_check .block--select-member .list--member li a:hover .thumb::after {
    background: #fff;
  }
  .page--ini_type_check .block--select-member .list--member li a:hover .name span {
    background: #121212;
  }
  .page--diagnosis .result .block--ph {
    width: 380px;
  }
  .page--feature .page--download .list_image {
    gap: 1vw;
  }
  .page--feature .page--download .list_image.jacket li {
    width: calc((100% - 3vw) / 4);
  }
  .page--feature .page--download .list_image li {
    width: calc((100% - 4vw) / 5);
    transition: opacity 0.3s;
  }
  .page--feature .page--download .list_image li:hover {
    opacity: 0.8;
  }
  .section--entry .block--movie a {
    transition: opacity 0.3s;
  }
  .section--entry .block--movie a:hover {
    opacity: 0.8;
  }
  .section--entry .block--contentslist {
    display: flex;
  }
  .section--entry .block--contentslist .tit--contentslist {
    width: 35%;
    font-weight: 700;
    font-size: 2.2rem;
  }
  .section--entry .block--contentslist .list--contentslist {
    width: 65%;
  }
  .section--entry .block--joinMembership {
    margin-bottom: 30px;
  }
  .section--entry .block--joinMembership .joinMembership--item {
    padding: 2.5em 0em;
  }
  .section--entry .block--joinMembership .joinMembership--item:first-of-type {
    margin-bottom: 20px;
  }
  .section--entry .block--joinMembership .joinMembership--list {
    width: 90%;
    max-width: 690px;
    margin: 0 auto;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box:first-of-type {
    margin-right: 2%;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box:nth-of-type(2) {
    margin-left: 2%;
  }
  .section--entry .block--joinMembership .joinMembership--ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .section--entry .block--joinMembership .joinMembership--inbound {
    width: 90%;
    max-width: 690px;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--link li:first-of-type {
    margin-right: 1.5em;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--link li:last-of-type {
    margin-left: 1.5em;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--link a {
    transition: all 0.3s;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--link a:hover {
    opacity: 0.7;
  }
  .section--entry .block--joinMembership .joinMembership--item.re--enroll .btn a {
    transition: 0.3s;
  }
  .section--entry .block--joinMembership .joinMembership--item.re--enroll .btn a:hover {
    background: #2d2d2d;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: none), screen and (min-width: 961px) and (-ms-high-contrast: active) {
  .page--home .section--mainvisual .head-text svg {
    height: 50px;
  }
  .list--bnr .slick-list.is--slide {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .page--profile.member_info .list--info li {
    width: 50%;
    padding-right: 5%;
  }
  .page--profile.member_info .list--info li:nth-child(-n+2) {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #cbcbcb;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* Support Acoudion (SP ONLY) */
  /*-- LANG BAR --*/
  /*-- PAGE TOP --*/
  /*-- SCROLL LINE --*/
  /*-- HOME PICKUP INFO TOP --*/
  /*-- 継続手続きのお知らせ --*/
}
@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) {
  .btn--more {
    margin-top: 30px;
    text-align: right;
  }
  .date {
    font-size: 1.2rem;
  }
  .list--bnr.one, .list--bnr.two {
    display: block;
    margin: 0 5vw;
  }
  .list--bnr.one li, .list--bnr.two li {
    width: 100%;
    max-width: none;
    margin-bottom: 3vw;
  }
  .list--bnr .slick-dots li {
    width: 20px;
  }
  .list--info li .date {
    margin-right: 0.5em;
  }
  .list--schedule .date {
    margin-bottom: 3px;
    font-size: 3.5rem;
  }
  .list--contents li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .list--contents li .list__txt {
    margin-top: 8px;
  }
  [class^=list--] li.new .tit::after {
    margin-left: 6px;
    font-size: 1rem;
    transform: translateY(-2px);
  }
  .input--half {
    width: 100% !important;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear;
    background-color: #fff;
  }
  header h1 {
    position: absolute;
    left: 5vw;
    top: 20px;
    width: 60px;
    height: 60px;
  }
  header h1 a {
    display: block;
  }
  header .header_inner {
    position: relative;
    min-height: 100%;
    padding: 100px 5vw 5vw 5vw;
  }
  header .header_inner .block--menu {
    margin-top: 40px;
  }
  header .header_inner .label_nav {
    width: 36px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 22px;
    padding: 10px;
    writing-mode: vertical-lr;
    text-align: left;
  }
  header .header_inner .block--menu {
    display: flex;
  }
  header .header_inner .block--menu.menu-fanclub {
    margin-top: 6px;
  }
  header .header_inner .block--menu ul li a, header .header_inner .block--menu ul li span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  header .header_inner .block--menu ul li a.dropmenu, header .header_inner .block--menu ul li span.dropmenu {
    position: relative;
    display: inline-block;
  }
  header .header_inner .block--menu ul li a.dropmenu::after, header .header_inner .block--menu ul li span.dropmenu::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: #121212 transparent transparent transparent;
  }
  header .header_inner .block--menu ul li .sub {
    display: none;
  }
  header .header_inner .block--menu ul li .sub li {
    padding-left: 20px;
  }
  header .header_inner .block--menu ul li .sub li a {
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  header .header_inner .block--menu ul li .sub li a::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 6px;
    height: 1px;
    background: #121212;
  }
  header .header_inner .link--home {
    display: inline-block;
    margin-left: 6vw;
  }
  .wrap {
    background-color: #fff;
  }
  body:not(.page--home) .content--body {
    padding: 60px 0 150px;
  }
  .section-tit {
    font-size: 2.2rem;
  }
  .block--support .list--support-tit {
    position: relative;
    padding: 0.5em 0;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-size: 1.6rem;
  }
  .block--support .list--support-tit::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #121212 transparent transparent transparent;
    transition: 0.3s;
    vertical-align: middle;
    margin: -3px 0 0 10px;
  }
  .block--support .list--support-tit.open::after {
    transform: rotate(180deg);
    margin: -3px 0 0 10px;
  }
  .block--support .list--support {
    display: none;
    padding-top: 1em;
  }
  .block--support .list--support li {
    width: 100%;
    padding: 0.5em 0;
  }
  .langBar {
    margin-left: 10vw;
  }
  .langBar .wovn-languages.visible .nav-dropdown .list--language li {
    padding-bottom: 10px;
  }
  .block--page-top {
    bottom: 10vw;
    left: 12px;
  }
  .block--page-top span {
    width: 25px;
  }
  .block--page-top span::before {
    width: 17px;
    height: 17px;
    transform: rotate(-45deg) translateY(3px) translateX(3px);
  }
  .block--page-top span::after {
    top: 4px;
  }
  .page--home .section--mainvisual {
    background: #fff;
    padding: 16vh 0 23vh;
  }
  .page--home .section--mainvisual .head-text h2 .artistname {
    width: 40%;
    margin: 10vw auto 0;
  }
  .page--home .section--mainvisual .head-text h2 .sitename {
    width: 20%;
    margin: 0 auto;
    font-size: 0;
  }
  .page--home .section--mainvisual .head-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 8vw;
    justify-content: center;
  }
  .page--home .section--mainvisual.mode--video {
    background: none;
    padding: 0;
    height: calc(100vh - 130px);
    min-height: 640px;
  }
  .page--home .section--mainvisual.mode--video .block--mainvisual_photo {
    position: fixed;
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
  }
  .page--home .section--mainvisual.mode--video .head-text-wrap .head-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5vw 5vw 8vw;
    caret-color: #fff;
    z-index: 1;
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(41, 46, 76, 0.6);
    transition: width 0.8s 1.2s;
    z-index: 1;
    color: #fff;
  }
  .page--home .section--mainvisual.mode--video .head-text-wrap .head-text svg {
    fill: #fff;
  }
  .page--home .section--mainvisual.mode--video .head-text-wrap .head-text .head-nav {
    position: static;
    margin: 10vw auto 0;
  }
  .page--home .content--body .wrap--side {
    width: 48px;
  }
  .page--home .content--body .wrap--main {
    width: calc(100% - 48px);
  }
  .page--home .menu--side {
    padding: 5vw 10px 20vh 10px;
  }
  .page--home .menu--side h1 svg {
    width: 100%;
  }
  .page--home .menu--side .block--menu .tit {
    line-height: 27px;
    writing-mode: vertical-lr;
    font-size: 1.7rem;
    margin-top: 5px;
  }
  .page--home .menu--side .block--menu .nav {
    display: none;
  }
  .page--home .menu--side .block--menu .block--officiallink .sub-tit {
    display: none;
  }
  .page--home .menu--side .block--menu .block--officiallink .list--officiallink {
    display: block;
  }
  .page--home .menu--side .block--menu .block--officiallink .list--officiallink li {
    width: 100%;
  }
  .page--home .menu--side .block--menu .block--officiallink .list--officiallink li a {
    margin: 0 auto 15px;
  }
  .page--home .section--banner {
    margin-bottom: 10.6vw;
  }
  .page--home .box--main .block--video .thumb {
    margin-top: 20px;
  }
  .page--home .box--main .block--profile .artistname {
    margin-top: 20px;
  }
  .page--home .box--main .block--profile .sub-tit {
    margin-top: 35px;
  }
  .page--home .box--main .block--profile .list--member {
    margin-top: 5px;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .box--main .block--profile .list--member a, .page--home .box--main .block--profile .list--member span {
    width: 42%;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .page--home .box--main .block--fanclubtop {
    padding: 6vw 0 4vw;
    padding-top: clamp(60px, 6vw, 120px);
    padding-bottom: clamp(40px, 4vw, 80px);
  }
  .page--home .box--main .block--fanclubtop .artistname {
    width: 58%;
    max-width: 300px;
  }
  .page--home .box--main .block--fanclubtop .sitename {
    width: 35%;
    max-width: 150px;
    margin-top: 3vw;
  }
  .page--home .box--main .block--fanclubtop .block--entry a:first-of-type {
    margin-left: 0;
  }
  .page--home .box--main .list--topcontents {
    padding: 10px 0;
  }
  .page--home .box--main .list--topcontents li {
    margin-bottom: 6vw;
  }
  .page--home .box--main .list--topcontents li .tit {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .scroll-l {
    padding: 0 0 30px;
    height: 105px;
    top: 70px;
    bottom: auto;
    right: 5vw;
    font-size: 1rem;
    color: #fff;
  }
  .scroll-l::after {
    top: auto;
    bottom: -5px;
    left: auto;
    right: 4px;
    height: 30px;
  }
  .home_pickupinfo_top .tit {
    margin-bottom: 10px;
  }
  .home_pickupinfo_top .inner {
    font-size: 1.1rem;
  }
  .home_pickupinfo_top .inner a {
    transition: opacity 0.3s;
  }
  .home_pickupinfo_top .inner a:hover {
    opacity: 0.5;
  }
  .block--update {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .block--update-inner {
    border-radius: 0px;
  }
  .page--profile .list--profile li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 6vw;
  }
  .page--profile .list--profile li:nth-child(2n) {
    margin-right: 0;
  }
  .page--profile .list--profile li:nth-child(2n+1) {
    clear: both;
  }
  .page--profile .list--profile li a .name {
    margin-top: 0.5em;
  }
  .page--profile.member .content--body {
    padding-top: 600px;
  }
  .page--profile.member .content--body .box--inner .ph {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background-position: center top;
  }
  .page--profile.member .content--body .box--inner .txt {
    padding-top: 5vw;
  }
  .page--profile.member .content--body .box--inner .txt .name {
    font-size: 3rem;
    line-height: 1;
  }
  .page--profile.member .content--body .box--inner .txt .kana {
    margin-top: 1em;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
    line-height: 1;
  }
  .page--profile.member .content--body .box--inner .txt .detail {
    margin-top: 2em;
  }
  .page--profile.member_info .section--detail .txt {
    padding-bottom: 4em;
  }
  .page--profile.member_info .list--info {
    margin-bottom: 3em;
  }
  .page--profile.member_info .section-tit {
    margin-bottom: 10px;
  }
  .page--profile.member_info .block--info .section-tit {
    margin-bottom: 0;
  }
  .page--profile.member_info .block--info .info_ac > dt {
    padding: 25px 35px 25px 0;
  }
  .page--profile.member_info .block--info .info_ac > dd {
    padding: 0 1em 25px 1em;
  }
  .page--schedule .section--list .block--month {
    margin-top: 20px;
    font-size: 3.5rem;
  }
  .page--schedule .section--list .block--month .tit {
    margin: 0 10px;
    font-size: 3.2rem;
  }
  .page--schedule .section--list .month-pager li {
    margin-left: 1em;
  }
  .page--schedule .section--list .block--narrowing.block--category {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page--schedule .list--schedule li .inner .date .m {
    top: 5px;
  }
  .page--schedule .list--schedule li .inner a {
    display: block;
    padding: 5px 0 5px 1.5em;
  }
  .page--schedule .list--schedule li .inner a .tit {
    width: 100%;
  }
  .page--disco .section--detail .jacket {
    max-width: 500px;
    margin: 0 auto;
  }
  .page--disco .section--detail .block--disc-detail {
    margin-top: 1em;
  }
  .page--disco .section--detail .block--disc-detail .txt {
    margin-top: 2em;
  }
  .list--contents.list--call .btn {
    width: 80%;
    margin: 0 auto;
  }
  .list--contents.list--call .btn--main {
    font-size: 13px;
    margin: 0.5em 0;
    padding: 10px;
    min-width: auto;
  }
  .list--contents.list--call p.tit {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .category-18 .section--detail .date {
    display: none !important;
  }
  .page--photo .section--detail .list--contents li {
    margin: 0;
    width: 33.3333333333%;
  }
  .page--movie .block--sort-category {
    max-width: 348px;
    width: 100%;
    top: 5px !important;
  }
  .page--movie .block--sort-category .list--sort .category {
    width: 100%;
    color: #636363;
  }
  .page--movie .block--sort-category .block--sort {
    z-index: 1;
  }
  .page--movie .block--sort-category .block--sort .btn--setting button {
    min-width: inherit !important;
  }
  .page--movie .block--sort-category .btn--sort {
    z-index: 0;
  }
  .page--movie .block--sort-category .btn--sort::after {
    position: absolute;
    content: "CATEGORY";
    right: 35px;
    letter-spacing: 0.02em;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
  }
  .page--movie .block--sort-category label {
    padding: 14px 0 14px 40px !important;
  }
  .page--movie .block--sort-category label::before {
    left: 14px;
    right: auto;
  }
  .page--movie .block--sort-category label::after {
    width: 11px !important;
    height: 11px !important;
    left: 16.5px !important;
    right: auto !important;
    top: 20.6px !important;
  }
  .page--movie .section--list .section-tit {
    font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
    font-weight: bold;
    padding-right: 90px;
    font-size: 2rem;
  }
  .new-movie .section--list {
    padding: 0 !important;
  }
  .new-movie .section--list .list--contents li {
    width: 48% !important;
    margin-right: 0% !important;
    margin-bottom: 4vw !important;
  }
  .new-movie .section--list .section-tit {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-bottom: 30px !important;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: 2.2rem;
  }
  .new-movie .block--latest-list .latest-tit {
    margin-bottom: 15px;
  }
  .new-movie .block--category-list {
    margin-top: 12vw;
  }
  .new-movie .block--category-list .category-tit {
    margin-bottom: 15px;
  }
  .new-movie .category-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-movie .category-tit .list__more {
    display: flex;
    align-items: center;
  }
  .new-movie .category-tit .list__more a {
    position: relative;
    padding-bottom: 4px;
    padding-right: 3em;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    margin-top: 6px;
  }
  .new-movie .category-tit .list__more a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #121212;
  }
  .new-movie .section--detail .list--contents li .list__txt .category {
    margin-left: 0;
  }
  .new-movie .section--detail .block--player {
    position: absolute !important;
  }
  .new-movie .section--detail .block--tit .tit {
    font-size: clamp(1rem, 4vw, 1.5rem) !important;
  }
  .new-movie .section--detail .block--tit .date {
    opacity: 1 !important;
    font-size: 1.2rem !important;
    font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
  .new-movie .section--detail .block--tit .date .category {
    opacity: 1 !important;
    color: #bbbfc6;
    font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
    font-size: 10px !important;
    margin-left: 1em;
  }
  .new-movie .section--detail .block--tit .txt {
    margin-top: 4em;
  }
  .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 0;
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    display: none;
  }
  .page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
    padding-left: 0;
  }
  .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;
  }
  .page--ini_type_check .section--list,
  .page--diagnosis .section--list {
    margin: 0;
    padding: 60px 5vw;
    width: 100%;
    background-size: 15px 15px;
  }
  .page--ini_type_check .section--detail,
  .page--diagnosis .section--detail {
    margin: 0;
    padding: 60px 5vw;
    width: 100%;
  }
  .page--ini_type_check .block--head-txt {
    margin: 0 5vw;
    font-size: 1.3rem;
  }
  .page--ini_type_check .block--head-txt .lead {
    line-height: 1.6;
    font-size: 4vw;
  }
  .page--ini_type_check .block--select-member {
    margin: 10vw 5vw;
    padding: 10vw 5vw;
    border-width: 5px;
  }
  .page--ini_type_check .block--select-member::after {
    right: -20px;
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .page--ini_type_check .block--select-member h3 {
    margin-bottom: 2em;
  }
  .page--ini_type_check .block--select-member h3 .en {
    font-size: 4vw;
    font-size: clamp(2.8rem, 4vw, 8rem);
  }
  .page--ini_type_check .block--select-member .list--member {
    display: block;
    overflow: hidden;
  }
  .page--ini_type_check .block--select-member .list--member li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .page--ini_type_check .block--select-member .list--member li a .name span {
    font-size: 1.3rem;
  }
  .page--ini_type_check .block--select-member .list--member li:nth-child(2n) {
    margin-right: 0;
  }
  .page--diagnosis .block-tit {
    font-size: 2rem;
  }
  .page--diagnosis .block--select {
    margin-top: 4rem;
  }
  .page--diagnosis .block--contents {
    margin: 5vw 5vw 10vw;
  }
  .page--diagnosis .list--form {
    margin: 0 auto 2.5rem;
  }
  .page--diagnosis .list--form dt {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .page--diagnosis .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .list--form .list--questions label {
    display: block;
  }
  .page--diagnosis .list--form .list--questions label span {
    padding: 1.2em 1em;
    border-radius: 6px;
  }
  .page--diagnosis .result .result-inner {
    padding: 10vw 4vw 8vw;
    border-width: 5px;
  }
  .page--diagnosis .result .top-txt {
    font-size: 1.6rem;
  }
  .page--diagnosis .result .block--ph {
    margin: 0 auto;
    width: 100%;
  }
  .page--diagnosis .result .rate {
    width: 34%;
    padding-top: 34%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 8vw;
  }
  .page--diagnosis .result .rate::before {
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 4vw;
    bottom: 24%;
  }
  .page--diagnosis .result .special_photo {
    width: 100%;
  }
  .page--feature .page--download .list_image {
    gap: 2vw;
  }
  .page--feature .page--download .list_image li {
    width: calc((100% - 2vw) / 2);
  }
  .section--entry .block--entry-head h3 {
    font-size: 6vw;
  }
  .section--entry .block--entry-head h3 span {
    font-size: 3.2vw;
  }
  .section--entry .block--movie {
    padding: 4vw;
  }
  .section--entry .block--movie a .tit {
    font-size: 3.5vw;
  }
  .section--entry .block--spec {
    margin-top: 6vw;
  }
  .section--entry .block--spec li {
    display: block;
  }
  .section--entry .block--spec li .cource {
    width: 100%;
    padding: 8vw 0 0;
    font-size: 4vw;
    text-align: center;
  }
  .section--entry .block--spec li .cource span {
    padding: 0 0 30px 0;
  }
  .section--entry .block--spec li .cource span::after {
    transform: translateY(17px);
  }
  .section--entry .block--spec li dl {
    width: 100%;
    padding: 4vw 0;
  }
  .section--entry .block--spec li dl dt {
    width: 100px;
    padding-bottom: 1em;
  }
  .section--entry .block--spec li dl dd {
    width: calc(100% - 100px);
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .section--entry .joinMembershipContents {
    margin: 0 0 8vw;
  }
  .section--entry .block--contentslist .tit--contentslist {
    padding: 60px 0 0;
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
  }
  .section--entry .list--contentslist .tit span {
    display: block;
    margin-left: 0;
  }
  .section--entry .block--joinMembership {
    margin: 0 0 8vw;
  }
  .section--entry .block--joinMembership .joinMembership--item {
    margin-bottom: 20px;
  }
  .section--entry .block--joinMembership .joinMembership--ttl {
    font-size: clamp(10px, 4vw, 21px);
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .section--entry .block--joinMembership .joinMembership--list {
    display: block;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 3em;
    border-bottom: 1px solid #d2d2d2;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box .title {
    font-size: 1.2rem;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box .subTitle {
    margin-bottom: 1.5em;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box .btn {
    margin: 0 1.5em;
    width: initial;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box .btn .btn--joinMembership {
    padding: 1.4em 25%;
    min-width: 90%;
  }
  .section--entry .block--joinMembership .joinMembership--list .joinMembership--box:nth-of-type(2) {
    padding-top: 3em;
  }
  .section--entry .block--joinMembership .joinMembership--inbound {
    padding: 3em 0 0;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--ttl {
    text-align: center;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--link {
    text-align: center;
    margin-top: 1.5em;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--link li:first-of-type {
    margin-bottom: 1em;
  }
  .section--entry .block--joinMembership .joinMembership--inbound .overseas--link li::before {
    font-size: 10px;
  }
  .section--entry .block--joinMembership .joinMembership--item.re--enroll div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .section--entry .block--joinMembership .joinMembership--item.re--enroll .btn {
    margin: 0 1.5em;
    width: initial;
  }
  .section--entry .block--joinMembership .joinMembership--item.re--enroll .btn a {
    padding: 1.4em 25%;
    min-width: 90%;
  }
  .popup--language__box {
    width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (-ms-high-contrast: none), screen and (min-width: 1px) and (max-width: 960px) and (-ms-high-contrast: active) {
  .page--home .section--head {
    height: calc(100vh - 20vw);
    min-height: 0;
  }
  .page--home .section--mainvisual .head-text h2 .artistname {
    height: 80px;
  }
  .page--home .section--mainvisual .head-text h2 .sitename {
    height: 20px;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .list--bnr.two {
    display: flex;
    justify-content: space-between;
  }
  .list--bnr.two li {
    width: 48%;
  }
  .list--bnr .slick-list {
    width: 68%;
  }
  .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8vw;
  }
  .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(2n+1) {
    clear: both;
  }
  .list--contents li .list__txt {
    margin-top: 6px;
  }
  .list--body .wrap--side {
    width: 190px;
  }
  .list--body .wrap--main {
    width: calc(100% - 190px);
  }
  .page--home .section--mainvisual.mode--video {
    min-height: 1000px;
  }
  .page--home .content--body .wrap--side {
    width: 190px;
  }
  .page--home .content--body .wrap--main {
    width: calc(100% - 190px);
  }
  .page--home .menu--side {
    padding: 5vw 0 20vh 35px;
  }
  .page--home .menu--side h1 svg {
    width: 100px;
  }
  .page--home .menu--side .block--menu {
    margin-top: 30px;
  }
  .page--home .menu--side .block--menu .tit {
    letter-spacing: 0.03em;
    line-height: 1;
    font-size: 2.5rem;
    writing-mode: horizontal-tb;
  }
  .page--home .menu--side .block--menu .nav {
    display: block;
  }
  .page--home .menu--side .block--menu .nav li a.dropmenu:hover {
    transform: translateX(0);
  }
  .page--home .menu--side .block--menu .nav li a.dropmenu:hover::after {
    content: none;
  }
  .page--home .menu--side .block--menu .nav li .sub li {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .page--home .menu--side .block--menu .nav li .sub li a {
    position: relative;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .page--home .menu--side .block--menu .nav li .sub li a::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    bottom: auto;
    width: 6px;
    height: 1px;
    background: #121212;
    border: none;
    opacity: 1;
  }
  .page--home .menu--side .block--menu .block--officiallink .sub-tit {
    display: block;
  }
  .page--home .menu--side .block--menu .block--officiallink .list--officiallink {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .menu--side .block--menu .block--officiallink .list--officiallink li {
    width: auto;
  }
  .page--home .menu--side .block--menu .block--officiallink .list--officiallink li a {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 17px;
    height: 17px;
  }
  .page--home .menu--side .block--menu.menu-fanclub {
    pointer-events: none;
  }
  .page--home.in-fc .wrap--menu .block--menu {
    pointer-events: auto;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) and (orientation: landscape) and (max-height: 550px) {
  .page--home .menu--side {
    position: relative;
  }
  .page--home.in-official .wrap--menu .block--menu, .page--home.in-fc .wrap--menu .block--menu {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .box--main .block--profile .list--member a, .page--home .box--main .block--profile .list--member span {
    width: 28%;
  }
  .page--photo .section--detail .list--contents li:nth-child(2n+1) {
    clear: none;
  }
  .page--ini_type_check .block--head-txt .lead {
    font-size: 2.3rem;
  }
  .page--ini_type_check .block--select-member::after {
    right: -3vw;
    top: -7vw;
    width: 150px;
    height: 150px;
  }
  .page--diagnosis .result .result-inner {
    padding: 5vw 4vw 4vw;
  }
  .page--diagnosis .result .top-txt {
    font-size: 20px;
  }
  .page--diagnosis .result .block--ph {
    width: 380px;
  }
  .page--diagnosis .result .rate {
    width: 30%;
    padding-top: 30%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 45px;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 20px;
    bottom: 16px;
  }
  .page--diagnosis .result .txt--movie {
    font-size: 1.3em;
  }
  .page--diagnosis .result .txt--sub {
    text-align: center;
  }
  .page--diagnosis .result .block--movie {
    margin: 0 auto 5em;
  }
  .section--entry .block--entry-head h3 {
    font-size: 32px;
  }
  .section--entry .block--entry-head h3 span {
    font-size: 15px;
  }
  .section--entry .block--spec li .cource {
    padding: 5vw 0 0;
    font-size: 2.2rem;
  }
  .section--entry .block--contentslist .tit--contentslist {
    font-size: 2.8rem;
    padding: 5vw 0 0 0;
  }
  .section--entry .block--entry .entry_inner a p {
    font-size: 2vw;
  }
  .section--entry .block--entry .entry_inner a h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) and (-ms-high-contrast: none), screen and (min-width: 756px) and (max-width: 960px) and (-ms-high-contrast: active) {
  .page--home .section--mainvisual .head-text h2 .artistname {
    height: 150px;
  }
}/*# sourceMappingURL=style.css.map */